]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
2003-10-31 Andrew Cagney <cagney@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4b8a223f
AC
12003-10-31 Andrew Cagney <cagney@redhat.com>
2
3 * target.h (struct target_ops): Replace "to_read_partial" and
4 "to_write_partial" with "to_xfer_partial". Update comments.
5 * target.c (debug_to_write_partial): Delete function.
6 (debug_to_xfer_partial): Replace debug_to_read_partial.
7 (add_target, update_current_target, setup_target_debug): Set
8 "to_xfer_partial" instead of "to_read_partial" and
9 "to_write_partial".
10 (default_xfer_partial): Replace "default_write_partial".
11 (default_read_partial): Delete.
12 (target_read_partial, target_write_partial): Call
13 "to_xfer_partial".
14 * remote.c (init_remote_ops): Set "to_xfer_partial".
15 (init_remote_async_ops): Ditto.
16 (remote_xfer_partial): Replace "remote_read_partial".
17
66a72d25
MK
182003-10-31 Mark Kettenis <kettenis@gnu.org>
19
20 * i386-tdep.c (i386_supply_fpregset): Support floating-point
21 registers in `fxsave' format.
22 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
23
9a12a2a0
MK
242003-10-30 Mark Kettenis <kettenis@gnu.org>
25
e9f1aad5
MK
26 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
27 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
28 TDEP->gregset_num_regs and tdep->sizeof_gregset.
29
bb489b3c
MK
30 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
31 specify size of array.
32 (i386_linux_init_abi): Remove initialization of
33 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
34 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
35
da285bc4
MK
36 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
37 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
38 core-regset.o.
39
9a12a2a0
MK
40 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
41 the ELF header.
42
0e24ac5d
MK
432003-10-29 Mark Kettenis <kettenis@gnu.org>
44
6d6d8e9c
MK
45 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
46 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
47 core-regset.o.
48
25e60c9b
MK
49 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
50
0e24ac5d
MK
51 * corelow.c: Include "arch-utils.h", "regset.h" and
52 "gdb_assert.h".
53 (core_gdbarch): New variable.
54 (sniff_core_bfd): Don't sniff if we have support for register sets
55 in CORE_GDBARCH.
56 (core_close): Reset CORE_GDBARCH.
57 (core_open): Initialize CORE_GDBARCH.
58 (get_core_register_section): Use register sets if they are
59 supported by CORE_GDBARCH.
60 (get_core_registers): Don't print error message if we have support
61 for register sets in CORE_GDBARCH.
62
0a0a4ac3
AC
632003-10-29 Andrew Cagney <cagney@redhat.com>
64
65 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
66 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
67
7b097ae3
MK
682003-10-29 Mark Kettenis <kettenis@gnu.org>
69
70 * objfiles.h (clear_objfile_data): New prototype.
71 * objfiles.c (clear_objfile_data): New function.
72 * symfile.c (reread_symbols): Clear per-objfile data.
73
46f45a4a
JJ
742003-10-28 Jeff Johnston <jjohnstn@redhat.com>
75
76 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
77 printf_unfiltered instead of printf_filtered for output messages.
78 (add_symbol_file_command): Ditto.
79 (reread_symbols): Ditto.
80 (overlay_auto_command): Ditto.
81 (overlay_manual_command): Ditto.
82 (overlay_off_command): Ditto.
83
2b026650
MK
842003-10-27 Mark Kettenis <kettenis@gnu.org>
85
86 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
87 (gdbarch_from_bfd): New function.
88 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
89 deprecated_select_gdbarch_hack.
90 * arch-utils.h (gdbarch_from_bfd): New prototype.
91
0bcad584 922003-10-27 Andrew Cagney <cagney@redhat.com>
931758af
AC
93
94 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
95 arch_info. Use warning instead of fprintf_filtered. Do not use
96 deprecated bfd_printable_arch_mach.
97
7f398216
KB
982003-10-26 Kevin Buettner <kevinb@redhat.com>
99
100 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
101 Delete.
102 (frv_register_type): Rename from frv_register_virtual_type. Add
103 ``struct gdbarch *'' parameter.
104 (frv_gdbarch_init): Delete calls to the following functions:
105 set_gdbarch_deprecated_size(),
106 set_gdbarch_deprecated_register_bytes(),
107 set_gdbarch_deprecated_register_raw_size(),
108 set_gdbarch_deprecated_max_register_raw_size(),
109 set_gdbarch_deprecated_register_virtual_size(),
110 set_gdbarch_deprecated_max_register_virtual_size(),
111 set_gdbarch_deprecated_register_virtual_size(),
112 set_gdbarch_deprecated_register_virtual_type().
113 Add call to function set_gdbarch_register_type().
114
bcf48cc7
MK
1152003-10-26 Mark Kettenis <kettenis@gnu.org>
116
6c7de422
MK
117 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
118 FDOFF_REGNUM): Remove defines.
119 * win32-nat.c (do_child_fetch_inferior_registers): Include
120 "i387-tdep.h".
3e685d41 121 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
6c7de422
MK
122 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
123 undefine I387_ST0_REGNUM.
124
f783586b
MK
125 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
126 * x86-64-tdep.c (x86_64_store_return_value): Use
127 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
128
bcf48cc7
MK
129 Change register numbers to enumartion values.
130 * i386-tdep.h (enum i386_regnum): New.
131 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
132 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
133 I386_ST0_REGNUM): Remove defines.
134 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
135 I386_EDI_REGNUM): Remove defines.
136
b6591e8b
AC
1372003-10-24 Andrew Cagney <cagney@redhat.com>
138
139 * target.c: Include "gdbcore.h".
140 (get_target_memory, get_target_memory_unsigned): New functions.
141 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
142 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
143 Use get_target_memory_unsigned.
144 * Makefile.in (target.o): Update dependencies.
145
5f724446
AC
1462003-10-24 Andrew Cagney <cagney@redhat.com>
147
ce2826aa
AC
148 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
149 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
150 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
151 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
152 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
153
5f724446
AC
154 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
155 (can_run_code_for): Use the OO term "singleton".
156
fc70c2a0
AC
1572003-10-23 Andrew Cagney <cagney@redhat.com>
158
159 * Makefile.in (stack.o): Add $(regcache_h).
160 * stack.c: Include "regcache.h"
161 (return_command): Rewrite. Use get_frame_id and
162 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
163 about unhandled return-values.
164 * value.h (set_return_value): Delete declaration.
165 * values.c (set_return_value): Delete function.
166
4afcc598
JJ
1672003-10-23 Jeff Johnston <jjohnstn@redhat.com>
168
169 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
170 (pseudo_regs): Add comment regarding register stack registers.
171 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
172 (floatformat_valid): New static routine.
173 (floatformat_ia64_ext): Add name field and set up is_valid routine
174 to floatformat_valid().
175 (examine_prologue): For the previous cfm, use
176 frame_unwind_register()
177 if the cfm is not stored in a register-stack register. Save the
178 previous cfm value in the prev_cfm field. Add debug output.
179 (ia64_frame_this_id): Use frame_id_build_special() to also register
180 the bsp. Add debug output.
181 (ia64_sigtramp_frame_this_id): Ditto.
182 (ia64_frame_prev_register): Look at cache saved_regs for a few more
183 registers and also add some checks for framelessness before accepting
184 current register values for fields such as return address. For cfm,
185 use the cached prev_cfm field if available. Add comment to explain
186 PSR logic. Add debug output.
187 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
188 as part of initialization.
189 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
190 calculated. Cache the bsp and cfm values.
191 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
192 instead of using ia64_frame_prev_register() which doesn't expect most
193 registers to be saved. The saved values for bsp and sp
194 can be taken from the cache. Add debug output.
195 (ia64_push_dummy_call): Use frame_id_build_special() to also register
196 the bsp.
197
6cfae0bc
JB
1982003-10-23 Jim Blandy <jimb@redhat.com>
199
200 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
201 architecture the current arch can run code for --- but not if it's
202 a superset.
203 (can_run_code_for): New function.
204
fcd182f9
JW
2052003-10-22 James E Wilson <wilson@specifixinc.com>
206
207 * MAINTAINERS: Move myself from paper trail section back to write
208 after approval section.
209
4646aa9d
AC
2102003-10-22 Andrew Cagney <cagney@redhat.com>
211
212 * exec.h: New file.
213 * win32-nat.c: Include "exec.h".
214 * solib.c: Include "exec.h".
215 * target.h (build_section_table): Delete declaration.
216 * somsolib.c: Include "exec.h".
217 (exec_ops): Delete extern declaration.
218 * rs6000-nat.c: Update copyright. Include "exec.h".
219 (exec_ops): Delete extern declaration.
220 * pa64solib.c: Update copyright. Include "exec.h".
221 (exec_ops): Delete extern declaration.
222 * exec.c: Update copyright. Include "exec.h".
223 * corelow.c: Update dependencies. Include "exec.h".
224 * Makefile.in (exec_h): Define.
225 (exec.o, somsolib.o): Update dependencies.
226 (pa64solib.o, corelow.o): Update dependencies.
227
0088c768
AC
2282003-10-22 Andrew Cagney <cagney@redhat.com>
229
230 * target.c: Include "gdb_assert.h" (target_read): Call
231 "target_read_partial", not "target_write_partial".
232 (default_read_partial, default_write_partial): New function.
233 (target_read_partial, target_write_partial): Simplify, assume that
234 there is always a read/write method.
235 (update_current_target, add_target): Always set "to_read_partial"
236 and "to_write_partial".
237 (target_write, target_read): Fail on a zero byte transfer.
238 * Makefile.in (target.o): Update dependencies.
239 * target.h: Update copyright date.
240 (target_object): Fix typo.
241
e2d0e7eb
AC
2422003-10-22 Andrew Cagney <cagney@redhat.com>
243
244 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
245 multi-arch method, add "targ" parameter.
246 (struct target_ops): Declare.
247 * gdbarch.h, gdbarch.c: Re-generate.
248 * Makefile.in (c-valprint.o): Update dependencies.
249 * arch-utils.h: Update copyright.
250 (convert_from_func_ptr_addr_identity): Declare.
251 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
252 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
253 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
254 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
255 * infcall.c (find_function_addr, call_function_by_hand): Update.
256 * c-valprint.c: Include "target.h".
257 (print_function_pointer_address): Update.
258
f1c07ab0
AC
2592003-10-22 Andrew Cagney <cagney@redhat.com>
260
261 * target.c (target_close): New function.
262 (debug_to_close): Use "target_close".
263 (push_target): Use "target_close".
264 (unpush_target): Use "target_close".
265 (pop_target): Use "target_close".
266 * target.h (struct target_ops): Add "to_xclose".
267 (target_open): Delete macro. Move comment to "to_open".
268 (target_close): Replace macro with function that takes a target.
269 * top.c (quit_target): Pass "current_target" to "target_close".
270
5520a790
EZ
2712003-10-21 Elena Zannoni <ezannoni@redhat.com>
272
273 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
274 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
275 * symtab.h (lookup_minimal_symbol_text): Update.
276 * breakpoint.c (create_overlay_event_breakpoint,
277 create_longjmp_breakpoint): Update callers.
278 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
279 * symtab.c (find_pc_sect_line): Ditto.
280
caa92b73
AC
2812003-10-21 Andrew Cagney <cagney@redhat.com>
282
283 * target.c (errno): Delete extern declaration.
284
aa2a9a3c
JJ
2852003-10-20 Jeff Johnston <jjohnstn@redhat.com>
286
287 * ia64-tdep.c: Change all occurrences of
288 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
289 (ia64_frame_prev_register): Minor whitespace change.
290
4beec2b7
MC
2912003-10-20 Michael Chastain <mec@shout.net>
292
293 * config/djgpp/fnchange.lst: Add lines for:
294 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
295 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
296 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
297 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
298 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
299 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
300 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
301
92ad9cd9
AC
3022003-10-20 Andrew Cagney <cagney@redhat.com>
303
304 * values.c (register_value_being_returned): Update comments. Use
305 "gdbarch_return_value" when available.
306 (using_struct_return): Ditto.
307 (set_return_value): Ditto. Use "gdbarch_return_value" when
308 available.. Print a warning, and not an error, when an unhandled
309 return type is encountered.
310 * infcmd.c: Include "gdb_assert.h".
311 (print_return_value): When gdbarch_return_value_p, and using
312 struct return, assume that the value is not available.
313 * defs.h (return_value_convention): Define.
314 * gdbarch.sh (gdbarch_return_value): New predicate method.
315 * gdbarch.h, gdbarch.c: Re-generate
316 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
317
198beae2
AC
3182003-10-20 Andrew Cagney <cagney@redhat.com>
319
320 * symtab.c: Replace "struct sec" with "struct bfd_section".
321 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
322
24d693a6 3232003-10-19 Michael Chastain <mec@shout.net>
e7cb278a
MC
324
325 * config/djgpp/fnchange.lst: Add lines for:
326 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
327 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
328 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
329
21ad8dc3
MK
3302003-10-19 Mark Kettenis <kettenis@gnu.org>
331
332 * amd64fbsd-nat.c (fetch_inferior_registers,
333 store_inferior_registers): Remove functions.
334 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
335
cced5e27
MK
3362003-10-18 Mark Kettenis <kettenis@gnu.org>
337
338 Add NetBSD/amd64 native configuration:
339 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
340 * amd64nbsd-tdep.c: New file.
341 * amd64nbsd-nat.c: New file.
342 * amd64bsd-nat.c: New file.
343 * config/i386/nbsd64.mh: New file.
344 * config/i386/nbsd64.mt: New file.
345 * configure.host: Add x86_64-*-netbsd*.
346 * configure.tgt: Add x86_64-*-netbsd*.
347 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
348 New targets.
349 * NEWS (New native configurations): Mention NetBSD/amd64.
350
666de3fd
MC
3512003-10-17 Michael Chastain <mec@shout.net>
352
353 * config/djgpp/fnchange.lst: Remove dead lines for:
354 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
355 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
356 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
357 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
358 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
359 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
360 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
361 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
362 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
363 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
364 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
365 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
366 gdb/config/sparc/tm-sparclite.h,
367 gdb/gdbtk/generic/ChangeLog-2001,
368 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
369 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
370 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
371 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
372 gdb/testsuite/gdb.mi/mi0-var-block.exp,
373 gdb/testsuite/gdb.mi/mi0-var-child.exp,
374 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
375 gdb/testsuite/gdb.mi/mi0-var-display.exp,
376 itcl/iwidgets3.0.0/demos/extfileselectionbox,
377 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
378 itcl/iwidgets3.0.0/demos/fileselectionbox,
379 itcl/iwidgets3.0.0/demos/fileselectiondialog,
380 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
381 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
382 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
383 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
384 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
385 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
386 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
387 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
388 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
389 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
390 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
391 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
392 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
393 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
394 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
395 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
396 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
397 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
398 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
399 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
400 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
401 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
402 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
403 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
404 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
405 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
406 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
407 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
408 itcl/iwidgets3.0.0/demos/html/shell.n.html,
409 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
410 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
411 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
412 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
413 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
414 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
415 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
416 itcl/iwidgets3.0.0/demos/scrolledcanvas,
417 itcl/iwidgets3.0.0/demos/scrolledframe,
418 itcl/iwidgets3.0.0/demos/scrolledhtml,
419 itcl/iwidgets3.0.0/demos/scrolledlistbox,
420 itcl/iwidgets3.0.0/demos/scrolledtext,
421 itcl/iwidgets3.0.0/demos/selectionbox,
422 itcl/iwidgets3.0.0/demos/selectiondialog,
423 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
424 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
425 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
426 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
427 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
428 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
429 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
430 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
431 itcl/iwidgets3.0.0/doc/scrolledframe.n,
432 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
433 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
434 itcl/iwidgets3.0.0/doc/scrolledtext.n,
435 itcl/iwidgets3.0.0/doc/selectionbox.n,
436 itcl/iwidgets3.0.0/doc/selectiondialog.n,
437 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
438 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
439 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
440 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
441 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
442 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
443 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
444 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
445 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
446 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
447 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
448 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
449 itcl/iwidgets3.0.0/generic/selectionbox.itk,
450 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
451 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
452 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
453 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
454 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
455 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
456 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
457 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
458 itcl/iwidgets3.0.0/tests/scrolledframe.test,
459 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
460 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
461 itcl/iwidgets3.0.0/tests/scrolledtext.test,
462 itcl/iwidgets3.0.0/tests/selectionbox.test,
463 itcl/iwidgets3.0.0/tests/selectiondialog.test,
464 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
465 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
466 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
467 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
468 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
469 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
470 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
471 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
472 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
473 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
474 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
475 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
476 tk/mac/tkMacProjects.sit.hqx.
477
1e3ff5ad
AC
4782003-10-17 Andrew Cagney <cagney@redhat.com>
479
8db32d44
AC
480 * target.c (target_section_by_addr): New function.
481 (do_xfer_memory): Use "target_section_by_addr".
482 * target.h (target_section_by_addr): Declare.
483
1e3ff5ad
AC
484 * target.h (struct target_ops): Add "to_read_partial" and
485 "to_write_partial", delete "to_query".
486 (target_read_partial, target_write_partial): Declare.
487 (target_read, target_write): Declare.
488 (target_query): Delete macro.
489 * target.c (target_read_partial): New function.
490 (target_write_partial, target_read, target_write): New function.
491 (update_current_target): Delete inheritance of "to_query". Add
492 comments about "to_read_partial" and "to_write_partial".
493 (debug_to_partial_read, debug_to_partial_write): New functions.
494 (debug_to_query): Delete function.
495 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
496 instead of "to_query".
497 * remote.c (remote_read_partial): Replace "remote_query".
498 (init_remote_ops): Set "to_read_partial" instead of "to_query".
499 (init_remote_async_ops): Ditto.
500 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
501 "target_read_partial" instead of "target_query".
502 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
503 Use "target_read_partial" instead of "target_query".
504
48c66725
JJ
5052003-10-17 Jeff Johnston <jjohnstn@redhat.com>
506
507 * frame.h (struct frame_id): Add new field: special_addr.
508 (frame_id_build_special): New prototype.
509 * frame.c (frame_id_build_special): New function.
510 (frame_id_build): Change to call frame_id_build_special().
511 (frame_id_eq): Change to also test special_addr field.
512 (frame_id_inner): Update comment.
513
7998dfc3
AC
5142003-10-17 Andrew Cagney <cagney@redhat.com>
515
516 * target.c (update_current_target): Perform the target cleanup.
517 Put the target stack beneath the squashed "current_target".
518 (add_target): Delete disabled call to "cleanup_target".
519 (cleanup_target): Delete function.
520 (push_target, unpush_target): Do not call "cleanup_target".
521
9c04404e 5222003-10-17 Andrew Cagney <cagney@redhat.com>
258b763a
AC
523
524 * target.c (target_stack): Change to a static target_ops.
525 (update_current_target): Walk the "struct target_ops" stack.
526 (pop_target, do_xfer_memory, target_info): Ditto.
527 (find_target_beneath): Ditto.
528 (push_target): Rewrite to use the "struct target_ops" stack.
529 (unpush_target): Ditto.
530 * target.h (struct target_stack_item): Delete definition.
531 (target_stack): Delete declaration.
532 (struct target_ops): Add field "beneath".
533
c98a2b49 5342003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
ac1764c7
AC
535
536 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
537 declaration.
538 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
c98a2b49
SA
539 (h8300_examine_prologue): Use h8300_normal_mode flag
540 (h8300_gdbarch_init): Set architecture info for normal mode
541
506fb367
DJ
5422003-10-16 Daniel Jacobowitz <drow@mvista.com>
543
544 * remote.c (remote_protocol_vcont): New variable.
545 (set_remote_protocol_vcont_packet_cmd): New function.
546 (show_remote_protocol_vcont_packet_cmd): New function.
547 (init_all_packet_configs): Handle remote_protocol_vcont.
548 (remote_vcont_probe): New function.
549 (remote_vcont_resume): New function.
550 (remote_resume): Use it.
551 (remote_async_resume): Call remote_resume.
552 (_initialize_remote): Add verbose-resume packet commands.
553
65815ea1
AC
5542003-10-16 Andrew Cagney <cagney@redhat.com>
555
556 * infrun.c (handle_inferior_event): Add comment about
557 "frame_id_inner" being too weak.
558
40324f1b
EZ
5592003-10-16 Elena Zannoni <ezannoni@redhat.com>
560
561 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
562 second parameter, which is always null. Remove
563 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
564 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
565 accordingly.
566 * somsolib.c (som_solib_create_inferior_hook,
567 som_solib_desire_dynamic_linker_symbols): Update callers.
568 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
b4b4b794
KI
569
5702003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
571
572 * remote-m32r-sdi.c : New file, interface to m32r on-chip
573 debug interface, SDI (Scalable Debug Interface).
574 * NEWS: Mention m32r SDI protocol was supported.
575 * Makefile.in (remote-m32r-sdi.o): Add build rule.
576 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
577
51931cbb
JJ
5782003-10-15 Jeff Johnston <jjohnstn@redhat.com>
579
580 * ia64-linux-tdep.c: Include gdbcore.h.
581 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
582 (ia64_linux_sigcontext_register_addr): Find the address of the
583 sigcontext area stored in the sigframe instead of using
584 a magic offset constant.
585
84e7fd53
AC
5862003-10-15 Andrew Cagney <cagney@redhat.com>
587
588 * remote.c (remote_search): Delete function.
589 * target.h (target_search): Delete disabled macro.
590 (struct target_ops): Delete disabled field "to_search".
591
0f4d7c52
KB
5922003-10-14 Kevin Buettner <kevinb@redhat.com>
593
594 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
595 instead of deprecated_inside_entry_file().
596
2e952408
CV
5972003-10-14 Corinna Vinschen <vinschen@redhat.com>
598
599 * sh-tdep.c: Fix copy/paste hangover in comment.
600 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
601 mode.
602 (sh3e_sh4_extract_return_value): Ditto.
603
7e86466e
RH
6042003-10-13 Richard Henderson <rth@redhat.com>
605
606 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
607 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
608 match c_val_print a bit closer.
609
46a16dba
KB
6102003-10-13 Kevin Buettner <kevinb@redhat.com>
611
612 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
613 (frv_gdbarch_adjust_breakpoint_address): New function.
614 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
615 method.
616
76897487
KB
6172003-10-13 Kevin Buettner <kevinb@redhat.com>
618
619 * breakpoint.h (struct breakpoint): Add new member
620 ``requested_address''.
621 * breakpoint.c (breakpoint_adjustment_warning)
622 (adjust_breakpoint_address): New static functions.
623 (print_it_typical): Issue warning if breakpoint's address is different
624 from its requested address.
625 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
626 (breakpoint_re_set_one): Set breakpoint's
627 ``requested_address'' field. Set ``address'' field to the
628 result of calling adjust_breakpoint_address() on the requested
629 address.
630
a1131521
KB
6312003-10-13 Kevin Buettner <kevinb@redhat.com>
632
633 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
634 * gdbarch.h, gdbarch.c: Regenerate.
635
6ce6d90f
MK
6362003-10-11 Mark Kettenis <kettenis@gnu.org>
637
155c1d33
MK
638 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
639 TDEP->sc_num_regs.
640
8a96bc77
MK
641 * i386fbsd-tdep.c: New file.
642 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
643 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
644 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
645 i386bsd-tdep.c.
646 (_initialize_i386fbsd_tdep): New function.
647 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
648 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
649 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
650 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
651 TDEP->sc_num_regs.
652 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
653 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
654 to initialize TDEP->sc_num_regs.
655 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
656 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
657 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
658 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
659 FreeBSD ELF OS/ABI's here.
660 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
661 (i386fbsd-tdep.o): New target.
662 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
663 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
664
477f40d1
MK
665 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
666 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
667 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
668 in initialization of TDEP->sc_num_regs.
669
c6b33596
MK
670 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
671 (x86_64_init_abi): Initialize regset_from_core_section if
672 appropriate.
673
8446b36a
MK
674 * i386-tdep.c (i386_regset_from_core_section): New function.
675 (i386_gdbarch_init): Initialize regset_from_core_section if
676 appropriate.
677 * i386-tdep.h (i386_regset_from_core_section): New declaration.
678
c783cbd6
MK
679 * i386-tdep.h (struct regset): Declare opaque.
680
6ce6d90f
MK
681 * gdbarch.sh (regset_from_core_section): New method.
682 (struct regset): Declare opaque.
683 * gdbarch.c, gdbarch.h: Regenerated.
684
b98ed7be
AM
6852003-10-11 Alan Modra <amodra@bigpond.net.au>
686
687 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
688 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
689 Correct test for pc within section.
690
f6214256
MK
6912003-10-11 Mark Kettenis <kettenis@gnu.org>
692
693 * gdbarch.sh: Remove trailing whitepsace from comments.
694
a8f4cde1
RM
6952003-10-08 Roland McGrath <roland@redhat.com>
696
697 * gcore.c (make_mem_sec): Function removed, folded into ...
698 (gcore_create_callback): ... here. To omit a section, clear its
699 SEC_LOAD bit rather than zeroing its size.
700 Omit read-only sections only if they correspond to a known disk file.
701 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
702
74276724
MS
7032003-10-10 Michael Snyder <msnyder@redhat.com>
704
705 * d10v-tdep.c: Fix typo in comment.
706
e754ae69
AC
7072003-10-10 Andrew Cagney <cagney@redhat.com>
708
709 * rs6000-tdep.c (e500_store_return_value): Delete function.
710 (e500_extract_return_value): Delete function.
711 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
712 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
713 "ppc_sysv_abi_restore_return_value" where applicable.
714 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
715 (ppc_sysv_abi_extract_return_value): Declare.
716 (ppc_sysv_abi_broken_store_return_value): Declare.
717 (ppc_sysv_abi_broken_extract_return_value): Declare.
718 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
719 * ppc-sysv-tdep.c (return_value_convention): Move definition to
720 start of file.
721 (do_ppc_sysv_return_value): New function.
722 (ppc_sysv_abi_extract_return_value): New function.
723 (ppc_sysv_abi_store_return_value): New function.
724 (ppc_sysv_abi_broken_extract_return_value): New function.
725 (ppc_sysv_abi_broken_store_return_value): New function.
726 (ppc_sysv_abi_use_struct_convention): Call
727 do_ppc_sysv_return_value.
728
8d4ce20a
JB
7292003-10-10 J. Brobecker <brobecker@gnat.com>
730
731 * blockframe.c (inside_main_func): No longer use symbol_lookup()
732 to lookup the main function symbol.
733
afce3d2a
CV
7342003-10-10 Corinna Vinschen <vinschen@redhat.com>
735
736 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
737 types correctly.
738 (sh_push_dummy_call_fpu): Fix argument passing rules.
739 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
740 float types.
741 (sh3e_sh4_store_return_value): Ditto.
742
7fe958be
EZ
7432003-10-10 Elena Zannoni <ezannoni@redhat.com>
744
745 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
746 comment.
747
3f997a97
CV
7482003-10-10 Corinna Vinschen <vinschen@redhat.com>
749
750 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
751 more readable code. Accomodate passing of bitfields.
752
8be9034a
AC
7532003-10-10 Andrew Cagney <cagney@redhat.com>
754
755 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
756 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
757 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
758 * ppc-sysv-tdep.c: Include "gdb_assert.h".
759 (ppc64_sysv_abi_push_dummy_call): New function.
760 (ppc64_sysv_abi_broken_push_dummy_call): New function.
761 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
762 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
763
85a453d5
KI
7642003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
765
766 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
767 * README: Ditto.
768 * d10v-tdep.c: Ditto.
769 * h8300-tdep.c: Ditto.
770 * remote-e7000.c: Ditto.
771 * remote-hms.c: Ditto.
772 * ser-e7kpc.c: Ditto.
773 * sh-stub.c: Ditto.
774 * sh-tdep.c: Ditto.
775 * sh-tdep.h: Ditto.
776 * sh3-rom.c: Ditto.
777 * sh64-tdep.c: Ditto.
778 * top.c: Ditto.
779 * wince.c: Ditto.
780 * config/d10v/d10v.mt: Ditto.
781 * config/sh/embed.mt: Ditto.
782 * config/sh/linux.mt: Ditto.
783 * config/sh/tm-linux.h: Ditto.
784 * config/sh/tm-sh.h: Ditto.
785 * config/sh/wince.mt: Ditto.
786
221c12ff
AC
7872003-10-09 Andrew Cagney <cagney@redhat.com>
788
789 * ppc-tdep.h (struct type): Declare opaque.
790 * x86-64-tdep.h (struct regcache): Declare opaque.
791 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
792 coding style.
793
ef5200c1
AC
7942003-10-09 Andrew Cagney <cagney@redhat.com>
795
796 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
797 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
798 (SOFTWARE_SINGLE_STEP_P): Ditto.
799 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
800 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
801 (SOFTWARE_SINGLE_STEP_P): Ditto.
802 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
803 software_single_step to rs6000_software_single_step.
a8f4cde1 804
9644bbdd
AC
8052003-10-09 Andrew Cagney <cagney@redhat.com>
806
807 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
808
db72fa6b
MS
8092003-10-09 Michael Snyder <msnyder@redhat.com>
810
f3efb16c
MS
811 * frame.h: Fix typo in comment.
812 * dummy-frame.c: Fix typo in comment.
db72fa6b
MS
813 * d10v-tdep.c: Random whitespace/comment tweaks.
814
9a5cef92
EZ
8152003-10-09 Elena Zannoni <ezannoni@redhat.com>
816
817 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
f49c4e4e 818 (sh_push_dummy_code): Delete function, it's only used for dummy calls
9a5cef92 819 on stack.
a8f4cde1 820
9a5cef92
EZ
821 Based on input by Stephen Clarke (stephen.clarke@superh.com):
822 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
823 in detail.
a8f4cde1 824
0f317a0c
DJ
8252003-10-09 Daniel Jacobowitz <drow@mvista.com>
826
827 * remote-mips.c (mips_initialize): Remove unneeded call to
828 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
829
bbab2f46
DJ
8302003-10-09 Daniel Jacobowitz <drow@mvista.com>
831
832 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
833 a memory pointer.
834
550950b8
JJ
8352003-10-08 Jeff Johnston <jjohnstn@redhat.com>
836
837 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
838 for any lwp we resume.
839 (running_callback): Add lwps that have pending status events
840 against them to be considered running.
841
15c69bc7
KI
8422003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
843
844 * m32r-tdep.c : Include "dis-asm.h".
845 * Makefile.in (m32r-tdep.o): Update dependencies.
846
51065942
JB
8472003-10-06 J. Brobecker <brobecker@gnat.com>
848
849 * completer.h (get_gdb_completer_word_break_characters): Delete.
850 * completer.c: include language.h.
851 (gdb_completer_word_break_characters): Delete.
852 (get_gdb_completer_word_break_characters): Delete.
853 (location_completer): Use the word break characters of the current
854 language.
855 (complete_line): Likewise.
856 (line_completion_function): Likewise.
857 (skip_quoted_chars): Likewise.
858 * Makefile.in (completer.o): Add dependency on language.h.
859 * top.c (init_main): Set the readline word break characters
860 to GDB's default word break characters.
861
6084f43a
JB
8622003-10-06 J. Brobecker <brobecker@gnat.com>
863
864 * language.h (language_defn): new field, la_word_break_characters.
865 * language.c (unknown_language_defn): Set new field to
866 default_word_break_characters.
867 (auto_language_defn): Likewise.
868 (local_language_defn): Likewise.
869 * ada-lang.c (ada_language_defn): Likewise.
870 * c-lang.c (c_language_defn): Likewise.
871 (cplus_language_defn): Likewise.
872 (asm_language_defn): Likewise.
873 (minimal_language_defn): Likewise.
874 * f-lang.c (f_language_defn): Likewise.
875 * jv-lang.c (java_language_defn): Likewise.
876 * m2-lang.c (m2_language_defn): Likewise.
877 * objc-lang.c (objc_language_defn): Likewise.
878 * p-lang.c (pascal_language_defn): Likewise.
879 * scm-lang.c (scm_language_defn): Likewise.
880
944fcfab
AC
8812003-10-06 Andrew Cagney <cagney@redhat.com>
882
883 * ppc-sysv-tdep.c: Re-indent.
884
9f0a5303
JB
8852003-10-06 J. Brobecker <brobecker@gnat.com>
886
887 * language.h (default_word_break_characters): Add prototype.
888 * language.c (default_word_break_characters): New function.
889
7270b6ed
AS
8902003-10-06 Andreas Schwab <schwab@suse.de>
891
892 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
893 with %eax.
894
a5d61f66
AC
8952003-10-06 Andrew Cagney <cagney@redhat.com>
896
897 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
898 "h8500-tdep.c".
899 (z8k-tdep.o): Delete custom build rule.
900
28a86f5c
AC
9012003-10-06 Andrew Cagney <cagney@redhat.com>
902
1bfd8a83
AC
903 * Makefile.in: Update all dependencies.
904
17144ef8
AC
905 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
906 No longer list PA as as obsolete candidate. List m32r as
907 broken instead of obsolete.
a8f4cde1 908
a5679ae5
AC
909 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
910 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
911 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
912 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
913 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
914 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
915 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
916 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
917 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
918 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
919 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
920 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
921 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
922 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
923 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
924 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
925 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
926 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
927 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
928 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
929 * config/z8k/z8k.mt: Ditto.
930
4a8269c0
AC
931 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
932 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
933 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
934 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
935 sparclite were removed.
936 * configure.host, configure.tgt: Remove corresponding tuples.
937
41989fcd
AC
938 * breakpoint.c, breakpoint.h: Remove obsolete code.
939 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
940 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
941 * stabsread.h, xcoffread.c: Ditto.
942
28a86f5c
AC
943 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
944 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
945 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
946 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
947
4efdaa0d
DL
9482003-10-06 David Lecomber <dsl@sources.redhat.com>
949
950 * f-valprint.c: Reformatting
951
ae53de43
MK
9522003-10-06 Mark Kettenis <kettenis@gnu.org>
953
a8bb57e7
MK
954 * x86-64-tdep.c: Remove duplicate comment.
955
ae53de43
MK
956 * x86-64-tdep.c (x86_64_store_return_value): Don't use
957 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
958 names for return values. This fixes a bug since we looked at %rbx
959 instead of %rdx.
960
473f17b0
MK
9612003-10-05 Mark Kettenis <kettenis@gnu.org>
962
2c261fae
MK
963 * x86-64-tdep.c: Include "regset.h".
964
473f17b0
MK
965 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
966 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
967 sizeof_fpregset.
968 * i386-tdep.c: Include "regset.h".
969 (i386_supply_gregset): New function.
970 (i386_supply_fpregset): New function.
971 (i386_gdbarch_init): Initialze register set-related members of
972 TDEP.
973 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
974 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
975
afd48b75
AC
9762003-10-03 Andrew Cagney <cagney@redhat.com>
977
978 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
979 set extract_return_value, store_return_value and
980 use_struct_convention to ppc64_sysv_abi_extract_return_value,
981 ppc64_sysv_abi_store_return_value and
982 ppc64_sysv_abi_use_struct_convention.
983 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
984 (ppc64_sysv_abi_store_return_value): Declare.
985 (ppc64_sysv_abi_use_struct_convention): Declare.
986 * ppc-sysv-tdep.c (enum return_value_convention): Define.
987 (ppc64_sysv_abi_extract_return_value): New function.
988 (ppc64_sysv_abi_store_return_value): New function.
989 (ppc64_sysv_abi_use_struct_convention): New function.
990 (ppc64_sysv_abi_return_value): New function.
991
9b540880
AC
9922003-10-03 Andrew Cagney <cagney@redhat.com>
993
994 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
995 convert a descriptor to a function when it's in the ".opd"
996 section.
997
8748518b
CV
9982003-10-03 Corinna Vinschen <vinschen@redhat.com>
999
1000 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1001 reg_size to keep GCC silent.
1002
0fd85043
CV
10032003-10-03 Corinna Vinschen <vinschen@redhat.com>
1004
1005 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1006 base for DW_EH_PE_textrel encodings.
1007 (read_encoded_value): Add a DW_EH_PE_textrel case.
1008 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1009 section.
1010
37b517aa
MK
10112003-10-03 Mark Kettenis <kettenis@gnu.org>
1012
1013 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1014
12c266ea
AC
10152003-10-02 Andrew Cagney <cagney@redhat.com>
1016
1017 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1018 REGISTER_RAW_SIZE.
1019 * gdbarch.h, gdbarch.c: Re-generate.
1020 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1021 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1022 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1023 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1024 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1025 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1026 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1027 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1028 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1029 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1030 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1031 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1032 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1033 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1034 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1035 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
a8f4cde1 1036
78ba4af6
JB
10372003-10-02 Jim Blandy <jimb@redhat.com>
1038
1039 * dwarf2read.c (struct die_info): Doc fix.
1040
617daa0e
CV
10412003-10-02 Corinna Vinschen <vinschen@redhat.com>
1042
1043 * sh-tdep.c: Running thru gdb_indent.sh.
1044
e5e33cd9
CV
10452003-10-02 Corinna Vinschen <vinschen@redhat.com>
1046
1047 * sh-tdep.c (sh_justify_value_in_reg): New function.
1048 (sh_stack_allocsize): Ditto.
1049 (flt_argreg_array): New array used for floating point argument
1050 passing.
1051 (sh_init_flt_argreg): New function.
a8f4cde1 1052 (sh_next_flt_argreg): Ditto.
e5e33cd9
CV
1053 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1054 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1055 Fix argument passing strategy.
1056 (sh_push_dummy_call_nofpu): Ditto.
1057
5fe830e4
AC
10582003-10-01 Andrew Cagney <cagney@redhat.com>
1059
1060 * value.h (register_value_being_returned): Declare. Replace
1061 "value_being_returned".
1062 * infcall.c (call_function_by_hand): Use
1063 register_value_being_returned.
1064 * infcmd.c (print_return_value): Call
1065 "register_value_being_returned", handle struct return locally.
1066 * values.c (register_value_being_returned): New function. Replace
1067 "value_being_returned".
a8f4cde1 1068
5fe830e4 10692003-09-30 Elena Zannoni <ezannoni@redhat.com>
cf50a87a
EZ
1070
1071 * linux-proc.c (linux_do_registers): New function.
1072 (linux_make_note_section): Use linux_do_registers in case of
1073 single threaded inferior programs.
1074
64f395bf
AC
10752003-10-01 Andrew Cagney <cagney@redhat.com>
1076
1077 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1078 use STRUCT_ADDR. When not using "struct return convention", pass
1079 "0" to "value_being_returned". Add FIXMEs.
1080 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1081 value_being_returned. Add comments.
1082 * values.c (value_being_returned): Add fixme.
1083 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1084 (hppa_value_returned_from_stack): Add FIXME.
1085
639d11d3
DC
10862003-09-30 David Carlton <carlton@kealia.com>
1087
1088 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1089 'has_children' and 'next' by 'child' and 'sibling'.
1090 (read_comp_unit): Rework algorithm, breaking body into
1091 read_die_and_children and read_die_and_siblings.
1092 (read_die_and_children, read_die_and_siblings): New.
1093 (read_full_die): Add 'has_children' argument; set it instead of
1094 the die's 'has_children' field. Minor formatting cleanup.
1095 (free_die_list): Use die->child and die->sibling instead of
1096 die->next.
1097 (dump_die_list): Ditto.
1098 (sibling_die): Use die->sibling.
1099 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1100 'has_children' and 'next' fields.
a8f4cde1
RM
1101 (process_die, read_file_scope, read_func_scope)
1102 (read_lexical_block_scope, read_structure_scope)
1103 (read_enumeration, read_array_type, read_common_block)
639d11d3
DC
1104 (read_namespace, read_subroutine_type, dump_die): Ditto.
1105
5bffac25
AC
11062003-09-30 Andrew Cagney <cagney@redhat.com>
1107
1108 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1109 to 224, not 220.
1110
f30992d4
AC
11112003-09-30 Andrew Cagney <cagney@redhat.com>
1112
1113 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1114 REGISTER_VIRTUAL_SIZE.
1115 * gdbarch.h, gdbarch.c: Regenerate.
1116 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1117 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1118 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1119
2e092625
AC
11202003-09-29 Andrew Cagney <cagney@redhat.com>
1121
1122 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1123 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1124 * gdbarch.h, gdbarch.c: Regenerate.
1125 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1126 * sh64-tdep.c, sparc-tdep.c: Update.
4deab737
AC
1127
1128 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1129 * remote-vxmips.c (vx_read_register): Ditto.
1130 * remote-vx68.c (vx_read_register): Ditto.
1131 * gnu-nat.c (inf_validate_procs): Ditto.
1132
7a5dd6ee
JB
11332003-09-29 J. Brobecker <brobecker@gnat.com>
1134
1135 * infcall.c (call_function_by_hand): Fix build failure
1136 introduced in the previous change to this file.
1137
1fe43d45
AC
11382003-09-29 Andrew Cagney <cagney@redhat.com>
1139
1140 * NEWS: Mention Objective-C.
1141
e28a332c
JG
11422003-09-29 Jerome Guitton <guitton@act-europe.fr>
1143
1144 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1145 test if the register has been saved on the stack.
1146 (arm_scan_prologue_cache): When analysing the instruction
1147 "str lr, [sp, #-4]", save the address where lr has been stored.
1148
9ff63c35
AC
11492003-09-28 Andrew Cagney <cagney@redhat.com>
1150
7f5f525d
AC
1151 * frame.c (frame_read_unsigned_register): Delete function.
1152 * frame.h (frame_read_unsigned_register): Delete declaration.
1153 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1154 get_frame_register_unsigned.
1155 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1156 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1157 * d10v-tdep.c (d10v_print_registers_info): Ditto.
a8f4cde1 1158
7f5f525d
AC
1159 * frame.h (frame_read_register): Delete declaration.
1160 * frame.c (frame_read_register): Delete function.
1161 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1162 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1163 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1164 * mips-tdep.c (mips_register_to_value): Ditto.
1165 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1166 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1167
1168 * frame.c (frame_read_signed_register): Delete function.
1169 (frame_read_unsigned_register): Update comments.
1170 * frame.h (frame_read_signed_register): Delete declaration.
1171 * h8300-tdep.c (h8300_print_register): Use
1172 get_frame_register_signed.
1173 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1174
9ff63c35
AC
1175 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1176 Rename VALUE_RETURNED_FROM_STACK.
1177 * infcmd.c (print_return_value): Update.
1178 * infcall.c (call_function_by_hand): Update.
1179
41d041d6
MK
11802003-09-28 Mark Kettenis <kettenis@gnu.org>
1181
1182 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1183 regcache argument and reverse the order of the other two
1184 arguments. Remove local regcache variable. Determine
1185 architecture from REGCACHE. Update comments.
1186 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1187 reverse the order of the other two arguments. Remove local
1188 regcache variable. Determine architecture from REGCACHE. Update
1189 comments.
1190 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1191 prototypes. Update comments.
1192 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1193 comment.
1194 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1195 Update.
1196 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1197 * i386-interix-nat.c (supply_fpregset): Update.
1198 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1199 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1200 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1201 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1202 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1203 Update.
1204 * i386obsd-tdep.c (fetch_core_registers): Update.
1205 * i386v4-nat.c (supply_fpregset): Update.
1206 * x86-64-linux-nat.c (supply_fpregset): Update.
1207 * x86-64-linux-tdep.c (fetch_core_registers): Update.
a8f4cde1 1208
1cb97e17
MK
12092003-09-27 Mark Kettenis <kettenis@gnu.org>
1210
5716833c
MK
1211 * i386-tdep.h: Put opaque declarations in alphabetical
1212 order. Remove spurious whitespace.
1213 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1214 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1215 * i386-tdep.c (MM0_REGNUM): Remove define.
1216 (i386_mmx_regnum_p): Add gdbarch argument.
1217 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1218 Rewrite using new macro definitions for FPU/SSE registers.
1219 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1220 definitions from i387-tdep.h.
1221 (i386_register_name): Update.
1222 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1223 new macro definitions for FPU/SSE registers.
1224 (i386_extract_return_value): Determine whether floating-point
1225 registers are present by examining REGCACHE's architecture.
1226 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1227 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1228 FPU/SSE registers.
1229 (i386_register_type): Update.
1230 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1231 definitions for FPU registers. Use REGCACHE's architecture to
1232 determine the appropriate register numbers.
1233 (i386_pseudo_register_read, i386_pseudo_register_write,
1234 i386_register_reggroup_p): Update.
1235 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1236 TDEP->mm0_regnum.
1237 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1238 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1239 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1240 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1241 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1242 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1243 *' to `void *'.
1244 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1245 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1246 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1247 definitions for FPU/SSE registers.
1248 (FXSAVE_MXCSR_ADDR): New define.
1249 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1250 TDEP->mm0_regnum.
1251 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1252 (I387_ST0_REGNUM): Define.
1253
41d35cb0
MK
1254 * regcache.h (get_regcache_arch): New prototype.
1255 * regcache.c (get_regcache_arch): New function.
1256
54e74f72
MK
1257 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1258 whitespace.
1259
1cb97e17
MK
1260 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1261 Initialize using ARRAY_SIZE.
1262
0968aa8c
AC
12632003-09-27 Andrew Cagney <cagney@redhat.com>
1264
1265 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1266 "init_frame_pc_default".
1267 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1268 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1269 * vax-tdep.c (vax_gdbarch_init): Update.
1270 * v850-tdep.c (v850_gdbarch_init): Update.
1271 * sh64-tdep.c (sh64_gdbarch_init): Update.
1272 * s390-tdep.c (s390_gdbarch_init): Update.
1273 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1274 * mcore-tdep.c (mcore_gdbarch_init): Update.
1275 * h8300-tdep.c (h8300_gdbarch_init): Update.
1276 * cris-tdep.c (cris_gdbarch_init): Update.
1277 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1278
54c84734
MK
12792003-09-26 Mark Kettenis <kettenis@gnu.org>
1280
1281 * regset.h: New file.
1282 * Makefile.in (regset_h): Add.
1283
1b1d3794
AC
12842003-09-25 Andrew Cagney <cagney@redhat.com>
1285
1286 * frame.h (deprecated_frame_saved_regs): Rename
1287 get_frame_saved_regs.
1288 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1289 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1290 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1291 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1292 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1293
e6beb428
AC
12942003-09-25 Andrew Cagney <cagney@redhat.com>
1295
1296 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1297 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1298 and Java.
1299 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1300 arm*-*-* do not use the new frame code.
1301
710122da
DC
13022003-09-25 David Carlton <carlton@kealia.com>
1303
1304 * c-exp.y: Remove 'register' declarations.
1305 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1306
79c2c32d
DC
13072003-09-25 David Carlton <carlton@kealia.com>
1308
1309 * c-exp.y: Include cp-support.h. Add qualified_type.
1310 (yylex): Delete nested type hack; add comments.
1311 * cp-namespace.c (cp_lookup_nested_type): New function.
1312 * cp-support.h: Declare cp_lookup_nested_type.
1313 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1314 instead of value_struct_elt_for_reference.
1315 * valops.c: Include cp-support.h.
1316 (value_aggregate_elt): New function.
1317 (value_namespace_elt): Ditto.
1318 (value_struct_elt_for_reference): Make static.
1319 * value.h: Delete declaration of value_struct_elt_for_reference;
1320 add declaration for value_aggregate_elt.
1321 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1322 (valops.o): Ditto.
1323
898c62f5
DJ
13242003-09-25 Daniel Jacobowitz <drow@mvista.com>
1325
1326 * stack.c: Include "reggroups.h".
1327 (frame_info): Only display registers in all_reggroup.
1328 * Makefile.in (stack.o): Update dependencies.
1329
28cd8767
JG
13302003-09-25 Jerome Guitton <guitton@act-europe.fr>
1331
1332 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1333 "add ip, sp #n" in the prologue.
1334 (arm_scan_prologue): Ditto.
1335
a4ab2b5d
JG
13362003-09-25 Jerome Guitton <guitton@act-europe.fr>
1337
1338 * MAINTAINERS (write after approval): Add myself.
1339
3f244638
AS
13402003-09-25 Andreas Schwab <schwab@suse.de>
1341
1342 * m68k-tdep.c: Include "dwarf2-frame.h".
1343 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1344 * Makefile.in (m68k-tdep.o): Update dependencies.
1345
1c0159e0
CV
13462003-09-25 Corinna Vinschen <vinschen@redhat.com>
1347
1348 * sh-tdep.c (struct frame_extra_info): Remove.
1349 (struct sh_frame_cache): New structure.
1350 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1351 (GET_TARGET_REG): Ditto but target register.
1352 (GET_PUSHED_REG): Remove.
1353 (IS_MOV_ARG_TO_REG): New macro.
1354 (IS_MOV_ARG_TO_IND_R14): New macro.
1355 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1356 (IS_MOVW_PCREL_TO_REG): New macro.
1357 (IS_MOVL_PCREL_TO_REG): New macro.
1358 (IS_SUB_REG_FROM_SP): New macro.
1359 (IS_ARG_MOV): Remove.
1360 (IS_MOV_TO_R14): Remove.
1361 (IS_RESTORE_FP): New macro.
1362 (IS_RTS): New macro.
1363 (IS_LDS): New macro.
1364 (IS_MOV_FP_SP): New macro.
1365 (IS_ADD_REG_TO_FP): New macro.
1366 (IS_ADD_IMM_FP): New macro.
1367 (sh_skip_prologue_hard_way): Remove.
1368 (sh_saved_pc_after_call): Remove.
1369 (sh_frame_chain): Remove.
1370 (sh_find_callers_reg): Remove.
a8f4cde1 1371 (sh_nofp_frame_init_saved_regs): Remove.
1c0159e0
CV
1372 (sh_fp_frame_init_saved_regs): Remove.
1373 (sh_init_extra_frame_info): Remove.
1374 (sh_analyze_prologue): New function.
1375 (sh_skip_prologue): Remove deprecated code. Rely on new function
1376 sh_analyze_prologue when after_prologue fails.
1377 (sh_frame_saved_pc): Remove.
1378 (sh_alloc_frame_cache): New function.
1379 (sh_frame_cache): Ditto.
1380 (sh_frame_prev_register): Ditto.
1381 (sh_frame_this_id): Ditto.
1382 (sh_frame_unwind): New structure defining the heuristic frame
1383 sniffer interface.
1384 (sh_frame_sniffer): New function.
1385 (sh_unwind_sp): Ditto.
1386 (sh_unwind_pc): Ditto.
1387 (sh_unwind_dummy_id): Ditto.
1388 (sh_frame_base_address): Ditto.
1389 (sh_frame_base): New structure defining new frame base code.
1390 (sh_in_function_epilogue_p): New function.
1391 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1392 code and to call all new code instead. Initialize dwarf2 and
1393 heuristic frame sniffer.
1394
5f9769d1
PH
13952003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1396
a8f4cde1
RM
1397 * parser-defs.h (struct exp_descriptor): New definition, containing
1398 language-specific info for printing, prefixifying, dumping, and
5f9769d1
PH
1399 evaluating expressions.
1400 (exp_descriptor_standard): Declare new variable.
1401 (print_subexp): Make global and declare here (from expprint.c).
1402 (dump_subexp): Ditto.
1403 (dump_subexp_body_standard): Declare.
1404 (operator_length_standard): Declare.
1405 (op_name_standard): Declare.
1406 (print_subexp): Declare.
1407 (print_subexp_standard): Declare.
1408
1409 * language.h (struct language_defn): Add la_exp_desc field to hold
1410 pointer to table for language-specific operators.
1411 Remove evaluate_exp field, which is now in struct exp_descriptor.
a8f4cde1
RM
1412
1413 * parse.c (operator_length): Move most code to new
5f9769d1 1414 operator_length_standard function. Use language-specific information.
a8f4cde1 1415 (operator_length_standard): New function taking most code from
5f9769d1
PH
1416 operator_length.
1417 (exp_descriptor_standard): New constant.
a8f4cde1
RM
1418
1419 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
5f9769d1 1420 and OP_EXTENDED_LAST.
a8f4cde1
RM
1421
1422 * expprint.c (print_subexp): Use language-specific print_subexp.
5f9769d1
PH
1423 Make global; remove static declaration.
1424 Move most code to print_subexp_standard.
a8f4cde1 1425 (print_subexp_standard): New function, containing code formerly in
5f9769d1
PH
1426 print_subexp.
1427 (op_name): Add expression to argument signature.
a8f4cde1 1428 Use langauge-specific op_name.
5f9769d1
PH
1429 Move most code to op_name_standard.
1430 (op_name_standard): New function, containing code formerly in op_name.
1431 (dump_subexp): Use new version of op_name function.
1432 Use language-specific dump_subexp_body, and move most existing code to
1433 dump_subexp_body_standard.
1434 (dump_raw_expression): Use new op_name interface.
1435 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1436 (dump_subexp_body_standard): New function, containing code formerly
1437 in dump_subexp_body.
a8f4cde1 1438
5f9769d1
PH
1439 * language.c (unknown_language): Add default la_exp_desc field and
1440 remove evaluate_exp field.
1441 (auto_language): Ditto.
1442 (local_language): Ditto.
1443 * f-lang.c (f_language_defn): Ditto.
1444 * c-lang.c (c_language_defn): Ditto.
1445 (cplus_language_defn): Ditto.
1446 (asm_language_defn): Ditto.
1447 (minimal_language_defn): Ditto.
1448 * p-lang.c (pascal_language_defn): Ditto.
1449 * m2-lang.c (m2_language_defn): Ditto.
1450 * objc-lang.c (objc_language_defn): Ditto.
a8f4cde1
RM
1451
1452 * jv-lang.c (exp_descriptor_java): New variable, containing
5f9769d1
PH
1453 Java-specific expression evaluator.
1454 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1455 field.
a8f4cde1 1456 * scm-lang.c (exp_descriptor_scm): New variable, containing
5f9769d1
PH
1457 Scheme-specific expression evaluator.
1458 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1459 field.
1460 * objc-lang.c (print_object_command): Take evaluate_exp from the
1461 la_exp_desc field.
a8f4cde1 1462
5f9769d1 1463 * Makefile.in (eval.o): Add dependency on parser-defs.h.
a8f4cde1
RM
1464
1465 * eval.c: Include parser-defs.h for the full declaration of
5f9769d1
PH
1466 la_exp_desc's type.
1467 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
a8f4cde1 1468
24daaebc
PH
14692003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1470
1471 * parser-defs.h (operator_length): Declare.
a8f4cde1 1472
24daaebc
PH
1473 * parse.c (length_of_subexp): Use operator_length to get operator
1474 lengths and arities for operators.
1475 Move most code to new operator_length function.
a8f4cde1 1476 (operator_length): New function absorbing most code from
24daaebc
PH
1477 length_of_subexp.
1478 (prefixify_subexp): Remove large case and use operator_length instead.
1479 (parse_exp_1): Use renamings:
a8f4cde1 1480 dump_prefix_expression => dump_raw_expression and
24daaebc 1481 dump_postfix_expression => dump_prefix_expression.
a8f4cde1 1482
24daaebc
PH
1483 * expression.h (dump_prefix_expression): Rename to ...
1484 (dump_raw_expression): New name.
1485 (dump_postfix_expression): Rename to ...
1486 (dump_prefix_expression): New name.
a8f4cde1 1487
24daaebc
PH
1488 * expprint.c (dump_subexp): Make global. Add comment.
1489 Move most existing code to dump_subexp_body.
1490 (dump_subexp_body): New function.
1491 (dump_prefix_expression): Rename to dump_raw_expression.
a8f4cde1 1492 Remove attempt to print the expression via print_expression: it can't
24daaebc
PH
1493 work before the expression is prefixified.
1494 (dump_raw_expression): Renamed from dump_prefix_expression.
a8f4cde1 1495 (dump_postfix_expression): Rename to dump_prefix_expression, since
24daaebc 1496 that's what it does.
a8f4cde1 1497 Remove 'note' parameter, since this routine must be used on
24daaebc
PH
1498 prefixified expression.
1499 (dump_prefix_expression): Renamed from dump_postfix_expression.
a8f4cde1 1500
8c2957c4
JB
15012003-09-22 Jim Blandy <jimb@redhat.com>
1502
1503 * dwarf2read.c (read_array_type): When building the type for an
1504 array of unspecified length, make sure to choose the upper bound
1505 so that the array's total length comes out to be zero --- that's
1506 how we represent such arrays.
1507
592e3010
MC
15082003-09-22 Michael Chastain <mec@shout.net>
1509
1510 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1511
365c70b1
JJ
15122003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1513
1514 * top.c (quit_force): Fix indirect call to quit_target so
1515 a struct qt_args pointer is passed.
1516
5d6eb653
AC
15172003-09-22 Andrew Cagney <cagney@redhat.com>
1518
1519 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1520 * arch-utils.c (init_frame_pc_noop): Delete function.
1521 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1522 "init_frame_pc".
1523 * mips-tdep.c (mips_gdbarch_init): Ditto.
1524 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1525 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1526 declaration.
1527 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1528 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1529 declaration.
1530 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1531
b222a67f
AG
15322003-09-22 Anthony Green <green@redhat.com>
1533
1534 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1535 declaration.
1536
d5b5ac79
AC
15372003-09-20 Andrew Cagney <cagney@redhat.com>
1538
deafb061
AC
1539 * breakpoint.c: Eliminate ARGSUSED.
1540 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1541 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1542 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1543 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1544 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1545 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1546 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1547 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1548 * wince.c, remote-vx.c: Ditto.
1549
d5b5ac79
AC
1550 * cli/cli-script.c: Remove "register" attributes.
1551 * config/pa/tm-hppa.h: Ditto.
1552 * cli/cli-decode.c: Ditto.
1553 * cli/cli-cmds.c: Ditto.
1554
c6316faa
AC
15552003-09-19 Andrew Cagney <cagney@redhat.com>
1556
1557 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1558 DEPRECATED_NPC_REGNUM.
1559 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1560
f4f99b11
CF
15612003-09-19 Christopher Faylor <cgf@redhat.com>
1562
1563 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1564
1708f284
JB
15652003-09-19 Jim Blandy <jimb@redhat.com>
1566
1567 * macrotab.c (macro_include): Use the correct comparison to find
1568 the appropriate place for this inclusion in the list.
1569
b9fbf434
AC
15702003-09-19 Andrew Cagney <cagney@redhat.com>
1571
1572 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1573 (DEPRECATED_HPUX_TEXT_END): Define.
1574 (deprecated_hpux_text_end): Declare.
1575 (struct target_ops): Declare opaque.
1576 * hppah-nat.c (text_end): Make static.
1577 (deprecated_hpux_text_end): New function.
1578 * exec.c (text_end): Delete global variable.
1579 (NEED_TEXT_START_END): Do not define.
1580 (exec_file_attach): Replace code computing "text_end" code with
1581 call to DEPRECATED_HPUX_TEXT_END.
1582
5b03f266
AC
15832003-09-19 Andrew Cagney <cagney@redhat.com>
1584
1585 * utils.c (align_up, align_down): New functions.
1586 * defs.h (align_up, align_down): Declare.
1587 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1588 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1589 and "align_down".
1590 (round_up, round_down): Delete functions.
1591 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1592 "align_down".
1593 (ROUND_DOWN, ROUND_UP): Delete macros.
1594 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1595 * h8300-tdep.c: Replace "round_up" and "round_down" with
1596 "align_up" and "align_down".
1597 (round_up, round_down): Delete macros.
1598 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1599 "align_down".
1600 (ROUND_UP, ROUND_DOWN): Delete macros.
1601
51db5742
JB
16022003-09-18 J. Brobecker <brobecker@gnat.com>
1603
1604 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1605 hard-coded constant. Use the proper machine name instead.
1606
77949794
AC
16072003-09-17 Andrew Cagney <cagney@redhat.com>
1608
1609 * sparc-tdep.c (legacy_register_name): Delete function.
1610 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1611 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1612 * infcmd.c (gdb_register_name): Delete variable.
1613 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1614 REGISTER_NAME and "tm.h".
1615 * gdbarch.h, gdbarch.c: Regenerate.
1616 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1617 REGISTER_NAMES in comments.
1618 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1619 * m68klinux-nat.c (regmap): Ditto.
1620
b55c33cc
JB
16212003-09-17 Jim Blandy <jimb@redhat.com>
1622
1623 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1624
957e27ac
AC
16252003-09-17 Andrew Cagney <cagney@redhat.com>
1626
1627 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1628 (ppcnbsd_init_abi): Set "use_struct_convention" to
1629 "ppcnbsd_use_struct_convention".
1630
192cb3d4
MK
16312003-09-17 Mark Kettenis <kettenis@gnu.org>
1632
1633 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1634 * gdbarch.h, gdbarch.c: Regenerate.
1635 (stabs_argument_has_addr): New architecture method.
1636 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1637 * arch-utils.c: Include "buildsym.h".
1638 (default_stabs_argument_has_addr): New function.
1639 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1640 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1641
efe59759
AC
16422003-09-17 Andrew Cagney <cagney@redhat.com>
1643
1644 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1645 * gdbarch.h, gdbarch.c: Regenerate.
1646 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1647 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1648 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1649 * sparcnbsd-tdep.c: Update.
a8f4cde1 1650
62700349
AC
16512003-09-17 Andrew Cagney <cagney@redhat.com>
1652
1653 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1654 * gdbarch.h, gdbarch.c: Regenerate.
1655 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1656 * d10v-tdep.c, frame.c: Update.
1657 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1658 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1659 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1660 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1661 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1662 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1663 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1664 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1665 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1666 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1667 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1668 * config/pa/nm-hppah.h: Update.
1669
b9ff3018
AC
16702003-09-16 Andrew Cagney <cagney@redhat.com>
1671
1672 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1673 "use_struct_convention" to "ppc_linux_use_struct_convention".
1674 (ppc_linux_use_struct_convention): New function.
1675 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1676 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1677 "rs6000_use_struct_convention".
1678 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1679 declaration.
1680 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1681 Delete function.
1682
aa1ee363
AC
16832003-09-16 Andrew Cagney <cagney@redhat.com>
1684
1685 * buildsym.c: Remove more occurances of "register".
1686 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1687 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1688 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1689 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1690 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1691 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1692 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1693 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1694
f2ea0907
CV
16952003-09-16 Corinna Vinschen <vinschen@redhat.com>
1696
1697 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1698 numbers to enumeration values.
1699 * sh-tdep.c: Accomodate above change.
1700 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1701 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1702 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1703 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1704 (IS_FPUSH): Rename from IS_FMOV.
1705 (sh_extract_struct_value_address): Remove useless comment.
1706 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1707 instead of own local values.
1708 (sh_dump_tdep): Remove.
1709 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1710 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1711
1c704f11
AC
17122003-09-15 Andrew Cagney <cagney@redhat.com>
1713
1714 * doublest.c (convert_floatformat_to_doublest): No longer need to
1715 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1716
ac79b88b
DJ
17172003-09-15 Daniel Jacobowitz <drow@mvista.com>
1718
1719 * values.c (unpack_double): Call floatformat_is_valid.
1720
1c671366
MK
17212003-09-15 Mark Kettenis <kettenis@gnu.org>
1722
de5227fb
MK
1723 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1724 ps_strings into a long.
1725
1c671366
MK
1726 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1727 _initialize_am64fbsd_nat.
1728
a604369a
KB
17292003-09-15 Kevin Buettner <kevinb@redhat.com>
1730
1731 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1732 associated with DW_AT_ranges attribute is out of bounds.
1733
b3cacbee
DL
17342003-09-15 David Lecomber <dsl@sources.redhat.com>
1735
1736 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1737
d0f37bb2
MC
17382003-09-14 Michael Chastain <mec@shout.net>
1739
1740 * config/m68k/nm-apollo68v.h: Delete.
1741 * config/m68k/xm-apollo68v.h: Delete.
1742
69517000
AC
17432003-09-14 Andrew Cagney <cagney@redhat.com>
1744
1745 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1746 * dcache.c: Update copyrights and descriptions.
1747 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1748
ef8b349d
AC
17492003-09-14 Andrew Cagney <cagney@redhat.com>
1750
1751 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1752 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1753
52f0bd74
AC
17542003-09-14 Andrew Cagney <cagney@redhat.com>
1755
1756 * alpha-nat.c: Remove some occurances of "register".
1757 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1758 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1759 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1760 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1761 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1762 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1763 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1764 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1765 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1766 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1767 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1768 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1769 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1770 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1771 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1772 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1773 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1774 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1775 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1776 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1777 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1778 * values.c, vax-tdep.c, xcoffread.c: Ditto.
a8f4cde1 1779
4a4b3fed
AC
17802003-09-13 Andrew Cagney <cagney@redhat.com>
1781
1782 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1783 * ppc-tdep.h (struct regcache): Declare opaque.
1784 * objfiles.h (struct objfile_data): Declare opaque.
1785 * cp-support.h (struct objfile): Declare opaque.
1786 * linux-nat.h (target_waitstatus): Declare opaque.
1787
2110b94f
MK
17882003-09-14 Mark Kettenis <kettenis@gnu.org>
1789
1c671366
MK
1790 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1791 (stabs_argument_has_addr): New architecture method.
1792 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1793 * arch-utils.c: Include "buildsym.h".
1794 (default_stabs_argument_has_addr): New function.
1795 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1796 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1797
2110b94f
MK
1798 * cris-tdep.c (cris_gdbarch_init): Set
1799 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1800 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1801 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1802 * mips-tdep.c (mips_gdbarch_init): Likewise.
1803 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1804 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1805
48436ce6
AC
18062003-09-13 Andrew Cagney <cagney@redhat.com>
1807
1808 * values.c (using_struct_return): Delete "function" and "funcaddr"
1809 parameters.
1810 * value.h (using_struct_return): Update declaration.
1811 * infcmd.c (finish_command_continuation): Update.
1812 (finish_command): Update.
1813 * infcall.c (call_function_by_hand): Update.
1814 * eval.c (evaluate_subexp_standard): Update.
1815
403d9909
CF
18162003-09-13 Christopher Faylor <cgf@redhat.com>
1817
1818 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1819 SSE registers since gdb will not operate correctly without this.
1820 Restore include file ordering munged in previous change.
1821 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1822
ebf7d56b
MK
18232003-09-13 Mark Kettenis <kettenis@gnu.org>
1824
8e823e25
MK
1825 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1826 REG_STRUCT_HAS_ADDR.
1827 * gdbarch.c, gdbarch.h: Updated.
1828 * infcall.c (call_function_by_hand): Update.
1829 * stabsread.c (define_symbol): Updated.
a8f4cde1 1830
ebf7d56b
MK
1831 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1832
d3f13f72
CF
18332003-09-12 Christopher Faylor <cgf@redhat.com>
1834
1835 * win32-nat.c: Reorganize so that defines used by target headers are
1836 actually defined by the system headers.
1837 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1838 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1839
14f75137
JB
18402003-09-12 Jim Blandy <jimb@redhat.com>
1841
d646061f
JB
1842 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1843 the file has no .data, .bss, or .rodata sections. Instead wait
1844 until we see a variable alleged to live in one of those sections.
1845
2a13f9bc
JB
1846 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1847 .bss section, presume that any variables we find live in the
1848 .rodata section.
1849
4f49b26b
JB
1850 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1851 offsets for global and static variables.
1852
14f75137
JB
1853 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1854 symbol types are, by definition, in the .data section, so it is
1855 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1856 If there is no .data section, there should be no N_DATA or N_DATA
1857 | N_EXT symbols.
1858
212c460c
MK
18592003-09-12 Mark Kettenis <kettenis@gnu.org>
1860
1861 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1862 (amd64fbsd_sigcontext_addr): Rewrite.
1863 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1864 with correct values.
1865 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1866 (amd64fbsd_init_abi): Fix typo.
1867
68856ea3
AC
18682003-09-12 Andrew Cagney <cagney@redhat.com>
1869
1870 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1871 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1872
627b3ba2
AC
18732003-09-12 Andrew Cagney <cagney@redhat.com>
1874
1875 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1876 "entry_file_highpc". Update comments.
1877 * defs.h (deprecated_inside_entry_file): Rename
1878 "inside_entry_file".
1879 * blockframe.c (deprecated_inside_entry_file): Rename
1880 "inside_entry_file".
1881 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1882 * vax-tdep.c (vax_frame_chain): Update.
1883 * sh64-tdep.c (sh64_frame_chain): Update.
1884 * sh-tdep.c (sh_frame_chain): Update.
1885 * rs6000-tdep.c (rs6000_frame_chain): Update.
1886 * ns32k-tdep.c (ns32k_frame_chain): Update.
1887 * mips-tdep.c (mips_frame_chain): Update.
1888 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1889 * m32r-tdep.c (m32r_frame_this_id): Update.
1890 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1891 * frv-tdep.c (frv_frame_this_id): Update.
1892 * d10v-tdep.c (d10v_frame_this_id): Update.
1893 * cris-tdep.c (cris_frame_chain): Update.
1894 * blockframe.c (legacy_frame_chain_valid): Update.
1895 * avr-tdep.c (avr_frame_this_id): Update.
1896 * arm-tdep.c (arm_prologue_this_id): Update.
1897 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1898 * objfiles.c (objfile_relocate): Update.
1899 * mipsread.c (mipscoff_symfile_read): Update.
1900 (mipscoff_symfile_read): Update.
1901 * mdebugread.c (parse_partial_symbols): Update.
1902 * dwarfread.c (read_file_scope): Update.
1903 * dwarf2read.c (read_file_scope): Update.
1904 * dbxread.c (read_dbx_symtab): Update.
1905 (read_dbx_symtab): Update.
1906 * coffread.c (complete_symtab): Update.
1907
b0abbc58
JJ
19082003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1909
1910 * top.c (quit_target): New static helper function.
1911 (quit_force): Moved code to quit_target(). Call quit_target()
1912 via catch_errors() to catch errors during quit.
1913
a1632d59
DC
19142003-09-11 David Carlton <carlton@kealia.com>
1915
1916 * buildsym.c (finish_block): Use allocate_block to allocate the
1917 block.
1918 * mdebugread.c (new_block): Add FIXME.
1919
5c4e30ca
DC
19202003-09-11 David Carlton <carlton@kealia.com>
1921
1922 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1923 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1924 (recursive_dump_type): Ditto.
1925 * printcmd.c (print_formatted): Ditto.
1926 * typeprint.c (print_type_scalar): Ditto.
1927 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1928 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1929 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1930 maint_cplus_cmd_list.
1931 * cp-support.c: Make maint_cplus_cmd_list extern.
1932 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1933 command.h.
1934 (lookup_symbol_file): Look in possible namespace blocks when
1935 appropriate.
1936 (initialize_namespace_symtab): New.
1937 (get_possible_namespace_block, free_namespace_block)
1938 (check_possible_namespace_symbols)
1939 (check_possible_namespace_symbols_loop)
1940 (check_one_possible_namespace_symbol)
1941 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1942 (_initialize_cp_namespace): Ditto.
1943 * block.h: Declare allocate_block.
1944 * block.c (allocate_block): New.
1945 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1946 allocate_block.
1947 * symfile.h: Update declaration of add_psymbol_to_list.
1948 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1949 question.
1950 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1951 scan_partial_symbols_call.
1952 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1953 helper functions.
1954 (add_partial_symbol): If necessary, scan mangled names for names
1955 of namespaces.
1956 (add_partial_namespace): Add NAMESPACE argument; generate partial
1957 symbols associated to namespaces.
1958 (add_partial_enumeration): Add NAMESPACE argument.
1959 (new_symbol): Allow namespace syms.
1960 (read_namespace): Generate namespace syms.
1961 * objfiles.h: Add opaque declaration of struct symtab.
1962 (struct objfile): Add cp_namespace_symtab member.
1963 * objfiles.c (allocate_objfile): Set
1964 objfile->cp_namespace_symtab.
1965 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1966 dictionary_h, command_h.
1967
33a7c2fc
AC
19682003-09-11 Andrew Cagney <cagney@redhat.com>
1969
1970 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1971 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1972 near the function's end.
1973 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1974 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1975 regcache_raw_write_signed to set SP_REGNUM.
1976
63cd24fe
EZ
19772003-09-11 Elena Zannoni <ezannoni@redhat.com>
1978
1979 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1980 orig_addrs is set up properly.
1981
f27dd7fd
AC
19822003-09-11 Andrew Cagney <cagney@redhat.com>
1983
1984 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1985 * gdbarch.h, gdbarch.c: Re-generate.
1986 * infcall.c (call_function_by_hand): Update.
1987 * hppa-tdep.c (hppa_push_arguments): Update.
1988 * ada-lang.c (place_on_stack): Update.
1989 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1990 * sparc-tdep.c (sparc_gdbarch_init): Update.
1991 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1992 * hppa-tdep.c (hppa_gdbarch_init): Update.
1993 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1994 stack_align.
1995
f630a401
DJ
19962003-09-11 Daniel Jacobowitz <drow@mvista.com>
1997
1998 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1999 register do need a frame.
2000
0ddabb4c
AC
20012003-09-11 Andrew Cagney <cagney@redhat.com>
2002
2003 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2004 buildable since GDB 5.0.
2005 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2006 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2007 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2008 * irix4-nat.c: Delete file.
2009 * config/mips/irix4.mh: Delete file.
2010 * config/mips/irix3.mh: Delete file.
2011 * config/mips/irix3.mt: Delete file.
2012 * config/mips/tm-irix3.h: Delete file.
2013 * config/mips/nm-irix3.h: Delete file.
2014 * config/mips/xm-irix3.h: Delete file.
2015 * config/mips/nm-irix4.h: Delete file.
2016 * config/mips/xm-irix4.h: Delete file.
2017 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2018
fde2cceb
JB
20192003-09-10 J. Brobecker <brobecker@gnat.com>
2020
2021 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2022 * Makefile.in (hppa-tdep.o): Update dependencies.
2023
66f667f5
JW
20242003-09-10 James E Wilson <wilson@specifixinc.com>
2025
ef5fd69f
JW
2026 * MAINTAINERS: Change my e-mail address. Move to paper trail
2027 section.
66f667f5 2028
53e8aaea
KB
20292003-09-10 Kevin Buettner <kevinb@redhat.com>
2030
2031 * MAINTAINERS (frv): New ISA entry.
2032
dcc6aaff
KB
20332003-09-10 Kevin Buettner <kevinb@redhat.com>
2034
2035 * frv-tdep.c (dis-asm.h): Include.
2036 * Makefile.in (frv-tdep.o): Update dependencies.
2037
932644f0
JJ
20382003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2039
2040 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2041 Fix typo for high range of floating registers.
2042
91c24f0a
DC
20432003-09-09 David Carlton <carlton@kealia.com>
2044
2045 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2046 highpc initialization here out of scan_partial_symbols.
2047 (scan_partial_symbols): Restructure into a recursive version,
2048 calling add_partial_namespace and add_partial_enumeration when
2049 appropriate.
2050 (add_partial_namespace): New.
2051 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2052
c9263853
AC
20532003-09-09 Andrew Cagney <cagney@redhat.com>
2054
e56a0ecc
AC
2055 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2056 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2057 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2058 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2059
794a477a
AC
2060 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2061 (rs6000_push_dummy_call): Set the "TOC" register.
2062
c9263853
AC
2063 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2064 methods "max_register_raw_size", "max_register_virtual_size" or
2065 "register_virtual_size".
2066
afa7d0b2
ILT
20672003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2068
2069 * MAINTAINERS: Update my e-mail address.
2070
7a41266b
AC
20712003-09-09 Andrew Cagney <cagney@redhat.com>
2072
2073 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2074 (rs6000_push_dummy_call): Store the struct return address.
2075 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2076
77b2b6d4
AC
20772003-09-09 Andrew Cagney <cagney@redhat.com>
2078
2079 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2080 "ppc_sysv_abi_push_arguments".
2081 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2082 "ppc_sysv_abi_push_arguments".
2083 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2084 instead of "push_arguments".
2085 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2086
e8a7b686
AC
20872003-09-09 Andrew Cagney <cagney@redhat.com>
2088
2089 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2090 instead of CALL_DUMMY_ADDRESS.
2091
f86f5ca3
PH
20922003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2093
2094 * p-lang.c: Eliminate "register".
2095 * c-lang.c: Ditto.
2096 * expprint.c: Ditto.
2097 * f-lang.c: Ditto.
2098 * jv-lang.c: Ditto.
2099 * language.c: Ditto.
2100 * m2-lang.c: Ditto.
2101 * parse.c: Ditto.
2102 * scm-lang.c: Ditto.
2103 * objc-lang.c: Ditto.
2104
83ee270e
NC
21052003-09-09 Nick Clifton <nickc@redhat.com>
2106
2107 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2108
a89aa300
AC
21092003-09-04 Andrew Cagney <cagney@redhat.com>
2110
2111 * avr-tdep.c: Include "dis-asm.h".
2112 * cris-tdep.c: Include "dis-asm.h".
2113 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2114 instead of corresponding typedef.
2115 * h8300-tdep.c: Include "dis-asm.h".
2116 * ia64-tdep.c: Include "dis-asm.h".
2117 * i386-tdep.c: Include "dis-asm.h".
2118 (i386_print_insn): Use "struct disassemble_info" instead of
2119 corresponding typedef.
2120 * m68k-tdep.c: Include "dis-asm.h".
2121 * mcore-tdep.c: Include "dis-asm.h".
2122 * mips-tdep.c: Include "dis-asm.h".
2123 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2124 instead of corresponding typedef.
2125 * ns32k-tdep.c: Include "dis-asm.h".
2126 * s390-tdep.c: Include "dis-asm.h".
2127 * sparc-tdep.c: Include "dis-asm.h".
2128 * vax-tdep.c: Include "dis-asm.h".
2129 * v850-tdep.c: Include "dis-asm.h".
2130 * mn10300-tdep.c: Include "dis-asm.h".
2131 * rs6000-tdep.c: Include "dis-asm.h".
2132 * xstormy16-tdep.c: Include "dis-asm.h".
2133 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2134 print_insn_xstormy16.
2135 * Makefile.in (v850-tdep.o): Update dependencies.
2136 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2137 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2138 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2139 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2140 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2141 (gdbarch_h): Remove $(dis_asm_h).
2142 * disasm.c: Include "dis-asm.h".
2143 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2144 corresponding typedef.
2145 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2146 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2147 * gdbarch.sh: Do not include "dis-asm.h".
2148 (struct disassemble_info): Declare opaque.
2149 (TARGET_PRINT_INSN): Update declaration.
2150 * gdbarch.h, gdbarch.c: Re-generate.
2151
88a82a65
AC
21522003-09-08 Andrew Cagney <cagney@redhat.com>
2153
2154 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2155 CALL_DUMMY_ADDRESS, change to a predicate.
2156 * gdbarch.h, gdbarch.c: Re-generate.
2157 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2158 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2159 * infcall.c (call_function_by_hand): Ditto.
2160 * sparc-tdep.c (sparc_push_return_address): Ditto.
2161 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2162 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2163 CALL_DUMMY_ADDRESS with entry_point_address.
2164 * v850-tdep.c (v850_push_return_address): Ditto.
2165 * s390-tdep.c (s390_push_return_address): Ditto.
2166 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2167 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2168 * mcore-tdep.c (mcore_push_return_address): Ditto.
2169 * cris-tdep.c (cris_push_return_address): Ditto.
2170 * arm-tdep.c (arm_push_return_address): Ditto.
2171
3e2c4033
AC
21722003-09-08 Andrew Cagney <cagney@redhat.com>
2173
2174 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2175 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2176 and REG_UNMODIFIED to REG_SAME_VALUE.
2177 (execute_cfa_program): Update.
2178 (dwarf2_frame_cache): Update. Initialize table to
2179 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2180 location.
2181 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2182
39efb398
AC
21832003-09-08 Andrew Cagney <cagney@redhat.com>
2184
2185 * gnu-nat.c: Remove "inline" function attribute.
2186 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2187
f5cb5aca
KB
21882003-09-08 Kevin Buettner <kevinb@redhat.com>
2189
2190 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2191 target.
2192
1cb761c7
KB
21932003-09-08 Kevin Buettner <kevinb@redhat.com>
2194
2195 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2196 (frame_extra_info): Rename this struct to frv_unwind_cache.
2197 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2198 Add fields ``prev_sp'' and ``base''.
2199 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2200 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2201 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2202 Delete.
2203 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2204 Revise all callers. Fill in the unwind cache argument and make
2205 other adjustments to account for new frame mechanisms.
2206 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2207 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2208 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2209 (frv_frame_unwind, frv_frame_base): New structs.
2210 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2211 additional arguments expected by this method and adjust function
2212 body accordingly.
2213 (frv_gdbarch_init): Remove calls to the following functions:
2214 set_gdbarch_deprecated_init_frame_pc(),
2215 set_gdbarch_deprecated_saved_pc_after_call(),
2216 set_gdbarch_deprecated_frame_chain(),
2217 set_gdbarch_deprecated_frame_saved_pc(),
2218 set_gdbarch_deprecated_frame_init_saved_regs(),
2219 set_gdbarch_deprecated_push_arguments(),
2220 set_gdbarch_deprecated_push_return_address(),
2221 set_gdbarch_deprecated_pop_frame(),
2222 set_gdbarch_deprecated_call_dummy_words(),
2223 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2224 set_gdbarch_deprecated_init_extra_frame_info(),
2225 set_gdbarch_deprecated_dummy_write_sp(), and
2226 set_gdbarch_deprecated_pc_in_call_dummy().
2227 Add calls to the following functions:
2228 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2229 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2230 frame_base_set_default().
2231 * Makefile.in (frv-tdep.o): Update dependencies.
a8f4cde1 2232
68f6cf99
MK
22332003-09-09 Mark Kettenis <kettenis@gnu.org>
2234
2235 * dwarf2-frame.c (read_encoded_value): Add support for
2236 DW_EH_PE_aligned encoding.
2237
73b65bb0
DJ
22382003-09-08 Daniel Jacobowitz <drow@mvista.com>
2239
2240 * infrun.c (normal_stop): Don't print a message if the inferior
2241 has exited.
2242
7c8a5605
JB
22432003-09-08 Jim Blandy <jimb@redhat.com>
2244
2245 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2246 * dbxread.c: #include "gdb_assert.h".
2247 (read_dbx_symtab): If the objfile has no .data section, use the
2248 section index for the .bss section instead.
2249
7dd88986
DJ
22502003-09-08 Daniel Jacobowitz <drow@mvista.com>
2251
2252 * frame.c (deprecated_safe_get_selected_frame): New function.
2253 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2254 * findvar.c (read_var_value): Call it.
2255
55ff77ac
CV
22562003-09-08 Corinna Vinschen <vinschen@redhat.com>
2257
2258 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2259 (sh64-tdep.o): Add dependencies.
2260 * configure.tgt: Add FIXME to sh-*-linux*.
2261 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2262 (sh_gdbarch_init): Always set correct sh_show_regs function
a8f4cde1 2263 pointer. Call sh64_gdbarch_init() if machine type is sh5.
55ff77ac
CV
2264 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2265 * sh64-tdep.c: New file, containing all sh64 related code from
2266 sh-tdep.c.
2267 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2268 * config/sh/linux.mt (TDEPFILES): Ditto.
a8f4cde1 2269 * config/sh/nbsd.mt (TDEPFILES): Ditto.
55ff77ac
CV
2270 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2271 * config/sh/wince.mt (TDEPFILES): Ditto.
2272
bfb39158
DJ
22732003-09-07 Daniel Jacobowitz <drow@mvista.com>
2274
2275 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2276 (stop_wait_callback): Handle !lp->signalled also.
2277 (lin_lwp_has_pending, flush_callback): New functions.
2278 (lin_lwp_wait): Call flush_callback.
2279 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2280 (linux_proc_pending_signals): New function.
2281 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2282
9407de8e
DJ
22832003-09-07 Daniel Jacobowitz <drow@mvista.com>
2284
2285 From Nick Kelsey <nickk@ubicom.com>:
2286 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2287 when the stop PC is at the beginning of a function also.
2288
2ef47cd0
DJ
22892003-09-06 Daniel Jacobowitz <drow@mvista.com>
2290
2291 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2292 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2293
6f4492c8
MK
22942003-09-06 Mark Kettenis <kettenis@gnu.org>
2295
2296 * sol-thread.c: Include "gdb_string.h".
2297
d3420b2f
MK
22982003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2299
2300 * gcore.c: Reorder include files in alphabetical order. Include
2301 "gdb_assert.h". Various coding style fixes.
2302 (derive_stack_segment, derive_heap_segment): Replace check for
2303 non-null BOTTOM and TOP with gdb_assert.
2304 (derive_heap_segment): Replace check for successful creation of
2305 ZERO with gdb_assert.
2306 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2307
5220ea4c
AC
23082003-09-04 Andrew Cagney <cagney@redhat.com>
2309
2310 * thread-db.c (verbose_dlsym): New function.
2311 (thread_db_load): Use verbose_dlsym
2312 (thread_db_new_objfile): Print that libthread_db was loaded, and
2313 that thread debugging was enabled.
2314
6e8c2c06
AC
23152003-09-04 Andrew Cagney <cagney@redhat.com>
2316
2317 * configure.tgt: Add "mips64*-*-*" target. Delete
2318 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2319 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2320 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2321 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2322 mips*-sony-*, and mips64*-*-elf* targets.
2323 * config/mips/embedl.mt: Delete file.
2324 * config/mips/embedl64.mt: Delete file.
2325 * config/mips/mips.mt: Delete file.
2326 * config/mips/mips64.mt: Delete file.
2327 * config/mips/tm-embed.h: Delete file.
2328 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2329 * config/mips/embed64.mt: Delete out-of-date comment.
2330
3a3bc038
AC
23312003-09-04 Andrew Cagney <cagney@redhat.com>
2332
2333 * hppa-tdep.c (hppa_gdbarch_init): Set
2334 "have_nonsteppable_watchpoint".
2335 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2336 * mips-tdep.c (mips_dump_tdep): Do not print
2337 HAVE_NONSTEPPABLE_WATCHPOINT.
2338 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2339 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2340 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2341 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2342
a957e642
CV
23432003-09-04 Corinna Vinschen <vinschen@redhat.com>
2344
2345 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2346 unused code. Add comment.
2347
a6fbcf2f
CV
23482003-09-04 Corinna Vinschen <vinschen@redhat.com>
2349
2350 * breakpoint.c (watchpoint_check): Check for pc being in an
2351 epilogue if watchpoint frame couldn't be found.
2352
c14a44d5
AC
23532003-09-04 Andrew Cagney <cagney@redhat.com>
2354
2355 * Makefile.in: Re-generate all dependencies.
2356
f6c40618
AC
23572003-09-03 Andrew Cagney <cagney@redhat.com>
2358
2359 * arch-utils.h (legacy_print_insn): Delete declaration.
2360 * arch-utils.c (legacy_print_insn): Delete function.
2361 * disasm.c (deprecated_tm_print_insn_info): Delete.
2362 (_initialize_disasm): Delete function, contained code initializing
2363 deprecated_tm_print_insn_info.
2364 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2365 (deprecated_tm_print_insn_info): Delete.
2366 (TARGET_PRINT_INSN): Do not provide a default.
2367 * gdbarch.h, gdbarch.c: Re-generate.
2368
242e8be5
AC
23692003-09-03 Andrew Cagney <cagney@redhat.com>
2370
2371 * disasm.c (fprintf_disasm): New function.
2372 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2373 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2374 reverts 2003-08-14 change.
2375 (_initialize_disasm): Call "init_disassemble_info", instead of
2376 INIT_DISASSEMBLE_INFO_NO_ARCH.
2377
3ffc3dda
MS
23782003-09-03 Michael Snyder <msnyder@redhat.com>
2379
2380 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2381
52d16ba8
AC
23822003-09-03 Andrew Cagney <cagney@redhat.com>
2383
2384 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2385 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2386 * symfile.c (syms_from_objfile): Update.
2387 (reread_symbols): `Update
2388 * exec.c (exec_file_attach): Update.
2389 (exec_file_attach): Update.
2390 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2391 2003-08-29 change.
2392 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2393
eb5492fa
DJ
23942003-09-03 Daniel Jacobowitz <drow@mvista.com>
2395
2396 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2397 trad-frame.h.
2398 (arm_get_cache): Delete macro.
2399 (struct arm_prologue_cache): Update comments. Make saved_regs into
2400 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2401 to prev_sp.
2402 (thumb_scan_prologue): Update for cache changes. Don't call
2403 DEPRECATED_PC_IN_CALL_DUMMY.
2404 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2405 argument and use it in desperation search for our prologue. Do not
2406 search past the specified PC.
2407 (arm_make_prologue_cache): Simplify.
2408
2409 (arm_prologue_this_id, arm_prologue_prev_register)
2410 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2411 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2412 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2413 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2414 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2415
2416 (arm_frame_chain_valid, arm_find_callers_reg)
2417 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2418 (arm_pop_frame): Delete obsolete methods.
2419 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2420
2421 (arm_gdbarch_init): Update for new frame methods. Register prologue
2422 and sigtramp unwinders. Set the default frame base method.
2423
2424 * Makefile.in (arm-tdep.o): Update dependencies.
2425 * varobj.c (find_frame_addr_in_frame_chain): Call
2426 get_frame_base_address.
2427 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2428
24de872b
DJ
24292003-09-03 Daniel Jacobowitz <drow@mvista.com>
2430
2431 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2432 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2433 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2434 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2435 Take NEXT_FRAME and CACHE arguments. Call
2436 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2437 Set unwound_pc in CACHE instead of modifying the frame argument.
2438 Don't bother checking the frame type when looking for sigtramp
2439 frames.
2440 (arm_make_prologue_cache, arm_frame_chain)
2441 (arm_init_extra_frame_info): New functions.
2442
9b8d791a
DJ
24432003-09-03 Daniel Jacobowitz <drow@mvista.com>
2444
2445 * arm-tdep.c (arm_get_cache): Define.
2446 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2447 unwound_sp, unwound_pc, and saved_regs.
2448 (thumb_scan_prologue): Take a cache instead of the frame.
2449 (arm_scan_prologue): Likewise.
2450 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2451 instead of a temporary frame.
2452 (arm_init_extra_frame_info): Allocate and use a cache.
2453 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2454
7ee3275f
AC
24552003-09-03 Andrew Cagney <cagney@redhat.com>
2456
2457 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2458 * config/mips/wince.mt (TM_CLIBS): Ditto.
2459 * config/sh/wince.mt (TM_CLIBS): Ditto.
2460 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2461 * config/sparc/sp64.mt (CC): Delete.
2462
57b29be7
AC
24632003-09-03 Andrew Cagney <cagney@redhat.com>
2464
2465 * defs.h: Do not include "arch-utils.h".
2466 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2467 GDB_MULTI_ARCH_PURE.
2468 * configure.in (GDB_MULTI_ARCH): Do not define.
2469 * configure, config.in: Regenerate.
2470 * configure.tgt: Do not set variable "gdb_multi_arch".
2471 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2472 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2473 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2474 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2475 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2476 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2477 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2478 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2479 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2480 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2481 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2482 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2483 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2484 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2485 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2486 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2487 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2488 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
a8f4cde1 2489
12e035e2
MC
24902003-08-30 Michael Chastain <mec@shout.net>
2491
2492 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2493 * config/m68k/nm-hp300hpux.h: Delete.
2494 * config/m68k/tm-hp300hpux.h: Delete.
2495 * config/m68k/xm-hp300hpux.h: Delete.
2496 * config/m68k/xm-hp300bsd.h: Delete.
2497 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2498 tm-hp300hpux.h, xm-hp300hpux.h.
2499 * somsolib.c: Remove comment about hp300 shared libraries.
2500
bda34dc2
MK
25012003-08-31 Mark Kettenis <kettenis@gnu.org>
2502
5bca7895
MK
2503 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2504 Only define PTRACE_GET_THREAD_AREA is not already defined.
2505 Various style fixes in code and comments and some additional
2506 spelling fixes in comments. Move after functions dealing with
2507 debug registers.
2508 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2509 Fix coding-style.
2510
bda34dc2
MK
2511 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2512 frame_unwind_register_unsigned instead of
2513 frame_unwind_unsigned_register.
2514
c890192f
MK
25152003-08-30 Mark Kettenis <kettenis@gnu.org>
2516
2517 * configure.in: Search for gethostbyname in libnsl.
2518 * configure: Regenerated.
2519
60fac5b8
MK
25202003-08-29 Mark Kettenis <kettenis@gnu.org>
2521
e294916c
MK
2522 * configure.in: Remove redundant AC_MSG_RESULT in check for
2523 uintptr_t in stdint.h.
2524 * configure: Regenerated.
2525
c40d267a
MK
2526 * amd64-nat.h (struct regcache): Add opaque declaration.
2527
60fac5b8
MK
2528 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2529 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2530 Change "register array" to "register cache" in comments.
2531 (x86_64_linux_gregset64_reg_offset): New variable.
2532 (GETREGS_SUPPLIES): Remove macro.
2533 (supply_gregset): Call amd64_supply_native_gregset instead of
2534 x86_64_linux_supply_gregset.
2535 (fill_gregset): Rename `regno' to `regnum'. Call
2536 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2537 (store_regs): Rename `regno' to `regnum'.
2538 (store_fpregs): Rename `regno' to `regnum'.
2539 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2540 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2541 Reorganize function a bit.
2542 (store_inferior_registers): Rename `regno' to `regnum'. Use
2543 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2544 Reorganize function a bit.
2545 (_initialize_x86_64_linux_nat): New function.
2546 * config/i386/x86-64linux.mh.
2547
546143b6
AC
25482003-08-29 Andrew Cagney <cagney@redhat.com>
2549
2550 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2551 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2552 (target_remove_watchpoint): Delete macro.
2553 (target_insert_watchpoint): Delete macro.
2554 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2555 (remote_mips_stopped_by_watchpoint): Delete declaration.
2556 (remote_mips_remove_watchpoint): Delete declaration.
2557 (remote_mips_set_watchpoint): Delete declaration.
2558 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2559 * remote-mips.c (_initialize_remote_mips): Set
2560 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2561 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2562 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2563 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2564 (mips_stopped_by_watchpoint): Rename
2565 remote_mips_stopped_by_watchpoint.
2566 (mips_can_hardware_watchpoint): Rename
2567 remote_mips_can_use_hardware_watchpoint, update function
2568 signature.
2569
7bace51b
MK
25702003-08-29 Mark Kettenis <kettenis@gnu.org>
2571
b0f5c6f2
MK
2572 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2573 USER_DS. We haven't given them a register number yet.
2574
2a6d284d
MK
2575 * amd64-nat.h: New file.
2576 * amd64-nat.c: New file.
2577 * amd64fbsd-nat.c: Include "amd64-nat.h".
2578 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2579 (amd64fbsd32_r_reg_offset): New variable.
2580 (supply_gregset): Simply call amd64_supply_native_gregset.
2581 (fill_gregset): Rename `regno' to `regnum'. Simply call
2582 amd64_collect_native_gregset.
2583 (fill_fpregset): Rename `regno' to `regnum'.
2584 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2585 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2586 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2587 `fpregset_t'. Call amd64_supply_native_gregset instead of
2588 supply_gregset. Call x86_64_supply_fxsave instead of
2589 supply_fpregset.
2590 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2591 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2592 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2593 `fpregset_t'. Call amd64_collect_native_gregset instead of
2594 fill_gregset. Call x86_64_collect_fxsave instead of
2595 fill_fpregset.
2596 (_initialize_am64fbsd_nat): Initialize
2597 amd64_native_gregset32_reg_offset and
2598 amd64_native_gregset64_reg_offset.
2599 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2600
a16d75cc
MK
2601 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2602 null pointer. Fix typo in comment.
2603
7bace51b
MK
2604 * regcache.c (supply_register): Reimplement to call
2605 regcache_raw_supply.
2606 (regcache_collect): Reimplement by calling regcache_raw_collect.
2607
9a661b68
MK
26082003-08-28 Mark Kettenis <kettenis@gnu.org>
2609
2610 * regcache.c (register_buffer): Consitify first argument.
2611 (regcache_raw_supply, regcache_raw_collect): New
2612 functions.
2613
e94cc8fa
DJ
26142003-08-28 Daniel Jacobowitz <drow@mvista.com>
2615
2616 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2617 by Nathan J. Williams.
2618
c64bd0ce
DJ
26192003-08-28 Daniel Jacobowitz <drow@mvista.com>
2620
2621 * lin-lwp.c (wait_lwp): New function, copied from
2622 stop_wait_callback. Clean up.
2623 (stop_wait_callback): Use wait_lwp.
2624
e5ab0dce
AC
26252003-08-28 Andrew Cagney <cagney@redhat.com>
2626
2627 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2628 flavour and disassembler options.
2629 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2630 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2631 deprecated_tm_print_insn_info.
a8f4cde1 2632
a788de9b
AC
26332003-08-27 Andrew Cagney <cagney@redhat.com>
2634
2635 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2636 Use target_read_memory.
2637 (s390_get_frame_info): Update. Do not reference
2638 deprecated_tm_print_insn_info.
2639 (s390_check_function_end, s390_is_sigreturn): Ditto.
2640
36482093
AC
26412003-08-27 Andrew Cagney <cagney@redhat.com>
2642
2643 * Makefile.in (cris-tdep.o): Update dependencies.
2644 * cris-tdep.c: Include "gdb_assert.h".
2645 (cris_gdbarch_init): Set print_insn.
2646 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2647 (cris_delayed_get_disassembler): Simplify, directly call the
2648 disassembler returned by cris_get_disassembler.
2649 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2650 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2651 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2652 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2653 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2654 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2655 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2656 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2657 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2658 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2659 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2660 (gdb_print_insn_sparc): Delete function.
2661 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2662 deprecated_tm_print_insn_info.
2663 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2664 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2665 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2666 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2667 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2668 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2669 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2670 (s390_gdbarch_init): Set print_insn.
2671
0285512f
AC
26722003-08-27 Andrew Cagney <cagney@redhat.com>
2673
2674 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2675 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2676 * infcall.c (call_function_by_hand): Convert the entry point
2677 address into a code address.
2678
cdcd5552
AC
26792003-08-27 Andrew Cagney <cagney@redhat.com>
2680
2681 * dsrec.c: Include "gdb_string.h".
2682 * Makefile.in (dsrec.o): Update dependencies.
2683
e85cddad
MC
26842003-08-27 Michael Chastain <mec@shout.net>
2685
2686 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2687
8bbfbb23
AC
26882003-08-27 Andrew Cagney <cagney@redhat.com>
2689
2690 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2691 (alpha_osf1_init_abi): Do not set call_dummy_address.
2692
ba058b66
DC
26932003-08-27 David Carlton <carlton@kealia.com>
2694
2695 From Randolph Chung <tausq@debian.org>:
2696 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2697 compiles with -Wformat-nonliteral -Werror.
2698
87f84c9d
JB
26992003-08-26 Jim Blandy <jimb@redhat.com>
2700
2701 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2702 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2703 bfd_lookup_symbol, since we only want symbols in code sections.
2704 (look_for_base): Pass zero as the SECT_FLAGS argument to
2705 bfd_lookup_symbol, since we're not concerned about which section
2706 the symbol is in.
2707
102d615a
JJ
27082003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2709
2710 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
a8f4cde1 2711 we are frameless or the return address register is already known.
102d615a 2712
cc7ad3ea
AC
27132003-08-26 Andrew Cagney <cagney@redhat.com>
2714
2715 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2716 in size. Add comments.
2717
af8b88dd
JJ
27182003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2719
2720 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
a8f4cde1 2721 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
af8b88dd 2722
e0a4f5a1
JM
27232003-08-26 Jason Merrill <jason@redhat.com>
2724
2725 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2726 case out of #ifdef MIPS block.
2727
4ae9ee8e
DJ
27282003-08-25 Daniel Jacobowitz <drow@mvista.com>
2729
2730 PR java/1322
2731 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2732 available before calling SECT_OFF_TEXT.
3c164570 2733 * PROBLEMS: Remove description of java/1322.
4ae9ee8e 2734
004d836a
JJ
27352003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2736
a8f4cde1 2737 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
004d836a
JJ
2738 bof, and nat0-nat127 as pseudo-registers.
2739 (ia64_frame_cache): New struct used to cache frame info.
2740 (ia64_register_reggroup_p): New routine used to override default
a8f4cde1 2741 register grouping so registers without names are still saved and
004d836a 2742 restored.
a8f4cde1 2743 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
004d836a
JJ
2744 pseudo values.
2745 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2746 (ia64_pseudo_register_write): New routine to write pseudo-registers.
a8f4cde1 2747 (ia64_alloc_frame_cache): New routine to create a new
004d836a
JJ
2748 ia64_frame_cache.
2749 (examine_prologue): Change prototype to add next_frame pointer.
2750 Assume frameless until otherwise proven. Verify that the cfm for
a8f4cde1 2751 current frame matches the cfm that should occur for the prologues
004d836a
JJ
2752 alloc insn and if equal, mark as not frameless. At end of routine,
2753 if not frameless, calculate registers for the previous frame and store
2754 in the cache, if a cache is provided.
2755 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2756 and pass 0 for next_frame.
2757 (ia64_store_return_value): Change to use convert_typed_floating()
2758 instead of calling ia64_convert_to_raw().
2759 (ia64_extract_return_value): Change to use convert_typed_floating()
2760 instead of calling ia64_convert_to_virtual().
2761 (ia64_frame_cache): New routine to support new frame model.
2762 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2763 (ia64_frame_sniffer): Ditto.
2764 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2765 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2766 (ia64_sigtramp_frame_prev_register): Ditto.
2767 (ia64_sigtramp_frame_sniffer): Ditto.
2768 (ia64_frame_base_address): Ditto.
2769 (ia64_extract_struct_value_address): Change to issue error message.
2770 (ia64_frame_align): New routine to align sp.
2771 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
a8f4cde1 2772 (ia64_push_arguments): Removed. Logic moved to
004d836a
JJ
2773 ia64_push_dummy_call().
2774 (ia64_push_return_address): Ditto.
2775 (ia64_unwind_dummy_id): New function.
2776 (ia64_unwind_pc): Ditto.
2777 (ia64_convert_register_p): Ditto.
2778 (ia64_register_to_value): Ditto.
2779 (ia64_value_to_register): Ditto.
2780 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2781 (ia64_register_byte, ia64_register_raw_size): Ditto.
2782 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2783 (ia64_saved_pc_after_call): Ditto.
2784 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2785 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2786 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2787 (ia64_register_convert_to_raw): Ditto.
2788 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2789 (ia64_init_extra_frame_info): Ditto.
2790 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2791 (ia64_gdbarch_init): Remove registering of deprecated functions that
2792 are no longer used. Add registration of new gdbarch functions.
2793 Remove registering deprecated_write_sp. Replace
2794 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2795 Delete set_gdbarch_deprecated_register_convertible(),
2796 set_gdbarch_deprecated_register_convert_to_virtual(), and
2797 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2798 set_gdbarch_deprecated_register_size(),
2799 set_gdbarch_deprecated_register_bytes(),
2800 set_gdbarch_pcregnum(),
2801 set_gdbarch_deprecated_register_byte(),
2802 set_gdbarch_deprecated_register_raw_size(),
2803 set_gdbarch_deprecated_max_register_raw_size(),
2804 set_gdbarch_deprecated_register_virtual_size(),
2805 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2806 Replace set_gdbarch_deprecated_extract_return_value() with
2807 set_gdbarch_extract_return_value(). Remove calls to:
2808 set_gdbarch_deprecated_saved_pc_after_call();
2809 set_gdbarch_deprecated_frame_chain(),
2810 set_gdbarch_deprecated_frame_saved_pc(),
2811 set_gdbarch_deprecated_frame_init_saved_regs(),
2812 set_gdbarch_deprecated_get_saved_register(),
2813 set_gdbarch_deprecated_call_dummy_words(),
2814 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2815 set_gdbarch_deprecated_init_extra_frame_info(),
2816 set_gdbarch_deprecated_frame_args_address(),
2817 set_gdbarch_deprecated_frame_locals_address(),
2818 and set_gdbarch_deprecated_dummy_write_sp().
2819 Add set_gdbarch_convert_register_p(),
2820 set_gdbarch_register_to_value(),
2821 set_gdbarch_value_to_register(),
2822 set_gdbarch_push_dummy_call(),
2823 set_gdbarch_frame_align(),
2824 set_gdbarch_unwind_dummy_id(),
2825 set_gdbarch_unwind_pc(),
2826 frame_unwind_append_sniffer(),
2827 frame_unwind_append_sniffer(),
2828 and frame_base_set_default().
2829
aede7613
CD
28302003-08-25 Chris Demetriou <cgd@broadcom.com>
2831
2832 * configure.tgt: Document need for special "mipsisa64" handling.
2833 (mipsisa64*-*-linux64): Handle as target linux64.
2834 (mipsisa64*-*-*): Handle as target embed64.
2835
43c3a82e
MC
28362003-08-18 Michael Chastain <mec@shout.net>
2837
2838 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2839 objfile bug.
2840
6564f77d
MK
28412003-08-24 Mark Kettenis <kettenis@gnu.org>
2842
2de139ba
MK
2843 * i387-tdep.h: Update copyright date.
2844 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2845
6564f77d
MK
2846 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2847 CFLAGS games to reflect reality.
2848
42cf1509
AC
28492003-08-24 Andrew Cagney <cagney@redhat.com>
2850
2851 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2852 GDB_MULTI_ARCH is always non-zero.
2853 * osabi.c (_initialize_gdb_osabi): Ditto.
2854 (gdbarch_init_osabi): Ditto.
2855 * sparc-tdep.c: Ditto for #if code.
2856
0485f6ad
MK
28572003-08-23 Mark Kettenis <kettenis@gnu.org>
2858
2859 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2860 Update comments.
2861 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2862 comments.
2863 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2864 x86_64_supply_fxsave.
2865 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2866 x86_64_supply_fxsave.
2867 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2868 x86_64_supply_fxsave.
2869
c7716133
AJ
28702003-08-23 Andreas Jaeger <aj@suse.de>
2871
2872 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2873 i387_supply_fxsave.
2874
ed504bdf
MK
28752003-08-23 Mark Kettenis <kettenis@gnu.org>
2876
2877 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2878 i387_supply_register.
2879 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2880 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2881 i387_supply_fsave.
2882 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2883 i387_supply_fxsave.
2884 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2885 i387_supply_fsave.
2886 * i386bsd-nat.c (supply_fpregset): Adjust call to
2887 i387_supply_fsave.
2888 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2889 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2890 supply_fpregset.
2891 (store_inferior_registers): Remove extraneous whitespace. Call
2892 i387_fill_fsave instead of fill_fpregset.
2893 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2894 (supply_fpregset): Likewise.
2895 * i386v4-nat.c (supply_fpregset): Adjust call to
2896 i387_supply_fsave.
2897 * i386-interix-nat.c (supply_fpregset): Adjust call to
2898 i387_supply_fsave.
2899 * i386-linux-nat.c (supply_fpregset): Adjust call to
2900 i387_supply_fsave.
2901 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2902 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2903 i387supply_fsave and i387_supply_fxsave.
2904 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2905 Incorporate code from `i387_supply_register.
2906 (i387_supply_register): Remove.
2907 (i387_supply_fxsave): Add `regnum' argument.
2908 Update comments.
2909 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2910 prototype.
2911 (i387_supply_register): remove prototype.
2912 Update comments.
a8f4cde1 2913
4be5d520
MC
29142003-08-22 Michael Chastain <mec@shout.net>
2915
2916 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2917 Add lines for files in gdb/testsuite/gdb.cp/* that are
2918 still not 8.3 unique.
2919
7ed85d26
DJ
29202003-08-22 Daniel Jacobowitz <drow@mvista.com>
2921
2922 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2923 TYPE_VPTR_FIELDNO is valid.
2924
eb0d3137
MK
29252003-08-19 Mark Kettenis <kettenis@gnu.org>
2926
2927 * utils.c (set_width_command): Remove prototypes.
2928 (set_screen_size): New prototype.
2929 (init_page_info): Simplify by fetching the screen size from
2930 Readline. Call set_screen_size.
2931 (set_screen_size): New function.
2932 (set_width): Add missing whitespace in comment.
2933 (set_width_command): Call set_screen_size.
2934 (set_height_command): New function.
2935 (initialize_utils): Fix formatting. Make "set height" command
2936 call set_height_command. Remove redundant code that turns off
2937 pagination if output isn't a terminal. Remove redundant call to
2938 set_width_command.
a8f4cde1 2939
7e6d0ac8
MK
29402003-08-22 Mark Kettenis <kettenis@gnu.org>
2941
3567a8ea
MK
2942 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2943 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2944 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2945 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2946 `case' keyword.
2947 (sparc64_register_info): Give the reister with number
2948 SPARC64_STATE_REGNUM a name.
2949 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2950 %asi and %ccr.
2951 (sparc64_push_dummy_call): Take BIAS into account when checking
2952 stcak alignment.
2953 (sparc_software_single_step): Remove assertions that check whether
2954 NPC and NNPC were zero.
2955 (sparc_supply_rwindow): Make public. Merge functionality with
2956 sparc64_supply_rwindow.
2957 (sparc_fill_rwindow): Make public. Merge functionality with
2958 sparc64_fill_rwindow.
2959 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2960 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2961 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2962 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2963 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2964
7e6d0ac8
MK
2965 * reggroups.c: Add whitespace after declarations of local
2966 variables in functions.
2967
72e5f484
MC
29682003-08-21 Michael Chastain <mec@shout.net>
2969
2970 * gdbtypes.h: Change array bound type from an int to enum.
2971
435ac228
AC
29722003-08-21 Andrew Cagney <cagney@redhat.com>
2973
2974 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2975 * config/sparc/tm-sparc.h: Ditto.
2976 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2977 unconditionally.
2978 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2979
0d0e1a63
MK
29802003-07-13 Mark Kettenis <kettenis@gnu.org>
2981
2982 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2983 (register_objfile_data, set_objfile_data, objfile_data): New
2984 prototypes.
2985 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2986 prototypes.
2987 (allocate_objfile): Call objfile_alloc_data.
2988 (free_objfile): Call objfile_free_data.
2989 (struct objfile_data): New.
2990 (struct objfile_data_registration): New.
2991 (struct objfile_data_registry): New.
2992 (objfile_data_registry): New variable.
2993 (register_objfile_data): New function.
2994 (objfile_alloc_data, objfile_free_data): New functions.
2995 (set_objfile_data, objfile_data): New functions.
2996 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2997 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2998 (_initialize_dwarf2_frame): New function and prototype.
2999
d90cf509
AC
30002003-08-21 Andrew Cagney <cagney@redhat.com>
3001
3002 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3003 a specific architecture.
3004 * arch-utils.h (set_architecture_from_arch_mach): Delete
3005 declaration.
3006 (target_architecture_hook): Delete declaration.
3007 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3008 (default_float_format): Assume GDB_MULTI_ARCH.
3009 (default_double_format): Assume GDB_MULTI_ARCH.
3010 (set_endian_from_file): Delete function.
3011 (arch_ok): Delete function.
3012 (set_arch): Delete function.
3013 (set_architecture_from_arch_mach): Delete function.
3014 (set_architecture_from_file): Delete function.
3015 (set_architecture): Assume GDB_MULTI_ARCH.
3016 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3017
8b39fe56
MK
30182003-08-21 Mark Kettenis <kettenis@gnu.org>
3019
3020 Rewrite FreeBSD/sparc64 native configuration.
3021 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3022 * sparc64fbsd-nat.c: New file.
3023 * sparc64fbsd-tdep.c: New file.
3024 * sparc64-tdep.c sparc64-tdep.h: New files.
3025 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3026 sparc64fbsd-tdep.o): New dependencies.
3027 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3028 and sparc64fbsd-tdep.c.
3029 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3030 * config/sparc/fbsd.mh: Remove copyright notice.
3031 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3032 sparcbsd-nat.o.
3033 * config/sparc/fbsd.mt: Remove copyright notice.
3034 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3035 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3036 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3037 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3038 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3039 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3040 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3041 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3042 "sparc/tm-sp64.h".
3043 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3044 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3045
a7f19c79
MC
30462003-08-21 Michael Chastain <mec@shout.net>
3047
3048 * symtab.h: Add doco on the space critical structures and
3049 some measurements of space usage.
3050
da08ea5b
MS
30512003-08-21 Michael Snyder <msnyder@redhat.com>
3052
3053 * tracepoint.c (trace_dump_command): Trace break address
3054 is subject to DECR_PC_AFTER_BREAK.
3055 (set_traceframe_context): Make "trace_line" an int.
3056 Fixes suggested by Mark Newman <mark.newman@lmco.com>
a8f4cde1 3057
6df2bf50
MS
30582003-08-20 Michael Snyder <msnyder@redhat.com>
3059
3060 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
a8f4cde1
RM
3061 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3062 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
6df2bf50 3063 argument passing.
a8f4cde1 3064 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
6df2bf50
MS
3065 functions, replace sh_push_dummy_call.
3066 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3067
0955bbf0
MC
30682003-08-20 Michael Chastain <mec@shout.net>
3069
3070 * gdbtypes.h (struct main_type): Rearrange to save space.
3071
260a4188
MS
30722003-08-20 Michael Snyder <msnyder@redhat.com>
3073
3074 * trad-frame.c: Comment typo fix.
3075
8baa6f92
KB
30762003-08-20 Michael Snyder <msnyder@redhat.com>
3077 Kevin Buettner <kevinb@redhat.com>
3078
3079 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3080 (frv_frame_init_saved_regs): Add declaration.
3081 (frame_extra_info): Add new field ``saved_regs''.
3082 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3083 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3084 Update frame related code.
3085 (frv_extract_struct_value_address): Adjust formatting.
3086 * Makefile.in (frv-tdep.o): Update dependencies.
3087 * config/frv/tm-frv.h (target_insert_watchpoint)
3088 (target_remove_watchpoint, target_insert_hw_breakpoint)
3089 (target_remove_hw_breakpoint): Delete these macros.
3090 (remote_insert_watchpoint, remote_remove_watchpoint)
3091 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3092 these declarations.
3093
87193939
MC
30942003-08-20 Michael Chastain <mec@shout.net>
3095
3096 * defs.h (ENUM_BITFIELD): New macro.
3097 * symtab.h (ENUM_BITFIELD): Use it.
3098 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3099
062103ba
SA
31002003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3101
3102 * MAINTAINERS (write after approval): Add myself.
a8f4cde1 3103
8b148df9
AC
31042003-08-18 Andrew Cagney <cagney@redhat.com>
3105
3106 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3107 * gdbarch.h, gdbarch.c: Re-generate.
3108 * infcall.c (call_function_by_hand): Adjust the SP by
3109 frame_red_zone_size before allocating any stack space.
3110 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3111 * x86-64-tdep.c (x86_64_frame_align): New function.
3112 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3113
3114 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3115 Remove code adjusting SP so that it skips over the Red Zone.
3116
954a4db8
MK
31172003-08-18 Mark Kettenis <kettenis@gnu.org>
3118
3119 * NEWS (New native configurations): Mention FreeBSD/amd64.
3120
1a241548
AC
31212003-08-18 Andrew Cagney <cagney@redhat.com>
3122
3123 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3124 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3125 "m68k_frame_p".
3126 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3127
f82b2acd
MK
31282003-08-18 Mark Kettenis <kettenis@gnu.org>
3129
3130 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3131
4056d258
ML
31322003-08-18 Michal Ludvig <mludvig@suse.cz>
3133
3134 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3135 Define.
3136 * i386-linux-nat.c: Include "linux-nat.h".
3137 (child_post_startup_inferior): New function.
a8f4cde1 3138
99ab4326
MK
31392003-08-18 Mark Kettenis <kettenis@gnu.org>
3140
3141 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3142 at the start of a frameless function. This probably fixes PR
3143 backtrace/1338.
3144
c8d5f0d6
MC
31452003-08-17 Michael Chastain <mec@shout.net>
3146
3147 * symfile.c (find_sym_fns): Remove special case for apollo target.
3148
9016a515
DJ
31492003-08-17 Daniel Jacobowitz <drow@mvista.com>
3150
3151 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3152 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3153 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3154 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3155 (linux_supports_tracevforkdone): New function.
3156 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3157 TRACEVFORKDONE.
3158 (child_follow_fork): Handle vfork.
3159 (linux_handle_extended_wait): Likewise. Also handle exec.
3160 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3161 * NEWS: Mention fork tracing.
3162
c538c11c
DJ
31632003-08-17 Daniel Jacobowitz <drow@mvista.com>
3164
3165 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3166
4de4c07c
DJ
31672003-08-17 Daniel Jacobowitz <drow@mvista.com>
3168
3169 * Makefile.in (i386-linux-nat.o): Update dependencies.
3170 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3171 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3172 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3173 * i386-linux-nat.c: Include "linux-nat.h".
3174 (child_post_startup_inferior): New function.
3175 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3176 * infptrace.c (kill_inferior): Wrap in #ifdef.
3177 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3178 attaching to each LWP.
3179 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3180 (init_lin_lwp_ops): Fill in some more operations.
3181 * linux-nat.h (linux_enable_event_reporting)
3182 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3183 prototypes.
3184 * linux-nat.c (linux_enable_event_reporting): New function.
3185 (child_post_attach, linux_child_post_startup_inferior)
3186 (child_post_startup_inferior, child_follow_fork)
3187 (linux_handle_extended_wait, kill_inferior): New functions.
3188
7996bcec
AC
31892003-08-16 Andrew Cagney <cagney@redhat.com>
3190
3191 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3192 * gdbarch.h, gdbarch.c: Re-generate.
3193
3d48a7a0
MK
31942003-08-16 Mark Kettenis <kettenis@gnu.org>
3195
3196 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3197
7989c619
AC
31982003-08-16 Andrew Cagney <cagney@redhat.com>
3199
3200 * NEWS: Mention that "set prompt-escape-char" was deleted.
3201 * top.c (get_prompt_1): Delete function.
3202 (gdb_prompt_escape):
3203 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3204 prompt-escape-char" command.
3205 (MAX_PROMPT_SIZE): Delete macro.
3206 (get_prompt): Simplify, do not call get_prompt_1.
3207
07978cd8
AC
32082003-08-16 Andrew Cagney <cagney@redhat.com>
3209
3210 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3211 -Werror. -Wformat-nonliteral problems.
3212
3ff7cf9e
JB
32132003-08-15 J. Brobecker <brobecker@gnat.com>
3214
3215 Further multiarching work mostly for hppa64-*-hpux11:
3216 * hppa-tdep.h: New file.
3217 * hppa-tdep.c: #include hppa-tdep.c.
3218 (hppa32_num_regs): Renamed from hppa_num_regs.
3219 (hppa64_num_regs): New constant.
3220 (hppa64_call_dummy_breakpoint_offset): New constant.
3221 (hppa32_call_dummy_length): New constant.
3222 (hppa64_call_dummy_length): New constant.
3223 (hppa32_stack_align): Make name 32bit explicit.
3224 (hppa32_register_virtual_type): Likewise.
3225 (hppa32_extract_return_value): Likewise.
3226 (hppa32_use_struct_convention): Likewise.
3227 (hppa32_store_return_value): Likewise.
3228 (hppa64_register_virtual_type): New function.
3229 (hppa64_extract_return_value): New function.
3230 (hppa64_use_struct_convention): New function.
3231 (hppa64_store_return_value): New function.
3232 (hppa_frame_locals_address): Remove declaration, function does
3233 not exist anymore.
3234 (hppa_register_byte): Add support for PA64 ABI.
3235 (hppa_gdbarch_init): Add support for PA64 ABI.
3236 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3237 Make name 32bit explicit.
3238 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3239 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3240 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3241 (hppa64_hpux_frame_base_before_sigtramp): New function.
3242 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3243 * config/pa/tm-hppa64.h: Remove macros that are no longer
3244 necessary now that the gdbarch vector is properly setup.
a8f4cde1 3245 Transform some macros into function calls. Some minor cleanup.
3ff7cf9e
JB
3246 * config/pa/tm-hppah.h: Update function calls in macros
3247 following the function renaming in hppa-hpux-tdep.c.
3248 * Makefile.in (hppa_tdep_h): New variable.
3249 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3250
5d05ca6d
MS
32512003-08-14 Michael Snyder <msnyder@redhat.com>
3252
3253 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3254
37ba2569
JB
32552003-08-13 J. Brobecker <brobecker@gnat.com>
3256
3257 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3258 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3259 routine.
3260
aed7f26a
MS
32612003-08-13 Michael Snyder <msnyder@redhat.com>
3262
3263 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3264 (frv_saved_pc_after_call): Use deprecated ftype.
3265 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3266 (frv_remote_translate_xfer_address): Remove.
3267 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3268
752d4ac1
JB
32692003-08-13 J. Brobecker <brobecker@gnat.com>
3270
3271 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3272 initialization after the common gdbarch initialization, not before.
3273
1426ac1d
JB
32742003-08-13 J. Brobecker <brobecker@gnat.com>
3275
3276 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3277 (ADDR_BITS_REMOVE): Remove, redundant.
3278
b6fbdd1d
JB
32792003-08-13 J. Brobecker <brobecker@gnat.com>
3280
3281 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3282 gdbarch method to clear the 2 low bits of text addresses.
3283
44160db3
AC
32842003-08-12 Andrew Cagney <cagney@redhat.com>
3285
3286 * Makefile.in (dsrec.o): Update dependencies.
3287 * dsrec.c: Include "gdb_assert.h".
3288 (make_srec): Use snprintf instead of sprintf, use a literal format
3289 string.
3290
bcf7d3ca
AC
32912003-08-12 Andrew Cagney <cagney@redhat.com>
3292
3293 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3294 FRAME_OBSTACK_ZALLOC.
3295
49ed40de
KB
32962003-08-12 Kevin Buettner <kevinb@redhat.com>
3297
3298 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3299 SSE registers.
3300
b246147c
MK
33012003-08-10 Mark Kettenis <kettenis@gnu.org>
3302
3303 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3304 amd64fbsd_sc_reg_offset): Add extern declarations.
3305 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3306 declarations.
3307
d95fdc0d
BE
33082003-08-11 Ben Elliston <bje@wasabisystems.com>
3309
3310 * MAINTAINERS (write after approval): Update my mail address.
3311
cf6a0e73
AC
33122003-08-10 Andrew Cagney <cagney@redhat.com>
3313
3314 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3315
f837910f
MK
33162003-08-10 Mark Kettenis <kettenis@gnu.org>
3317
e2dbbd2d
MK
3318 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3319 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3320 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3321 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3322 i386bsd_sc_reg_offset): Add extern declarations.
3323 * i386obsd-nat.c: Include "i386-tdep.h"
3324 (_initialize_i386obsd_nat): Remove extern declarations.
3325 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3326 declarations.
3327 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3328 declarations.
3329
f837910f
MK
3330 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3331 instead of frame_read_register.
3332 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3333 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3334 SP_REGNUM.
3335 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3336 instead of frame_unwind_unsigned_register. Use
3337 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3338 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3339 instead of read_register. Use builtin_type_void_data_ptr instead
3340 of builtin_type_void_func_ptr when extracting the address of the
3341 jmp_buf.
3342 (i386_extract_return_value, i386_store_return_value,
3343 i386_pseudo_register_read, i386_pseudo_register_write): Use
3344 register_size instead REGISTER_RAW_SIZE.
3345
edcf254d
AC
33462003-08-10 Andrew Cagney <cagney@redhat.com>
3347
3348 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3349 sprintf. Make "name" constant.
3350
26604a34
MK
33512003-08-10 Mark Kettenis <kettenis@gnu.org>
3352
192285c6
MK
3353 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3354 instead of frame_read_register.
f837910f
MK
3355 (i387_print_float_info): Use get_frame_register and
3356 get_frame_register_unsigned instead of frame_register_read.
192285c6 3357
f0925262
MK
3358 * i386fbsd-nat.c: Include "i386-tdep.h".
3359 (child_resume): Make `eflags' an ULONGEST. Use
3360 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3361 instead of register_read and register_write.
3362
a144416f
MK
3363 * i386bsd-nat.c (fetch_inferior_registers,
3364 store_inferior_registers): Don't use && at the end of a line.
3365 (_initialize_i386bsd_nat): Fix typo.
3366
fec74868
MK
3367 * frame.c (_initialize_frame): Add missing backslash.
3368
87232496
MK
3369 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3370 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3371 and supply_register instead of manipulating the register buffer
3372 directly.
3373
c9b9de0b
MK
3374 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3375 * config/i386/nm-i386sol2.h
3376 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3377
26604a34
MK
3378 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3379 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3380 instructions that GCC likes to mingle into the prologue. Fixes
3381 gdb/1253 and gdb/1255.
3382
25d29d70
AC
33832003-08-09 Andrew Cagney <cagney@redhat.com>
3384
3385 Fix GDB PR cli/926.
3386 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3387 * command.h (add_setshow_uinteger_cmd): Declare.
3388 * frame.c (set_backtrace_cmd): New function.
3389 (show_backtrace_cmd): New function.
3390 * frame.c (_initialize_frame): Replace "set/show
3391 backtrace-below-main" with "set/show backtrace past-main". Add
3392 command "set/show backtrace limit".
3393 (backtrace_past_main): Rename "backtrace_below_main".
3394 (backtrace_limit): New variable.
3395 (get_prev_frame): Update. Check the backtrace_limit.
3396
9ebf4acf
AC
33972003-08-09 Andrew Cagney <cagney@redhat.com>
3398
3399 * defs.h (xstrprintf): Declare.
3400 * utils.c (xstrprintf): New function.
3401 * breakpoint.c (insert_breakpoints): Replace sprintf and
3402 non-literal format strings, with xstrprintf and cleanups.
3403 (delete_breakpoint,breakpoint_re_set): Ditto.
3404 (commands_command, insert_breakpoints): Ditto.
3405 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3406 (break_at_finish_command_1): Ditto.
3407
3771659b
AC
34082003-08-09 Andrew Cagney <cagney@redhat.com>
3409
3410 * MAINTAINERS (language support): List Adam Fedor as Objective C
3411 maintainer.
3412
b4263afa
JB
34132003-08-08 J. Brobecker <brobecker@gnat.com>
3414
3415 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3416 are now multiarched.
3417
d84defb1
JB
34182003-08-08 J. Brobecker <brobecker@gnat.com>
3419
3420 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3421 longer necessary now that hppa64 is partially multiarch'ed.
3422
f786f615
AC
34232003-08-08 Andrew Cagney <cagney@redhat.com>
3424
3425 * interps.c (interp_set): Check for a NULL "old_interp".
3426
c938e9b0
L
34272003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3428
3429 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3430 (install-only): Support DESTDIR.
3431 (uninstall): Likewise.
3432 (install-gdbtk): Likewise.
3433
9a146a11
EZ
34342003-08-08 Elena Zannoni <ezannoni@redhat.com>
3435
3436 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3437 contains something meaningful at all times.
3438
3439Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 3440
62599e99 3441 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 3442
56296155
BC
3443Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3444
62599e99 3445 * MAINTAINERS (write after approval): Added self.
56296155 3446
9710e734
AC
34472003-08-07 Andrew Cagney <cagney@redhat.com>
3448
3449 * inferior.h (AT_SYMBOL): Define.
3450 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3451 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3452 * mips-tdep.c (mips_call_dummy_address): Delete function.
3453 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3454 set call_dummy_address.
3455
98b3ab73
AC
34562003-08-07 Andrew Cagney <cagney@redhat.com>
3457
3458 * language.c (op_error): Delete function.
3459 (binop_type_check): Delete function.
3460 * language.h (type_op_error, range_op_error): Delete macros.
3461 (op_error): Delete declaration.
3462
2fcf52f0
AC
34632003-08-07 Andrew Cagney <cagney@redhat.com>
3464
3465 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3466
abd4220e 34672003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 3468
abd4220e 3469 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 3470 (x86_64_push_arguments): Skip the red zone.
abd4220e 3471
9dd5f34f
AC
34722003-08-05 Andrew Cagney <cagney@redhat.com>
3473
3474 * reggroups.c (reggroup_next): Check for the final entry.
3475
e5e78edc
AC
34762003-08-04 Andrew Cagney <cagney@redhat.com>
3477
ab4e3d93
AC
3478 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3479 * cli/cli-script.c (define_command): Call query directly, instead
3480 of passing it a buffer.
3481 * ocd.c (ocd_error): Pass error a constant format string.
3482 * remote-mips.c (mips_error): Use fputs_filtered.
3483
1062ca82
AC
3484 * solib-svr4.c (_initialize_svr4_solib): Update
3485 register_gdbarch_data call.
3486 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3487
fcc1c85c
AC
3488 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3489 (register_gdbarch_data): Delete "free" parameter. Update
3490 comments.
3491 * gdbarch.h, gdbarch.c: Re-generate.
3492 * reggroups.c (_initialize_reggroup): Update.
3493 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3494 * frame-base.c (_initialize_frame_base): Update.
3495 * frame-unwind.c (_initialize_frame_unwind): Update.
3496 * user-regs.c (_initialize_user_regs): Update.
3497 * remote.c (_initialize_remote): Update.
3498 * regcache.c (_initialize_regcache): Update.
3499
116f06ea
AC
3500 * regcache.c (xfree_regcache_descr): Delete function.
3501 (_initialize_regcache): Update call to register_gdbarch_data.
3502 (init_regcache_descr, init_legacy_regcache_descr): Use
3503 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3504
e5e78edc
AC
3505 * remote.c (free_remote_state): Delete function.
3506 (_initialize_remote): Update register_gdbarch_data.
3507 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3508 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3509
6c7d17ba
AC
35102003-08-04 Andrew Cagney <cagney@redhat.com>
3511
3512 * reggroups.c (struct reggroup_el): Define.
3513 (struct reggroups): Delete field "nr_group". Replace array
3514 "group" with a "first" to "last" linked list.
3515 (reggroups_init): Update. Allocate using gdbarch's obstack.
3516 (reggroups_free): Delete function.
3517 (add_group): Update. Add "el" parameter.
3518 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3519 (default_groups): Update.
3520 (reggroup_next): Replace reggroups.
3521 (reggroups_dump): Update.
3522 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3523 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3524 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3525
89b7795b
DJ
35262003-08-04 Daniel Jacobowitz <drow@mvista.com>
3527
3528 * Makefile.in (tui-interp.o): Update dependencies.
3529
306d9ac5
DC
35302003-08-04 David Carlton <carlton@kealia.com>
3531
3532 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3533 to internal_error call.
3534 * source.c (forward_search_command): Add "%s" format argument.
3535 (reverse_search_command): Ditto.
3536 * top.c (quit_confirm): Ditto.
3537 * cli/cli-setshow.c (do_setshow_command): Ditto.
3538 * cp-valprint.c (cp_print_class_method): Replace
3539 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3540 (cp_print_class_member): Ditto.
3541 * event-top.c (command_line_handler): Ditto.
3542 * linux-proc.c (linux_info_proc_cmd): Ditto.
3543 * p-typeprint.c (pascal_type_print_base): Ditto.
3544 * p-valprint.c (pascal_object_print_class_method): Ditto.
3545 (pascal_object_print_class_member): Ditto.
3546 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3547 * remote.c (remote_cisco_section_offsets): Ditto.
3548 * top.c (command_line_input): Ditto.
3549 * utils.c (vwarning,error_stream,quit): Ditto.
3550 * valprint.c (print_floating,print_binary_chars)
3551 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3552
57bfe177
AC
35532003-08-04 Andrew Cagney <cagney@redhat.com>
3554
3555 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3556
e546b999
AC
35572003-08-02 Andrew Cagney <cagney@redhat.com>
3558
3559 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3560 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3561 amd64fbsd-nat.c.
3562
91092ee5
AC
35632003-08-02 Andrew Cagney <cagney@redhat.com>
3564
3565 * Makefile.in: Update all dependencies and definitions.
3566
889f28e2
AF
35672003-08-02 Adam Fedor <fedor@gnu.org>
3568
3569 * linespec.c (is_objc_method_format): New function
3570 (decode_line_1, locate_first_half): Use it.
3571 Fixes PR objc/1298
3572
880bc914
AC
35732003-08-01 Andrew Cagney <cagney@redhat.com>
3574
3575 * NEWS: Mention that m32r is multi-arch.
3576 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3577 * configure.tgt: Recognize m32r-*-*.
3578 * config/m32r/tm-m32r.h: Delete file.
3579 * config/m32r/m32r.mt: New file.
a8f4cde1 3580 * m32r-rom.c (m32r_upload_command): Use hostent only when
880bc914
AC
3581 gethostname succeeds, in order to avoid a compilation
3582 warning.
3583 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3584 compiler warning.
3585
19f59343
MS
35862003-08-01 Michael Snyder <msnyder@redhat.com>
3587
3588 * sh-tdep.c (sh_frame_align): New gdbarch method.
3589 (sh_gdbarch_init): Set up frame_align method.
3590
4e7d7511
MS
35912003-07-31 Michael Snyder <msnyder@redhat.com>
3592
3593 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3594 which is already covered by the new frames infrastructure.
3595
63022984
AC
35962003-07-31 Andrew Cagney <cagney@redhat.com>
3597
3598 * user-regs.c (struct user_reg): Add "next" link.
3599 (struct user_regs): Replace "user" with "first" and "last" links.
3600 (append_user_reg): Add pre-allocated "reg" parameter.
3601 (builtin_user_regs): Provide initial value for "last".
3602 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3603 (user_regs_init): Allocate memory from the gdbarch obstack.
3604 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3605 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3606 linked list.
3607 (usernum_to_user_reg): New function.
3608 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3609 (value_of_user_reg): Use usernum_to_user_reg.
3610 (user_regs_free): Delete function.
3611 (_initialize_user_regs): Update register_gdbarch_data call.
3612
7cf6e574
DJ
36132003-07-31 Daniel Jacobowitz <drow@mvista.com>
3614
3615 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3616
c48a845b
MS
36172003-07-30 Michael Snyder <msnyder@redhat.com>
3618
4e7d7511 3619 * value.h (value_being_returned): Add a struct_addr argument.
a8f4cde1 3620 * infcall.c (call_function_by_hand): Pass struct_addr to
c48a845b
MS
3621 value_being_returned.
3622 * infcmd.c (print_return_value): Pass zero as struct_addr.
3623 * values.c (value_being_returned): If struct_addr is passed,
3624 use it instead of trying to recover it from the inferior.
3625
f0d8db19
KB
36262003-07-30 Kevin Buettner <kevinb@redhat.com>
3627
3628 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3629 the prologue analyzer won't need to attempt to extract the pc
3630 value from the woefully incomplete dummy frame.
3631 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3632 possible. Disable code which modifies the frame.
3633
e5c113a1
AC
36342003-07-28 Andrew Cagney <cagney@redhat.com>
3635
3636 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3637 to level 2.
3638 (annotate_breakpoints_table, annotate_record): Ditto.
3639 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3640 (annotate_field_name_end, annotate_field_value): Ditto.
3641 (annotate_field_end, annotate_frame_source_begin): Ditto.
3642 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3643 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3644 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3645 (annotate_frame_address_end, annotate_frame_address): Ditto.
3646 (annotate_frame_args, annotate_frame_end): Ditto.
3647 (annotate_frame_where, annotate_arg_begin): Ditto.
3648 (annotate_arg_name_end, annotate_arg_value): Ditto.
3649 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3650 (annotate_function_call, annotate_signal_name): Ditto.
3651 (annotate_signal_string, annotate_signal_name_end): Ditto.
3652 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3653 (annotate_value_begin, annotate_value_history_value): Ditto.
3654 (annotate_value_history_end, annotate_value_end): Ditto.
3655 (annotate_display_begin, annotate_display_number_end): Ditto.
3656 (annotate_display_format, annotate_display_expression): Ditto.
3657 (annotate_display_expression_end, annotate_display_value): Ditto.
3658 (annotate_display_end, annotate_array_section_begin): Ditto.
3659 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3660 (annotate_elt, annotate_array_section_end): Ditto.
3661
bb1db049
AC
36622003-07-28 Andrew Cagney <cagney@redhat.com>
3663
3664 * regcache.c (struct regcache_descr): Update comments on
3665 nr_raw_registers.
3666 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3667 sizeof_raw_register_valid_p.
3668 (init_regcache_descr): Set nr_raw_registers and
3669 sizeof_raw_register_valid_p before calling
3670 init_legacy_regcache_descr.
3671
20e6603c
AC
36722003-07-28 Andrew Cagney <cagney@redhat.com>
3673
3674 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3675 MOD NUM_REGS.
3676
db742940
DJ
36772003-07-28 Daniel Jacobowitz <drow@mvista.com>
3678
3679 * thread.c (info_threads_command): Use get_selected_frame ().
3680 Check that there is at least one non-sentinel frame.
3681
ce7f4371
SC
36822003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3683
3684 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3685 (m68hc11_pop_frame): Remove.
3686 (m68hc11_frame_saved_pc): Remove.
3687 (m68hc11_frame_chain): Remove.
3688 (m68hc11_frame_init_saved_regs): Remove.
3689 (m68hc11_init_extra_frame_info): Remove.
3690 (m68hc11_store_struct_return): Remove.
3691 (m68hc11_saved_pc_after_call): Remove.
3692
1ea653ae
SC
36932003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3694
3695 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3696 frame unwind information.
3697 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3698 and adapted for frame unwinding.
3699 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3700 (m68hc11_unwind_pc): New function.
3701 (m68hc11_frame_unwind_cache): New function to analyze frames.
3702 (m68hc11_frame_this_id): New function to create new frame struct.
3703 (m68hc11_frame_prev_register): New function to unwind a register from
3704 the frame.
3705 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3706 (m68hc11_frame_p): New function for the above.
3707 (m68hc11_frame_base_address): New function to return fp of frame.
3708 (m68hc11_frame_args_address): Update for frame.
3709 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3710 (m68hc11_unwind_sp): New function.
3711 (m68hc11_unwind_dummy_id): New function.
3712 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3713 calls.
3714
c8a7f6ac
SC
37152003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3716
3717 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3718 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3719 when we are beyond the current pc.
3720
3dc990bf
SC
37212003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3722
3723 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3724 from m68hc11_push_arguments.
3725 (m68hc11_push_arguments): Remove.
3726 (m68hc11_push_return_address): Remove.
3727 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3728 handlers; remove deprecated_extra_stack_alignment_needed.
3729
222e5d1d
AC
37302003-07-27 Andrew Cagney <cagney@redhat.com>
3731
3732 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3733 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3734 REAL_PC and not the pointer.
3735 * hppa-hpux-tdep.c: Include frame.h
3736
a7e9a47e
AC
37372003-07-27 Andrew Cagney <cagney@redhat.com>
3738
3739 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3740 GDB_MULTI_ACH_PARTIAL.
3741
7e3dd49e
AC
37422003-07-27 Andrew Cagney <cagney@redhat.com>
3743
3744 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3745 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3746 operator at start and not end of line.
3747 (decode_prologue): Ditto.
3748 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3749 frame_unwind_register_unsigned instead of
3750 frame_unwind_unsigned_register.
3751 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3752 read_register.
3753 (m32r_push_dummy_call): Use register_size instead of
3754 REGISTER_RAW_SIZE.
3755 (m32r_frame_sniffer): Replace m32r_frame_p.
3756 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3757 * m32r-rom.c (report_transfer_performance): Delete extern
3758 declaration.
3759 (m32r_load, m32r_upload_command): Use print_transfer_performance
3760 instead of report_transfer_performance.
3761 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3762 / add_show_from_set.
3763
0880807f
AC
37642003-07-26 Andrew Cagney <cagney@redhat.com>
3765
3766 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3767 store_return_value and extract_struct_value_address.
3768
64ae9269
DJ
37692003-07-26 Daniel Jacobowitz <drow@mvista.com>
3770
3771 PR c++/1267
3772 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3773 NULL, default to the section containing PC.
3774
e286caf2
SC
37752003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3776
3777 * NEWS: Mention "regs" deprecated for m68hc11 too.
3778
3779 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3780 (m68hc11_print_register): New function to print out one register.
3781 (m68hc11_print_registers_info): New function to print registers.
3782 (show_regs): Deprecate and use the above.
3783 (m68hc11_gdbarch_init): Install the print_registers_info.
3784
705b278b
JJ
37852003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3786
3787 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3788 that we have a SIGTRAP before returning non-zero.
3789
63cd4198
EZ
37902003-07-23 Michal Ludvig <mludvig@suse.cz>
3791 Elena Zannoni <ezannoni@redhat.com>
3792
a8f4cde1 3793 * linespec.c (decode_line_2): Avoid crash if
63cd4198
EZ
3794 find_function_start_sal() returns empty record.
3795
6926787d
AS
37962003-07-23 Andreas Schwab <schwab@suse.de>
3797
3798 * ia64-tdep.c (ia64_print_insn): New function.
3799 (ia64_gdbarch_init): Set print_insn to it.
3800 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3801 deprecated_tm_print_insn_info.
3802
708cc1b6
MS
38032003-07-22 Michael Snyder <msnyder@redhat.com>
3804
3805 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3806 handle 8-bit returns (long long).
3807 (h8300h_extract_return_value): Ditto.
3808 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3809
aebd7893
AC
38102003-07-22 Andrew Cagney <cagney@redhat.com>
3811
3812 * gdbarch.c Include "gdb_obstack.h".
3813 (struct gdbarch): Add an "obstack".
3814 (alloc_gdbarch_data): Allocate the gdbarch data using
3815 GDBARCH_OBSTACK_CALLOC.
3816 (free_gdbarch_data): Delete function.
3817 (gdbarch_obstack_zalloc): New function.
3818 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3819 Assert that the architecture is not initialized.
3820 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3821 vector from the obstack.
3822 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3823 architecture obstack.
3824 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3825 (set_gdbarch_data): Assert that the data is not initialized.
3826 (struct gdbarch_data): Delete member "free".
3827 (register_gdbarch_data): Do not initialize "free".
3828 * gdbarch.h, gdbarch.c: Re-generate.
a8f4cde1 3829
153721e6
AC
38302003-07-22 Andrew Cagney <cagney@redhat.com>
3831
3832 * configure.in (build_warnings): Add -Wformat-nonliteral.
3833 * configure: Re-generate.
3834
c193f044 38352003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
3836
3837 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 3838
c3228f12
EZ
38392003-07-22 Elena Zannoni <ezannoni@redhat.com>
3840
3841 * findvar.c (read_var_value): Remove case for thread local storage
3842 variables. It is now entirely handled by the dwarf2 location
3843 expression code.
3844 * printcmd.c (address_info): Ditto.
3845 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3846 enumeration value.
3847 (struct symbol): Remove objfile field, which was used by
3848 LOC_THREAD_LOCAL_STATIC only.
3849 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3850 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3851 usage of objfile pointer.
3852 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3853 thread local variables.
3854 Add include of objfiles.h.
3855 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3856 storage variables.
3857 * Makefile.in (dwarf2loc.o): Update dependencies.
3858
aef9bcd2
AC
38592003-07-22 Andrew Cagney <cagney@redhat.com>
3860
3861 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3862 get_frame_base.
3863 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3864 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3865 (struct value): Add opaque declaration.
3866 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3867
d95a8903
AC
38682003-07-21 Andrew Cagney <cagney@redhat.com>
3869
3870 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3871 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3872
4db73d49
SC
38732003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3874
a8f4cde1 3875 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4db73d49
SC
3876 regcache_cooked_read_unsigned instead of read_register.
3877 (m68hc11_saved_pc_after_call): Likewise.
3878 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3879 instead of write_register.
3880 (m68hc11_register_type): New function.
3881 (m68hc11_register_virtual_type): Remove.
3882 (m68hc11_store_return_value): Convert to use the regcache.
3883 (m68hc11_extract_struct_value_address): Likewise.
3884 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3885 m68hc11_register_type; undeprecate store_return_value and
3886 extract_struct_value_address.
3887
ef2b8fcd
SC
38882003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3889
3890 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3891 and translate to use regcache.
3892 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3893
625b0b97
AC
38942003-07-18 Andrew Cagney <cagney@redhat.com>
3895
3896 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3897 * gdbarch.h, gdbarch.c: Re-generate.
3898 * i386-tdep.c (i386_gdbarch_init): Do not set
3899 DWARF2_BUILD_FRAME_INFO.
3900 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3901 unconditionally.
3902 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3903 DWARF2_BUILD_FRAME_INFO.
3904
22b0d388
AC
39052003-07-18 Andrew Cagney <cagney@redhat.com>
3906
3907 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3908 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3909
1ce5d6dd
AC
39102003-07-18 Andrew Cagney <cagney@redhat.com>
3911
3912 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3913 frame_unwind_address_in_block, instead of frame_pc_unwind.
3914 (dwarf2_frame_cache): Ditto.
3915
e6e5e94c
AC
39162003-07-18 Andrew Cagney <cagney@redhat.com>
3917
3918 * user-regs.h (struct gdbarch): Declare opaque.
3919 * ui-out.h (struct ui_file): Declare opaque.
3920 * dwarf2-frame.h (struct frame_info): Declare opaque.
3921
5483d879
KW
39222003-07-18 Kris Warkentin <kewarken@qnx.com>
3923
3924 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3925 #include "...".
3926 (procfs_meminfo): Change strerror to safe_strerror.
3927 (procfs_can_run): Remove K&R badness.
3928
278a7cf7
MS
39292003-07-17 Michael Snyder <msnyder@redhat.com>
3930
3931 * remote-sim.c: Comment typo fix.
3932
606e3b82
AC
39332003-07-17 Andrew Cagney <cagney@redhat.com>
3934
3935 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3936 configure.
3937 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3938 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3939 GDB_MULTI_ARCH_PARTIAL.
3940
c43af07c
EZ
39412003-07-17 Elena Zannoni <ezannoni@redhat.com>
3942
3943 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3944 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3945 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3946
3b85b0f1
TR
39472003-07-16 Theodore A. Roth <troth@openavr.org>
3948
3949 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3950 found.
3951 (avr_frame_unwind_cache): Don't unwind FP for main.
3952 Update a comment.
3953 Save the computed prev_sp.
3954 (avr_saved_regs_unwinder): Remove function.
a8f4cde1 3955 (avr_frame_prev_register): Use PC unwind logic from
3b85b0f1
TR
3956 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3957
336d1bba
AC
39582003-07-16 Andrew Cagney <cagney@redhat.com>
3959
3960 * frame-base.h (frame_base_p_ftype): Delete definition.
3961 (frame_base_append_predicate): Delete declaration.
3962 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3963 (frame_unwind_append_predicate): Delete declaration.
3964 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3965 (append_predicate): Delete parameter "p".
3966 (frame_unwind_append_predicate): Delete function.
3967 (frame_unwind_append_sniffer): Update call to append_predicate.
3968 (frame_unwind_free): Delete function.
3969 (_initialize_frame_unwind): Pass NULL as "free" to
3970 register_gdbarch_data.
3971 (frame_unwind_init): Append the dummy_frame_sniffer.
3972 (frame_unwind_find_by_frame): Simplify.
3973 * frame-base.c (struct frame_base_table): Delete field "p".
3974 (append_predicate): Delete parameter "p".
3975 (frame_base_append_predicate): Delete function.
3976 (frame_base_append_sniffer): Update call to append_predicate.
3977 (frame_base_free): Delete function.
3978 (frame_base_find_by_frame): Simplify.
3979 (_initialize_frame_base): Pass NULL as "free" to
3980 register_gdbarch_data.
3981 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3982 (x86_64_sigtramp_frame_sniffer): Replace
3983 "x86_64_sigtramp_frame_p".
3984 (x86_64_init_abi): Set the frame unwind sniffers.
3985 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3986 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3987 (m68k_gdbarch_init): Set the frame unwind sniffers.
3988 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3989 "i386_sigtramp_frame_p".
3990 (i386_frame_sniffer): Replace "i386_frame_p".
3991 (i386_gdbarch_init): Set the frame unwind sniffers.
3992 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3993 (avr_gdbarch_init): Set the frame unwind sniffers.
3994 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3995 "alpha_sigtramp_frame_p"
3996 (alpha_heuristic_frame_sniffer): Replace
3997 "alpha_heuristic_frame_p".
3998 (alpha_gdbarch_init): Set the frame unwind sniffers.
3999 (alpha_dwarf2_init_abi): Ditto.
4000 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4001 "alpha_debug_frame_p".
4002 (alpha_mdebug_frame_base_sniffer): Replace
4003 "alpha_mdebug_frame_base_p".
4004 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4005 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4006 (d10v_gdbarch_init): Set the frame unwind sniffer.
4007 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4008 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4009 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4010 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4011 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4012 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4013
48db5a3c
CV
40142003-07-16 Michael Snyder <msnyder@redhat.com>
4015
4016 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4017 should go thru sh_dsp_register_sim_regno, else the dsp regs
4018 will not get the right values.
4019
40202003-07-16 Corinna Vinschen <vinschen@redhat.com>
4021
4022 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4023 deprecated_store_floating by call to store_typed_floating.
4024 (sh_sh4_register_convert_to_raw): Substitute call to
4025 deprecated_extract_floating by call to extract_typed_floating.
4026
40272003-07-16 Corinna Vinschen <vinschen@redhat.com>
4028
4029 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4030
40312003-07-16 Corinna Vinschen <vinschen@redhat.com>
4032
4033 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4034 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4035 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4036 as possible.
4037 (do_pseudo_register): Remove.
4038 (sh_push_dummy_code): New function.
4039 (sh64_store_struct_return): Rename from sh_store_struct_return.
4040 Only called for sh64 now.
4041 (sh_extract_struct_value_address): Regcache'ify.
4042 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4043 and accomodate new tasks.
4044 (sh64_push_return_address): Rename from sh_push_return_address.
4045 Only called for sh64 now.
4046 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4047 Regcache'ify.
4048 (sh3e_sh4_extract_return_value): Regcache'ify.
4049 (sh_default_store_return_value): Ditto.
4050 (sh3e_sh4_store_return_value): Ditto.
4051 (sh_default_register_byte): Remove.
4052 (sh_sh4_register_byte): Remove.
4053 (sh_default_register_raw_size): Remove.
4054 (sh_sh4_register_raw_size): Remove.
4055 (sh_register_virtual_size): Remove.
4056 (sh_sh3e_register_virtual_type): Remove.
4057 (sh_sh3e_register_type): New function.
4058 (sh_sh4_register_virtual_type): Remove.
4059 (sh_sh4_register_type): New function.
4060 (sh_default_register_virtual_type): Remove.
4061 (sh_default_register_type): New function.
4062 (do_fv_register_info): Add parameters to accomodate call from
4063 sh_print_registers_info.
4064 (do_dr_register_info): Ditto.
4065 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4066 Add parameters to accomodate call from sh_print_registers_info.
4067 (sh_do_fp_register): Ditto.
4068 (sh64_do_pseudo_register): Call do_dr_register_info,
4069 do_fv_register_info and sh_do_fp_register with default parameters.
4070 (sh_do_register): Add parameters to accomodate call from
4071 sh_print_registers_info.
4072 (sh_print_register): Ditto.
4073 (sh_print_registers_info): Rename from sh_do_registers_info.
4074 Add parameters to be used as gdbarch_print_registers_info
4075 implementation. Accomodate removed do_pseudo_register function
4076 pointer.
4077 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4078 function pointer. Call sh_print_register with default parameters.
4079 (sh64_do_registers_info): Call sh_print_registers_info instead of
4080 sh_do_registers_info.
4081 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4082 detection of deprecated vs. non-deprecated functionality.
4083 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4084 function pointer assignments by direct function calls.
4085
e8a89fe2
AC
40862003-07-15 Andrew Cagney <cagney@redhat.com>
4087
4088 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4089 (frame_register_unwind, create_new_frame): Ditto.
4090 (legacy_get_prev_frame, get_frame_type): Ditto.
4091 (get_frame_base_address): Use frame_base_find_by_frame.
4092 (get_frame_locals_address): Use frame_base_find_by_frame.
4093 (get_frame_args_address): Use frame_base_find_by_frame.
4094 * frame-base.h (frame_base_sniffer_ftype): Declare.
4095 (frame_base_append_sniffer): Declare.
4096 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4097 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4098 (frame_base_append_sniffer): New function.
4099 (frame_base_append_predicate): Add a NULL sniffer.
4100 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4101 (struct frame_base_table): Add "sniffer".
4102 (frame_base_free): Free the "sniffer" table.
4103 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4104 (frame_unwind_append_sniffer): Declare.
4105 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4106 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4107 (struct frame_unwind_table): Add "sniffer", delete "middle".
4108 (append_predicate): Add "sniffer" parameter, append the sniffer.
4109 (frame_unwind_init): Update append_predicate call.
4110 (frame_unwind_append_sniffer): New function.
4111 (frame_unwind_append_predicate): Update append_predicate call.
4112 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4113
0714963c
AC
41142003-07-15 Andrew Cagney <cagney@redhat.com>
4115
4116 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4117 before code inhibiting repeated unwind attempts. Add to
4118 commentary on that test's problems.
4119 * blockframe.c (inside_main_func): Look for "main" in the minimal
4120 symbol table.
4121 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4122 identical.
4123
d9170e22
AC
41242003-07-15 Andrew Cagney <cagney@redhat.com>
4125
4126 * complaints.c (struct explanation): Define.
4127 (struct complaints): Change type of "explanation" to "struct
4128 explanation".
4129 (symfile_explanations): Convert to a "struct explanation" table.
4130 (vcomplaint): Update.
4131
eba29c8c
ML
41322003-07-15 Michal Ludvig <mludvig@suse.cz>
4133
4134 * x86-64-linux-nat.c (regmap): Removed.
a8f4cde1 4135 (supply_gregset, fill_gregset): Call
eba29c8c
ML
4136 x86_64_linux_(fill,supply)_gregset functions.
4137 * x86-64-linux-tdep.c (USER_*): New defines.
4138 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4139 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4140 New functions.
4141 (fetch_core_registers): Ditto.
4142 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4143 * x86-64-linux-tdep.h: New file.
4144 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4145 and core-regset.o.
4146 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4147
68cc0bfb
MK
41482003-07-13 Mark Kettenis <kettenis@gnu.org>
4149
88a115f7
MK
4150 * x86-64-tdep.c (x86_64_store_return_value): Use
4151 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 4152
68cc0bfb
MK
4153 * configure.host: Add x86_64-*-freebsd*.
4154 * configure.tgt: Add x86_64-*-freebsd*.
4155 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4156 * amd64fbsd-nat.c: New file.
4157 * amd64fbsd-tdep.c: New file.
4158 * config/i386/nm-fbsd64.h: New file.
4159 * config/i386/fbsd64.mh: New file.
4160 * config/i386/fbsd64.mt: New file.
4161
138e7be5
MK
41622003-07-11 Mark Kettenis <kettenis@gnu.org>
4163
4164 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4165 `sc_regs_offset' and `sc_fpregs_offset'.
4166 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4167 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4168 (alpha_sigtramp_register_address): Rewrite to use new members of
4169 `struct gdbarch_tdep'.
4170 (alpha_gdbarch_init): Initialize new members of struct
4171 gdbarch_tdep'.
4172 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4173 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4174 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4175 (alphafbsd_pc_in_sigtramp): Implement.
4176 (alphafbsd_sigtramp_offset): New function.
4177 (alphafbsd_sigcontext_addr): New function.
4178 (alphafbsd_init_abi): Initialize signal trampoline related members
4179 of `struct gdbarch_tdep'.
4180 (_initialize_alphafbsd_tdep): Add prototype.
4181
95303a68
TR
41822003-07-11 Theodore A. Roth <troth@openavr.org>
4183
ba292e4c
TR
4184 * Makefile.in (install-only): Quote sed expression when generating
4185 transformed_name.
95303a68 4186
6896c0c7
RH
41872003-07-11 Richard Henderson <rth@redhat.com>
4188
4189 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4190 * dwarf2-frame.c: Include complaints.h.
4191 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4192 variable initialization; return NULL on error.
4193 (decode_frame_entry): New.
4194
8edd5d01
AC
41952003-07-11 Andrew Cagney <cagney@redhat.com>
4196
c4a09524
AC
4197 * frame.h (frame_address_in_block): Delete declaration.
4198 * blockframe.c (frame_address_in_block): Delete function.
4199 (get_frame_block): Use get_frame_address_in_block.
4200 (block_innermost_frame): Ditto.
4201 * stack.c (print_frame, backtrace_command_1): Ditto.
4202
8edd5d01
AC
4203 * frame.h (get_frame_address_in_block): Declare.
4204 (frame_unwind_address_in_block): Declare.
4205 * frame.c (frame_unwind_address_in_block): New function.
4206 (get_frame_address_in_block): New function.
4207
f7968451
AC
42082003-07-10 Andrew Cagney <cagney@redhat.com>
4209
4210 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4211 pre-default. Note: re-generate has no effect.
a8f4cde1 4212
ae99b398
AC
42132003-07-10 Andrew Cagney <cagney@redhat.com>
4214
4215 * gdbarch.sh: When a variable, but not a function, compare against
4216 0. Fix problem in previous patch.
4217 * gdbarch.c: Re-generate.
a8f4cde1 4218
956ac328
AC
42192003-07-10 Andrew Cagney <cagney@redhat.com>
4220
4221 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4222 functions against NULL, not 0.
4223 * gdbarch.c: Re-generate.
a8f4cde1 4224
287c3240
FF
42252003-07-10 Fred Fish <fnf@ninemoons.com>
4226
4227 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4228 null string instead of a null pointer.
4229 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4230
32f63c4b
MS
42312003-07-09 Michael Snyder <msnyder@redhat.com>
4232
4233 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4234
402ecd56
MK
42352003-07-09 Mark Kettenis <kettenis@gnu.org>
4236
4237 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4238 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4239 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4240 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4241 * x86-64-tdep.c: ... from here.
4242
c481dac7
AS
42432003-07-09 Andreas Schwab <schwab@suse.de>
4244
4245 * m68k-tdep.h (enum struct_return): Define.
4246 (struct gdbarch_tdep): Add struct_return.
4247 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4248 bytes are padded to the right, not to the left. Pass struct value
4249 address in register %a1, not on stack.
4250 (m68k_use_struct_convention): New function.
4251 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4252 struct_return in tdep to pcc_struct_return.
4253 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4254 reg_struct_return.
4255
a8f4cde1 42562003-07-09 Joel Brobecker <brobecker@gnat.com>
64176fa3 4257
a8f4cde1 4258 * somread.c (som_symfile_offsets): Fix compilation error.
64176fa3 4259
96a4ee76
AC
42602003-07-09 Andrew Cagney <cagney@redhat.com>
4261
4262 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4263 Add comments about the checks.
4264
1517c6d1
AC
42652003-07-08 Andrew Cagney <cagney@redhat.com>
4266
4267 * Makefile.in: Make dependency section headers consistent.
4268 (config_h): Move to $BUILD headers section.
4269 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4270 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4271 (ada-exp.tab.c): Move to YACC/LEX section.
4272 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4273 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4274
dc5dd1eb
KW
42752003-07-08 Kris Warkentin <kewarken@qnx.com>
4276
4277 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
4278 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4279 of strerror with safe_strerror, use ISO C function definitions,
4280 and replace instances of sprintf with snprintf.
dc5dd1eb 4281
612dde91
AC
42822003-07-07 Andrew Cagney <cagney@redhat.com>
4283
4284 * frame.c (get_prev_frame): Enable check for identical frames.
4285 Update comments. Update error messages.
4286
492c11d3
JB
42872003-07-07 Joel Brobecker <brobecker@gnat.com>
4288
4289 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4290
376a5a49
JB
42912003-07-07 Joel Brobecker <brobecker@gnat.com>
4292
4293 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4294 sort_symtab_syms, no longer necessary.
4295
22b4a9ad
JB
42962003-07-07 Joel Brobecker <brobecker@gnat.com>
4297
4298 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4299
5bbcb741
JB
43002003-07-07 Joel Brobecker <brobecker@gnat.com>
4301
4302 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4303 (mips_register_byte): Likewise.
4304
c139e7d9
DJ
43052003-07-07 Daniel Jacobowitz <drow@mvista.com>
4306
4307 * Makefile.in (sparc_tdep_h): New.
4308 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4309 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4310 * sparc-linux-nat.c: Include "sparc-tdep.h".
4311 * sparc-nat.c: Likewise.
4312 * sparc-tdep.c: Likewise.
4313 * sparc64nbsd-nat.c: Likewise.
4314 * sparcnbsd-nat.c: Likewise.
4315 * sparcnbsd-tdep.c: Likewise.
4316 * sparc-tdep.h: New file.
4317 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4318 and sparc_npc_regnum.
4319
fd8f87c5
DJ
43202003-07-07 Daniel Jacobowitz <drow@mvista.com>
4321
4322 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4323 (mips_linux_cannot_store_register): List supported instead of
4324 unsupported registers.
4325
13adf674
DJ
43262003-07-07 Daniel Jacobowitz <drow@mvista.com>
4327
4328 * disasm.c (dump_insns): Separate instructions from addresses.
4329
8de307e0
AS
43302003-07-07 Andreas Schwab <schwab@suse.de>
4331
4332 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4333 dependencies.
4334 * m68k-tdep.c (NUM_FREGS): Delete.
4335 (SIG_PC_FP_OFFSET): Delete.
4336 (TARGET_M68K): Delete.
4337 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4338 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4339 P_MOVEL_SP, P_MOVEML_SP): Define.
4340 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4341 P_TRAP): Delete.
4342 (m68k_register_raw_size): Delete.
4343 (m68k_register_virtual_size): Delete.
4344 (m68k_register_type): Renamed from m68k_register_virtual_type and
4345 add gdbarch argument.
4346 (m68k_store_struct_return): Delete.
4347 (m68k_deprecated_extract_return_value): Delete.
4348 (m68k_deprecated_extract_struct_value_address): Delete.
4349 (m68k_frame_chain): Delete.
4350 (m68k_frame_saved_pc): Delete.
4351 (m68k_fix_call_dummy): Delete.
4352 (m68k_push_dummy_frame): Delete.
4353 (m68k_pop_frame): Delete.
4354 (m68k_extract_return_value): New function.
4355 (m68k_store_return_value): Rewrite using regcache.
4356 (m68k_extract_struct_value_address): Rewrite using regcache.
4357 (m68k_push_dummy_call): New function.
4358 (struct m68k_frame_cache): Define.
4359 (m68k_alloc_frame_cache): New function.
4360 (m68k_analyze_frame_setup): New function.
4361 (m68k_analyze_register_saves): New function.
4362 (m68k_analyze_prologue): New function.
4363 (m68k_skip_prologue): Rewrite using above functions.
4364 (m68k_unwind_pc): New function.
4365 (m68k_frame_cache): New function.
4366 (m68k_frame_this_id): New function.
4367 (m68k_frame_prev_register): New function.
4368 (m68k_frame_unwind): New variable.
4369 (m68k_frame_p): New function.
4370 (m68k_sigtramp_frame_cache): New function.
4371 (m68k_sigtramp_frame_this_id): New function.
4372 (m68k_sigtramp_frame_prev_register): New function.
4373 (m68k_sigtramp_frame_unwind): New variable.
4374 (m68k_sigtramp_frame_p): New function.
4375 (m68k_frame_base_address): New function.
4376 (m68k_frame_base): New function.
4377 (m68k_unwind_dummy_id): New function.
4378 (fill_gregset): Use regcache_collect.
4379 (fill_fpregset): Likewise.
4380 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4381 defined.
4382 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4383 deprecated_init_frame_pc, deprecated_store_struct_return,
4384 deprecated_extract_return_value, deprecated_store_return_value,
4385 deprecated_frame_chain, deprecated_frame_saved_pc,
4386 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4387 deprecated_register_virtual_size,
4388 deprecated_max_register_raw_size,
4389 deprecated_max_register_virtual_size,
4390 deprecated_register_virtual_type, deprecated_register_size,
4391 deprecated_register_byte, deprecated_register_bytes,
4392 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4393 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4394 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4395 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4396 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4397 deprecated_push_dummy_frame, deprecated_pop_frame,
4398 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4399 only if SYSCALL_TRAP is defined. Set extract_return_value,
4400 store_return_value, extract_struct_value_address, register_type,
4401 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4402 predicates.
4403 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4404 M68K_MAX_REGISTER_SIZE): Define.
4405 (struct m68k_sigtramp_info): Define.
4406 (struct gdbarch_tdep): Add get_sigtramp_info.
4407 * m68klinux-nat.c (fetch_register): Use register_size instead of
4408 REGISTER_RAW_SIZE. Don't put assignment in if.
4409 (store_register): Likewise.
4410 (fetch_inferior_registers): Likewise.
4411 (store_inferior_registers): Likewise.
4412 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4413 (m68k_linux_frame_saved_pc): Delete.
4414 (m68k_linux_sigcontext_reg_offset,
4415 m68k_linux_ucontext_reg_offset): Define.
4416 (m68k_linux_get_sigtramp_info): New function.
4417 (m68k_linux_extract_return_value): Rewrite using regcache.
4418 (m68k_linux_store_return_value): Likewise.
4419 (m68k_linux_extract_struct_value_address): Likewise.
4420 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4421 Don't set deprecated_frame_saved_pc,
4422 deprecated_extract_return_value, deprecated_store_return_value,
4423 deprecated_extract_struct_value_address. Set
4424 extract_return_value, store_return_value,
4425 extract_struct_value_address.
4426
eb8bc282
AC
44272003-07-07 Andrew Cagney <cagney@redhat.com>
4428
4429 * expprint.c: Include "user-regs.h" instead of "frame.h".
4430 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4431 frame_map_regnum_to_name.
4432 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4433 (frame_map_name_to_regnum): Simplify, call
4434 user_reg_map_name_to_regnum.
4435 (frame_map_regnum_to_name): Simplify, call
4436 user_reg_map_regnum_to_name.
4437 (frame_register_unwind): Update.
4438 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4439 (_initialize_frame_reg): Call user_reg_add_builtin.
4440 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4441 (value_of_register): Use value_of_user_reg.
4442 * eval.c (evaluate_subexp_standard): Update.
4443 * parse.c (write_dollar_variable): Update.
4444 * d10v-tdep.c (d10v_print_registers_info): Update.
4445 * infcmd.c (registers_info): Update.
4446 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4447 (builtin_regs_h): Delete macro.
4448 (user_regs_h): Define.
4449 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4450 (builtin-regs.o): Delete target.
4451 (user-regs.o): Specify dependencies.
4452 (expprint.o): Update dependencies.
4453 (findvar.o): Update dependencies.
4454 (frame.o): Update dependencies.
4455 (std-regs.o): Update dependencies.
4456
9f476a01
CF
44572003-07-06 Christopher Faylor <cgf@redhat.com>
4458
4459 * win32-nat.c (solib_symbols_add): Use one variable for all section
4460 address stuff. Pass variable rather than address of variable to
4461 safe_symbol_file_add.
4462
a731b831
AS
44632003-07-06 Andreas Schwab <schwab@suse.de>
4464
4465 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4466
9f83329d
JB
44672003-07-04 Joel Brobecker <brobecker@gnat.com>
4468
4469 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4470
27e28cc5
KW
44712003-07-04 Kris Warkentin <kewarken@qnx.com>
4472
4473 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4474
44752003-07-04 Kris Warkentin <kewarken@qnx.com>
4476
4477 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4478 * config/i386/nto.mh: New file.
4479 * config/i386/nm-nto.h: New file.
4480 * configure.host: Add i[3456]86-*-nto*.
4481
100f2e98
JB
44822003-07-03 Joel Brobecker <brobecker@gnat.com>
4483
4484 * remote-vx.c (vx_add_symbols): Fix compilation error.
4485
e23457df
AC
44862003-07-03 Andrew Cagney <cagney@redhat.com>
4487
4488 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4489 * gdbarch.h, gdbarch.c: Re-generate.
4490 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4491 (legacy_register_name): Declare.
4492 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4493 (REGISTER_NAME): Define.
4494 * sparc-tdep.c (legacy_register_name): New function.
4495 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4496 (REGISTER_NAME): Define.
4497 (hppa64_register_name): Declare.
4498 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4499 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4500 (hppa64_register_name): New function.
4501 (hppa_register_name): New function.
4502 * arch-utils.c (legacy_register_name): Delete.
4503 * arch-utils.h (legacy_register_name): Delete.
4504
38caaeec
DJ
45052003-07-03 Daniel Jacobowitz <drow@mvista.com>
4506
4507 * cli/cli-interp.c (cli_interpreter_resume): Update the
4508 cli_uiout's stream to gdb_stdout.
4509
dadd712e
AC
45102003-07-03 Andrew Cagney <cagney@redhat.com>
4511
4512 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4513 predicate.
4514 * gdbarch.h, gdbarch.c: Re-generate.
4515 * regcache.c (init_regcache_descr): Use legacy code when either
4516 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4517
c7f1390e
DJ
45182003-07-02 Daniel Jacobowitz <drow@mvista.com>
4519
4520 * NEWS: Move "set logging" entry into GDB 6.0 section.
4521
4bc8c588
JB
45222003-07-02 Jim Blandy <jimb@redhat.com>
4523
a9dd42f1
JB
4524 * s390-tdep.c (struct frame_extra_info): new member:
4525 'stack_bought_valid'.
4526 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4527 initialize fextra_info->stack_bought.
4528 (s390_frameless_function_invocation): Don't trust the value of
4529 fextra_info_ptr->stack_bought unless
4530 fextra_info->stack_bought_valid is set.
4531
4bc8c588
JB
4532 New S390 prologue analyzer.
4533 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4534 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4535 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4536 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4537 compute_x_addr, s390_on_stack, s390_store,
4538 s390_get_signal_frame_info): New functions.
4539 (S390_NUM_SPILL_SLOTS): New macro.
4540 (s390_get_frame_info): Rewritten.
4541 (is_arg_reg): Deleted.
4542
4543 Break out the decoding of S/390 instructions into separate
4544 functions, to make it more legible, and easier to check
4545 against the spec.
4546 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4547 is_rx, is_rxe): New functions.
4548 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4549 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4550 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4551 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4552 enums for opcode values. (Is this an improvement?)
4553
fd13a04a
AC
45542003-07-02 Andrew Cagney <cagney@redhat.com>
4555
4556 * i386-tdep.c: Revert change committed as part of trad-frame code
4557 below.
4558
3f8091c1
DJ
45592003-07-02 Daniel Jacobowitz <drow@mvista.com>
4560
4561 * breakpoint.c (insert_catchpoint): Make static.
4562
8dd5115e
AS
45632003-07-02 Andreas Schwab <schwab@suse.de>
4564
4565 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4566 former ia64_push_arguments and ia64_push_return_address, and use
4567 regcache functions instead of read/write_register.
4568 (ia64_gdbarch_init): Set push_dummy_call instead of
4569 deprecated_push_arguments and deprecated_push_return_address.
4570
a2229c23
AJ
45712003-07-01 Andreas Jaeger <aj@suse.de>
4572
4573 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4574 before the call.
4575 Set %rax only to number of SSE registers used.
4576
3b3850e8
AC
45772003-07-01 Andrew Cagney <cagney@redhat.com>
4578
4579 * trad-frame.h: Update comments, a -1 .addr is reserved.
4580 (trad_frame_value_p, trad_frame_addr_p): Declare.
4581 (trad_frame_reg_p): Declare.
4582 (trad_frame_set_value): Rename trad_frame_register_value.
4583 (trad_frame_set_unknown): Declare.
4584 * trad-frame.c (trad_frame_realreg_p): New function.
4585 (trad_frame_addr_p, trad_frame_value_p): New function.
4586 (trad_frame_set_unknown): New function.
4587 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4588 (trad_frame_prev_register): Use trad_frame_realreg_p,
4589 trad_frame_addr_p and trad_frame_value_p.
4590 (trad_frame_set_value): Rename trad_frame_register_value.
4591 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4592 and trad_frame_set_value.
a2229c23 4593
4d819d0e
JB
45942003-06-30 Jim Blandy <jimb@redhat.com>
4595
4596 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4597 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4598 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4599 for 16 registers, and then 32 more bytes.
4600 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4601 New macros.
4602 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4603 Move up in the file, since it's now used by is_simple_arg.
4604 (is_simple_arg): Don't assume registers are four bytes long.
4605 Exclude all double arguments. Extended floats are not simple
4606 args.
4607 (is_power_of_two): New function.
4608 (pass_by_copy_ref): Call is_power_of_two, and check that the
4609 length fits in a register, rather than listing all the acceptable
4610 sizes. Extended floats are not passed by reference.
4611 (s390_push_arguments): Don't assume registers are four bytes long.
4612 Reserve an argument register to point to the buffer for structures
4613 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4614 S390_STACK_FRAME_OVERHEAD.
4615
1ad828f1
AS
46162003-06-30 Andreas Schwab <schwab@suse.de>
4617
4618 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4619 format error message.
4620
39b00981
JB
46212003-06-30 Joel Brobecker <brobecker@gnat.com>
4622
4623 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4624
b2a7f303
DC
46252003-06-30 David Carlton <carlton@kealia.com>
4626
4627 Band-aid for PR c++/1245.
4628 * Makefile.in (cp-support.o): Depend on complaints_h.
4629 * cp-support.c: Include complaints.h. Add declaration for
4630 find_last_component.
4631 (cp_find_first_component): Separate code into
4632 cp_find_first_component_aux.
4633 (cp_find_first_component_aux): Call demangled_name_complaint.
4634 (demangled_name_complaint): New.
4635
a257b5bb
AC
46362003-06-30 Andrew Cagney <cagney@redhat.com>
4637
4638 * remote.c (remote_write_bytes): Explicitly compute and then use
4639 the payload size. Update comments to reflect. Fixes problem of
4640 GDB not sending small packets as found by Fred Fish.
4641
0a2cfde4
AC
46422003-06-30 Andrew Cagney <cagney@redhat.com>
4643
4644 * remote.c (remote_async_wait): Fix -Wformat problem.
4645
3fcb8548
AC
46462003-06-29 Andrew Cagney <cagney@redhat.com>
4647
4648 * remote.c (remote_wait): Call error, and not warning, when the
4649 packet is corrupt.
4650 (remote_async_wait): Ditto.
4651
9f9970a3
DJ
46522003-06-29 Daniel Jacobowitz <drow@mvista.com>
4653
4654 * sparc-tdep.c (sparc_y_regnum): Make external again.
4655
83a8ccca
DJ
46562003-06-29 Daniel Jacobowitz <drow@mvista.com>
4657
4658 * cli/cli-logging.c (pop_output_files): Add void to function
4659 definition.
4660
d2cf594a
AC
46612003-06-29 Andrew Cagney <cagney@redhat.com>
4662
4663 * frame.c (frame_register_unwind): Use unsigned char when dumping
4664 the buffer contents.
4665
0fac0b41
DJ
46662003-06-28 Daniel Jacobowitz <drow@mvista.com>
4667
4668 * cli/cli-logging.c: New file.
4669 * cli-out.c (struct ui_out_data): Add original_stream.
4670 (cli_redirect): New function.
4671 (cli_ui_out_impl): Add cli_redirect.
4672 (cli_out_new): Initialize original_stream.
4673 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4674 (uo_redirect, ui_out_redirect): New.
4675 * ui-out.h (struct ui_out_impl): Add redirect member.
4676 (redirect_ftype): New.
4677 (ui_out_redirect): Add prototype.
4678 * Makefile.in: Add rules for cli-logging.c.
4679 * NEWS: Mention "set logging".
4680
88a07d7c
EZ
46812003-06-27 Elena Zannoni <ezannoni@redhat.com>
4682
4683 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4684
4eb58876
AC
46852003-06-27 Andrew Cagney <cagney@redhat.com>
4686
4687 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4688 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4689 * avr-tdep.c (avr_call_dummy_address): Delete function.
4690 (avr_gdbarch_init): Do not set call_dummy_address.
4691
1549f619
EZ
46922003-06-27 Elena Zannoni <ezannoni@redhat.com>
4693
4694 * symfile.c (syms_from_objfile): Move variables to inner block.
4695 Move the checks for the non-mainline case a bit earlier to avoid
4696 doing some useless computations.
4697
3cb3398d
EZ
46982003-06-27 Elena Zannoni <ezannoni@redhat.com>
4699
4700 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4701
3799ccc6
EZ
47022003-06-26 Elena Zannoni <ezannoni@redhat.com>
4703
4704 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4705 sections.
4706
ce1f6491
MC
47072003-06-26 Michael Chastain <mec@shout.net>
4708
4709 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4710 gdb/testsuite/gdb.c++/pr-1210.exp.
4711
d958dfd0
AC
47122003-06-26 Andrew Cagney <cagney@redhat.com>
4713
4714 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4715 altivec_expression.h and altivec_registers.h.
4716
d31431ed
AC
47172003-06-26 Andrew Cagney <cagney@redhat.com>
4718
4719 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4720 info->mach when MIPS16. Patch suggested by Fred Fish.
4721
714b1282
AC
47222003-06-26 Andrew Cagney <cagney@redhat.com>
4723
4724 * utils.c (internal_vproblem): Print the problem to a reason
4725 buffer and then pass to query. Make the msg variable more local.
4726
42efa47a
AC
47272003-06-26 Andrew Cagney <cagney@redhat.com>
4728
4729 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4730 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4731 * gdbarch.h, gdbarch.c: Re-generate.
4732 * frame-base.c (default_frame_args_address): Update. Use
4733 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4734 not available.
4735 (default_frame_locals_address): Ditto for
4736 DEPRECATED_FRAME_LOCALS_ADDRESS.
4737 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4738 (vax_frame_num_args): Update.
4739 (vax_gdbarch_init): Update.
4740 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4741 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4742 * mcore-tdep.c (mcore_gdbarch_init): Update.
4743 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4744 * ia64-tdep.c (ia64_gdbarch_init): Update.
4745 * symtab.h (address_class): Update comments.
4746 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4747 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4748 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4749 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4750 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4751 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4752 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4753 * alpha-mdebug-tdep.c: Update.
4754 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4755
8ffd9b1b
AJ
47562003-06-26 Andreas Jaeger <aj@suse.de>
4757
4758 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4759 of SSE registers so that varargs functions work. Rework handling
4760 of passing arguments on the stack.
4761 (x86_64_store_return_value): Return double and float values in SSE
4762 register.
4763
e8ac10a6
MC
47642003-06-24 Michael Chastain <mec@shout.net>
4765
4766 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4767 the "constructor breakpoints ignored" bug.
4768
986af8e6
DC
47692003-06-25 David Carlton <carlton@kealia.com>
4770
4771 * MAINTAINERS: Update e-mail address.
4772
d64558a5
JB
47732003-06-24 Jim Blandy <jimb@redhat.com>
4774
e538d2d7
JB
4775 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4776
02631ec0
JB
4777 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4778 function.
4779 (ppc_linux_init_abi): Register it as the
4780 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4781
e716d87a
JB
4782 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4783 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4784 method.
4785
d64558a5
JB
4786 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4787 (ppc64_standard_linkage_target): Use it.
4788
449a5da4
AC
47892003-06-23 Andrew Cagney <cagney@redhat.com>
4790
4791 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4792 for 0 "int0" and 4 "int32" sized registers.
4793 * gdbtypes.c (builtin_type_int0): Define.
4794 (build_gdbtypes): Initialize builtin_type_int0.
4795 * gdbtypes.h (builtin_type_int0): Declare.
4796
b2a02dda
SC
47972003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4798
4799 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4800 as characters are unsigned.
4801
fba3138e
DJ
48022003-06-22 Daniel Jacobowitz <drow@mvista.com>
4803
4804 PR gdb/1179
4805 * dwarfread.c (struct_type): Skip static fields without crashing.
4806
f6c8180b
AC
48072003-06-22 Andrew Cagney <cagney@redhat.com>
4808
4809 GDB 6.0 branch created.
f2c06f52
AC
4810 * README: Update.
4811 * PROBLEMS: Update. Empty.
4812 * NEWS: Update.
f6c8180b 4813
ae822768
DJ
48142003-06-22 Daniel Jacobowitz <drow@mvista.com>
4815
4816 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4817 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4818
261de166
AC
48192003-06-22 Andrew Cagney <cagney@redhat.com>
4820
4821 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4822 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4823 Velikov.
4824
30e94205
DJ
48252003-06-22 Daniel Jacobowitz <drow@mvista.com>
4826
4827 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4828 compilers.
4829
9e14d721
DJ
48302003-06-21 Daniel Jacobowitz <drow@mvista.com>
4831
4832 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4833 argument of val_print.
4834 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4835 to the address argument of baseclass_offset or target_read_memory.
4836 Do add it to the argument of cp_print_value_fields.
4837
a4b8ebc8
AC
48382003-06-21 Andrew Cagney <cagney@redhat.com>
4839
4840 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4841 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4842 instead of 0..NUM_REGS.
4843 (mips_register_reggroup_p): New function.
4844 (mips_pseudo_register_write): New function.
4845 (mips_pseudo_register_read): New function.
4846 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4847 based on the register's type.
4848 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4849 cooked.
4850 (mips_get_saved_register): Simplify. Assert that REGNO is a
4851 pseudo / cooked.
4852 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4853 (mips_register_type): Replace mips_register_virtual_type. Map
4854 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4855 when available.
4856 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4857 that the register is cooked / virtual.
4858 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4859 Only get the extra info when needed.
4860 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4861 (mips32_heuristic_proc_desc): Fetch the cooked register.
4862 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4863 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4864 (mips_print_register): Use gdbarch_register_type, instead of
4865 REGISTER_VIRTUAL_TYPE.
4866 (print_gp_register_row): Use gdbarch_register_type, instead of
4867 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4868 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4869 Print the pseudo / cooked registers.
4870 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4871 Print the pseudo / cooked registers.
4872 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4873 REG_NUM is pseudo / cooked.
4874 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4875 (mips_n32n64_xfer_return_value): Ditto.
4876 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4877 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4878 (mips_register_sim_regno): New function.
4879 (mips_gdbarch_init): Set deprecated_register_byte,
4880 register_group_p, pseudo_register_write, pseudo_register_read,
4881 register_sim_regno, and num_pseudo_regs. Set register_type,
4882 instead of register_virtual_type.
4883 * Makefile.in (mips-tdep.o): Update dependencies.
4884 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4885 REGISTER_VIRTUAL_TYPE.
4886 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4887 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4888 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4889 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4890 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4891
325ed089
DJ
48922003-06-21 Daniel Jacobowitz <drow@mvista.com>
4893
4894 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4895 * cli/cli-cmds.c: Include "gdb_vfork.h".
4896 (shell_escape): Use vfork.
4897
f0e7d0e8
AC
48982003-06-21 Andrew Cagney <cagney@redhat.com>
4899
c57bb9fa
AC
4900 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4901 32 bit floating-point register saves.
4902
6e51443a
AC
4903 * frame.h (deprecated_unwind_get_saved_register): Delete.
4904 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4905 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4906 and deprecated_get_next_frame_hack instead of
4907 deprecated_unwind_get_saved_register.
4908
ed183c7c
AC
4909 * mips-tdep.c (mips_dump_tdep): Do not print
4910 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4911
f0e7d0e8
AC
4912 * frame.c (get_frame_register): New function.
4913 (frame_unwind_register_signed): New function.
4914 (get_frame_register_signed): New function.
4915 (frame_unwind_register_unsigned): New function.
4916 (get_frame_register_unsigned): New function.
4917 * frame.h: Add comments on naming schema.
4918 (get_frame_register, frame_unwind_register_signed): Declare.
4919 (get_frame_register_signed, get_frame_register_signed): Declare.
4920 (frame_unwind_register_unsigned): Declare.
4921 (get_frame_register_unsigned): Declare.
4922
2224d941
TR
49232003-06-20 Theodore A. Roth <troth@openavr.org>
4924
4925 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4926
8619218d
TR
49272003-06-20 Theodore A. Roth <troth@openavr.org>
4928
4929 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4930 (avr_read_sp): Ditto.
4931
0b1b50c0
DJ
49322003-06-20 Daniel Jacobowitz <drow@mvista.com>
4933
4934 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4935 * config/arm/nm-linux.h: Likewise.
4936 * config/arm/tm-linux.h: Likewise.
4937 * config/ia64/nm-linux.h: Likewise.
4938 * config/ia64/tm-ia64.h: Likewise.
4939 * config/s390/tm-linux.h: Likewise.
4940 * config/s390/tm-s390.h: Likewise.
4941 * s390-nat.c: Likewise.
4942 * s390-tdep.c: Likewise.
4943
4944 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4945 * config/ia64/linux.mt: Likewise.
4946 * config/m68k/linux.mh: Likewise.
4947 * config/mips/linux.mt: Likewise.
4948 * config/powerpc/linux.mh: Likewise.
4949 * config/sh/linux.mt: Likewise.
4950
c8c18e65
KW
49512003-06-19 Kris Warkentin <kewarken@qnx.com>
4952
4953 * solib.c (solib_open): Change tests for whether to search
4954 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4955 comments.
4956
dcccef2e
TR
49572003-06-19 Theodore A. Roth <troth@openavr.org>
4958
4959 * avr-tdep.c (avr_frame_address): Delete function.
4960 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4961 set_gdbarch_frame_args_address.
4962
5861a190
AC
49632003-06-19 Andrew Cagney <cagney@redhat.com>
4964
4965 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4966 (REGISTER_CONVERT_FROM_TYPE): Delete.
4967 (mips_register_convert_to_type): Delete declaration.
4968 (mips_register_convert_from_type): Delete declaration.
4969 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4970 kernel/.
4971
0274a8ce
MS
49722003-06-19 Michael Snyder <msnyder@redhat.com>
4973
4974 * linux-nat.h: New file.
4975 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 4976 * lin-lwp.c: Include linux-nat.h.
0274a8ce 4977 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 4978 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
4979 (linux_make_note_section): Iterate over lwps instead of threads.
4980 (linux_do_thread_registers): Use lwp instead of merged pid.
4981 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 4982 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
4983 Add dependency on linux_nat_h.
4984
adf5f719
TR
49852003-06-19 Theodore A. Roth <troth@openavr.org>
4986
4987 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4988
6766a268
DJ
49892003-06-19 Daniel Jacobowitz <drow@mvista.com>
4990
4991 * varobj.c (get_type, get_target_type): Use check_typedef.
4992
1171114a
DJ
49932003-06-19 Daniel Jacobowitz <drow@mvista.com>
4994
4995 * breakpoint.c (insert_catchpoint): Call internal_error.
4996
adcf68a2
TR
49972003-06-19 Theodore A. Roth <troth@openavr.org>
4998
4999 * avr-tdep.c (avr_push_dummy_code): Delete function.
5000 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5001
ea67f13b
DJ
50022003-06-19 Daniel Jacobowitz <drow@mvista.com>
5003
5004 * arch-utils.c (default_prepare_to_proceed): Remove.
5005 (generic_prepare_to_proceed): Remove.
5006 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5007 (generic_prepare_to_proceed): Remove prototype.
5008 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5009 * gdbarch.c: Regenerate.
5010 * gdbarch.h: Regenerate.
5011 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5012 * hppah-nat.c (hppa_switched_threads): Remove.
5013 * infrun.c (prepare_to_proceed): New static function, copied from
5014 generic_prepare_to_proceed. Remove select_it argument.
5015 (proceed): Call prepare_to_proceed.
5016 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5017 variables.
5018 (ptrace_wait): Don't set the removed variables.
5019 (hppa_switched_threads): Remove.
5020 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5021 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5022 (lin_lwp_prepare_to_proceed): Remove prototype.
5023 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5024 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5025
4add8633
TR
50262003-06-18 Theodore A. Roth <troth@openavr.org>
5027
5028 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5029 trad-frame.h.
5030 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5031 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5032 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5033 (AVR_PROLOGUE_*): Enumerate prologue types.
5034 (struct frame_extra_info): Remove.
5035 (struct avr_unwind_cache): Define.
5036 (avr_write_sp): Delete function.
5037 (avr_read_fp): Ditto.
5038 (avr_init_extra_frame_info): Ditto.
5039 (avr_pop_frame): Ditto.
5040 (avr_frame_saved_pc): Ditto.
5041 (avr_saved_pc_after_call): Ditto.
5042 (avr_push_return_address): Ditto.
5043 (avr_frame_chain): Ditto.
5044 (avr_store_struct_return): Ditto.
5045 (avr_push_arguments): Ditto.
5046 (avr_scan_prologue): Update comments. Changed to set up the info for
5047 cache unwinding. Now returns end of prologue PC.
5048 (avr_skip_prologue): Better handling of functions lacking a prologue
5049 by using avr_scan_prologue.
5050 (avr_scan_arg_moves): New function.
5051 (avr_saved_regs_unwinder): Ditto.
5052 (avr_frame_unwind_cache): Ditto.
5053 (avr_unwind_pc): Ditto.
5054 (avr_frame_this_id): Ditto.
5055 (avr_frame_prev_register): Ditto.
5056 (avr_frame_p): Ditto.
5057 (avr_frame_base_address ): Ditto.
5058 (avr_unwind_dummy_id): Ditto.
5059 (avr_push_dummy_code): Ditto.
5060 (push_stack_item): Ditto.
5061 (pop_stack_item): Ditto.
5062 (avr_push_dummy_call): Ditto.
5063 (struct stack_item): Define.
5064 (avr_frame_unwind): Declare structure.
5065 (avr_frame_base): Ditto.
5066 (avr_gdbarch_init): Remove calls to
5067 set_gdbarch_deprecated_init_frame_pc,
5068 set_gdbarch_deprecated_target_read_fp,
5069 set_gdbarch_deprecated_dummy_write_sp,
5070 set_gdbarch_deprecated_fp_regnum,
5071 set_gdbarch_deprecated_push_arguments,
5072 set_gdbarch_deprecated_push_return_address,
5073 set_gdbarch_deprecated_pop_frame,
5074 set_gdbarch_deprecated_store_struct_return,
5075 set_gdbarch_deprecated_frame_init_saved_regs,
5076 set_gdbarch_deprecated_init_extra_frame_info,
5077 set_gdbarch_deprecated_frame_chain,
5078 set_gdbarch_deprecated_frame_saved_pc,
5079 set_gdbarch_deprecated_saved_pc_after_call.
5080 Add calls to set_gdbarch_push_dummy_call,
5081 set_gdbarch_push_dummy_code,
5082 frame_unwind_append_predicate,
5083 frame_base_set_default,
5084 set_gdbarch_unwind_dummy_id,
5085 set_gdbarch_unwind_pc.
5086 Wrap a long line.
5087
7be04a68
MS
50882003-06-18 Corinna Vinschen <vinschen@redhat.com>
5089
5090 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5091 registers for H8/300S.
5092 (h8300_print_registers_info): Ditto.
8ffd9b1b 5093 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 5094
ae087d01
DJ
50952003-06-18 Daniel Jacobowitz <drow@mvista.com>
5096
5097 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5098 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5099 (lin_lwp_wait): Likewise. Update comments.
5100 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5101 (pull_pid_from_list, linux_record_stopped_pid): New.
5102
07d8f827
SC
51032003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5104
5105 * ada-lang.c (scan_discrim_bound): Name first argument.
5106 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5107 declared by ALL_BLOCK_SYMBOLS.
5108
7cb47b14
SC
51092003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5110
5111 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5112 ("regcache.h"): Include it.
5113 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5114
6ad8ae5c
DJ
51152003-06-17 Daniel Jacobowitz <drow@mvista.com>
5116
5117 * NEWS: Mention gdbserver detach change and "disconnect" command.
5118 * infcmd.c (disconnect_command): New function.
5119 (_initialize_infcmd): Add ``disconnect'' command.
5120 * remote.c (remote_async_detach): Delete.
5121 (remote_detach): Merge remote_async_detach.
5122 (remote_disconnect): New.
5123 (init_remote_ops): Set to_disconnect.
5124 (init_remote_cisco_ops): Likewise.
5125 (init_remote_async_ops): Likewise. Use remote_detach.
5126 * target.c (cleanup_target): Default to_disconnect.
5127 (update_current_target): Inherit to_disconnect.
5128 (target_disconnect, debug_to_disconnect): New functions.
5129 (setup_target_debug): Set to_disconnect.
5130 * target.h (struct target_ops): Add to_disconnect.
5131 (target_disconnect): Add prototype.
5132
687595f9
DJ
51332003-06-17 Daniel Jacobowitz <drow@mvista.com>
5134
5135 * breakpoint.c (insert_catchpoint): New function.
5136 (insert_breakpoints): Use catch_exceptions to call
5137 insert_catchpoint. Disable catchpoints if they fail to insert.
5138
29239a8f
DJ
51392003-06-17 Daniel Jacobowitz <drow@mvista.com>
5140
5141 * symfile.c (reread_symbols): Clear sym_private.
5142
2cdf3c63
AC
51432003-06-17 Andrew Cagney <cagney@redhat.com>
5144
5145 * trad-frame.h (struct frame_info): Add opaque declaration.
5146 * remote-fileio.h (struct cmd_list_element): Add opaque
5147 declaration.
5148 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5149 comments.
5150
cf0e1e0d
DJ
51512003-06-17 Daniel Jacobowitz <drow@mvista.com>
5152
5153 * remote.c (remote_prepare_to_store): Replace call to
5154 deprecated_read_register_bytes with multiple regcache_raw_read
5155 calls.
5156
192cdb19
KW
51572003-06-17 Kris Warkentin <kewarken@qnx.com>
5158
5159 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5160 (nto_find_and_open_solib): Likewise.
5161 (nto_init_solib_absolute_prefix): Likewise.
5162 (_initialize_nto_tdep): Fix indentation.
5163
89929b45
KW
51642003-06-17 Kris Warkentin <kewarken@qnx.com>
5165
5166 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5167
46019f27
KW
51682003-06-17 Kris Warkentin <kewarken@qnx.com>
5169
5170 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5171
1a38736e
JB
51722003-06-17 Jim Blandy <jimb@redhat.com>
5173
5174 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5175
3605c34a
TR
51762003-06-16 Theodore A. Roth <troth@openavr.org>
5177
5178 * avr-tdep.c (avr_extract_return_value): New function.
5179 (avr_gdbarch_init): Set extract_return_value method.
5180
870b3035
AC
51812003-06-16 Andrew Cagney <cagney@redhat.com>
5182
5183 * frame.h (deprecated_get_next_frame_hack): Declare.
5184 * frame.c (legacy_saved_regs_prev_register): Only require
5185 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5186 there are always saved regs.
5187 (deprecated_generic_get_saved_register): Do not require
5188 DEPRECATED_FRAME_INIT_SAVED_REGS.
5189 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5190 use frame ID unwind instead.
5191 (deprecated_get_next_frame_hack): New function.
5192
63d47a7d
CV
51932003-06-16 Corinna Vinschen <vinschen@redhat.com>
5194
5195 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5196 (h8300_push_dummy_call): ...this function. Some minor optimization.
5197 (h8300_push_return_address): Remove.
5198 (h8300_gdbarch_init): Remove calls to
5199 set_gdbarch_deprecated_dummy_write_sp,
5200 set_gdbarch_deprecated_push_arguments and
5201 set_gdbarch_deprecated_push_return_address.
5202 Add call to set_gdbarch_push_dummy_call.
5203
4bb1dc5e
CV
52042003-06-16 Corinna Vinschen <vinschen@redhat.com>
5205
5206 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5207 (E_PSEUDO_EXR_REGNUM): Ditto.
5208 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 5209 registers into safe registers.
4bb1dc5e
CV
5210 (h8300_skip_prologue): Check for stm instruction to push registers
5211 used for register variables onto stack.
5212 (gdb_print_insn_h8300): Remove.
5213 (h8300_examine_prologue): Add a comment.
5214 (h8300_register_name): Take pseudo registers into account.
5215 (h8300s_register_name): Ditto.
5216 (h8300sx_register_name): Ditto.
5217 (h8300_print_register): Ditto.
5218 (h8300_print_registers_info): Define "nice" printing order.
5219 (h8300_saved_pc_after_call): Take pseudo registers into account.
5220 (h8300_register_type): Ditto. Return type used for remote connection
5221 when requesting real CCR or EXR register, return actual type when
5222 requesting pseudo CCR or EXR.
5223 (h8300_pseudo_register_read): New function.
5224 (h8300_pseudo_register_write): Ditto.
5225 (h8300_dbg_reg_to_regnum): Ditto.
5226 (h8300s_dbg_reg_to_regnum): Ditto.
5227 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5228 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5229 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5230 set_gdbarch_print_insn architecture dependent.
5231 Call set_gdbarch_pseudo_register_read and
5232 set_gdbarch_pseudo_register_write.
5233 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5234
a59fe496
AC
52352003-06-16 Andrew Cagney <cagney@redhat.com>
5236
5237 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5238 * gdbarch.h, gdbarch.c: Re-generate.
5239 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5240 * s390-tdep.c (s390_gdbarch_init): Update.
5241 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5242 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5243 * mips-tdep.c (mips_gdbarch_init): Update.
5244 * mcore-tdep.c (mcore_gdbarch_init): Update.
5245 * cris-tdep.c (cris_gdbarch_init): Update.
5246 * infcall.c (call_function_by_hand): Update.
5247 * ia64-tdep.c (ia64_push_arguments): Update comment.
5248 * frame.c (legacy_get_prev_frame): Do not assume
5249 SAVE_DUMMY_FRAME_TOS_P.
5250 * dummy-frame.c (find_dummy_frame): Update comment.
5251
6f4e5a41
AC
52522003-06-16 Andrew Cagney <cagney@redhat.com>
5253
5254 * regcache.c (do_cooked_read): Do not use register_valid_p.
5255
72fab697
TR
52562003-06-15 Theodore A. Roth <troth@openavr.org>
5257
5258 * avr-tdep.c (avr_register_type): Remove a blank line.
5259 (avr_scan_prologue): Correct some comments.
5260
e3d8b004
TR
52612003-06-15 Theodore A. Roth <troth@openavr.org>
5262
5263 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5264 prologue types.
8ffd9b1b 5265 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
5266 option.
5267 Add code to scan -mcall-prologues for mega devices.
5268
866b76ea
TR
52692003-06-15 Theodore A. Roth <troth@openavr.org>
5270
5271 * avr-tdep.c (avr_register_byte): Delete function.
5272 (avr_register_raw_size): Delete function.
5273 (avr_register_virtual_size): Delete function.
5274 (avr_register_virtual_type): Delete function.
5275 (avr_register_type): New function.
5276 (avr_address_to_pointer): Remove unused code.
5277 (avr_read_fp): Need to read FP as two separate bytes due to change to
5278 avr_register_type() usage.
5279 (avr_gdbarch_init): Don't set deprecated_register_size.
5280 Don't set deprecated_register_bytes.
5281 Don't set deprecated_register_byte.
5282 Don't set deprecated_register_raw_size.
5283 Don't set deprecated_max_register_raw_size.
5284 Don't set deprecated_register_virtual_size.
5285 Don't set deprecated_max_register_virtual_size.
5286 Don't set deprecated_register_virtual_type.
5287 Set register_type method.
5288
3993f6b1
DJ
52892003-06-15 Daniel Jacobowitz <drow@mvista.com>
5290
5291 * Makefile.in (linux-nat.o): Add rule.
5292 * linux-nat.c: New file.
5293 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5294 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5295 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5296 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5297 * config/arm/linux.mh (NATDEPFILES): Likewise.
5298 * config/i386/linux.mh (NATDEPFILES): Likewise.
5299 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5300 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5301 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5302 * config/mips/linux.mh (NATDEPFILES): Likewise.
5303 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5304 * config/s390/s390.mh (NATDEPFILES): Likewise.
5305 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5306
786a90bb
MK
53072003-06-15 Mark Kettenis <kettenis@gnu.org>
5308
5309 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5310 replace out-of-date comment.
5311
3bd3f01e
AC
53122003-06-15 Andrew Cagney <cagney@redhat.com>
5313
5314 * rdi-share/host.h (Fail): Change to a varargs function.
5315 * remote-rdi.c (Fail): Update.
8ffd9b1b 5316
de5b9bb9
MK
53172003-06-15 Mark Kettenis <kettenis@gnu.org>
5318
5319 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5320 (i386_convert_register_p, i386_register_to_value,
5321 i386_register_from_value): Handle types longer than 8 bytes.
5322
d532c08f
MK
53232003-06-15 Mark Kettenis <kettenis@gnu.org>
5324
5325 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5326 Move floating-point code to new function in i387-tdep.c.
5327 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5328 New functions containing code moved here from i386-tdep.c.
5329 * i387-tdep.h: Add opaque declaration for `struct type'.
5330 (i387_register_to_value, i387_value_to_register): New prototypes.
5331 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5332 (x86_64_init_abi): Set convert_register_p, register_to_value and
5333 value_to_register here.
8ffd9b1b 5334
42c466d7
AC
53352003-06-14 Andrew Cagney <cagney@redhat.com>
5336
5337 * mips-tdep.c (mips_register_to_value): Make static.
5338 (mips_value_to_register): Make static.
5339 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5340 * ia64-tdep.c (ia64_register_raw_size): Make static.
5341 (ia64_register_virtual_size): Make static.
5342 (ia64_register_byte): Make static.
5343 * i387-tdep.c: Include "i387-tdep.h".
5344 (print_387_control_word): Delete function.
5345 (print_387_status_word): Delete function.
5346 (print_387_status_bits): Delete function.
5347 (print_387_control_bits): Delete function.
5348 * Makefile.in (i387-tdep.o): Update dependencies.
5349 * rdi-share/host.h (Fail): Declare.
5350 * remote-rdi.c (Fail): Update to match declaration.
5351
2a9cda49
AC
53522003-06-14 Andrew Cagney <cagney@redhat.com>
5353
5354 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5355 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5356 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5357 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5358 * README: Delete reference to remote-array.
5359 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5360 (remote-array.o): Delete target.
5361 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5362 * remote-array.c: Delete file.
5363
ff2e87ac
AC
53642003-06-14 Andrew Cagney <cagney@redhat.com>
5365 Mark Kettenis <kettenis@gnu.org>
5366
5367 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5368 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5369 parameter with "frame".
5370 * gdbarch.h, gdbarch.c: Re-generate.
5371 * frame.h (put_frame_register): Declare.
5372 * frame.c (put_frame_register): New function.
5373 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5374 (legacy_register_to_value): Rewrite, use "frame" to get the
5375 register value.
5376 (legacy_value_to_register): Rewrite, use "frame" to find the
5377 register's location before storing.
5378 * arch-utils.h (legacy_convert_register_p): Update.
5379 (legacy_register_to_value, legacy_value_to_register): Update.
5380 * findvar.c (value_from_register): Rewrite, eliminate use of
5381 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5382 "frame" to REGISTER_TO_VALUE.
5383 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5384 lval_reg_frame_relative + lval_register branch of the switch. Do
5385 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5386 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5387 I386_EDI_REGNUM): New defines.
5388 (i386_next_regnum, i386_convert_register_p,
5389 i386_register_to_value, i386_value_to_register): New functions.
5390 (i386_register_convertible, i386_register_convert_to_virtual,
5391 i386_convert_to_raw): Remove functions.
5392 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5393 value_to_register instead of register_convertible,
5394 register_convert_to_virtual and register_convert_to_raw.
5395 * mips-tdep.c (mips_convert_register_p): New function.
5396 (mips_value_to_register): Replace mips_register_convert_from_type.
5397 (mips_register_to_value): Replace mips_register_convert_to_type.
5398 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5399 register_to_value.
5400 * alpha-tdep.c (alpha_convert_register_p): Update.
5401 (alpha_value_to_register): Update, store the register.
5402 (alpha_register_to_value): Update, fetch the register.
5403
98be1e77
TR
54042003-06-14 Theodore A. Roth <troth@openavr.org>
5405
5406 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5407 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5408 Don't set deprecated_call_dummy_words.
5409 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5410 Don't set remote_translate_xfer_address.
5411 (avr_io_reg_read_command): Remove commented out debug printf.
5412 Wrap a long line.
5413
57bc6122
TR
54142003-06-14 Theodore A. Roth <troth@openavr.org>
5415
5416 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5417 causes gdb to seg fault.
5418
eb01fc62
DJ
54192003-06-14 Daniel Jacobowitz <drow@mvista.com>
5420
5421 * sparc-nat.c (fetch_inferior_registers): Correct
5422 a reference to "registers".
5423
3b3e6bee
DJ
54242003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5425
5426 * Makefile.in (exc_request_U_h): Define
5427 (exc_request_S_h): Likewise.
5428 (msg_reply_S_h): Likewise.
5429 (msg_U_h): Likewise.
5430 (notify_S_h): Likewise.
5431 (process_reply_S_h): Likewise.
5432 (gnu-nat.o): Depend on gdb_obstack_h
5433 * gnu-nat.c: Include "gdb_obstack.h".
5434
b8de8283
AC
54352003-06-13 Andrew Cagney <cagney@redhat.com>
5436
5437 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5438 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 5439
f3be58bc
AC
54402003-06-13 Andrew Cagney <cagney@redhat.com>
5441
5442 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5443 when deprecated REGISTER macros can be deleted.
5444 * gdbarch.h, gdbarch.c: Re-generate.
5445
4c0122c8
JB
54462003-06-13 Jim Blandy <jimb@redhat.com>
5447
5448 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5449 Linux entry point symbols for _dl_debug_state, too.
5450
3e210248
AC
54512003-06-13 Andrew Cagney <cagney@redhat.com>
5452
5453 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5454 available, do not use the FP register, and always save the TOS.
5455 * dummy-frame.c (dummy_frame_this_id): Do not assert
5456 SAVE_DUMMY_FRAME_TOS.
5457 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5458 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5459 (i386_push_dummy_call): Add 8 to the returned SP.
5460 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5461 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5462 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5463 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5464 (x86_64_push_dummy_call): Return "sp + 16".
5465 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5466 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5467 save_dummy_frame_tos.
5468
0b65af49
JB
54692003-06-13 Jim Blandy <jimb@redhat.com>
5470
5471 * frv-tdep.c (frv_use_struct_convention): Delete static
5472 declaration for function deleted in my change of 2003-06-12.
5473
4ea2465e
TR
54742003-06-13 Theodore A. Roth <troth@openavr.org>
5475
5476 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5477 (avr_pointer_to_address): Shift code addrs left 1 bit.
5478 (avr_convert_from_func_ptr_addr): Delete function since operation is
5479 better handled by avr_address_to_pointer and avr_pointer_to_address.
5480 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5481
1581182a
MK
54822003-06-13 Mark Kettenis <kettenis@gnu.org>
5483
5484 From Kelley Cook <kelleycook@wideopenwest.com>:
5485 * configure.host: Accept i[34567]86 variants.
5486 * configure.tgt: Likewise.
5487 * nlm/configure.in: Likewise.
5488 * nlm/configure: Regenerated.
5489
7aa1783e
RE
54902003-06-13 Richard Earnshaw <rearnsha@arm.com>
5491
5492 * arm-tdep.c (solib-svr4.h): Dont' include it.
5493 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5494 * arm-linux-tdep.c: ... here. Make static.
5495 (arm_linux_init_abi): Register it.
5496 (solib-svr4.h): Include it.
5497 * Makefile.in: Update dependencies.
5498 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5499 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5500
0261a0d0
CV
55012003-06-13 Corinna Vinschen <vinschen@redhat.com>
5502
5503 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5504 indicate registers used for return values.
5505 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5506 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5507 members.
5508 (h8300_init_extra_frame_info): Ditto.
5509 (h8300_frame_locals_address): Removed.
5510 (h8300_frame_args_address): Removed.
5511 (h8300_extract_return_value): Use new regcache structure. Only care
5512 for 16 bit CPUs.
5513 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5514 (h8300_store_return_value): Use new regcache structure. Only care
5515 for 16 bit CPUs.
5516 (h8300h_store_return_value): Same function for 32 bit CPUs.
5517 (h8300_store_struct_return): Removed.
5518 (h8300_extract_struct_value_address): Use new regcache structure.
5519 (h8300h_extract_struct_value_address): Removed.
5520 (h8300_push_dummy_code): New function.
5521 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5522 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5523 set_gdbarch_store_return_value architecture dependent.
5524 Call set_gdbarch_push_dummy_code and
5525 set_gdbarch_extract_struct_value_address.
5526 Remove calls to set_gdbarch_frame_args_address,
5527 set_gdbarch_frame_locals_address,
5528 set_gdbarch_deprecated_store_struct_return,
5529 set_gdbarch_deprecated_extract_return_value,
5530 set_gdbarch_deprecated_extract_struct_value_address,
5531 set_gdbarch_deprecated_call_dummy_words and
5532 set_gdbarch_deprecated_sizeof_call_dummy_words.
5533
055c394a
CV
55342003-06-13 Corinna Vinschen <vinschen@redhat.com>
5535
5536 * h8300-tdep.c (h8300_register_byte): Remove.
5537 (h8300h_register_byte): Remove.
5538 (h8300_register_virtual_type): Remove. Substitute by...
5539 (h8300_register_type): New function.
5540 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5541 (h8300h_extract_struct_value_address): Ditto.
5542 (h8300_gdbarch_init): Drop calls to
5543 set_gdbarch_deprecated_register_byte and
5544 set_gdbarch_deprecated_register_virtual_type.
5545 Add call to set_gdbarch_register_type.
5546
9c04cab7
AC
55472003-06-13 Andrew Cagney <cagney@redhat.com>
5548
5549 * gdbarch.sh: Update comments on registers.
5550 (deprecated_register_byte): Rename register_byte.
5551 (deprecated_register_raw_size): Rename register_raw_size.
5552 (deprecated_register_virtual_size): Rename register_virtual_size.
5553 (deprecated_register_virtual_type): Rename register_virtual_type.
5554 * gdbarch.h, gdbarch.c: Re-generate.
5555 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5556 * vax-tdep.c (vax_gdbarch_init): Update.
5557 * v850-tdep.c (v850_gdbarch_init): Update.
5558 * sparc-tdep.c (sparc_gdbarch_init): Update.
5559 * sh-tdep.c (sh_gdbarch_init): Update.
5560 * s390-tdep.c (s390_gdbarch_init): Update.
5561 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5562 * ns32k-tdep.c: Update.
5563 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5564 * mips-tdep.c (mips_gdbarch_init): Update.
5565 * mcore-tdep.c (mcore_gdbarch_init): Update.
5566 * m68k-tdep.c (m68k_gdbarch_init): Update.
5567 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5568 * ia64-tdep.c (ia64_gdbarch_init): Update.
5569 * hppa-tdep.c (hppa_gdbarch_init): Update.
5570 * h8300-tdep.c (h8300_gdbarch_init): Update.
5571 * frv-tdep.c (frv_gdbarch_init): Update.
5572 * cris-tdep.c (cris_gdbarch_init): Update.
5573 * avr-tdep.c (avr_gdbarch_init): Update.
5574 * alpha-tdep.c (alpha_gdbarch_init): Update.
5575 * arm-tdep.c (arm_gdbarch_init): Update.
5576
b060cbea
AC
55772003-06-13 Andrew Cagney <cagney@redhat.com>
5578
5579 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5580 mips_o32_use_struct_convention with always_use_struct_convention.
5581
0fc9922a
DC
55822003-06-12 David Carlton <carlton@kealia.com>
5583
5584 * cp-namespace.c (cp_set_block_scope): Comment out
5585 processing_has_namespace_info branch.
5586
1fd35568
JB
55872003-06-12 Jim Blandy <jimb@redhat.com>
5588
f470a70a
JB
5589 Recognize and skip 64-bit PowerPC Linux linkage functions.
5590 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5591 insn_pattern, insns_match_pattern, d_field, ds_field): New
5592 functions, macros, and types for working with PPC instructions.
5593 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5594 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5595 ppc64_skip_trampoline_code): New functions, variables, and macros
5596 for recognizing and skipping linkage functions.
5597 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5598 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5599
49ff75ad
JB
5600 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5601 register offsets for both the 32- and 64-bit interfaces.
5602
bd918c83
JB
5603 Actually finish the job started by my change of 2003-05-29.
5604 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5605 other #definition of this.
5606 (ppc_linux_skip_trampoline_code): Remove declaration.
5607 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5608 static.
5609 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5610 method for GDBARCH.
5611
5612 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5613 'long' on ppc64-*-linux*.
5614
f8c59253
JB
5615 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5616 isn't #defined, assume the register doesn't exist: act as if
5617 tdep->ppc_mq_regnum were -1.
5618
8fbb30b1
JB
5619 * configure.host, configure.tgt: Add entries for
5620 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5621 powerpc/linux.mt.
5622 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5623 New files.
5624
1fd35568
JB
5625 * arch-utils.c (always_use_struct_convention): New function.
5626 * arch-utils.h (always_use_struct_convention): New prototype.
5627 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5628 (alpha_gdbarch_init): Register always_use_struct_convention,
5629 instead of alpha_use_struct_convention.
5630 * cris-tdep.c (cris_use_struct_convention): Delete.
5631 (cris_gdbarch_init): Register always_use_struct_convention,
5632 instead of cris_use_struct_convention.
5633 * frv-tdep.c (frv_use_struct_convention): Delete.
5634 (frv_gdbarch_init): Register always_use_struct_convention,
5635 instead of frv_use_struct_convention.
5636 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5637 (h8300_gdbarch_init): Register always_use_struct_convention,
5638 instead of h8300_use_struct_convention.
e3305dd9 5639 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
5640 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5641 instead of mips_o32_use_struct_convention.
5642
e14e6e9c
AC
56432003-06-12 Andrew Cagney <cagney@redhat.com>
5644
5645 * wince.c: Include "mips-tdep.h".
5646 * mips-tdep.h (mips_next_pc): Declare.
5647 * mcore-tdep.c: Make more local functions static.
5648 * Makefile.in (wince.o): Update dependencies.
5649
2335f48e
DC
56502003-06-12 David Carlton <carlton@kealia.com>
5651
5652 * symtab.c (lookup_symbol_aux_minsyms): Replace
5653 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5654 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5655 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5656 SYMBOL_NATURAL_NAME.
5657
f70a7d61
AS
56582003-06-12 Andreas Schwab <schwab@suse.de>
5659
5660 * Makefile.in (tuiDisassem.o): Update dependencies.
5661
b6429628
DC
56622003-06-12 David Carlton <carlton@bactrian.org>
5663
5664 * symtab.h: Delete declaration of make_symbol_overload_list.
5665 Add declaration of lookup_partial_symbol.
5666 * symtab.c (remove_params): Move to cp-support.c.
5667 (overload_list_add_symbol, make_symbol_overload_list)
5668 (sym_return_val_size, sym_return_val_index): Ditto.
5669 (lookup_partial_symbol): Make extern.
5670 * cp-support.h: Add declaration of make_symbol_overload_list.
5671 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5672 symtab.h, and block.h.
5673 (remove_params): Move here from symtab.c.
5674 (overload_list_add_symbol, make_symbol_overload_list)
5675 (sym_return_val_size, sym_return_val_index): Ditto.
5676 * valops.c: Include cp-support.h.
5677 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5678 frame_h, and block_h.
5679 (valops.o): Depend on cp_support_h.
5680
084edea5
CV
56812003-06-12 Corinna Vinschen <vinschen@redhat.com>
5682
5683 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5684 substitute by NUM_REGS throughout.
5685 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5686 (h8300s_register_name): New function for H8S registers.
5687 (h8300sx_register_name): Ditto for H8SX registers.
5688 (h8300_print_register): Revise register printing, avoid depending
5689 on 32 bit long.
0261a0d0 5690 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
5691 (h8300h_register_byte): New function for any other architecture.
5692 (h8300_register_raw_size): Remove.
5693 (h8300_register_virtual_type): Revise to return actually useful
5694 type.
5695 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5696 (h8300h_extract_struct_value_address): New function for any other
5697 architecture.
5698 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5699 set_gdbarch_register_name, set_gdbarch_register_byte,
5700 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5701 Remove calls to set_gdbarch_deprecated_register_size,
5702 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5703 set_gdbarch_deprecated_max_register_raw_size,
5704 set_gdbarch_register_virtual_size and
5705 set_gdbarch_deprecated_max_register_virtual_size entirely.
5706 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5707 set_gdbarch_long_double_bit.
5708
06194148
JJ
57092003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5710
8ffd9b1b
AJ
5711 * doublest.c (convert_doublest_to_floatformat): When dealing
5712 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
5713 processing a full 32 bits of mantissa.
5714
de4f826b
DC
57152003-06-11 David Carlton <carlton@bactrian.org>
5716
5717 * dictionary.h: New.
5718 * dictionary.c: New.
5719 * block.h: Add opaque declaration for struct dictionary.
5720 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5721 'sym' members.
5722 (BLOCK_DICT): New macro.
5723 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5724 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5725 BLOCK_SHOULD_SORT.
5726 (ALL_BLOCK_SYMBOLS): Update definition.
5727 * Makefile.in (SFILES): Add dictionary.c.
5728 (dictionary_h): New.
5729 (COMMON_OBS): Add dictionary.o.
5730 (dictionary.o): New.
5731 (ada-lang.o): Depend on dictionary_h.
5732 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5733 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5734 (mi-cmd-stack.o): Ditto.
5735 (gdbtk-cmds.o): Update dependencies.
5736 (gdbtk-stack.o): Ditto.
5737 * ada-lang.c: Include dictionary.h.
5738 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5739 (fill_in_ada_prototype, debug_print_block): Ditto.
5740 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5741 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5742 'is_sorted'.
5743 * mdebugread.c: Include dictionary.h.
5744 (struct parse_stack): Delete 'maxsyms' member.
5745 (parse_symbol): Update calls to new_block. Delete calls to
5746 shrink_block. Use dictionary methods.
5747 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5748 Update calls to new_symtab. Don't maintain maxsyms data.
5749 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5750 (add_symbol): Just call dict_add_symbol.
5751 (new_symtab): Delete 'maxsyms' argument.
5752 (new_symtab): Update calls to new_block.
5753 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5754 (shrink_block): Delete function.
5755 (fixup_sigtramp): Update call to new_block. Add symbol via
5756 dict_add_symbol.
5757 * jv-lang.c: Include dictionary.h.
5758 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5759 appropriately. Set class_symtab->free_func. Make sure the
5760 blockvector is big enough to hold two blocks.
5761 (add_class_symtab_symbol): Use dictionary methods.
5762 (free_class_block): New function.
5763 (type_from_class): Replace explicit iteration by
5764 ALL_BLOCK_SYMBOLS.
5765 * symtab.h (struct symtab): Replace 'free_ptr' method by
5766 'free_func'.
5767 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5768 sort_symtab_syms.
5769 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5770 sort_symtab_syms.
5771 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5772 Include dictionary.h.
5773 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5774 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5775 sort_symtab_syms.
5776 * objfiles.c: Include dictionary.h.
5777 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5778 * buildsym.c: Include dictionary.h.
5779 (finish_block): Use dictionary methods.
5780 (end_symtab): Set free_func to NULL, not free_ptr.
5781 * tracepoint.c: Include dictionary.h.
5782 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5783 (scope_info): Ditto.
5784 * stack.c: Include dictionary.h.
5785 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5786 (print_block_frame_labels, print_frame_arg_vars)
5787 (print_frame_args): Ditto.
5788 * symmisc.c (free_symtab_block): Use dictionary methods.
5789 (dump_symtab): Ditto.
5790 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5791 Include dictionary.h.
5792 * symfile.h: Delete declarations of sort_block_syms,
5793 sort_symtab_syms.
5794 * symfile.c (sort_block_syms): Delete.
5795 (sort_symtab_syms): Delete.
5796 * symtab.c: Include dictionary.h.
5797 (lookup_block_symbol): Use dictionary iterators.
5798 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5799 (search_symbols, make_symbol_completion_list): Ditto.
5800 (make_symbol_overload_list): Ditto.
5801 * valops.c (value_of_local): Use dict_empty.
5802 Include dictionary.h.
5803
a31f978c
JB
58042003-06-11 J. Brobecker <brobecker@gnat.com>
5805
5806 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5807
526e70c0
DC
58082003-06-11 David Carlton <carlton@bactrian.org>
5809
5810 * block.h (BLOCK_SHOULD_SORT): Delete.
5811 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5812 blocks.
5813 * ada-lang.c (ada_add_block_symbols): Ditto.
5814 * symfile.c (sort_block_syms): Delete.
5815 (sort_symtab_syms): Ditto.
5816 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5817 declarations.
5818 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5819 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5820 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5821 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5822 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5823 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5824 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5825
33c08150
JJ
58262003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5827
8ffd9b1b 5828 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
5829 bits to 128.
5830
781a750d
AC
58312003-06-11 Andrew Cagney <cagney@redhat.com>
5832
5833 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5834 REGISTER_CONVERTIBLE.
5835 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5836 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5837 * gdbarch.h, gdbarch.c: Re-generate.
5838 * arch-utils.h (deprecated_register_convertible_not): Rename
5839 generic_register_convertible_not.
5840 * arch-utils.c (deprecated_register_convertible_not): Rename
5841 generic_register_convertible.
5842 (legacy_convert_register_p, legacy_register_to_value): Update.
5843 * sh-tdep.c (sh64_push_arguments): Update.
5844 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5845 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5846 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5847 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5848 * arch-utils.c (legacy_value_to_register): Update.
5849 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5850 (rs6000_register_convert_to_raw): Make parameter "from" const.
5851 * mips-tdep.c (mips_gdbarch_init): Update.
5852 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5853 * infcmd.c (default_print_registers_info): Update.
5854 * ia64-tdep.c (ia64_gdbarch_init): Update.
5855 (ia64_register_convert_to_raw): Make parameter "from" const.
5856 * i386-tdep.c (i386_gdbarch_init): Update.
5857 (i386_register_convert_to_raw): Update.
5858
cd90e54f
AC
58592003-06-11 Andrew Cagney <cagney@redhat.com>
5860
5861 * remote-fileio.c: Include "remote-fileio.h".
5862 * Makefile.in (remote-fileio.o): Update dependencies.
5863 (remote_fileio_h): Fix typo.
5864
a78f21af
AC
58652003-06-11 Andrew Cagney <cagney@redhat.com>
5866
5867 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5868 (xstormy16_save_dummy_frame_tos): Make static.
5869 (_initialize_xstormy16_tdep): Add declaration.
5870 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5871 * v850-tdep.c: Make local functions static.
5872 (_initialize_v850_tdep): Add declaration.
5873 * sparc-tdep.c: Make local functions static.
5874 (_initialize_sparc_tdep): Add declaration.
5875 * sh-tdep.c: Make local functions static.
5876 (_initialize_sh_tdep): Add declaration.
5877 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5878 * s390-tdep.c: Make local functions static.
5879 (_initialize_s390_tdep): Add declaration.
5880 * dbxread.c (find_stab_function_addr): Make static.
5881 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5882 * ocd.c (_initialize_remote_ocd): Add declaration.
5883 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5884 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5885 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5886 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5887 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5888 * remote-array.c (_initialize_array): Add declaration.
5889 (_initialize_remote_monitors): Add declaration.
5890 * remote-mips.c: Make local functions static.
5891 (_initialize_remote_mips): Add declaration.
5892 * mcore-tdep.c: Make all local functions static.
5893 (_initialize_mcore_tdep): Add declaration.
5894 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5895 * abug-rom.c (_initialize_abug_rom): Add declaration.
5896 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5897 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5898 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5899 * remote-est.c (_initialize_est): Add declaration.
5900 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5901 (m68hc11_call_dummy_address): Make static.
5902 * ia64-tdep.c: Make local functions static.
5903 (_initialize_ia64_tdep): Add declaration.
5904 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5905 * monitor.c (monitor_wait_filter): Make static.
5906 (_initialize_remote_monitors): Add declaration.
5907 * remote-hms.c (_initialize_remote_hms): Add declaration.
5908 * remote-e7000.c (fetch_regs_from_dump): Make static.
5909 (expect_n): Make static.
5910 (_initialize_remote_e7000): Add declaration.
5911 * ser-e7kpc.c: Always include "defs.h".
5912 (_initialize_ser_e7000pc): Add declaration.
5913 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5914 * cris-tdep.c: Make all but one function static.
5915 (_initialize_cris_tdep): Add declaration.
5916 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5917 * solib.c (update_solib_list): Make static.
5918 (_initialize_solib): Add declaration.
5919 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5920 (_initialize_avr_tdep): Add declaration.
5921 * remote-rdi.c (voiddummy): Make static.
5922 (_initialize_remote_rdi): Add declaration.
5923 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5924 * remote-rdp.c (send_rdp): Make static.
5925 (_initialize_remote_rdp): Add declaration.
5926 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5927
cbcdb1f5
CV
59282003-06-11 Corinna Vinschen <vinschen@redhat.com>
5929
5930 * remote-fileio.c: Make ari happy.
5931
a191ea8d
JB
59322003-06-10 J. Brobecker <brobecker@gnat.com>
5933
5934 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5935 fetching the trailing bytes of the buffer we are about to write.
5936
0ef75e11
AC
59372003-06-10 Andrew Cagney <cagney@redhat.com>
5938
5939 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5940 * Makefile.in (remote-fileio.o): Update dependencies.
5941 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5942 include <setjmp.h>, or <sys/types.h> conditional on USG.
5943 (remote_fio_jmp_buf): Delete global variable.
5944
449092f6 59452003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 5946 Martin M. Hunt <hunt@redhat.com>
449092f6 5947
559fa028
AC
5948 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5949 (SFILES): Add remote-fileio.c.
5950 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5951 dependencies for building remote.o.
449092f6
CV
5952 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5953 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 5954 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
5955 static storage class.
5956 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5957 'F' packet.
5958 (_initialize_remote): Call initialize_remote_fileio().
5959 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
5960 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5961 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5962 (captured_main): Initialize new ui_files.
5963 * ui-file.c: Add read and fgets input functions.
5964 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5965 (null_file_read): New function.
5966 (ui_file_read): New function.
5967 (set_ui_file_read): New function.
5968 (stdio_file_read): New function.
5969 * ui-file.h: New type ui_file_read_ftype.
5970 (set_ui_file_read): Declare.
5971 (ui_file_read): Declare.
5972
248de703
AC
59732003-06-09 Andrew Cagney <cagney@redhat.com>
5974
5975 * frame.h (deprecated_unwind_get_saved_register): Rename
5976 generic_unwind_get_saved_register, update comments.
5977 * mips-tdep.c (mips_get_saved_register): Update.
5978 * frame.c (deprecated_unwind_get_saved_register): Update.
5979
0ed8aa57
AC
59802003-06-09 Andrew Cagney <cagney@redhat.com>
5981
5982 * vax-tdep.c (vax_frame_locals_address): Delete function.
5983 (vax_gdbarch_init): Do not set frame_locals_address.
5984 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5985 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5986 * s390-tdep.c (s390_frame_args_address): Delete function.
5987 (s390_gdbarch_init): Do not set frame_args_address or
5988 frame_locals_address.
5989 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5990 (ns32k_gdbarch_init): Do not set frame_locals_address.
5991 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5992 (hppa_frame_locals_address): Delete function.
5993 (hppa_gdbarch_init): Do not set frame_args_address, or
5994 frame_locals_address.
5995 * arm-tdep.c (arm_frame_args_address): Delete.
5996 (arm_frame_locals_address): Delete.
5997 (arm_gdbarch_init): Do not set frame_args_address, or
5998 frame_locals_address.
5999
983a287a
AC
60002003-06-09 Andrew Cagney <cagney@redhat.com>
6001
6002 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6003 * gdbarch.h, gdbarch.c: Re-generate.
6004 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6005 * arch-utils.c (frame_num_args_unknown): Delete function.
6006 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6007 (frame_info): Use FRAME_NUM_ARGS_P.
6008 * arm-tdep.c (arm_frame_num_args): Delete function.
6009 (arm_gdbarch_init): Do not set frame_num_args.
6010 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6011 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6012 (hppa_gdbarch_init): Do not set frame_num_args.
6013 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6014 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6015 frame_num_args to default frame_num_args_unknown.
6016 * v850-tdep.c (v850_gdbarch_init): Ditto.
6017 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6018 * sh-tdep.c (sh_gdbarch_init): Ditto.
6019 * s390-tdep.c (s390_gdbarch_init): Ditto.
6020 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6021 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6022 * mips-tdep.c (mips_gdbarch_init): Ditto.
6023 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6024 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6025 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6026 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6027 * i386-tdep.c (i386_gdbarch_init): Ditto.
6028 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6029 * frv-tdep.c (frv_gdbarch_init): Ditto.
6030 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6031 * cris-tdep.c (cris_gdbarch_init): Ditto.
6032 * avr-tdep.c (avr_gdbarch_init): Ditto.
6033 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6034
8d3b0994
AC
60352003-06-09 Andrew Cagney <cagney@redhat.com>
6036
6037 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6038 (print_frame_args): Moved to "stack.c".
6039 * stack.c: Include "gdb_assert.h".
6040 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6041 (print_frame_args): Moved from "printcmd.c".
6042 * frame.h (print_frame_args): Delete declaration.
6043 * Makefile.in (stack.o): Update dependencies.
6044
25e3a86b
AC
60452003-06-08 Andrew Cagney <cagney@redhat.com>
6046
6047 * frame.c (get_prev_frame): Remove reference to
6048 frame_args_address_correct in comments.
6049 * frame-base.c (default_frame_args_address): Delete code
6050 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6051 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6052 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6053 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6054 (vax_frame_args_address_correct): Delete declaration.
6055
a9e5fdc2
AC
60562003-06-08 Andrew Cagney <cagney@redhat.com>
6057
6058 * gdbarch.sh (UNWIND_SP): Add.
6059 * gdbarch.h, gdbarch.c: Re-generate.
6060 * frame.c (frame_sp_unwind): New function.
6061 (get_frame_sp): New function.
6062 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6063 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6064 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6065 value.
6066 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6067 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6068
8983bd83
AC
60692003-06-08 Andrew Cagney <cagney@redhat.com>
6070
7fec2c59
AC
6071 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6072 REMOTE_BREAKPOINT.
6073 * remote.c: Update.
6074 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6075 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6076 * config/m68k/tm-sun3.h: Update.
6077 * config/m68k/tm-m68klynx.h: Update.
6078 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6079
8983bd83
AC
6080 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6081 trad_frame". Update comments.
6082 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6083 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6084 (trad_frame_register_value, trad_frame_prev_register): Update.
6085
b9362cc7
AC
60862003-06-08 Andrew Cagney <cagney@redhat.com>
6087
6088 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6089 from GCC's acinclude.m4.
6090 * configure.in: Check for getopt's delcaration.
8ffd9b1b 6091 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
6092 * main.c (error_init): Delete declaration.
6093 * defs.h (error_init): Declare.
6094 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6095 (rs6000_convert_from_func_ptr_addr): Make static.
6096 (_initialize_rs6000_tdep): Add declaration.
6097 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6098 (show_commands, set_verbose, show_history): Delete declaration.
6099 * top.h (set_verbose): Add declaration.
6100 (show_history, set_history, show_commands): Add declaration.
6101 (do_restore_instream_cleanup): Add declaration.
6102 * objc-lang.c (specialcmp): Make static.
6103 (print_object_command): Make static.
6104 (find_objc_msgsend): Make static.
6105 (find_objc_msgcall_submethod_helper): Make static.
6106 (find_objc_msgcall_submethod): Make static.
6107 (_initialize_objc_language): Add declaration.
6108 (find_implementation_from_class): Make static.
6109 (find_implementation): Make static.
6110 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6111 * objc-lang.h (lookup_struct_typedef): Add declaration.
6112 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6113 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6114 (do_restore_user_call_depth): Make static.
6115 (do_restore_instream_cleanup): Delete declaration.
6116 (dont_repeat): Delete declaration.
6117 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6118 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6119 * reggroups.c (_initialize_reggroup): Add declaration.
6120 * cp-support.c (_initialize_cp_support): Add declaration.
6121 * cp-abi.c (_initialize_cp_abi): Add declaration.
6122 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6123 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6124 (_initialize_gnu_v3_abi): Add declaration.
6125 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6126 (_initialize_gnu_v2_abi): Add declaration.
6127 * frame-base.c (_initialize_frame_base): Add declaration.
6128 * doublest.c (floatformat_from_length): Make static.
6129 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6130 * frame.c (create_sentinel_frame): Make static.
6131 (_initialize_frame): Add declaration.
6132 * top.c (do_catch_errors): Make static.
6133 (gdb_rl_operate_and_get_next_completion): Make static.
6134 * typeprint.c: Include "typeprint.h".
6135 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6136 (sentinel_frame_this_id): Make static.
6137 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6138 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6139 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6140 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6141 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6142 * maint.c (maintenance_print_architecture): Make static.
6143 * signals/signals.c (_initialize_signals): Add declaration.
6144 * std-regs.c (_initialize_frame_reg): Add declaration.
6145 * jv-exp.y (push_variable): ISO C definition.
6146 (push_qualified_expression_name): Ditto.
6147 * memattr.c (_initialize_mem): Add declaration.
6148 * remote.c (remote_check_watch_resources): Make static.
6149 (remote_stopped_by_watchpoint): Make static.
6150 (remote_stopped_data_address): Make static.
6151 * d10v-tdep.c (nr_dmap_regs): Make static.
6152 (a0_regnum): Make static.
6153 (d10v_frame_unwind_cache): Make static.
6154 (d10v_frame_p): Make static.
6155 * osabi.c (show_osabi): Make static.
6156 (_initialize_gdb_osabi): Add extern declaration.
6157 * gdbtypes.c (make_qualified_type): Make static.
6158 (safe_parse_type): Make static.
6159 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6160 * macrotab.c (macro_bcache_free): Make static.
6161 * interps.c (interp_set_quiet): Make static.
6162 (interpreter_exec_cmd): Make static.
6163 * stack.h (select_frame_command): New file.
6164 * stack.c: Include "stack.h".
6165 (select_frame_command_wrapper): Delete function.
6166 (select_frame_command): Make global.
6167 * infcall.c: Include "infcall.h".
6168 * linespec.c: Include "linespec.h".
6169 * symfile.c (sections_overlap): Make static.
6170 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6171 * charset.c (_initialize_charset): Add missing prototype.
6172 * regcache.c (init_legacy_regcache_descr): Make static.
6173 (do_regcache_xfree): Make static.
6174 (regcache_xfer_part): Make static.
6175 (_initialize_regcache): Add missing prototype.
6176 * breakpoint.c (parse_breakpoint_sals): Make static.
6177 (breakpoint_sals_to_pc): Make static.
6178 * interps.h (clear_interpreter_hooks): ISO C declaration.
6179 * Makefile.in (stack_h): Define.
6180 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6181 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6182
a0f267c7
AC
61832003-06-08 Andrew Cagney <cagney@redhat.com>
6184
6185 * Makefile.in (d10v-tdep.o): Update dependencies.
6186 (SFILES): Add trad-frame.c.
6187 (trad_frame_h): Define.
6188 (COMMON_OBS): Add trad-frame.o.
6189 (trad-frame.o): Specify dependencies.
6190 * d10v-tdep.c: Include "trad-frame.h".
6191 (saved_regs_unwinder): Delete function.
6192 (d10v_frame_prev_register): Use trad_frame_prev_register.
6193 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6194 trad_frame", delete "regs" and "prev_sp".
6195 (prologue_find_regs): Use trad-frame.
6196 * trad-frame.h, trad-frame.c: New files.
6197
4538b4f4
MK
61982003-06-08 Mark Kettenis <kettenis@gnu.org>
6199
6200 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6201
a0273b2f
AF
62022003-06-07 Adam Fedor <fedor@gnu.org>
6203
6204 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6205 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6206 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6207 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 6208 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
6209 Use it.
6210
3a6c3343
AC
62112003-06-07 Andrew Cagney <cagney@redhat.com>
6212
6213 * symfile.h: Re-indent, clean up comments.
6214
b46e02f6
AC
62152003-06-07 Andrew Cagney <cagney@redhat.com>
6216
6217 * inferior.h (deprecated_write_sp): Replace
6218 generic_target_write_sp.
6219 * regcache.c (deprecated_write_sp): Replace
6220 generic_target_write_sp.
6221 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6222 * vax-tdep.c (vax_gdbarch_init): Update.
6223 * v850-tdep.c (v850_gdbarch_init): Update.
6224 * sparc-tdep.c (sparc_gdbarch_init): Update.
6225 * sh-tdep.c (sh_gdbarch_init): Update.
6226 * s390-tdep.c (s390_gdbarch_init): Update.
6227 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6228 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6229 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6230 * mcore-tdep.c (mcore_gdbarch_init): Update.
6231 * m68k-tdep.c (m68k_gdbarch_init): Update.
6232 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6233 * ia64-tdep.c (ia64_gdbarch_init): Update.
6234 * h8300-tdep.c (h8300_gdbarch_init): Update.
6235 * frv-tdep.c (frv_gdbarch_init): Update.
6236 * cris-tdep.c (cris_gdbarch_init): Update.
6237 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6238
a42e117c
AC
62392003-06-07 Andrew Cagney <cagney@redhat.com>
6240
6241 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6242 Assert that PC_REGNUM is valid.
6243 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6244
bd1ce8ba
AC
62452003-06-07 Andrew Cagney <cagney@redhat.com>
6246
6247 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6248 * gdbarch.h, gdbarch.c: Regenerate.
6249 * mn10300-tdep.c: Include "gdb_assert.h".
6250 (mn10300_read_fp): New function.
6251 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6252 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6253 * ia64-tdep.c: Include "gdb_assert.h".
6254 (ia64_read_fp): New function.
6255 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6256 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6257 * regcache.c (generic_target_read_sp): Delete function.
6258 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6259 * inferior.h (generic_target_read_sp): Delete declaration.
6260 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6261 generic_target_read_sp.
6262 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6263 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6264 * sh-tdep.c (sh_gdbarch_init): Ditto.
6265 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6266 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6267
ec5cbaec
AC
62682003-06-07 Andrew Cagney <cagney@redhat.com>
6269
6270 * gdbarch.sh: Comment each field of startup_gdbarch.
6271 * gdbarch.h, gdbarch.c: Re-generate.
6272
cde9ea48
AC
62732003-06-07 Andrew Cagney <cagney@redhat.com>
6274
6275 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6276 * gdbarch.h, gdbarch.c: Re-generate.
6277 * regcache.c: Update comments on read_pc et.al.
6278 (generic_target_read_pc): Delete function.
6279 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6280 * inferior.h (generic_target_read_pc): Delete declaration.
6281 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6282 generic_target_read_pc.
6283 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6284 * sh-tdep.c (sh_gdbarch_init): Ditto.
6285 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6286 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6287
9a90a780
AC
62882003-06-07 Andrew Cagney <cagney@redhat.com>
6289
6290 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6291 "index" with "special_local_sect". Use strcmp instead of STREQ.
6292 Append period to coments.
6293
a39a16c4
MM
62942003-06-06 Mark Mitchell <mark@codesourcery.com>
6295
6296 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6297 (elfstab_offset_sections): Likewise.
6298 * gdb-stabs.h (stab_section_info): Likewise.
6299 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6300 * objfiles.c (objfile_relocate): Likewise.
6301 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6302 * remote.c (get_offsets): Likewise.
6303 (remote_cisco_objfile_relocate): Likewise.
6304 * somread.c (som_symfile_offsets): Likewise.
6305 * symfile.c (alloc_section_addr_info): New function.
6306 (build_section_addr_info_from_section_tab): Use it.
6307 (free_section_addr_info): Adjust.
6308 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6309 (syms_from_objfile): Allocate local_addr dynamically.
6310 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6311 dynamically.
6312 (add_symbol_file_command): Allocate sect_opts dynamically.
6313 (reread_symbols): Avoid use of SECT_OFF_MAX.
6314 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6315 (alloc_section_addr_info): Declare it.
6316 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6317 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6318 dynamically.
6319 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 6320
20c6c2f8
AC
63212003-06-06 Andrew Cagney <cagney@redhat.com>
6322
6323 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6324 (d10v_frame_unwind_cache): Do not set "return_pc".
6325
884a26c8
MS
63262003-06-06 Michael Snyder <msnyder@redhat.com>
6327
6328 * h8300-tdep.c: Make tidy (long lines).
6329
088ce440
ML
63302003-06-06 Michal Ludvig <mludvig@suse.cz>
6331
8ffd9b1b 6332 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
6333 to regcache_collect().
6334
7d773d96
JB
63352003-06-05 J. Brobecker <brobecker@gnat.com>
6336
6337 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6338 pc_in_sigtramp multiarch method.
6339 (hppa_hpux_som_init_abi): Use it.
6340 (hppa_hpux_elf_init_abi): Likewise.
6341 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6342 macro has been multiarched.
6343 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6344 macro here, as hppa64 isn't multiarched yet.
6345
1df6926e
AC
63462003-06-05 Andrew Cagney <cagney@redhat.com>
6347
6348 * Makefile.in (value_h): Add $(frame_h).
6349 * value.h: Include "frame.h".
6350 (struct value): Replace "frame_addr" with "frame_id".
6351 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6352 * values.c (allocate_value): Use VALUE_FRAME_ID.
6353 (value_copy): Use VALUE_FRAME_ID.
6354 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6355 * valops.c (value_assign): Update. Use frame_find_by_id.
6356
6b53acc6
ML
63572003-06-05 Michal Ludvig <mludvig@suse.cz>
6358
6359 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6360 in each pass.
6361
4d9850d3
JJ
63622003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6363
6364 * thread-db.c (check_event): For create/death event breakpoints,
6365 loop through all messages to ensure that we read the message
6366 corresponding to the breakpoint we are at.
6367
8efca6ba
MS
63682003-06-04 Michael Snyder <msnyder@redhat.com>
6369
6370 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6371
0912c7f2
MK
63722003-06-04 Mark Kettenis <kettenis@gnu.org>
6373
6374 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6375 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6376 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6377 when handling .eh_frame sections.
6378
4e370325
JB
63792003-06-04 J. Brobecker <brobecker@gnat.com>
6380
6381 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6382 prepare_to_proceed procedure instead of the hppa-specific one.
6383 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6384
b757528f 63852003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 6386
b757528f
JJ
6387 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6388 * config.in: Regenerated.
6389 * configure.in: Add test for syscall function and check for
6390 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6391 * configure: Regenerated.
6392 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6393 <sys/syscall.h>.
6394 (kill_lwp): New function that uses tkill syscall or
6395 uses kill, depending on whether threading model is nptl or not.
6396 All callers of kill() changed to use kill_lwp().
6397 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6398 see if all threads have already exited in the nptl model.
6399 (stop_and_resume_callback): New callback function used by the
6400 lin_lwp_wait thread exit handling code.
6401 (stop_wait_callback): Check for threads already having exited and
6402 delete such threads fromt the lwp list when discovered.
6403 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 6404
b757528f
JJ
6405 Roland McGrath <roland@redhat.com>
6406 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6407 nptl libthread_db.
6408
087779b1
RH
64092003-06-03 Richard Henderson <rth@redhat.com>
6410
b21fd293
RH
6411 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6412 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6413 (alpha_sigtramp_frame_prev_register): Likewise.
6414 (alpha_heuristic_frame_prev_register): Likewise.
6415 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6416
8ffd9b1b 6417 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
6418 alpha-specific register id names.
6419 (alpha_mdebug_frame_unwind_cache): Likewise.
6420 (alpha_mdebug_frame_prev_register): Likewise.
6421
baa490c4
RH
64222003-06-03 Richard Henderson <rth@redhat.com>
6423
6424 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6425 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6426 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6427 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6428 unwind routines.
6429 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6430 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6431 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6432
6433 * alpha-linux-tdep.c: Remove unnecessary includes.
6434 * Makefile.in (alpha-linux-tdep.o): Update.
6435
64362003-06-03 Richard Henderson <rth@redhat.com>
6437
6438 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6439 (alphabsd_fill_fpreg): Likewise.
6440
f534e522
JB
64412003-06-03 J. Brobecker <brobecker@gnat.com>
6442
6443 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6444 references to struct frame_info fields by calls to the equivalent
6445 accessors. Necessary now that frame_info is opaque.
6446
4035536b
JB
64472003-06-03 J. Brobecker <brobecker@gnat.com>
6448
6449 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6450 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6451 structure, field no longer exists.
6452
0bd79c5c
JB
64532003-06-03 J. Brobecker <brobecker@gnat.com>
6454
6455 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6456 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6457
37bb6d9f
JB
64582003-06-03 J. Brobecker <brobecker@gnat.com>
6459
6460 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6461 references to struct frame_info fields by calls to the equivalent
6462 accessors. Necessary now that frame_info is opaque.
6463
852ee05c
JB
64642003-06-03 J. Brobecker <brobecker@gnat.com>
6465
6466 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6467 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6468 structure, field no longer exists.
6469
7d58c67d
TR
64702003-06-03 Theodore A. Roth <troth@openavr.org>
6471
8ffd9b1b 6472 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
6473 accumulation of the size of all registers instead of blindly using
6474 DEPRECATED_REGISTER_BYTES.
6475
0a48e7e8
MS
64762003-06-03 Michael Snyder <msnyder@redhat.com>
6477
6478 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6479 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6480 for h8300sx.
6481
9798ab0d
JB
64822003-06-03 J. Brobecker <brobecker@gnat.com>
6483
6484 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6485 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6486
00b037e2
AC
64872003-06-03 Andrew Cagney <cagney@redhat.com>
6488
6489 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6490 (sparc_convert_to_raw): Delete function.
6491 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6492 register_convert_to_virtual.
6493
043b2f77
JJ
64942003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6495
6496 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6497 layer if not dealing with a statically-linked threaded program.
6498
f43caff8
KW
64992003-06-03 Kris Warkentin <kewarken@qnx.com>
6500
6501 * solib.c (solib_open): Update comment to reflect actual search order.
6502
ae1e7417
AC
65032003-06-03 Andrew Cagney <cagney@redhat.com>
6504
6505 * frame.c (get_frame_memory_signed): New function.
6506 (get_frame_memory, get_frame_memory_unsigned): New function.
6507 (get_frame_arch): New function.
6508 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6509 (get_frame_memory, get_frame_unsigned_memory): Declare.
6510 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6511 get_frame_memory_unsigned and get_frame_arch.
6512 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6513
cb123844
RG
65142003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6515
6516 * MAINTAINERS (write after approval): Add myself.
6517
1bb792e9
JB
65182003-06-03 Jim Blandy <jimb@redhat.com>
6519
6520 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6521 elements of gregset_t are 64 bits each, but access registers
6522 are still 32 bits, so they're packed two per gregset_t
6523 element. Unpack/pack them properly.
6524
aee8d8ba
DC
65252003-06-02 David Carlton <carlton@bactrian.org>
6526
6527 * linespec.c (find_methods): Break out code into
6528 add_matching_methods and add_constructors.
6529 (add_matching_methods): New.
6530 (add_constructors): Ditto.
6531
bf7488d2
AC
65322003-06-02 Andrew Cagney <cagney@redhat.com>
6533
bf7488d2
AC
6534 * sparc-tdep.c (sparc_print_registers): Delete call to
6535 REGISTER_CONVERTIBLE.
6536 (sparc_gdbarch_init): Do not set register_convertible.
6537 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6538 * frv-tdep.c (frv_gdbarch_init): Ditto.
6539 * cris-tdep.c (cris_gdbarch_init): Ditto.
6540
adedef68
EZ
65412003-06-02 Elena Zannoni <ezannoni@redhat.com>
6542
8ffd9b1b 6543 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
6544 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6545 (syms_from_objfile): Ditto.
6546
650fcc91
AS
65472003-06-03 Andreas Schwab <schwab@suse.de>
6548
6549 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6550 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6551
df4a182b
RH
65522003-06-02 Richard Henderson <rth@redhat.com>
6553
6554 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6555 a member of all_reggroup.
6556
c483c494
RH
65572003-06-02 Richard Henderson <rth@redhat.com>
6558
6559 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6560 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6561 (alpha_lds, alpha_sts): New.
6562 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 6563 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
6564 restructure and fail for type sizes other than 4 or 8.
6565 (alpha_value_to_register): Similarly.
6566 (alpha_extract_return_value): Use alpha_sts.
6567 (alpha_store_return_value): Use alpha_lds.
6568 (alpha_gdbarch_init): Update hooks.
6569
b38b6be2
RH
65702003-06-02 Richard Henderson <rth@redhat.com>
6571
6572 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6573 regnum identifiers.
6574 (alpha_sigtramp_register_address): Likewise.
6575
98a8e1e5
RH
65762003-06-02 Richard Henderson <rth@redhat.com>
6577
6578 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6579 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6580 * alpha-tdep.h: Declare them.
6581
6582 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6583 Remove zerobuf. Don't error on UNIQUE.
6584 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6585 (ALPHA_REGSET_UNIQUE): Provide default.
6586 (supply_gregset): Use alpha_supply_int_regs.
6587 (fill_gregset): Use alpha_fill_int_regs.
6588 (supply_fpregset): Use alpha_supply_fp_regs.
6589 (fill_fpregset): Use alpha_fill_fp_regs.
6590 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6591 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6592 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6593 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6594 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6595 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6596
67dfac52
RH
65972003-06-02 Richard Henderson <rth@redhat.com>
6598
f75d70cc
RH
6599 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6600
67dfac52
RH
6601 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6602 (alpha_store_return_value): Likewise.
6603
0cf566ec
DC
66042003-06-02 David Carlton <carlton@math.stanford.edu>
6605
6606 * block.c (contained_in): Add 'const' to arguments.
6607 (block_function): Ditto.
6608 * block.h: Update declarations for block_function and
6609 contained_in.
6610
cdef89d0
DC
66112003-06-02 David Carlton <carlton@math.stanford.edu>
6612
6613 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6614 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6615 * p-valprint.c (pascal_val_print): Ditto.
6616 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6617
72667056
RH
66182003-06-02 Richard Henderson <rth@redhat.com>
6619
98a8e1e5
RH
6620 * alpha-tdep.c (alpha_push_dummy_call): Use
6621 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 6622
8ffd9b1b 6623 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
6624 sign-extension of 32-bit values.
6625 (alpha_store_return_value): Similarly.
0ede8eca 6626
98a8e1e5
RH
6627 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6628 (alpha_extract_return_value): Likewise.
6629 (alpha_store_return_value): Likewise.
7b5e1cb3 6630
98a8e1e5
RH
6631 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6632 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 6633
98a8e1e5
RH
6634 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6635 (alpha_extract_struct_value_address): Likewise.
6636 (alpha_store_return_value): Likewise.
6637 (alpha_store_struct_return): Remove.
6638 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 6639
98a8e1e5
RH
6640 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6641 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6642 macros where appropriate.
6643 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6644 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 6645
98a8e1e5
RH
6646 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6647 for SP, GP; void_func_ptr for PC; non-language-specific types
6648 for all others.
6649 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 6650
6dd77b81
RH
66512003-06-02 Richard Henderson <rth@redhat.com>
6652
6653 * top.h (lim_at_start): Declare.
6654 * main.c (captured_main): Set it.
6655 * top.c (lim_at_start): Define.
6656 (command_loop): Use it instead of &environ.
6657 * event-top.c (command_handler): Likewise.
6658
f4dbdb54
JT
66592003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6660
6661 * mipsnbsd-tdep.c: Update copyright years.
6662 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6663
8f285956
RH
66642003-06-01 Richard Henderson <rth@redhat.com>
6665
98a8e1e5
RH
6666 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6667 (alpha-linux-tdep.o): Update dependencies.
6668 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6669 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 6670
615967cb
RH
66712003-06-01 Richard Henderson <rth@redhat.com>
6672
98a8e1e5
RH
6673 * alpha-tdep.c (alpha_register_reggroup_p): New.
6674 (alpha_gdbarch_init): Register it.
615967cb 6675
b59661bd
AC
66762003-06-02 Andrew Cagney <cagney@redhat.com>
6677
6678 * dwarfread.c: Eliminate "register"
6679 (decode_die_type): Eliminate assignment within "if".
6680 (struct_type, decode_array_element_type): Ditto.
6681 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6682 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6683 (decode_modified_type, completedieinfo): Ditto.
6684 * block.c: Eliminate "register".
6685 (blockvector_for_pc_sect): Eliminate assignment within "if".
6686 * cp-support.h (struct symbol): Opaque declaration.
6687 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6688
5ef165c2
RH
66892003-06-01 Richard Henderson <rth@redhat.com>
6690
98a8e1e5
RH
6691 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6692 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 6693
143985b7
AF
66942003-06-01 Adam Fedor <fedor@gnu.org>
6695
6696 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6697 * gdbarch.[ch]: Regenerate.
6698 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6699 (hppa_gdbarch_init): Set it in the gdbarch vector.
6700 * i386-tdep.c (i386_fetch_pointer_argument): New
6701 (i386_gdbarch_init): Set it into gdbarch.
6702 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6703 (rs6000_gdbarch_init): Set it in gdbarch.
6704 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6705 (sparc_gdbarch_init): Set it in gdbarch.
6706
ae0167b9
AC
67072003-06-01 Andrew Cagney <cagney@redhat.com>
6708
7c0b4a20
AC
6709 * defs.h (extract_address): Delete declaration.
6710 * findvar.c (extract_address): Delete function.
6711 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6712 extract_address with the inline equivalent,
6713 extract_unsigned_integer.
6714 (xstormy16_extract_struct_value_address): Ditto.
6715 (xstormy16_pointer_to_address): Ditto.
6716 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6717 * v850-tdep.c (v850_push_arguments): Ditto.
6718 (v850_extract_return_value): Ditto.
6719 (v850_extract_struct_value_address): Ditto.
6720 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6721 (sparcnbsd_get_longjmp_target_64): Ditto.
6722 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6723 (get_longjmp_target): Ditto.
6724 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6725 (sh64_extract_struct_value_address): Ditto.
6726 (sh_push_arguments): Ditto.
6727 (sh64_push_arguments): Ditto.
6728 * remote-vxsparc.c (vx_read_register): Ditto.
6729 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6730 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6731 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6732 * mipsv4-nat.c (get_longjmp_target): Ditto.
6733 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6734 * mips-nat.c (get_longjmp_target): Ditto.
6735 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6736 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6737 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6738 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6739 * irix5-nat.c (get_longjmp_target): Ditto.
6740 * irix4-nat.c (get_longjmp_target): Ditto.
6741 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6742 (ia64_push_arguments): Ditto.
6743 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6744 * h8300-tdep.c (h8300_push_arguments): Ditto.
6745 (h8300_store_return_value): Ditto.
6746 (h8300_extract_struct_value_address): Ditto.
6747 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6748 (frv_push_arguments): Ditto.
6749 * avr-tdep.c (avr_pointer_to_address): Ditto.
6750 (avr_push_arguments): Ditto.
6751 * arm-tdep.c (arm_push_dummy_call): Ditto.
6752 (arm_get_longjmp_target): Ditto.
6753 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6754 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6755 (alpha_get_longjmp_target): Ditto.
6756
ae0167b9
AC
6757 * solib-irix.c (extract_mips_address): Inline extract_address,
6758 replacing it with extract_signed_integer.
6759 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6760 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6761 (first_link_map_member, open_symbol_file_object): Ditto.
6762 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6763 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6764 (LM_NEXT, LM_NAME): Ditto.
6765
44d88583
RH
67662003-06-01 Richard Henderson <rth@redhat.com>
6767
98a8e1e5
RH
6768 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6769 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6770 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6771 (alpha_cannot_store_register): Likewise.
6772 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6773 * alpha-nat.c (supply_gregset): Likewise.
6774 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 6775
310e9b6a
AC
67762003-06-01 Andrew Cagney <cagney@redhat.com>
6777
6778 * infcall.c (call_function_by_hand): Update comment on
6779 DEPRECATED_DUMMY_WRITE_SP.
6780
6781 * mips-tdep.c (mips_gdbarch_init): Do not set
6782 deprecated_dummy_write_sp.
6783 (mips_eabi_push_dummy_call): Set the SP register.
6784 (mips_o64_push_dummy_call): Set the SP register.
6785 (mips_o32_push_dummy_call): Set the SP register.
6786 (mips_n32n64_push_dummy_call): Set the SP register.
6787
5ab84872
RH
67882003-06-01 Richard Henderson <rth@redhat.com>
6789
98a8e1e5
RH
6790 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6791 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6792 (supply_gregset): Likewise.
6793 * alpha-tdep.c (alpha_store_return_value): Likewise.
6794 (alpha_get_longjmp_target): Likewise.
6795 (alpha_register_name): Constify array.
6796 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6797 deprecated_register_size, deprecated_register_bytes,
6798 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6799 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6800 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 6801
09cc52fd
RH
68022003-06-01 Richard Henderson <rth@redhat.com>
6803
6804 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6805 from arg_reg_buffer to regcache to avoid double conversion.
6806
c7f16359
MK
68072003-06-01 Mark Kettenis <kettenis@gnu.org>
6808
6809 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6810 SP_REGNUM.
6811 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6812 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6813
7131cb6e
RH
68142003-06-01 Richard Henderson <rth@redhat.com>
6815
98a8e1e5
RH
6816 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6817 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 6818
f3e0f90b
RH
68192003-06-01 Richard Henderson <rth@redhat.com>
6820
98a8e1e5
RH
6821 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6822 not overlapping PC_REGNUM.
f3e0f90b 6823
c88e30c0
RH
68242003-06-01 Richard Henderson <rth@redhat.com>
6825
98a8e1e5
RH
6826 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6827 alpha_push_arguments. Don't dump argument register data to
6828 the target stack. Fix float and 128-bit long double semantics.
6829 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6830 (alpha_fix_call_dummy): Remove.
6831 (alpha_call_dummy_words): Remove.
6832 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 6833
f1a559ae
RH
68342003-06-01 Richard Henderson <rth@redhat.com>
6835
6836 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6837
5e045346
AC
68382003-06-01 Andrew Cagney <cagney@redhat.com>
6839
95404a3e
AC
6840 * mips-tdep.c (is_mips16_addr): New function.
6841 (make_mips16_addr, unmake_mips16_addr): New functions.
6842 (pc_is_mips16, mips_fetch_instruction): Use.
6843 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6844 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6845 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6846 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6847 TARGET_MIPS.
6848 * config/mips/tm-mips.h: Update copyright.
6849 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6850 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6851 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6852 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6853 (TM_PRINT_INSN_MACH): Delete.
6854 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6855
5e045346
AC
6856 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6857 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6858 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6859 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6860 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6861 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6862 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6863 mips*-*-riscos* and mips*-*-sysv* onto mips.
6864 * config/mips/mips64.mt: New file.
6865 * config/mips/mips.mt: New file.
6866 * config/mips/littlemips.mt: Delete file.
6867 * config/mips/decstation.mt: Delete file.
6868 * config/mips/vr4300el.mt: Delete file.
6869 * config/mips/vr5000el.mt: Delete file.
6870 * config/mips/vr5000.mt: Delete file.
6871 * config/mips/vr4100.mt: Delete file.
6872 * config/mips/vr4xxxel.mt: Delete file.
6873 * config/mips/vr4300.mt: Delete file.
6874 * config/mips/vr4xxx.mt: Delete file.
6875 * config/mips/bigmips.mt: Delete file.
6876 * config/mips/bigmips64.mt: Delete file.
6877 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6878 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6879 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6880 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6881 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6882 "tm-bigmips.h".
6883 * config/mips/tm-irix3.h: Ditto.
6884 * config/mips/tm-mipsv4.h: Ditto.
6885 * config/mips/tm-embed.h: Ditto.
6886 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6887 "tm-bigmips64.h".
6888 * config/mips/tm-vr5000el.h: Delete file.
6889 * config/mips/tm-tx39l.h: Delete file.
6890 * config/mips/tm-vr4300el.h: Delete file.
6891 * config/mips/tm-vr4xxxel.h: Delete file.
6892 * config/mips/tm-vr4300.h: Delete file.
6893 * config/mips/tm-vr4100.h: Delete file.
6894 * config/mips/tm-vr4xxx.h: Delete file.
6895 * config/mips/tm-vr5000.h: Delete file.
6896 * config/mips/tm-embedl64.h: Delete file.
6897 * config/mips/tm-embedl.h: Delete file.
6898 * config/mips/tm-embed64.h: Delete file.
6899 * config/mips/tm-bigmips64.h: Delete file.
6900 * config/mips/tm-bigmips.h: Delete file.
6901
2473a4a9
MK
69022003-06-01 Mark Kettenis <kettenis@gnu.org>
6903
97a5b208
MK
6904 Fix gdb/1216.
6905 * shnbsd-nat.c: Include "sh-tdep.h".
6906
2473a4a9
MK
6907 From Richard Henderson <rth@redhat.com>:
6908 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6909
e0f7ec59
AC
69102003-05-31 Andrew Cagney <cagney@redhat.com>
6911
6912 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6913 forward declaration.
6914 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6915 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6916 (mips_find_saved_regs): Use set_reg_offset.
6917 (mips_frame_init_saved_regs): Delete function.
6918 (mips_pop_frame): Call mips_find_saved_regs instead of
6919 DEPRECATED_FRAME_INIT_SAVED_REGS.
6920
68dcc709
AC
69212003-05-31 Andrew Cagney <cagney@redhat.com>
6922
6923 * mips-tdep.c (mips_gdbarch_init): Do not set
6924 deprecated_max_register_raw_size, register_virtual_size, and
6925 deprecated_max_register_virtual_size.
6926
cfc14b3a
MK
69272003-05-31 Mark Kettenis <kettenis@gnu.org>
6928
6405b0a6
MK
6929 * i386-tdep.c: Include "dwarf2-frame.h".
6930 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6931 * Makefile.in (i386-tdep.o): Update dependencies.
6932
cfc14b3a
MK
6933 * dwarf2-frame.c, dwarf2-frame.h: New files.
6934 * Makefile.in (SFILES): Add dwarf2-frame.c.
6935 (dwarf2_frame_h): Define.
6936 (COMMON_OBS): Add dwarf2-frame.o.
6937 (dwarf2-frame.o): Add dependencies.
6938
6a2751d2
AJ
69392003-05-31 Andreas Jaeger <aj@suse.de>
6940
6941 * x86-64-linux-nat.c: Fix comment.
6942
1c3545ae
MK
69432003-05-31 Mark Kettenis <kettenis@gnu.org>
6944
10f93086
MK
6945 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6946 function signature.
6947
1c3545ae
MK
6948 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6949 have a sigcontext_addr handler.
6950 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6951 sigcontext_addr handler.
6952
e11c53d2
AC
69532003-05-31 Andrew Cagney <cagney@redhat.com>
6954
6955 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6956 (print_fp_register_row): Replace do_fp_register_row.
6957 (mips_print_fp_register): Add "file" and "frame" parameters.
6958 (mips_print_register): Add "file" and "frame" parameters.
6959 (mips_print_registers_info): Replace mips_do_registers_info.
6960 (mips_gdbarch_init): Set print_registers_info instead of
6961 deprecated_do_registers_info.
6962 (mips_read_fp_register_single): Add "frame" parameter.
6963 (mips_read_fp_register_double): Add "frame" parameter.
6964
a3386186
MK
69652003-05-31 Mark Kettenis <kettenis@gnu.org>
6966
70913449
MK
6967 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6968 Fixes a bug where GDB would print the wrong register names for
6969 targets without SSE.
6970
2b5e0749
MK
6971 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6972 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6973 registers.
6974
6975 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6976 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6977 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6978 TDEP->sc_sp_offset.
6979
a3386186
MK
6980 From Michal Ludvig <mludvig@suse.cz>:
6981 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6982 and `sc_num_regs'.
6983 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6984 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6985 I386_ST0_REGNUM): Move here from...
6986 * i386-tdep.c: ... here.
6987 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6988 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6989 registers if possible.
6990 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6991 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6992 Remove variables.
6993 (i386bsd_sc_reg_offset): New variable.
6994 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6995 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6996 TDEP->sc_sp_offset.
6997 (i386fbsd_sc_reg_offset): New variable.
6998 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6999 TDEP->sc_num_regs.
7000 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7001 variables.
7002 (i386fbsd4_sc_reg_offset): New variable.
7003 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7004 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7005 TDEP->sc_sp_offset.
7006 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7007 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7008 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7009 Remove variables.
7010 (i386nbsd_sc_reg_offset): New variable.
7011 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7012 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7013 TDEP->sc_sp_offset.
7014 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7015 Remove variables.
7016 (i386obsd_sc_reg_offset): New variable.
7017 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7018 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7019 TDEP->sc_sp_offset.
7020 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7021 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7022 for frame pointer offset in `struct sigcontext'.
7023
25ab4790
AC
70242003-05-31 Andrew Cagney <cagney@redhat.com>
7025
7026 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7027 architecture methods call_dummy_words, sizeof_call_dummy_words,
7028 push_return_address, store_struct_return, and fix_call_dummy. Set
7029 push_dummy_call instead of deprecated_push_arguments.
7030 (mips_store_struct_return): Delete function.
7031 (mips_fix_call_dummy): Delete function.
7032 (mips_push_return_address): Delete function.
7033 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7034 RA_REGNUM and T9_REGNUM.
7035 (mips_n32n64_push_dummy_call): Ditto for
7036 mips_n32n64_push_arguments.
7037 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7038 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7039
6a65450a
AC
70402003-05-31 Andrew Cagney <cagney@redhat.com>
7041
7042 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7043 "dummy_addr" to "bp_addr".
7044 * infcall.c (call_function_by_hand): Pass "funaddr" to
7045 gdbarch_push_dummy_call.
7046 * gdbarch.h, gdbarch.c: Re-generate.
7047 * i386-tdep.c (i386_push_dummy_call): Update.
7048 * arm-tdep.c (arm_push_dummy_call): Update.
7049 * d10v-tdep.c (d10v_push_dummy_call): Update.
7050
c4f35dd8
MK
70512003-05-31 Mark Kettenis <kettenis@gnu.org>
7052
7053 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7054 variable declarations.
7055 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7056 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7057 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7058 x86_64_init_frame_pc, x86_64_init_frame_pc,
7059 x86_64_function_has_prologue): Remove prototypes.
7060 (X86_64_NUM_GREGS): New define.
7061 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7062 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7063 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7064 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7065 XMM1_REGNUM): Remove defines.
7066 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7067 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7068 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7069 X86_64_XMM1_REGNUM): New defines.
7070 (struct x86_64_register_info): Renamed from `struct
7071 register_info'. Remove `size' member.
7072 (x86_64_register_info_table): Remove variable.
7073 (x86_64_register_info): New variable.
7074 (X86_64_NUM_REGS): New define.
7075 (X86_64_NUM_GREGS): Remove define.
7076 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7077 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7078 Remove variables.
7079 (x86_54_dwarf2_reg_to_regnum): Remove function.
7080 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7081 (x86_64_dwarf_reg_to_regnum): New function.
7082 (x86_64_register_name): Rewrite.
7083 (x86_64_register_raw_size): Remove function.
7084 (x86_64_register_byte_table): Remove variable.
7085 (x86_64_register_byte): Remove function.
7086 (x86_64_register_virtual_type): Remove function.
7087 (x86_64_register_type): New function.
7088 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7089 x86_64_register_convert_to_raw): Remove functions.
7090 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7091 (x86_64_use_struct_convention): Make static. Adjust for renamed
7092 defines.
7093 (x86_64_frame_init_saved_regs): Remove function.
7094 (x86_64_push_arguments): Make static. Change to accept a regcache
7095 as argument.
7096 (x86_64_store_return_value, x86_64_extract_return_value): Make
7097 static. Rewrite based on i386 counterparts.
7098 (x86_64_push_dummy_call): New function.
7099 (X86_64_NUM_SAVED_REGS): New define.
7100 (x86_64_register_number): Remove function.
7101 (x86_64_store_struct_return): Remove function.
7102 (x86_64_frameless_function_invocation,
7103 x86_64_function_has_prologue): Remove functions.
7104 (PROLOG_BUFSIZE): Remove define.
7105 (struct x86_64_frame_cache): New structure.
7106 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7107 x86_64_frame_cache, x86_64_frame_this_id,
7108 x86_64_frame_prev_register, x86_64_frame_p,
7109 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7110 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7111 functions.
7112 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7113 variables.
7114 (x86_64_skip_prologue): Rewrite in terms of
7115 x86_64_analyze_prologue.
7116 (x86_64_frame_base_address): New function.
7117 (x86_64_frame_base): New variable.
7118 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7119 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7120 set deprecated_fp_regnum, deprecated_register_size,
7121 deprecated_register_bytes, register_raw_size, register_byte,
7122 register_virtual_type, register_convertiable,
7123 register_convert_to_virtual, convert_to_raw,
7124 deprecated_get_saved_register, deprecated_target_read_fp,
7125 deprecated_push_arguments, deprecated_push_return_address,
7126 deprecated_pop_frame, deprecated_store_struct_return,
7127 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7128 frameless_function_invocation, deprecated_frame_saved_pc,
7129 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7130 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7131 deprecated_init_frame_pc and virtual_frame_pointer. Call
7132 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7133 and x86_64_frame_p. Call frame_base_set_default to register
7134 x86_64_frame_base.
7135 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7136 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7137 (_initialize_x86_64_tdep): Remove function.
7138 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7139 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7140 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7141 define.
7142 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7143 (x86_64_linux_sigcontext_addr): Rewrite.
7144 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7145 x86_64_linux_frame_saved_pc): Remove functions.
7146 (x86_64_linux_pc_in_sigtramp): Renamed from
7147 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7148 trampoline.
7149 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7150 Remove_functions.
7151 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7152 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7153 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7154 (x86_64_regmap): Rename to regmap.
7155 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7156 x86_64_num_gregs.
7157 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7158 x86_64_regmap.
7159 (x86_64_fxsave_offset): Remove function.
7160 (supply_fpregset): Simply call x86_64_supply_fxsave.
7161 (fill_fpregset): Simply call x86_64_fill_fxsave.
7162 (fetch_inferior_registers, store_inferior_registers): Avoid
7163 asignment in if-statement.
7164 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7165 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7166 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7167 (fetch_core_registers): Remove function.
7168 (linux_elf_core_fns): Remove.
7169 (offsetoff): Don't define.
7170 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7171 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7172 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7173 add core-regset.o.
7174 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7175 protection against multiple includes instead of NM_X86_64_h. Add
7176 various comments. Include "config/nm-linux.h". Don't include
7177 <signal.h>.
7178 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7179 GET_THREAD_SIGNALS): Remove defines.
7180 (x86_64_register_u_addr, kernel_u_size,
7181 lin_thread_get_thread_signals): Remove prototypes.
7182 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7183 [HAVE_LINK_H]: Don't include "solib.h".
7184 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7185 * config/i386/tm-x86-64linux.h: Fix comments.
7186 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7187 x86-64-tdep.o): Update dependencies.
7188
c25083af
AC
71892003-05-30 Andrew Cagney <cagney@redhat.com>
7190
c8f55a7b
AC
7191 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7192 Change parameter type to a "struct regcache *".
7193
c25083af
AC
7194 * gdbarch.sh: Regardless of the multi-arch level, always define
7195 the macro when not already defined.
7196 * gdbarch.h, gdbarch.c: Re-generate.
7197
fbe586ae
RH
71982003-05-30 Richard Henderson <rth@redhat.com>
7199
7200 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7201 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7202 (alpha_mdebug_frame_this_id): Likewise.
7203 (alpha_mdebug_frame_prev_register): Likewise.
7204 (alpha_mdebug_frame_base_address): Likewise.
7205 (alpha_mdebug_frame_locals_address): Likewise.
7206 (alpha_mdebug_frame_args_address): Likewise.
7207 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7208 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7209 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7210 loop increment.
7211 (alpha_heuristic_frame_this_id): Make static.
7212 (alpha_heuristic_frame_prev_register): Likewise.
7213 (alpha_heuristic_frame_base_address): Likewise.
7214 * alpha-tdep.h: Update.
7215
acd5c798
MK
72162003-05-30 Mark Kettenis <kettenis@gnu.org>
7217
7218 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7219 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7220 defenitions.
7221 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7222 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7223 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7224 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7225 I386_ST0_REGNUM): New defines.
7226 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7227 codestream_get): Remove define.
7228 (codestream_next_addr, condestream_addr, condestream_buf,
7229 codestream_off, codestream_cnt): Remove variables.
7230 (codestream_fill, codestream_seek, codestream_read): Remove
7231 functions.
7232 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7233 functionality.
7234 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7235 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7236 i386_frame_saved_pc, i386_saved_pc_after_call,
7237 i386_frame_num_args, i386_frame_init_saved_regs,
7238 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7239 i386_push_arguments): Remove functions.
7240 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7241 functionality. Use i386_analyze_prologue instead of
7242 i386_get_frame_setup.
7243 (I386_NUM_SAVED_REGS): New define.
7244 (struct i386_frame_cache): New structure.
7245 (i386_alloc_frame_cache, i386_analyze_struct_return,
7246 i386_skip_probe, i386_analyze_frame_setup,
7247 i386_analyze_register_saves, i386_analyze_prologue,
7248 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7249 i386_frame_prev_register, i386_sigtramp_frame_cache,
7250 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7251 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7252 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7253 New functions.
7254 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7255 New variables.
7256 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7257 I386_EAX_REGNUM and I386_EDX_REGNUM.
7258 (i386_extract_return_value, i386_store_return_value): Use
7259 I386_ST0_REGNUM where appropriate.
7260 (i386_extract_struct_value_address): Rewrite to use extract_address.
7261 (i386_svr4_pc_in_sigtramp): Add comment.
7262 (i386_svr4_sigcontext_addr): Rewrite.
7263 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7264 TDEP->sc_sp_offset.
7265 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7266 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7267 of new defines. Set push_dummy_call, don't set
7268 deprecated_push_arguments, deprecated_push_return_address,
7269 deprecated_pop_frame. Don't set parm_boundary. Don't set
7270 deprecated_frame_chain, deprecated_frame_saved_pc,
7271 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7272 save_dummy_frame_tos, unwind_pc. Call
7273 frame_unwind_append_predicate and frame_base_set_default. Don't
7274 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7275 Don't set frameless_function_invocation. Don't set
7276 deprecated_register_bytes, deprecated_register_size,
7277 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7278 * i386-linux-tdep.c: Fix formatting in some comments.
7279 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7280 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7281 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7282 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7283 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7284 redundant parentheses.
7285 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7286 (i386_linux_sigcontext_addr): Use it. Rewrite.
7287 (find_minsym_and_objfile): Change name of second argument.
7288 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7289 changed. Use frame_pc_unwind instead of
7290 DEPRECATED_SAVED_PC_AFTER_CALL.
7291 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7292 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7293 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7294 unwinder.
7295 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7296 "dummy-frame.h".
7297 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7298 (_initialize_i386_cygwin_tdep): New prototype.
7299 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7300 deprecated_frame_chain_valid.
7301 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7302 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7303 Rely on the SVR4 defaults.
7304 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7305 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7306
c89b70f1
AC
73072003-05-30 Andrew Cagney <cagney@redhat.com>
7308
7309 * infcall.c (call_function_by_hand): Always call
7310 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7311
85b32d22
RH
73122003-05-30 Richard Henderson <rth@redhat.com>
7313
c89b70f1
AC
7314 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7315 increment.
85b32d22 7316
bfe51b1e
JB
73172003-05-29 Jim Blandy <jimb@redhat.com>
7318
7319 Use gdbarch methods for solib stuff on PowerPC Linux.
7320 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7321 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7322 show through.
7323 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7324 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7325 giving the same effect as the #definitions above.
7326
1abf022c
AF
73272003-05-29 Adam Fedor <fedor@gnu.org>
7328
7329 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7330 (find_implementation_from_class): Replace it with the standard
7331 case i.e. do nothing.
7332
d2427a71
RH
73332003-05-29 Richard Henderson <rth@redhat.com>
7334
7335 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7336 (alpha_linux_sigtramp_offset): Use it. Make static.
7337 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7338 update for new frame model.
7339 * alpha-mdebug-tdep.c: New file.
7340 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7341 (alpha_osf1_init_abi): Install it.
7342 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7343 (linked_proc_desc_table): Remove.
7344 (alpha_frame_past_sigtramp_frame): Remove.
7345 (alpha_dynamic_sigtramp_offset): Remove.
7346 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7347 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7348 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7349 (push_sigtramp_desc): Remove.
7350 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7351 (alpha_cannot_store_register): Likewise.
7352 (alpha_sigcontext_addr): Remove.
7353 (alpha_find_saved_regs): Remove.
7354 (alpha_frame_init_saved_regs): Remove.
7355 (alpha_init_frame_pc_first): Remove.
7356 (read_next_frame_reg): Remove.
7357 (alpha_frame_saved_pc): Remove.
7358 (alpha_saved_pc_after_call): Remove.
7359 (temp_proc_desc, temp_saved_regs): Remove.
7360 (alpha_about_to_return): Remove.
7361 (cached_proc_desc): Remove.
7362 (alpha_frame_chain): Remove.
7363 (alpha_print_extra_frame_info): Remove.
7364 (alpha_init_extra_frame_info): Remove.
7365 (alpha_frame_locals_address): Remove.
7366 (alpha_frame_args_address): Remove.
7367 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7368 (alpha_push_dummy_frame): Remove.
7369 (alpha_pop_frame): Remove.
7370 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7371 (alpha_read_insn): New.
7372 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7373 for different insn encodings.
7374 (alpha_in_lenient_prologue): Remove.
7375 (struct alpha_sigtramp_unwind_cache): New.
7376 (alpha_sigtramp_frame_unwind_cache): New.
7377 (alpha_sigtramp_register_address): New.
7378 (alpha_sigtramp_frame_this_id): New.
7379 (alpha_sigtramp_frame_prev_register): New.
7380 (alpha_sigtramp_frame_unwind): New.
7381 (alpha_sigtramp_frame_p): New.
7382 (struct alpha_heuristic_unwind_cache): New.
7383 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7384 don't count nop insns that occur between functions.
7385 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7386 heuristic_proc_desc, but without the mdebug wrapping.
7387 (alpha_heuristic_frame_this_id): New.
7388 (alpha_heuristic_frame_prev_register): New.
7389 (alpha_heuristic_frame_unwind): New.
7390 (alpha_heuristic_frame_p): New.
7391 (alpha_heuristic_frame_base_address): New.
7392 (alpha_heuristic_frame_base): New.
7393 (alpha_unwind_dummy_id): New.
7394 (alpha_unwind_pc): New.
7395 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7396 frame related deprecated initializations; install replacements.
7397 (alpha_dump_tdep): Remove.
7398 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7399 (alpha_read_insn, alpha_after_prologue,
7400 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7401 alpha_heuristic_frame_prev_register,
7402 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7403 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7404 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7405 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7406
93ec1121
AC
74072003-05-29 Andrew Cagney <cagney@redhat.com>
7408
7409 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7410 dependant on the availability of ASSERT_FUNCTION.
7411 (ASSERT_FUNCTION): Do not define when there is no function name.
7412
98f08d3d
KB
74132003-05-29 Kevin Buettner <kevinb@redhat.com>
7414
7415 From Jimi X <jimix@watson.ibm.com>:
7416 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7417
0897f59b
JB
74182003-05-28 Jim Blandy <jimb@redhat.com>
7419
7420 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7421 argument to ptrace to int; the system headers should give it the
7422 right type, and pointers don't fit in ints on powerpc64-*-*.
7423
14898363
L
74242003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7425
7426 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7427 DW_TAG_catch_block.
7428
a7a48797
EZ
74292003-05-26 Elena Zannoni <ezannoni@redhat.com>
7430
7431 * stabsread.c (dbx_lookup_type): Make static.
7432 (read_type): Ditto.
7433 (add_undefined_type): Ditto.
7434 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7435 not export.
7436
f5479e9c
EZ
74372003-05-26 Elena Zannoni <ezannoni@redhat.com>
7438
7439 * hpread.c (hpread_has_name): Make static.
7440 (hpread_psymtab_to_symtab): Ditto.
7441 (file_exists): Ditto.
7442 (hpread_call_pxdb): Ditto.
7443 (hpread_pxdb_needed): Ditto.
7444 (hpread_quick_traverse): Ditto.
7445 (hpread_get_header): Ditto.
7446 (hpread_get_lntt): Ditto.
7447 (hpread_get_slt): Ditto.
7448 (class_of): Ditto.
7449
eb2e12d7
AS
74502003-05-25 Andreas Schwab <schwab@suse.de>
7451
78bf922a
AS
7452 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7453 stack_align and deprecated_extra_stack_alignment_needed.
7454 (m68k_stack_align): Delete.
7455
eb2e12d7
AS
7456 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7457 (m68k_register_virtual_size): Likewise.
7458 (altos_skip_prologue): Remove obsolete function.
7459 (isi_frame_num_args): Likewise.
7460 (news_frame_num_args): Likewise.
7461 (m68k_fix_call_dummy): Make static.
7462 (m68k_push_dummy_frame): Likewise.
7463 (m68k_pop_frame): Likewise.
7464 (m68k_skip_prologue): Likewise.
7465 (m68k_frame_init_saved_regs): Likewise.
7466 (m68k_saved_pc_after_call): Likewise.
7467 (m68k_get_longjmp_target): Make multi-arch.
7468 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7469 structure. Register m68k_get_longjmp_target if enabled.
7470 * m68k-tdep.h (struct gdbarch_tdep): Define.
7471 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7472
7473 * Makefile.in (config.status): Also depend on configure.tgt
7474 and configure.host.
7475 (m68klinux-tdep.o): Update dependencies.
7476 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7477 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7478 (M68K_LINUX_JB_PC): Define.
7479 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7480 and take additional parameter.
7481 (m68k_linux_sigtramp_saved_pc): Update.
7482 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7483 m68k_linux_pc_in_sigtramp, in_plt_section,
7484 find_solib_trampoline_target.
7485 * config/m68k/tm-linux.h: Don't include any tm headers.
7486 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7487 (JB_ELEMENT_SIZE): Likewise.
7488 (JB_PC): Likewise.
7489 (GET_LONGJMP_TARGET): Likewise.
7490 (IN_SIGTRAMP): Likewise.
7491 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7492
eb2c22dc
MK
74932003-05-25 Mark Kettenis <kettenis@gnu.org>
7494
7495 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7496 (sparc32_push_arguments): Re-implement by calling
7497 sparc32_do_push_arguments.
7498
44b7b84e
MK
74992003-05-25 Mark Kettenis <kettenis@gnu.org>
7500
7501 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7502 SPARC_O1_REGNUM): New defines.
7503 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7504 (sparc32_store_return_value): New function.
7505 (sparc_extract_struct_value_address): Rewrite to operate on a
7506 regcache.
7507 (sparc_gdbarch_init): Don't set
7508 deprecated_extract_struct_value_address. Set
7509 extract_struct_value_address instead. Don't set
7510 deprecated_extract_return_value and deprecated_store_return_value
7511 for 32-bit targets. Set extract_return_value and
7512 store_return_value instead.
7513 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7514 DEPRECTAED_EXTRACT_RETURN_VALUE,
7515 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7516 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7517 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7518 (sparc_store_return_value): Remove prototype.
7519 (sparc32_store_return_value): New prototype.
7520 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7521 Adjust prototypes.
7522
f6ad61e3
MK
75232003-05-24 Mark Kettenis <kettenis@gnu.org>
7524
7525 * sparcnbsd-tdep.c: Include "gdb_string.h".
7526
b276f1bb
AC
75272003-05-23 Andrew Cagney <cagney@redhat.com>
7528
7529 * p-valprint.c (pascal_val_print): Replace extract_address with
7530 the inline equivalent extract_unsigned_integer.
7531 * jv-valprint.c (java_value_print): Ditto.
7532 * ada-valprint.c (ada_val_print_1): Ditto.
7533 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7534
e76c5fcc
TR
75352003-05-23 Theodore A. Roth <troth@openavr.org>
7536
7537 * blockframe.c (frameless_look_for_prologue): Remove unused
7538 after_prologue variable.
7539
2cdd89cb
MK
75402003-05-23 Mark Kettenis <kettenis@gnu.org>
7541
7542 * blockframe.c (get_pc_function_start): Rewrite to avoid
7543 asignments in if-statements.
7544
182d43bc
EZ
75452003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7546
7547 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 7548 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
7549 files, don't relocate absolute symbols (and do use mst_abs).
7550
e8f3fcdd
AC
75512003-05-23 Andrew Cagney <cagney@redhat.com>
7552
7553 * objc-lang.c: Include "gdb_assert.h".
7554 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7555 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7556 (gdb_check, gdb_check_fatal): Delete functions.
7557 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7558 gdb_assert.
7559 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7560 * Makefile.in (objc-lang.o): Update dependencies.
7561
3c23e6fb
ILT
75622003-05-22 Ian Lance Taylor <ian@airs.com>
7563
7564 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7565 with fprintf_filtered, not fprintf_unfiltered.
7566
af1342ab
AC
75672003-05-22 Andrew Cagney <cagney@redhat.com>
7568
7569 * stack.c (frame_info): Inline extract_address, replacing it with
7570 extract_unsigned_integer.
7571 * findvar.c (unsigned_pointer_to_address): Ditto.
7572 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7573 * dwarf2expr.c (dwarf2_read_address): Ditto.
7574 * frame.c (frame_pc_unwind): Update comment.
7575 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7576
47e242ec
JJ
75772003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7578
7579 * infptrace.c (detach): Call print_sys_errmsg rather than
7580 perror_with_name to issue warning message when errno is non-zero
7581 after calling ptrace detach.
7582
e2ac8128
JB
75832003-05-21 J. Brobecker <brobecker@gnat.com>
7584
7585 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7586 macro definitions from here...
7587 * hppa-tdep.c: ...to there.
7588
92b3541e
KB
75892003-05-20 Kevin Buettner <kevinb@redhat.com>
7590
7591 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7592 register_ptrace_addr(). Fix all callers.
7593
55809acb
AS
75942003-05-21 Andreas Schwab <schwab@suse.de>
7595
7596 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7597 dependencies.
7598 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7599 end.
7600 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7601 (_initialize_m68k_linux_tdep): New function.
7602 (m68k_linux_frame_saved_pc): Make static.
7603 (m68k_linux_extract_return_value): Likewise.
7604 (m68k_linux_store_return_value): Likewise.
7605 (m68k_linux_extract_struct_value_address): Likewise.
7606 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7607 Remove.
7608 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7609 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7610 (DEPRECATED_FRAME_SAVED_PC): Remove.
7611
0fbc10f7
KW
76122003-05-20 Kris Warkentin <kewarken@qnx.com>
7613
7614 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7615 regset numbering rather than our own.
7616
58da2eb2
DC
76172003-05-19 David Carlton <carlton@bactrian.org>
7618
7619 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7620
1fcb5155
DC
76212003-05-19 David Carlton <carlton@bactrian.org>
7622
7623 Partial fix for PR c++/827.
7624 * cp-support.h: Include symtab.h.
7625 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7626 * cp-namespace.c: Update contributors.
7627 (cp_lookup_symbol_nonlocal): New.
7628 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7629 (lookup_symbol_file): Ditto.
7630 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7631 * block.h: Declare block_scope, block_using, block_global_block.
7632 * block.c (block_scope): New.
7633 (block_using, block_global_block): Ditto.
7634 * Makefile.in (cp_support_h): Depend on symtab_h.
7635 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7636
5f9a71c3
DC
76372003-05-19 David Carlton <carlton@bactrian.org>
7638
7639 * language.h (struct language_defn): Add 'la_value_of_this'
7640 and 'la_lookup_symbol_nonlocal' members.
7641 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7642 lookup_symbol_static, lookup_symbol_global,
7643 lookup_symbol_aux_block.
7644 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7645 if we should search fields of this and how to do static/global
7646 lookup.
7647 (lookup_symbol_aux_block): Make extern.
7648 (basic_lookup_symbol_nonlocal): New.
7649 (lookup_symbol_static, lookup_symbol_global): Ditto.
7650 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7651 'la_lookup_symbol_nonlocal' members.
7652 * c-lang.c (c_language_defn, cplus_language_defn)
7653 (asm_language_defn, minimal_language_defn): Ditto.
7654 * jv-lang.c (java_language_defn): Ditto.
7655 * language.c (unknown_language_defn, auto_language_defn)
7656 (local_language_defn): Ditto.
7657 * m2-lang.c (m2_language_defn): Ditto.
7658 * objc-lang.c (objc_language_defn): Ditto.
7659 * scm-lang.c (scm_language_defn): Ditto.
7660 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7661 * p-lang.c (pascal_language_defn): Ditto for both.
7662 * Makefile.in (f-lang.o): Depend on value_h.
7663 (p-lang.o): Ditto.
7664
89a9d1b1
DC
76652003-05-19 David Carlton <carlton@bactrian.org>
7666
7667 * block.h: Declare block_static_block.
7668 * block.c (block_static_block): New.
7669 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7670 lookup_symbol_aux_local, calling block_static_block instead.
7671 (lookup_symbol_aux_local): Delete 'static_block' argument.
7672
eed3f8ab
DC
76732003-05-19 David Carlton <carlton@bactrian.org>
7674
7675 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7676
a09d8bda
ML
76772003-05-19 Michal Ludvig <mludvig@suse.cz>
7678
7679 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7680 register numbers mapping.
7681
69636828
AF
76822003-05-18 Adam Fedor <fedor@gnu.org>
7683
7684 * symtab.c (completion_list_objc_symbol): New function.
7685 (make_symbol_completion_list): Use it to add ObjC symbols
7686 when looking though the list.
7687 (language_search_unquoted_string): New function.
7688 (make_file_symbol_completion_list): Use it.
7689
55baeb84
AS
76902003-05-18 Andreas Schwab <schwab@suse.de>
7691
d0b45d99
AS
7692 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7693 dependencies.
7694 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7695 as m68k_linux_extract_return_value.
7696 (DEPRECATED_STORE_RETURN_VALUE): Define as
7697 m68k_linux_store_return_value.
7698 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7699 m68k_linux_extract_struct_value_address.
7700 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7701 get_next_frame, get_frame_base, get_frame_pc.
7702 (m68k_linux_frame_saved_pc): Use get_frame_base.
7703 (m68k_linux_extract_return_value): New function.
7704 (m68k_linux_store_return_value): New function.
7705 (m68k_linux_extract_struct_value_address): New function.
7706 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7707
55baeb84
AS
7708 * c-exp.y (typebase): Remove duplicate occurence of
7709 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 7710 of lookup_signed_typename.
55baeb84 7711
b6b08ebf
MK
77122003-05-18 Mark Kettenis <kettenis@gnu.org>
7713
7714 * dwarf2loc.c (find_location_expression): Change type of second
7715 argument to `size_t *'.
7716 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7717 for size variable.
7718
5ad1c190
DC
77192003-05-18 David Carlton <carlton@bactrian.org>
7720
7721 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7722 'linkage_name'. Add comment.
7723 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7724 'linkage_name'.
7725 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7726 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7727 (lookup_block_symbol): Ditto.
7728
b8b527c5
AC
77292003-05-16 Andrew Cagney <cagney@redhat.com>
7730
7731 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7732 * gdbarch.h, gdbarch.c: Re-generate.
7733 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7734 * TODO (REGISTER_BYTES): Delete reference.
7735 * alpha-tdep.c (alpha_gdbarch_init): Update.
7736 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7737 * x86-64-tdep.c (x86_64_init_abi): Update.
7738 * vax-tdep.c (vax_gdbarch_init): Update.
7739 * v850-tdep.c (v850_gdbarch_init): Update.
7740 * sparc-tdep.c (sparc_gdbarch_init): Update.
7741 * sh-tdep.c (sh_gdbarch_init): Update.
7742 * s390-tdep.c (s390_gdbarch_init): Update.
7743 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7744 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7745 (ns32k_gdbarch_init_32382): Update.
7746 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7747 * mcore-tdep.c (mcore_gdbarch_init): Update.
7748 * m68k-tdep.c (m68k_gdbarch_init): Update.
7749 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7750 * ia64-tdep.c (ia64_gdbarch_init): Update.
7751 * i386-tdep.c (i386_gdbarch_init): Update.
7752 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7753 * hppa-tdep.c (hppa_gdbarch_init): Update.
7754 * h8300-tdep.c (h8300_gdbarch_init): Update.
7755 * frv-tdep.c (frv_gdbarch_init): Update.
7756 * cris-tdep.c (cris_gdbarch_init): Update.
7757 * avr-tdep.c (avr_gdbarch_init): Update.
7758 * arm-tdep.c (arm_gdbarch_init): Update.
7759 * sparc-tdep.c (sparc_pop_frame): Update.
7760 * rs6000-tdep.c (rs6000_pop_frame): Update.
7761 * remote.c (init_remote_state): Update.
7762 (remote_prepare_to_store): Update.
7763 * remote-vx.c (vx_prepare_to_store): Update.
7764 * remote-sds.c (sds_fetch_registers): Update.
7765 (sds_prepare_to_store): Update.
7766 * remote-array.c: Update.
7767 * regcache.c (init_legacy_regcache_descr): Update.
7768 (init_regcache_descr): Update.
7769 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7770 (mips_o64_extract_return_value): Update.
7771 * irix5-nat.c (fetch_core_registers): Update.
7772 * irix4-nat.c (fetch_core_registers): Update.
7773 * i386-tdep.h: Update.
7774 * hppa-tdep.c (pa_do_registers_info): Update.
7775 (pa_do_strcat_registers_info): Update.
7776 * cris-tdep.c (cris_register_bytes_ok): Update.
7777 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7778 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7779 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7780 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7781 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7782 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7783 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7784 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7785 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7786 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7787 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7788 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7789 (REGISTER_BYTES_OK): Update.
7790 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7791 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7792
ee2842e2
ILT
77932003-05-16 Ian Lance Taylor <ian@airs.com>
7794
7795 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7796 (vax_print_insn, print_insn_arg): Remove static functions.
7797 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7798 print_insn_vax from opcodes library.
7799 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7800
973177d3
AC
78012003-05-15 Andrew Cagney <cagney@redhat.com>
7802
aaab4dba
AC
7803 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7804 * target.h (memory_breakpoint_from_pc): Delete declaration.
7805 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7806 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7807 * monitor.c (monitor_insert_breakpoint): Use
7808 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7809 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7810 * gdbarch.h, gdbarch.c: Re-generate.
7811 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7812 (sparc_gdbarch_init): Set breakpoint_from_pc to
7813 sparc_breakpoint_from_pc.
7814 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7815 (BREAKPOINT_FROM_PC): Define.
7816 (sparc_breakpoint_from_pc): Declare.
7817 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7818 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7819 (BREAKPOINT_FROM_PC): Define.
7820 (BREAKPOINT): Delete macro.
7821 * target.h: Update comment.
7822 * s390-tdep.c (s390_gdbarch_init): Update comments.
7823 * remote.c: Update comments.
7824 * remote-mips.c: Update comments.
7825 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7826 * mem-break.c: Update comment.
7827 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7828 (ia64_memory_insert_breakpoint): Update.
7829 * config/sparc/tm-sparc.h: Update comment.
7830 * config/pa/tm-hppa64.h: Update comment.
7831 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7832 (rs6000_breakpoint_from_pc): Update.
7833 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7834 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7835 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7836 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7837 (mips_breakpoint_from_pc): Update.
7838 (mips_dump_tdep): Update.
7839
e06963ff
AC
7840 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7841 * minsyms.c (lookup_minimal_symbol): Inline
7842 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7843
973177d3
AC
7844 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7845 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7846 * p-lang.c (pascal_printstr): Ditto.
7847 * objc-lang.c (objc_printstr): Ditto.
7848 * m2-lang.c (m2_printstr): Ditto.
7849 * jv-valprint.c (java_print_value_fields): Ditto.
7850 * f-lang.c (f_printstr): Ditto.
7851 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7852 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7853 for repeat_count_threshold.
7854 * Makefile.in (cp-valprint.o): Update dependencies.
7855
5ea2bd7f 78562003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 7857
5ea2bd7f
JJ
7858 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7859 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
7860 they start with mov r2,r12. Support skipping over indirect stores
7861 of the input registers. Upon hitting a non-nop branch instruction
7862 or predicated instruction, bail out by setting lim_pc to the current
7863 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
7864 beyond our calculated value and we have trust_limit set,
7865 use the lim_pc value.
7866
cc8c88f3
AC
78672003-05-15 Andrew Cagney <cagney@redhat.com>
7868
7869 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7870 generic_find_dummy_frame.
7871 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7872 (deprecated_generic_find_dummy_frame): Update.
7873 (deprecated_read_register_dummy): Update.
7874 * frame.c (deprecated_generic_get_saved_register): Update.
7875
909cd28e
TR
78762003-05-15 Theodore A. Roth <troth@openavr.org>
7877
7878 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7879 (avr_gdbarch_init): Set breakpoint_from_pc method.
7880
b923b08d
AC
78812003-05-15 Andrew Cagney <cagney@redhat.com>
7882
7883 * regcache.c (build_regcache): Set deprecated_register_valid
7884 directly.
7885 (deprecated_grub_regcache_for_register_valid): Delete function.
7886 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7887 declaration.
7888
ae2f03ac 78892003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
7890
7891 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
7892 * symtab.c (lookup_symbol_aux): Delete calls to
7893 lookup_symbol_aux_minsyms.
7894 (lookup_symbol_aux_minsyms): Comment out function and
7895 prototype. Delete lookup by mangled name.
ae2f03ac 7896
18ec9831
KB
78972003-05-14 Kevin Buettner <kevinb@redhat.com>
7898
7899 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7900 correctly indicate an empty stack and ``stack_allocated'' to the
7901 indicate the number of elements initially allocated.
7902 (dwarf_expr_grow_stack): Simplify method for computing new
7903 stack size. Don't loop infinitely if ``stack_len'' is zero.
7904 (execute_stack_op): Move ``ctx->in_reg'' initialization
7905 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7906 be used in conjuction with DW_OP_piece. Revise error message
7907 accordingly.
7908
de18ac1f
TR
79092003-05-14 Theodore A. Roth <troth@openavr.org>
7910
7911 * MAINTAINERS: Update my email address.
7912 * avr-tdep.c: Ditto.
7913
176620f1
EZ
79142003-05-14 Elena Zannoni <ezannoni@redhat.com>
7915
7916 * symtab.h (enum domain_enum): Rename from namespace_enum.
7917 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7918 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7919 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7920 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7921 TYPES_NAMESPACE, METHODS_NAMESPACE.
7922 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7923 (struct symbol, struct partial_symbol): Rename field
7924 'namespace_enum namespace' to 'domain_enum domain'.
7925 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7926 Delete old define kludge for namespace.
7927
7928 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7929 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7930 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7931 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7932 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7933 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7934 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7935 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7936 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7937 occurrences of the above.
7938
b7f31508
ILT
79392003-05-14 Ian Lance Taylor <ian@airs.com>
7940
7941 * Makefile.in (install-only): Use $(SHELL) when running
7942 mkinstalldirs.
7943
2fdbdd39
ILT
79442003-05-13 Ian Lance Taylor <ian@airs.com>
7945
a208d82c
ILT
7946 * MAINTAINERS (write after approval): Add myself.
7947
2fdbdd39
ILT
7948 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7949 second and third arguments.
7950 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7951 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7952
fbd9dcd3
AC
79532003-05-13 Andrew Cagney <cagney@redhat.com>
7954
7955 * defs.h (store_address): Delete declaration.
7956 findvar.c (store_address): Delete function.
7957 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7958 store_unsigned_integer.
7959 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7960 * v850-tdep.c (v850_push_arguments): Ditto.
7961 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7962 * sh-tdep.c (sh64_get_saved_register): Ditto.
7963 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7964 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7965 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7966 (mips_get_saved_register): Ditto.
7967 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7968 (find_func_descr, ia64_push_arguments): Ditto.
7969 * i386-tdep.c (i386_push_arguments): Ditto.
7970 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7971 * frv-tdep.c (frv_push_arguments): Ditto.
7972 * frame.c (legacy_saved_regs_prev_register): Ditto.
7973 (deprecated_generic_get_saved_register): Ditto.
7974 * findvar.c (unsigned_address_to_pointer): Ditto.
7975 * dwarf2read.c (dwarf2_const_value): Ditto.
7976 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7977 * alpha-tdep.c (alpha_push_arguments): Ditto.
7978
6760f9e6
JB
79792003-05-12 J. Brobecker <brobecker@gnat.com>
7980
7981 * NEWS: Mention that the hppa-hpux port has been partially
7982 multiarched (32bit ABIT only, so far).
7983
30e221b4
AC
79842003-05-11 Andrew Cagney <cagney@redhat.com>
7985
7986 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7987 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7988 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7989 sim/testsuite/sim/arm/misaligned2.ms, and
7990 sim/testsuite/sim/arm/misaligned3.ms.
7991 * disasm.h (struct ui_file): Add opaque struct declaration.
7992 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7993 * frame.h (struct ui_file): Ditto.
7994
dea7f9ba
MK
79952003-05-11 Mark Kettenis <kettenis@gnu.org>
7996
7997 * value.h: Pretty print.
7998
01986c48
MK
79992003-05-10 Mark Kettenis <kettenis@gnu.org>
8000
8001 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8002
123a958e
AC
80032003-05-08 Andrew Cagney <cagney@redhat.com>
8004
8005 * regcache.h (max_register_size): Delete declaration.
8006 * regcache.c (max_register_size): Delete function.
8007 (struct regcache_descr): Delete field "max_register_size".
8008 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8009 registers fit in MAX_REGISTER_SIZE.
8010 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8011 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8012 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8013 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8014 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8015 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8016 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8017 * dve3900-rom.c, hppa-tdep.c: Ditto.
8018
eb294659
DC
80192003-05-08 David Carlton <carlton@math.stanford.edu>
8020
8021 * valops.c (push_word): Fix typo.
8022
d9d9c31f
AC
80232003-05-08 Andrew Cagney <cagney@redhat.com>
8024
8025 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8026 * gdbarch.h: Re-generate.
8027 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8028 (legacy_max_register_raw_size): Delete declaration.
8029 * regcache.c (legacy_max_register_raw_size): Delete function.
8030 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8031 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8032 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8033 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8034 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8035 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8036 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8037 * findvar.c, dwarf2cfi.c: Ditto.
8038
22540ece
AC
80392003-05-08 Andrew Cagney <cagney@redhat.com>
8040
8041 * mips-tdep.c (read_signed_register): New function, moved to here
8042 from "regcache.c".
8043 (read_signed_register_pid): Ditto.
8044 * regcache.c (read_signed_register_pid): Delete function, moved to
8045 "mips-tdep.c".
8046 (read_signed_register): Ditto.
8047 * regcache.h (read_signed_register): Delete declaration.
8048 (read_signed_register_pid): Delete declaration.
8049
0c92afe8
AC
80502003-05-08 Andrew Cagney <cagney@redhat.com>
8051
8052 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8053 * gdbarch.h: Re-generate.
8054 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8055 (legacy_max_register_virtual_size): Delete declaration.
8056 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8057 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8058 * tracepoint.c (memrange_sortmerge): Ditto.
8059 * sparc-tdep.c (sparc_print_registers): Ditto.
8060 * regcache.c (legacy_max_register_virtual_size): Delete function.
8061
6037b830
JB
80622002-05-08 J. Brobecker <brobecker@gnat.com>
8063
8064 * fork-child.c (escape_bang_in_quoted_argument): New function.
8065 (fork_inferior): Escape '!' characters in quoted arguments
8066 only when needed.
8067
5d62c8b1
JB
80682003-05-08 J. Brobecker <brobecker@gnat.com>
8069
8070 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8071 the language of the CU is not currently supported by GDB.
8072
20a0e81d
JB
80732003-05-08 J. Brobecker <brobecker@gnat.com>
8074
8075 * defs.h (language): Add language_minimal enum value.
8076 * c-lang.c (minimal_language_defn): New language definition.
8077 (_initialize_c_language): Add the new minimal language to the list
8078 of languages known to GDB.
8079
710ee10a
KB
80802003-05-08 Kevin Buettner <kevinb@redhat.com>
8081
8082 * frame.c (get_frame_type): Don't attempt to lazily initialize
8083 frame's unwinder for legacy frames.
8084
1750fa04
AC
80852003-05-07 Andrew Cagney <cagney@redhat.com>
8086
8087 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8088 and "regcache" parameters.
8089 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8090
ddf9f258 80912003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
8092
8093 * dwarf2read.c (dwarf_decode_lines): Only use output of
8094 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
8095 the current address.
8096
87767c29
AC
80972003-05-07 Andrew Cagney <cagney@redhat.com>
8098
8099 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8100 code.
8101
5e7b2f39
JB
81022003-05-07 Jim Blandy <jimb@redhat.com>
8103
8104 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8105 'maint info symtabs' and 'maint info psymtabs'.
8106 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8107 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8108 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8109 Declarations updated.
8110 * maint.c (maintenance_list_command): Delete.
8111 (_initialize_maint_cmds): Update calls to add_cmd.
8112 * gdbcmd.h (maintenancelistlist): Delete declaration.
8113 * cli/cli-cmds.c (maintenancelistlist): Delete.
8114 (init_cmd_lists): Don't initialize it.
8115 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8116
f6684c31
AC
81172003-05-07 Andrew Cagney <cagney@redhat.com>
8118
8119 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8120 "regcache".
8121 (d10v_print_registers_info): Update.
8122 (d10v_dmap_register, d10v_imap_register): Delete functions.
8123 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8124 and "imap_register".
8125 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8126 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8127 * arch-utils.c (generic_remote_translate_xfer_address): Add
8128 "regcache" and "gdbarch" parameters.
8129 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8130 parameter. Change class to multi-arch.
8131 * gdbarch.h, gdbarch.c: Re-generate.
8132 * remote.c (remote_xfer_memory): Use
8133 gdbarch_remote_translate_xfer_address.
8ffd9b1b 8134
e4846b08
JJ
81352003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8136
8137 * infrun.c (prev_pc): Move declaration ahead of proceed().
8138 (proceed): Refresh prev_pc value before resuming.
8139 (stop_stepping): Remove code to refresh prev_pc.
8140
6b71b8ac
KW
81412003-05-06 Kris Warkentin <kewarken@qnx.com>
8142
8143 * nto-tdep.c: Removed stray comment.
8144
47979a4b
KW
81452003-05-06 Kris Warkentin <kewarken@qnx.com>
8146
8147 * i386-nto-tdep.c: Fix old K&R function definitions.
8148 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8149 Also change add_show_from_set() call to add_setshow_cmd().
8150 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8151
00905d52
AC
81522003-05-05 Andrew Cagney <cagney@redhat.com>
8153
8154 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8155 (fprint_dummy_frames): New function.
8156 (maintenance_print_dummy_frames): New function.
8157 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8158 * frame.c (fprint_frame_id): Make global.
8159 * frame.h (fprint_frame_id): Declare.
8160 * Makefile.in (dummy-frame.o): Update dependencies.
8161
b1e29e33
AC
81622003-05-05 Andrew Cagney <cagney@redhat.com>
8163
8164 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8165 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8166 SIZEOF_CALL_DUMMY_WORDS.
8167 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8168 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8169 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8170 CALL_DUMMY_BREAKPOINT_OFFSET.
8171 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8172 CALL_DUMMY_START_OFFSET.
8173 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8174 * gdbarch.h, gdbarch.c: Re-generate.
8175 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8176 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8177 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8178 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8179 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8180 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8181 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8182 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8183 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8184 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8185 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8186 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8187 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8188 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8189 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
8190
81912003-05-05 Kris Warkentin <kewarken@qnx.com>
8192
8193 * configure.tgt: Add i[3456]86-*-nto*.
8194 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8195 * nto-tdep.c: New file. Neutrino target support routines.
8196 * nto-tdep.h: New file. Neutrino target header.
8197 * config/tm-qnxnto.h: New file.
8198 * config/i386/i386nto.mt: New file.
8199 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 8200
0ce3d317
AC
82012003-05-04 Andrew Cagney <cagney@redhat.com>
8202
8203 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8204 (load_infrun_state): Ditto.
8205 (struct thread_info): Drop "prev_func_name" field.
8206 * thread.c (load_infrun_state): Update.
8207 (save_infrun_state): Update.
8208 * infrun.c (prev_func_name): Delete variable.
8209 (init_wait_for_inferior): Do not clear prev_func_name.
8210 (stop_stepping, keep_going, context_switch): Do not swap
8211 prev_func_name.
8212 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8213 instead of PC_IN_SIGTRAMP.
8214
46654a5b
AC
82152003-05-04 Andrew Cagney <cagney@redhat.com>
8216
8217 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8218 REGISTER_BYTE with register_offset_hack.
8219 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8220 that REGISTER_BYTE is consistent with the regcache.
8221 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8222 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 8223
14b08c1b
MK
82242003-05-04 Mark Kettenis <kettenis@gnu.org>
8225
04c8243f
MK
8226 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8227 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8228
14b08c1b
MK
8229 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8230
c7a11e01
JB
82312003-05-03 J. Brobecker <brobecker@gnat.com>
8232
8233 From Thierry Schneider <tpschneider1@yahoo.com>
8234 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8235 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8236 (mi-cmd-symbol.o): Add rule.
8237
7043d8dc
AC
82382003-05-03 Andrew Cagney <cagney@redhat.com>
8239
8240 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8241 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8242 * gdbarch.h, gdbarch.c: Re-generate.
8243 * d10v-tdep.c (d10v_push_dummy_code): New function.
8244 (d10v_gdbarch_init): Set push_dummy_code.
8245 * infcall.c (legacy_push_dummy_code): New function.
8246 (generic_push_dummy_code): New function.
8247 (push_dummy_code): New function.
8248 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8249 instead of dummy_addr, to push_dummy_call. Move call to
8250 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8251 switch.
8252 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8253
92bf2b80
AC
82542003-05-03 Andrew Cagney <cagney@redhat.com>
8255
8256 * disasm.h (print_insn): Declare.
8257 * disasm.c (init_gdb_disassemble_info): New function.
8258 (gdb_disassembly): Call init_gdb_disassemble_info.
8259 (gdb_print_insn): New function.
8260 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8261 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8262 * mcore-tdep.c: Include "disasm.h"
8263 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8264 * d10v-tdep.c: Include "disasm.h".
8265 (display_trace): Call gdb_print_insn, instead of print_insn.
8266 (print_insn): Delete function.
8267 * printcmd.c: Include "disasm.h".
8268 (print_insn): Delete function.
8269 (print_formatted): Call gdb_print_insn, instead of print_insn.
8270 * Makefile.in (printcmd.o): Update dependencies.
8271 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 8272
27d94c49
AC
82732003-05-02 Andrew Cagney <cagney@redhat.com>
8274
82de1e5b
AC
8275 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8276 PC_REGNUM, re-indent.
8277 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8278 PC_REGNUM isn't set.
8279
27d94c49
AC
8280 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8281 * gdbarch.h, gdbarch.c: Re-generate.
8282 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8283 register_virtual_size, pc_regnum, or register_bytes.
8284 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8285 (d10v_register_type): Use D10V_PC_REGNUM.
8286 (d10v_print_registers_info, d10v_read_pc): Ditto.
8287 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8288 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8289
a9c0dc7f
DC
82902003-05-02 David Carlton <carlton@bactrian.org>
8291
8292 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8293 the name with mstrsave.
8294
e33d66ec
EZ
82952003-05-02 Elena Zannoni <ezannoni@redhat.com>
8296
8297 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8298 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8299 (host_charset_name, target_charset_name): New vars for use by
8300 set/show commands.
8301 (host_charset_enum, target_charset_enum): New enums for set/show
8302 commands.
8303 (set_charset_sfunc, set_host_charset_sfunc,
8304 set_target_charset_sfunc): New functions.
8305 (set_host_charset, set_target_charset): Make static.
8306 (list_charsets, set_host_charset_command,
8307 set_target_charset_command): Delete functions.
8308 (show_charset_command): Rewrite as....
8309 (show_charset): Hook this up with the set/show command mechanism.
8310 (_initialize_charset): Change names of charsets to match the
8311 set/show enums. Use host_charset_name and target_charset_name.
8312 Use set/show mechanism for charset, host-charset, target-charset
8313 commands. Do not make 'show host-charset' and 'show
8314 target-charset' be aliases of 'show charset'.
8315
8316 * charset.h (set_host_charset, set_target_charset): Don't export,
8317 they are not used outside the file.
8318
2b6fd0d8
AC
83192003-05-01 Andrew Cagney <cagney@redhat.com>
8320
8321 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8322 (gdb_disassembly): Make "di" non static, always initialize and
8323 cleanup. Always use dis_asm_read_memory.
8324 (gdb_dis_asm_read_memory): Delete function.
8325
6ae2f580
AC
83262003-05-01 Andrew Cagney <cagney@redhat.com>
8327
8328 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8329 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8330
810ecf9f
AC
83312003-04-30 Andrew Cagney <cagney@redhat.com>
8332
8333 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8334 "tm_print_insn_info".
8335 (TARGET_PRINT_INSN_INFO): Delete macro.
8336 (dis_asm_read_memory): Delete function declaration.
8337 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8338 (tm_print_insn_info): Delete variable definition.
8339 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8340 * gdbarch.h, gdbarch.c: Re-generate.
8341 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8342 "deprecated_tm_print_insn_info".
8343 * mcore-tdep.c (mcore_dump_insn): Ditto.
8344 * mips-tdep.c (mips_gdbarch_init): Ditto.
8345 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8346 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8347 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8348 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8349 instead of TARGET_PRINT_INSN_INFO, add comment.
8350 * s390-tdep.c (s390_get_frame_info): Instead of
8351 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8352 (s390_check_function_end, s390_is_sigreturn): Ditto.
8353 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8354 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8355 * disasm.c: Include "gdbcore.h".
8356 (_initialize_disasm): New function, initialize
8357 "deprecated_tm_print_insn_info".
8358 (deprecated_tm_print_insn_info): New variable.
8359 (dis_asm_read_memory): Moved from "corefile.c", made static.
8360 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8361 * Makefile.in (disasm.o): Update dependencies.
8362
07020390
AC
83632003-04-30 Andrew Cagney <cagney@redhat.com>
8364
8365 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8366
a9fa03de
AF
83672003-04-29 Adam Fedor <fedor@gnu.org>
8368
8369 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8370 * infcall.c (find_function_addr): Make non-static.
8371 * infcall.h (find_function_addr): Declare.
8372 * Makefile.in (eval.o): Update dependencies.
8373
1bae87b9
AF
83742003-04-28 Adam Fedor <fedor@gnu.org>
8375
8376 * symtab.c (symbol_find_demangled_name): Check for and demangle
8377 ObjC symbols.
8378 (symbol_init_demangled_name): Init for language_objc as well.
8379
0ba6dca9
AC
83802003-04-28 Andrew Cagney <cagney@redhat.com>
8381
8382 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8383 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8384 * gdbarch.h, gdbarch.c: Re-generate.
8385 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8386 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8387 * inferior.h (deprecated_read_fp): Rename read_fp.
8388 (generic_target_read_fp): Delete declaration.
8389 * regcache.c (generic_target_read_fp): Delete function.
8390 (deprecated_read_fp): Replace read_fp, use
8391 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8392 * d10v-tdep.c (d10v_read_fp): Delete function.
8393 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8394
8395 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8396 deprecated_target_read_fp to generic_target_read_fp.
8397 * sh-tdep.c (sh_gdbarch_init): Ditto.
8398 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8399 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8400 * frv-tdep.c (frv_gdbarch_init): Ditto.
8401
8402 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8403 deprecated_fp_regnum.
8404 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8405 * vax-tdep.c (vax_gdbarch_init): Ditto.
8406 * v850-tdep.c (v850_gdbarch_init): Ditto.
8407 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8408 * sh-tdep.c (sh_gdbarch_init): Ditto.
8409 * s390-tdep.c (s390_gdbarch_init): Ditto.
8410 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8411 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8412 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8413 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8414 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8415 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8416 * i386-tdep.c (i386_gdbarch_init): Ditto.
8417 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8418 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8419 * frv-tdep.c (frv_gdbarch_init): Ditto.
8420 * cris-tdep.c (cris_gdbarch_init): Ditto.
8421 * avr-tdep.c (avr_gdbarch_init): Ditto.
8422 * arm-tdep.c (arm_gdbarch_init): Ditto.
8423 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8424
8425 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8426 * v850-tdep.c (v850_gdbarch_init): Ditto.
8427 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8428 * sh-tdep.c (sh_gdbarch_init): Ditto.
8429 * s390-tdep.c (s390_gdbarch_init): Ditto.
8430 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8431 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8432 * mips-tdep.c (mips_gdbarch_init): Ditto.
8433 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8434 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8435 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8436 * frv-tdep.c (frv_gdbarch_init): Ditto.
8437 * avr-tdep.c (avr_gdbarch_init): Ditto.
8438 * arm-tdep.c (arm_gdbarch_init): Ditto.
8439
8440 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8441 DEPRECATED_FP_REGNUM.
8442 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8443 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8444 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8445 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8446 (sparc32_register_virtual_type): Ditto.
8447 * sh-tdep.c (sh64_frame_chain): Ditto.
8448 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8449 (sh_nofp_frame_init_saved_regs): Ditto.
8450 (sh64_nofp_frame_init_saved_regs): Ditto.
8451 (sh_fp_frame_init_saved_regs): Ditto.
8452 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8453 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8454 * procfs.c (procfs_fetch_registers): Ditto.
8455 (procfs_store_registers): Ditto.
8456 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8457 (store_inferior_registers, fetch_core_registers): Ditto.
8458 (fetch_kcore_registers, clear_regs): Ditto.
8459 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8460 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8461 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8462 * nlm/i386.c (do_status): Ditto.
8463 * mipsv4-nat.c (supply_gregset): Ditto.
8464 * mips-tdep.c: Ditto for comments.
8465 * mips-nat.c (fetch_inferior_registers): Ditto.
8466 (store_inferior_registers, fetch_core_registers): Ditto.
8467 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8468 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8469 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8470 (i386_do_pop_frame, i386_register_type): Ditto.
8471 * hppa-tdep.c (hppa_frame_chain): Ditto.
8472 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8473 (hppa_pop_frame, hppa_read_fp): Ditto.
8474 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8475 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8476 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8477 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8478 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8479 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8480 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8481 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8482 * blockframe.c: Ditto for comments.
8483 * arch-utils.h: Ditto for comments.
8484 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8485 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8486 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8487 * alpha-tdep.h: Ditto for comments.
8488 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8489 (alpha_cannot_store_register): Ditto.
8490 (alpha_push_dummy_frame): Ditto.
8491 * alpha-nat.c (supply_gregset): Ditto.
8492
8493 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8494 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8495 * config/sparc/tm-sparc.h: Update comment.
8496
8497 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8498 deprecated_read_fp instead of TARGET_READ_FP.
8499 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8500 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8501 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8502 deprecated_read_fp instead of read_fp.
8503 * s390-tdep.c (s390_push_arguments): Ditto.
8504 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8505 * frame.h: Ditto in comments.
8506 * frame.c (legacy_get_prev_frame): Ditto.
8507 * dummy-frame.c (dummy_frame_this_id): Ditto.
8508 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8509
d7a27068
AC
85102003-04-28 Andrew Cagney <cagney@redhat.com>
8511
8512 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8513 * gdbarch.h, gdbarch.c: Re-generate.
8514 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8515 * vax-tdep.c (_initialize_vax_tdep): Update.
8516 * v850-tdep.c (_initialize_v850_tdep): Update.
8517 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8518 * s390-tdep.c (_initialize_s390_tdep): Update.
8519 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8520 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8521 * mips-tdep.c (_initialize_mips_tdep): Update.
8522 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8523 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8524 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8525 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8526 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8527 * frv-tdep.c (_initialize_frv_tdep): Update.
8528 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8529 (_initialize_cris_tdep): Update.
8530 * arch-utils.c (legacy_print_insn): Update.
8531 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8532
d2630e69
AF
85332003-04-26 Adam Fedor <fedor@gnu.org>
8534
8535 * linespec.c (decode_objc): New function to decode ObjC calls
8536 (decode_line_1): Check for ObjC calls (using decode_objc)
8537 * Makefile (linespec.o): Update dependencies.
8538
3086aeae
DJ
85392003-04-26 Daniel Jacobowitz <drow@mvista.com>
8540
8541 * breakpoint.h (struct breakpoint_ops): New.
8542 (struct breakpoint): Add ops member.
8543
8544 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8545 (mention): Use new breakpoint ops member.
8546 (set_raw_breakpoint): Initialize ops field to NULL.
8547 (print_exception_catchpoint, print_one_exception_catchpoint)
8548 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8549 (gnu_v3_exception_catchpoint_ops): New.
8550 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8551
1fbec6c3
AF
85522003-04-25 Adam Fedor <fedor@gnu.org>
8553
8554 * Makefile.in (COMMON_OBS): Add objc-lang.o
8555
0ef21242
AC
85562003-04-25 Andrew Cagney <cagney@redhat.com>
8557
8558 * d10v-tdep.c (print_insn): Delete function.
8559 (display_trace): Use TARGET_PRINT_INSN.
8560 (_initialize_d10v_tdep): Do not set tm_print_insn.
8561 (d10v_gdbarch_init): Set print_insn.
8562
f75493ed
AC
85632003-04-25 Andrew Cagney <cagney@redhat.com>
8564
8565 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8566 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8567 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8568 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8569 (nr_dmap_regs, a0_regnum): ... new functions.
8570 (d10v_print_registers_info): Use a0_regnum, use register_size.
8571 (d10v_register_byte): Delete function.
8572 (d10v_register_raw_size): Delete function.
8573 (d10v_register_type): Use a0_regnum.
8574 (d10v_print_registers_info): Use a0_regnum.
8575 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8576 (d10v_gdbarch_init): Do not set register_byte or
8577 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8578 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8579 extract_address.
8580 (trace_command): Use XCALLOC.
8581 (print_insn): Delete reference to tm_print_insn.
8582 (saved_regs_unwinder): Use store_unsigned_integer instead of
8583 store_address.
8584 * frame.h (FRAME_OBSTACK_CALLOC): Define
8585
2202b100
DC
85862003-04-25 David Carlton <carlton@bactrian.org>
8587
8588 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8589
4e45ca2e
AF
85902003-04-24 Adam Fedor <fedor@gnu.org>
8591
8592 * objc-lang.c: Include "valprint.h"
8593 * Makefile.in (objc-lang.o): Update dependencies.
8594
93de3e7f
AF
85952003-04-24 Adam Fedor <fedor@gnu.org>
8596
8ffd9b1b 8597 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
8598 architecture dependant compilation and mark as unimplemented
8599 (until they get put in the gdbarch vector).
8600
0f20eeea
DC
86012003-04-23 David Carlton <carlton@bactrian.org>
8602
8603 * cp-support.c (cp_find_first_component): Accept 'operator' in
8604 more locations.
8605
74cfe982
AC
86062003-04-23 Andrew Cagney <cagney@redhat.com>
8607
8608 * infcall.c (call_function_by_hand): Eliminate redundant
8609 indentation. Move "saved_async" and "old_cleanups" to where they
8610 are needed.
8ffd9b1b 8611
52557533
AC
86122003-04-23 Andrew Cagney <cagney@redhat.com>
8613
8614 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8615 and "buffer". Move the "name" code to where it is needed.
8616
158775de
AC
86172003-04-23 Andrew Cagney <cagney@redhat.com>
8618
8619 * infcall.c (call_function_by_hand): Move variables "start_sp",
8620 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8621 code to ON_STACK switch branch.
8ffd9b1b 8622
ebc7896c
AC
86232003-04-23 Andrew Cagney <cagney@redhat.com>
8624
8625 * infcall.c (call_function_by_hand): Make declaration of "i",
8626 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8627 lint.
8628
d727590f
AC
86292003-04-23 Andrew Cagney <cagney@redhat.com>
8630
8631 * infcall.c (call_function_by_hand): Delete variable
8632 "n_method_args". Localize "param_type"'s declaration to the loop
8633 that it is used. Reinstate code assigning to said variable -
8634 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8635 Rationalize code using "param_type".
8636
d585e13a
AC
86372003-04-22 Andrew Cagney <cagney@redhat.com>
8638
8639 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8640 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8641 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8642 to DEPRECATED_PUSH_RETURN_ADDRESS.
8643
051caad9
KB
86442003-04-22 Kevin Buettner <kevinb@redhat.com>
8645
8646 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8647 on the DWARF2 register number prior to fetching a register.
8648
77296879
JB
86492003-04-22 J. Brobecker <brobecker@gnat.com>
8650
8651 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8652 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 8653 this macro was always set to 0.
77296879
JB
8654 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8655 considering the fact that this macro was always set to 0.
8656 * hppa-tdep.h (hppa_store_return_value): Likewise.
8657 (hppa_extract_return_value): Likewise.
8658
4252f1df
JB
86592003-04-22 J. Brobecker <brobecker@gnat.com>
8660
8661 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8662 the hppa-pro target only.
8663
14604c6b
JB
86642003-04-21 J. Brobecker <brobecker@gnat.com>
8665
8666 Ongoing multi-arch conversion effort for HP/UX:
8667 * config/pa/tm-hppa.h: Move all macro that are no longer
8668 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8669 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8670
77eb01d1
JB
86712003-04-21 J. Brobecker <brobecker@gnat.com>
8672
8673 * config/pa/tm-hppa.h: Obsolete a section that was only used
8674 for hppa-pro.
8675
61995b3b
JB
86762003-04-21 J. Brobecker <brobecker@gnat.com>
8677
8678 Ongoing multi-arch conversion for HP/UX.
8679 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8680 if already defined (allows hppa64 to stay non-multiarched for now).
8681 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8682
4aa79dcc
AC
86832003-04-21 Andrew Cagney <cagney@redhat.com>
8684
8685 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8686
0f751ff2
AC
86872003-04-21 Andrew Cagney <cagney@redhat.com>
8688
8689 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8690 "i386_num_mmx_regs".
8691
04714b91
AC
86922003-04-21 Andrew Cagney <cagney@redhat.com>
8693
8694 * infcall.c: New file.
8695 * infcall.h: New file.
8696 * valarith.c: Include "infcall.h".
8697 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8698 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8699 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8700 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8701 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8702 (SFILES): Add "infcall.c"
8703 (COMMON_OBS): Add "infcall.o".
8704 (infcall.o): Specify dependencies.
8705 * value.h (call_function_by_hand): Delete declaration.
8706 * inferior.h (run_stack_dummy): Delete declaration.
8707 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8708 (run_stack_dummy): Move to "infcall.c", merged into
8709 call_function_by_hand.
8710 * valops.c (call_function_by_hand): Moved to "infcall.c".
8711 (find_function_addr, value_arg_coerce): Ditto.
8712 (unwindonsignal_p, coerce_float_to_double): Ditto.
8713 (_initialize_valops): Move "set/show coerce-float-to-double", and
8714 "set/show unwindonsignal" commands to "infcall.c".
8715 * v850-tdep.c, target.h: Update comments.
8716 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8717 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8718 (sh64_init_extra_frame_info): Update comments.
8719 * mn10300-tdep.c: Update comments.
8720 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8721 * config/sparc/tm-sparc.h: Update comments.
8722 * breakpoint.h: Update comments.
8723 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8724 * arm-tdep.c: Update comment.
8725
f9d3c2a8
MK
87262003-04-19 Mark Kettenis <kettenis@gnu.org>
8727
c40e1eab
MK
8728 * i386-tdep.c (i386_num_register_names): New variable.
8729 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8730 (MM0_REGNUM): Remove redundant parentheses in define.
8731 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8732 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8733 i386_mxcsr_regnum_p): Remove redundant parentheses.
8734 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 8735
94ea66b3
MK
8736 * i386-tdep.c (i386_extract_return_value,
8737 i386_store_return_value): Correct check for availability of
8738 floating-point registers.
8739
54299a1d
MK
8740 * i386-tdep.c (i386_frame_num_args): Remove function.
8741 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8742
c86c27af
MK
8743 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8744 mmx_regnum_to_fp_regnum. Adjust all callers.
8745
f9d3c2a8
MK
8746 * i386-tdep.c (i386_get_longjmp_target): Use
8747 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8748 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8749 extract_address.
8750
94ba74a9
MK
87512003-04-19 Mark Kettenis <kettenis@gnu.org>
8752
8753 * core-regset.c: Update comments to reflect reality. Re-order
8754 includes.
8755 (fetch_core_registers): Use switch instead of if. Remove
8756 redundant prototype.
8757
4074e13c
JB
87582003-04-18 Jim Blandy <jimb@redhat.com>
8759
8760 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 8761 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 8762
e3ab4aba
RH
87632003-04-17 Richard Henderson <rth@redhat.com>
8764
8765 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8766
627bf7c1
EZ
87672003-04-17 Michael Snyder <msnyder@redhat.com>
8768 Karen Bennet <bennet@redhat.com>
8769
8770 Committed by Elena Zannoni <ezannoni@redhat.com>
8771 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 8772
514621a9
EZ
87732003-04-17 Elena Zannoni <ezannoni@redhat.com>
8774
8775 * values.c (value_being_returned): Don't fetch the return
fbe586ae 8776 value if the return type is void.
514621a9 8777
b4acd559
JJ
87782003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8779
8780 * thread-db.c: Reindented.
8ffd9b1b 8781
530b167e 87822003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
8783
8784 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8785 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
8786 as types.
8787
0a48e7e8
MS
8788
8789
8790
8791
8792
8793
8794
8795
8796
8797
8798
8799
8800
8801
8802
8803
8804
8805
8806
8807
8808
8809
8810
8ffd9b1b 8811
ab9fe00e
KB
88122003-04-16 Kevin Buettner <kevinb@redhat.com>
8813
610a3745 8814 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
8815 the size of ``long double'' to 16, instead of 8.
8816
e64a344c
MK
88172003-04-16 Mark Kettenis <kettenis@gnu.org>
8818
8819 * i386-linux-nat.c: Add some whitespace to make things more
8820 readable.
8821 (fetch_register, store_register, fetch_inferior_registers,
8822 store_inferior_registers): Get rid of assignment in if-statement.
8823 (store_register): Fix typo in error message.
8824
25d41031
AC
88252003-04-16 Andrew Cagney <cagney@redhat.com>
8826
8827 * utils.c (xmmalloc): Always allocate something, matches
8828 libiberty/xmalloc's semantics.
8829 (xmrealloc, xmcalloc): Ditto.
8830
c50901fd
AC
88312003-04-16 Andrew Cagney <cagney@redhat.com>
8832
8833 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8834 update comments.
8835 (get_frame_type): Initialize unwind and type when needed.
8836 (get_frame_id, frame_register_unwind): Ditto.
8837
f81824a9
AC
88382003-04-16 Andrew Cagney <cagney@redhat.com>
8839
8840 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8841 obsolete.
8842 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8843 * sparcl-stub.c: Obsolete file.
8844 * config/sparc/tm-sparclet.h: Obsolete file.
8845 * sparclet-stub.c: Obsolete file.
8846 * sparclet-rom.c: Obsolete file.
8847 * sparcl-tdep.c: Obsolete file.
8848 * config/sparc/tm-sparclite.h: Obsolete file.
8849 * config/sparc/sparclite.mt: Obsolete file.
8850 * config/sparc/sparclet.mt: Obsolete file.
8851 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8852 sparc86x-*-* obsolete.
8853
9219021c
DC
88542003-04-15 David Carlton <carlton@math.stanford.edu>
8855
8856 * Makefile.in (SFILES): Add cp-namespace.c.
8857 (COMMON_OBS): Add cp-namespace.o.
8858 (block.o): Depend on gdb_obstack_h and cp_support_h.
8859 (buildsym.o): Depend on cp_support_h.
8860 (cp-namespace.o): New.
8861 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8862 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8863 (dwarf2read.o): Depend on cp_support_h.
8864 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8865 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8866 processing_current_namespace.
8867 (read_namespace): Update processing_current_namespace; check for
8868 anonymous namespaces.
8869 (dwarf2_name): New function.
8870 (dwarf2_extension): Ditto.
8871 * cp-support.h: Update copyright, contributors.
8872 Add inclusion guards.
8873 Add opaque declaration for structs obstack, block, symbol.
8874 (struct using_direct): New struct.
8875 Add declarations for cp_find_first_component,
8876 cp_entire_prefix_len, processing_has_namespace_info,
8877 processing_current_namespace, cp_is_anonymous,
8878 cp_add_using_directive, cp_initialize_namespace,
8879 cp_finalize_namespace, cp_set_block_scope,
8880 cp_scan_for_anonymous_namespaces.
8881 * cp-namespace.c: New file.
8882 * cp-support.c: Update copyright.
8883 Include ctype.h, gdb_assert.h, gdbcmd.h.
8884 New variable maint_cplus_cmd_list.
8885 (cp_find_first_component): New function.
8886 (cp_entire_prefix_len, maint_cplus_command)
8887 (first_component_command, _initialize_cp_support): Ditto.
8888 * buildsym.c: Include cp-support.h.
8889 New variable using_list.
8890 (add_symbol_to_list): Check for anonymous namespaces.
8891 (finish_block): Set block's scope.
8892 (start_symtab): Initialize C++ namespace support.
8893 (end_symtab): Finalize C++ namespace support.
8894 * block.h: Add opaque declarations for structs
8895 block_namespace_info, using_direct, and obstack.
8896 Add declarations for block_set_scope and block_set_using.
8897 (struct block): Add 'language_specific' member.
8898 (BLOCK_NAMESPACE): New macro.
8899 * block.c: Include gdb_obstack.h and cp-support.h.
8900 (struct block_namespace_info): New struct.
8901 (block_set_scope): New function.
8902 (block_set_using, block_initialize_namespace): Ditto.
8903
d5a921c9
KB
89042003-04-14 Kevin Buettner <kevinb@redhat.com>
8905
8906 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8907 (locate_base): Return early if there aren't any link map offsets.
8908 (svr4_solib_create_inferior_hook): Warn if shared library support
8909 is unavailable.
8910
d2a52b27
DC
89112003-04-14 David Carlton <carlton@math.stanford.edu>
8912
8913 * symtab.c (symbol_set_names): Add prefix when storing Java names
8914 in hash table. Fix for PR java/1039.
8915
980cae7a
DC
89162003-04-14 David Carlton <carlton@math.stanford.edu>
8917
8918 * symtab.c (symbol_set_names): Rename 'name' arg to
8919 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8920 * symtab.h: Change 'name' argument in declaration of
8921 symbol_set_names to 'linkage_name'.
8922 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8923
e227b13c
AC
89242003-04-14 Andrew Cagney <cagney@redhat.com>
8925
8926 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8927 return the fully sign-extended register value.
8928 (get_frame_pointer): Ditto.
8929 (mips_pop_frame): Initialize "proc_desc" after checking for a
8930 dummy frame.
8931
36712a20
AC
89322003-04-14 Andrew Cagney <cagney@redhat.com>
8933
8934 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8935 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8936 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8937 (mips_push_register): Delete function.
8938 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8939 PUSH_FP_REGNUM.
8940
44ea7b70
JB
89412003-04-14 Jim Blandy <jimb@redhat.com>
8942
8943 * symmisc.c: #include "gdb_regex.h".
8944 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8945 functions.
8946 * maint.c (maintenance_list_command): New function.
8947 (_initialize_maint_cmds): Register the above as commands.
8948 * symtab.h (maintenance_list_symtabs,
8949 maintenance_list_psymtabs): New declarations.
8950 * cli/cli-cmds.c (maintenancelistlist): New variable.
8951 (init_cmd_lists): Initialize it.
8952 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8953 * gdbcmd.h (maintenancelistlist): New declaration.
8954 * Makefile.in (symmisc.o): Update dependencies.
8955
2d0c7962
EZ
89562003-04-14 Elena Zannoni <ezannoni@redhat.com>
8957
8958 * s390-nat.c: Include asm/types.h for addr_t.
8959
1947a811
CV
89602003-04-14 Corinna Vinschen <vinschen@redhat.com>
8961
8962 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8963 actually incoming type.
8964
adb616d7
AC
89652003-04-13 Andrew Cagney <cagney@redhat.com>
8966
8967 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8968 get_next_frame and get_frame_saved_regs.
8969
9b5e151c
AC
89702003-04-13 Andrew Cagney <cagney@redhat.com>
8971
8972 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8973 of gdbarch_num_regs.
8974
ef6e7e13
AC
89752003-04-13 Andrew Cagney <cagney@redhat.com>
8976
8977 * frame.h: Mention what replaced what in "struct frame_info".
8978 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8979 deprecated_update_frame_base_hack and
8980 deprecated_update_frame_pc_hack.
8981 * hppa-tdep.c: Ditto.
8982
61fbb938
DJ
89832003-04-13 Daniel Jacobowitz <drow@mvista.com>
8984
8985 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8986 to read_reg and update its comment. Remove regnum member.
8987 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8988 Don't call read_reg when setting in_reg. Call read_reg to get
8989 the frame base if it's in a register. Return the register number
8990 on the stack instead of in the context. Remove extra arguments
8991 to read_reg.
8992 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8993 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8994 the register number on the expression stack.
8995 (needs_frame_read_reg): Remove extra arguments.
8996
0d53c4c4
DJ
89972003-04-13 Daniel Jacobowitz <drow@mvista.com>
8998
8999 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9000 made non-static.
9001 (execute_stack_op): All callers updated.
9002 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9003 * dwarf2loc.c (find_location_expression): New function.
9004 (dwarf_expr_frame_base): Call it.
9005 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9006 (dwarf2_tracepoint_var_ref): New function, broken out from
9007 locexpr_tracepoint_var_ref.
9008 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9009 Make static.
9010 (loclist_read_variable, loclist_read_needs_frame): New functions.
9011 (loclist_describe_location, loclist_tracepoint_var_ref): New
9012 functions.
9013 (dwarf2_loclist_funcs): New struct location_funcs.
9014 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9015 (struct dwarf2_locexpr_baton): Add comments.
9016 (dwarf2_loclist_funcs): New extern.
9017 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9018 base_address and base_known.
9019 (dwarf_loc_buffer): New variable.
9020 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9021 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9022 (dwarf2_has_info): Initialize dwarf_loc_offset.
9023 (dwarf2_build_psymtabs): Read in .debug_loc.
9024 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9025 DWARF_LOC_SIZE.
9026 (psymtab_to_symtab_1): Likewise. Move base address calculation
9027 here, from...
9028 (dwarf2_get_pc_bounds): ... here. Use the base address from
9029 cu_header.
9030 (dwarf2_symbol_mark_computed): Handle location lists.
9031
6aca59a3
DJ
90322003-04-13 Daniel Jacobowitz <drow@mvista.com>
9033
9034 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9035 if the linkage name demangled successfully.
9036
aca1fcd0
MK
90372003-04-13 Mark Kettenis <kettenis@gnu.org>
9038
97095916
MK
9039 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9040 disassmbly_flavour): Removed.
9041
aca1fcd0
MK
9042 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9043
562a961f
MK
90442003-04-13 Mark Kettenis <kettenis@gnu.org>
9045
9046 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9047
bd013d54
AC
90482003-04-12 Andrew Cagney <cagney@redhat.com>
9049
9050 * frame.h (struct frame_info): Move definition from here ...
9051 * frame.c (struct frame_info): ... to here.
9052
167ef8b1
AC
90532003-04-12 Andrew Cagney <cagney@redhat.com>
9054
9055 * gdbthread.h (save_infrun_state): Delete parameter
9056 "prev_func_start".
9057 (struct thread_info): Delete field "prev_func_start".
9058 (load_infrun_state): Ditto.
9059 * thread.c (load_infrun_state, save_infrun_state): Update.
9060 * infrun.c (prev_func_start): Delete variable.
9061 (context_switch, init_wait_for_inferior): Update.
9062 (stop_stepping, keep_going): Update.
9063
da3331ec
AC
90642003-04-12 Andrew Cagney <cagney@redhat.com>
9065
9066 * gdbarch.sh: Add missing opaque declarations.
9067 * gdbarch.h: Regnerate.
9068 * symtab.h: Add missing opaque declarations.
9069 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9070 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9071 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9072 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9073 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9074 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9075 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9076 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9077 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9078 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9079 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9080 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9081 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9082
18adea3f
AC
90832003-04-11 Andrew Cagney <cagney@redhat.com>
9084
9085 * frame.c (get_frame_id): Return this frame's "id".
9086 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9087 function start.
9088 (legacy_saved_regs_this_id): Replace function body with
9089 internal-error.
9090 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9091 FRAME_OBSTACK_ZALLOC.
9092 (create_new_frame): Mark the frame ID as valid.
9093
2252e863
AO
90942003-04-11 Alexandre Oliva <aoliva@redhat.com>
9095
9096 * Makefile.in (libbfd_h): Added missing setting.
9097 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9098 according to the selected ABI.
9099
a8245ab8
JJ
91002003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9101
9102 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9103
6913c89a
AC
91042003-04-11 Andrew Cagney <cagney@redhat.com>
9105
9106 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9107 SAVED_PC_AFTER_CALL.
9108 * gdbarch.h, gdbarch.c: Regenerate.
9109 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9110 * x86-64-tdep.c (x86_64_init_abi): Update.
9111 * vax-tdep.c (vax_gdbarch_init): Update.
9112 * v850-tdep.c (v850_gdbarch_init): Update.
9113 * sparc-tdep.c (sparc_gdbarch_init): Update.
9114 * sh-tdep.c (sh_gdbarch_init): Update.
9115 * s390-tdep.c (s390_gdbarch_init): Update.
9116 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9117 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9118 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9119 * mips-tdep.c (mips_gdbarch_init): Update.
9120 * mcore-tdep.c (mcore_gdbarch_init): Update.
9121 * m68k-tdep.c (m68k_gdbarch_init): Update.
9122 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9123 * ia64-tdep.c (ia64_gdbarch_init): Update.
9124 (ia64_saved_pc_after_call): Update declaration.
9125 * i386ly-tdep.c (i386lynx_init_abi): Update.
9126 * i386-tdep.c (i386_gdbarch_init): Update.
9127 * hppa-tdep.c (hppa_gdbarch_init): Update.
9128 * h8300-tdep.c (h8300_gdbarch_init): Update.
9129 * frv-tdep.c (frv_gdbarch_init): Update.
9130 * cris-tdep.c (cris_gdbarch_init): Update.
9131 * avr-tdep.c (avr_gdbarch_init): Update.
9132 * arm-tdep.c (arm_gdbarch_init): Update.
9133 * alpha-tdep.c (alpha_gdbarch_init): Update.
9134 * ns32knbsd-nat.c (frame_num_args): Update.
9135 * ns32k-tdep.c (umax_frame_num_args): Update.
9136 * mips-tdep.c (mips_init_frame_pc_first): Update.
9137 * infrun.c (step_over_function): Update.
9138 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9139 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9140 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9141 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9142 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9143 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9144 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9145 * arch-utils.c (init_frame_pc_default): Update.
9146 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9147 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9148 declaration.
8ffd9b1b 9149
38edeab8
AC
91502003-04-11 Andrew Cagney <cagney@redhat.com>
9151
9152 * i387-tdep.c: Update copyright.
9153 (i387_to_double): Delete function.
9154 (double_to_i387): Delete function.
9155
81f8a206
AC
91562003-04-10 Andrew Cagney <cagney@redhat.com>
9157
9158 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9159 frame's function's address. Simplify.
9160 (d10v_frame_unwind_cache): Check that the frame's function is
9161 non-zero.
9162
6e691f7a
JB
91632003-04-10 Jim Blandy <jimb@redhat.com>
9164
9165 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9166 call to set_gdbarch_deprecated_push_arguments.
9167
7f78e237
AC
91682003-04-10 Andrew Cagney <cagney@redhat.com>
9169
9170 * frame.c (fprint_frame_id): New function.
9171 (fprint_frame_type, fprint_frame): New function.
9172 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9173 (create_sentinel_frame, get_frame_id): Ditto.
9174 (frame_id_p, frame_id_eq): Ditto.
9175 (frame_id_inner, create_new_frame): Ditto.
9176 (legacy_get_prev_frame, get_prev_frame): Ditto.
9177 (deprecated_update_frame_pc_hack): Ditto.
9178 (frame_register_unwind): Ditto.
9179 (deprecated_update_frame_base_hack): Ditto.
9180
f870b49b
CV
91812003-04-10 Corinna Vinschen <vinschen@redhat.com>
9182
9183 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9184 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9185 frame_chain function.
9186 * Makefile.in: Add dependencies due to above change.
9187
7c86889b
CV
91882003-04-10 Corinna Vinschen <vinschen@redhat.com>
9189
9190 * blockframe.c (legacy_frame_chain_valid): Move call to
9191 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9192 inside_entry_file.
9193
d0a55772
AC
91942003-04-09 Andrew Cagney <cagney@redhat.com>
9195
9196 * frame.h (struct frame_id): Replace "pc" and "base" with
9197 "stack_addr" and "code_addr". Update comments.
9198 (frame_id_build): Update parameter names and comment.
9199 (struct frame_info): Replace "id_p" and "id" with "this_id".
9200 * dummy-frame.c (dummy_frame_this_id): Update.
9201 * breakpoint.c (print_one_breakpoint): Update.
9202 * frame.c (get_frame_id): Update.
9203 (get_frame_base, frame_id_build): Update.
9204 (create_sentinel_frame, legacy_get_prev_frame): Update.
9205 (deprecated_update_frame_base_hack): Update.
9206 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9207 (frame_id_inner): Ditto.
9208
ac16bf07
AC
92092003-04-09 Andrew Cagney <cagney@redhat.com>
9210
9211 * defs.h (gdb_print_host_address): Make "addr" parameter a
9212 pointer constant.
9213 * utils.c (gdb_print_host_address): Update.
9214
366cfc9e
KB
92152003-04-09 Kevin Buettner <kevinb@redhat.com>
9216
9217 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9218 register number for R0 is 0.
9219
cd983b5c
JB
92202003-04-09 J. Brobecker <brobecker@gnat.com>
9221
9222 * frame.h (struct gdbarch): Add opaque structure definition
9223 to avoid a compilation warning on LynxOS 4.0.
9224
d1340264
AC
92252003-04-09 Andrew Cagney <cagney@redhat.com>
9226
9227 * frame.h (struct frame_info): Delete field "pc". Replace
9228 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9229 structure.
9230 * frame.c (frame_pc_unwind): Update.
9231 (create_sentinel_frame): Do not set "pc".
9232 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9233 (get_frame_pc): Call frame_pc_unwind.
9234 (deprecated_update_frame_pc_hack): Update.
9235 (create_new_frame): Use "pc" not "->pc".
9236
90a6fffb
AC
92372003-04-09 Andrew Cagney <cagney@redhat.com>
9238
9239 * frame.c (get_frame_id): Eliminate code updating "frame".
9240 (legacy_get_prev_frame): Ditto.
9241 (get_frame_base): Return id.base directly.
9242 (deprecated_update_frame_base_hack): Update "id.base".
9243 * frame.h (struct frame_info): Delete field "frame".
9244
2fbce691
AC
92452003-04-09 Andrew Cagney <cagney@redhat.com>
9246
9247 * NEWS: Mention that the "Sequent family" is obsolete.
9248 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9249 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9250 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9251 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9252 * config/i386/tm-ptx4.h: Obsolete file.
9253 * config/i386/tm-ptx.h: Obsolete file.
9254 * symm-tdep.c: Obsolete file.
9255 * config/i386/symmetry.mt: Obsolete file.
9256 * config/i386/tm-symmetry.h: Obsolete file.
9257 * symm-nat.c: Obsolete file.
9258 * config/i386/nm-symmetry.h: Obsolete file.
9259 * config/i386/xm-symmetry.h: Obsolete file.
9260 * config/i386/symmetry.mh: Obsolete file.
9261 * config/i386/nm-ptx4.h: Obsolete file.
9262 * config/i386/ptx4.mh: Obsolete file.
9263 * config/i386/ptx.mt: Obsolete file.
9264 * config/i386/ptx.mh: Obsolete file.
9265 * config/i386/xm-ptx4.h: Obsolete file.
9266 * config/i386/xm-ptx.h: Obsolete file.
9267
78c43945
AC
92682003-04-09 Andrew Cagney <cagney@redhat.com>
9269
9270 Obsolete mips*-*-mach3*.
9271 * NEWS: Mention that mips*-*-mach3* is obsolete.
9272 * m3-nat.c: Obsolete file.
9273 * config/nm-m3.h: Obsolete file.
9274 * config/mips/tm-mipsm3.h: Obsolete file.
9275 * config/mips/mipsm3.mt: Obsolete file.
9276 * config/mips/mipsm3.mh: Obsolete file.
9277 * config/mips/xm-mipsm3.h: Obsolete file.
9278 * mipsm3-nat.c: Obsolete file.
9279 * configure.host: Obsolete mips-dec-mach3*.
9280 * configure.tgt: Obsolete mips*-*-mach3*.
9281
f1908289
AC
92822003-04-09 Andrew Cagney <cagney@redhat.com>
9283
9284 * doublest.h: Update copyright.
9285 (deprecated_store_floating, deprecated_extract_floating): Rename
9286 store_floating and extract_floating. Update comments.
9287 * doublest.c: Update copyright.
9288 (extract_floating_by_length): Replace extract_floating.
9289 (store_floating_by_length): Replace store_floating.
9290 (deprecated_extract_floating): New function.
9291 (deprecated_store_floating): New function.
9292 (extract_typed_floating): Call extract_floating_by_length.
9293 (store_typed_floating): Call store_floating_by_length.
9294 * x86-64-tdep.c (x86_64_store_return_value): Update.
9295 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9296 (sh64_extract_return_value): Update.
9297 (sh_sh4_register_convert_to_virtual): Update.
9298 (sh_sh64_register_convert_to_virtual): Update.
9299 (sh_sh4_register_convert_to_raw): Update.
9300 (sh_sh64_register_convert_to_raw): Update.
9301 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9302 (rs6000_register_convert_to_raw): Update.
9303 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9304 (ia64_register_convert_to_raw): Update.
9305 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9306 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9307 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9308 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9309 (alpha_register_convert_to_raw): Update.
9310
4443bd83
AC
93112003-04-08 Andrew Cagney <cagney@redhat.com>
9312
9313 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9314 * gdbarch.h, gdbarch.c: Re-generate.
9315 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9316 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9317 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9318 conditionally, use frame_pc_unwind as an alternative. Add
9319 comments.
9320 * arch-utils.c (init_frame_pc_default): Only call
9321 SAVED_PC_AFTER_CALL when available.
9322
c0236d92
EZ
93232003-04-08 Elena Zannoni <ezannoni@redhat.com>
9324
fbe586ae 9325 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9326 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9327 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9328 (start_remote): Ditto.
9329 (handle_inferior_event): Ditto.
9330 (save_inferior_status): Ditto.
9331 (restore_inferior_status): Ditto.
9332 * infcmd.c (attach_command): Ditto.
9333 * fork-child.c (startup_inferior): Ditto.
fbe586ae 9334 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9335 * alpha-tdep.c (heuristic_proc_start): Ditto.
9336 * mips-tdep.c (heuristic_proc_start): Ditto.
9337 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9338 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9339 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9340 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9341 * remote-vx.c (vx_create_inferior): Ditto.
9342
93432003-04-08 Elena Zannoni <ezannoni@redhat.com>
9344
9345 * infrun.c (stop_soon_quietly): Make it an enum, to better
9346 override the default behavior of handle_inferior_event.
9347 (clear_proceed_status): Update uses of stop_soon_quietly to
9348 reflect that it is now an enum.
9349 (start_remote): Ditto.
9350 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9351 is set to handle the new GNU/Linux kernel behavior for
9352 attach/sigstop. Update uses of stop_soon_quietly.
9353 * inferior.h (enum stop_kind): New enum.
9354 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9355 Reset normal handle_inferior_event behavior, afterwards.
9356 * fork-child.c (startup_inferior): Update.
9357 * alpha-tdep.c (heuristic_proc_start): Update.
9358 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9359 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9360 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9361 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9362 * remote-vx.c (vx_create_inferior): Update.
9363 * mips-tdep.c (heuristic_proc_start): Update.
9364
1211bce3
EZ
93652003-04-07 Elena Zannoni <ezannoni@redhat.com>
9366
9367 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 9368 be freed more than once, causing wild memory corruptions.
1211bce3 9369 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 9370 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 9371 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 9372 with the "core" target.
1211bce3 9373
f0ef6b29
KB
93742003-04-07 Kevin Buettner <kevinb@redhat.com>
9375
9376 * mips-tdep.c (mips_print_fp_register): New function, created from
9377 do_fp_register_row(). Registers are now (also) printed as hex.
9378 Only one register is printed per row.
9379 (mips_print_register, do_fp_register_row): Print floating point
9380 registers with mips_print_fp_register().
9381
8cf71652
AC
93822003-04-06 Andrew Cagney <cagney@redhat.com>
9383
5e488a7b
AC
9384 * valprint.h (inspect_it): Add extern declaration.
9385 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9386 (selectors_info, classes_info): Ditto.
9387 (find_objc_msgcall): Fix indentation.
9388 (objc_printstr): Delete extern declarations.
9389
8cf71652
AC
9390 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9391
e6ba3bc9
AC
93922003-04-06 Andrew Cagney <cagney@redhat.com>
9393
9394 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9395 Update comment.
9396 * frame.c (legacy_saved_regs_this_id): Update.
9397 (legacy_get_prev_frame): Update.
9398 * xstormy16-tdep.c: Update comment.
9399 * sparc-tdep.c (sparc_frame_chain): Update comment.
9400 * blockframe.c (legacy_frame_chain_valid): Update.
9401
55e1d7e7
AC
94022003-04-06 Andrew Cagney <cagney@redhat.com>
9403
996179ee
AC
9404 * valprint.c (val_print_type_code_int): Delete #ifdef
9405 PRINT_TYPELESS_INTEGER code.
9406
55e1d7e7
AC
9407 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9408 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9409 multi-arch definition.
9410 * gdbarch.h: Re-generate.
9411
43bd9a9e
AC
94122003-04-05 Andrew Cagney <cagney@redhat.com>
9413
9414 Eliminate FRAME_FIND_SAVED_REGS.
9415 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9416 Change FSR parameter to a pointer.
9417 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9418 Assume FSR parameter is a pointer.
9419 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9420 Make fsr a pointer.
9421 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9422 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9423 saved_regs a pointer.
9424 (hppa_frame_saved_pc): Ditto.
9425 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9426 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9427 pointer.
9428 (restore_pc_queue): Make fsr a pointer.
9429 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9430 (hppa_frame_chain): Make saved_regs a pointer, call
9431 hppa_frame_init_saved_regs.
9432 * sparc-tdep.c: Include "gdb_assert.h".
9433 (sparc_frame_find_saved_regs): Replace internal_error with
9434 gdb_assert.
9435 * remote-vxsparc.c (vx_read_register): Delete reference to
9436 FRAME_FIND_SAVED_REGS.
9437 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9438 * gdbarch.h: Regenerate.
9439 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9440 (deprecated_get_frame_saved_regs): Delete declaration.
9441 (struct frame_saved_regs): Delete definition.
9442 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9443 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9444 (hppa_frame_find_saved_regs): Delete declaration.
9445 (FRAME_FIND_SAVED_REGS): Delete macro.
9446 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9447 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9448 FRAME_FIND_SAVED_REGS in comment.
9449
be41e9f4
AC
94502003-04-05 Andrew Cagney <cagney@redhat.com>
9451
9452 * frame.c (frame_func_unwind, get_frame_func): New functions.
9453 * frame.h (get_frame_func, frame_func_unwind): Declare.
9454 (struct frame_info): Add field "prev_func" for caching the
9455 previous frame's function address.
9456 * arm-tdep.c (arm_frameless_function_invocation): Combine
9457 get_pc_function_start and get_frame_pc into get_frame_func.
9458 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9459 (sh64_nofp_frame_init_saved_regs): Ditto.
9460 * s390-tdep.c (s390_function_start): Ditto.
9461 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9462 (rs6000_frameless_function_invocation): Ditto.
9463 (rs6000_frame_saved_pc): Ditto.
9464 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9465 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9466 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9467 (i386_frame_init_saved_regs): Ditto.
9468 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9469 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9470 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9471 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9472 * blockframe.c (frameless_look_for_prologue): Ditto.
9473
a01dd7cc
AC
94742003-04-05 Andrew Cagney <cagney@redhat.com>
9475
9476 * frame.c (legacy_get_prev_frame): Link prev to next at the
9477 function start. Update comments.
9478
5e5592e6
AC
94792003-04-05 Andrew Cagney <cagney@redhat.com>
9480
9481 * frame.c (get_frame_id): Update comment.
9482 (legacy_get_prev_frame): Update comment.
9483 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9484 * gdbarch.h: Regenerate.
9485 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9486 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9487
6fba5002
AC
94882003-04-05 Andrew Cagney <cagney@redhat.com>
9489
9490 * stack.c (print_frame_info): Use get_frame_pc.
9491
7df05f2b
AC
94922003-04-04 Andrew Cagney <cagney@redhat.com>
9493
9494 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9495 the frame's type from the unwinder.
9496 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9497 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9498 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9499 (get_frame_base_address): Use get_frame_type.
9500 (get_frame_locals_address, get_frame_args_address): Ditto.
9501 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9502 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9503 (struct frame_info): Add comment explaining why the frame contains
9504 a "type" field.
9505 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9506 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9507 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9508 NORMAL_FRAME.
9509 * frame-unwind.h: Include "frame.h".
9510 (struct frame_unwind): Add "type" field.
9511 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 9512
11889732
AC
95132003-04-04 Andrew Cagney <cagney@redhat.com>
9514
9515 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9516 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9517 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9518 get_frame_base.
9519 (d10v_unwind_dummy_id): Use frame_id_build.
9520 * frame.c (find_frame_sal): Use get_frame_pc.
9521 (create_new_frame): Use deprecated_update_frame_pc_hack and
9522 deprecated_update_frame_base_hack.
9523 (create_sentinel_frame): Add comment about ->pc going away.
9524 (get_prev_frame): Add comment about ->pc going away.
9525 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9526 frame_id_build, deprecated_update_frame_pc_hack and
9527 deprecated_update_frame_base_hack.
9528 (select_frame): Use get_frame_pc.
9529 (legacy_saved_regs_this_id): Use frame_id_build.
9530
50c46a0d
EZ
95312003-04-04 Elena Zannoni <ezannoni@redhat.com>
9532
fbe586ae
RH
9533 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9534 signed integer case.
9535 (classify_argument): Handle enumerations and references.
50c46a0d 9536
50bbdbd9
AC
95372003-04-04 Andrew Cagney <cagney@redhat.com>
9538
9539 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9540 ID to NULL.
9541
36018d2e
AF
95422003-04-01 Adam Fedor <fedor@gnu.org>
9543
9544 * gdb/objc-lang.c (selectors_info): Replace calls to
9545 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9546 SYMBOL_NATURAL_NAME.
9547 (classes_info, find_methods): Likewise.
9548
35cec841
KB
95492003-04-03 Kevin Buettner <kevinb@redhat.com>
9550
9551 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9552 ``mach'' to the value determined by bfd_default_set_arch_mach().
9553
43136899
BR
95542003-04-02 Bob Rossi <bob_rossi@cox.net>
9555
9556 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9557 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9558 (mi-cmd-file.o): Update dependencies.
9559
040b99fd
KB
95602003-04-01 Kevin Buettner <kevinb@redhat.com>
9561
9562 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9563 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9564
9a3d7dfd
AF
95652003-04-01 Adam Fedor <fedor@gnu.org>
9566
9567 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9568 * language.h (struct language_defn): Add la_demangle.
9569 (language_demangle): Declare.
9570 * language.c (language_demangle): New function.
9571 (unk_lang_demangle): Likewise.
9572 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 9573 Add ukn_lang_demangle.
9a3d7dfd 9574 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 9575 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
9576 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9577 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9578 * jv-lang.c (java_demangle): New function
9579 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
9580 * objc-lang.c (objc_demangle): Add options argument
9581 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
9582 * maint.c (maintenance_demangle): Replace switch with
9583 call to language_demangle.
9584 * utils.c (fprintf_symbol_filtered): Likewise.
9585
5e074003
AC
95862003-04-01 Andrew Cagney <cagney@redhat.com>
9587
9588 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9589 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9590 PRINT_TYPELESS_INTEGER.
9591 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9592 PUSH_RETURN_ADDRESS.
9593
270cb5d6
AC
95942003-04-01 Andrew Cagney <cagney@redhat.com>
9595
9596 * Makefile.in (d10v-tdep.o): Update dependencies.
9597 * d10v-tdep.c: Include "frame-base.h".
9598 (d10v_frame_unwind): Make constant.
9599 (d10v_frame_base_address): New function.
9600 (d10v_frame_base): New variable.
9601 (d10v_gdbarch_init): Set frame_base default.
9602 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9603 comment for base.
9604 (d10v_frame_unwind_cache): Set and use "prev_sp".
9605 (d10v_frame_this_id): Use the previous frame's inner most stack
9606 address and this frame's func address for the frame ID. Use
9607 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 9608
6bfb3e36
AC
96092003-04-01 Andrew Cagney <cagney@redhat.com>
9610
9611 * frame.h (get_frame_locals_address, get_frame_args_address):
9612 Refer to the base address, instead of the address of the first
9613 local or parameter.
8ffd9b1b 9614
da62e633
AC
96152003-04-01 Andrew Cagney <cagney@redhat.com>
9616
9617 Add frame debug info addresses:
9618 * frame-base.c: New file.
9619 * frame-base.h: New file.
9620 * frame.h (struct frame_base): Add opaque declaration.
9621 (get_frame_base): Update comment.
9622 (get_frame_base_address): Declare.
9623 (get_frame_locals_address): Declare.
9624 (get_frame_args_address): Declare.
9625 (struct frame_info): Add "base" and "base_cache". Update
9626 comments on the unwinder.
9627 * frame.c: Include "frame-base.h".
9628 (get_frame_locals_address): New function.
9629 (get_frame_base_address): New function.
9630 (get_frame_args_address): New function.
9631 * findvar.c (read_var_value): Use get_frame_locals_address and
9632 get_frame_args_address.
9633 * stack.c (frame_info): Use get_frame_locals_address and
9634 get_frame_args_address.
9635 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9636 moved to "frame-base.c".
9637 * printcmd.c (print_frame_nameless_args): Ditto.
9638 * symtab.h (address_class): Update comments.
9639 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9640 get_frame_base_address.
9641 * dwarf2expr.c (execute_stack_op): Ditto.
9642 * Makefile.in (frame_base_h): Define.
9643 (frame.o): Update dependencies.
9644 (frame-base.o): Add dependencies.
9645 (SFILES): Add frame-base.c.
9646 (COMMON_OBS): Add frame-base.o.
9647
3d30e9c2
AC
96482003-04-01 Andrew Cagney <cagney@redhat.com>
9649
9650 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9651 CALL_DUMMY_LENGTH): Ditto.
9652 * gdbarch.c: Re-generate.
9653 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9654 (CALL_DUMMY_LENGTH): Delete macro.
9655 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9656 * arm-tdep.c (arm_gdbarch_init): Ditto.
9657 * avr-tdep.c (avr_gdbarch_init): Ditto.
9658 * cris-tdep.c (cris_gdbarch_init): Ditto.
9659 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9660 * frv-tdep.c (frv_gdbarch_init): Ditto.
9661 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9662 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9663 * i386-tdep.c (i386_gdbarch_init): Ditto.
9664 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9665 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9666 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9667 * mips-tdep.c (mips_gdbarch_init): Ditto.
9668 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9669 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9670 * s390-tdep.c (s390_gdbarch_init): Ditto.
9671 * sh-tdep.c (sh_gdbarch_init): Ditto.
9672 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9673 * v850-tdep.c (v850_gdbarch_init): Ditto.
9674 * vax-tdep.c (vax_gdbarch_init): Ditto.
9675 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9676
ce0c7262
CV
96772003-04-01 Corinna Vinschen <vinschen@redhat.com>
9678
9679 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9680
73dd234f
AC
96812003-04-01 Andrew Cagney <cagney@redhat.com>
9682
9683 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9684 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9685 * gdbarch.h, gdbarch.c: Re-generate.
9686 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9687 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9688 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9689 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9690 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9691 * infcmd.c (run_stack_dummy): Simplify assuming
9692 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9693 * infrun.c (handle_inferior_event): Ditto.
9694 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9695 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9696 * arm-tdep.c (arm_gdbarch_init): Ditto.
9697 * avr-tdep.c (avr_gdbarch_init): Ditto.
9698 * cris-tdep.c (cris_gdbarch_init): Ditto.
9699 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9700 * frv-tdep.c (frv_gdbarch_init): Ditto.
9701 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9702 * i386-tdep.c (i386_gdbarch_init): Ditto.
9703 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9704 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9705 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9706 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9707 * mips-tdep.c (mips_gdbarch_init): Ditto.
9708 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9709 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9710 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9711 * s390-tdep.c (s390_gdbarch_init): Ditto.
9712 * sh-tdep.c (sh_gdbarch_init): Ditto.
9713 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9714 * v850-tdep.c (v850_gdbarch_init): Ditto.
9715 * vax-tdep.c (vax_gdbarch_init): Ditto.
9716 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9717
97606a13
DJ
97182003-04-01 Daniel Jacobowitz <drow@mvista.com>
9719
9720 * symfile.c (symfile_relocate_debug_section): Update call to
9721 bfd_simple_get_relocated_section_contents.
9722
e8ab51f7
AC
97232003-03-31 Andrew Cagney <cagney@redhat.com>
9724
9725 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9726 * gdbarch.h, gdbarch.c: Regenerate.
9727 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9728 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9729 available.
9730 * frame.h (generic_fix_call_dummy): Delete declaration.
9731 * dummy-frame.h: Update comment.
9732 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9733 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9734 fix_call_dummy.
9735 * sh-tdep.c (sh_gdbarch_init): Ditto.
9736 * s390-tdep.c (s390_gdbarch_init): Ditto.
9737 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9738 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9739 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9740 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9741 * i386-tdep.c (i386_gdbarch_init): Ditto.
9742 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9743 * frv-tdep.c (frv_gdbarch_init): Ditto.
9744 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9745 * cris-tdep.c (cris_gdbarch_init): Ditto.
9746 * avr-tdep.c (avr_gdbarch_init): Ditto.
9747 * arm-tdep.c (arm_gdbarch_init): Ditto.
9748
018d1b48
JB
97492003-03-31 J. Brobecker <brobecker@gnat.com>
9750
9751 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9752 (INIT_FRAME_AP): Likewise.
9753 (EXTRA_FRAME_INFO): Likewise.
9754
e9a2674e
AC
97552003-03-31 Andrew Cagney <cagney@redhat.com>
9756
9757 * gdbarch.sh: Include "symfile.h".
9758 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9759 * gdbarch.h, gdbarch.c: Re-generate.
9760 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9761 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9762 call_dummy_address, the default is at entry_point_address.
9763 * v850-tdep.c (v850_gdbarch_init): Ditto.
9764 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9765 * sh-tdep.c (sh_gdbarch_init): Ditto.
9766 * s390-tdep.c (s390_gdbarch_init): Ditto.
9767 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9768 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9769 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9770 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9771 * i386-tdep.c (i386_gdbarch_init): Ditto.
9772 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9773 * frv-tdep.c (frv_gdbarch_init): Ditto.
9774 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9775 * cris-tdep.c (cris_gdbarch_init): Ditto.
9776 * arm-tdep.c (arm_gdbarch_init): Ditto.
9777
e8a8712a
AC
97782003-03-31 Andrew Cagney <cagney@redhat.com>
9779
9780 * gdbarch.sh (CALL_DUMMY_P): Delete.
9781 * gdbarch.h, gdbarch.c: Re-generate.
9782 * inferior.h (CALL_DUMMY_P): Delete macro.
9783 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9784 * vax-tdep.c (vax_gdbarch_init): Update.
9785 * v850-tdep.c (v850_gdbarch_init): Update.
9786 * sparc-tdep.c (sparc_gdbarch_init): Update.
9787 * sh-tdep.c (sh_gdbarch_init): Update.
9788 * s390-tdep.c (s390_gdbarch_init): Update.
9789 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9790 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9791 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9792 * mips-tdep.c (mips_gdbarch_init): Update.
9793 * mcore-tdep.c (mcore_gdbarch_init): Update.
9794 * m68k-tdep.c (m68k_gdbarch_init): Update.
9795 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9796 * ia64-tdep.c (ia64_gdbarch_init): Update.
9797 * i386-tdep.c (i386_gdbarch_init): Update.
9798 * h8300-tdep.c (h8300_gdbarch_init): Update.
9799 * frv-tdep.c (frv_gdbarch_init): Update.
9800 * d10v-tdep.c (d10v_gdbarch_init): Update.
9801 * cris-tdep.c (cris_gdbarch_init): Update.
9802 * breakpoint.c (deprecated_frame_in_dummy): Update.
9803 * avr-tdep.c (avr_gdbarch_init): Update.
9804 * alpha-tdep.c (alpha_gdbarch_init): Update.
9805 * arm-tdep.c (arm_gdbarch_init): Update.
9806 * dummy-frame.c (dummy_frame_this_id): Update comments.
9807 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9808 * frame.c (legacy_get_prev_frame): Ditto.
9809 * valops.c (call_function_by_hand): Delete function.
9810 (hand_function_call): Rename to call_function_by_hand
9811
ed234cf8
AC
98122003-03-30 Andrew Cagney <cagney@redhat.com>
9813
9814 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 9815 * value.h (struct value): Update comment.
ed234cf8 9816
06c77151
AC
98172003-03-30 Andrew Cagney <cagney@redhat.com>
9818
6c2b5168
AC
9819 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9820 D10V_FP_REGNUM.
9821 (d10v_gdbarch_init): Do not set fp_regnum.
9822
06c77151
AC
9823 * frame.c (get_frame_base): Force ID initialization.
9824 (get_prev_frame): Move computation of the frame ID from here ...
9825 (get_frame_id): ... to here.
9826 (legacy_get_prev_frame): Mark the frame ID as valid.
9827 * frame.h (struct frame_info): Add field "id_p".
9828
97a1a11c
MK
98292003-03-30 Mark Kettenis <kettenis@gnu.org>
9830
9831 * i386-tdep.c (i386_store_struct_return): Removed.
9832 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9833
6c0e89ed
AC
98342003-03-30 Andrew Cagney <cagney@redhat.com>
9835
9836 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9837 * gdbarch.h, gdbarch.c: Regenerate.
9838 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9839 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9840 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9841 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9842 * i386-tdep.c (i386_gdbarch_init): Ditto.
9843 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9844 * cris-tdep.c (cris_gdbarch_init): Ditto.
9845 * vax-tdep.c (vax_gdbarch_init): Ditto.
9846 * s390-tdep.c (s390_gdbarch_init): Ditto.
9847 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9848 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9849 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9850 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9851 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9852 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9853 * sparc-tdep.c (sparc_gdbarch_init): Update.
9854 * sh-tdep.c (sh_gdbarch_init): Update.
9855 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9856 * mips-tdep.c (mips_gdbarch_init): Update.
9857 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9858 * ia64-tdep.c (ia64_gdbarch_init): Update.
9859 * frv-tdep.c (frv_gdbarch_init): Update.
9860 * avr-tdep.c (avr_gdbarch_init): Update.
9861 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9862 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9863 instead of when push_dummy_call is not available.
8ffd9b1b 9864
f7dd6af2
AC
98652003-03-30 Andrew Cagney <cagney@redhat.com>
9866
9867 * infttrace.c: Include "gdbthread.h".
9868 (parent_attach_all): Fix function signature.
9869 (call_ptrace): Update call.
9870 * Makefile.in (infttrace.o): Update dependencies.
9871
28f617b3
AC
98722003-03-30 Andrew Cagney <cagney@redhat.com>
9873
9874 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9875 PUSH_RETURN_ADDRESS.
9876 * gdbarch.h, gdbarch.c: Regenerate.
9877 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9878 * x86-64-tdep.c (x86_64_init_abi): Update.
9879 * v850-tdep.c (v850_gdbarch_init): Update.
9880 * sparc-tdep.c (sparc_gdbarch_init): Update.
9881 * sh-tdep.c (sh_gdbarch_init): Update.
9882 * s390-tdep.c (s390_gdbarch_init): Update.
9883 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9884 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9885 * mips-tdep.c (mips_gdbarch_init): Update.
9886 * mcore-tdep.c (mcore_gdbarch_init): Update.
9887 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9888 * ia64-tdep.c (ia64_gdbarch_init): Update.
9889 * i386-tdep.c (i386_gdbarch_init): Update.
9890 * h8300-tdep.c (h8300_gdbarch_init): Update.
9891 * frv-tdep.c (frv_gdbarch_init): Update.
9892 * cris-tdep.c (cris_gdbarch_init): Update.
9893 * avr-tdep.c (avr_gdbarch_init): Update.
9894 * arm-tdep.c (arm_gdbarch_init): Update.
9895 * valops.c (hand_function_call): Update.
9896
4d628cd7
AC
98972003-03-29 Andrew Cagney <cagney@redhat.com>
9898
9899 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9900 sizeof_call_dummy_words.
9901 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9902 define.
9903 * gdbarch.h: Regenerate.
8ffd9b1b 9904
65e82032
AC
99052003-03-29 Andrew Cagney <cagney@redhat.com>
9906
9907 * infttrace.h: New file.
9908 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9909 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9910 (hpread_read_doc_function_type): Detect an initialized type1.
9911 (hpread_quick_traverse): Initialize mod_name_string.
9912 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9913 (som_solib_get_solib_by_pc): Declare.
9914 (so_lib_thread_start_addr): Declare.
9915 (no_shared_libraries): Declare.
9916 * somread.c (init_import_symbols): Make static. Add forward
9917 declaration.
9918 * config/pa/nm-hppah.h: Include "infttrace.h" for
9919 parent_attach_all.
9920 (hppa_insert_hw_watchpoint): Declare.
9921 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9922 * hppah-nat.c: Include "gdb_string.h".
9923 (parent_attach_all): Delete extern declaration, moved to
9924 "infttrace.h".
9925 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9926 int.
9927 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9928 * Makefile.in (infttrace_h): Define.
9929 (hpread.o): Update dependencies.
9930 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9931 * hppa-hpux-tdep.c: Include "gdb_string.h".
9932 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9933 * infrun.c (handle_inferior_event): Always initialize
9934 stepped_after_stopped_by_watchpoint. Add default and remove
9935 fallthrough in switch statement.
9936 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9937 parameter to int.
9938 (hppa_remove_hw_watchpoint): Ditto.
9939
2c3bbe77
AC
99402003-03-29 Andrew Cagney <cagney@redhat.com>
9941
9942 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9943 offset.
9944
2dd604e7
RE
99452003-03-29 Richard Earnshaw <rearnsha@arm.com>
9946
9947 * arm-tdep.c (arm_push_arguments): Delete.
9948 (struct stack_item): New type.
9949 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9950 (arm_store_struct_return): Delte.
9951 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9952 arm_push_arguments or arm_store_struct_return.
9953
e8933a55
AC
99542003-03-28 Andrew Cagney <cagney@redhat.com>
9955
9956 * Makefile.in (d10v-tdep.o): Update dependencies.
9957 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9958 * d10v-tdep.c: Include "remote.h".
9959 (target_resume_hook): Delete extern declaration.
9960 (target_wait_loop_hook): Ditto.
9961 (tdisassemble_command): Eliminate assignment in "if" conditional.
9962 (d10v_ts2_register_sim_regno): Eliminate call to
9963 legacy_register_sim_regno.
9964 (d10v_ts3_register_sim_regno): Ditto.
9965
6949171e
JJ
99662003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9967
9968 * thread.c: Reindented.
9969 * lin-lwp.c: Ditto.
9970 * linux-proc.c: Ditto.
9971
98c7071f
BR
99722003-03-28 Bob Rossi <bob_rossi@cox.net>
9973
fbe586ae 9974 * MAINTAINERS (write after approval): Add myself.
98c7071f 9975
5edc9ca6
TR
99762003-03-27 Theodore A. Roth <troth@openavr.org>
9977
9978 * objc-exp.y: Add missing semi-colons.
9979
378bfd1b
AC
99802003-03-27 Andrew Cagney <cagney@redhat.com>
9981
9982 * regcache.c (write_sp): Delete function and references.
9983 * inferior.h (write_sp): Delete declaration.
9984 * valops.c (hand_function_call): Replace write_sp with
9985 TARGET_WRITE_SP.
9986 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9987 (sparc_pop_frame): Ditto.
8ffd9b1b 9988
56056df7
AC
99892003-03-27 Andrew Cagney <cagney@redhat.com>
9990
9991 * NEWS: Mention removal of support for hppa*-*-bsd* and
9992 hppa*-*-osf* natives, and hppa*-*-pro* target.
9993 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9994 * config/pa/xm-pa.h: Obsolete file.
9995 * config/pa/xm-hppab.h: Obsolete file.
9996 * config/pa/nm-hppab.h: Obsolete file.
9997 * config/pa/tm-hppab.h: Obsolete file.
9998 * config/pa/tm-hppao.h: Obsolete file.
9999 * config/pa/nm-hppao.h: Obsolete file.
10000 * config/pa/tm-pro.h: Obsolete file.
10001 * config/pa/hppaosf.mt: Obsolete file.
10002 * config/pa/hppaosf.mh: Obsolete file.
10003 * config/pa/hppapro.mt: Obsolete file.
10004 * config/pa/hppabsd.mt: Obsolete file.
10005 * config/pa/hppabsd.mh: Obsolete file.
10006 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10007 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10008 hppa*-*-osf*.
10009
5873a88d
AC
100102003-03-27 Andrew Cagney <cagney@redhat.com>
10011
10012 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10013 push_arguments. Don't set push_return_address or write_sp.
10014 (d10v_push_dummy_call): Replace d10v_push_arguments.
10015 (d10v_push_return_address, d10v_write_sp): Delete function,
10016 handled by push_dummy_call.
10017
b81774d8
AC
100182003-03-26 Andrew Cagney <cagney@redhat.com>
10019
10020 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10021 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10022 regcache and dummy_addr parameters.
10023 * gdbarch.h, gdbarch.c: Re-generate.
10024 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10025 available; assume it will handle stack alignment and return
10026 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10027 legacy_push_arguments.
10028 (legacy_push_arguments): Rename default_push_arguments.
10029 * value.h (legacy_push_arguments): Rename default_push_arguments.
10030 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10031 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10032 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10033 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10034 * config/i386/tm-symmetry.h: Update.
10035 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10036 * x86-64-tdep.c (x86_64_init_abi): Update.
10037 * v850-tdep.c (v850_gdbarch_init): Update.
10038 * sparc-tdep.c (sparc_gdbarch_init): Update.
10039 * sh-tdep.c (sh_gdbarch_init): Update.
10040 * s390-tdep.c (s390_gdbarch_init): Update.
10041 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10042 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10043 * mips-tdep.c (mips_gdbarch_init): Update.
10044 * mcore-tdep.c (mcore_gdbarch_init): Update.
10045 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10046 * ia64-tdep.c (ia64_gdbarch_init): Update.
10047 * i386-tdep.c (i386_gdbarch_init): Update.
10048 * hppa-tdep.c (hppa_gdbarch_init): Update.
10049 * h8300-tdep.c (h8300_gdbarch_init): Update.
10050 * frv-tdep.c (frv_gdbarch_init): Update.
10051 * d10v-tdep.c (d10v_gdbarch_init): Update.
10052 * cris-tdep.c (cris_gdbarch_init): Update.
10053 * avr-tdep.c (avr_gdbarch_init): Update.
10054 * arm-tdep.c (arm_gdbarch_init): Update.
10055 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10056 * alpha-tdep.c (alpha_gdbarch_init): Update.
10057
f541410f
DJ
100582003-03-26 Daniel Jacobowitz <drow@mvista.com>
10059
10060 * signals/signals.c (do_target_signal_to_host): Correct realtime
10061 signal range test.
10062
69f567ae
DJ
100632003-03-26 Daniel Jacobowitz <drow@mvista.com>
10064
10065 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10066 (struct sal_chain, map_catch_names): Remove.
10067 (catch_exception_command_1): Don't call
10068 handle_gnu_4_16_catch_command.
10069
d5d14a5a
DJ
100702003-03-26 Daniel Jacobowitz <drow@mvista.com>
10071
10072 From Mark Dettinger <dettinge@de.ibm.com>:
10073 * dwarf2cfi.c (read_2u): Increment pointer by two.
10074
bdd73e22
DJ
100752003-03-26 Daniel Jacobowitz <drow@mvista.com>
10076
10077 * signals/signals.c: Fix typos in last change.
10078
960cb555
DJ
100792003-03-26 Daniel Jacobowitz <drow@mvista.com>
10080
10081 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10082 not already defined. Use __SIGRTMIN if available.
10083 (target_signal_from_host): Remove SIGRTMIN block.
10084 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10085 the signal is within the realtime range.
10086
f636b87d
AF
100872003-03-25 Adam Fedor <fedor@gnu.org>
10088
10089 * Makefile.in (infrun.o): Add $(language_h)
10090 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10091 for language specific trampolines.
10092 * language.h (struct language_defn): Add skip_trampoline.
10093 (skip_language_trampoline): Declare.
10094 * language.c (unk_lang_trampoline, skip_language_trampoline):
10095 New functions.
10096 (unknown_language_defn, auto_language_defn, local_language_defn):
10097 Add ukn_lang_trampoline.
10098 * ada-lang.c (ada_language_defn): Add NULL for language
10099 specific skip_trampoline.
10100 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10101 scm-lang.c: Likewise.
10102 * objc-lang.c (objc_skip_trampoline): New function.
10103 (objc_language_defn): Add objc_skip_trampoline.
10104
28f617b3 101052003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
10106
10107 * frame.c (get_prev_frame): Delay validating a frame's ID -
10108 non-NULL, didn't go backwards - until an attempt to unwind it to
10109 the previous frame.
10110
f933a9c5
AC
101112003-03-25 Andrew Cagney <cagney@redhat.com>
10112
10113 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10114 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10115 * gdbarch.h, gdbarch.c: Re-generate.
10116 * config/sparc/tm-sparc.h
10117 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10118 * sparc-tdep.c (sparc_gdbarch_init): Set
10119 deprecated_extra_stack_alignment_needed.
10120 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10121 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10122 extra_stack_alignment_needed.
10123 * v850-tdep.c (v850_gdbarch_init): Ditto.
10124 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10125 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10126 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10127 * cris-tdep.c (cris_gdbarch_init): Ditto.
10128 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10129 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 10130
4183d812
AC
101312003-03-25 Andrew Cagney <cagney@redhat.com>
10132
10133 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10134 STORE_STRUCT_RETURN.
10135 * gdbarch.h, gdbarch.c: Regenerate.
10136 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10137 (d10v_push_arguments): Set the struct return register.
10138 (d10v_gdbarch_init): Update.
10139 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10140 * x86-64-tdep.c (x86_64_init_abi): Update.
10141 * vax-tdep.c (vax_gdbarch_init): Update.
10142 * v850-tdep.c (v850_gdbarch_init): Update.
10143 * sparc-tdep.c (sparc_gdbarch_init): Update.
10144 * sh-tdep.c (sh_gdbarch_init): Update.
10145 * s390-tdep.c (s390_gdbarch_init): Update.
10146 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10147 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10148 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10149 * mips-tdep.c (mips_gdbarch_init): Update.
10150 * mcore-tdep.c (mcore_gdbarch_init): Update.
10151 * m68k-tdep.c (m68k_gdbarch_init): Update.
10152 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10153 * ia64-tdep.c (ia64_gdbarch_init): Update.
10154 * i386-tdep.c (i386_gdbarch_init): Update.
10155 * hppa-tdep.c (hppa_gdbarch_init): Update.
10156 * h8300-tdep.c (h8300_gdbarch_init): Update.
10157 * frv-tdep.c (frv_gdbarch_init): Update.
10158 * cris-tdep.c (cris_gdbarch_init): Update.
10159 * avr-tdep.c (avr_gdbarch_init): Update.
10160 * arm-tdep.c (arm_gdbarch_init): Update.
10161 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 10162
1bf6d5cc
AC
101632003-03-25 Andrew Cagney <cagney@redhat.com>
10164
10165 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10166 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10167 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10168 * gdbarch.h, gdbarch.c: Regenerate.
10169 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10170 call_dummy_stack_adjust_p.
10171 * vax-tdep.c (vax_gdbarch_init): Ditto.
10172 * v850-tdep.c (v850_gdbarch_init): Ditto.
10173 * sh-tdep.c (sh_gdbarch_init): Ditto.
10174 * s390-tdep.c (s390_gdbarch_init): Ditto.
10175 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10176 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10177 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10178 * mips-tdep.c (mips_gdbarch_init): Ditto.
10179 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10180 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10181 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10182 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10183 * i386-tdep.c (i386_gdbarch_init): Ditto.
10184 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10185 * frv-tdep.c (frv_gdbarch_init): Ditto.
10186 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10187 * cris-tdep.c (cris_gdbarch_init): Ditto.
10188 * avr-tdep.c (avr_gdbarch_init): Ditto.
10189 * arm-tdep.c (arm_gdbarch_init): Ditto.
10190 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10191 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10192 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10193 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10194 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10195 call_dummy_stack_adjust_p.
10196 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10197 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10198 * sparc-tdep.c (sparc32_push_arguments): Update.
10199 * valops.c (hand_function_call): Update.
10200
71c08af0
CV
102012003-03-25 Corinna Vinschen <vinschen@redhat.com>
10202
10203 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10204 set_gdbarch_char_signed.
10205
30757f90
RE
102062003-03-25 Richard Earnshaw <rearnsha@arm.com>
10207
10208 PR cli/548
10209 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10210
03d48a7d
RE
102112003-03-25 Richard Earnshaw <rearnsha@arm.com>
10212
10213 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10214 (_initialize_arm_tdep): Don't set tm_print_insn.
10215
2cf6873c
AF
102162003-03-24 Adam Fedor <fedor@gnu.org>
10217
10218 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10219 * objc-lang.h: Add multiple inclusion protection.
10220 (start_msglist, add_msglist, end_msglist): Additional declarations.
10221
17c0759e
RE
102222003-03-24 Richard Earnshaw <rearnsha@arm.com>
10223
10224 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10225 value was renamed to ARM_FLOAT_SOFT_FPA.
10226
618ce49f
AC
102272003-03-23 Andrew Cagney <cagney@redhat.com>
10228
10229 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10230 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10231 * gdbarch.h, gdbarch.c: Regenerate.
10232 * valops.c (hand_function_call): Update.
10233 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10234 * frame.c (legacy_saved_regs_this_id): Update.
10235 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10236 * dummy-frame.h: Update.
10237 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10238 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10239 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10240 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10241 * config/m68k/tm-sun3.h: Update.
10242 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10243 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10244 * x86-64-tdep.c (x86_64_init_abi): Update.
10245 * vax-tdep.c (vax_gdbarch_init): Update.
10246 * v850-tdep.c (v850_gdbarch_init): Update.
10247 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10248 * sh-tdep.c (sh_gdbarch_init): Update.
10249 * s390-tdep.c (s390_gdbarch_init): Update.
10250 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10251 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10252 (frame_get_saved_regs): Update.
10253 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10254 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10255 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10256 * mips-tdep.c (mips_gdbarch_init): Update.
10257 * mcore-tdep.c (mcore_gdbarch_init): Update.
10258 * m68k-tdep.c (m68k_gdbarch_init): Update.
10259 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10260 * ia64-tdep.c (ia64_gdbarch_init): Update.
10261 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10262 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10263 (i386_interix_back_one_frame): Update.
10264 * hppa-tdep.c (hppa_gdbarch_init): Update.
10265 (hppa_init_extra_frame_info): Update.
10266 * h8300-tdep.c (h8300_gdbarch_init): Update.
10267 * frv-tdep.c (frv_gdbarch_init): Update.
10268 * cris-tdep.c (cris_gdbarch_init): Update.
10269 * avr-tdep.c (avr_gdbarch_init): Update.
10270 * arm-tdep.c (arm_gdbarch_init): Update.
10271 * alpha-tdep.c (alpha_gdbarch_init): Update.
10272
fd50bc42
RE
102732003-03-22 Richard Earnshaw <rearnsha@arm.com>
10274
10275 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10276 (arm_get_fp_model): Declare.
10277 * arm-tdep.c (fp_model_strings): New string array.
10278 (arm_fp_model, current_fp_model): New variables.
10279 (arm_get_fp_model): New function.
10280 (arm_set_fp): New function.
10281 (set_fp_model_sfunc): New function.
10282 (show_fp_model): New function.
10283 (_initialize_arm_tdep): Add new command to set/show the FPU.
10284 (arm_extract_return_value): Use arm_get_fp_model.
10285 (arm_store_return_value): Likewise.
10286 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10287 to initialize the floating-point data types.
10288 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10289 model is FPA.
10290
26304000
RE
102912003-03-22 Richard Earnshaw <rearnsha@arm.com>
10292
10293 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10294 the current setting of each value.
10295 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 10296 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
10297 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10298 commands and add new version as subcommands of "set/show arm".
10299
afd7eef0
RE
103002003-03-22 Richard Earnshaw <rearnsha@arm.com>
10301
10302 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10303 (set_arm_command, show_arm_command): New functions.
10304 (_initialize_arm_tdep): Add them.
10305 (num_disassembly_options): Renamed from num_flavor_options.
10306 (valid_disassembly_styles): Renamed from valid_flavors.
10307 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 10308 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
10309 set_disassembly_flavor_sfunc.
10310 (set_disassembly_style): Renamed from set_disassembly_flavor.
10311 (arm_othernames): Updated.
10312 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10313 command. Add "set/show arm disassembly" commands. Deprecate
10314 "othernames" command.
10315
299a7944
RE
103162003-03-22 Richard Earnshaw <rearnsha@arm.com>
10317
10318 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10319 (arm-tdep.o): Depend on elf_arm_h.
10320
c1dac9e6
RE
103212003-03-22 Richard Earnshaw <rearnsha@arm.com>
10322
10323 * Makefile.in (coff_internal_h): Define.
10324 (arm-tdep.o): Update dependencies.
10325
2702d96c
RE
103262003-03-22 Richard Earnshaw <rearnsha@arm.com>
10327
10328 * arm-tdep.c (prologue_cache): Delete.
10329 (check_prologue_cache, save_prologue_cache): Delete.
10330 (arm_scan_prologue): Don't check or update the prologue_cache.
10331 (arm_gdb_arch_init): Don't initialize it.
10332 (_initialize_arm_tdep): Likewise.
10333
27d5d74b
SC
103342003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10335
10336 * MAINTAINERS (tui): Maintainer of tui code.
10337
1762d96d
CV
103382003-03-21 Corinna Vinschen <vinschen@redhat.com>
10339
10340 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10341 (i386-cygwin-tdep.o): Add dependencies.
10342 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10343 * i386-cygwin-tdep.c: New file.
10344 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10345 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10346
4c2e2391
AC
103472003-03-20 Andrew Cagney <cagney@redhat.com>
10348
f20d38b7
AC
10349 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10350 (handle_inferior_event): Remove code calling
10351 DYNAMIC_TRAMPOLINE_NEXTPC.
10352
0022b738
AC
10353 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10354 already has a full path.
10355
864dbc90
AC
10356 * main.c (gdb_main): Return 1.
10357 (captured_main): Call error to report an invalid interpreter.
10358
4c2e2391
AC
10359 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10360 * alpha-osf1-tdep.c: Include "gdb_string.h".
10361
5ef7553b
JB
103622003-03-19 J. Brobecker <brobecker@gnat.com>
10363
10364 Continuing work to convert the hppa targets to multiarch partial.
10365
10366 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10367 method, now that hppa_push_dummy_frame has a conformant prototype.
10368 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10369 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10370 for the switch to multiarch partial.
10371
7bde8967
KB
103722003-03-19 Kevin Buettner <kevinb@redhat.com>
10373
10374 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10375 when iss is issNull.
10376
b006a9e9
KB
103772003-03-18 Kevin Buettner <kevinb@redhat.com>
10378
10379 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10380 NUM_REGS bounds check.
10381
5e2e9765
KB
103822003-03-18 Kevin Buettner <kevinb@redhat.com>
10383
10384 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10385 * mips-tdep.c (gdb_assert.h): Include.
10386 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10387 (mips_register_name): Handle integer registers explicitly. Add
10388 bounds checking.
10389 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10390 (mips_lsi33k_reg_names): Don't list integer registers; they're
10391 handled by mips_register_name() now.
10392 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10393 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10394 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10395 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10396 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10397
a2867626
AC
103982003-03-18 Andrew Cagney <cagney@redhat.com>
10399
10400 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10401 a void pointer.
10402 * gdbtypes.h (print_scalar_formatted): Update declaration.
10403 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10404
06600e06
JB
104052003-03-18 J. Brobecker <brobecker@gnat.com>
10406
10407 * infrun.c (observer.h): Add #include.
10408 (normal_stop): Add call to observer_notify_normal_stop.
10409 * Makefile.in (infrun.o): Add dependency on observer.h.
10410
7daf4f5b
JB
104112003-03-18 J. Brobecker <brobecker@gnat.com>
10412
10413 Continuing work to convert the hppa targets to multiarch partial.
10414 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10415 parameter. Reformat comment.
10416 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10417 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10418 to match new profile.
10419
3371ccc0
JB
104202003-03-18 J. Brobecker <brobecker@gnat.com>
10421
10422 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10423 appear to be working in any case.
10424
4fbe891e
JB
104252003-03-18 J. Brobecker <brobecker@gnat.com>
10426
10427 * observer.c (observer_test_first_observer): New static variable.
10428 (observer_test_second_observer): Likewise.
10429 (observer_test_third_observer): Likewise.
10430 (observer_test_first_notification_function): New static function.
10431 (observer_test_second_notification_function): Likewise.
10432 (observer_test_third_notification_function): Likewise.
10433
a7ff40e7
JB
104342003-03-17 J. Brobecker <brobecker@gnat.com>
10435
10436 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10437 * somsolib.c (gdb_assert.h): Likewise.
10438 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10439 (somsolib.o): Likewise.
10440
26ca4152
AC
104412003-03-17 Andrew Cagney <cagney@redhat.com>
10442
10443 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10444 BFD. Simplify setting of di.endian.
10445
0a613259
AC
104462003-03-17 Andrew Cagney <cagney@redhat.com>
10447
10448 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10449 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10450
10451 From Elena Zannoni <ezannoni@redhat.com>
10452 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10453 vector and floating-point parameters.
10454 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10455 convention.
10456 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10457
1132738f
FN
104582003-03-17 Fernando Nasser <fnasser@redhat.com>
10459
10460 * MAINTAINERS: Remove my name from several maintainership roles.
10461
6dc42492
AC
104622003-03-17 Andrew Cagney <cagney@redhat.com>
10463
10464 Fix frame off-by-one bug.
10465 * frame-unwind.h (frame_this_id_ftype): Replace
10466 frame_unwind_id_ftype.
10467 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10468 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10469 with "prev_register".
10470 * frame-unwind.c (frame_unwind_find_by_pc): Return
10471 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10472 comment.
10473 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10474 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10475 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10476 (dummy_frame_unwind): Update.
10477 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10478 sentinel_frame_register_unwind.
10479 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10480 (sentinel_frame_unwinder): Update.
10481 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10482 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10483 * frame.c (create_sentinel_frame): Update. Initialize
10484 "prologue_cache" instead of "unwind_cache".
10485 (frame_register_unwind): Call this frame's prev_register with the
10486 next frame and this frame's prologue cache.
10487 (get_prev_frame): Simplify. Always call prev frame's this_id with
10488 this frame and prev frame's prologue cache. Document that this
10489 call is shifted one to the left when compared to the
10490 frame_register_unwind call.
10491 (legacy_saved_regs_prev_register): Replace
10492 frame_saved_regs_register_unwind.
10493 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10494 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10495 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10496 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10497 (d10v_frame_unwind): Update.
10498 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10499 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10500 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10501 "saved_regs" with "this_saved_regs".
10502
efd710d6
AC
105032003-03-16 Andrew Cagney <cagney@redhat.com>
10504
10505 * frame.c (frame_pop): Don't call target_store_registers. Fix
10506 problem reported by Mark Kettenis.
10507
4e259f09
MK
105082003-03-16 Mark Kettenis <kettenis@gnu.org>
10509
10510 * i386-tdep.c (i386_register_type): Renamed from
10511 i386_register_virtual_type. Adjust function signature.
10512 (i386_gdbarch_init): Set register_type instead of
10513 deprecated_max_register_raw_size,
10514 deprecated_max_register_virtual_size and register_virtual_type.
10515
055bb976
AC
105162003-03-14 Andrew Cagney <cagney@redhat.com>
10517
10518 * frame.c (get_prev_frame): When a legacy frame, always call
10519 legacy_get_prev_frame. Simplify unwind code using assumption that
10520 the unwinder is new.
10521 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10522 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10523 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10524
ac2adee5
AC
105252003-03-14 Andrew Cagney <cagney@redhat.com>
10526
10527 * frame.c (get_saved_register): Delete function.
10528 * frame.h (get_saved_register): Delete declaration.
10529 * xstormy16-tdep.c: Update comment.
10530 * regcache.h: Update comments.
10531 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10532 get_saved_register and extract_address, use
10533 frame_read_unsigned_register.
10534 (sparc_frame_saved_pc): Ditto.
10535 (sparc_get_saved_register): Instead of get_saved_register, use
10536 frame_register.
10537 (sparc_pop_frame): Ditto.
10538 * findvar.c: Update comments.
10539 (value_of_register): Call frame_register instead of
10540 get_saved_register.
10541 (value_from_register): Ditto.
10542 * config/sparc/tm-sparc.h: Update comment.
10543 * breakpoint.c: Update comment.
10544
129c1cd6
AC
105452003-03-14 Andrew Cagney <cagney@redhat.com>
10546
10547 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10548 GET_SAVED_REGISTER.
10549 * gdbarch.h, gdbarch.c: Re-generate.
10550 * frame.h: Update comments.
10551 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10552 * x86-64-tdep.c (x86_64_init_abi): Update.
10553 * sparc-tdep.c (sparc_gdbarch_init): Update.
10554 * sh-tdep.c (sh_gdbarch_init): Update.
10555 * mips-tdep.c (mips_gdbarch_init): Update.
10556 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10557 * cris-tdep.c (cris_gdbarch_init): Update.
10558 * ia64-tdep.c (ia64_gdbarch_init): Update.
10559 * frame.c (frame_register): Update.
10560 (get_saved_register): Update.
10561 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 10562
749b82f6
AC
105632003-03-13 Andrew Cagney <cagney@redhat.com>
10564
10565 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10566 * gdbarch.h, gdbarch.c: Regenerate.
10567 * valops.c (hand_function_call): Update comment.
10568 * stack.c (return_command): Update comment.
10569 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10570 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10571 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10572 * x86-64-tdep.c (x86_64_init_abi): Update.
10573 * vax-tdep.c (vax_gdbarch_init): Update.
10574 * v850-tdep.c (v850_gdbarch_init): Update.
10575 * sparc-tdep.c (sparc_gdbarch_init): Update.
10576 * sh-tdep.c (sh_gdbarch_init): Update.
10577 * s390-tdep.c (s390_gdbarch_init): Update.
10578 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10579 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10580 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10581 * mips-tdep.c (mips_gdbarch_init): Update.
10582 * mcore-tdep.c (mcore_gdbarch_init): Update.
10583 * m68k-tdep.c (m68k_gdbarch_init): Update.
10584 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10585 * ia64-tdep.c (ia64_gdbarch_init): Update.
10586 * i386-tdep.c (i386_gdbarch_init): Update.
10587 * hppa-tdep.c (hppa_gdbarch_init): Update.
10588 * h8300-tdep.c (h8300_gdbarch_init): Update.
10589 * frv-tdep.c (frv_gdbarch_init): Update.
10590 * cris-tdep.c (cris_gdbarch_init): Update.
10591 * avr-tdep.c (avr_gdbarch_init): Update.
10592 * arm-tdep.c (arm_gdbarch_init): Update.
10593 * alpha-tdep.c (alpha_gdbarch_init): Update.
10594
1594fa56
AC
105952003-03-13 Andrew Cagney <cagney@redhat.com>
10596
10597 * frame.c (legacy_frame_p): New function.
10598 (get_prev_frame): Use legacy_frame_p.
10599 * frame.h (legacy_frame_p): Declare.
10600
7717fda3
V
106012003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10602
fbe586ae 10603 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
10604 listing corrected.
10605
0c67cbe9
V
106062003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10607
fbe586ae 10608 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 10609
03febf99
AC
106102003-03-12 Andrew Cagney <cagney@redhat.com>
10611
10612 * frame.c (get_prev_frame): Rename the frame parameter to
10613 "this_frame".
10614 (get_next_frame, legacy_get_prev_frame): Ditto.
10615
0a1e1ca1
AC
106162003-03-12 Andrew Cagney <cagney@redhat.com>
10617
10618 * frame.c (get_current_frame): Check target_has_registers before
10619 checking target_has_stack.
10620 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10621 instead of deprecated_selected_frame.
10622 * findvar.c (value_of_register): Pass "frame", not
10623 deprecated_selected_frame, to value_of_builtin_reg.
10624
a66a9c23
AC
106252003-03-12 Andrew Cagney <cagney@redhat.com>
10626
10627 * regcache.c (regcache_cooked_write_signed): New function.
10628 (regcache_cooked_write_unsigned): New function.
10629 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10630 (regcache_cooked_read_signed): Fix regnum in range assertion.
10631 * regcache.h (regcache_cooked_write_signed): Declare.
10632 (regcache_cooked_write_unsigned): Declare.
10633
8bedc050
AC
106342003-03-12 Andrew Cagney <cagney@redhat.com>
10635
10636 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10637 * gdbarch.h, gdbarch.c: Re-generate.
10638 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10639 * x86-64-tdep.h: Update.
10640 * x86-64-tdep.c (x86_64_init_abi): Update.
10641 * v850-tdep.c (v850_gdbarch_init): Update.
10642 * sparc-tdep.c (sparc_gdbarch_init): Update.
10643 * sh-tdep.c (sh_gdbarch_init): Update.
10644 * s390-tdep.c (s390_gdbarch_init): Update.
10645 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10646 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10647 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10648 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10649 * mips-tdep.c (mips_gdbarch_init): Update.
10650 * mcore-tdep.c (mcore_gdbarch_init): Update.
10651 * m68k-tdep.c (m68k_gdbarch_init): Update.
10652 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10653 * ia64-tdep.c (ia64_gdbarch_init): Update.
10654 * i386-tdep.c (i386_gdbarch_init): Update.
10655 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10656 * hppa-tdep.c (hppa_gdbarch_init): Update.
10657 * h8300-tdep.c (h8300_gdbarch_init): Update.
10658 * frv-tdep.c (frv_gdbarch_init): Update.
10659 * cris-tdep.c (cris_gdbarch_init): Update.
10660 * avr-tdep.c (avr_gdbarch_init): Update.
10661 * arm-tdep.c (arm_gdbarch_init): Update.
10662 * alpha-tdep.c (alpha_gdbarch_init): Update.
10663 * sh-tdep.c (sh_init_extra_frame_info): Update.
10664 (sh64_init_extra_frame_info): Update.
10665 * ns32knbsd-nat.c (frame_num_args): Update.
10666 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10667 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10668 (xstormy16_frame_chain_valid): Update.
10669 * vax-tdep.c (vax_saved_pc_after_call): Update.
10670 * v850-tdep.c (v850_frame_chain): Update.
10671 (v850_pop_frame): Update.
10672 (v850_init_extra_frame_info): Update.
10673 * sparc-tdep.c (setup_arbitrary_frame): Update.
10674 * ns32k-tdep.c (umax_frame_num_args): Update.
10675 * s390-tdep.c (s390_pop_frame_regular): Update.
10676 * mn10300-tdep.c (mn10300_frame_chain): Update.
10677 (mn10300_pop_frame_regular): Update.
10678 (mn10300_init_extra_frame_info): Update.
10679 * mips-tdep.c (mips_init_frame_pc_first): Update.
10680 (mips_frame_chain): Update.
10681 (mips_pop_frame): Update.
10682 * mcore-tdep.c (mcore_frame_chain): Update.
10683 (mcore_pop_frame): Update.
10684 (mcore_init_extra_frame_info): Update.
10685 * arch-utils.c (init_frame_pc_default): Update.
10686 * m68k-tdep.c (isi_frame_num_args): Update.
10687 (delta68_frame_num_args): Update.
10688 (news_frame_num_args): Update.
10689 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10690 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10691 (alpha_frame_chain): Update.
10692 (alpha_pop_frame): Update.
10693 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10694 (hppa_init_extra_frame_info): Update.
10695 (hppa_frame_chain): Update.
10696 (hppa_frame_chain_valid): Update.
10697 * cris-tdep.c (cris_init_extra_frame_info): Update.
10698 * avr-tdep.c (avr_init_extra_frame_info): Update.
10699 * arm-tdep.c (arm_frame_chain_valid): Update.
10700 (arm_init_extra_frame_info): Update.
10701 (arm_pop_frame): Update.
10702 * frame.c (frame_pc_unwind): Update.
10703 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10704 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10705 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10706 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10707 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10708 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 10709
7a25a7c1
AC
107102003-03-12 Andrew Cagney <cagney@redhat.com>
10711
10712 Eliminate the need for POP_FRAME.
10713 * frame.c (do_frame_unwind_register): New function.
10714 (frame_pop): When no POP_FRAME, pop the frame using register
10715 unwind and a scratch regcache.
10716 (frame_saved_regs_pop): Delete function.
10717 (trad_frame_unwinder): Update.
10718 * d10v-tdep.c (d10v_frame_pop): Delete function.
10719 (d10v_frame_unwind): Update.
10720 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10721 (sentinel_frame_unwinder): Update.
10722 * dummy-frame.c (dummy_frame_pop): Delete function.
10723 (dummy_frame_unwind): Update.
10724 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10725 (struct frame_unwind): Update.
10726
2f38ef89
KB
107272003-03-11 Kevin Buettner <kevinb@redhat.com>
10728
10729 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10730 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10731 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10732 Do range checks on register number obtained from debugging info.
10733 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10734 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10735 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10736 mapping function.
10737 (do_fp_register_row): Fix typo which caused double type to be
10738 used when attempting to unpack a float.
10739
552f4abf
JB
107402003-03-11 J. Brobecker <brobecker@gnat.com>
10741
10742 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10743
e0d2ae16
AC
107442003-03-11 Andrew Cagney <cagney@redhat.com>
10745
10746 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10747 frame. Problem found by Corinna Vinschen.
10748
ddbfdd06
PM
107492003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10750
10751 * doublest.c (floatformat_from_length): Accept also
10752 the real size of 'long double' type.
10753
088b2ddc 107542003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 10755
088b2ddc 10756 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
10757 * breakpoint.c (bpstat_copy): Copy the command lines as well
10758 as the old value, to match what is freed in bpstat_clear.
10759
f56f77c1
DC
107602003-03-10 David Carlton <carlton@math.stanford.edu>
10761
10762 * minsyms.c (add_minsym_to_hash_table): Replace
10763 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10764 (compare_minimal_symbols, compact_minimal_symbols)
10765 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10766 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10767 of DEPRECATED_SYMBOL_MATCHES_NAME.
10768 (lookup_minimal_symbol_solib_trampoline): Ditto.
10769
5602984a
AC
107702003-03-10 Andrew Cagney <cagney@redhat.com>
10771
10772 * regcache.h (regcache_cooked_read_ftype): Define.
10773 (regcache_save, regcache_restore): Add a cooked_read parameter.
10774 * regcache.c (regcache_save, regcache_restore): Update.
10775 (do_cooked_read): New function.
10776 (regcache_cpy): Pass do_cooked_read to regcache_save and
10777 regcache_restore.
10778
8bedc050
AC
107792003-03-10 Andrew Cagney <cagney@redhat.com>
10780
10781 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10782 * gdbarch.h, gdbarch.c: Re-generate.
10783 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10784 * x86-64-tdep.h: Update.
10785 * x86-64-tdep.c (x86_64_init_abi): Update.
10786 * v850-tdep.c (v850_gdbarch_init): Update.
10787 * sparc-tdep.c (sparc_gdbarch_init): Update.
10788 * sh-tdep.c (sh_gdbarch_init): Update.
10789 * s390-tdep.c (s390_gdbarch_init): Update.
10790 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10791 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10792 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10793 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10794 * mips-tdep.c (mips_gdbarch_init): Update.
10795 * mcore-tdep.c (mcore_gdbarch_init): Update.
10796 * m68k-tdep.c (m68k_gdbarch_init): Update.
10797 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10798 * ia64-tdep.c (ia64_gdbarch_init): Update.
10799 * i386-tdep.c (i386_gdbarch_init): Update.
10800 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10801 * hppa-tdep.c (hppa_gdbarch_init): Update.
10802 * h8300-tdep.c (h8300_gdbarch_init): Update.
10803 * frv-tdep.c (frv_gdbarch_init): Update.
10804 * cris-tdep.c (cris_gdbarch_init): Update.
10805 * avr-tdep.c (avr_gdbarch_init): Update.
10806 * arm-tdep.c (arm_gdbarch_init): Update.
10807 * alpha-tdep.c (alpha_gdbarch_init): Update.
10808 * sh-tdep.c (sh_init_extra_frame_info): Update.
10809 (sh64_init_extra_frame_info): Update.
10810 * ns32knbsd-nat.c (frame_num_args): Update.
10811 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10812 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10813 (xstormy16_frame_chain_valid): Update.
10814 * vax-tdep.c (vax_saved_pc_after_call): Update.
10815 * v850-tdep.c (v850_frame_chain): Update.
10816 (v850_pop_frame): Update.
10817 (v850_init_extra_frame_info): Update.
10818 * sparc-tdep.c (setup_arbitrary_frame): Update.
10819 * ns32k-tdep.c (umax_frame_num_args): Update.
10820 * s390-tdep.c (s390_pop_frame_regular): Update.
10821 * mn10300-tdep.c (mn10300_frame_chain): Update.
10822 (mn10300_pop_frame_regular): Update.
10823 (mn10300_init_extra_frame_info): Update.
10824 * mips-tdep.c (mips_init_frame_pc_first): Update.
10825 (mips_frame_chain): Update.
10826 (mips_pop_frame): Update.
10827 * mcore-tdep.c (mcore_frame_chain): Update.
10828 (mcore_pop_frame): Update.
10829 (mcore_init_extra_frame_info): Update.
10830 * arch-utils.c (init_frame_pc_default): Update.
10831 * m68k-tdep.c (isi_frame_num_args): Update.
10832 (delta68_frame_num_args): Update.
10833 (news_frame_num_args): Update.
10834 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10835 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10836 (alpha_frame_chain): Update.
10837 (alpha_pop_frame): Update.
10838 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10839 (hppa_init_extra_frame_info): Update.
10840 (hppa_frame_chain): Update.
10841 (hppa_frame_chain_valid): Update.
10842 * cris-tdep.c (cris_init_extra_frame_info): Update.
10843 * avr-tdep.c (avr_init_extra_frame_info): Update.
10844 * arm-tdep.c (arm_frame_chain_valid): Update.
10845 (arm_init_extra_frame_info): Update.
10846 (arm_pop_frame): Update.
10847 * frame.c (frame_pc_unwind): Update.
10848 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10849 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10850 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10851 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10852 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10853 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 10854
12cc2063
AC
108552003-03-10 Andrew Cagney <cagney@redhat.com>
10856
10857 * gdbarch.sh (gdbarch_unwind_pc): New method.
10858 * gdbarch.h, gdbarch.c: Regenerate.
10859 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10860 but use read_pc and FRAME_SAVED_PC as fall backs.
10861 (frame_saved_regs_pc_unwind): Delete function.
10862 (trad_frame_unwinder): Update.
10863 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10864 (struct frame_unwind): Update.
10865 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10866 (dummy_frame_unwind): Update.
10867 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10868 (sentinel_frame_unwinder): Update.
10869 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10870 (d10v_frame_unwind): Update.
10871 (d10v_unwind_pc): New function.
10872 (d10v_gdbarch_init): Set unwind_pc.
10873
ef840a37
AC
108742003-03-10 Andrew Cagney <cagney@redhat.com>
10875
a2ce2e56
AC
10876 * gdbarch.h: Re-generate.
10877
ef840a37
AC
10878 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10879 PC.
10880 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10881 the PC register.
10882
08f3424b
MK
108832003-03-08 Mark Kettenis <kettenis@gnu.org>
10884
10885 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10886
1248ede2
AC
108872003-03-08 Andrew Cagney <cagney@redhat.com>
10888
10889 * cli-out.c: Update copyright.
10890 (cli_out_data): Define typedef. Use instead of ui_out_data.
10891
f49bacc8
AC
108922003-03-08 Andrew Cagney <cagney@redhat.com>
10893
10894 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10895 the result.
10896
9b05f993
AC
108972003-03-07 Andrew Cagney <cagney@redhat.com>
10898
10899 * gdbarch.sh: Don't generate two macro definitions when an
10900 undefined macro taking no arguments.
10901 * gdbarch.h: Regenerate.
8ffd9b1b 10902
166f4c7b
ML
109032002-03-07 Michal Ludvig <mludvig@suse.cz>
10904
10905 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10906 (x86_64_unwind_dummy_id): New functions.
10907 (x86_64_init_abi): Register these two new functions.
10908
6d686a84
ML
109092003-03-07 Michal Ludvig <mludvig@suse.cz>
10910
10911 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 10912 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
10913 separate function.
10914 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10915
6314f104
AC
109162003-03-05 Andrew Cagney <cagney@redhat.com>
10917
10918 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10919 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10920 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10921 to use unwind_dummy_id when a dummy frame.
10922 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10923 predicate.
10924 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 10925
ceea5145
AC
109262003-03-05 Andrew Cagney <cagney@redhat.com>
10927
10928 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10929 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10930 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10931 values.
10932
0d843116
AC
109332003-03-05 Andrew Cagney <cagney@redhat.com>
10934
10935 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10936 (struct d10v_unwind_cache): Delete field "frameless". Replace
10937 "next_addr" with "sp_offset". Add "r11_offset".
10938 (d10v_frame_unwind_cache): Update.
10939 (prologue_find_regs): Update. When "mv r11, sp", save the
10940 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10941 RN was saved in r11_offset.
10942
b2579786
AC
109432003-03-05 Andrew Cagney <cagney@redhat.com>
10944
10945 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10946 cached PC value in the next frame.
10947
218e5956
AC
109482003-03-05 Andrew Cagney <cagney@redhat.com>
10949
10950 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10951 "id_unwind_cache" with "id".
10952 (frame_id_unwind): Delete declaration.
10953 * frame.c (frame_id_unwind): Delete function.
10954 (get_prev_frame): Call the frame id unwind method directly. Store
10955 the returned next frame's ID value in NEXT_FRAME. Note that there
10956 is a problem with the wrong unwind ID being called with the wrong
10957 unwind cache.
10958
ed363b1b
DJ
109592003-03-05 Daniel Jacobowitz <drow@mvista.com>
10960
10961 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10962
fe1f4a5e
DJ
109632003-03-05 James Ingham <jingham@apple.com>
10964 Daniel Jacobowitz <drow@mvista.com>
10965
10966 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10967 (auto_cp_abi): New variable.
10968 (current_cp_abi, num_cp_abis): Make static.
10969 (CP_ABI_MAX): Define.
10970 (cp_abis): Turn into an array.
10971 (value_virtual_fn_field): Fix formatting.
10972 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10973 takes a pointer.
10974 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10975 (list_cp_abis, _initialize_cp_abi): New functions.
10976 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10977 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10978 switch_to_cp_abi. Update prototype for register_cp_abi.
10979 * Makefile.in (cp-abi.o): Update dependencies.
10980 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10981 instead of switch_to_cp_abi.
10982 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10983 register_cp_abi.
10984 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10985 register_cp_abi.
10986 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10987
e4adbba9
DJ
109882003-03-05 Daniel Jacobowitz <drow@mvista.com>
10989
10990 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10991 * dwarf2loc.c: Include "regcache.h".
10992 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10993 register_size.
10994 * Makefile.in (dwarf2loc.o): Update dependencies.
10995
91ccbfc1
TR
109962003-03-04 Theodore A. Roth <troth@openavr.org>
10997
10998 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10999 number of io registers reported by remote target is not a multiple of
11000 step.
11001
3d4e8fd2
DC
110022003-03-04 David Carlton <carlton@math.stanford.edu>
11003
11004 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11005 (lookup_symbol_aux_psymtabs): Update call to
11006 lookup_partial_symbol.
11007 (lookup_transparent_type, find_main_psymtab)
11008 (make_symbol_overload_list): Ditto.
11009
ed42d87b
KH
110102003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11011
11012 * MAINTAINERS (Write after approval): Update my email address.
11013
a0ed5532
AC
110142003-03-03 Andrew Cagney <cagney@redhat.com>
11015
11016 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11017 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11018 predicate. Replace MAX_REGISTER_RAW_SIZE.
11019 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11020 MAX_REGISTER_VIRTUAL_SIZE.
11021 * regcache.c (legacy_max_register_raw_size): New function.
11022 (legacy_max_register_virtual_size): New function.
11023 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11024 (MAX_REGISTER_RAW_SIZE): Define.
11025 (legacy_max_register_raw_size): Declare.
11026 (legacy_max_register_virtual_size): Declare.
11027 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11028 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11029 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11030 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11031 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11032 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11033 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11034 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11035 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11036 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11037 * vax-tdep.c (vax_gdbarch_init): Update.
11038 * v850-tdep.c (v850_gdbarch_init): Update.
11039 * sparc-tdep.c (sparc_gdbarch_init): Update.
11040 * sh-tdep.c (sh_gdbarch_init): Update.
11041 * s390-tdep.c (s390_gdbarch_init): Update.
11042 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11043 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11044 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11045 * mips-tdep.c (mips_gdbarch_init): Update.
11046 * mcore-tdep.c (mcore_gdbarch_init): Update.
11047 * m68k-tdep.c (m68k_gdbarch_init): Update.
11048 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11049 * ia64-tdep.c (ia64_gdbarch_init): Update.
11050 * i386-tdep.c (i386_gdbarch_init): Update.
11051 * hppa-tdep.c (hppa_gdbarch_init): Update.
11052 * h8300-tdep.c (h8300_gdbarch_init): Update.
11053 * frv-tdep.c (frv_gdbarch_init): Update.
11054 * cris-tdep.c (cris_gdbarch_init): Update.
11055 * avr-tdep.c (avr_gdbarch_init): Update.
11056 * arm-tdep.c (arm_gdbarch_init): Update.
11057 * alpha-tdep.c (alpha_gdbarch_init): Update.
11058 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11059 max_register_raw_size or max_register_virtual_size.
11060
8e437497
DC
110612003-03-03 David Carlton <carlton@math.stanford.edu>
11062
11063 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11064 SYMBOL_MATCHES_NAME, add comment.
11065 (SYMBOL_MATCHES_NATURAL_NAME): New.
11066 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11067 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11068 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11069 * symtab.c (lookup_partial_symbol): Use
11070 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11071 unhelpful comment.
11072 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11073 SYMBOL_MATCHES_NAME.
11074 Fix for PR c++/33.
11075
25120b0d
DC
110762003-03-03 David Carlton <carlton@math.stanford.edu>
11077
11078 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11079 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11080 by regexp matching against SYMBOL_NATURAL_NAME.
11081
78a11fb4
DC
110822003-03-03 David Carlton <carlton@math.stanford.edu>
11083
11084 * linespec.c (find_method): Extract code into collect_methods.
11085 (collect_methods): New.
11086
645dd519
MK
110872003-03-02 Mark Kettenis <kettenis@gnu.org>
11088
b4700d91
MK
11089 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11090 get_frame_base.
11091
645dd519
MK
11092 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11093 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11094
0aa7e1aa
SC
110952003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11096
8ffd9b1b 11097 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
11098 and not regnum when summing the size of all registers up to regnum.
11099
f30ee0bc
AC
111002003-03-01 Andrew Cagney <cagney@redhat.com>
11101
11102 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11103 FRAME_INIT_SAVED_REGS.
11104 * gdbarch.h, gdbarch.c: Regenerate.
11105 * stack.c (frame_info): Update.
11106 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11107 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11108 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11109 * ns32k-tdep.c (ns32k_pop_frame): Update.
11110 * mips-tdep.c (mips_pop_frame): Update.
11111 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11112 * ia64-tdep.c (ia64_frame_chain): Update.
11113 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11114 (ia64_frameless_function_invocation): Update.
11115 (ia64_init_extra_frame_info): Update.
11116 (ia64_pop_frame_regular): Update.
11117 * frame.h (struct frame_info): Update comment.
11118 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11119 * frame.c (frame_saved_regs_register_unwind): Update.
11120 (frame_saved_regs_register_unwind): Update.
11121 (deprecated_generic_get_saved_register): Update.
11122 * cris-tdep.c: Update comment.
11123 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11124 Rename macro.
11125 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11126 * x86-64-tdep.c (x86_64_init_abi): Update.
11127 * vax-tdep.c (vax_gdbarch_init): Update.
11128 * v850-tdep.c (v850_gdbarch_init): Update.
11129 * sparc-tdep.c (sparc_gdbarch_init): Update.
11130 * sh-tdep.c (sh_gdbarch_init): Update.
11131 * s390-tdep.c (s390_gdbarch_init): Update.
11132 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11133 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11134 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11135 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11136 * mips-tdep.c (mips_gdbarch_init): Update.
11137 * mcore-tdep.c (mcore_gdbarch_init): Update.
11138 * m68k-tdep.c (m68k_gdbarch_init): Update.
11139 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11140 * ia64-tdep.c (ia64_gdbarch_init): Update.
11141 * i386-tdep.c (i386_gdbarch_init): Update.
11142 * frv-tdep.c (frv_gdbarch_init): Update.
11143 * avr-tdep.c (avr_gdbarch_init): Update.
11144 * arm-tdep.c (arm_gdbarch_init): Update.
11145 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 11146
42fa7c0f
AC
111472003-03-01 Andrew Cagney <cagney@redhat.com>
11148
11149 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11150 option enum and switch. When no windows, set the interpreter to
11151 INTERP_CONSOLE.
8ffd9b1b 11152
49c7e338
AC
111532003-03-01 Andrew Cagney <cagney@redhat.com>
11154
11155 * main.c (captured_main): Replace magic option characters with an
11156 enum.
11157
e9582e71
AC
111582003-03-01 Andrew Cagney <cagney@redhat.com>
11159
11160 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11161 INIT_EXTRA_FRAME_INFO.
11162 * gdbarch.h, gdbarch.c: Regenerate.
11163 * arm-tdep.c: Update comments.
11164 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11165 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11166 * frame.h, avr-tdep.c: Ditto.
11167 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11168 (create_new_frame, legacy_get_prev_frame): Ditto.
11169 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11170 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11171 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11172 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11173 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11174 * v850-tdep.c (v850_gdbarch_init): Ditto.
11175 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11176 * sh-tdep.c (sh_gdbarch_init): Ditto.
11177 * s390-tdep.c (s390_gdbarch_init): Ditto.
11178 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11179 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11180 * mips-tdep.c (mips_gdbarch_init): Ditto.
11181 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11182 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11183 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11184 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11185 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11186 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11187 * frv-tdep.c (frv_gdbarch_init): Ditto.
11188 * cris-tdep.c (cris_gdbarch_init): Ditto.
11189 * avr-tdep.c (avr_gdbarch_init): Ditto.
11190 * arm-tdep.c (arm_gdbarch_init): Ditto.
11191 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11192 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11193
35cac7cf
AC
111942003-03-01 Andrew Cagney <cagney@redhat.com>
11195
11196 * gdbarch.sh (register_type): New function with predicate.
11197 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11198 * gdbarch.h, gdbarch.c: Re-generate.
11199 * arch-utils.c (generic_register_byte): Use generic_register_size.
11200 (generic_register_size): When available, use
11201 gdbarch_register_type.
11202 * regcache.c (init_regcache_descr): When available, initialize the
11203 register type array using gdbarch_register_type. If the
11204 architecture supplies gdbarch_register_type, do not use the legacy
11205 regcache layout.
11206 * d10v-tdep.c (d10v_register_type): Replace
11207 d10v_register_virtual_type.
11208 (d10v_gdbarch_init): Set register_type instead of
11209 register_virtual_type.
11210
7b83296f
AC
112112003-03-01 Andrew Cagney <cagney@redhat.com>
11212
11213 * Makefile.in (ax-gdb.o): Update dependencies.
11214 * ax-gdb.c: Include "regcache.h".
11215 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11216 * findvar.c (value_of_register): Ditto.
11217 * infcmd.c (default_print_registers_info): Ditto.
11218
eadc1c87
MK
112192003-03-01 Mark Kettenis <kettenis@gnu.org>
11220
11221 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11222 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11223
14143612
MK
112242003-03-01 Mark Kettenis <kettenis@gnu.org>
11225
11226 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11227 of STREQ.
11228
a55cc764
DJ
112292003-02-28 Daniel Jacobowitz <drow@mvista.com>
11230
11231 * Makefile.in (dwarf2loc.o): Update dependencies.
11232 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11233 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11234 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11235 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11236 (locexpr_tracepoint_var_ref): New function.
11237 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11238
08a617da
AC
112392003-02-28 Andrew Cagney <cagney@redhat.com>
11240
11241 * regcache.c (register_size): New function.
11242 * regcache.h (register_size): Declare
11243 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11244 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11245
4224873a
DC
112462003-02-28 David Carlton <carlton@math.stanford.edu>
11247
11248 * linespec.c (decode_compound): Extract code into find_method.
11249 (find_method): New.
11250
ccdc5d7f
JB
112512003-02-28 J. Brobecker <brobecker@gnat.com>
11252
11253 * Makefile.in: Add rules to build and link in observer.o.
11254
974e8ced
JB
112552003-02-27 J. Brobecker <brobecker@gnat.com>
11256
11257 * observer.c: Minor comments edits.
11258
7a28f973
JB
112592003-02-27 J. Brobecker <brobecker@gnat.com>
11260
11261 * observer.h, observer.c: New file.
11262
27cddce2
AC
112632003-02-27 Andrew Cagney <cagney@redhat.com>
11264
11265 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11266
b94a41a1
SC
112672003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11268
11269 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11270 (M6812_OP_STS_EXT): Likewise.
11271 (m6811_prologue): Use the above to recognize prologue.
11272 (m6812_prologue): Likewise.
11273
c8be8951
DC
112742003-02-27 David Carlton <carlton@math.stanford.edu>
11275
11276 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11277 SYMBOL_PRINT_NAME.
11278 (compare_psymbols): Ditto.
11279 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11280
d05bb1fc
MS
112812003-02-27 Michael Snyder <msnyder@redhat.com>
11282
4e845cd3
MS
11283 * f-lang.c (build_fortran_types): New function.
11284 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
11285 * doublest.c (extract_floating): Fix warning text.
11286
f3824013
AC
112872003-02-27 Andrew Cagney <cagney@redhat.com>
11288
11289 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11290 predicate. Replaces PUSH_DUMMY_FRAME.
11291 * gdbarch.h, gdbarch.c: Regnerate.
11292 * valops.c (hand_function_call): Update. Call
11293 generic_push_dummy_frame directly.
11294 * vax-tdep.c (vax_gdbarch_init): Update.
11295 * sparc-tdep.c (sparc_gdbarch_init): Update.
11296 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11297 * m68k-tdep.c (m68k_gdbarch_init): Update.
11298 * hppa-tdep.c (hppa_gdbarch_init): Update.
11299 * alpha-tdep.c (alpha_gdbarch_init): Update.
11300 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11301 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11302 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11303 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11304 push_dummy_frame to generic_push_dummy_frame.
11305 * v850-tdep.c (v850_gdbarch_init): Ditto.
11306 * sh-tdep.c (sh_gdbarch_init): Ditto.
11307 * s390-tdep.c (s390_gdbarch_init): Ditto.
11308 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11309 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11310 * mips-tdep.c (mips_gdbarch_init): Ditto.
11311 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11312 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11313 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11314 * i386-tdep.c (i386_gdbarch_init): Ditto.
11315 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11316 * frv-tdep.c (frv_gdbarch_init): Ditto.
11317 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11318 * cris-tdep.c (cris_gdbarch_init): Ditto.
11319 * avr-tdep.c (avr_gdbarch_init): Ditto.
11320 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 11321
ad188201
KB
113222003-02-26 Kevin Buettner <kevinb@redhat.com>
11323
11324 * mips-tdep.c (show_mips_abi): New function.
11325 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11326 command ``show mips abi''.
11327
6b37567a 113282003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 11329
6b37567a 11330 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 11331 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
11332 more sline entries have been seen for the function.
11333
d3e0a5bf
MC
113342003-02-26 Michael Chastain <mec@shout.net>
11335
11336 * configure: Regenerate with autoconf 000227.
11337
18972eea
MC
113382003-02-26 Michael Chastain <mec@shout.net>
11339
11340 Close PR build/660.
11341 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11342 for old libc5/glibc.
11343 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11344
0bbde931
KW
113452003-02-26 Kris Warkentin <kewarken@qnx.com>
11346
11347 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11348 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11349
27ca5dad
MC
113502003-02-26 Michael Chastain <mec@shout.net>
11351
11352 * configure.in: New variable HAVE_UINTPTR_T.
11353 * configure, config.in: Regenerated.
11354
6f88d630
DJ
113552003-02-26 Daniel Jacobowitz <drow@mvista.com>
11356
11357 Fix PR build/1097.
11358 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11359
b14185ce
AC
113602003-02-25 Andrew Cagney <cagney@redhat.com>
11361
11362 * frame.c (get_prev_frame): Add comment on check for
11363 inside_entry_func. Only check for inside_entry_file when not a
11364 dummy and not a sentinel. Check that the new frame is not inner
11365 to the old frame.
11366
ac2bd0a9
AC
113672003-02-25 Andrew Cagney <cagney@redhat.com>
11368
11369 * frame.c (frame_debug): New variable.
11370 (_initialize_frame): Add "set/show debug frame" command.
11371 (get_prev_frame): When frame_debug, print reason why unwind
11372 failed.
11373
b18a0fd2
MC
113742003-02-25 Michael Chastain <mec@shout.net>
11375
11376 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11377 to avoid uintptr_t definition problems.
11378
22abf04a
DC
113792003-02-25 David Carlton <carlton@math.stanford.edu>
11380
11381 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11382 (SYMBOL_LINKAGE_NAME): Ditto.
11383 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11384 SYMBOL_LINKAGE_NAME.
11385 (struct general_symbol_info): Expand comment.
11386 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11387 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11388 (SYMBOL_MATCHES_REGEXP): Ditto.
11389 * symtab.c (symbol_natural_name): New function.
11390 * objfiles.h: Replace all uses of SYMBOL_NAME by
11391 DEPRECATED_SYMBOL_NAME.
11392 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11393 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11394 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11395 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11396 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11397 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11398 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11399 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11400 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11401 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11402 * ada-exp.y: Ditto.
11403 * ada-exp.y: Update copyright.
11404 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11405 * cp-valprint.c: Ditto.
11406
1a5848f6
JJ
114072003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11408
11409 * infptrace.c (detach): Do not flag error if ptrace detach fails
11410 and errno is set to ESRCH.
11411
7343d46a
AC
114122003-02-24 Andrew Cagney <cagney@redhat.com>
11413
11414 * infptrace.c (udot_info): Change type of udot_off to long. Use
11415 paddr when printing udot_off's value.
11416
49fa1dc2
DC
114172003-02-24 David Carlton <carlton@math.stanford.edu>
11418
11419 * symtab.c (make_symbol_overload_list): Only read in partial
11420 symtabs containing a matching partial symbol.
11421
0fe19209
DC
114222003-02-24 David Carlton <carlton@math.stanford.edu>
11423
11424 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11425 do the comparison, not strcmp.
11426 * symfile.c (compare_psymbols): Ditto.
11427 * defs.h: Declare strcmp_iw_ordered.
11428 * utils.c (strcmp_iw_ordered): New function.
11429
8e3ee7b5
JB
114302003-02-24 Jim Blandy <jimb@redhat.com>
11431
11432 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11433 support, shared libs): Remove my name from here, to better reflect
11434 reality.
11435
7df1a324
KW
114362003-02-24 Kris Warkentin <kewarken@qnx.com>
11437
11438 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11439 (target_ops): Add to_have_continuable_watchpoint.
11440 * target.c (update_current_target): Add INHERIT line for
11441 to_have_continuable_watchpoint.
11442 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11443 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11444 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11445 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11446
d1c76907
EZ
114472003-02-24 Elena Zannoni <ezannoni@redhat.com>
11448
11449 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11450 maintainership.
11451
2610b0bf
KW
114522003-02-24 Kris Warkentin <kewarken@qnx.com>
11453
f46169db
KW
11454 * solib.c (solib_open): Call target defined search function after
11455 failing with solib-search-path.
11456 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11457 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 11458
9a3c34fe
KW
114592003-02-24 Kris Warkentin <kewarken@qnx.com>
11460
f46169db 11461 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 11462
2417dd25
SC
114632003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11464
11465 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11466
b631436b
SC
114672003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11468
11469 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11470 (m68hc11_add_reggroups): New function.
11471 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11472 (m68hc11_gdbarch_init): Install the reggroups.
11473 (_initialize_m68hc11_tdep): Initialize them.
11474
0aa8c1e4
JW
114752003-02-21 James E Wilson <wilson@tuliptree.org>
11476
11477 * MAINTAINERS: Update my email address.
11478
50ceaba5
DC
114792003-02-21 David Carlton <carlton@math.stanford.edu>
11480
11481 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11482
4c2df51b
DJ
114832003-02-21 Daniel Jacobowitz <drow@mvista.com>
11484
11485 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11486 * symtab.h: Add opaque declarations of struct axs_value and
11487 struct agent_expr.
11488 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11489 (struct location_funcs): New type.
11490 (struct symbol): Add "loc" to aux_value.
11491 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11492 * dwarf2read.c: Include "dwarf2expr.h".
11493 (dwarf2_symbol_mark_computed): New function.
11494 (read_func_scope): Use it.
11495 (var_decode_location): New function.
11496 (new_symbol): Use it.
11497 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11498
11499 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11500 (dwarf2expr_h, dwarf2loc_h): New variables.
11501 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11502 (dwarf2expr.o, dwarf2loc.o): New rules.
11503 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11504 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11505 LOC_COMPUTED_ARG.
11506 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11507 * m2-exp.y (yylex): Likewise.
11508 * printcmd.c (address_info, print_frame_args): Likewise.
11509 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11510 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11511 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11512 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11513 * symtab.c (lookup_block_symbol): Likewise.
11514
5784d15e
AF
115152003-02-20 Adam Fedor <fedor@gnu.org>
11516
11517 * symtab.h: Remove objc_specific struct
11518 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11519 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11520 Have language_objc use cplus_specific struct.
11521
d4cad8db
TT
115222003-02-20 Tom Tromey <tromey@redhat.com>
11523
11524 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11525 TYPE_NAME, when printing a String value. PR java/1075.
11526
2f9a90b4
AF
115272003-02-20 Adam Fedor <fedor@gnu.org>
11528
d38074a8 11529 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 11530 * objc-lang.c (find_methods): Make static.
2f9a90b4 11531
6f17862b
CF
115322003-02-20 Christopher Faylor <cgf@redhat.com>
11533
11534 * win32-nat.c (get_image_name): Check return value from
11535 ReadProcessMemory.
11536 (child_xfer_memory): Ditto.
11537
715d1656
AO
115382003-02-20 Alexandre Oliva <aoliva@redhat.com>
11539
11540 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11541 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11542 '${exec_prefix}' (in addition to the expansion thereof) as
11543 relocatable.
11544 * configure: Rebuilt.
11545
b1262a02
DC
115462003-02-20 David Carlton <carlton@math.stanford.edu>
11547
11548 * symtab.c (search_symbols): Revert the search_symbols part of my
11549 2002-12-23 patch. Add comment.
11550
7134143f
DJ
115512002-02-20 Daniel Jacobowitz <drow@mvista.com>
11552
11553 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11554 * dbxread.c (elfstab_build_psymtabs): Don't call
11555 install_minimal_symbols.
11556 (stabsect_build_psymtabs): Likewise.
11557 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11558 earlier.
11559 * somread.c (som_symfile_read): Call install_minimal_symbols
11560 and do_cleanups earlier.
11561 * nlmread.c (nlm_symfile_read): Likewise.
11562 * mdebugread.c (elfmdebug_build_psymtabs): Call
11563 install_minimal_symbols and make appropriate cleanups.
11564
cf466558
KB
115652003-02-20 Kevin Buettner <kevinb@redhat.com>
11566
11567 * solib.c (reload_shared_libraries): New function.
11568 (_initialize_solib): Add callbacks for ``set solib-search-path''
11569 and ``set solib-absolute-prefix''.
11570
de5ad195
DC
115712003-02-20 David Carlton <carlton@math.stanford.edu>
11572
11573 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11574 expand comment.
11575 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11576 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11577 * ada-typeprint.c (ada_typedef_print): Ditto.
11578 * ax-gdb.c (gen_var_ref): Ditto.
11579 * breakpoint.c (print_one_breakpoint): Ditto.
11580 * buildsym.c (finish_block): Ditto.
11581 * c-valprint.c (c_val_print): Ditto.
11582 * expprint.c (print_subexp): Ditto.
11583 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
11584 * infcmd.c (jump_command): Ditto.
11585 * linespec.c (decode_line_2, decode_compound): Ditto.
11586 * maint.c (maintenance_translate_address): Ditto.
11587 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
11588 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11589 Ditto.
8ffd9b1b
AJ
11590 * p-valprint.c (pascal_val_print): Ditto.
11591 * stabsread.c (define_symbol): Ditto.
de5ad195 11592 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
11593 (print_frame_arg_vars, return_command): Ditto.
11594 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11595 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
11596 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11597 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
11598 (rbreak_command): Ditto.
11599 * tracepoint.c (tracepoints_info): Ditto.
11600 * typeprint.c (typedef_print): Ditto.
11601 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
11602 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11603 * ada-typeprint.c: Update Copyright.
11604 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11605 * tracepoint.c, cli/cli-cmds.c: Ditto.
11606
f796e4be
KB
116072003-02-20 Kevin Buettner <kevinb@redhat.com>
11608
11609 * frame.c (generic_unwind_get_saved_register): Make non-static.
11610 * frame.h (generic_unwind_get_saved_register): Declare.
11611 * mips-tdep.c (read_next_frame_reg): Fetch register from
11612 current regcache when frame is NULL.
11613 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11614 that must be NULL.
11615 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11616 instead of frame_register_unwind().
11617
836cc9f4
AC
116182003-02-20 Andrew Cagney <ac131313@redhat.com>
11619
11620 * remote-sim.c (gdbsim_insert_breakpoint)
11621 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11622 code.
11623
501eef12
AC
116242003-02-20 Andrew Cagney <ac131313@redhat.com>
11625
11626 * remote.c (_initialize_remote): Add commands "set/show remote
11627 hardware-watchpoint-limit" and "set/show remote
11628 hardware-breakpoint-limit".
11629 (remote_hw_watchpoint_limit): Initialize to -1.
11630 (remote_hw_breakpoint_limit): Ditto.
11631 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11632
1b6bc7e0
CF
116332003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11634
11635 * coff-pe-read.c: New file - support reading of minimal symbols from a
11636 portable executable using the export table.
11637 * coff-pe-read.h: New file.
11638 * coffread.c: Include coff-pe-read.h.
11639 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11640 debugging symbols found.
11641 * Makefile.in (SFILES): Add coff-pe-read.o.
11642 (coff_pe_read_h): Define.
11643 (COMMON_OBS): Add coff-pe-read.o.
11644 (coffread.o): Add coff_pe_read_h dependency.
11645 (coff-pe-read.o): New target.
11646
fe898f56
DC
116472003-02-19 David Carlton <carlton@math.stanford.edu>
11648
11649 * Makefile.in (SFILES): Add block.c.
11650 (block_h): New.
11651 (COMMON_OBS): Add block.o.
11652 (block.o): New.
11653 (x86-64-tdep.o): Add $(block_h).
11654 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11655 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11656 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11657 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11658 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11659 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11660 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11661 * value.h: Add opaque declaration for struct block.
11662 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11663 * ada-lang.h: Ditto.
11664 * x86-64-tdep.c: #include "block.h"
11665 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11666 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11667 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11668 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11669 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11670 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11671 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11672 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11673 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11674 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11675 * symtab.c (block_function): Ditto.
11676 (contained_in): Ditto.
11677 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11678 block.h. Add opaque declaration for struct block.
11679 * symtab.h: Move block_function and contained_in declarations to
11680 block.h. Add opaque declarations for struct block, struct
11681 blockvector.
11682 (struct block): Move to block.h.
11683 (struct blockvector): Ditto.
11684 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11685 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11686 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11687 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11688 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11689 Ditto.
11690 * block.c: New file.
11691 * block.h: New file.
11692
173345b5
TR
116932003-02-19 Theodore A. Roth <troth@openavr.org>
11694
11695 * avr-tdep.c (avr_extract_return_value): Remove function.
11696 (avr_store_return_value): Remove function.
11697 (avr_extract_struct_value_address): Remove function.
11698 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11699
338ef23d
AC
117002003-02-19 Andrew Cagney <ac131313@redhat.com>
11701
11702 * rs6000-tdep.c: Include "gdb_assert.h".
11703 (registers_e500): Add "acc" and "spefscr".
11704 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11705 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11706 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11707 really is "r0".
11708 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11709
5412f5f3
KS
117102003-02-18 Keith Seitz <keiths@redhat.com>
11711
11712 * Makefile.in: Add gdbtk-interps.c.
11713
881324eb
KB
117142003-02-18 Kevin Buettner <kevinb@redhat.com>
11715
11716 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11717 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11718
6a2f5abf
AC
117192003-02-18 Andrew Cagney <cagney@redhat.com>
11720
11721 * symtab.h (struct objfile): Add opaque declaration.
11722
54c7009d
EZ
117232003-02-18 Elena Zannoni <ezannoni@redhat.com>
11724
11725 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
11726 * dbxread.c (process_one_symbol): Use last_function_start rather
11727 than function_start_offset to find the real beginning of the
11728 current function. The latter is just the text section offset on
11729 some systems, the former is always the real function start.
54c7009d 11730
7ee6d7eb
AC
117312003-02-17 Andrew Cagney <cagney@redhat.com>
11732
11733 * configure.in: Revert ${target} != ${host}.
11734
2846da9b
AC
117352003-02-17 Andrew Cagney <ac131313@redhat.com>
11736
11737 * configure.in (Makefile): Use the test ${target} != ${host},
11738 instead of the absence of the "nm.h" file, to determine of the
11739 configuration non-native.
11740 * configure: Regenerate.
8ffd9b1b 11741
3b27aeea
EZ
117422003-02-14 Elena Zannoni <ezannoni@redhat.com>
11743
fbe586ae 11744 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
11745
11746 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11747 conditionalize tui_active test.
11748 (lookup_cmd_1): Ditto.
11749
b0b1c2c0
MK
117502003-02-14 Mark Kettenis <kettenis@gnu.org>
11751
11752 * configure.in: Add check for _etext.
11753 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11754 available.
11755 * config.in, configure: regenerated.
11756
8f05cde5
DJ
117572003-02-14 Daniel Jacobowitz <drow@mvista.com>
11758
11759 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11760
021e7609
AC
117612003-02-14 Andrew Cagney <ac131313@redhat.com>
11762
11763 * main.c (tui_version): Delete variable.
11764 (captured_main): When --tui, set interpreter_p to "tui" instead of
11765 enabling tui_version.
11766 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11767 tui_version.
11768 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11769 * cli/cli-cmds.c (disassemble_command): Ditto.
11770 * defs.h (tui_version): Delete declaration.
11771 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11772 (tui-interp.o): Add rules.
11773 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11774
e325dcec
CF
117752003-02-14 Christopher Faylor <cgf@redhat.com>
11776
36ffb041 11777 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
11778 just-loaded dll.
11779
c4f90d87
JM
117802003-02-12 Jason Molenda (jmolenda@apple.com)
11781
fbe586ae
RH
11782 * symmisc.c (print_objfile_statistics): Include information about
11783 the number of psymtabs and symtabs in each object file.
c4f90d87 11784
e46e5ccd
KS
117852003-02-13 Keith R Seitz <keiths@redhat.com>
11786
11787 * main.h (struct captured_main_args): Add interpreter_p.
11788 * main.c (captured_main): Initialize interpreter_p from context.
11789 * gdb.c (main): Set interpreter_p argument.
11790 * Makefile.in (gdb.o): Add dependency for interps.h.
11791
fe97fe9c
AC
117922003-02-12 Andrew Cagney <ac131313@redhat.com>
11793
11794 * event-top.c (cli_command_loop): Delete declaration.
11795 (_initialize_event_loop): Delete function setting event_loop_hook.
11796 * event-top.h (cli_command_loop): Declare. Update copyright.
11797 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11798 * interps.c (current_interp_command_loop): When event_loop_p, call
11799 cli_command_loop.
11800
1cdac4ef
AC
118012003-02-12 Andrew Cagney <ac131313@redhat.com>
11802
11803 * interps.h (interp_command_loop_ftype): Change return type to
11804 void.
11805
48037ead
ML
118062003-02-12 Michal Ludvig <mludvig@suse.cz>
11807
11808 * x86-64-tdep.c (x86_64_extract_return_value)
11809 (x86_64_store_return_value): Use regcache instead of regbuf.
11810 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11811 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11812
033afc63
AC
118132003-02-11 Andrew Cagney <ac131313@redhat.com>
11814
11815 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11816 * aclocal.m4: Regenerate.
11817 * configure: Regenerate.
11818
11819 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11820 TCL_LD_SEARCH_FLAGS.
11821
40d02bca
ML
118222003-02-10 Michal Ludvig <mludvig@suse.cz>
11823
11824 * dwarf2cfi.c: Reindented.
11825
11308a41
AC
118262003-02-09 Andrew Cagney <ac131313@redhat.com>
11827
11828 * interps.c (clear_interpreter_hooks): Convert function definition
11829 to ISO C.
11830
e1c1c0f6
DC
118312003-02-07 David Carlton <carlton@math.stanford.edu>
11832
11833 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11834
ab5d3da6
KB
118352003-02-07 Kevin Buettner <kevinb@redhat.com>
11836
11837 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11838 (struct type): ...to here.
11839 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11840 field.
11841 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11842 (replace_type): Set length on all type variants for a given type.
11843
b8a92b82
AC
118442003-02-07 Andrew Cagney <ac131313@redhat.com>
11845
11846 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11847 <sys/stat.h>.
11848 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 11849
5cb316ef
AC
118502003-02-06 Andrew Cagney <ac131313@redhat.com>
11851
2555fe1a
AC
11852 * Makefile.in (symm-nat.o): Update dependencies.
11853 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11854 (lynx-nat.o, ia64-linux-nat.): Ditto.
11855 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11856 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11857 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11858
44270758
AC
11859 * Makefile.in (inflow_h): Define.
11860 (procfs.o, inflow.o, procfs.o): Update dependencies.
11861 * inftarg.c (child_stop): Delete extern declaration of
11862 inferior_process_group. Include "inflow.h".
11863 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11864 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11865 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11866 (our_process_group, inferior_process_group): Extern declarations.
11867
df8f7274
AC
11868 * procfs.c: Include "gdb_assert.h".
11869
5cb316ef
AC
11870 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11871 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11872 * jv-typeprint.c (java_type_print_base): Ditto.
11873 * typeprint.c (typedef_print): Eliminate STREQ.
11874 * cli/cli-script.c (define_command, define_command): Ditto.
11875 * main.c (captured_main): Ditto.
11876 * values.c (lookup_internalvar): Ditto.
11877 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11878 within `if' conditional.
11879 * linespec.c (decode_line_2): Ditto.
11880 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11881 (bfd_openw_with_cleanup): Ditto.
11882
2a28ccea
MK
118832003-02-07 Mark Kettenis <kettenis@gnu.org>
11884
11885 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11886 legacy_extract_return_value and store_return_value to
11887 legacy_return_value.
11888
786b8124
CF
118892003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11890
11891 * win32-nat.c (get_relocated_section_addrs): New function. Find
11892 section load addresses for symbol handling in relocated DLLs.
11893 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11894
b871e4ec
FF
118952003-02-05 Fred Fish <fnf@intrinsity.com>
11896
11897 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11898 '=' and '!='.
11899 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11900 with '&' and '=='.
11901 (angel_RDI_info): Ditto.
11902 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11903 with '&' and '!='.
11904 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 11905
4389a95a 119062003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
11907 Keith Seitz <keiths@redhat.com>
11908 Elena Zannoni <ezannoni@redhat.com>
11909 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
11910
11911 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11912 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11913 (SUBDIR_MI_OBS): Add "mi-interp.o".
11914 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11915 (SFILES): Add "interps.c".
11916 (COMMON_OBS): Add "interps.o".
11917 (interps_h, mi_main_h): Define.
11918 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11919 (mi-main.o, main.o, event-top.o): Update dependencies.
11920 * cli/cli-interp.c: New file.
11921 * interps.h, interps.c: New files.
11922 * top.c: (gdb_init): Don't install the default interpreter, handed
11923 by captured_main.
11924 * main.c: Include "interps.h".
11925 (interpreter_p): Note that it should malloc'ed.
11926 (captured_command_loop): Call current_interp_command_loop.
11927 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11928 xfree and xstrdup when updating interpreter_p. Install the
11929 default interpreter. Add hack to stop mi1's copyright notice
11930 being encoded.
11931 * event-top.h (gdb_setup_readline): Declare.
11932 (gdb_disable_readline): Declare.
11933 * event-top.c: Include "interps.h".
11934 (display_gdb_prompt): Call current_interp_display_prompt_p.
11935 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11936 gdb_stdlog, and gdb_stdtarg.
11937 (_initialize_event_loop): Don't call gdb_setup_readline.
11938 * cli-out.c (cli_out_set_stream): New function.
11939 * cli-out.h (cli_out_set_stream): Declare.
11940
ff3b5810
MK
119412003-02-06 Mark Kettenis <kettenis@gnu.org>
11942
11943 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11944 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11945 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11946 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11947 config/i386/i386v42mp.mt: Removed.
11948
5b729aa5
MK
119492003-02-05 Mark Kettenis <kettenis@gnu.org>
11950
11951 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11952 GDB_OSABI_SOLARIS.
11953
8cc15142
MC
119542003-02-05 Michael Chastain <mec@shout.net>
11955
11956 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11957 2.12.1 and earlier versions.
11958
5aa5d4b9
AC
119592003-02-05 Andrew Cagney <ac131313@redhat.com>
11960
11961 Remove orphaned hosts, targets and files.
11962 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11963 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11964 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11965 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11966 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11967 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11968 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11969 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11970 * config/sparc/tm-sp64sim.h: Delete.
11971 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11972 hosts.
11973 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11974 mips*-dec-mach3* targets.
11975
b68767c1
MC
119762003-02-04 Michael Chastain <mec@shout.net>
11977
11978 * NEWS: Fix typo: sepcifying -> specifying.
11979
5ae7ca1d
MC
119802003-02-04 Michael Chastain <mec@shout.net>
11981
11982 * dwarfread.c: Add documentation on the state of dwarf-1,
11983 looking towards obsoletion.
11984
d08a4280
MC
119852003-02-03 Michael Chastain <mec@shout.net>
11986
11987 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11988 gdb/testsuite/gdb.c++/pr-1023.exp.
11989
e9be73e4
AC
119902003-02-04 Andrew Cagney <ac131313@redhat.com>
11991
11992 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11993 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11994
11995 * utils.c (init_page_info): Delete reference to MPW in comments.
11996 * main.c (captured_main): Delete #ifdef MPW.
11997
05d57f6f
AC
119982003-02-04 Andrew Cagney <ac131313@redhat.com>
11999
8ffd9b1b 12000 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
12001 * monitor.c (monitor_expect): Obsolete reference to m32r.
12002 * configure.tgt: Mark m32r-*-elf* as obsolete.
12003 * MAINTAINERS: Mark m32k as obsolete.
12004 * m32r-rom.c: Obsolete file.
12005 * config/m32r/m32r.mt: Obsolete file.
12006 * config/m32r/tm-m32r.h: Obsolete file.
12007 * m32r-stub.c: Obsolete file.
12008 * m32r-tdep.c: Obsolete file.
12009
8b0e5691
AC
120102003-02-04 Andrew Cagney <ac131313@redhat.com>
12011
12012 * NEWS: Mention that the z8k-zilog-none is obsolete.
12013 * MAINTAINERS: Mark z8k as obsolete.
12014 * configure.tgt: Obsolete the z8k-*-coff* target.
12015 * config/z8k/z8k.mt: Obsolete file.
12016 * config/z8k/tm-z8k.h: Obsolete file.
12017 * z8k-tdep.c: Obsolete file.
12018
67f16606
AC
120192003-02-04 Andrew Cagney <ac131313@redhat.com>
12020
12021 * NEWS: Mention that the mn10200-elf is obsolete.
12022 * configure.tgt: Obsolete mn10200-*-* target.
12023 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12024 mention that the mn10200 is obsolete.
12025 * breakpoint.h: Ditto.
12026 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12027 * config/mn10200/mn10200.mt: Obsolete file.
12028 * config/mn10200/tm-mn10200.h: Obsolete file.
12029 * mn10200-tdep.c: Obsolete file.
12030
fd2299bd
AC
120312003-02-04 Andrew Cagney <ac131313@redhat.com>
12032
12033 * MAINTAINERS: Mark h8500 as obsolete.
12034 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12035 * findvar.c (value_from_register): Ditto.
12036 * h8500-tdep.c: Mark file as obsolete.
12037 * config/h8500/h8500.mt: Ditto.
12038 * config/h8500/tm-h8500.h: Ditto.
12039 * NEWS: Mention that h8500 is obsolete.
12040
eb9a305d
DC
120412003-02-04 David Carlton <carlton@math.stanford.edu>
12042
12043 * objfiles.c (allocate_objfile): Always set name. Add comment at
12044 start of function.
12045 * jv-lang.c (get_dynamics_objfile): Add comment.
12046
406fc7fb
DC
120472003-02-04 David Carlton <carlton@math.stanford.edu>
12048
12049 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12050 * printcmd.c (build_address_symbolic): Replace uses of
12051 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12052 SYMBOL_NAME, and asm_demangle.
12053 Update copyright.
12054
93d91629
DC
120552003-02-04 David Carlton <carlton@math.stanford.edu>
12056
12057 * linespec.c (decode_compound): Extract code into
12058 lookup_prefix_sym.
12059 (lookup_prefix_sym): New function.
12060
1c5cb38e
DC
120612003-02-04 David Carlton <carlton@math.stanford.edu>
12062
12063 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12064 FLOAT_COERCION_BADNESS.
12065 * gdbtypes.c (rank_one_type): Replace all uses of
12066 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12067
0cf824c9
JB
120682003-02-04 Jim Blandy <jimb@redhat.com>
12069
12070 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12071 section, let dwarf_macinfo_section point to it, not
12072 dwarf_loc_section.
12073
a2d356b0
DJ
120742003-02-04 Daniel Jacobowitz <drow@mvista.com>
12075
12076 Pointed out by Anton Blanchard <anton@samba.org>.
12077 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12078 (ppc_linux_at_sigtramp_return_path): Use it.
12079
2de7ced7
DJ
120802003-02-04 Daniel Jacobowitz <drow@mvista.com>
12081
12082 * defs.h (streq): Add prototype.
12083 * utils.c (streq): New function.
12084
12085 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12086 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12087 * mdebugread.c (new_symbol): Likewise.
12088 * stabsread.c (define_symbol): Likewise.
12089 * coffread.c (process_coff_symbol): Likewise.
12090 * dwarfread.c (new_symbol): Likewise.
12091
12092 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12093 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12094 here.
12095 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12096 SYMBOL_INIT_DEMANGLED_NAME.
12097 * objfiles.c: Include "hashtab.h".
12098 (allocate_objfile): Call htab_set_functions_ex for the
12099 demangled_names_hash.
12100 (free_objfile): Call htab_delete for the demangled_names_hash.
12101 * objfiles.h (struct htab): Add declaration.
12102 (struct objfile): Add demangled_names_hash.
12103 * symfile.c: Include "hashtab.h".
12104 (reread_symbols): Call htab_delete for the demangled_names_hash.
12105 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12106 SYMBOL_NAME in the bcache.
12107 * symtab.c: Include "hashtab.h". Update comments.
12108 (create_demangled_names_hash, symbol_set_names): New functions.
12109 (symbol_find_demangled_name): New function, broken out from
12110 symbol_init_demangled_names.
12111 (symbol_init_demangled_names): Use it.
12112 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12113 (SYMBOL_SET_NAMES): New macro.
12114 (symbol_set_names): Add prototype.
12115
15831452
JB
121162003-02-03 Jim Blandy <jimb@redhat.com>
12117
12118 Use a single, consistent representation for an empty minimal
12119 symbol table in an objfile.
12120 * objfiles.c (terminate_minimal_symbol_table): New function.
12121 (allocate_objfile): Call it.
12122 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12123 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 12124 non-NULL.
15831452
JB
12125 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12126 objfile has minimal symbols, compare minimal_symbol_count to zero,
12127 instead of comparing msymbols with NULL.
12128 * objfiles.c (have_minimal_symbols): Same.
12129 * solib-sunos.c (solib_add_common_symbols): Call
12130 terminate_minimal_symbol_table.
12131 * symfile.c (reread_symbols): Same.
8ffd9b1b 12132
ffc65945
KB
121332003-02-03 Kevin Buettner <kevinb@redhat.com>
12134
12135 * s390-tdep.c (s390_address_class_type_flags)
12136 (s390_address_class_type_flags_to_name)
12137 (s390_address_class_name_to_type_flags): New functions.
12138 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12139 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12140
f211c6d4
MS
121412003-02-03 Michael Snyder <msnyder@redhat.com>
12142
12143 * arm-tdep.c: Fix spell-o in comment.
12144
659b0389
ML
121452003-02-03 Michal Ludvig <mludvig@suse.cz>
12146
12147 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12148 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 12149 error messages to contain BFD filename.
659b0389 12150
3b31d625
EZ
121512003-02-02 Elena Zannoni <ezannoni@redhat.com>
12152
997b089a 12153 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
12154 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12155 (do_mixed_source_and_assembly): Use
12156 make_cleanup_ui_out_tuple_begin_end and
12157 make_cleanup_ui_out_tuple_begin_end.
12158 (do_mixed_source_and_assembly): Ditto.
12159 * thread.c (do_captured_list_thread_ids): Ditto.
12160 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12161 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12162 ui_out_tuple_end): Delete prototypes.
12163 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12164 ui_out_list_end, ui_out_tuple_end): Delete.
12165
12166 From Kevin Buettner <kevinb@redhat.com>:
12167 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
12168 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12169 (do_cleanup_table_end): New functions.
12170 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12171 Use cleanups to invoke_ui_out_tuple_end().
12172 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
12173 * cli/cli-setshow.c (cmd_show_list): Use
12174 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 12175
5b181d62
AC
121762003-02-02 Andrew Cagney <ac131313@redhat.com>
12177
12178 * frame.c (frame_unwind_register): New function.
12179 (frame_unwind_unsigned_register): Use.
12180 (frame_unwind_signed_register): Use.
12181 (frame_read_register): New function.
12182 * frame.h (frame_unwind_register): Declare.
12183 (frame_read_register): Declare.
12184
12185 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12186 and frame_unwind_register instead of read_memory, write_register
12187 and deprecated_write_register_bytes.
12188
5f601589
AC
121892003-02-02 Andrew Cagney <ac131313@redhat.com>
12190
12191 * frame.h: Note that namelen can be negative.
12192 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12193 NAME's length.
12194
12195 * NEWS: Mention that the d10v's `regs' command is deprecated.
12196 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12197 (d10v_print_registers_info): New function.
12198 (show_regs): Call d10v_print_registers_info.
12199 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12200
6a3fe0a4
MK
122012003-02-02 Mark Kettenis <kettenis@gnu.org>
12202
12203 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12204 lost in the previous patch.
12205
075559bc
AC
122062003-02-01 Andrew Cagney <ac131313@redhat.com>
12207
12208 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
12209 * stack.c (print_frame_info_base): Output complete FRAME tuple
12210 for synthesized frames.
075559bc 12211
6789195b
AC
122122003-02-02 Andrew Cagney <ac131313@redhat.com>
12213
12214 * mips-nat.c (zerobuf): Delete.
12215 (fetch_inferior_registers): Alloc local zerobuf.
12216 (fetch_core_registers): Alloc local zerobuf.
12217 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12218 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12219 * thread-db.c (thread_db_store_registers): Ditto.
12220 * sh-tdep.c (sh_do_register): Ditto.
12221 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12222 * remote-sim.c (gdbsim_store_register): Ditto.
12223 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12224 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12225 * monitor.c (monitor_supply_register): Ditto.
12226 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12227 * mips-nat.c (fetch_inferior_registers): Ditto.
12228 * m68klinux-nat.c (fetch_register): Ditto.
12229 * lynx-nat.c (fetch_inferior_registers): Ditto.
12230 (fetch_inferior_registers): Ditto.
12231 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12232 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12233 (hpux_thread_store_registers): Ditto.
12234 * hppah-nat.c (fetch_register): Ditto.
12235 * hppab-nat.c (fetch_register): Ditto.
12236 * hppa-tdep.c (pa_register_look_aside): Ditto.
12237 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12238 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12239
e669114a
AC
122402003-02-01 Andrew Cagney <ac131313@redhat.com>
12241
12242 * gdbarch.sh: Explictly specify all method levels. When a
12243 variable with an empty level, provide a non-multi-arch default.
12244 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12245 * gdbarch.h: Re-generate.
12246 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12247 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12248
9a043c1d
AC
122492003-02-01 Andrew Cagney <ac131313@redhat.com>
12250
12251 * defs.h (host_pointer_to_address): Delete declaration.
12252 (address_to_host_pointer): Delete declaration.
12253 * utils.c (host_pointer_to_address): Delete function.
12254 (address_to_host_pointer): Delete function.
12255 * procfs.c (procfs_address_to_host_pointer): New function.
12256 * procfs.c (proc_set_watchpoint): Use.
12257 (procfs_can_use_hw_breakpoint): Update comments.
12258 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12259 (som_solib_add): Use.
12260 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12261 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 12262
7ca9f392
AC
122632003-02-01 Andrew Cagney <ac131313@redhat.com>
12264
94bbfd30
AC
12265 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12266 strlen d_name.
12267
7ca9f392
AC
12268 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12269 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12270 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12271 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12272 (define_symbol): Update.
12273 * symfile.c (generic_load): Remove references to nindy.
12274 * symtab.c: Remove references to nindy.
12275
31a85ea2
AC
122762003-02-01 Andrew Cagney <ac131313@redhat.com>
12277
12278 * infcmd.c (print_float_info): Delete code conditional on
12279 FLOAT_INFO.
12280 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12281 * config/m68k/nm-apollo68b.h: Ditto.
12282 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12283 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12284 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12285
f6e85fc8
MK
122862003-02-01 Mark Kettenis <kettenis@gnu.org>
12287
6015b6a0
MK
12288 * config/i386/tm-i386os9k.h: Removed.
12289
f7a30bdf
MK
12290 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12291 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12292 they're identical to i[3456]86-*-sysv* now.
12293 * config/i386/i386v32.mh: Removed.
12294 * config/i386/xm-i386v32.h: Removed.
12295 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12296
28d52111
MK
12297 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12298
4d3f6bce
MK
12299 * config/i386/i386dgux.mh: Removed.
12300 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12301
f6e85fc8
MK
12302 * configure.in: Fix typo.
12303 * configure: Regenerated.
12304
53955967
DC
123052003-01-31 David Carlton <carlton@math.stanford.edu>
12306
12307 * dwarf2read.c (dwarf2_locate_sections): Set
12308 dwarf_ranges_section.
12309
b1364885
AC
123102003-01-31 Andrew Cagney <ac131313@redhat.com>
12311
8dbb1c65
AC
12312 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12313 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 12314
8731e58e
AC
12315 * utils.c: Re-indent.
12316
b1364885
AC
12317 * config/djgpp/fnchange.lst: Delete nindy files.
12318 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12319 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12320 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12321 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12322 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12323 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12324 * Makefile.in (init.c): Remove nindy references.
12325 (saber_gdb): Delete rule.
12326 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12327 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12328 and a68v-nat.c.
12329 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12330 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12331 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12332 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12333 nindy-share/stop.h.
12334 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12335 * saber.suppress: Delete file.
12336
086df311
DJ
123372003-01-31 Daniel Jacobowitz <drow@mvista.com>
12338
12339 * dbxread.c (stabs_data): New static variable.
12340 (fill_symbuf): Support an in-memory buffer for stabs data.
12341 (stabs_seek): New function.
12342 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12343 (read_ofile_symtab): Use stabs_seek.
12344 (elfstab_build_psymtabs): Take an asection* instead of
12345 an offset and size. Relocate the stabs data if necessary.
12346 Save the section* for dbx_psymtab_to_symtab.
12347 * dwarf2read.c: Add section variables for each debug section.
12348 (dwarf2_locate_sections): Fill them in.
12349 (dwarf2_read_section): Take an asection* argument.
12350 Relocate the section contents if necessary.
12351 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12352 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12353 it to dwarf2_read_section.
12354 (dwarf2_build_frame_info): Update callers.
12355 * elfread.c (elf_symfile_read): Update call to
12356 elfstab_build_psymtabs.
12357 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12358 (DBX_STAB_SECTION): New macro.
8ffd9b1b 12359 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
12360 * symfile.c (symfile_dummy_outputs): New function.
12361 (symfile_relocate_debug_section): New function.
12362 * symfile.h (symfile_relocate_debug_section): Add prototype.
12363
87d1b352
RH
123642003-01-31 Richard Henderson <rth@redhat.com>
12365
12366 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12367 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12368 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12369 * alpha-tdep.c (alpha_register_name): Add "unique".
12370 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12371 (ALPHA_UNIQUE_REGNUM): New.
12372 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12373
c48861fb
AC
123742003-01-31 Andrew Cagney <ac131313@redhat.com>
12375
12376 * README: Remove reference to Ericsson 1800 monitor.
12377 * Makefile.in (remote-es.o): Delete rule.
12378 (ALLDEPFILES): Delete remote-es.c.
12379 * remote-es.c: Delete file.
12380 * config/m68k/es1800.mt: Delete file.
12381 * config/djgpp/fnchange.lst: Update.
12382 * configure.tgt: Delete m68*-ericsson-* target.
12383
d764a824
AF
123842003-01-31 Adam Fedor <fedor@gnu.org>
12385
12386 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12387 Remove duplicate/shadowing variable of same name.
12388
fe36c4f4
JB
123892003-01-30 Jim Blandy <jimb@redhat.com>
12390
12391 * symfile.c (find_separate_debug_file): Assert that the objfile's
12392 directory name we compute ends with a slash, and then assume that
12393 that's so everywhere we use it.
12394
cb741690
DJ
123952003-01-30 Daniel Jacobowitz <drow@mvista.com>
12396
12397 * valops.c (value_assign): Flush frame cache after stores to memory
12398 also.
12399
96ee5227
AC
124002003-01-30 Andrew Cagney <ac131313@redhat.com>
12401
12402 * Makefile.in (mon960-rom.o): Delete rule.
12403 * mon960-rom.c: Delete file.
12404
7f6104a9
AC
124052003-01-30 Andrew Cagney <ac131313@redhat.com>
12406
12407 * d10v-tdep.c: Include "frame-unwind.h".
12408 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12409 list.
12410 (next_addr, uses_frame): Delete.
12411 (struct d10v_unwind_cache): Define.
12412 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12413 Use info instead of next_addr and uses_frame globals.
12414 (d10v_frame_init_saved_regs): Delete function.
12415 (d10v_init_extra_frame_info): Delete function.
12416 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12417 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12418 init_frame_pc or frame_saved_pc.
12419 (d10v_pop_frame): Delete function.
12420 (do_d10v_pop_frame): Delete function.
12421 (d10v_frame_chain): Delete function.
12422 (d10v_frame_chain_valid): Delete function.
12423 (d10v_frame_pc_unwind): New function.
12424 (d10v_frame_id_unwind): New function.
12425 (saved_regs_unwinder): New function.
12426 (d10v_frame_register_unwind): New function.
12427 (d10v_frame_pop): New function.
12428 (d10v_frame_unwind): New variable.
12429 (d10v_frame_p): New function.
12430 (d10v_frame_saved_pc): Delete function.
12431 * Makefile.in (d10v-tdep.o): Update dependencies.
12432
cad2e848
JB
124332003-01-30 J. Brobecker <brobecker@gnat.com>
12434
12435 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12436 causing some regressions due to a change in the default value
12437 for this macro.
12438
af34e669
DJ
124392003-01-29 Richard Henderson <rth@redhat.com>
12440 Elena Zannoni <ezannoni@redhat.com>
12441 Daniel Jacobowitz <drow@mvista.com>
12442
12443 Fix PR gdb/961.
8ffd9b1b 12444 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
12445 variables.
12446 (RANGES_SECTION): New.
12447 (dwarf_ranges_buffer): New variable.
12448 (struct comp_unit_head): Add member "die".
12449 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12450 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12451 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12452 (dwarf2_locate_sections): Likewise.
12453 (dwarf2_build_psymtabs): Read .debug_ranges.
12454 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12455 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12456 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12457 Look for DW_AT_ranges and return the bounding box.
12458
baa93fa6
CF
124592003-01-29 Brian Ford <ford@vss.fsi.com>
12460
12461 * win32-nat.c (cygwin_pid): Removed as unused.
12462 (child_attach): Try fall back to Cygwin pid.
12463
c63f977f
JB
124642003-01-29 Jim Blandy <jimb@redhat.com>
12465
12466 * objfiles.h (struct objfile): Doc fix.
12467
d62d1979
AC
124682003-01-29 Andrew Cagney <ac131313@redhat.com>
12469
12470 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12471 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12472 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12473 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12474 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12475 (FRAME_SAVED_PC): Change to a function with predicate.
12476 * gdbarch.h, gdbarch.c: Re-generate.
12477
1ae18a04
AC
124782003-01-28 Andrew Cagney <ac131313@redhat.com>
12479
52287340
AC
12480 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12481
1ae18a04
AC
12482 * complaints.c (complain): Delete function.
12483 * complaints.h (struct deprecated_complaint): Delete definition.
12484 (complain): Delete declaration.
12485
f2c16bd6
KB
124862003-01-28 Kevin Buettner <kevinb@redhat.com>
12487
12488 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12489 dummy frames.
12490
a94dd1fd
AC
124912003-01-27 Andrew Cagney <ac131313@redhat.com>
12492
12493 * sentinel-frame.h, sentinel-frame.c: New files.
12494 * Makefile.in (frame.o): Update dependencies.
12495 (SFILES): Add sentinel-frame.c.
12496 (sentinel_frame_h): Define.
12497 (COMMON_OBS): Add sentinel-frame.o.
12498 (sentinel-frame.o): Specify dependencies.
12499 * frame.c: Include "sentinel-frame.h".
12500 (frame_register_unwind): Rewrite assuming that there is always a a
12501 ->next frame.
12502 (frame_register, generic_unwind_get_saved_register): Ditto.
12503 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12504 (create_sentinel_frame, unwind_to_current_frame): New functions.
12505 (get_current_frame): Rewrite using create_sentinel_frame and
12506 unwind_to_current_frame. When possible, always create a frame.
12507 (create_new_frame): Set next to the sentinel frame.
12508 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12509 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12510 ID cache when necessary.
12511 (frame_saved_regs_id_unwind): Use frame_relative_level.
12512 (deprecated_generic_get_saved_register): Use frame_relative_level,
12513 get_frame_saved_regs, get_frame_pc, get_frame_base and
12514 get_next_frame.
12515 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12516 frame_register.
12517
5378adc4
DJ
125182003-01-27 Daniel Jacobowitz <drow@mvista.com>
12519
12520 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12521
51ee2ddc
DJ
125222003-01-27 Daniel Jacobowitz <drow@mvista.com>
12523
12524 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12525 (maintenance_set_profile_cmd): Use error () instead of warning ().
12526
d9feb4e7
DJ
125272003-01-27 Daniel Jacobowitz <drow@mvista.com>
12528
12529 * configure.in: Check that -pg works if using --enable-profiling.
12530 Check for monstartup and _mcleanup regardless of --enable-profiling.
12531 * maint.c: Check for monstartup and _mcleanup before using them.
12532 * config.in: Regenerated.
12533 * configure: Regenerated.
12534
2d188dd3
NC
125352003-01-24 Nick Clifton <nickc@redhat.com>
12536
12537 * Add sh2e support:
12538
12539 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12540
12541 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12542 (sh2e_show_regs): New.
12543 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12544 * config/sh/tm-sh.h: Added sh2e to comments.
12545
cb3c37b2
JB
125462003-01-23 Jim Blandy <jimb@redhat.com>
12547
12548 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12549 symbols found)" message here; we haven't checked for a separate
12550 debug info file yet, so we don't know yet.
12551 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12552 we've looked everywhere. Also, there's no need to print a special
12553 message when we're loading the separate debug info file: the one
12554 symbol_file_add prints is fine.
12555
5b5d99cf
JB
125562003-01-23 Alexander Larsson <alexl@redhat.com>
12557 Jim Blandy <jimb@redhat.com>
12558
12559 Add support for executables whose debug info has been separated
12560 out into a separate file, leaving only a link behind.
12561 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12562 and separate_debug_objfile_backlink.
12563 (put_objfile_before): New declaration.
12564 * symfile.c: #include "filenames.h".
12565 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12566 debug info in a separate file, read that, too. Save the addrs
12567 argument, so we can use it again to read the separated debug info;
12568 syms_from_objfile modifies the table we pass it.
12569 (reread_symbols): After re-reading an objfile, call
12570 reread_separate_symbols to refresh its separate debug info
12571 objfile, if it has one.
12572 (reread_separate_symbols, find_separate_debug_file,
12573 get_debug_link_info, separate_debug_file_exists): New functions.
12574 (debug_file_directory): New global var.
12575 (_initialize_symfile): Initialize debug_file_directory, and
12576 provide the new `set debug-file-directory' command to let the user
12577 change it.
12578 * objfiles.c (free_objfile): If this objfile has its debug info in
12579 a separate objfile, free that one too. If this is itself a
12580 separate debug info objfile, clear our parent's backlink.
12581 (put_objfile_before): New function.
12582 * utils.c (gnu_debuglink_crc32): New function.
12583 * defs.h (gnu_debuglink_crc32): New declaration.
12584 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12585 * configure.in: Handle --with-separate-debug-dir config option.
12586 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12587 * acconfig.h (DEBUGDIR): New macro.
12588 * configure, aclocal.m4, config.in: Regenerated.
12589
7e8580c1
JB
125902003-01-22 Jim Blandy <jimb@redhat.com>
12591
7904e09f
JB
12592 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12593 like the old symbol_file_add, but taking new arguments: you can
12594 now pass in either a `struct section_addr_info' list to say where
12595 each section is loaded, or a `struct section_offsets' table. Pass
12596 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 12597 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
12598 with the appropriate quiescent values for the new arguments.
12599
7e8580c1
JB
12600 * symfile.c: #include "gdb_assert.h".
12601 (syms_from_objfile): Add the ability to pass in a section offset
12602 table directly, as an alternative to the section_addr_info table.
12603 Document arguments better.
12604 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12605 * symfile.h (syms_from_objfile): Update declaration.
12606 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12607 syms_from_objfile.
12608 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12609
d28f9cdf
DJ
126102003-01-22 Daniel Jacobowitz <drow@mvista.com>
12611
12612 Original patch by Tom Tromey <tromey@cygnus.com> and
12613 Jason Molenda <jmolenda@apple.com>.
12614 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12615 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12616 * NEWS: Mention profiling.
12617 * configure.in (--enable-gdbtk): Fix typo.
12618 (--enable-profiling): New. Set PROFILE_CFLAGS.
12619 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12620 Fill in function.
12621 (profiling_state): New variable.
12622 (mcleanup_wrapper): New function.
12623 (_initialize_maint): Remove NOTYET, fix call to
12624 add_setshow_boolean_cmd for "maint set profile".
12625 * configure: Regenerated.
12626
df21e465
MH
126272003-01-21 Martin M. Hunt <hunt@redhat.com>
12628
12629 * Makefile.in (install-gdbtk): Install PNG images too.
12630
73c1f219
AC
126312003-01-21 Andrew Cagney <ac131313@redhat.com>
12632
12633 * exec.c (text_start): Delete global variable.
12634 (exec_file_attach): Make text_start local to the function.
12635 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12636 * valops.c (hand_function_call): Delete code that handles
12637 BEFORE_TEXT_END and AFTER_TEXT_END.
12638 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12639 of CALL_DUMMY_LOCATION.
12640 * gdbarch.c: Regenerate.
12641 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12642 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12643 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12644 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12645 (text_end): Delete extern declaration.
12646
eb4f72c5
AC
126472003-01-21 Andrew Cagney <ac131313@redhat.com>
12648
12649 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12650 * blockframe.c (backtrace_below_main): Move to "frame.c".
12651 (frame_chain_valid): Delete check for backtrace_below_main.
12652 (_initialize_blockframe): Delete initialization, move ``set
12653 backtrace-below-main'' command to "frame.c".
12654 (do_flush_frames_sfunc): Delete function.
12655 * frame.c: Include "command.h" and "gdbcmd.h".
12656 (frame_type_from_pc): New function.
12657 (create_new_frame): Use frame_type_from_pc.
12658 (legacy_get_prev_frame): New function.
12659 (get_prev_frame): Rewrite. When an old style frame, call
12660 legacy_get_prev_frame. Otherwize, unwind the PC first.
12661 (_initialize_frame): Add ``set backtrace-below-main'' command.
12662 * Makefile.in (frame.o): Update dependencies.
12663
778ce8cc
AC
126642003-01-19 Andrew Cagney <ac131313@redhat.com>
12665
12666 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12667 DEPRECATED_REGISTERS_INFO.
12668
01c193c8
AC
126692003-01-19 Andrew Cagney <ac131313@redhat.com>
12670
12671 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12672 Maintainers'. Update `Various Maintainers'.
12673
dedc2a2b
AC
126742003-01-19 Andrew Cagney <ac131313@redhat.com>
12675
12676 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12677 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12678 Suppress actual parameters when `-'.
12679 * gdbarch.h, gdbarch.c: Regenerate.
12680
b7261c70
AC
126812003-01-19 Andrew Cagney <ac131313@redhat.com>
12682
12683 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12684 code handling dummy frames.
12685
dbe9fe58
AC
126862003-01-19 Andrew Cagney <ac131313@redhat.com>
12687
12688 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12689 (struct frame_unwind): Add field pop.
12690 * frame.h (frame_pop): Declare.
12691 * frame.c (frame_saved_regs_pop): New function.
12692 (trad_frame_unwinder): Add frame_saved_regs_pop.
12693 (frame_pop): New function.
12694 * dummy-frame.c (dummy_frame_pop): New function.
12695 (discard_innermost_dummy): New function.
12696 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12697 (dummy_frame_unwind): Add dummy_frame_pop.
12698 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12699 * valops.c (hand_function_call): Ditto.
12700 * stack.c (return_command): Ditto.
12701
570b8f7c
AC
127022003-01-18 Andrew Cagney <ac131313@redhat.com>
12703
12704 * cris-tdep.c: Fix function declaration indentation.
12705 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12706 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12707 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12708 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12709 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12710 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12711
127122003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
12713
12714 * README (Unpacking and Installation -- quick overview):
12715 Warn against ".../gdb-5.3/gdb/configure".
12716
494cca16
AC
127172003-01-18 Andrew Cagney <ac131313@redhat.com>
12718
12719 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12720 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12721 (struct frame_unwind): Declare opaque.
12722 (dummy_frame_p): Declare function.
12723 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12724 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12725 * dummy-frame.c: Include "frame-unwind.h".
12726 (dummy_frame_p): New function.
12727 (dummy_frame_unwind): New variable.
12728 * frame.c: Include "frame-unwind.h".
12729 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12730 to use the new unwind field.
12731 (set_unwind_by_pc): Delete function.
12732 (create_new_frame, get_prev_frame): Set unwind field using
12733 frame_unwind_find_by_pc.
12734 (trad_frame_unwind, trad_frame_unwinder): New variables.
12735 * frame.h (trad_frame_unwind): Declare variable.
12736 (frame_id_unwind_ftype): Delete declaration.
12737 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12738 (struct frame_unwind): Declare opaque.
12739 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12740 register_unwind with a single unwind pointer.
12741 * frame-unwind.h, frame-unwind.c: New files.
12742 * Makefile.in (SFILES): Add frame-unwind.c.
12743 (frame_unwind_h): Define.
12744 (COMMON_OBS): Add frame-unwind.o.
12745 (frame-unwind.o): Specify dependencies.
12746 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 12747
4efb68b1
AC
127482003-01-18 Andrew Cagney <ac131313@redhat.com>
12749
12750 * ada-valprint.c: Eliminate PTR.
12751 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12752 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12753 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12754 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12755 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12756 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12757 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 12758
a84d24ee
AC
127592003-01-17 Andrew Cagney <ac131313@redhat.com>
12760
762f08a3
AC
12761 * main.c (captured_main): Don't use PTR.
12762 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12763 * gdbtypes.c (lookup_primitive_typename): Ditto.
12764 (lookup_struct_elt_type): Ditto.
12765 * f-valprint.c (info_common_command): Ditto.
12766 (list_all_visible_commons): Ditto.
12767 * jv-typeprint.c (java_type_print_base): Ditto.
12768
a84d24ee
AC
12769 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12770 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12771 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12772 i386-interix-nat.c and i386-interix-tdep.c. Rename
12773 m68klinux-nat.c and m68klinux-tdep.c. Rename
12774 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12775 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12776 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12777 * main.c (captured_main): Use xfree, not free.
12778
c170fb60
AC
127792003-01-16 Andrew Cagney <ac131313@redhat.com>
12780
12781 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12782 ID back using a parameter.
12783 * frame.c (frame_id_unwind): Update call.
12784 (frame_saved_regs_id_unwind): Update.
12785 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12786 * dummy-frame.h (struct frame_id): Add opaque declaration.
12787 (dummy_frame_id_unwind): Update declaration.
12788
867f3898
AC
127892003-01-15 Andrew Cagney <ac131313@redhat.com>
12790
12791 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12792
40622be8 127932003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 12794
40622be8 12795 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 12796
ae66c1fc
EZ
127972003-01-14 Elena Zannoni <ezannoni@redhat.com>
12798
997b089a 12799 Fix PR gdb/898
ae66c1fc
EZ
12800 * breakpoint.c (until_break_command): Add new argument. Use it to
12801 decide whether to stop only at the current frame or not.
12802 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 12803 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
12804 call.
12805 (advance_command): New function.
12806 (_initialize_infcmd): Update help string for 'until' command.
12807 Add new 'advance' command.
12808
a04257e6
DC
128092003-01-14 David Carlton <carlton@math.stanford.edu>
12810
12811 * linespec.c (decode_line_1): Normalize comments.
12812 (set_flags): Ditto.
12813 (locate_first_half): Ditto.
12814 (decode_compound): Ditto.
12815 (symtab_from_filename): Ditto.
12816 (decode_all_digits): Ditto.
12817 (decode_dollar): Ditto.
12818 (find_methods): Ditto.
12819 (find_toplevel_char): Ditto.
12820
1bac305b
AC
128212003-01-13 Andrew Cagney <ac131313@redhat.com>
12822
12823 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12824 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12825 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12826 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12827 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12828 * language.c, language.h, m32r-tdep.c: Update copyright.
12829 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12830 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12831 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12832 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12833 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12834 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12835
25caa7a8
EZ
128362003-01-13 Elena Zannoni <ezannoni@redhat.com>
12837
12838 * stabsread.h (process_later, resolve_cfront_continuation):
12839 Obsolete.
12840 Update copyright years.
12841 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12842 Update copyright year.
12843 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 12844 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
12845 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12846 Update copyright year.
12847 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12848 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12849 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12850 (parse_partial_symbols): Obsolete cfront support.
12851 * stabsread.c
12852 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12853 macros.
12854 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12855 read_cfront_baseclasses, read_cfront_member_functions,
12856 resolve_cfront_continuation,read_cfront_static_fields,
12857 copy_cfront_struct_fields): Obsolete functions.
12858 (define_symbol, read_one_struct_field): Obsolete cfront support.
12859 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12860 Update Copyright year.
12861
7789c6f5
EZ
128622003-01-13 Elena Zannoni <ezannoni@redhat.com>
12863
12864 * stack.c (print_frame_info, print_stack_frame_base_stub,
12865 print_stack_frame_base, show_and_print_stack_frame_stub,
12866 show_and_print_stack_frame, print_only_stack_frame_stub,
12867 print_only_stack_frame): Delete functions.
12868 (print_stack_frame_stub): Call print_frame_info instead of
12869 print_frame_info_base.
12870 (print_frame_info_base): Rename to print_frame_info.
12871 (backtrace_command_1): Call print_frame_info, instead of
12872 print_frame_info_base.
12873 (current_frame_command): Call print_stack_frame, instead of
12874 print_only_stack_frame.
12875 (frame_command): Call print_stack_frame, instead of
12876 show_and_print_stack_frame.
12877 (up_command): Ditto.
12878 (down_command): Ditto.
12879 * frame.h (print_only_stack_frame): Delete prototype.
12880 * infrun.c (normal_stop): Call print_stack_frame, instead of
12881 show_and_print_stack_frame.
12882 * thread.c (info_threads_command): Call print_stack_frame, instead
12883 of print_only_stack_frame.
12884
3f5a3016
AC
128852003-01-13 Andrew Cagney <ac131313@redhat.com>
12886
d99ba314
AC
12887 * README (Graphical interface to GDB): Update URL. Point at
12888 gdb/links/.
12889
3f5a3016
AC
12890 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12891 version match.
12892
083ae935
DJ
128932003-01-13 Daniel Jacobowitz <drow@mvista.com>
12894
12895 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12896 lines.
12897
5365276c
DJ
128982003-01-13 Daniel Jacobowitz <drow@mvista.com>
12899
12900 * thread-db.c (attach_thread): Prototype.
12901 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12902 thread information (ti), and valid flags (th_valid, ti_valid).
12903 (attach_thread): Move target_pid_to_str call to after the thread
12904 is added to GDB's list. Initialize the cache.
12905 (thread_get_info_callback, thread_db_map_id2thr)
12906 (thread_db_get_info): New functions.
12907 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12908 (thread_db_store_registers, thread_db_thread_alive)
12909 (thread_db_get_thread_local_address): Use them.
12910 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12911 of calling error() for threads in unknown state.
12912
12913 (clear_lwpid_callback): New function.
12914 (thread_db_resume): Use it to clear the cache.
12915
9fc30b6b
DJ
129162003-01-13 Daniel Jacobowitz <drow@mvista.com>
12917
12918 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12919 (resume_callback): Remove dead code.
12920
8f871025
AC
129212003-01-13 Andrew Cagney <ac131313@redhat.com>
12922
12923 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12924 predicate.
12925 * gdbarch.h, gdbarch.c: Regenerate.
12926 * stack.c (frame_info): Only initialize the saved registers when
12927 FRAME_INIT_SAVED_REGS_P.
12928 * frame.c (frame_saved_regs_register_unwind): Assert
12929 FRAME_INIT_SAVED_REGS_P.
12930 (deprecated_generic_get_saved_register): Ditto.
12931
3f565f1e
DJ
129322003-01-13 Daniel Jacobowitz <drow@mvista.com>
12933
12934 * source.c (openp): Squelch warning about "filename".
12935
072b1022
DJ
129362003-01-13 Daniel Jacobowitz <drow@mvista.com>
12937
12938 * source.c (openp): If the file does not exist don't necessarily
12939 search the path.
12940
973ccf8b
DJ
129412003-01-13 Daniel Jacobowitz <drow@mvista.com>
12942
12943 Fix PR gdb/872.
12944 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12945 (integer_types_same_name_p): New function.
12946 (rank_one_type): Use it.
12947 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12948
030292b7
DJ
129492003-01-13 Daniel Jacobowitz <drow@mvista.com>
12950
12951 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12952 variables.
12953 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12954 * configure.in: Add --with-sysroot.
12955 * configure: Regenerated.
12956 * main.c (gdb_sysroot): New variable.
12957 (captured_main): Initialize gdb_sysroot.
12958 * defs.h (gdb_sysroot): New extern declaration.
12959 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12960
afb5d334
MC
129612003-01-12 Michael Chastain <mec@shout.net>
12962
12963 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12964
751ceeb4
MC
129652003-01-12 Michael Chastain <mec@shout.net>
12966
12967 * top.c (print_gdb_version): Bump copyright year to 2003.
12968
94cd26f8
DC
129692003-01-12 David Carlton <carlton@bactrian.org>
12970
12971 * linespec.c (symtab_from_filename): Rename variable 's' to
12972 'file_symtab'.
12973
1ce79225
AC
129742003-01-12 Andrew Cagney <ac131313@redhat.com>
12975
12976 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12977 dummy frame.
12978 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12979
fa1fd571
AC
129802003-01-12 Andrew Cagney <ac131313@redhat.com>
12981
12982 * d10v-tdep.c: Include "gdb_assert.h".
12983 (d10v_store_return_value): Rewrite to match current interface.
12984 (d10v_extract_struct_value_address): Ditto.
12985 (d10v_extract_return_value): Ditto.
12986 (d10v_gdbarch_init): Set store_restore_value,
12987 extract_struct_value_address and extract_return_value.
12988
68b8d23e
JB
129892003-01-12 J. Brobecker <brobecker@gnat.com>
12990
12991 * hpread.c (set_namestring): New procedure replacing the
12992 SET_NAMESTRING macro.
12993 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12994 by calls to set_namestring.
12995
129962003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
12997
12998 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12999 a compilation warning.
13000 (hpread_process_one_debug_symbol): Likewise.
13001
88d262ca
DC
130022003-01-10 David Carlton <carlton@math.stanford.edu>
13003
13004 * linespec.c (decode_line_1): Rename variable 's' to
13005 'file_symtab'.
13006 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13007 (decode_dollar): Ditto.
13008 (decode_variable): Ditto.
13009 (symbol_found): Ditto.
13010
86669319
MC
130112003-01-09 Michael Chastain <mec@shout.net>
13012
13013 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13014
616a9dc4
CV
130152003-01-07 Corinna Vinschen <vinschen@redhat.com>
13016
13017 * win32-nat.c (set_process_privilege): New function.
13018 (child_attach): Call set_process_privilege() to enable the
13019 SE_DEBUG_NAME user privilege if available in process token.
13020
3269bcfa
JB
130212003-01-10 J. Brobecker <brobecker@gnat.com>
13022
13023 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13024 compilation error in the previous revision.
13025
2b0ee454
DC
130262003-01-09 David Carlton <carlton@math.stanford.edu>
13027
13028 * linespec.c: Update copyright.
13029
b3ba1b44
DJ
130302003-01-09 Daniel Jacobowitz <drow@mvista.com>
13031
13032 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13033 than inferior_ptid.
13034 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13035
4ef3f3be
AC
130362003-01-09 Andrew Cagney <ac131313@redhat.com>
13037
479ab5a0
AC
13038 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13039 Update comments.
13040 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13041 (frame_saved_regs_zalloc): Update.
13042 (frame_saved_regs_register_unwind): Update.
13043 (create_new_frame): Update.
13044 (get_prev_frame): Update.
13045 (frame_extra_info_zalloc): Update.
13046 (deprecated_get_frame_saved_regs): Update.
13047 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13048 * cris-tdep.c: Update comment.
13049
bde58177
AC
13050 * somsolib.h: Fix function indentation.
13051 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13052 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13053 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13054 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13055 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13056
4ef3f3be
AC
13057 * infrun.c (follow_fork): Use ISO C definition.
13058 * expprint.c (print_subexp): Use xfree instead of free.
13059 * charset.c: Include "gdb_string.h" instead of <string.h>.
13060 (register_iconv_charsets): Use ISO C definition.
13061 (host_charset, target_charset): Ditto.
13062 * Makefile.in (charset.o): Update dependencies.
13063 (mi-cmd-env.o): Update dependencies.
13064
1c615f7a
AC
130652003-01-08 Andrew Cagney <cagney@redhat.com>
13066
13067 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13068 get_frame_base.
13069
c9a1dc08
AC
130702003-01-08 Andrew Cagney <ac131313@redhat.com>
13071
13072 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13073 build directories. Save edited gdb output in Mbuild.log. If a
13074 build fails, remove any final GDB executable.
13075
dbad9d94
AC
130762003-01-08 Andrew Cagney <ac131313@redhat.com>
13077
13078 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13079 replacing hex constants with function names and stripping leading
13080 file name directory prefixes.
13081
8d357cca
AC
130822003-01-08 Andrew Cagney <cagney@redhat.com>
13083
13084 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13085 get_frame_base.
13086
bca02a8a
DC
130872003-01-08 David Carlton <carlton@math.stanford.edu>
13088
13089 * linespec.c (decode_line_1): Move code into decode_variable.
13090 (decode_variable): New function.
13091
7f8ab3a0
AC
130922003-01-08 Andrew Cagney <ac131313@redhat.com>
13093
13094 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13095
7b5849cc
AC
130962003-01-08 Andrew Cagney <cagney@redhat.com>
13097
13098 * cris-tdep.c (cris_frame_init_saved_regs): Use
13099 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13100 saved_regs buffer.
13101 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13102 (sh64_nofp_frame_init_saved_regs): Ditto.
13103 (sh_fp_frame_init_saved_regs): Ditto.
13104 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13105 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13106 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13107 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13108
72a5efb3
DJ
131092003-01-08 Daniel Jacobowitz <drow@mvista.com>
13110
13111 * minsyms.c (lookup_minimal_symbol): Update comment.
13112 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13113 (lookup_minimal_symbol_solib_trampoline): Likewise.
13114
11c02a10
AC
131152003-01-08 Andrew Cagney <cagney@redhat.com>
13116
aab3ea25
AC
13117 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13118 frame_relative_level.
13119
da50a4b7
AC
13120 * alpha-tdep.c: Use get_frame_extra_info.
13121 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13122 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13123 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13124 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13125
11c02a10
AC
13126 * alpha-tdep.c: Use get_next_frame.
13127 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13128 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13129 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13130 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13131 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13132 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13133 * xstormy16-tdep.c: Ditto.
8ffd9b1b 13134
1e2330ba
AC
131352003-01-07 Andrew Cagney <cagney@redhat.com>
13136
13137 * alpha-tdep.c: Use get_frame_base.
13138 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13139 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13140 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13141 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13142 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13143 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13144 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13145 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 13146
2d75187b
AC
131472003-01-07 Andrew Cagney <cagney@redhat.com>
13148
13149 * frame.c (deprecated_get_frame_context): New function.
13150 (deprecated_set_frame_context): New function.
13151 * frame.h (deprecated_get_frame_context): Declare.
13152 (deprecated_set_frame_context): Declare.
13153 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13154 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 13155
483d36b2
AC
131562003-01-07 Andrew Cagney <cagney@redhat.com>
13157
13158 * frame.c (deprecated_set_frame_next_hack): New function.
13159 (deprecated_set_frame_prev_hack): New function.
13160 * frame.h (deprecated_set_frame_next_hack): Declare.
13161 (deprecated_set_frame_prev_hack): Declare.
13162 * mcore-tdep.c (analyze_dummy_frame): Use
13163 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13164 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13165
14e91ac5
DC
131662003-01-07 David Carlton <carlton@math.stanford.edu>
13167
13168 * linespec.c (decode_line_1): Move code into decode_dollar.
13169 (decode_dollar): New function.
13170
b0c6b05c
AC
131712003-01-07 Andrew Cagney <cagney@redhat.com>
13172
13173 * arm-tdep.c (arm_init_extra_frame_info): Use
13174 deprecated_update_frame_base_hack.
13175 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13176 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13177 (fix_frame_pointer): Ditto.
13178 (mn10300_analyze_prologue): Ditto.
13179
a00a19e9
AC
131802003-01-07 Andrew Cagney <cagney@redhat.com>
13181
13182 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13183 extra_info using frame_extra_info_zalloc.
13184 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13185 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13186 (sh64_init_extra_frame_info): Ditto.
13187 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13188 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13189 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13190 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13191 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13192 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13193 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13194 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13195 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13196 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13197 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13198 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13199
13200 * mn10300-tdep.c (analyze_dummy_frame): Use
13201 deprecated_set_frame_extra_info_hack.
13202 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13203
1fb4c65b
JB
132042003-01-07 J. Brobecker <brobecker@gnat.com>
13205
13206 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13207 class is not scText. These do not define "real" procedures.
13208 (parse_partial_symbols): Likewise.
13209
9fe7d6bf
MS
132102003-01-06 Michael Snyder <msnyder@redhat.com>
13211
13212 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13213
f6c609c4
AC
132142003-01-06 Andrew Cagney <ac131313@redhat.com>
13215
13216 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13217 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13218 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13219 deprecated_frame_xmalloc_with_cleanup.
13220 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13221 deprecated_frame_xmalloc.
13222 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13223 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13224
d995ff4b
AC
132252003-01-06 Andrew Cagney <cagney@redhat.com>
13226
84dc46cb
AC
13227 * x86-64-linux-tdep.c: Include "osabi.h".
13228 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13229
d995ff4b
AC
13230 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13231
66140c26
AC
132322003-01-06 Andrew Cagney <cagney@redhat.com>
13233
13234 * MAINTAINERS (Target Instruction Set Architectures): Update
13235 arm-elf. Can be built with -Werror, has been multiarched.
13236
13237 * value.h (unpack_long): Make buffer parameter constant.
13238 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13239 * scm-lang.h (scm_parse): Ditto.
13240 * defs.h (extract_typed_address, extract_address): Ditto.
13241 (extract_long_unsigned_integer): Ditto.
13242 * inferior.h (unsigned_pointer_to_address): Ditto.
13243 (signed_pointer_to_address): Ditto.
13244 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13245 * gdbarch.h, gdbarch.c: Regenerate.
13246 * findvar.c (extract_long_unsigned_integer): Update.
13247 (extract_address): Update.
13248 (extract_typed_address): Update.
13249 (unsigned_pointer_to_address): Update.
13250 * values.c (unpack_long): Update.
13251 (unpack_double): Update.
13252 (unpack_pointer): Update.
13253 (unpack_field_as_long): Update.
13254 * d10v-tdep.c (d10v_pointer_to_address): Update.
13255 * avr-tdep.c (avr_pointer_to_address): Update.
13256 * scm-lang.c (scm_unpack): Update.
13257 * findvar.c (signed_pointer_to_address): Update.
13258
b089b3da
ML
132592003-01-06 Michal Ludvig <mludvig@suse.cz>
13260
8ffd9b1b 13261 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
13262 since it is in i386-tdep.c.
13263
aff87235
JB
132642003-01-06 J. Brobecker <brobecker@gnat.com>
13265
13266 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13267 failure introduced in the previous change.
13268
34f5e845
MC
132692003-01-05 Michael Chastain <mec@shout.net>
13270
13271 * README: Remove references to deleted remote-*.c files:
13272 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13273 remote-nrom.c, remote-os9k.c, remote-udi.c.
13274
28bcfd30
MK
132752003-01-05 Mark Kettenis <kettenis@gnu.org>
13276
13277 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13278 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13279 i386_get_longjmp_target.
13280
15a5b3ee
AC
132812003-01-05 Andrew Cagney <ac131313@redhat.com>
13282
13283 * arm-tdep.c (prologue_cache): Change to a pointer.
13284 (_initialize_arm_tdep): Allocate prologue_cache.
13285 (check_prologue_cache): Update.
13286 (save_prologue_cache): Update.
13287 (arm_gdbarch_init): Update.
13288
c263362b
DJ
132892003-01-04 Daniel Jacobowitz <drow@mvista.com>
13290
13291 * stabsread.c (update_method_name_from_physname): Call complaint()
13292 instead of error.
13293
51603483
DJ
132942003-01-04 Daniel Jacobowitz <drow@mvista.com>
13295
13296 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13297 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13298 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13299
13300 * blockframe.c: Include "gdbcmd.h" and "command.h".
13301 (backtrace_below_main): New variable.
13302 (file_frame_chain_valid, func_frame_chain_valid)
13303 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13304 (generic_func_frame_chain_valid): Remove functions.
13305 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13306 (_initialize_blockframe): New function.
13307 * Makefile.in (blockframe.o): Update dependencies.
13308 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13309 comment. Call frame_chain_valid ().
13310 * frame.h: Remove old prototypes. Add prototype for
13311 frame_chain_valid and update comments to match.
13312 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13313 Remove old comment.
13314 * gdbarch.h: Regenerated.
13315 * gdbarch.c: Regenerated.
13316
13317 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13318 set_gdbarch_frame_chain_valid.
13319 * avr-tdep.c (avr_gdbarch_init): Likewise.
13320 * cris-tdep.c (cris_gdbarch_init): Likewise.
13321 * frv-tdep.c (frv_gdbarch_init): Likewise.
13322 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13323 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13324 (i386_nw_init_abi): Likewise.
13325 (i386_gdbarch_init): Likewise.
13326 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13327 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13328 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13329 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13330 * mips-tdep.c (mips_gdbarch_init): Likewise.
13331 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13332 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13333 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13334 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13335 * s390-tdep.c (s390_gdbarch_init): Likewise.
13336 * sh-tdep.c (sh_gdbarch_init): Likewise.
13337 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13338 * v850-tdep.c (v850_gdbarch_init): Likewise.
13339 * vax-tdep.c (vax_gdbarch_init): Likewise.
13340 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13341
13342 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13343 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13344 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13345 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13346 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13347 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13348 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13349 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13350
b00a8037
DJ
133512002-01-04 Daniel Jacobowitz <drow@mvista.com>
13352
13353 * Makefile.in (acconfig_h): Remove incorrect macro.
13354 (config_h): Define.
13355 (osabi.o): Update dependencies.
13356 * configure.tgt: Set gdb_osabi based on target triplet.
13357 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13358 * configure: Regenerated.
13359 * config.in: Regenerated.
13360 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13361 (GDB_OSABI_DEFAULT): Define if not already defined.
13362 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13363 (set_osabi_string): New variables.
13364 (gdbarch_register_osabi): Add new OS ABI to
13365 gdb_osabi_available_names.
13366 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13367 (set_osabi, show_osabi): New functions.
13368 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13369
4be87837
DJ
133702003-01-04 Daniel Jacobowitz <drow@mvista.com>
13371
13372 * arch-utils.c (gdbarch_info_init): Set osabi to
13373 GDB_OSABI_UNINITIALIZED.
13374 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13375 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13376 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13377 * gdbarch.c: Regenerated.
13378 * gdbarch.h: Regenerated.
13379 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13380 there's no BFD.
13381 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13382 * osabi.h (enum gdb_osabi): Move to defs.h.
13383 (gdbarch_init_osabi): Update prototype.
13384 * defs.h (enum gdb_osabi): Moved here.
13385 * Makefile.in: Update dependencies.
13386
13387 * alpha-tdep.h: Don't include "osabi.h".
13388 (struct gdbarch_tdep): Remove osabi member.
13389 * alpha-tdep.c: Include "osabi.h".
13390 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13391 iterate over arches. Update call to gdbarch_init_osabi.
13392 (alpha_dump_tdep): Don't dump osabi.
13393 * alpha-linux-tdep.c: Include "osabi.h".
13394 * alpha-osf1-tdep.c: Include "osabi.h".
13395 * alphafbsd-tdep.c: Include "osabi.h".
13396 * alphanbsd-tdep.c: Include "osabi.h".
13397
13398 * arm-tdep.h: Don't include "osabi.h".
13399 (struct gdbarch_tdep): Remove osabi member.
13400 * arm-tdep.c: Include "osabi.h".
13401 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13402 iterate over arches. Update call to gdbarch_init_osabi.
13403 (arm_dump_tdep): Don't dump osabi.
13404 * arm-linux-tdep.c: Include "osabi.h".
13405 * armnbsd-tdep.c: Include "osabi.h".
13406
13407 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13408 Update call to gdbarch_init_osabi.
13409
13410 * i386-tdep.h: Don't include "osabi.h".
13411 (struct gdbarch_tdep): Remove osabi member.
13412 * i386-tdep.c: Include "osabi.h".
13413 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13414 iterate over arches. Update call to gdbarch_init_osabi.
13415 (i386_dump_tdep): Don't dump osabi.
13416 * i386-linux-tdep.c: Include "osabi.h".
13417 * i386-sol2-tdep.c: Include "osabi.h".
13418 * i386bsd-tdep.c: Include "osabi.h".
13419 * i386gnu-tdep.c: Include "osabi.h".
13420 * i386ly-tdep.c: Include "osabi.h".
13421 * i386nbsd-tdep.c: Include "osabi.h".
13422 * i386obsd-tdep.c: Include "osabi.h".
13423
13424 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13425 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13426 check osabi when iterating over arches. Update call to
13427 gdbarch_init_osabi.
13428 (mips_dump_tdep): Don't dump osabi.
13429
13430 * ns32k-tdep.h: Don't include "osabi.h".
13431 (struct gdbarch_tdep): Remove.
13432 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13433 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13434 allocate tdep. Update call to gdbarch_init_osabi.
13435 (ns32k_dump_tdep): Remove.
13436 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13437 * ns32knbsd-tdep.c: Include "osabi.h".
13438
13439 * ppc-tdep.h: Don't include "osabi.h".
13440 (struct gdbarch_tdep): Remove osabi member.
13441 * rs6000-tdep.c: Include "osabi.h".
13442 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13443 osabi when iterating over arches. Update call to
13444 gdbarch_init_osabi.
13445 (rs6000_dump_tdep): Don't dump osabi.
13446 * ppc-linux-tdep.c: Include "osabi.h".
13447 * ppcnbsd-tdep.c: Include "osabi.h".
13448
13449 * sh-tdep.h: Don't include "osabi.h".
13450 (struct gdbarch_tdep): Remove osabi member.
13451 * sh-tdep.c: Include "osabi.h".
13452 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13453 iterate over arches. Update call to gdbarch_init_osabi.
13454 (sh_dump_tdep): Don't dump osabi.
13455 * shnbsd-tdep.c: Include "osabi.h".
13456
13457 * sparc-tdep.c: Include "osabi.h".
13458 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13459 iterate over arches. Update call to gdbarch_init_osabi.
13460 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13461 tdep structure.
13462
13463 * vax-tdep.h: Don't include "osabi.h".
13464 (struct gdbarch_tdep): Remove.
13465 * vax-tdep.c: Include "osabi.h".
13466 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13467 iterate over arches. Don't allocate tdep. Update call
13468 to gdbarch_init_osabi.
13469 (vax_dump_tdep): Remove.
13470 (_initialize_vax_tdep): Update call to gdbarch_register.
13471
a881cf8e
DJ
134722003-01-04 Daniel Jacobowitz <drow@mvista.com>
13473
13474 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13475 entirely.
13476 (breakpoint_re_set_one): Don't fetch the value for a disabled
13477 watchpoint.
13478
1e698235
DJ
134792003-01-04 Daniel Jacobowitz <drow@mvista.com>
13480
13481 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13482 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13483 (COERCE_FLOAT_TO_DOUBLE): Remove.
13484 * gdbarch.c: Regenerate.
13485 * gdbarch.h: Regenerate.
13486 * Makefile.in: Remove value_h from gdbarch_h.
13487 * valops.c (coerce_float_to_double): New variable.
13488 (default_coerce_float_to_double): Remove.
13489 (standard_coerce_float_to_double): Remove.
13490 (value_arg_coerce): Use coerce_float_to_double.
13491 (_initialize_valops): Add "set coerce-float-to-double".
13492 * value.h (default_coerce_float_to_double): Remove prototype.
13493 (standard_coerce_float_to_double): Remove prototype.
13494
13495 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13496 prototyped.
13497 * mdebugread.c (parse_symbol): Likewise.
13498 * stabsread.c (define_symbol): Mark all functions as prototyped.
13499
13500 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13501 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13502 set_gdbarch_coerce_float_to_double.
13503 * arm-tdep.c (arm_gdbarch_init): Likewise.
13504 * frv-tdep.c (frv_gdbarch_init): Likewise.
13505 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13506 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13507 * mips-tdep.c (mips_gdbarch_init): Likewise.
13508 (mips_coerce_float_to_double): Remove.
13509 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13510 (rs6000_coerce_float_to_double): Remove.
13511 * s390-tdep.c (s390_gdbarch_init): Likewise.
13512 * sh-tdep.c (sh_gdbarch_init): Likewise.
13513 (sh_coerce_float_to_double): Remove.
13514 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13515 (sparc_coerce_float_to_double): Remove.
13516 * v850-tdep.c (v850_gdbarch_init): Likewise.
13517 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13518 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13519 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13520 (hppa_coerce_float_to_double): Remove prototype.
13521 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13522
f436a26a
DJ
135232003-01-04 Daniel Jacobowitz <drow@mvista.com>
13524
13525 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13526
248f8055
DJ
135272003-01-04 Daniel Jacobowitz <drow@mvista.com>
13528
13529 Suggested by Stewart Brown <sb24@avaya.com>:
13530 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13531 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13532 (c_type_print_varspec_suffix): Likewise.
13533
72cfdc76
MK
135342003-01-04 Mark Kettenis <kettenis@gnu.org>
13535
bfd260bb
MK
13536 * configure.in: Don't set and AC_SUBST SUBDIRS.
13537 * configure: Regenerated.
13538
72cfdc76
MK
13539 * configure.in: Remove code dealing with shared libraries.
13540 * Makefile.in: Remove HLDFLAGS and HLDENV.
13541 * configure: Regenerated.
13542
c8b8a898
AC
135432003-01-04 Andrew Cagney <ac131313@redhat.com>
13544
13545 * frame.c (deprecated_frame_xmalloc): New function.
13546 (deprecated_set_frame_saved_regs_hack): New function.
13547 (deprecated_set_frame_extra_info_hack): New function.
13548 * frame.h (deprecated_frame_xmalloc): Declare.
13549 (deprecated_set_frame_saved_regs_hack): Declare.
13550 (deprecated_set_frame_extra_info_hack): Declare.
13551
14abd0fb
MK
135522003-01-04 Mark Kettenis <kettenis@gnu.org>
13553
8ee53726
MK
13554 * configure.in: Move code that provides the --enable-gdbtk option
13555 right after the code that handles the --enable-tui option, and
13556 polish it somewhat.
13557 * configure: Regenerated.
13558
14abd0fb
MK
13559 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13560 AC_CHECK_FUNCS and remove the old check for pread64.
13561 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13562 * acconfig.h (_GNU_SOURCE): Add.
13563 (HAVE_PREAD64): Remove.
13564 * configure, aclocal.m4, config.in: Regenerated.
13565
b2fb4676
AC
135662003-01-03 Andrew Cagney <ac131313@redhat.com>
13567
13568 * alpha-tdep.c: Use get_frame_saved_regs.
13569 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13570 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13571 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13572 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13573 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13574
8dcde887
MK
135752003-01-03 Mark Kettenis <kettenis@gnu.org>
13576
13577 * configure.in: Remove all use of the SUBDIRS variable; add
13578 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13579 code providing the --enable-multi-ice option, and move it right in
13580 front of the code that checks whether gdbserver is supported.
13581 Polish that too.
13582 * configure: Regenerated.
13583 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13584 @SUBDIRS@.
13585
8ccd593b
AC
135862003-01-03 Andrew Cagney <cagney@redhat.com>
13587
13588 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13589 * avr-tdep.c, cris-tdep.c: Ditto.
13590 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13591 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 13592
91151a06
MK
135932003-01-03 Mark Kettenis <kettenis@gnu.org>
13594
13595 * configure.in: Remove --enable-netrom option.
13596 * configure: Regenerated.
13597
8fe84d01
MK
135982003-01-03 Mark Kettenis <kettenis@gnu.org>
13599
13600 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13601 declaration for `struct re_pattern_buffer' instead.
13602 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13603
f0394be6
JB
136042003-01-03 J. Brobecker <brobecker@gnat.com>
13605
13606 * mdebugread.c (parse_symbol): Count until the stEnd matching
13607 the structure name.
13608
27e9bf90
MK
136092003-01-02 Mark Kettenis <kettenis@gnu.org>
13610
93d331ba
MK
13611 * configure.in: Remove --with-cpu option.
13612 subscripts. Remove evil changequotes here.
13613 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13614 * config.in, configure: Regenerated.
8ffd9b1b 13615
27e9bf90
MK
13616 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13617 * configure.in: Cleanup section that sources GDB and BFD configure
13618 subscripts. Remove evil changequotes here.
13619 * config.in, configure: Regenerated.
13620
50abf9e5
AC
136212003-01-02 Andrew Cagney <ac131313@redhat.com>
13622
13623 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13624 frame accessor methods.
13625 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13626 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13627 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13628 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13629 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13630 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13631 * z8k-tdep.c: Ditto.
8ffd9b1b 13632
287c1a40
MK
136332003-01-02 Mark Kettenis <kettenis@gnu.org>
13634
f5dbc56d
MK
13635 * configure.in: Remove UI_OUT configuration code.
13636 * ada-lang.c: Update assuming UI_OUT is always true.
13637 * Makefile.in (UIOUT_CFLAGS): Remove.
13638 * configure: Regenerated.
13639 * TODO: Remove blurb about elimination of -DUI_OUT.
13640
627af7ea
MK
13641 * configure.in: Move code that provides the --enable-gdbcli,
13642 --enable-gdbmi options right before the code that handles the
13643 --enable-tui option. Polish a bit.
13644 * configure: Regenerated.
13645
06825bd1
MK
13646 * configure.in: Rewrite check for GNU regex and the
13647 --without-included regex option, and move it into the "Checks for
13648 library functions" section. This makes us use the system regex
13649 again by default on systems with version 2 of the GNU C library.
13650 This was apparently broken.
13651 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13652 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13653 * config.in, configure: Regenerated.
13654
287c1a40
MK
13655 * configure.in: Move code that provides the --enable-tui option
13656 before the "Checks for libraries" section. Polish the code
13657 somewhat and set need_curses to yes if we build the TUI. Rewrite
13658 code that looks for a library providing termcap functionality to
13659 match more closely what's done in the Readline library, and move
13660 it into to the "Checks for libraries" section.
13661 * configure: Regenerated.
13662 * Makefile.in (TERMCAP): Remove variable.
13663 * config/i386/go32.mh (TERMCAP): Remove variable.
13664
684e56bf
AC
136652003-01-02 Andrew Cagney <ac131313@redhat.com>
13666
13667 * MAINTAINERS: Mention gdb_mbuild.sh.
13668 * gdb_mbuild.sh: Rewrite.
13669
e1ea1d75
MK
136702003-01-02 Mark Kettenis <kettenis@gnu.org>
13671
13672 * configure.in: Fix typo in last change.
13673 * config.in, configure: Regenerated.
13674
1b831c93
AC
136752003-01-02 Andrew Cagney <ac131313@redhat.com>
13676
13677 * valarith.c (value_binop): Delete obsolete code and comments.
13678 * configure.host: Ditto.
13679 * buildsym.h (make_blockvector): Ditto.
13680 * buildsym.c (make_blockvector): Ditto.
13681 * defs.h (enum language): Ditto.
13682 (chill_demangle): Ditto.
13683 * elfread.c (elf_symtab_read): Ditto.
13684 * dwarfread.c (CHILL_PRODUCER): Ditto.
13685 (set_cu_language): Ditto.
13686 (handle_producer): Ditto.
13687 * expprint.c (print_subexp): Ditto.
13688 * gdbtypes.c (chill_varying_type): Ditto.
13689 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13690 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13691 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13692 (chill_varying_type): Ditto.
13693 * language.h (_LANG_chill): Ditto.
13694 * language.c (binop_result_type, integral_type): Ditto.
13695 (character_type, string_type, structured_type): Ditto.
13696 (lang_bool_type, binop_type_check): Ditto.
13697 * stabsread.h (os9k_stabs): Ditto.
13698 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13699 (define_symbol, read_type, read_struct_fields): Ditto.
13700 (read_array_type, read_enum_type, read_huge_number): Ditto.
13701 (read_range_type, start_stabs): Ditto.
13702 * symfile.c (init_filename_language_table): Ditto.
13703 (add_psymbol_with_dem_name_to_list): Ditto.
13704 * symtab.c (symbol_init_language_specific): Ditto.
13705 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13706 * symtab.h (struct general_symbol_info): Ditto.
13707 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13708 * typeprint.c (typedef_print): Ditto.
13709 * utils.c (fprintf_symbol_filtered): Ditto.
13710 * valops.c (value_cast, search_struct_field, value_slice): Delete
13711 obsolete code.
13712 (varying_to_slice): Delete function.
13713 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13714 (varying_to_slice): Delete declaration.
13715 * MAINTAINERS: Update.
13716
8bb2c122
MK
137172003-01-02 Mark Kettenis <kettenis@gnu.org>
13718
97bf5e38
MK
13719 * configure.in: Reorganize "Checks for library functions section"
13720 a bit. Remove check for `btowc' and `isascii' functions.
13721 * configure: Regenerated.
13722
5ee754fc
MK
13723 * acconfig.h (_MSE_INT_H): Remove.
13724 * configure.in: Create "Checks for header files" section, and move
13725 appropriate tests there. Don't check for objlist.h, wchar.h,
13726 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13727 misdetection fix. Also add "Checks for types", "Checks for
13728 compiler characteristics" and "Checks for library functions"
13729 sections.
13730 * config.in, configure: Regenerated.
13731
8bb2c122
MK
13732 * configure.in: Create "Checks for programs" section, and move
13733 appropriate tests there.
13734
9a156167
MK
137352003-01-01 Mark Kettenis <kettenis@gnu.org>
13736
13737 * configure.in: Create "Checks for libraries" section, and move
13738 appropriate tests there. Cleanup check for wctype in libw. Use
13739 AC_SEARCH_LIBS to see whether we need libsocket.
13740 * configure: Regenerated.
13741
a80e2bcb 13742For older changes see ChangeLog-2002
c906108c
SS
13743\f
13744Local Variables:
13745mode: change-log
13746left-margin: 8
13747fill-column: 74
13748version-control: never
13749End: