* elfxx-mips.c (mips_elf_create_got_section): Initialize global_gotno.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
fc70c2a0
AC
12003-10-23 Andrew Cagney <cagney@redhat.com>
2
3 * Makefile.in (stack.o): Add $(regcache_h).
4 * stack.c: Include "regcache.h"
5 (return_command): Rewrite. Use get_frame_id and
6 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
7 about unhandled return-values.
8 * value.h (set_return_value): Delete declaration.
9 * values.c (set_return_value): Delete function.
10
4afcc598
JJ
112003-10-23 Jeff Johnston <jjohnstn@redhat.com>
12
13 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
14 (pseudo_regs): Add comment regarding register stack registers.
15 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
16 (floatformat_valid): New static routine.
17 (floatformat_ia64_ext): Add name field and set up is_valid routine
18 to floatformat_valid().
19 (examine_prologue): For the previous cfm, use
20 frame_unwind_register()
21 if the cfm is not stored in a register-stack register. Save the
22 previous cfm value in the prev_cfm field. Add debug output.
23 (ia64_frame_this_id): Use frame_id_build_special() to also register
24 the bsp. Add debug output.
25 (ia64_sigtramp_frame_this_id): Ditto.
26 (ia64_frame_prev_register): Look at cache saved_regs for a few more
27 registers and also add some checks for framelessness before accepting
28 current register values for fields such as return address. For cfm,
29 use the cached prev_cfm field if available. Add comment to explain
30 PSR logic. Add debug output.
31 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
32 as part of initialization.
33 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
34 calculated. Cache the bsp and cfm values.
35 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
36 instead of using ia64_frame_prev_register() which doesn't expect most
37 registers to be saved. The saved values for bsp and sp
38 can be taken from the cache. Add debug output.
39 (ia64_push_dummy_call): Use frame_id_build_special() to also register
40 the bsp.
41
6cfae0bc
JB
422003-10-23 Jim Blandy <jimb@redhat.com>
43
44 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
45 architecture the current arch can run code for --- but not if it's
46 a superset.
47 (can_run_code_for): New function.
48
fcd182f9
JW
492003-10-22 James E Wilson <wilson@specifixinc.com>
50
51 * MAINTAINERS: Move myself from paper trail section back to write
52 after approval section.
53
4646aa9d
AC
542003-10-22 Andrew Cagney <cagney@redhat.com>
55
56 * exec.h: New file.
57 * win32-nat.c: Include "exec.h".
58 * solib.c: Include "exec.h".
59 * target.h (build_section_table): Delete declaration.
60 * somsolib.c: Include "exec.h".
61 (exec_ops): Delete extern declaration.
62 * rs6000-nat.c: Update copyright. Include "exec.h".
63 (exec_ops): Delete extern declaration.
64 * pa64solib.c: Update copyright. Include "exec.h".
65 (exec_ops): Delete extern declaration.
66 * exec.c: Update copyright. Include "exec.h".
67 * corelow.c: Update dependencies. Include "exec.h".
68 * Makefile.in (exec_h): Define.
69 (exec.o, somsolib.o): Update dependencies.
70 (pa64solib.o, corelow.o): Update dependencies.
71
0088c768
AC
722003-10-22 Andrew Cagney <cagney@redhat.com>
73
74 * target.c: Include "gdb_assert.h" (target_read): Call
75 "target_read_partial", not "target_write_partial".
76 (default_read_partial, default_write_partial): New function.
77 (target_read_partial, target_write_partial): Simplify, assume that
78 there is always a read/write method.
79 (update_current_target, add_target): Always set "to_read_partial"
80 and "to_write_partial".
81 (target_write, target_read): Fail on a zero byte transfer.
82 * Makefile.in (target.o): Update dependencies.
83 * target.h: Update copyright date.
84 (target_object): Fix typo.
85
e2d0e7eb
AC
862003-10-22 Andrew Cagney <cagney@redhat.com>
87
88 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
89 multi-arch method, add "targ" parameter.
90 (struct target_ops): Declare.
91 * gdbarch.h, gdbarch.c: Re-generate.
92 * Makefile.in (c-valprint.o): Update dependencies.
93 * arch-utils.h: Update copyright.
94 (convert_from_func_ptr_addr_identity): Declare.
95 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
96 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
97 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
98 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
99 * infcall.c (find_function_addr, call_function_by_hand): Update.
100 * c-valprint.c: Include "target.h".
101 (print_function_pointer_address): Update.
102
f1c07ab0
AC
1032003-10-22 Andrew Cagney <cagney@redhat.com>
104
105 * target.c (target_close): New function.
106 (debug_to_close): Use "target_close".
107 (push_target): Use "target_close".
108 (unpush_target): Use "target_close".
109 (pop_target): Use "target_close".
110 * target.h (struct target_ops): Add "to_xclose".
111 (target_open): Delete macro. Move comment to "to_open".
112 (target_close): Replace macro with function that takes a target.
113 * top.c (quit_target): Pass "current_target" to "target_close".
114
5520a790
EZ
1152003-10-21 Elena Zannoni <ezannoni@redhat.com>
116
117 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
118 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
119 * symtab.h (lookup_minimal_symbol_text): Update.
120 * breakpoint.c (create_overlay_event_breakpoint,
121 create_longjmp_breakpoint): Update callers.
122 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
123 * symtab.c (find_pc_sect_line): Ditto.
124
caa92b73
AC
1252003-10-21 Andrew Cagney <cagney@redhat.com>
126
127 * target.c (errno): Delete extern declaration.
128
aa2a9a3c
JJ
1292003-10-20 Jeff Johnston <jjohnstn@redhat.com>
130
131 * ia64-tdep.c: Change all occurrences of
132 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
133 (ia64_frame_prev_register): Minor whitespace change.
134
4beec2b7
MC
1352003-10-20 Michael Chastain <mec@shout.net>
136
137 * config/djgpp/fnchange.lst: Add lines for:
138 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
139 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
140 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
141 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
142 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
143 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
144 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
145
92ad9cd9
AC
1462003-10-20 Andrew Cagney <cagney@redhat.com>
147
148 * values.c (register_value_being_returned): Update comments. Use
149 "gdbarch_return_value" when available.
150 (using_struct_return): Ditto.
151 (set_return_value): Ditto. Use "gdbarch_return_value" when
152 available.. Print a warning, and not an error, when an unhandled
153 return type is encountered.
154 * infcmd.c: Include "gdb_assert.h".
155 (print_return_value): When gdbarch_return_value_p, and using
156 struct return, assume that the value is not available.
157 * defs.h (return_value_convention): Define.
158 * gdbarch.sh (gdbarch_return_value): New predicate method.
159 * gdbarch.h, gdbarch.c: Re-generate
160 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
161
198beae2
AC
1622003-10-20 Andrew Cagney <cagney@redhat.com>
163
164 * symtab.c: Replace "struct sec" with "struct bfd_section".
165 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
166
24d693a6 1672003-10-19 Michael Chastain <mec@shout.net>
e7cb278a
MC
168
169 * config/djgpp/fnchange.lst: Add lines for:
170 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
171 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
172 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
173
21ad8dc3
MK
1742003-10-19 Mark Kettenis <kettenis@gnu.org>
175
176 * amd64fbsd-nat.c (fetch_inferior_registers,
177 store_inferior_registers): Remove functions.
178 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
179
cced5e27
MK
1802003-10-18 Mark Kettenis <kettenis@gnu.org>
181
182 Add NetBSD/amd64 native configuration:
183 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
184 * amd64nbsd-tdep.c: New file.
185 * amd64nbsd-nat.c: New file.
186 * amd64bsd-nat.c: New file.
187 * config/i386/nbsd64.mh: New file.
188 * config/i386/nbsd64.mt: New file.
189 * configure.host: Add x86_64-*-netbsd*.
190 * configure.tgt: Add x86_64-*-netbsd*.
191 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
192 New targets.
193 * NEWS (New native configurations): Mention NetBSD/amd64.
194
666de3fd
MC
1952003-10-17 Michael Chastain <mec@shout.net>
196
197 * config/djgpp/fnchange.lst: Remove dead lines for:
198 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
199 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
200 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
201 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
202 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
203 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
204 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
205 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
206 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
207 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
208 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
209 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
210 gdb/config/sparc/tm-sparclite.h,
211 gdb/gdbtk/generic/ChangeLog-2001,
212 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
213 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
214 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
215 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
216 gdb/testsuite/gdb.mi/mi0-var-block.exp,
217 gdb/testsuite/gdb.mi/mi0-var-child.exp,
218 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
219 gdb/testsuite/gdb.mi/mi0-var-display.exp,
220 itcl/iwidgets3.0.0/demos/extfileselectionbox,
221 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
222 itcl/iwidgets3.0.0/demos/fileselectionbox,
223 itcl/iwidgets3.0.0/demos/fileselectiondialog,
224 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
225 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
226 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
227 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
228 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
229 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
230 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
231 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
232 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
233 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
234 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
235 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
236 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
237 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
238 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
239 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
240 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
241 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
242 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
243 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
244 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
245 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
246 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
247 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
248 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
249 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
250 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
251 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
252 itcl/iwidgets3.0.0/demos/html/shell.n.html,
253 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
254 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
255 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
256 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
257 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
258 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
259 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
260 itcl/iwidgets3.0.0/demos/scrolledcanvas,
261 itcl/iwidgets3.0.0/demos/scrolledframe,
262 itcl/iwidgets3.0.0/demos/scrolledhtml,
263 itcl/iwidgets3.0.0/demos/scrolledlistbox,
264 itcl/iwidgets3.0.0/demos/scrolledtext,
265 itcl/iwidgets3.0.0/demos/selectionbox,
266 itcl/iwidgets3.0.0/demos/selectiondialog,
267 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
268 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
269 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
270 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
271 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
272 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
273 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
274 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
275 itcl/iwidgets3.0.0/doc/scrolledframe.n,
276 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
277 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
278 itcl/iwidgets3.0.0/doc/scrolledtext.n,
279 itcl/iwidgets3.0.0/doc/selectionbox.n,
280 itcl/iwidgets3.0.0/doc/selectiondialog.n,
281 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
282 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
283 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
284 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
285 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
286 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
287 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
288 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
289 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
290 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
291 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
292 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
293 itcl/iwidgets3.0.0/generic/selectionbox.itk,
294 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
295 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
296 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
297 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
298 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
299 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
300 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
301 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
302 itcl/iwidgets3.0.0/tests/scrolledframe.test,
303 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
304 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
305 itcl/iwidgets3.0.0/tests/scrolledtext.test,
306 itcl/iwidgets3.0.0/tests/selectionbox.test,
307 itcl/iwidgets3.0.0/tests/selectiondialog.test,
308 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
309 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
310 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
311 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
312 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
313 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
314 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
315 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
316 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
317 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
318 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
319 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
320 tk/mac/tkMacProjects.sit.hqx.
321
1e3ff5ad
AC
3222003-10-17 Andrew Cagney <cagney@redhat.com>
323
8db32d44
AC
324 * target.c (target_section_by_addr): New function.
325 (do_xfer_memory): Use "target_section_by_addr".
326 * target.h (target_section_by_addr): Declare.
327
1e3ff5ad
AC
328 * target.h (struct target_ops): Add "to_read_partial" and
329 "to_write_partial", delete "to_query".
330 (target_read_partial, target_write_partial): Declare.
331 (target_read, target_write): Declare.
332 (target_query): Delete macro.
333 * target.c (target_read_partial): New function.
334 (target_write_partial, target_read, target_write): New function.
335 (update_current_target): Delete inheritance of "to_query". Add
336 comments about "to_read_partial" and "to_write_partial".
337 (debug_to_partial_read, debug_to_partial_write): New functions.
338 (debug_to_query): Delete function.
339 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
340 instead of "to_query".
341 * remote.c (remote_read_partial): Replace "remote_query".
342 (init_remote_ops): Set "to_read_partial" instead of "to_query".
343 (init_remote_async_ops): Ditto.
344 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
345 "target_read_partial" instead of "target_query".
346 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
347 Use "target_read_partial" instead of "target_query".
348
48c66725
JJ
3492003-10-17 Jeff Johnston <jjohnstn@redhat.com>
350
351 * frame.h (struct frame_id): Add new field: special_addr.
352 (frame_id_build_special): New prototype.
353 * frame.c (frame_id_build_special): New function.
354 (frame_id_build): Change to call frame_id_build_special().
355 (frame_id_eq): Change to also test special_addr field.
356 (frame_id_inner): Update comment.
357
7998dfc3
AC
3582003-10-17 Andrew Cagney <cagney@redhat.com>
359
360 * target.c (update_current_target): Perform the target cleanup.
361 Put the target stack beneath the squashed "current_target".
362 (add_target): Delete disabled call to "cleanup_target".
363 (cleanup_target): Delete function.
364 (push_target, unpush_target): Do not call "cleanup_target".
365
9c04404e 3662003-10-17 Andrew Cagney <cagney@redhat.com>
258b763a
AC
367
368 * target.c (target_stack): Change to a static target_ops.
369 (update_current_target): Walk the "struct target_ops" stack.
370 (pop_target, do_xfer_memory, target_info): Ditto.
371 (find_target_beneath): Ditto.
372 (push_target): Rewrite to use the "struct target_ops" stack.
373 (unpush_target): Ditto.
374 * target.h (struct target_stack_item): Delete definition.
375 (target_stack): Delete declaration.
376 (struct target_ops): Add field "beneath".
377
c98a2b49 3782003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
ac1764c7
AC
379
380 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
381 declaration.
382 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
c98a2b49
SA
383 (h8300_examine_prologue): Use h8300_normal_mode flag
384 (h8300_gdbarch_init): Set architecture info for normal mode
385
506fb367
DJ
3862003-10-16 Daniel Jacobowitz <drow@mvista.com>
387
388 * remote.c (remote_protocol_vcont): New variable.
389 (set_remote_protocol_vcont_packet_cmd): New function.
390 (show_remote_protocol_vcont_packet_cmd): New function.
391 (init_all_packet_configs): Handle remote_protocol_vcont.
392 (remote_vcont_probe): New function.
393 (remote_vcont_resume): New function.
394 (remote_resume): Use it.
395 (remote_async_resume): Call remote_resume.
396 (_initialize_remote): Add verbose-resume packet commands.
397
65815ea1
AC
3982003-10-16 Andrew Cagney <cagney@redhat.com>
399
400 * infrun.c (handle_inferior_event): Add comment about
401 "frame_id_inner" being too weak.
402
40324f1b
EZ
4032003-10-16 Elena Zannoni <ezannoni@redhat.com>
404
405 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
406 second parameter, which is always null. Remove
407 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
408 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
409 accordingly.
410 * somsolib.c (som_solib_create_inferior_hook,
411 som_solib_desire_dynamic_linker_symbols): Update callers.
412 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
b4b4b794
KI
413
4142003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
415
416 * remote-m32r-sdi.c : New file, interface to m32r on-chip
417 debug interface, SDI (Scalable Debug Interface).
418 * NEWS: Mention m32r SDI protocol was supported.
419 * Makefile.in (remote-m32r-sdi.o): Add build rule.
420 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
421
51931cbb
JJ
4222003-10-15 Jeff Johnston <jjohnstn@redhat.com>
423
424 * ia64-linux-tdep.c: Include gdbcore.h.
425 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
426 (ia64_linux_sigcontext_register_addr): Find the address of the
427 sigcontext area stored in the sigframe instead of using
428 a magic offset constant.
429
84e7fd53
AC
4302003-10-15 Andrew Cagney <cagney@redhat.com>
431
432 * remote.c (remote_search): Delete function.
433 * target.h (target_search): Delete disabled macro.
434 (struct target_ops): Delete disabled field "to_search".
435
0f4d7c52
KB
4362003-10-14 Kevin Buettner <kevinb@redhat.com>
437
438 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
439 instead of deprecated_inside_entry_file().
440
2e952408
CV
4412003-10-14 Corinna Vinschen <vinschen@redhat.com>
442
443 * sh-tdep.c: Fix copy/paste hangover in comment.
444 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
445 mode.
446 (sh3e_sh4_extract_return_value): Ditto.
447
7e86466e
RH
4482003-10-13 Richard Henderson <rth@redhat.com>
449
450 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
451 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
452 match c_val_print a bit closer.
453
46a16dba
KB
4542003-10-13 Kevin Buettner <kevinb@redhat.com>
455
456 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
457 (frv_gdbarch_adjust_breakpoint_address): New function.
458 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
459 method.
460
76897487
KB
4612003-10-13 Kevin Buettner <kevinb@redhat.com>
462
463 * breakpoint.h (struct breakpoint): Add new member
464 ``requested_address''.
465 * breakpoint.c (breakpoint_adjustment_warning)
466 (adjust_breakpoint_address): New static functions.
467 (print_it_typical): Issue warning if breakpoint's address is different
468 from its requested address.
469 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
470 (breakpoint_re_set_one): Set breakpoint's
471 ``requested_address'' field. Set ``address'' field to the
472 result of calling adjust_breakpoint_address() on the requested
473 address.
474
a1131521
KB
4752003-10-13 Kevin Buettner <kevinb@redhat.com>
476
477 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
478 * gdbarch.h, gdbarch.c: Regenerate.
479
6ce6d90f
MK
4802003-10-11 Mark Kettenis <kettenis@gnu.org>
481
155c1d33
MK
482 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
483 TDEP->sc_num_regs.
484
8a96bc77
MK
485 * i386fbsd-tdep.c: New file.
486 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
487 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
488 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
489 i386bsd-tdep.c.
490 (_initialize_i386fbsd_tdep): New function.
491 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
492 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
493 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
494 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
495 TDEP->sc_num_regs.
496 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
497 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
498 to initialize TDEP->sc_num_regs.
499 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
500 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
501 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
502 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
503 FreeBSD ELF OS/ABI's here.
504 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
505 (i386fbsd-tdep.o): New target.
506 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
507 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
508
477f40d1
MK
509 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
510 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
511 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
512 in initialization of TDEP->sc_num_regs.
513
c6b33596
MK
514 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
515 (x86_64_init_abi): Initialize regset_from_core_section if
516 appropriate.
517
8446b36a
MK
518 * i386-tdep.c (i386_regset_from_core_section): New function.
519 (i386_gdbarch_init): Initialize regset_from_core_section if
520 appropriate.
521 * i386-tdep.h (i386_regset_from_core_section): New declaration.
522
c783cbd6
MK
523 * i386-tdep.h (struct regset): Declare opaque.
524
6ce6d90f
MK
525 * gdbarch.sh (regset_from_core_section): New method.
526 (struct regset): Declare opaque.
527 * gdbarch.c, gdbarch.h: Regenerated.
528
b98ed7be
AM
5292003-10-11 Alan Modra <amodra@bigpond.net.au>
530
531 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
532 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
533 Correct test for pc within section.
534
f6214256
MK
5352003-10-11 Mark Kettenis <kettenis@gnu.org>
536
537 * gdbarch.sh: Remove trailing whitepsace from comments.
538
a8f4cde1
RM
5392003-10-08 Roland McGrath <roland@redhat.com>
540
541 * gcore.c (make_mem_sec): Function removed, folded into ...
542 (gcore_create_callback): ... here. To omit a section, clear its
543 SEC_LOAD bit rather than zeroing its size.
544 Omit read-only sections only if they correspond to a known disk file.
545 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
546
74276724
MS
5472003-10-10 Michael Snyder <msnyder@redhat.com>
548
549 * d10v-tdep.c: Fix typo in comment.
550
e754ae69
AC
5512003-10-10 Andrew Cagney <cagney@redhat.com>
552
553 * rs6000-tdep.c (e500_store_return_value): Delete function.
554 (e500_extract_return_value): Delete function.
555 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
556 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
557 "ppc_sysv_abi_restore_return_value" where applicable.
558 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
559 (ppc_sysv_abi_extract_return_value): Declare.
560 (ppc_sysv_abi_broken_store_return_value): Declare.
561 (ppc_sysv_abi_broken_extract_return_value): Declare.
562 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
563 * ppc-sysv-tdep.c (return_value_convention): Move definition to
564 start of file.
565 (do_ppc_sysv_return_value): New function.
566 (ppc_sysv_abi_extract_return_value): New function.
567 (ppc_sysv_abi_store_return_value): New function.
568 (ppc_sysv_abi_broken_extract_return_value): New function.
569 (ppc_sysv_abi_broken_store_return_value): New function.
570 (ppc_sysv_abi_use_struct_convention): Call
571 do_ppc_sysv_return_value.
572
8d4ce20a
JB
5732003-10-10 J. Brobecker <brobecker@gnat.com>
574
575 * blockframe.c (inside_main_func): No longer use symbol_lookup()
576 to lookup the main function symbol.
577
afce3d2a
CV
5782003-10-10 Corinna Vinschen <vinschen@redhat.com>
579
580 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
581 types correctly.
582 (sh_push_dummy_call_fpu): Fix argument passing rules.
583 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
584 float types.
585 (sh3e_sh4_store_return_value): Ditto.
586
7fe958be
EZ
5872003-10-10 Elena Zannoni <ezannoni@redhat.com>
588
589 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
590 comment.
591
3f997a97
CV
5922003-10-10 Corinna Vinschen <vinschen@redhat.com>
593
594 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
595 more readable code. Accomodate passing of bitfields.
596
8be9034a
AC
5972003-10-10 Andrew Cagney <cagney@redhat.com>
598
599 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
600 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
601 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
602 * ppc-sysv-tdep.c: Include "gdb_assert.h".
603 (ppc64_sysv_abi_push_dummy_call): New function.
604 (ppc64_sysv_abi_broken_push_dummy_call): New function.
605 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
606 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
607
85a453d5
KI
6082003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
609
610 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
611 * README: Ditto.
612 * d10v-tdep.c: Ditto.
613 * h8300-tdep.c: Ditto.
614 * remote-e7000.c: Ditto.
615 * remote-hms.c: Ditto.
616 * ser-e7kpc.c: Ditto.
617 * sh-stub.c: Ditto.
618 * sh-tdep.c: Ditto.
619 * sh-tdep.h: Ditto.
620 * sh3-rom.c: Ditto.
621 * sh64-tdep.c: Ditto.
622 * top.c: Ditto.
623 * wince.c: Ditto.
624 * config/d10v/d10v.mt: Ditto.
625 * config/sh/embed.mt: Ditto.
626 * config/sh/linux.mt: Ditto.
627 * config/sh/tm-linux.h: Ditto.
628 * config/sh/tm-sh.h: Ditto.
629 * config/sh/wince.mt: Ditto.
630
221c12ff
AC
6312003-10-09 Andrew Cagney <cagney@redhat.com>
632
633 * ppc-tdep.h (struct type): Declare opaque.
634 * x86-64-tdep.h (struct regcache): Declare opaque.
635 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
636 coding style.
637
ef5200c1
AC
6382003-10-09 Andrew Cagney <cagney@redhat.com>
639
640 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
641 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
642 (SOFTWARE_SINGLE_STEP_P): Ditto.
643 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
644 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
645 (SOFTWARE_SINGLE_STEP_P): Ditto.
646 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
647 software_single_step to rs6000_software_single_step.
a8f4cde1 648
9644bbdd
AC
6492003-10-09 Andrew Cagney <cagney@redhat.com>
650
651 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
652
db72fa6b
MS
6532003-10-09 Michael Snyder <msnyder@redhat.com>
654
f3efb16c
MS
655 * frame.h: Fix typo in comment.
656 * dummy-frame.c: Fix typo in comment.
db72fa6b
MS
657 * d10v-tdep.c: Random whitespace/comment tweaks.
658
9a5cef92
EZ
6592003-10-09 Elena Zannoni <ezannoni@redhat.com>
660
661 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
f49c4e4e 662 (sh_push_dummy_code): Delete function, it's only used for dummy calls
9a5cef92 663 on stack.
a8f4cde1 664
9a5cef92
EZ
665 Based on input by Stephen Clarke (stephen.clarke@superh.com):
666 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
667 in detail.
a8f4cde1 668
0f317a0c
DJ
6692003-10-09 Daniel Jacobowitz <drow@mvista.com>
670
671 * remote-mips.c (mips_initialize): Remove unneeded call to
672 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
673
bbab2f46
DJ
6742003-10-09 Daniel Jacobowitz <drow@mvista.com>
675
676 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
677 a memory pointer.
678
550950b8
JJ
6792003-10-08 Jeff Johnston <jjohnstn@redhat.com>
680
681 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
682 for any lwp we resume.
683 (running_callback): Add lwps that have pending status events
684 against them to be considered running.
685
15c69bc7
KI
6862003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
687
688 * m32r-tdep.c : Include "dis-asm.h".
689 * Makefile.in (m32r-tdep.o): Update dependencies.
690
51065942
JB
6912003-10-06 J. Brobecker <brobecker@gnat.com>
692
693 * completer.h (get_gdb_completer_word_break_characters): Delete.
694 * completer.c: include language.h.
695 (gdb_completer_word_break_characters): Delete.
696 (get_gdb_completer_word_break_characters): Delete.
697 (location_completer): Use the word break characters of the current
698 language.
699 (complete_line): Likewise.
700 (line_completion_function): Likewise.
701 (skip_quoted_chars): Likewise.
702 * Makefile.in (completer.o): Add dependency on language.h.
703 * top.c (init_main): Set the readline word break characters
704 to GDB's default word break characters.
705
6084f43a
JB
7062003-10-06 J. Brobecker <brobecker@gnat.com>
707
708 * language.h (language_defn): new field, la_word_break_characters.
709 * language.c (unknown_language_defn): Set new field to
710 default_word_break_characters.
711 (auto_language_defn): Likewise.
712 (local_language_defn): Likewise.
713 * ada-lang.c (ada_language_defn): Likewise.
714 * c-lang.c (c_language_defn): Likewise.
715 (cplus_language_defn): Likewise.
716 (asm_language_defn): Likewise.
717 (minimal_language_defn): Likewise.
718 * f-lang.c (f_language_defn): Likewise.
719 * jv-lang.c (java_language_defn): Likewise.
720 * m2-lang.c (m2_language_defn): Likewise.
721 * objc-lang.c (objc_language_defn): Likewise.
722 * p-lang.c (pascal_language_defn): Likewise.
723 * scm-lang.c (scm_language_defn): Likewise.
724
944fcfab
AC
7252003-10-06 Andrew Cagney <cagney@redhat.com>
726
727 * ppc-sysv-tdep.c: Re-indent.
728
9f0a5303
JB
7292003-10-06 J. Brobecker <brobecker@gnat.com>
730
731 * language.h (default_word_break_characters): Add prototype.
732 * language.c (default_word_break_characters): New function.
733
7270b6ed
AS
7342003-10-06 Andreas Schwab <schwab@suse.de>
735
736 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
737 with %eax.
738
a5d61f66
AC
7392003-10-06 Andrew Cagney <cagney@redhat.com>
740
741 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
742 "h8500-tdep.c".
743 (z8k-tdep.o): Delete custom build rule.
744
28a86f5c
AC
7452003-10-06 Andrew Cagney <cagney@redhat.com>
746
1bfd8a83
AC
747 * Makefile.in: Update all dependencies.
748
17144ef8
AC
749 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
750 No longer list PA as as obsolete candidate. List m32r as
751 broken instead of obsolete.
a8f4cde1 752
a5679ae5
AC
753 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
754 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
755 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
756 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
757 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
758 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
759 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
760 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
761 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
762 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
763 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
764 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
765 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
766 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
767 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
768 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
769 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
770 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
771 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
772 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
773 * config/z8k/z8k.mt: Ditto.
774
4a8269c0
AC
775 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
776 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
777 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
778 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
779 sparclite were removed.
780 * configure.host, configure.tgt: Remove corresponding tuples.
781
41989fcd
AC
782 * breakpoint.c, breakpoint.h: Remove obsolete code.
783 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
784 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
785 * stabsread.h, xcoffread.c: Ditto.
786
28a86f5c
AC
787 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
788 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
789 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
790 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
791
4efdaa0d
DL
7922003-10-06 David Lecomber <dsl@sources.redhat.com>
793
794 * f-valprint.c: Reformatting
795
ae53de43
MK
7962003-10-06 Mark Kettenis <kettenis@gnu.org>
797
a8bb57e7
MK
798 * x86-64-tdep.c: Remove duplicate comment.
799
ae53de43
MK
800 * x86-64-tdep.c (x86_64_store_return_value): Don't use
801 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
802 names for return values. This fixes a bug since we looked at %rbx
803 instead of %rdx.
804
473f17b0
MK
8052003-10-05 Mark Kettenis <kettenis@gnu.org>
806
2c261fae
MK
807 * x86-64-tdep.c: Include "regset.h".
808
473f17b0
MK
809 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
810 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
811 sizeof_fpregset.
812 * i386-tdep.c: Include "regset.h".
813 (i386_supply_gregset): New function.
814 (i386_supply_fpregset): New function.
815 (i386_gdbarch_init): Initialze register set-related members of
816 TDEP.
817 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
818 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
819
afd48b75
AC
8202003-10-03 Andrew Cagney <cagney@redhat.com>
821
822 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
823 set extract_return_value, store_return_value and
824 use_struct_convention to ppc64_sysv_abi_extract_return_value,
825 ppc64_sysv_abi_store_return_value and
826 ppc64_sysv_abi_use_struct_convention.
827 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
828 (ppc64_sysv_abi_store_return_value): Declare.
829 (ppc64_sysv_abi_use_struct_convention): Declare.
830 * ppc-sysv-tdep.c (enum return_value_convention): Define.
831 (ppc64_sysv_abi_extract_return_value): New function.
832 (ppc64_sysv_abi_store_return_value): New function.
833 (ppc64_sysv_abi_use_struct_convention): New function.
834 (ppc64_sysv_abi_return_value): New function.
835
9b540880
AC
8362003-10-03 Andrew Cagney <cagney@redhat.com>
837
838 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
839 convert a descriptor to a function when it's in the ".opd"
840 section.
841
8748518b
CV
8422003-10-03 Corinna Vinschen <vinschen@redhat.com>
843
844 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
845 reg_size to keep GCC silent.
846
0fd85043
CV
8472003-10-03 Corinna Vinschen <vinschen@redhat.com>
848
849 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
850 base for DW_EH_PE_textrel encodings.
851 (read_encoded_value): Add a DW_EH_PE_textrel case.
852 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
853 section.
854
37b517aa
MK
8552003-10-03 Mark Kettenis <kettenis@gnu.org>
856
857 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
858
12c266ea
AC
8592003-10-02 Andrew Cagney <cagney@redhat.com>
860
861 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
862 REGISTER_RAW_SIZE.
863 * gdbarch.h, gdbarch.c: Re-generate.
864 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
865 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
866 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
867 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
868 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
869 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
870 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
871 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
872 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
873 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
874 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
875 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
876 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
877 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
878 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
879 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
a8f4cde1 880
78ba4af6
JB
8812003-10-02 Jim Blandy <jimb@redhat.com>
882
883 * dwarf2read.c (struct die_info): Doc fix.
884
617daa0e
CV
8852003-10-02 Corinna Vinschen <vinschen@redhat.com>
886
887 * sh-tdep.c: Running thru gdb_indent.sh.
888
e5e33cd9
CV
8892003-10-02 Corinna Vinschen <vinschen@redhat.com>
890
891 * sh-tdep.c (sh_justify_value_in_reg): New function.
892 (sh_stack_allocsize): Ditto.
893 (flt_argreg_array): New array used for floating point argument
894 passing.
895 (sh_init_flt_argreg): New function.
a8f4cde1 896 (sh_next_flt_argreg): Ditto.
e5e33cd9
CV
897 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
898 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
899 Fix argument passing strategy.
900 (sh_push_dummy_call_nofpu): Ditto.
901
5fe830e4
AC
9022003-10-01 Andrew Cagney <cagney@redhat.com>
903
904 * value.h (register_value_being_returned): Declare. Replace
905 "value_being_returned".
906 * infcall.c (call_function_by_hand): Use
907 register_value_being_returned.
908 * infcmd.c (print_return_value): Call
909 "register_value_being_returned", handle struct return locally.
910 * values.c (register_value_being_returned): New function. Replace
911 "value_being_returned".
a8f4cde1 912
5fe830e4 9132003-09-30 Elena Zannoni <ezannoni@redhat.com>
cf50a87a
EZ
914
915 * linux-proc.c (linux_do_registers): New function.
916 (linux_make_note_section): Use linux_do_registers in case of
917 single threaded inferior programs.
918
64f395bf
AC
9192003-10-01 Andrew Cagney <cagney@redhat.com>
920
921 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
922 use STRUCT_ADDR. When not using "struct return convention", pass
923 "0" to "value_being_returned". Add FIXMEs.
924 * infcmd.c (print_return_value): Pass an explicit 0/1 to
925 value_being_returned. Add comments.
926 * values.c (value_being_returned): Add fixme.
927 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
928 (hppa_value_returned_from_stack): Add FIXME.
929
639d11d3
DC
9302003-09-30 David Carlton <carlton@kealia.com>
931
932 * dwarf2read.c (struct die_info): Add 'parent' field; replace
933 'has_children' and 'next' by 'child' and 'sibling'.
934 (read_comp_unit): Rework algorithm, breaking body into
935 read_die_and_children and read_die_and_siblings.
936 (read_die_and_children, read_die_and_siblings): New.
937 (read_full_die): Add 'has_children' argument; set it instead of
938 the die's 'has_children' field. Minor formatting cleanup.
939 (free_die_list): Use die->child and die->sibling instead of
940 die->next.
941 (dump_die_list): Ditto.
942 (sibling_die): Use die->sibling.
943 (psymtab_to_symtab_1): Use die's 'child' field in place of its
944 'has_children' and 'next' fields.
a8f4cde1
RM
945 (process_die, read_file_scope, read_func_scope)
946 (read_lexical_block_scope, read_structure_scope)
947 (read_enumeration, read_array_type, read_common_block)
639d11d3
DC
948 (read_namespace, read_subroutine_type, dump_die): Ditto.
949
5bffac25
AC
9502003-09-30 Andrew Cagney <cagney@redhat.com>
951
952 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
953 to 224, not 220.
954
f30992d4
AC
9552003-09-30 Andrew Cagney <cagney@redhat.com>
956
957 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
958 REGISTER_VIRTUAL_SIZE.
959 * gdbarch.h, gdbarch.c: Regenerate.
960 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
961 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
962 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
963
2e092625
AC
9642003-09-29 Andrew Cagney <cagney@redhat.com>
965
966 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
967 DEPRECATED_REGISTER_VIRTUAL_TYPE.
968 * gdbarch.h, gdbarch.c: Regenerate.
969 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
970 * sh64-tdep.c, sparc-tdep.c: Update.
4deab737
AC
971
972 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
973 * remote-vxmips.c (vx_read_register): Ditto.
974 * remote-vx68.c (vx_read_register): Ditto.
975 * gnu-nat.c (inf_validate_procs): Ditto.
976
7a5dd6ee
JB
9772003-09-29 J. Brobecker <brobecker@gnat.com>
978
979 * infcall.c (call_function_by_hand): Fix build failure
980 introduced in the previous change to this file.
981
1fe43d45
AC
9822003-09-29 Andrew Cagney <cagney@redhat.com>
983
984 * NEWS: Mention Objective-C.
985
e28a332c
JG
9862003-09-29 Jerome Guitton <guitton@act-europe.fr>
987
988 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
989 test if the register has been saved on the stack.
990 (arm_scan_prologue_cache): When analysing the instruction
991 "str lr, [sp, #-4]", save the address where lr has been stored.
992
9ff63c35
AC
9932003-09-28 Andrew Cagney <cagney@redhat.com>
994
7f5f525d
AC
995 * frame.c (frame_read_unsigned_register): Delete function.
996 * frame.h (frame_read_unsigned_register): Delete declaration.
997 * sparc-tdep.c (sparc_init_extra_frame_info): Use
998 get_frame_register_unsigned.
999 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1000 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1001 * d10v-tdep.c (d10v_print_registers_info): Ditto.
a8f4cde1 1002
7f5f525d
AC
1003 * frame.h (frame_read_register): Delete declaration.
1004 * frame.c (frame_read_register): Delete function.
1005 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1006 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1007 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1008 * mips-tdep.c (mips_register_to_value): Ditto.
1009 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1010 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1011
1012 * frame.c (frame_read_signed_register): Delete function.
1013 (frame_read_unsigned_register): Update comments.
1014 * frame.h (frame_read_signed_register): Delete declaration.
1015 * h8300-tdep.c (h8300_print_register): Use
1016 get_frame_register_signed.
1017 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1018
9ff63c35
AC
1019 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1020 Rename VALUE_RETURNED_FROM_STACK.
1021 * infcmd.c (print_return_value): Update.
1022 * infcall.c (call_function_by_hand): Update.
1023
41d041d6
MK
10242003-09-28 Mark Kettenis <kettenis@gnu.org>
1025
1026 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1027 regcache argument and reverse the order of the other two
1028 arguments. Remove local regcache variable. Determine
1029 architecture from REGCACHE. Update comments.
1030 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1031 reverse the order of the other two arguments. Remove local
1032 regcache variable. Determine architecture from REGCACHE. Update
1033 comments.
1034 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1035 prototypes. Update comments.
1036 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1037 comment.
1038 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1039 Update.
1040 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1041 * i386-interix-nat.c (supply_fpregset): Update.
1042 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1043 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1044 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1045 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1046 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1047 Update.
1048 * i386obsd-tdep.c (fetch_core_registers): Update.
1049 * i386v4-nat.c (supply_fpregset): Update.
1050 * x86-64-linux-nat.c (supply_fpregset): Update.
1051 * x86-64-linux-tdep.c (fetch_core_registers): Update.
a8f4cde1 1052
1cb97e17
MK
10532003-09-27 Mark Kettenis <kettenis@gnu.org>
1054
5716833c
MK
1055 * i386-tdep.h: Put opaque declarations in alphabetical
1056 order. Remove spurious whitespace.
1057 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1058 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1059 * i386-tdep.c (MM0_REGNUM): Remove define.
1060 (i386_mmx_regnum_p): Add gdbarch argument.
1061 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1062 Rewrite using new macro definitions for FPU/SSE registers.
1063 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1064 definitions from i387-tdep.h.
1065 (i386_register_name): Update.
1066 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1067 new macro definitions for FPU/SSE registers.
1068 (i386_extract_return_value): Determine whether floating-point
1069 registers are present by examining REGCACHE's architecture.
1070 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1071 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1072 FPU/SSE registers.
1073 (i386_register_type): Update.
1074 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1075 definitions for FPU registers. Use REGCACHE's architecture to
1076 determine the appropriate register numbers.
1077 (i386_pseudo_register_read, i386_pseudo_register_write,
1078 i386_register_reggroup_p): Update.
1079 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1080 TDEP->mm0_regnum.
1081 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1082 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1083 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1084 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1085 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1086 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1087 *' to `void *'.
1088 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1089 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1090 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1091 definitions for FPU/SSE registers.
1092 (FXSAVE_MXCSR_ADDR): New define.
1093 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1094 TDEP->mm0_regnum.
1095 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1096 (I387_ST0_REGNUM): Define.
1097
41d35cb0
MK
1098 * regcache.h (get_regcache_arch): New prototype.
1099 * regcache.c (get_regcache_arch): New function.
1100
54e74f72
MK
1101 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1102 whitespace.
1103
1cb97e17
MK
1104 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1105 Initialize using ARRAY_SIZE.
1106
0968aa8c
AC
11072003-09-27 Andrew Cagney <cagney@redhat.com>
1108
1109 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1110 "init_frame_pc_default".
1111 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1112 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1113 * vax-tdep.c (vax_gdbarch_init): Update.
1114 * v850-tdep.c (v850_gdbarch_init): Update.
1115 * sh64-tdep.c (sh64_gdbarch_init): Update.
1116 * s390-tdep.c (s390_gdbarch_init): Update.
1117 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1118 * mcore-tdep.c (mcore_gdbarch_init): Update.
1119 * h8300-tdep.c (h8300_gdbarch_init): Update.
1120 * cris-tdep.c (cris_gdbarch_init): Update.
1121 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1122
54c84734
MK
11232003-09-26 Mark Kettenis <kettenis@gnu.org>
1124
1125 * regset.h: New file.
1126 * Makefile.in (regset_h): Add.
1127
1b1d3794
AC
11282003-09-25 Andrew Cagney <cagney@redhat.com>
1129
1130 * frame.h (deprecated_frame_saved_regs): Rename
1131 get_frame_saved_regs.
1132 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1133 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1134 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1135 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1136 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1137
e6beb428
AC
11382003-09-25 Andrew Cagney <cagney@redhat.com>
1139
1140 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1141 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1142 and Java.
1143 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1144 arm*-*-* do not use the new frame code.
1145
710122da
DC
11462003-09-25 David Carlton <carlton@kealia.com>
1147
1148 * c-exp.y: Remove 'register' declarations.
1149 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1150
79c2c32d
DC
11512003-09-25 David Carlton <carlton@kealia.com>
1152
1153 * c-exp.y: Include cp-support.h. Add qualified_type.
1154 (yylex): Delete nested type hack; add comments.
1155 * cp-namespace.c (cp_lookup_nested_type): New function.
1156 * cp-support.h: Declare cp_lookup_nested_type.
1157 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1158 instead of value_struct_elt_for_reference.
1159 * valops.c: Include cp-support.h.
1160 (value_aggregate_elt): New function.
1161 (value_namespace_elt): Ditto.
1162 (value_struct_elt_for_reference): Make static.
1163 * value.h: Delete declaration of value_struct_elt_for_reference;
1164 add declaration for value_aggregate_elt.
1165 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1166 (valops.o): Ditto.
1167
898c62f5
DJ
11682003-09-25 Daniel Jacobowitz <drow@mvista.com>
1169
1170 * stack.c: Include "reggroups.h".
1171 (frame_info): Only display registers in all_reggroup.
1172 * Makefile.in (stack.o): Update dependencies.
1173
28cd8767
JG
11742003-09-25 Jerome Guitton <guitton@act-europe.fr>
1175
1176 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1177 "add ip, sp #n" in the prologue.
1178 (arm_scan_prologue): Ditto.
1179
a4ab2b5d
JG
11802003-09-25 Jerome Guitton <guitton@act-europe.fr>
1181
1182 * MAINTAINERS (write after approval): Add myself.
1183
3f244638
AS
11842003-09-25 Andreas Schwab <schwab@suse.de>
1185
1186 * m68k-tdep.c: Include "dwarf2-frame.h".
1187 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1188 * Makefile.in (m68k-tdep.o): Update dependencies.
1189
1c0159e0
CV
11902003-09-25 Corinna Vinschen <vinschen@redhat.com>
1191
1192 * sh-tdep.c (struct frame_extra_info): Remove.
1193 (struct sh_frame_cache): New structure.
1194 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1195 (GET_TARGET_REG): Ditto but target register.
1196 (GET_PUSHED_REG): Remove.
1197 (IS_MOV_ARG_TO_REG): New macro.
1198 (IS_MOV_ARG_TO_IND_R14): New macro.
1199 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1200 (IS_MOVW_PCREL_TO_REG): New macro.
1201 (IS_MOVL_PCREL_TO_REG): New macro.
1202 (IS_SUB_REG_FROM_SP): New macro.
1203 (IS_ARG_MOV): Remove.
1204 (IS_MOV_TO_R14): Remove.
1205 (IS_RESTORE_FP): New macro.
1206 (IS_RTS): New macro.
1207 (IS_LDS): New macro.
1208 (IS_MOV_FP_SP): New macro.
1209 (IS_ADD_REG_TO_FP): New macro.
1210 (IS_ADD_IMM_FP): New macro.
1211 (sh_skip_prologue_hard_way): Remove.
1212 (sh_saved_pc_after_call): Remove.
1213 (sh_frame_chain): Remove.
1214 (sh_find_callers_reg): Remove.
a8f4cde1 1215 (sh_nofp_frame_init_saved_regs): Remove.
1c0159e0
CV
1216 (sh_fp_frame_init_saved_regs): Remove.
1217 (sh_init_extra_frame_info): Remove.
1218 (sh_analyze_prologue): New function.
1219 (sh_skip_prologue): Remove deprecated code. Rely on new function
1220 sh_analyze_prologue when after_prologue fails.
1221 (sh_frame_saved_pc): Remove.
1222 (sh_alloc_frame_cache): New function.
1223 (sh_frame_cache): Ditto.
1224 (sh_frame_prev_register): Ditto.
1225 (sh_frame_this_id): Ditto.
1226 (sh_frame_unwind): New structure defining the heuristic frame
1227 sniffer interface.
1228 (sh_frame_sniffer): New function.
1229 (sh_unwind_sp): Ditto.
1230 (sh_unwind_pc): Ditto.
1231 (sh_unwind_dummy_id): Ditto.
1232 (sh_frame_base_address): Ditto.
1233 (sh_frame_base): New structure defining new frame base code.
1234 (sh_in_function_epilogue_p): New function.
1235 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1236 code and to call all new code instead. Initialize dwarf2 and
1237 heuristic frame sniffer.
1238
5f9769d1
PH
12392003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1240
a8f4cde1
RM
1241 * parser-defs.h (struct exp_descriptor): New definition, containing
1242 language-specific info for printing, prefixifying, dumping, and
5f9769d1
PH
1243 evaluating expressions.
1244 (exp_descriptor_standard): Declare new variable.
1245 (print_subexp): Make global and declare here (from expprint.c).
1246 (dump_subexp): Ditto.
1247 (dump_subexp_body_standard): Declare.
1248 (operator_length_standard): Declare.
1249 (op_name_standard): Declare.
1250 (print_subexp): Declare.
1251 (print_subexp_standard): Declare.
1252
1253 * language.h (struct language_defn): Add la_exp_desc field to hold
1254 pointer to table for language-specific operators.
1255 Remove evaluate_exp field, which is now in struct exp_descriptor.
a8f4cde1
RM
1256
1257 * parse.c (operator_length): Move most code to new
5f9769d1 1258 operator_length_standard function. Use language-specific information.
a8f4cde1 1259 (operator_length_standard): New function taking most code from
5f9769d1
PH
1260 operator_length.
1261 (exp_descriptor_standard): New constant.
a8f4cde1
RM
1262
1263 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
5f9769d1 1264 and OP_EXTENDED_LAST.
a8f4cde1
RM
1265
1266 * expprint.c (print_subexp): Use language-specific print_subexp.
5f9769d1
PH
1267 Make global; remove static declaration.
1268 Move most code to print_subexp_standard.
a8f4cde1 1269 (print_subexp_standard): New function, containing code formerly in
5f9769d1
PH
1270 print_subexp.
1271 (op_name): Add expression to argument signature.
a8f4cde1 1272 Use langauge-specific op_name.
5f9769d1
PH
1273 Move most code to op_name_standard.
1274 (op_name_standard): New function, containing code formerly in op_name.
1275 (dump_subexp): Use new version of op_name function.
1276 Use language-specific dump_subexp_body, and move most existing code to
1277 dump_subexp_body_standard.
1278 (dump_raw_expression): Use new op_name interface.
1279 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1280 (dump_subexp_body_standard): New function, containing code formerly
1281 in dump_subexp_body.
a8f4cde1 1282
5f9769d1
PH
1283 * language.c (unknown_language): Add default la_exp_desc field and
1284 remove evaluate_exp field.
1285 (auto_language): Ditto.
1286 (local_language): Ditto.
1287 * f-lang.c (f_language_defn): Ditto.
1288 * c-lang.c (c_language_defn): Ditto.
1289 (cplus_language_defn): Ditto.
1290 (asm_language_defn): Ditto.
1291 (minimal_language_defn): Ditto.
1292 * p-lang.c (pascal_language_defn): Ditto.
1293 * m2-lang.c (m2_language_defn): Ditto.
1294 * objc-lang.c (objc_language_defn): Ditto.
a8f4cde1
RM
1295
1296 * jv-lang.c (exp_descriptor_java): New variable, containing
5f9769d1
PH
1297 Java-specific expression evaluator.
1298 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1299 field.
a8f4cde1 1300 * scm-lang.c (exp_descriptor_scm): New variable, containing
5f9769d1
PH
1301 Scheme-specific expression evaluator.
1302 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1303 field.
1304 * objc-lang.c (print_object_command): Take evaluate_exp from the
1305 la_exp_desc field.
a8f4cde1 1306
5f9769d1 1307 * Makefile.in (eval.o): Add dependency on parser-defs.h.
a8f4cde1
RM
1308
1309 * eval.c: Include parser-defs.h for the full declaration of
5f9769d1
PH
1310 la_exp_desc's type.
1311 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
a8f4cde1 1312
24daaebc
PH
13132003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1314
1315 * parser-defs.h (operator_length): Declare.
a8f4cde1 1316
24daaebc
PH
1317 * parse.c (length_of_subexp): Use operator_length to get operator
1318 lengths and arities for operators.
1319 Move most code to new operator_length function.
a8f4cde1 1320 (operator_length): New function absorbing most code from
24daaebc
PH
1321 length_of_subexp.
1322 (prefixify_subexp): Remove large case and use operator_length instead.
1323 (parse_exp_1): Use renamings:
a8f4cde1 1324 dump_prefix_expression => dump_raw_expression and
24daaebc 1325 dump_postfix_expression => dump_prefix_expression.
a8f4cde1 1326
24daaebc
PH
1327 * expression.h (dump_prefix_expression): Rename to ...
1328 (dump_raw_expression): New name.
1329 (dump_postfix_expression): Rename to ...
1330 (dump_prefix_expression): New name.
a8f4cde1 1331
24daaebc
PH
1332 * expprint.c (dump_subexp): Make global. Add comment.
1333 Move most existing code to dump_subexp_body.
1334 (dump_subexp_body): New function.
1335 (dump_prefix_expression): Rename to dump_raw_expression.
a8f4cde1 1336 Remove attempt to print the expression via print_expression: it can't
24daaebc
PH
1337 work before the expression is prefixified.
1338 (dump_raw_expression): Renamed from dump_prefix_expression.
a8f4cde1 1339 (dump_postfix_expression): Rename to dump_prefix_expression, since
24daaebc 1340 that's what it does.
a8f4cde1 1341 Remove 'note' parameter, since this routine must be used on
24daaebc
PH
1342 prefixified expression.
1343 (dump_prefix_expression): Renamed from dump_postfix_expression.
a8f4cde1 1344
8c2957c4
JB
13452003-09-22 Jim Blandy <jimb@redhat.com>
1346
1347 * dwarf2read.c (read_array_type): When building the type for an
1348 array of unspecified length, make sure to choose the upper bound
1349 so that the array's total length comes out to be zero --- that's
1350 how we represent such arrays.
1351
592e3010
MC
13522003-09-22 Michael Chastain <mec@shout.net>
1353
1354 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1355
365c70b1
JJ
13562003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1357
1358 * top.c (quit_force): Fix indirect call to quit_target so
1359 a struct qt_args pointer is passed.
1360
5d6eb653
AC
13612003-09-22 Andrew Cagney <cagney@redhat.com>
1362
1363 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1364 * arch-utils.c (init_frame_pc_noop): Delete function.
1365 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1366 "init_frame_pc".
1367 * mips-tdep.c (mips_gdbarch_init): Ditto.
1368 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1369 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1370 declaration.
1371 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1372 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1373 declaration.
1374 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1375
b222a67f
AG
13762003-09-22 Anthony Green <green@redhat.com>
1377
1378 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1379 declaration.
1380
d5b5ac79
AC
13812003-09-20 Andrew Cagney <cagney@redhat.com>
1382
deafb061
AC
1383 * breakpoint.c: Eliminate ARGSUSED.
1384 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1385 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1386 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1387 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1388 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1389 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1390 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1391 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1392 * wince.c, remote-vx.c: Ditto.
1393
d5b5ac79
AC
1394 * cli/cli-script.c: Remove "register" attributes.
1395 * config/pa/tm-hppa.h: Ditto.
1396 * cli/cli-decode.c: Ditto.
1397 * cli/cli-cmds.c: Ditto.
1398
c6316faa
AC
13992003-09-19 Andrew Cagney <cagney@redhat.com>
1400
1401 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1402 DEPRECATED_NPC_REGNUM.
1403 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1404
f4f99b11
CF
14052003-09-19 Christopher Faylor <cgf@redhat.com>
1406
1407 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1408
1708f284
JB
14092003-09-19 Jim Blandy <jimb@redhat.com>
1410
1411 * macrotab.c (macro_include): Use the correct comparison to find
1412 the appropriate place for this inclusion in the list.
1413
b9fbf434
AC
14142003-09-19 Andrew Cagney <cagney@redhat.com>
1415
1416 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1417 (DEPRECATED_HPUX_TEXT_END): Define.
1418 (deprecated_hpux_text_end): Declare.
1419 (struct target_ops): Declare opaque.
1420 * hppah-nat.c (text_end): Make static.
1421 (deprecated_hpux_text_end): New function.
1422 * exec.c (text_end): Delete global variable.
1423 (NEED_TEXT_START_END): Do not define.
1424 (exec_file_attach): Replace code computing "text_end" code with
1425 call to DEPRECATED_HPUX_TEXT_END.
1426
5b03f266
AC
14272003-09-19 Andrew Cagney <cagney@redhat.com>
1428
1429 * utils.c (align_up, align_down): New functions.
1430 * defs.h (align_up, align_down): Declare.
1431 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1432 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1433 and "align_down".
1434 (round_up, round_down): Delete functions.
1435 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1436 "align_down".
1437 (ROUND_DOWN, ROUND_UP): Delete macros.
1438 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1439 * h8300-tdep.c: Replace "round_up" and "round_down" with
1440 "align_up" and "align_down".
1441 (round_up, round_down): Delete macros.
1442 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1443 "align_down".
1444 (ROUND_UP, ROUND_DOWN): Delete macros.
1445
51db5742
JB
14462003-09-18 J. Brobecker <brobecker@gnat.com>
1447
1448 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1449 hard-coded constant. Use the proper machine name instead.
1450
77949794
AC
14512003-09-17 Andrew Cagney <cagney@redhat.com>
1452
1453 * sparc-tdep.c (legacy_register_name): Delete function.
1454 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1455 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1456 * infcmd.c (gdb_register_name): Delete variable.
1457 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1458 REGISTER_NAME and "tm.h".
1459 * gdbarch.h, gdbarch.c: Regenerate.
1460 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1461 REGISTER_NAMES in comments.
1462 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1463 * m68klinux-nat.c (regmap): Ditto.
1464
b55c33cc
JB
14652003-09-17 Jim Blandy <jimb@redhat.com>
1466
1467 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1468
957e27ac
AC
14692003-09-17 Andrew Cagney <cagney@redhat.com>
1470
1471 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1472 (ppcnbsd_init_abi): Set "use_struct_convention" to
1473 "ppcnbsd_use_struct_convention".
1474
192cb3d4
MK
14752003-09-17 Mark Kettenis <kettenis@gnu.org>
1476
1477 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1478 * gdbarch.h, gdbarch.c: Regenerate.
1479 (stabs_argument_has_addr): New architecture method.
1480 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1481 * arch-utils.c: Include "buildsym.h".
1482 (default_stabs_argument_has_addr): New function.
1483 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1484 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1485
efe59759
AC
14862003-09-17 Andrew Cagney <cagney@redhat.com>
1487
1488 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1489 * gdbarch.h, gdbarch.c: Regenerate.
1490 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1491 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1492 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1493 * sparcnbsd-tdep.c: Update.
a8f4cde1 1494
62700349
AC
14952003-09-17 Andrew Cagney <cagney@redhat.com>
1496
1497 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1498 * gdbarch.h, gdbarch.c: Regenerate.
1499 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1500 * d10v-tdep.c, frame.c: Update.
1501 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1502 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1503 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1504 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1505 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1506 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1507 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1508 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1509 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1510 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1511 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1512 * config/pa/nm-hppah.h: Update.
1513
b9ff3018
AC
15142003-09-16 Andrew Cagney <cagney@redhat.com>
1515
1516 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1517 "use_struct_convention" to "ppc_linux_use_struct_convention".
1518 (ppc_linux_use_struct_convention): New function.
1519 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1520 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1521 "rs6000_use_struct_convention".
1522 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1523 declaration.
1524 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1525 Delete function.
1526
aa1ee363
AC
15272003-09-16 Andrew Cagney <cagney@redhat.com>
1528
1529 * buildsym.c: Remove more occurances of "register".
1530 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1531 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1532 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1533 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1534 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1535 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1536 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1537 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1538
f2ea0907
CV
15392003-09-16 Corinna Vinschen <vinschen@redhat.com>
1540
1541 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1542 numbers to enumeration values.
1543 * sh-tdep.c: Accomodate above change.
1544 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1545 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1546 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1547 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1548 (IS_FPUSH): Rename from IS_FMOV.
1549 (sh_extract_struct_value_address): Remove useless comment.
1550 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1551 instead of own local values.
1552 (sh_dump_tdep): Remove.
1553 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1554 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1555
1c704f11
AC
15562003-09-15 Andrew Cagney <cagney@redhat.com>
1557
1558 * doublest.c (convert_floatformat_to_doublest): No longer need to
1559 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1560
ac79b88b
DJ
15612003-09-15 Daniel Jacobowitz <drow@mvista.com>
1562
1563 * values.c (unpack_double): Call floatformat_is_valid.
1564
1c671366
MK
15652003-09-15 Mark Kettenis <kettenis@gnu.org>
1566
de5227fb
MK
1567 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1568 ps_strings into a long.
1569
1c671366
MK
1570 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1571 _initialize_am64fbsd_nat.
1572
a604369a
KB
15732003-09-15 Kevin Buettner <kevinb@redhat.com>
1574
1575 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1576 associated with DW_AT_ranges attribute is out of bounds.
1577
b3cacbee
DL
15782003-09-15 David Lecomber <dsl@sources.redhat.com>
1579
1580 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1581
d0f37bb2
MC
15822003-09-14 Michael Chastain <mec@shout.net>
1583
1584 * config/m68k/nm-apollo68v.h: Delete.
1585 * config/m68k/xm-apollo68v.h: Delete.
1586
69517000
AC
15872003-09-14 Andrew Cagney <cagney@redhat.com>
1588
1589 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1590 * dcache.c: Update copyrights and descriptions.
1591 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1592
ef8b349d
AC
15932003-09-14 Andrew Cagney <cagney@redhat.com>
1594
1595 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1596 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1597
52f0bd74
AC
15982003-09-14 Andrew Cagney <cagney@redhat.com>
1599
1600 * alpha-nat.c: Remove some occurances of "register".
1601 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1602 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1603 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1604 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1605 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1606 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1607 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1608 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1609 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1610 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1611 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1612 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1613 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1614 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1615 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1616 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1617 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1618 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1619 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1620 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1621 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1622 * values.c, vax-tdep.c, xcoffread.c: Ditto.
a8f4cde1 1623
4a4b3fed
AC
16242003-09-13 Andrew Cagney <cagney@redhat.com>
1625
1626 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1627 * ppc-tdep.h (struct regcache): Declare opaque.
1628 * objfiles.h (struct objfile_data): Declare opaque.
1629 * cp-support.h (struct objfile): Declare opaque.
1630 * linux-nat.h (target_waitstatus): Declare opaque.
1631
2110b94f
MK
16322003-09-14 Mark Kettenis <kettenis@gnu.org>
1633
1c671366
MK
1634 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
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
2110b94f
MK
1642 * cris-tdep.c (cris_gdbarch_init): Set
1643 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1644 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1645 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1646 * mips-tdep.c (mips_gdbarch_init): Likewise.
1647 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1648 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1649
48436ce6
AC
16502003-09-13 Andrew Cagney <cagney@redhat.com>
1651
1652 * values.c (using_struct_return): Delete "function" and "funcaddr"
1653 parameters.
1654 * value.h (using_struct_return): Update declaration.
1655 * infcmd.c (finish_command_continuation): Update.
1656 (finish_command): Update.
1657 * infcall.c (call_function_by_hand): Update.
1658 * eval.c (evaluate_subexp_standard): Update.
1659
403d9909
CF
16602003-09-13 Christopher Faylor <cgf@redhat.com>
1661
1662 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1663 SSE registers since gdb will not operate correctly without this.
1664 Restore include file ordering munged in previous change.
1665 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1666
ebf7d56b
MK
16672003-09-13 Mark Kettenis <kettenis@gnu.org>
1668
8e823e25
MK
1669 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1670 REG_STRUCT_HAS_ADDR.
1671 * gdbarch.c, gdbarch.h: Updated.
1672 * infcall.c (call_function_by_hand): Update.
1673 * stabsread.c (define_symbol): Updated.
a8f4cde1 1674
ebf7d56b
MK
1675 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1676
d3f13f72
CF
16772003-09-12 Christopher Faylor <cgf@redhat.com>
1678
1679 * win32-nat.c: Reorganize so that defines used by target headers are
1680 actually defined by the system headers.
1681 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1682 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1683
14f75137
JB
16842003-09-12 Jim Blandy <jimb@redhat.com>
1685
d646061f
JB
1686 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1687 the file has no .data, .bss, or .rodata sections. Instead wait
1688 until we see a variable alleged to live in one of those sections.
1689
2a13f9bc
JB
1690 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1691 .bss section, presume that any variables we find live in the
1692 .rodata section.
1693
4f49b26b
JB
1694 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1695 offsets for global and static variables.
1696
14f75137
JB
1697 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1698 symbol types are, by definition, in the .data section, so it is
1699 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1700 If there is no .data section, there should be no N_DATA or N_DATA
1701 | N_EXT symbols.
1702
212c460c
MK
17032003-09-12 Mark Kettenis <kettenis@gnu.org>
1704
1705 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1706 (amd64fbsd_sigcontext_addr): Rewrite.
1707 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1708 with correct values.
1709 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1710 (amd64fbsd_init_abi): Fix typo.
1711
68856ea3
AC
17122003-09-12 Andrew Cagney <cagney@redhat.com>
1713
1714 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1715 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1716
627b3ba2
AC
17172003-09-12 Andrew Cagney <cagney@redhat.com>
1718
1719 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1720 "entry_file_highpc". Update comments.
1721 * defs.h (deprecated_inside_entry_file): Rename
1722 "inside_entry_file".
1723 * blockframe.c (deprecated_inside_entry_file): Rename
1724 "inside_entry_file".
1725 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1726 * vax-tdep.c (vax_frame_chain): Update.
1727 * sh64-tdep.c (sh64_frame_chain): Update.
1728 * sh-tdep.c (sh_frame_chain): Update.
1729 * rs6000-tdep.c (rs6000_frame_chain): Update.
1730 * ns32k-tdep.c (ns32k_frame_chain): Update.
1731 * mips-tdep.c (mips_frame_chain): Update.
1732 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1733 * m32r-tdep.c (m32r_frame_this_id): Update.
1734 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1735 * frv-tdep.c (frv_frame_this_id): Update.
1736 * d10v-tdep.c (d10v_frame_this_id): Update.
1737 * cris-tdep.c (cris_frame_chain): Update.
1738 * blockframe.c (legacy_frame_chain_valid): Update.
1739 * avr-tdep.c (avr_frame_this_id): Update.
1740 * arm-tdep.c (arm_prologue_this_id): Update.
1741 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1742 * objfiles.c (objfile_relocate): Update.
1743 * mipsread.c (mipscoff_symfile_read): Update.
1744 (mipscoff_symfile_read): Update.
1745 * mdebugread.c (parse_partial_symbols): Update.
1746 * dwarfread.c (read_file_scope): Update.
1747 * dwarf2read.c (read_file_scope): Update.
1748 * dbxread.c (read_dbx_symtab): Update.
1749 (read_dbx_symtab): Update.
1750 * coffread.c (complete_symtab): Update.
1751
b0abbc58
JJ
17522003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1753
1754 * top.c (quit_target): New static helper function.
1755 (quit_force): Moved code to quit_target(). Call quit_target()
1756 via catch_errors() to catch errors during quit.
1757
a1632d59
DC
17582003-09-11 David Carlton <carlton@kealia.com>
1759
1760 * buildsym.c (finish_block): Use allocate_block to allocate the
1761 block.
1762 * mdebugread.c (new_block): Add FIXME.
1763
5c4e30ca
DC
17642003-09-11 David Carlton <carlton@kealia.com>
1765
1766 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1767 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1768 (recursive_dump_type): Ditto.
1769 * printcmd.c (print_formatted): Ditto.
1770 * typeprint.c (print_type_scalar): Ditto.
1771 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1772 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1773 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1774 maint_cplus_cmd_list.
1775 * cp-support.c: Make maint_cplus_cmd_list extern.
1776 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1777 command.h.
1778 (lookup_symbol_file): Look in possible namespace blocks when
1779 appropriate.
1780 (initialize_namespace_symtab): New.
1781 (get_possible_namespace_block, free_namespace_block)
1782 (check_possible_namespace_symbols)
1783 (check_possible_namespace_symbols_loop)
1784 (check_one_possible_namespace_symbol)
1785 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1786 (_initialize_cp_namespace): Ditto.
1787 * block.h: Declare allocate_block.
1788 * block.c (allocate_block): New.
1789 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1790 allocate_block.
1791 * symfile.h: Update declaration of add_psymbol_to_list.
1792 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1793 question.
1794 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1795 scan_partial_symbols_call.
1796 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1797 helper functions.
1798 (add_partial_symbol): If necessary, scan mangled names for names
1799 of namespaces.
1800 (add_partial_namespace): Add NAMESPACE argument; generate partial
1801 symbols associated to namespaces.
1802 (add_partial_enumeration): Add NAMESPACE argument.
1803 (new_symbol): Allow namespace syms.
1804 (read_namespace): Generate namespace syms.
1805 * objfiles.h: Add opaque declaration of struct symtab.
1806 (struct objfile): Add cp_namespace_symtab member.
1807 * objfiles.c (allocate_objfile): Set
1808 objfile->cp_namespace_symtab.
1809 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1810 dictionary_h, command_h.
1811
33a7c2fc
AC
18122003-09-11 Andrew Cagney <cagney@redhat.com>
1813
1814 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1815 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1816 near the function's end.
1817 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1818 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1819 regcache_raw_write_signed to set SP_REGNUM.
1820
63cd24fe
EZ
18212003-09-11 Elena Zannoni <ezannoni@redhat.com>
1822
1823 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1824 orig_addrs is set up properly.
1825
f27dd7fd
AC
18262003-09-11 Andrew Cagney <cagney@redhat.com>
1827
1828 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1829 * gdbarch.h, gdbarch.c: Re-generate.
1830 * infcall.c (call_function_by_hand): Update.
1831 * hppa-tdep.c (hppa_push_arguments): Update.
1832 * ada-lang.c (place_on_stack): Update.
1833 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1834 * sparc-tdep.c (sparc_gdbarch_init): Update.
1835 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1836 * hppa-tdep.c (hppa_gdbarch_init): Update.
1837 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1838 stack_align.
1839
f630a401
DJ
18402003-09-11 Daniel Jacobowitz <drow@mvista.com>
1841
1842 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1843 register do need a frame.
1844
0ddabb4c
AC
18452003-09-11 Andrew Cagney <cagney@redhat.com>
1846
1847 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1848 buildable since GDB 5.0.
1849 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1850 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1851 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1852 * irix4-nat.c: Delete file.
1853 * config/mips/irix4.mh: Delete file.
1854 * config/mips/irix3.mh: Delete file.
1855 * config/mips/irix3.mt: Delete file.
1856 * config/mips/tm-irix3.h: Delete file.
1857 * config/mips/nm-irix3.h: Delete file.
1858 * config/mips/xm-irix3.h: Delete file.
1859 * config/mips/nm-irix4.h: Delete file.
1860 * config/mips/xm-irix4.h: Delete file.
1861 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1862
fde2cceb
JB
18632003-09-10 J. Brobecker <brobecker@gnat.com>
1864
1865 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1866 * Makefile.in (hppa-tdep.o): Update dependencies.
1867
66f667f5
JW
18682003-09-10 James E Wilson <wilson@specifixinc.com>
1869
ef5fd69f
JW
1870 * MAINTAINERS: Change my e-mail address. Move to paper trail
1871 section.
66f667f5 1872
53e8aaea
KB
18732003-09-10 Kevin Buettner <kevinb@redhat.com>
1874
1875 * MAINTAINERS (frv): New ISA entry.
1876
dcc6aaff
KB
18772003-09-10 Kevin Buettner <kevinb@redhat.com>
1878
1879 * frv-tdep.c (dis-asm.h): Include.
1880 * Makefile.in (frv-tdep.o): Update dependencies.
1881
932644f0
JJ
18822003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1883
1884 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1885 Fix typo for high range of floating registers.
1886
91c24f0a
DC
18872003-09-09 David Carlton <carlton@kealia.com>
1888
1889 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1890 highpc initialization here out of scan_partial_symbols.
1891 (scan_partial_symbols): Restructure into a recursive version,
1892 calling add_partial_namespace and add_partial_enumeration when
1893 appropriate.
1894 (add_partial_namespace): New.
1895 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1896
c9263853
AC
18972003-09-09 Andrew Cagney <cagney@redhat.com>
1898
e56a0ecc
AC
1899 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1900 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1901 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1902 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1903
794a477a
AC
1904 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1905 (rs6000_push_dummy_call): Set the "TOC" register.
1906
c9263853
AC
1907 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1908 methods "max_register_raw_size", "max_register_virtual_size" or
1909 "register_virtual_size".
1910
afa7d0b2
ILT
19112003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1912
1913 * MAINTAINERS: Update my e-mail address.
1914
7a41266b
AC
19152003-09-09 Andrew Cagney <cagney@redhat.com>
1916
1917 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1918 (rs6000_push_dummy_call): Store the struct return address.
1919 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1920
77b2b6d4
AC
19212003-09-09 Andrew Cagney <cagney@redhat.com>
1922
1923 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1924 "ppc_sysv_abi_push_arguments".
1925 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1926 "ppc_sysv_abi_push_arguments".
1927 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1928 instead of "push_arguments".
1929 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1930
e8a7b686
AC
19312003-09-09 Andrew Cagney <cagney@redhat.com>
1932
1933 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1934 instead of CALL_DUMMY_ADDRESS.
1935
f86f5ca3
PH
19362003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1937
1938 * p-lang.c: Eliminate "register".
1939 * c-lang.c: Ditto.
1940 * expprint.c: Ditto.
1941 * f-lang.c: Ditto.
1942 * jv-lang.c: Ditto.
1943 * language.c: Ditto.
1944 * m2-lang.c: Ditto.
1945 * parse.c: Ditto.
1946 * scm-lang.c: Ditto.
1947 * objc-lang.c: Ditto.
1948
83ee270e
NC
19492003-09-09 Nick Clifton <nickc@redhat.com>
1950
1951 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1952
a89aa300
AC
19532003-09-04 Andrew Cagney <cagney@redhat.com>
1954
1955 * avr-tdep.c: Include "dis-asm.h".
1956 * cris-tdep.c: Include "dis-asm.h".
1957 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1958 instead of corresponding typedef.
1959 * h8300-tdep.c: Include "dis-asm.h".
1960 * ia64-tdep.c: Include "dis-asm.h".
1961 * i386-tdep.c: Include "dis-asm.h".
1962 (i386_print_insn): Use "struct disassemble_info" instead of
1963 corresponding typedef.
1964 * m68k-tdep.c: Include "dis-asm.h".
1965 * mcore-tdep.c: Include "dis-asm.h".
1966 * mips-tdep.c: Include "dis-asm.h".
1967 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1968 instead of corresponding typedef.
1969 * ns32k-tdep.c: Include "dis-asm.h".
1970 * s390-tdep.c: Include "dis-asm.h".
1971 * sparc-tdep.c: Include "dis-asm.h".
1972 * vax-tdep.c: Include "dis-asm.h".
1973 * v850-tdep.c: Include "dis-asm.h".
1974 * mn10300-tdep.c: Include "dis-asm.h".
1975 * rs6000-tdep.c: Include "dis-asm.h".
1976 * xstormy16-tdep.c: Include "dis-asm.h".
1977 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1978 print_insn_xstormy16.
1979 * Makefile.in (v850-tdep.o): Update dependencies.
1980 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1981 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1982 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1983 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1984 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1985 (gdbarch_h): Remove $(dis_asm_h).
1986 * disasm.c: Include "dis-asm.h".
1987 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1988 corresponding typedef.
1989 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1990 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1991 * gdbarch.sh: Do not include "dis-asm.h".
1992 (struct disassemble_info): Declare opaque.
1993 (TARGET_PRINT_INSN): Update declaration.
1994 * gdbarch.h, gdbarch.c: Re-generate.
1995
88a82a65
AC
19962003-09-08 Andrew Cagney <cagney@redhat.com>
1997
1998 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1999 CALL_DUMMY_ADDRESS, change to a predicate.
2000 * gdbarch.h, gdbarch.c: Re-generate.
2001 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2002 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2003 * infcall.c (call_function_by_hand): Ditto.
2004 * sparc-tdep.c (sparc_push_return_address): Ditto.
2005 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2006 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2007 CALL_DUMMY_ADDRESS with entry_point_address.
2008 * v850-tdep.c (v850_push_return_address): Ditto.
2009 * s390-tdep.c (s390_push_return_address): Ditto.
2010 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2011 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2012 * mcore-tdep.c (mcore_push_return_address): Ditto.
2013 * cris-tdep.c (cris_push_return_address): Ditto.
2014 * arm-tdep.c (arm_push_return_address): Ditto.
2015
3e2c4033
AC
20162003-09-08 Andrew Cagney <cagney@redhat.com>
2017
2018 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2019 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2020 and REG_UNMODIFIED to REG_SAME_VALUE.
2021 (execute_cfa_program): Update.
2022 (dwarf2_frame_cache): Update. Initialize table to
2023 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2024 location.
2025 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2026
39efb398
AC
20272003-09-08 Andrew Cagney <cagney@redhat.com>
2028
2029 * gnu-nat.c: Remove "inline" function attribute.
2030 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2031
f5cb5aca
KB
20322003-09-08 Kevin Buettner <kevinb@redhat.com>
2033
2034 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2035 target.
2036
1cb761c7
KB
20372003-09-08 Kevin Buettner <kevinb@redhat.com>
2038
2039 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2040 (frame_extra_info): Rename this struct to frv_unwind_cache.
2041 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2042 Add fields ``prev_sp'' and ``base''.
2043 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2044 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2045 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2046 Delete.
2047 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2048 Revise all callers. Fill in the unwind cache argument and make
2049 other adjustments to account for new frame mechanisms.
2050 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2051 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2052 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2053 (frv_frame_unwind, frv_frame_base): New structs.
2054 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2055 additional arguments expected by this method and adjust function
2056 body accordingly.
2057 (frv_gdbarch_init): Remove calls to the following functions:
2058 set_gdbarch_deprecated_init_frame_pc(),
2059 set_gdbarch_deprecated_saved_pc_after_call(),
2060 set_gdbarch_deprecated_frame_chain(),
2061 set_gdbarch_deprecated_frame_saved_pc(),
2062 set_gdbarch_deprecated_frame_init_saved_regs(),
2063 set_gdbarch_deprecated_push_arguments(),
2064 set_gdbarch_deprecated_push_return_address(),
2065 set_gdbarch_deprecated_pop_frame(),
2066 set_gdbarch_deprecated_call_dummy_words(),
2067 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2068 set_gdbarch_deprecated_init_extra_frame_info(),
2069 set_gdbarch_deprecated_dummy_write_sp(), and
2070 set_gdbarch_deprecated_pc_in_call_dummy().
2071 Add calls to the following functions:
2072 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2073 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2074 frame_base_set_default().
2075 * Makefile.in (frv-tdep.o): Update dependencies.
a8f4cde1 2076
68f6cf99
MK
20772003-09-09 Mark Kettenis <kettenis@gnu.org>
2078
2079 * dwarf2-frame.c (read_encoded_value): Add support for
2080 DW_EH_PE_aligned encoding.
2081
73b65bb0
DJ
20822003-09-08 Daniel Jacobowitz <drow@mvista.com>
2083
2084 * infrun.c (normal_stop): Don't print a message if the inferior
2085 has exited.
2086
7c8a5605
JB
20872003-09-08 Jim Blandy <jimb@redhat.com>
2088
2089 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2090 * dbxread.c: #include "gdb_assert.h".
2091 (read_dbx_symtab): If the objfile has no .data section, use the
2092 section index for the .bss section instead.
2093
7dd88986
DJ
20942003-09-08 Daniel Jacobowitz <drow@mvista.com>
2095
2096 * frame.c (deprecated_safe_get_selected_frame): New function.
2097 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2098 * findvar.c (read_var_value): Call it.
2099
55ff77ac
CV
21002003-09-08 Corinna Vinschen <vinschen@redhat.com>
2101
2102 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2103 (sh64-tdep.o): Add dependencies.
2104 * configure.tgt: Add FIXME to sh-*-linux*.
2105 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2106 (sh_gdbarch_init): Always set correct sh_show_regs function
a8f4cde1 2107 pointer. Call sh64_gdbarch_init() if machine type is sh5.
55ff77ac
CV
2108 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2109 * sh64-tdep.c: New file, containing all sh64 related code from
2110 sh-tdep.c.
2111 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2112 * config/sh/linux.mt (TDEPFILES): Ditto.
a8f4cde1 2113 * config/sh/nbsd.mt (TDEPFILES): Ditto.
55ff77ac
CV
2114 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2115 * config/sh/wince.mt (TDEPFILES): Ditto.
2116
bfb39158
DJ
21172003-09-07 Daniel Jacobowitz <drow@mvista.com>
2118
2119 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2120 (stop_wait_callback): Handle !lp->signalled also.
2121 (lin_lwp_has_pending, flush_callback): New functions.
2122 (lin_lwp_wait): Call flush_callback.
2123 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2124 (linux_proc_pending_signals): New function.
2125 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2126
9407de8e
DJ
21272003-09-07 Daniel Jacobowitz <drow@mvista.com>
2128
2129 From Nick Kelsey <nickk@ubicom.com>:
2130 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2131 when the stop PC is at the beginning of a function also.
2132
2ef47cd0
DJ
21332003-09-06 Daniel Jacobowitz <drow@mvista.com>
2134
2135 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2136 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2137
6f4492c8
MK
21382003-09-06 Mark Kettenis <kettenis@gnu.org>
2139
2140 * sol-thread.c: Include "gdb_string.h".
2141
d3420b2f
MK
21422003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2143
2144 * gcore.c: Reorder include files in alphabetical order. Include
2145 "gdb_assert.h". Various coding style fixes.
2146 (derive_stack_segment, derive_heap_segment): Replace check for
2147 non-null BOTTOM and TOP with gdb_assert.
2148 (derive_heap_segment): Replace check for successful creation of
2149 ZERO with gdb_assert.
2150 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2151
5220ea4c
AC
21522003-09-04 Andrew Cagney <cagney@redhat.com>
2153
2154 * thread-db.c (verbose_dlsym): New function.
2155 (thread_db_load): Use verbose_dlsym
2156 (thread_db_new_objfile): Print that libthread_db was loaded, and
2157 that thread debugging was enabled.
2158
6e8c2c06
AC
21592003-09-04 Andrew Cagney <cagney@redhat.com>
2160
2161 * configure.tgt: Add "mips64*-*-*" target. Delete
2162 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2163 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2164 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2165 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2166 mips*-sony-*, and mips64*-*-elf* targets.
2167 * config/mips/embedl.mt: Delete file.
2168 * config/mips/embedl64.mt: Delete file.
2169 * config/mips/mips.mt: Delete file.
2170 * config/mips/mips64.mt: Delete file.
2171 * config/mips/tm-embed.h: Delete file.
2172 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2173 * config/mips/embed64.mt: Delete out-of-date comment.
2174
3a3bc038
AC
21752003-09-04 Andrew Cagney <cagney@redhat.com>
2176
2177 * hppa-tdep.c (hppa_gdbarch_init): Set
2178 "have_nonsteppable_watchpoint".
2179 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2180 * mips-tdep.c (mips_dump_tdep): Do not print
2181 HAVE_NONSTEPPABLE_WATCHPOINT.
2182 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2183 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2184 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2185 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2186
a957e642
CV
21872003-09-04 Corinna Vinschen <vinschen@redhat.com>
2188
2189 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2190 unused code. Add comment.
2191
a6fbcf2f
CV
21922003-09-04 Corinna Vinschen <vinschen@redhat.com>
2193
2194 * breakpoint.c (watchpoint_check): Check for pc being in an
2195 epilogue if watchpoint frame couldn't be found.
2196
c14a44d5
AC
21972003-09-04 Andrew Cagney <cagney@redhat.com>
2198
2199 * Makefile.in: Re-generate all dependencies.
2200
f6c40618
AC
22012003-09-03 Andrew Cagney <cagney@redhat.com>
2202
2203 * arch-utils.h (legacy_print_insn): Delete declaration.
2204 * arch-utils.c (legacy_print_insn): Delete function.
2205 * disasm.c (deprecated_tm_print_insn_info): Delete.
2206 (_initialize_disasm): Delete function, contained code initializing
2207 deprecated_tm_print_insn_info.
2208 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2209 (deprecated_tm_print_insn_info): Delete.
2210 (TARGET_PRINT_INSN): Do not provide a default.
2211 * gdbarch.h, gdbarch.c: Re-generate.
2212
242e8be5
AC
22132003-09-03 Andrew Cagney <cagney@redhat.com>
2214
2215 * disasm.c (fprintf_disasm): New function.
2216 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2217 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2218 reverts 2003-08-14 change.
2219 (_initialize_disasm): Call "init_disassemble_info", instead of
2220 INIT_DISASSEMBLE_INFO_NO_ARCH.
2221
3ffc3dda
MS
22222003-09-03 Michael Snyder <msnyder@redhat.com>
2223
2224 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2225
52d16ba8
AC
22262003-09-03 Andrew Cagney <cagney@redhat.com>
2227
2228 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2229 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2230 * symfile.c (syms_from_objfile): Update.
2231 (reread_symbols): `Update
2232 * exec.c (exec_file_attach): Update.
2233 (exec_file_attach): Update.
2234 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2235 2003-08-29 change.
2236 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2237
eb5492fa
DJ
22382003-09-03 Daniel Jacobowitz <drow@mvista.com>
2239
2240 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2241 trad-frame.h.
2242 (arm_get_cache): Delete macro.
2243 (struct arm_prologue_cache): Update comments. Make saved_regs into
2244 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2245 to prev_sp.
2246 (thumb_scan_prologue): Update for cache changes. Don't call
2247 DEPRECATED_PC_IN_CALL_DUMMY.
2248 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2249 argument and use it in desperation search for our prologue. Do not
2250 search past the specified PC.
2251 (arm_make_prologue_cache): Simplify.
2252
2253 (arm_prologue_this_id, arm_prologue_prev_register)
2254 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2255 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2256 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2257 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2258 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2259
2260 (arm_frame_chain_valid, arm_find_callers_reg)
2261 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2262 (arm_pop_frame): Delete obsolete methods.
2263 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2264
2265 (arm_gdbarch_init): Update for new frame methods. Register prologue
2266 and sigtramp unwinders. Set the default frame base method.
2267
2268 * Makefile.in (arm-tdep.o): Update dependencies.
2269 * varobj.c (find_frame_addr_in_frame_chain): Call
2270 get_frame_base_address.
2271 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2272
24de872b
DJ
22732003-09-03 Daniel Jacobowitz <drow@mvista.com>
2274
2275 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2276 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2277 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2278 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2279 Take NEXT_FRAME and CACHE arguments. Call
2280 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2281 Set unwound_pc in CACHE instead of modifying the frame argument.
2282 Don't bother checking the frame type when looking for sigtramp
2283 frames.
2284 (arm_make_prologue_cache, arm_frame_chain)
2285 (arm_init_extra_frame_info): New functions.
2286
9b8d791a
DJ
22872003-09-03 Daniel Jacobowitz <drow@mvista.com>
2288
2289 * arm-tdep.c (arm_get_cache): Define.
2290 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2291 unwound_sp, unwound_pc, and saved_regs.
2292 (thumb_scan_prologue): Take a cache instead of the frame.
2293 (arm_scan_prologue): Likewise.
2294 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2295 instead of a temporary frame.
2296 (arm_init_extra_frame_info): Allocate and use a cache.
2297 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2298
7ee3275f
AC
22992003-09-03 Andrew Cagney <cagney@redhat.com>
2300
2301 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2302 * config/mips/wince.mt (TM_CLIBS): Ditto.
2303 * config/sh/wince.mt (TM_CLIBS): Ditto.
2304 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2305 * config/sparc/sp64.mt (CC): Delete.
2306
57b29be7
AC
23072003-09-03 Andrew Cagney <cagney@redhat.com>
2308
2309 * defs.h: Do not include "arch-utils.h".
2310 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2311 GDB_MULTI_ARCH_PURE.
2312 * configure.in (GDB_MULTI_ARCH): Do not define.
2313 * configure, config.in: Regenerate.
2314 * configure.tgt: Do not set variable "gdb_multi_arch".
2315 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2316 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2317 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2318 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2319 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2320 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2321 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2322 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2323 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2324 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2325 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2326 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2327 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2328 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2329 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2330 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2331 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2332 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
a8f4cde1 2333
12e035e2
MC
23342003-08-30 Michael Chastain <mec@shout.net>
2335
2336 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2337 * config/m68k/nm-hp300hpux.h: Delete.
2338 * config/m68k/tm-hp300hpux.h: Delete.
2339 * config/m68k/xm-hp300hpux.h: Delete.
2340 * config/m68k/xm-hp300bsd.h: Delete.
2341 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2342 tm-hp300hpux.h, xm-hp300hpux.h.
2343 * somsolib.c: Remove comment about hp300 shared libraries.
2344
bda34dc2
MK
23452003-08-31 Mark Kettenis <kettenis@gnu.org>
2346
5bca7895
MK
2347 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2348 Only define PTRACE_GET_THREAD_AREA is not already defined.
2349 Various style fixes in code and comments and some additional
2350 spelling fixes in comments. Move after functions dealing with
2351 debug registers.
2352 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2353 Fix coding-style.
2354
bda34dc2
MK
2355 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2356 frame_unwind_register_unsigned instead of
2357 frame_unwind_unsigned_register.
2358
c890192f
MK
23592003-08-30 Mark Kettenis <kettenis@gnu.org>
2360
2361 * configure.in: Search for gethostbyname in libnsl.
2362 * configure: Regenerated.
2363
60fac5b8
MK
23642003-08-29 Mark Kettenis <kettenis@gnu.org>
2365
e294916c
MK
2366 * configure.in: Remove redundant AC_MSG_RESULT in check for
2367 uintptr_t in stdint.h.
2368 * configure: Regenerated.
2369
c40d267a
MK
2370 * amd64-nat.h (struct regcache): Add opaque declaration.
2371
60fac5b8
MK
2372 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2373 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2374 Change "register array" to "register cache" in comments.
2375 (x86_64_linux_gregset64_reg_offset): New variable.
2376 (GETREGS_SUPPLIES): Remove macro.
2377 (supply_gregset): Call amd64_supply_native_gregset instead of
2378 x86_64_linux_supply_gregset.
2379 (fill_gregset): Rename `regno' to `regnum'. Call
2380 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2381 (store_regs): Rename `regno' to `regnum'.
2382 (store_fpregs): Rename `regno' to `regnum'.
2383 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2384 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2385 Reorganize function a bit.
2386 (store_inferior_registers): Rename `regno' to `regnum'. Use
2387 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2388 Reorganize function a bit.
2389 (_initialize_x86_64_linux_nat): New function.
2390 * config/i386/x86-64linux.mh.
2391
546143b6
AC
23922003-08-29 Andrew Cagney <cagney@redhat.com>
2393
2394 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2395 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2396 (target_remove_watchpoint): Delete macro.
2397 (target_insert_watchpoint): Delete macro.
2398 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2399 (remote_mips_stopped_by_watchpoint): Delete declaration.
2400 (remote_mips_remove_watchpoint): Delete declaration.
2401 (remote_mips_set_watchpoint): Delete declaration.
2402 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2403 * remote-mips.c (_initialize_remote_mips): Set
2404 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2405 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2406 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2407 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2408 (mips_stopped_by_watchpoint): Rename
2409 remote_mips_stopped_by_watchpoint.
2410 (mips_can_hardware_watchpoint): Rename
2411 remote_mips_can_use_hardware_watchpoint, update function
2412 signature.
2413
7bace51b
MK
24142003-08-29 Mark Kettenis <kettenis@gnu.org>
2415
b0f5c6f2
MK
2416 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2417 USER_DS. We haven't given them a register number yet.
2418
2a6d284d
MK
2419 * amd64-nat.h: New file.
2420 * amd64-nat.c: New file.
2421 * amd64fbsd-nat.c: Include "amd64-nat.h".
2422 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2423 (amd64fbsd32_r_reg_offset): New variable.
2424 (supply_gregset): Simply call amd64_supply_native_gregset.
2425 (fill_gregset): Rename `regno' to `regnum'. Simply call
2426 amd64_collect_native_gregset.
2427 (fill_fpregset): Rename `regno' to `regnum'.
2428 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2429 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2430 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2431 `fpregset_t'. Call amd64_supply_native_gregset instead of
2432 supply_gregset. Call x86_64_supply_fxsave instead of
2433 supply_fpregset.
2434 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2435 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2436 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2437 `fpregset_t'. Call amd64_collect_native_gregset instead of
2438 fill_gregset. Call x86_64_collect_fxsave instead of
2439 fill_fpregset.
2440 (_initialize_am64fbsd_nat): Initialize
2441 amd64_native_gregset32_reg_offset and
2442 amd64_native_gregset64_reg_offset.
2443 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2444
a16d75cc
MK
2445 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2446 null pointer. Fix typo in comment.
2447
7bace51b
MK
2448 * regcache.c (supply_register): Reimplement to call
2449 regcache_raw_supply.
2450 (regcache_collect): Reimplement by calling regcache_raw_collect.
2451
9a661b68
MK
24522003-08-28 Mark Kettenis <kettenis@gnu.org>
2453
2454 * regcache.c (register_buffer): Consitify first argument.
2455 (regcache_raw_supply, regcache_raw_collect): New
2456 functions.
2457
e94cc8fa
DJ
24582003-08-28 Daniel Jacobowitz <drow@mvista.com>
2459
2460 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2461 by Nathan J. Williams.
2462
c64bd0ce
DJ
24632003-08-28 Daniel Jacobowitz <drow@mvista.com>
2464
2465 * lin-lwp.c (wait_lwp): New function, copied from
2466 stop_wait_callback. Clean up.
2467 (stop_wait_callback): Use wait_lwp.
2468
e5ab0dce
AC
24692003-08-28 Andrew Cagney <cagney@redhat.com>
2470
2471 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2472 flavour and disassembler options.
2473 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2474 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2475 deprecated_tm_print_insn_info.
a8f4cde1 2476
a788de9b
AC
24772003-08-27 Andrew Cagney <cagney@redhat.com>
2478
2479 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2480 Use target_read_memory.
2481 (s390_get_frame_info): Update. Do not reference
2482 deprecated_tm_print_insn_info.
2483 (s390_check_function_end, s390_is_sigreturn): Ditto.
2484
36482093
AC
24852003-08-27 Andrew Cagney <cagney@redhat.com>
2486
2487 * Makefile.in (cris-tdep.o): Update dependencies.
2488 * cris-tdep.c: Include "gdb_assert.h".
2489 (cris_gdbarch_init): Set print_insn.
2490 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2491 (cris_delayed_get_disassembler): Simplify, directly call the
2492 disassembler returned by cris_get_disassembler.
2493 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2494 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2495 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2496 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2497 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2498 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2499 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2500 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2501 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2502 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2503 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2504 (gdb_print_insn_sparc): Delete function.
2505 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2506 deprecated_tm_print_insn_info.
2507 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2508 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2509 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2510 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2511 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2512 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2513 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2514 (s390_gdbarch_init): Set print_insn.
2515
0285512f
AC
25162003-08-27 Andrew Cagney <cagney@redhat.com>
2517
2518 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2519 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2520 * infcall.c (call_function_by_hand): Convert the entry point
2521 address into a code address.
2522
cdcd5552
AC
25232003-08-27 Andrew Cagney <cagney@redhat.com>
2524
2525 * dsrec.c: Include "gdb_string.h".
2526 * Makefile.in (dsrec.o): Update dependencies.
2527
e85cddad
MC
25282003-08-27 Michael Chastain <mec@shout.net>
2529
2530 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2531
8bbfbb23
AC
25322003-08-27 Andrew Cagney <cagney@redhat.com>
2533
2534 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2535 (alpha_osf1_init_abi): Do not set call_dummy_address.
2536
ba058b66
DC
25372003-08-27 David Carlton <carlton@kealia.com>
2538
2539 From Randolph Chung <tausq@debian.org>:
2540 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2541 compiles with -Wformat-nonliteral -Werror.
2542
87f84c9d
JB
25432003-08-26 Jim Blandy <jimb@redhat.com>
2544
2545 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2546 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2547 bfd_lookup_symbol, since we only want symbols in code sections.
2548 (look_for_base): Pass zero as the SECT_FLAGS argument to
2549 bfd_lookup_symbol, since we're not concerned about which section
2550 the symbol is in.
2551
102d615a
JJ
25522003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2553
2554 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
a8f4cde1 2555 we are frameless or the return address register is already known.
102d615a 2556
cc7ad3ea
AC
25572003-08-26 Andrew Cagney <cagney@redhat.com>
2558
2559 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2560 in size. Add comments.
2561
af8b88dd
JJ
25622003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2563
2564 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
a8f4cde1 2565 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
af8b88dd 2566
e0a4f5a1
JM
25672003-08-26 Jason Merrill <jason@redhat.com>
2568
2569 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2570 case out of #ifdef MIPS block.
2571
4ae9ee8e
DJ
25722003-08-25 Daniel Jacobowitz <drow@mvista.com>
2573
2574 PR java/1322
2575 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2576 available before calling SECT_OFF_TEXT.
3c164570 2577 * PROBLEMS: Remove description of java/1322.
4ae9ee8e 2578
004d836a
JJ
25792003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2580
a8f4cde1 2581 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
004d836a
JJ
2582 bof, and nat0-nat127 as pseudo-registers.
2583 (ia64_frame_cache): New struct used to cache frame info.
2584 (ia64_register_reggroup_p): New routine used to override default
a8f4cde1 2585 register grouping so registers without names are still saved and
004d836a 2586 restored.
a8f4cde1 2587 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
004d836a
JJ
2588 pseudo values.
2589 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2590 (ia64_pseudo_register_write): New routine to write pseudo-registers.
a8f4cde1 2591 (ia64_alloc_frame_cache): New routine to create a new
004d836a
JJ
2592 ia64_frame_cache.
2593 (examine_prologue): Change prototype to add next_frame pointer.
2594 Assume frameless until otherwise proven. Verify that the cfm for
a8f4cde1 2595 current frame matches the cfm that should occur for the prologues
004d836a
JJ
2596 alloc insn and if equal, mark as not frameless. At end of routine,
2597 if not frameless, calculate registers for the previous frame and store
2598 in the cache, if a cache is provided.
2599 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2600 and pass 0 for next_frame.
2601 (ia64_store_return_value): Change to use convert_typed_floating()
2602 instead of calling ia64_convert_to_raw().
2603 (ia64_extract_return_value): Change to use convert_typed_floating()
2604 instead of calling ia64_convert_to_virtual().
2605 (ia64_frame_cache): New routine to support new frame model.
2606 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2607 (ia64_frame_sniffer): Ditto.
2608 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2609 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2610 (ia64_sigtramp_frame_prev_register): Ditto.
2611 (ia64_sigtramp_frame_sniffer): Ditto.
2612 (ia64_frame_base_address): Ditto.
2613 (ia64_extract_struct_value_address): Change to issue error message.
2614 (ia64_frame_align): New routine to align sp.
2615 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
a8f4cde1 2616 (ia64_push_arguments): Removed. Logic moved to
004d836a
JJ
2617 ia64_push_dummy_call().
2618 (ia64_push_return_address): Ditto.
2619 (ia64_unwind_dummy_id): New function.
2620 (ia64_unwind_pc): Ditto.
2621 (ia64_convert_register_p): Ditto.
2622 (ia64_register_to_value): Ditto.
2623 (ia64_value_to_register): Ditto.
2624 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2625 (ia64_register_byte, ia64_register_raw_size): Ditto.
2626 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2627 (ia64_saved_pc_after_call): Ditto.
2628 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2629 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2630 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2631 (ia64_register_convert_to_raw): Ditto.
2632 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2633 (ia64_init_extra_frame_info): Ditto.
2634 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2635 (ia64_gdbarch_init): Remove registering of deprecated functions that
2636 are no longer used. Add registration of new gdbarch functions.
2637 Remove registering deprecated_write_sp. Replace
2638 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2639 Delete set_gdbarch_deprecated_register_convertible(),
2640 set_gdbarch_deprecated_register_convert_to_virtual(), and
2641 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2642 set_gdbarch_deprecated_register_size(),
2643 set_gdbarch_deprecated_register_bytes(),
2644 set_gdbarch_pcregnum(),
2645 set_gdbarch_deprecated_register_byte(),
2646 set_gdbarch_deprecated_register_raw_size(),
2647 set_gdbarch_deprecated_max_register_raw_size(),
2648 set_gdbarch_deprecated_register_virtual_size(),
2649 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2650 Replace set_gdbarch_deprecated_extract_return_value() with
2651 set_gdbarch_extract_return_value(). Remove calls to:
2652 set_gdbarch_deprecated_saved_pc_after_call();
2653 set_gdbarch_deprecated_frame_chain(),
2654 set_gdbarch_deprecated_frame_saved_pc(),
2655 set_gdbarch_deprecated_frame_init_saved_regs(),
2656 set_gdbarch_deprecated_get_saved_register(),
2657 set_gdbarch_deprecated_call_dummy_words(),
2658 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2659 set_gdbarch_deprecated_init_extra_frame_info(),
2660 set_gdbarch_deprecated_frame_args_address(),
2661 set_gdbarch_deprecated_frame_locals_address(),
2662 and set_gdbarch_deprecated_dummy_write_sp().
2663 Add set_gdbarch_convert_register_p(),
2664 set_gdbarch_register_to_value(),
2665 set_gdbarch_value_to_register(),
2666 set_gdbarch_push_dummy_call(),
2667 set_gdbarch_frame_align(),
2668 set_gdbarch_unwind_dummy_id(),
2669 set_gdbarch_unwind_pc(),
2670 frame_unwind_append_sniffer(),
2671 frame_unwind_append_sniffer(),
2672 and frame_base_set_default().
2673
aede7613
CD
26742003-08-25 Chris Demetriou <cgd@broadcom.com>
2675
2676 * configure.tgt: Document need for special "mipsisa64" handling.
2677 (mipsisa64*-*-linux64): Handle as target linux64.
2678 (mipsisa64*-*-*): Handle as target embed64.
2679
43c3a82e
MC
26802003-08-18 Michael Chastain <mec@shout.net>
2681
2682 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2683 objfile bug.
2684
6564f77d
MK
26852003-08-24 Mark Kettenis <kettenis@gnu.org>
2686
2de139ba
MK
2687 * i387-tdep.h: Update copyright date.
2688 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2689
6564f77d
MK
2690 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2691 CFLAGS games to reflect reality.
2692
42cf1509
AC
26932003-08-24 Andrew Cagney <cagney@redhat.com>
2694
2695 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2696 GDB_MULTI_ARCH is always non-zero.
2697 * osabi.c (_initialize_gdb_osabi): Ditto.
2698 (gdbarch_init_osabi): Ditto.
2699 * sparc-tdep.c: Ditto for #if code.
2700
0485f6ad
MK
27012003-08-23 Mark Kettenis <kettenis@gnu.org>
2702
2703 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2704 Update comments.
2705 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2706 comments.
2707 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2708 x86_64_supply_fxsave.
2709 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2710 x86_64_supply_fxsave.
2711 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2712 x86_64_supply_fxsave.
2713
c7716133
AJ
27142003-08-23 Andreas Jaeger <aj@suse.de>
2715
2716 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2717 i387_supply_fxsave.
2718
ed504bdf
MK
27192003-08-23 Mark Kettenis <kettenis@gnu.org>
2720
2721 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2722 i387_supply_register.
2723 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2724 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2725 i387_supply_fsave.
2726 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2727 i387_supply_fxsave.
2728 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2729 i387_supply_fsave.
2730 * i386bsd-nat.c (supply_fpregset): Adjust call to
2731 i387_supply_fsave.
2732 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2733 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2734 supply_fpregset.
2735 (store_inferior_registers): Remove extraneous whitespace. Call
2736 i387_fill_fsave instead of fill_fpregset.
2737 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2738 (supply_fpregset): Likewise.
2739 * i386v4-nat.c (supply_fpregset): Adjust call to
2740 i387_supply_fsave.
2741 * i386-interix-nat.c (supply_fpregset): Adjust call to
2742 i387_supply_fsave.
2743 * i386-linux-nat.c (supply_fpregset): Adjust call to
2744 i387_supply_fsave.
2745 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2746 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2747 i387supply_fsave and i387_supply_fxsave.
2748 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2749 Incorporate code from `i387_supply_register.
2750 (i387_supply_register): Remove.
2751 (i387_supply_fxsave): Add `regnum' argument.
2752 Update comments.
2753 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2754 prototype.
2755 (i387_supply_register): remove prototype.
2756 Update comments.
a8f4cde1 2757
4be5d520
MC
27582003-08-22 Michael Chastain <mec@shout.net>
2759
2760 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2761 Add lines for files in gdb/testsuite/gdb.cp/* that are
2762 still not 8.3 unique.
2763
7ed85d26
DJ
27642003-08-22 Daniel Jacobowitz <drow@mvista.com>
2765
2766 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2767 TYPE_VPTR_FIELDNO is valid.
2768
eb0d3137
MK
27692003-08-19 Mark Kettenis <kettenis@gnu.org>
2770
2771 * utils.c (set_width_command): Remove prototypes.
2772 (set_screen_size): New prototype.
2773 (init_page_info): Simplify by fetching the screen size from
2774 Readline. Call set_screen_size.
2775 (set_screen_size): New function.
2776 (set_width): Add missing whitespace in comment.
2777 (set_width_command): Call set_screen_size.
2778 (set_height_command): New function.
2779 (initialize_utils): Fix formatting. Make "set height" command
2780 call set_height_command. Remove redundant code that turns off
2781 pagination if output isn't a terminal. Remove redundant call to
2782 set_width_command.
a8f4cde1 2783
7e6d0ac8
MK
27842003-08-22 Mark Kettenis <kettenis@gnu.org>
2785
3567a8ea
MK
2786 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2787 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2788 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2789 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2790 `case' keyword.
2791 (sparc64_register_info): Give the reister with number
2792 SPARC64_STATE_REGNUM a name.
2793 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2794 %asi and %ccr.
2795 (sparc64_push_dummy_call): Take BIAS into account when checking
2796 stcak alignment.
2797 (sparc_software_single_step): Remove assertions that check whether
2798 NPC and NNPC were zero.
2799 (sparc_supply_rwindow): Make public. Merge functionality with
2800 sparc64_supply_rwindow.
2801 (sparc_fill_rwindow): Make public. Merge functionality with
2802 sparc64_fill_rwindow.
2803 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2804 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2805 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2806 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2807 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2808
7e6d0ac8
MK
2809 * reggroups.c: Add whitespace after declarations of local
2810 variables in functions.
2811
72e5f484
MC
28122003-08-21 Michael Chastain <mec@shout.net>
2813
2814 * gdbtypes.h: Change array bound type from an int to enum.
2815
435ac228
AC
28162003-08-21 Andrew Cagney <cagney@redhat.com>
2817
2818 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2819 * config/sparc/tm-sparc.h: Ditto.
2820 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2821 unconditionally.
2822 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2823
0d0e1a63
MK
28242003-07-13 Mark Kettenis <kettenis@gnu.org>
2825
2826 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2827 (register_objfile_data, set_objfile_data, objfile_data): New
2828 prototypes.
2829 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2830 prototypes.
2831 (allocate_objfile): Call objfile_alloc_data.
2832 (free_objfile): Call objfile_free_data.
2833 (struct objfile_data): New.
2834 (struct objfile_data_registration): New.
2835 (struct objfile_data_registry): New.
2836 (objfile_data_registry): New variable.
2837 (register_objfile_data): New function.
2838 (objfile_alloc_data, objfile_free_data): New functions.
2839 (set_objfile_data, objfile_data): New functions.
2840 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2841 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2842 (_initialize_dwarf2_frame): New function and prototype.
2843
d90cf509
AC
28442003-08-21 Andrew Cagney <cagney@redhat.com>
2845
2846 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2847 a specific architecture.
2848 * arch-utils.h (set_architecture_from_arch_mach): Delete
2849 declaration.
2850 (target_architecture_hook): Delete declaration.
2851 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2852 (default_float_format): Assume GDB_MULTI_ARCH.
2853 (default_double_format): Assume GDB_MULTI_ARCH.
2854 (set_endian_from_file): Delete function.
2855 (arch_ok): Delete function.
2856 (set_arch): Delete function.
2857 (set_architecture_from_arch_mach): Delete function.
2858 (set_architecture_from_file): Delete function.
2859 (set_architecture): Assume GDB_MULTI_ARCH.
2860 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2861
8b39fe56
MK
28622003-08-21 Mark Kettenis <kettenis@gnu.org>
2863
2864 Rewrite FreeBSD/sparc64 native configuration.
2865 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2866 * sparc64fbsd-nat.c: New file.
2867 * sparc64fbsd-tdep.c: New file.
2868 * sparc64-tdep.c sparc64-tdep.h: New files.
2869 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2870 sparc64fbsd-tdep.o): New dependencies.
2871 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2872 and sparc64fbsd-tdep.c.
2873 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2874 * config/sparc/fbsd.mh: Remove copyright notice.
2875 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2876 sparcbsd-nat.o.
2877 * config/sparc/fbsd.mt: Remove copyright notice.
2878 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2879 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2880 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2881 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2882 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2883 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2884 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2885 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2886 "sparc/tm-sp64.h".
2887 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2888 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2889
a7f19c79
MC
28902003-08-21 Michael Chastain <mec@shout.net>
2891
2892 * symtab.h: Add doco on the space critical structures and
2893 some measurements of space usage.
2894
da08ea5b
MS
28952003-08-21 Michael Snyder <msnyder@redhat.com>
2896
2897 * tracepoint.c (trace_dump_command): Trace break address
2898 is subject to DECR_PC_AFTER_BREAK.
2899 (set_traceframe_context): Make "trace_line" an int.
2900 Fixes suggested by Mark Newman <mark.newman@lmco.com>
a8f4cde1 2901
6df2bf50
MS
29022003-08-20 Michael Snyder <msnyder@redhat.com>
2903
2904 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
a8f4cde1
RM
2905 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2906 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
6df2bf50 2907 argument passing.
a8f4cde1 2908 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
6df2bf50
MS
2909 functions, replace sh_push_dummy_call.
2910 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2911
0955bbf0
MC
29122003-08-20 Michael Chastain <mec@shout.net>
2913
2914 * gdbtypes.h (struct main_type): Rearrange to save space.
2915
260a4188
MS
29162003-08-20 Michael Snyder <msnyder@redhat.com>
2917
2918 * trad-frame.c: Comment typo fix.
2919
8baa6f92
KB
29202003-08-20 Michael Snyder <msnyder@redhat.com>
2921 Kevin Buettner <kevinb@redhat.com>
2922
2923 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2924 (frv_frame_init_saved_regs): Add declaration.
2925 (frame_extra_info): Add new field ``saved_regs''.
2926 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2927 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2928 Update frame related code.
2929 (frv_extract_struct_value_address): Adjust formatting.
2930 * Makefile.in (frv-tdep.o): Update dependencies.
2931 * config/frv/tm-frv.h (target_insert_watchpoint)
2932 (target_remove_watchpoint, target_insert_hw_breakpoint)
2933 (target_remove_hw_breakpoint): Delete these macros.
2934 (remote_insert_watchpoint, remote_remove_watchpoint)
2935 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2936 these declarations.
2937
87193939
MC
29382003-08-20 Michael Chastain <mec@shout.net>
2939
2940 * defs.h (ENUM_BITFIELD): New macro.
2941 * symtab.h (ENUM_BITFIELD): Use it.
2942 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2943
062103ba
SA
29442003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2945
2946 * MAINTAINERS (write after approval): Add myself.
a8f4cde1 2947
8b148df9
AC
29482003-08-18 Andrew Cagney <cagney@redhat.com>
2949
2950 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2951 * gdbarch.h, gdbarch.c: Re-generate.
2952 * infcall.c (call_function_by_hand): Adjust the SP by
2953 frame_red_zone_size before allocating any stack space.
2954 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2955 * x86-64-tdep.c (x86_64_frame_align): New function.
2956 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2957
2958 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2959 Remove code adjusting SP so that it skips over the Red Zone.
2960
954a4db8
MK
29612003-08-18 Mark Kettenis <kettenis@gnu.org>
2962
2963 * NEWS (New native configurations): Mention FreeBSD/amd64.
2964
1a241548
AC
29652003-08-18 Andrew Cagney <cagney@redhat.com>
2966
2967 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2968 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2969 "m68k_frame_p".
2970 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2971
f82b2acd
MK
29722003-08-18 Mark Kettenis <kettenis@gnu.org>
2973
2974 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2975
4056d258
ML
29762003-08-18 Michal Ludvig <mludvig@suse.cz>
2977
2978 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2979 Define.
2980 * i386-linux-nat.c: Include "linux-nat.h".
2981 (child_post_startup_inferior): New function.
a8f4cde1 2982
99ab4326
MK
29832003-08-18 Mark Kettenis <kettenis@gnu.org>
2984
2985 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2986 at the start of a frameless function. This probably fixes PR
2987 backtrace/1338.
2988
c8d5f0d6
MC
29892003-08-17 Michael Chastain <mec@shout.net>
2990
2991 * symfile.c (find_sym_fns): Remove special case for apollo target.
2992
9016a515
DJ
29932003-08-17 Daniel Jacobowitz <drow@mvista.com>
2994
2995 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2996 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2997 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2998 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2999 (linux_supports_tracevforkdone): New function.
3000 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3001 TRACEVFORKDONE.
3002 (child_follow_fork): Handle vfork.
3003 (linux_handle_extended_wait): Likewise. Also handle exec.
3004 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3005 * NEWS: Mention fork tracing.
3006
c538c11c
DJ
30072003-08-17 Daniel Jacobowitz <drow@mvista.com>
3008
3009 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3010
4de4c07c
DJ
30112003-08-17 Daniel Jacobowitz <drow@mvista.com>
3012
3013 * Makefile.in (i386-linux-nat.o): Update dependencies.
3014 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3015 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3016 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3017 * i386-linux-nat.c: Include "linux-nat.h".
3018 (child_post_startup_inferior): New function.
3019 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3020 * infptrace.c (kill_inferior): Wrap in #ifdef.
3021 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3022 attaching to each LWP.
3023 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3024 (init_lin_lwp_ops): Fill in some more operations.
3025 * linux-nat.h (linux_enable_event_reporting)
3026 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3027 prototypes.
3028 * linux-nat.c (linux_enable_event_reporting): New function.
3029 (child_post_attach, linux_child_post_startup_inferior)
3030 (child_post_startup_inferior, child_follow_fork)
3031 (linux_handle_extended_wait, kill_inferior): New functions.
3032
7996bcec
AC
30332003-08-16 Andrew Cagney <cagney@redhat.com>
3034
3035 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3036 * gdbarch.h, gdbarch.c: Re-generate.
3037
3d48a7a0
MK
30382003-08-16 Mark Kettenis <kettenis@gnu.org>
3039
3040 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3041
7989c619
AC
30422003-08-16 Andrew Cagney <cagney@redhat.com>
3043
3044 * NEWS: Mention that "set prompt-escape-char" was deleted.
3045 * top.c (get_prompt_1): Delete function.
3046 (gdb_prompt_escape):
3047 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3048 prompt-escape-char" command.
3049 (MAX_PROMPT_SIZE): Delete macro.
3050 (get_prompt): Simplify, do not call get_prompt_1.
3051
07978cd8
AC
30522003-08-16 Andrew Cagney <cagney@redhat.com>
3053
3054 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3055 -Werror. -Wformat-nonliteral problems.
3056
3ff7cf9e
JB
30572003-08-15 J. Brobecker <brobecker@gnat.com>
3058
3059 Further multiarching work mostly for hppa64-*-hpux11:
3060 * hppa-tdep.h: New file.
3061 * hppa-tdep.c: #include hppa-tdep.c.
3062 (hppa32_num_regs): Renamed from hppa_num_regs.
3063 (hppa64_num_regs): New constant.
3064 (hppa64_call_dummy_breakpoint_offset): New constant.
3065 (hppa32_call_dummy_length): New constant.
3066 (hppa64_call_dummy_length): New constant.
3067 (hppa32_stack_align): Make name 32bit explicit.
3068 (hppa32_register_virtual_type): Likewise.
3069 (hppa32_extract_return_value): Likewise.
3070 (hppa32_use_struct_convention): Likewise.
3071 (hppa32_store_return_value): Likewise.
3072 (hppa64_register_virtual_type): New function.
3073 (hppa64_extract_return_value): New function.
3074 (hppa64_use_struct_convention): New function.
3075 (hppa64_store_return_value): New function.
3076 (hppa_frame_locals_address): Remove declaration, function does
3077 not exist anymore.
3078 (hppa_register_byte): Add support for PA64 ABI.
3079 (hppa_gdbarch_init): Add support for PA64 ABI.
3080 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3081 Make name 32bit explicit.
3082 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3083 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3084 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3085 (hppa64_hpux_frame_base_before_sigtramp): New function.
3086 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3087 * config/pa/tm-hppa64.h: Remove macros that are no longer
3088 necessary now that the gdbarch vector is properly setup.
a8f4cde1 3089 Transform some macros into function calls. Some minor cleanup.
3ff7cf9e
JB
3090 * config/pa/tm-hppah.h: Update function calls in macros
3091 following the function renaming in hppa-hpux-tdep.c.
3092 * Makefile.in (hppa_tdep_h): New variable.
3093 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3094
5d05ca6d
MS
30952003-08-14 Michael Snyder <msnyder@redhat.com>
3096
3097 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3098
37ba2569
JB
30992003-08-13 J. Brobecker <brobecker@gnat.com>
3100
3101 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3102 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3103 routine.
3104
aed7f26a
MS
31052003-08-13 Michael Snyder <msnyder@redhat.com>
3106
3107 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3108 (frv_saved_pc_after_call): Use deprecated ftype.
3109 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3110 (frv_remote_translate_xfer_address): Remove.
3111 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3112
752d4ac1
JB
31132003-08-13 J. Brobecker <brobecker@gnat.com>
3114
3115 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3116 initialization after the common gdbarch initialization, not before.
3117
1426ac1d
JB
31182003-08-13 J. Brobecker <brobecker@gnat.com>
3119
3120 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3121 (ADDR_BITS_REMOVE): Remove, redundant.
3122
b6fbdd1d
JB
31232003-08-13 J. Brobecker <brobecker@gnat.com>
3124
3125 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3126 gdbarch method to clear the 2 low bits of text addresses.
3127
44160db3
AC
31282003-08-12 Andrew Cagney <cagney@redhat.com>
3129
3130 * Makefile.in (dsrec.o): Update dependencies.
3131 * dsrec.c: Include "gdb_assert.h".
3132 (make_srec): Use snprintf instead of sprintf, use a literal format
3133 string.
3134
bcf7d3ca
AC
31352003-08-12 Andrew Cagney <cagney@redhat.com>
3136
3137 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3138 FRAME_OBSTACK_ZALLOC.
3139
49ed40de
KB
31402003-08-12 Kevin Buettner <kevinb@redhat.com>
3141
3142 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3143 SSE registers.
3144
b246147c
MK
31452003-08-10 Mark Kettenis <kettenis@gnu.org>
3146
3147 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3148 amd64fbsd_sc_reg_offset): Add extern declarations.
3149 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3150 declarations.
3151
d95fdc0d
BE
31522003-08-11 Ben Elliston <bje@wasabisystems.com>
3153
3154 * MAINTAINERS (write after approval): Update my mail address.
3155
cf6a0e73
AC
31562003-08-10 Andrew Cagney <cagney@redhat.com>
3157
3158 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3159
f837910f
MK
31602003-08-10 Mark Kettenis <kettenis@gnu.org>
3161
e2dbbd2d
MK
3162 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3163 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3164 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3165 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3166 i386bsd_sc_reg_offset): Add extern declarations.
3167 * i386obsd-nat.c: Include "i386-tdep.h"
3168 (_initialize_i386obsd_nat): Remove extern declarations.
3169 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3170 declarations.
3171 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3172 declarations.
3173
f837910f
MK
3174 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3175 instead of frame_read_register.
3176 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3177 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3178 SP_REGNUM.
3179 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3180 instead of frame_unwind_unsigned_register. Use
3181 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3182 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3183 instead of read_register. Use builtin_type_void_data_ptr instead
3184 of builtin_type_void_func_ptr when extracting the address of the
3185 jmp_buf.
3186 (i386_extract_return_value, i386_store_return_value,
3187 i386_pseudo_register_read, i386_pseudo_register_write): Use
3188 register_size instead REGISTER_RAW_SIZE.
3189
edcf254d
AC
31902003-08-10 Andrew Cagney <cagney@redhat.com>
3191
3192 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3193 sprintf. Make "name" constant.
3194
26604a34
MK
31952003-08-10 Mark Kettenis <kettenis@gnu.org>
3196
192285c6
MK
3197 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3198 instead of frame_read_register.
f837910f
MK
3199 (i387_print_float_info): Use get_frame_register and
3200 get_frame_register_unsigned instead of frame_register_read.
192285c6 3201
f0925262
MK
3202 * i386fbsd-nat.c: Include "i386-tdep.h".
3203 (child_resume): Make `eflags' an ULONGEST. Use
3204 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3205 instead of register_read and register_write.
3206
a144416f
MK
3207 * i386bsd-nat.c (fetch_inferior_registers,
3208 store_inferior_registers): Don't use && at the end of a line.
3209 (_initialize_i386bsd_nat): Fix typo.
3210
fec74868
MK
3211 * frame.c (_initialize_frame): Add missing backslash.
3212
87232496
MK
3213 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3214 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3215 and supply_register instead of manipulating the register buffer
3216 directly.
3217
c9b9de0b
MK
3218 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3219 * config/i386/nm-i386sol2.h
3220 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3221
26604a34
MK
3222 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3223 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3224 instructions that GCC likes to mingle into the prologue. Fixes
3225 gdb/1253 and gdb/1255.
3226
25d29d70
AC
32272003-08-09 Andrew Cagney <cagney@redhat.com>
3228
3229 Fix GDB PR cli/926.
3230 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3231 * command.h (add_setshow_uinteger_cmd): Declare.
3232 * frame.c (set_backtrace_cmd): New function.
3233 (show_backtrace_cmd): New function.
3234 * frame.c (_initialize_frame): Replace "set/show
3235 backtrace-below-main" with "set/show backtrace past-main". Add
3236 command "set/show backtrace limit".
3237 (backtrace_past_main): Rename "backtrace_below_main".
3238 (backtrace_limit): New variable.
3239 (get_prev_frame): Update. Check the backtrace_limit.
3240
9ebf4acf
AC
32412003-08-09 Andrew Cagney <cagney@redhat.com>
3242
3243 * defs.h (xstrprintf): Declare.
3244 * utils.c (xstrprintf): New function.
3245 * breakpoint.c (insert_breakpoints): Replace sprintf and
3246 non-literal format strings, with xstrprintf and cleanups.
3247 (delete_breakpoint,breakpoint_re_set): Ditto.
3248 (commands_command, insert_breakpoints): Ditto.
3249 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3250 (break_at_finish_command_1): Ditto.
3251
3771659b
AC
32522003-08-09 Andrew Cagney <cagney@redhat.com>
3253
3254 * MAINTAINERS (language support): List Adam Fedor as Objective C
3255 maintainer.
3256
b4263afa
JB
32572003-08-08 J. Brobecker <brobecker@gnat.com>
3258
3259 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3260 are now multiarched.
3261
d84defb1
JB
32622003-08-08 J. Brobecker <brobecker@gnat.com>
3263
3264 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3265 longer necessary now that hppa64 is partially multiarch'ed.
3266
f786f615
AC
32672003-08-08 Andrew Cagney <cagney@redhat.com>
3268
3269 * interps.c (interp_set): Check for a NULL "old_interp".
3270
c938e9b0
L
32712003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3272
3273 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3274 (install-only): Support DESTDIR.
3275 (uninstall): Likewise.
3276 (install-gdbtk): Likewise.
3277
9a146a11
EZ
32782003-08-08 Elena Zannoni <ezannoni@redhat.com>
3279
3280 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3281 contains something meaningful at all times.
3282
3283Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 3284
62599e99 3285 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 3286
56296155
BC
3287Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3288
62599e99 3289 * MAINTAINERS (write after approval): Added self.
56296155 3290
9710e734
AC
32912003-08-07 Andrew Cagney <cagney@redhat.com>
3292
3293 * inferior.h (AT_SYMBOL): Define.
3294 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3295 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3296 * mips-tdep.c (mips_call_dummy_address): Delete function.
3297 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3298 set call_dummy_address.
3299
98b3ab73
AC
33002003-08-07 Andrew Cagney <cagney@redhat.com>
3301
3302 * language.c (op_error): Delete function.
3303 (binop_type_check): Delete function.
3304 * language.h (type_op_error, range_op_error): Delete macros.
3305 (op_error): Delete declaration.
3306
2fcf52f0
AC
33072003-08-07 Andrew Cagney <cagney@redhat.com>
3308
3309 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3310
abd4220e 33112003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 3312
abd4220e 3313 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 3314 (x86_64_push_arguments): Skip the red zone.
abd4220e 3315
9dd5f34f
AC
33162003-08-05 Andrew Cagney <cagney@redhat.com>
3317
3318 * reggroups.c (reggroup_next): Check for the final entry.
3319
e5e78edc
AC
33202003-08-04 Andrew Cagney <cagney@redhat.com>
3321
ab4e3d93
AC
3322 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3323 * cli/cli-script.c (define_command): Call query directly, instead
3324 of passing it a buffer.
3325 * ocd.c (ocd_error): Pass error a constant format string.
3326 * remote-mips.c (mips_error): Use fputs_filtered.
3327
1062ca82
AC
3328 * solib-svr4.c (_initialize_svr4_solib): Update
3329 register_gdbarch_data call.
3330 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3331
fcc1c85c
AC
3332 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3333 (register_gdbarch_data): Delete "free" parameter. Update
3334 comments.
3335 * gdbarch.h, gdbarch.c: Re-generate.
3336 * reggroups.c (_initialize_reggroup): Update.
3337 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3338 * frame-base.c (_initialize_frame_base): Update.
3339 * frame-unwind.c (_initialize_frame_unwind): Update.
3340 * user-regs.c (_initialize_user_regs): Update.
3341 * remote.c (_initialize_remote): Update.
3342 * regcache.c (_initialize_regcache): Update.
3343
116f06ea
AC
3344 * regcache.c (xfree_regcache_descr): Delete function.
3345 (_initialize_regcache): Update call to register_gdbarch_data.
3346 (init_regcache_descr, init_legacy_regcache_descr): Use
3347 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3348
e5e78edc
AC
3349 * remote.c (free_remote_state): Delete function.
3350 (_initialize_remote): Update register_gdbarch_data.
3351 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3352 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3353
6c7d17ba
AC
33542003-08-04 Andrew Cagney <cagney@redhat.com>
3355
3356 * reggroups.c (struct reggroup_el): Define.
3357 (struct reggroups): Delete field "nr_group". Replace array
3358 "group" with a "first" to "last" linked list.
3359 (reggroups_init): Update. Allocate using gdbarch's obstack.
3360 (reggroups_free): Delete function.
3361 (add_group): Update. Add "el" parameter.
3362 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3363 (default_groups): Update.
3364 (reggroup_next): Replace reggroups.
3365 (reggroups_dump): Update.
3366 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3367 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3368 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3369
89b7795b
DJ
33702003-08-04 Daniel Jacobowitz <drow@mvista.com>
3371
3372 * Makefile.in (tui-interp.o): Update dependencies.
3373
306d9ac5
DC
33742003-08-04 David Carlton <carlton@kealia.com>
3375
3376 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3377 to internal_error call.
3378 * source.c (forward_search_command): Add "%s" format argument.
3379 (reverse_search_command): Ditto.
3380 * top.c (quit_confirm): Ditto.
3381 * cli/cli-setshow.c (do_setshow_command): Ditto.
3382 * cp-valprint.c (cp_print_class_method): Replace
3383 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3384 (cp_print_class_member): Ditto.
3385 * event-top.c (command_line_handler): Ditto.
3386 * linux-proc.c (linux_info_proc_cmd): Ditto.
3387 * p-typeprint.c (pascal_type_print_base): Ditto.
3388 * p-valprint.c (pascal_object_print_class_method): Ditto.
3389 (pascal_object_print_class_member): Ditto.
3390 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3391 * remote.c (remote_cisco_section_offsets): Ditto.
3392 * top.c (command_line_input): Ditto.
3393 * utils.c (vwarning,error_stream,quit): Ditto.
3394 * valprint.c (print_floating,print_binary_chars)
3395 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3396
57bfe177
AC
33972003-08-04 Andrew Cagney <cagney@redhat.com>
3398
3399 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3400
e546b999
AC
34012003-08-02 Andrew Cagney <cagney@redhat.com>
3402
3403 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3404 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3405 amd64fbsd-nat.c.
3406
91092ee5
AC
34072003-08-02 Andrew Cagney <cagney@redhat.com>
3408
3409 * Makefile.in: Update all dependencies and definitions.
3410
889f28e2
AF
34112003-08-02 Adam Fedor <fedor@gnu.org>
3412
3413 * linespec.c (is_objc_method_format): New function
3414 (decode_line_1, locate_first_half): Use it.
3415 Fixes PR objc/1298
3416
880bc914
AC
34172003-08-01 Andrew Cagney <cagney@redhat.com>
3418
3419 * NEWS: Mention that m32r is multi-arch.
3420 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3421 * configure.tgt: Recognize m32r-*-*.
3422 * config/m32r/tm-m32r.h: Delete file.
3423 * config/m32r/m32r.mt: New file.
a8f4cde1 3424 * m32r-rom.c (m32r_upload_command): Use hostent only when
880bc914
AC
3425 gethostname succeeds, in order to avoid a compilation
3426 warning.
3427 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3428 compiler warning.
3429
19f59343
MS
34302003-08-01 Michael Snyder <msnyder@redhat.com>
3431
3432 * sh-tdep.c (sh_frame_align): New gdbarch method.
3433 (sh_gdbarch_init): Set up frame_align method.
3434
4e7d7511
MS
34352003-07-31 Michael Snyder <msnyder@redhat.com>
3436
3437 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3438 which is already covered by the new frames infrastructure.
3439
63022984
AC
34402003-07-31 Andrew Cagney <cagney@redhat.com>
3441
3442 * user-regs.c (struct user_reg): Add "next" link.
3443 (struct user_regs): Replace "user" with "first" and "last" links.
3444 (append_user_reg): Add pre-allocated "reg" parameter.
3445 (builtin_user_regs): Provide initial value for "last".
3446 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3447 (user_regs_init): Allocate memory from the gdbarch obstack.
3448 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3449 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3450 linked list.
3451 (usernum_to_user_reg): New function.
3452 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3453 (value_of_user_reg): Use usernum_to_user_reg.
3454 (user_regs_free): Delete function.
3455 (_initialize_user_regs): Update register_gdbarch_data call.
3456
7cf6e574
DJ
34572003-07-31 Daniel Jacobowitz <drow@mvista.com>
3458
3459 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3460
c48a845b
MS
34612003-07-30 Michael Snyder <msnyder@redhat.com>
3462
4e7d7511 3463 * value.h (value_being_returned): Add a struct_addr argument.
a8f4cde1 3464 * infcall.c (call_function_by_hand): Pass struct_addr to
c48a845b
MS
3465 value_being_returned.
3466 * infcmd.c (print_return_value): Pass zero as struct_addr.
3467 * values.c (value_being_returned): If struct_addr is passed,
3468 use it instead of trying to recover it from the inferior.
3469
f0d8db19
KB
34702003-07-30 Kevin Buettner <kevinb@redhat.com>
3471
3472 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3473 the prologue analyzer won't need to attempt to extract the pc
3474 value from the woefully incomplete dummy frame.
3475 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3476 possible. Disable code which modifies the frame.
3477
e5c113a1
AC
34782003-07-28 Andrew Cagney <cagney@redhat.com>
3479
3480 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3481 to level 2.
3482 (annotate_breakpoints_table, annotate_record): Ditto.
3483 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3484 (annotate_field_name_end, annotate_field_value): Ditto.
3485 (annotate_field_end, annotate_frame_source_begin): Ditto.
3486 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3487 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3488 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3489 (annotate_frame_address_end, annotate_frame_address): Ditto.
3490 (annotate_frame_args, annotate_frame_end): Ditto.
3491 (annotate_frame_where, annotate_arg_begin): Ditto.
3492 (annotate_arg_name_end, annotate_arg_value): Ditto.
3493 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3494 (annotate_function_call, annotate_signal_name): Ditto.
3495 (annotate_signal_string, annotate_signal_name_end): Ditto.
3496 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3497 (annotate_value_begin, annotate_value_history_value): Ditto.
3498 (annotate_value_history_end, annotate_value_end): Ditto.
3499 (annotate_display_begin, annotate_display_number_end): Ditto.
3500 (annotate_display_format, annotate_display_expression): Ditto.
3501 (annotate_display_expression_end, annotate_display_value): Ditto.
3502 (annotate_display_end, annotate_array_section_begin): Ditto.
3503 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3504 (annotate_elt, annotate_array_section_end): Ditto.
3505
bb1db049
AC
35062003-07-28 Andrew Cagney <cagney@redhat.com>
3507
3508 * regcache.c (struct regcache_descr): Update comments on
3509 nr_raw_registers.
3510 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3511 sizeof_raw_register_valid_p.
3512 (init_regcache_descr): Set nr_raw_registers and
3513 sizeof_raw_register_valid_p before calling
3514 init_legacy_regcache_descr.
3515
20e6603c
AC
35162003-07-28 Andrew Cagney <cagney@redhat.com>
3517
3518 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3519 MOD NUM_REGS.
3520
db742940
DJ
35212003-07-28 Daniel Jacobowitz <drow@mvista.com>
3522
3523 * thread.c (info_threads_command): Use get_selected_frame ().
3524 Check that there is at least one non-sentinel frame.
3525
ce7f4371
SC
35262003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3527
3528 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3529 (m68hc11_pop_frame): Remove.
3530 (m68hc11_frame_saved_pc): Remove.
3531 (m68hc11_frame_chain): Remove.
3532 (m68hc11_frame_init_saved_regs): Remove.
3533 (m68hc11_init_extra_frame_info): Remove.
3534 (m68hc11_store_struct_return): Remove.
3535 (m68hc11_saved_pc_after_call): Remove.
3536
1ea653ae
SC
35372003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3538
3539 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3540 frame unwind information.
3541 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3542 and adapted for frame unwinding.
3543 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3544 (m68hc11_unwind_pc): New function.
3545 (m68hc11_frame_unwind_cache): New function to analyze frames.
3546 (m68hc11_frame_this_id): New function to create new frame struct.
3547 (m68hc11_frame_prev_register): New function to unwind a register from
3548 the frame.
3549 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3550 (m68hc11_frame_p): New function for the above.
3551 (m68hc11_frame_base_address): New function to return fp of frame.
3552 (m68hc11_frame_args_address): Update for frame.
3553 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3554 (m68hc11_unwind_sp): New function.
3555 (m68hc11_unwind_dummy_id): New function.
3556 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3557 calls.
3558
c8a7f6ac
SC
35592003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3560
3561 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3562 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3563 when we are beyond the current pc.
3564
3dc990bf
SC
35652003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3566
3567 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3568 from m68hc11_push_arguments.
3569 (m68hc11_push_arguments): Remove.
3570 (m68hc11_push_return_address): Remove.
3571 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3572 handlers; remove deprecated_extra_stack_alignment_needed.
3573
222e5d1d
AC
35742003-07-27 Andrew Cagney <cagney@redhat.com>
3575
3576 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3577 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3578 REAL_PC and not the pointer.
3579 * hppa-hpux-tdep.c: Include frame.h
3580
a7e9a47e
AC
35812003-07-27 Andrew Cagney <cagney@redhat.com>
3582
3583 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3584 GDB_MULTI_ACH_PARTIAL.
3585
7e3dd49e
AC
35862003-07-27 Andrew Cagney <cagney@redhat.com>
3587
3588 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3589 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3590 operator at start and not end of line.
3591 (decode_prologue): Ditto.
3592 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3593 frame_unwind_register_unsigned instead of
3594 frame_unwind_unsigned_register.
3595 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3596 read_register.
3597 (m32r_push_dummy_call): Use register_size instead of
3598 REGISTER_RAW_SIZE.
3599 (m32r_frame_sniffer): Replace m32r_frame_p.
3600 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3601 * m32r-rom.c (report_transfer_performance): Delete extern
3602 declaration.
3603 (m32r_load, m32r_upload_command): Use print_transfer_performance
3604 instead of report_transfer_performance.
3605 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3606 / add_show_from_set.
3607
0880807f
AC
36082003-07-26 Andrew Cagney <cagney@redhat.com>
3609
3610 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3611 store_return_value and extract_struct_value_address.
3612
64ae9269
DJ
36132003-07-26 Daniel Jacobowitz <drow@mvista.com>
3614
3615 PR c++/1267
3616 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3617 NULL, default to the section containing PC.
3618
e286caf2
SC
36192003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3620
3621 * NEWS: Mention "regs" deprecated for m68hc11 too.
3622
3623 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3624 (m68hc11_print_register): New function to print out one register.
3625 (m68hc11_print_registers_info): New function to print registers.
3626 (show_regs): Deprecate and use the above.
3627 (m68hc11_gdbarch_init): Install the print_registers_info.
3628
705b278b
JJ
36292003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3630
3631 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3632 that we have a SIGTRAP before returning non-zero.
3633
63cd4198
EZ
36342003-07-23 Michal Ludvig <mludvig@suse.cz>
3635 Elena Zannoni <ezannoni@redhat.com>
3636
a8f4cde1 3637 * linespec.c (decode_line_2): Avoid crash if
63cd4198
EZ
3638 find_function_start_sal() returns empty record.
3639
6926787d
AS
36402003-07-23 Andreas Schwab <schwab@suse.de>
3641
3642 * ia64-tdep.c (ia64_print_insn): New function.
3643 (ia64_gdbarch_init): Set print_insn to it.
3644 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3645 deprecated_tm_print_insn_info.
3646
708cc1b6
MS
36472003-07-22 Michael Snyder <msnyder@redhat.com>
3648
3649 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3650 handle 8-bit returns (long long).
3651 (h8300h_extract_return_value): Ditto.
3652 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3653
aebd7893
AC
36542003-07-22 Andrew Cagney <cagney@redhat.com>
3655
3656 * gdbarch.c Include "gdb_obstack.h".
3657 (struct gdbarch): Add an "obstack".
3658 (alloc_gdbarch_data): Allocate the gdbarch data using
3659 GDBARCH_OBSTACK_CALLOC.
3660 (free_gdbarch_data): Delete function.
3661 (gdbarch_obstack_zalloc): New function.
3662 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3663 Assert that the architecture is not initialized.
3664 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3665 vector from the obstack.
3666 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3667 architecture obstack.
3668 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3669 (set_gdbarch_data): Assert that the data is not initialized.
3670 (struct gdbarch_data): Delete member "free".
3671 (register_gdbarch_data): Do not initialize "free".
3672 * gdbarch.h, gdbarch.c: Re-generate.
a8f4cde1 3673
153721e6
AC
36742003-07-22 Andrew Cagney <cagney@redhat.com>
3675
3676 * configure.in (build_warnings): Add -Wformat-nonliteral.
3677 * configure: Re-generate.
3678
c193f044 36792003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
3680
3681 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 3682
c3228f12
EZ
36832003-07-22 Elena Zannoni <ezannoni@redhat.com>
3684
3685 * findvar.c (read_var_value): Remove case for thread local storage
3686 variables. It is now entirely handled by the dwarf2 location
3687 expression code.
3688 * printcmd.c (address_info): Ditto.
3689 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3690 enumeration value.
3691 (struct symbol): Remove objfile field, which was used by
3692 LOC_THREAD_LOCAL_STATIC only.
3693 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3694 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3695 usage of objfile pointer.
3696 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3697 thread local variables.
3698 Add include of objfiles.h.
3699 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3700 storage variables.
3701 * Makefile.in (dwarf2loc.o): Update dependencies.
3702
aef9bcd2
AC
37032003-07-22 Andrew Cagney <cagney@redhat.com>
3704
3705 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3706 get_frame_base.
3707 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3708 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3709 (struct value): Add opaque declaration.
3710 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3711
d95a8903
AC
37122003-07-21 Andrew Cagney <cagney@redhat.com>
3713
3714 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3715 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3716
4db73d49
SC
37172003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3718
a8f4cde1 3719 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4db73d49
SC
3720 regcache_cooked_read_unsigned instead of read_register.
3721 (m68hc11_saved_pc_after_call): Likewise.
3722 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3723 instead of write_register.
3724 (m68hc11_register_type): New function.
3725 (m68hc11_register_virtual_type): Remove.
3726 (m68hc11_store_return_value): Convert to use the regcache.
3727 (m68hc11_extract_struct_value_address): Likewise.
3728 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3729 m68hc11_register_type; undeprecate store_return_value and
3730 extract_struct_value_address.
3731
ef2b8fcd
SC
37322003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3733
3734 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3735 and translate to use regcache.
3736 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3737
625b0b97
AC
37382003-07-18 Andrew Cagney <cagney@redhat.com>
3739
3740 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3741 * gdbarch.h, gdbarch.c: Re-generate.
3742 * i386-tdep.c (i386_gdbarch_init): Do not set
3743 DWARF2_BUILD_FRAME_INFO.
3744 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3745 unconditionally.
3746 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3747 DWARF2_BUILD_FRAME_INFO.
3748
22b0d388
AC
37492003-07-18 Andrew Cagney <cagney@redhat.com>
3750
3751 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3752 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3753
1ce5d6dd
AC
37542003-07-18 Andrew Cagney <cagney@redhat.com>
3755
3756 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3757 frame_unwind_address_in_block, instead of frame_pc_unwind.
3758 (dwarf2_frame_cache): Ditto.
3759
e6e5e94c
AC
37602003-07-18 Andrew Cagney <cagney@redhat.com>
3761
3762 * user-regs.h (struct gdbarch): Declare opaque.
3763 * ui-out.h (struct ui_file): Declare opaque.
3764 * dwarf2-frame.h (struct frame_info): Declare opaque.
3765
5483d879
KW
37662003-07-18 Kris Warkentin <kewarken@qnx.com>
3767
3768 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3769 #include "...".
3770 (procfs_meminfo): Change strerror to safe_strerror.
3771 (procfs_can_run): Remove K&R badness.
3772
278a7cf7
MS
37732003-07-17 Michael Snyder <msnyder@redhat.com>
3774
3775 * remote-sim.c: Comment typo fix.
3776
606e3b82
AC
37772003-07-17 Andrew Cagney <cagney@redhat.com>
3778
3779 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3780 configure.
3781 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3782 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3783 GDB_MULTI_ARCH_PARTIAL.
3784
c43af07c
EZ
37852003-07-17 Elena Zannoni <ezannoni@redhat.com>
3786
3787 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3788 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3789 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3790
3b85b0f1
TR
37912003-07-16 Theodore A. Roth <troth@openavr.org>
3792
3793 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3794 found.
3795 (avr_frame_unwind_cache): Don't unwind FP for main.
3796 Update a comment.
3797 Save the computed prev_sp.
3798 (avr_saved_regs_unwinder): Remove function.
a8f4cde1 3799 (avr_frame_prev_register): Use PC unwind logic from
3b85b0f1
TR
3800 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3801
336d1bba
AC
38022003-07-16 Andrew Cagney <cagney@redhat.com>
3803
3804 * frame-base.h (frame_base_p_ftype): Delete definition.
3805 (frame_base_append_predicate): Delete declaration.
3806 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3807 (frame_unwind_append_predicate): Delete declaration.
3808 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3809 (append_predicate): Delete parameter "p".
3810 (frame_unwind_append_predicate): Delete function.
3811 (frame_unwind_append_sniffer): Update call to append_predicate.
3812 (frame_unwind_free): Delete function.
3813 (_initialize_frame_unwind): Pass NULL as "free" to
3814 register_gdbarch_data.
3815 (frame_unwind_init): Append the dummy_frame_sniffer.
3816 (frame_unwind_find_by_frame): Simplify.
3817 * frame-base.c (struct frame_base_table): Delete field "p".
3818 (append_predicate): Delete parameter "p".
3819 (frame_base_append_predicate): Delete function.
3820 (frame_base_append_sniffer): Update call to append_predicate.
3821 (frame_base_free): Delete function.
3822 (frame_base_find_by_frame): Simplify.
3823 (_initialize_frame_base): Pass NULL as "free" to
3824 register_gdbarch_data.
3825 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3826 (x86_64_sigtramp_frame_sniffer): Replace
3827 "x86_64_sigtramp_frame_p".
3828 (x86_64_init_abi): Set the frame unwind sniffers.
3829 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3830 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3831 (m68k_gdbarch_init): Set the frame unwind sniffers.
3832 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3833 "i386_sigtramp_frame_p".
3834 (i386_frame_sniffer): Replace "i386_frame_p".
3835 (i386_gdbarch_init): Set the frame unwind sniffers.
3836 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3837 (avr_gdbarch_init): Set the frame unwind sniffers.
3838 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3839 "alpha_sigtramp_frame_p"
3840 (alpha_heuristic_frame_sniffer): Replace
3841 "alpha_heuristic_frame_p".
3842 (alpha_gdbarch_init): Set the frame unwind sniffers.
3843 (alpha_dwarf2_init_abi): Ditto.
3844 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3845 "alpha_debug_frame_p".
3846 (alpha_mdebug_frame_base_sniffer): Replace
3847 "alpha_mdebug_frame_base_p".
3848 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3849 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3850 (d10v_gdbarch_init): Set the frame unwind sniffer.
3851 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3852 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3853 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3854 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3855 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3856 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3857
48db5a3c
CV
38582003-07-16 Michael Snyder <msnyder@redhat.com>
3859
3860 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3861 should go thru sh_dsp_register_sim_regno, else the dsp regs
3862 will not get the right values.
3863
38642003-07-16 Corinna Vinschen <vinschen@redhat.com>
3865
3866 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3867 deprecated_store_floating by call to store_typed_floating.
3868 (sh_sh4_register_convert_to_raw): Substitute call to
3869 deprecated_extract_floating by call to extract_typed_floating.
3870
38712003-07-16 Corinna Vinschen <vinschen@redhat.com>
3872
3873 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3874
38752003-07-16 Corinna Vinschen <vinschen@redhat.com>
3876
3877 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3878 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3879 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3880 as possible.
3881 (do_pseudo_register): Remove.
3882 (sh_push_dummy_code): New function.
3883 (sh64_store_struct_return): Rename from sh_store_struct_return.
3884 Only called for sh64 now.
3885 (sh_extract_struct_value_address): Regcache'ify.
3886 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3887 and accomodate new tasks.
3888 (sh64_push_return_address): Rename from sh_push_return_address.
3889 Only called for sh64 now.
3890 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3891 Regcache'ify.
3892 (sh3e_sh4_extract_return_value): Regcache'ify.
3893 (sh_default_store_return_value): Ditto.
3894 (sh3e_sh4_store_return_value): Ditto.
3895 (sh_default_register_byte): Remove.
3896 (sh_sh4_register_byte): Remove.
3897 (sh_default_register_raw_size): Remove.
3898 (sh_sh4_register_raw_size): Remove.
3899 (sh_register_virtual_size): Remove.
3900 (sh_sh3e_register_virtual_type): Remove.
3901 (sh_sh3e_register_type): New function.
3902 (sh_sh4_register_virtual_type): Remove.
3903 (sh_sh4_register_type): New function.
3904 (sh_default_register_virtual_type): Remove.
3905 (sh_default_register_type): New function.
3906 (do_fv_register_info): Add parameters to accomodate call from
3907 sh_print_registers_info.
3908 (do_dr_register_info): Ditto.
3909 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3910 Add parameters to accomodate call from sh_print_registers_info.
3911 (sh_do_fp_register): Ditto.
3912 (sh64_do_pseudo_register): Call do_dr_register_info,
3913 do_fv_register_info and sh_do_fp_register with default parameters.
3914 (sh_do_register): Add parameters to accomodate call from
3915 sh_print_registers_info.
3916 (sh_print_register): Ditto.
3917 (sh_print_registers_info): Rename from sh_do_registers_info.
3918 Add parameters to be used as gdbarch_print_registers_info
3919 implementation. Accomodate removed do_pseudo_register function
3920 pointer.
3921 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3922 function pointer. Call sh_print_register with default parameters.
3923 (sh64_do_registers_info): Call sh_print_registers_info instead of
3924 sh_do_registers_info.
3925 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3926 detection of deprecated vs. non-deprecated functionality.
3927 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3928 function pointer assignments by direct function calls.
3929
e8a89fe2
AC
39302003-07-15 Andrew Cagney <cagney@redhat.com>
3931
3932 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3933 (frame_register_unwind, create_new_frame): Ditto.
3934 (legacy_get_prev_frame, get_frame_type): Ditto.
3935 (get_frame_base_address): Use frame_base_find_by_frame.
3936 (get_frame_locals_address): Use frame_base_find_by_frame.
3937 (get_frame_args_address): Use frame_base_find_by_frame.
3938 * frame-base.h (frame_base_sniffer_ftype): Declare.
3939 (frame_base_append_sniffer): Declare.
3940 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3941 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3942 (frame_base_append_sniffer): New function.
3943 (frame_base_append_predicate): Add a NULL sniffer.
3944 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3945 (struct frame_base_table): Add "sniffer".
3946 (frame_base_free): Free the "sniffer" table.
3947 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3948 (frame_unwind_append_sniffer): Declare.
3949 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3950 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3951 (struct frame_unwind_table): Add "sniffer", delete "middle".
3952 (append_predicate): Add "sniffer" parameter, append the sniffer.
3953 (frame_unwind_init): Update append_predicate call.
3954 (frame_unwind_append_sniffer): New function.
3955 (frame_unwind_append_predicate): Update append_predicate call.
3956 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3957
0714963c
AC
39582003-07-15 Andrew Cagney <cagney@redhat.com>
3959
3960 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3961 before code inhibiting repeated unwind attempts. Add to
3962 commentary on that test's problems.
3963 * blockframe.c (inside_main_func): Look for "main" in the minimal
3964 symbol table.
3965 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3966 identical.
3967
d9170e22
AC
39682003-07-15 Andrew Cagney <cagney@redhat.com>
3969
3970 * complaints.c (struct explanation): Define.
3971 (struct complaints): Change type of "explanation" to "struct
3972 explanation".
3973 (symfile_explanations): Convert to a "struct explanation" table.
3974 (vcomplaint): Update.
3975
eba29c8c
ML
39762003-07-15 Michal Ludvig <mludvig@suse.cz>
3977
3978 * x86-64-linux-nat.c (regmap): Removed.
a8f4cde1 3979 (supply_gregset, fill_gregset): Call
eba29c8c
ML
3980 x86_64_linux_(fill,supply)_gregset functions.
3981 * x86-64-linux-tdep.c (USER_*): New defines.
3982 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3983 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3984 New functions.
3985 (fetch_core_registers): Ditto.
3986 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3987 * x86-64-linux-tdep.h: New file.
3988 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3989 and core-regset.o.
3990 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3991
68cc0bfb
MK
39922003-07-13 Mark Kettenis <kettenis@gnu.org>
3993
88a115f7
MK
3994 * x86-64-tdep.c (x86_64_store_return_value): Use
3995 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 3996
68cc0bfb
MK
3997 * configure.host: Add x86_64-*-freebsd*.
3998 * configure.tgt: Add x86_64-*-freebsd*.
3999 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4000 * amd64fbsd-nat.c: New file.
4001 * amd64fbsd-tdep.c: New file.
4002 * config/i386/nm-fbsd64.h: New file.
4003 * config/i386/fbsd64.mh: New file.
4004 * config/i386/fbsd64.mt: New file.
4005
138e7be5
MK
40062003-07-11 Mark Kettenis <kettenis@gnu.org>
4007
4008 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4009 `sc_regs_offset' and `sc_fpregs_offset'.
4010 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4011 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4012 (alpha_sigtramp_register_address): Rewrite to use new members of
4013 `struct gdbarch_tdep'.
4014 (alpha_gdbarch_init): Initialize new members of struct
4015 gdbarch_tdep'.
4016 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4017 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4018 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4019 (alphafbsd_pc_in_sigtramp): Implement.
4020 (alphafbsd_sigtramp_offset): New function.
4021 (alphafbsd_sigcontext_addr): New function.
4022 (alphafbsd_init_abi): Initialize signal trampoline related members
4023 of `struct gdbarch_tdep'.
4024 (_initialize_alphafbsd_tdep): Add prototype.
4025
95303a68
TR
40262003-07-11 Theodore A. Roth <troth@openavr.org>
4027
ba292e4c
TR
4028 * Makefile.in (install-only): Quote sed expression when generating
4029 transformed_name.
95303a68 4030
6896c0c7
RH
40312003-07-11 Richard Henderson <rth@redhat.com>
4032
4033 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4034 * dwarf2-frame.c: Include complaints.h.
4035 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4036 variable initialization; return NULL on error.
4037 (decode_frame_entry): New.
4038
8edd5d01
AC
40392003-07-11 Andrew Cagney <cagney@redhat.com>
4040
c4a09524
AC
4041 * frame.h (frame_address_in_block): Delete declaration.
4042 * blockframe.c (frame_address_in_block): Delete function.
4043 (get_frame_block): Use get_frame_address_in_block.
4044 (block_innermost_frame): Ditto.
4045 * stack.c (print_frame, backtrace_command_1): Ditto.
4046
8edd5d01
AC
4047 * frame.h (get_frame_address_in_block): Declare.
4048 (frame_unwind_address_in_block): Declare.
4049 * frame.c (frame_unwind_address_in_block): New function.
4050 (get_frame_address_in_block): New function.
4051
f7968451
AC
40522003-07-10 Andrew Cagney <cagney@redhat.com>
4053
4054 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4055 pre-default. Note: re-generate has no effect.
a8f4cde1 4056
ae99b398
AC
40572003-07-10 Andrew Cagney <cagney@redhat.com>
4058
4059 * gdbarch.sh: When a variable, but not a function, compare against
4060 0. Fix problem in previous patch.
4061 * gdbarch.c: Re-generate.
a8f4cde1 4062
956ac328
AC
40632003-07-10 Andrew Cagney <cagney@redhat.com>
4064
4065 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4066 functions against NULL, not 0.
4067 * gdbarch.c: Re-generate.
a8f4cde1 4068
287c3240
FF
40692003-07-10 Fred Fish <fnf@ninemoons.com>
4070
4071 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4072 null string instead of a null pointer.
4073 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4074
32f63c4b
MS
40752003-07-09 Michael Snyder <msnyder@redhat.com>
4076
4077 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4078
402ecd56
MK
40792003-07-09 Mark Kettenis <kettenis@gnu.org>
4080
4081 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4082 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4083 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4084 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4085 * x86-64-tdep.c: ... from here.
4086
c481dac7
AS
40872003-07-09 Andreas Schwab <schwab@suse.de>
4088
4089 * m68k-tdep.h (enum struct_return): Define.
4090 (struct gdbarch_tdep): Add struct_return.
4091 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4092 bytes are padded to the right, not to the left. Pass struct value
4093 address in register %a1, not on stack.
4094 (m68k_use_struct_convention): New function.
4095 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4096 struct_return in tdep to pcc_struct_return.
4097 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4098 reg_struct_return.
4099
a8f4cde1 41002003-07-09 Joel Brobecker <brobecker@gnat.com>
64176fa3 4101
a8f4cde1 4102 * somread.c (som_symfile_offsets): Fix compilation error.
64176fa3 4103
96a4ee76
AC
41042003-07-09 Andrew Cagney <cagney@redhat.com>
4105
4106 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4107 Add comments about the checks.
4108
1517c6d1
AC
41092003-07-08 Andrew Cagney <cagney@redhat.com>
4110
4111 * Makefile.in: Make dependency section headers consistent.
4112 (config_h): Move to $BUILD headers section.
4113 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4114 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4115 (ada-exp.tab.c): Move to YACC/LEX section.
4116 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4117 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4118
dc5dd1eb
KW
41192003-07-08 Kris Warkentin <kewarken@qnx.com>
4120
4121 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
4122 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4123 of strerror with safe_strerror, use ISO C function definitions,
4124 and replace instances of sprintf with snprintf.
dc5dd1eb 4125
612dde91
AC
41262003-07-07 Andrew Cagney <cagney@redhat.com>
4127
4128 * frame.c (get_prev_frame): Enable check for identical frames.
4129 Update comments. Update error messages.
4130
492c11d3
JB
41312003-07-07 Joel Brobecker <brobecker@gnat.com>
4132
4133 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4134
376a5a49
JB
41352003-07-07 Joel Brobecker <brobecker@gnat.com>
4136
4137 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4138 sort_symtab_syms, no longer necessary.
4139
22b4a9ad
JB
41402003-07-07 Joel Brobecker <brobecker@gnat.com>
4141
4142 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4143
5bbcb741
JB
41442003-07-07 Joel Brobecker <brobecker@gnat.com>
4145
4146 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4147 (mips_register_byte): Likewise.
4148
c139e7d9
DJ
41492003-07-07 Daniel Jacobowitz <drow@mvista.com>
4150
4151 * Makefile.in (sparc_tdep_h): New.
4152 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4153 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4154 * sparc-linux-nat.c: Include "sparc-tdep.h".
4155 * sparc-nat.c: Likewise.
4156 * sparc-tdep.c: Likewise.
4157 * sparc64nbsd-nat.c: Likewise.
4158 * sparcnbsd-nat.c: Likewise.
4159 * sparcnbsd-tdep.c: Likewise.
4160 * sparc-tdep.h: New file.
4161 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4162 and sparc_npc_regnum.
4163
fd8f87c5
DJ
41642003-07-07 Daniel Jacobowitz <drow@mvista.com>
4165
4166 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4167 (mips_linux_cannot_store_register): List supported instead of
4168 unsupported registers.
4169
13adf674
DJ
41702003-07-07 Daniel Jacobowitz <drow@mvista.com>
4171
4172 * disasm.c (dump_insns): Separate instructions from addresses.
4173
8de307e0
AS
41742003-07-07 Andreas Schwab <schwab@suse.de>
4175
4176 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4177 dependencies.
4178 * m68k-tdep.c (NUM_FREGS): Delete.
4179 (SIG_PC_FP_OFFSET): Delete.
4180 (TARGET_M68K): Delete.
4181 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4182 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4183 P_MOVEL_SP, P_MOVEML_SP): Define.
4184 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4185 P_TRAP): Delete.
4186 (m68k_register_raw_size): Delete.
4187 (m68k_register_virtual_size): Delete.
4188 (m68k_register_type): Renamed from m68k_register_virtual_type and
4189 add gdbarch argument.
4190 (m68k_store_struct_return): Delete.
4191 (m68k_deprecated_extract_return_value): Delete.
4192 (m68k_deprecated_extract_struct_value_address): Delete.
4193 (m68k_frame_chain): Delete.
4194 (m68k_frame_saved_pc): Delete.
4195 (m68k_fix_call_dummy): Delete.
4196 (m68k_push_dummy_frame): Delete.
4197 (m68k_pop_frame): Delete.
4198 (m68k_extract_return_value): New function.
4199 (m68k_store_return_value): Rewrite using regcache.
4200 (m68k_extract_struct_value_address): Rewrite using regcache.
4201 (m68k_push_dummy_call): New function.
4202 (struct m68k_frame_cache): Define.
4203 (m68k_alloc_frame_cache): New function.
4204 (m68k_analyze_frame_setup): New function.
4205 (m68k_analyze_register_saves): New function.
4206 (m68k_analyze_prologue): New function.
4207 (m68k_skip_prologue): Rewrite using above functions.
4208 (m68k_unwind_pc): New function.
4209 (m68k_frame_cache): New function.
4210 (m68k_frame_this_id): New function.
4211 (m68k_frame_prev_register): New function.
4212 (m68k_frame_unwind): New variable.
4213 (m68k_frame_p): New function.
4214 (m68k_sigtramp_frame_cache): New function.
4215 (m68k_sigtramp_frame_this_id): New function.
4216 (m68k_sigtramp_frame_prev_register): New function.
4217 (m68k_sigtramp_frame_unwind): New variable.
4218 (m68k_sigtramp_frame_p): New function.
4219 (m68k_frame_base_address): New function.
4220 (m68k_frame_base): New function.
4221 (m68k_unwind_dummy_id): New function.
4222 (fill_gregset): Use regcache_collect.
4223 (fill_fpregset): Likewise.
4224 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4225 defined.
4226 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4227 deprecated_init_frame_pc, deprecated_store_struct_return,
4228 deprecated_extract_return_value, deprecated_store_return_value,
4229 deprecated_frame_chain, deprecated_frame_saved_pc,
4230 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4231 deprecated_register_virtual_size,
4232 deprecated_max_register_raw_size,
4233 deprecated_max_register_virtual_size,
4234 deprecated_register_virtual_type, deprecated_register_size,
4235 deprecated_register_byte, deprecated_register_bytes,
4236 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4237 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4238 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4239 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4240 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4241 deprecated_push_dummy_frame, deprecated_pop_frame,
4242 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4243 only if SYSCALL_TRAP is defined. Set extract_return_value,
4244 store_return_value, extract_struct_value_address, register_type,
4245 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4246 predicates.
4247 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4248 M68K_MAX_REGISTER_SIZE): Define.
4249 (struct m68k_sigtramp_info): Define.
4250 (struct gdbarch_tdep): Add get_sigtramp_info.
4251 * m68klinux-nat.c (fetch_register): Use register_size instead of
4252 REGISTER_RAW_SIZE. Don't put assignment in if.
4253 (store_register): Likewise.
4254 (fetch_inferior_registers): Likewise.
4255 (store_inferior_registers): Likewise.
4256 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4257 (m68k_linux_frame_saved_pc): Delete.
4258 (m68k_linux_sigcontext_reg_offset,
4259 m68k_linux_ucontext_reg_offset): Define.
4260 (m68k_linux_get_sigtramp_info): New function.
4261 (m68k_linux_extract_return_value): Rewrite using regcache.
4262 (m68k_linux_store_return_value): Likewise.
4263 (m68k_linux_extract_struct_value_address): Likewise.
4264 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4265 Don't set deprecated_frame_saved_pc,
4266 deprecated_extract_return_value, deprecated_store_return_value,
4267 deprecated_extract_struct_value_address. Set
4268 extract_return_value, store_return_value,
4269 extract_struct_value_address.
4270
eb8bc282
AC
42712003-07-07 Andrew Cagney <cagney@redhat.com>
4272
4273 * expprint.c: Include "user-regs.h" instead of "frame.h".
4274 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4275 frame_map_regnum_to_name.
4276 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4277 (frame_map_name_to_regnum): Simplify, call
4278 user_reg_map_name_to_regnum.
4279 (frame_map_regnum_to_name): Simplify, call
4280 user_reg_map_regnum_to_name.
4281 (frame_register_unwind): Update.
4282 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4283 (_initialize_frame_reg): Call user_reg_add_builtin.
4284 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4285 (value_of_register): Use value_of_user_reg.
4286 * eval.c (evaluate_subexp_standard): Update.
4287 * parse.c (write_dollar_variable): Update.
4288 * d10v-tdep.c (d10v_print_registers_info): Update.
4289 * infcmd.c (registers_info): Update.
4290 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4291 (builtin_regs_h): Delete macro.
4292 (user_regs_h): Define.
4293 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4294 (builtin-regs.o): Delete target.
4295 (user-regs.o): Specify dependencies.
4296 (expprint.o): Update dependencies.
4297 (findvar.o): Update dependencies.
4298 (frame.o): Update dependencies.
4299 (std-regs.o): Update dependencies.
4300
9f476a01
CF
43012003-07-06 Christopher Faylor <cgf@redhat.com>
4302
4303 * win32-nat.c (solib_symbols_add): Use one variable for all section
4304 address stuff. Pass variable rather than address of variable to
4305 safe_symbol_file_add.
4306
a731b831
AS
43072003-07-06 Andreas Schwab <schwab@suse.de>
4308
4309 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4310
9f83329d
JB
43112003-07-04 Joel Brobecker <brobecker@gnat.com>
4312
4313 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4314
27e28cc5
KW
43152003-07-04 Kris Warkentin <kewarken@qnx.com>
4316
4317 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4318
43192003-07-04 Kris Warkentin <kewarken@qnx.com>
4320
4321 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4322 * config/i386/nto.mh: New file.
4323 * config/i386/nm-nto.h: New file.
4324 * configure.host: Add i[3456]86-*-nto*.
4325
100f2e98
JB
43262003-07-03 Joel Brobecker <brobecker@gnat.com>
4327
4328 * remote-vx.c (vx_add_symbols): Fix compilation error.
4329
e23457df
AC
43302003-07-03 Andrew Cagney <cagney@redhat.com>
4331
4332 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4333 * gdbarch.h, gdbarch.c: Re-generate.
4334 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4335 (legacy_register_name): Declare.
4336 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4337 (REGISTER_NAME): Define.
4338 * sparc-tdep.c (legacy_register_name): New function.
4339 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4340 (REGISTER_NAME): Define.
4341 (hppa64_register_name): Declare.
4342 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4343 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4344 (hppa64_register_name): New function.
4345 (hppa_register_name): New function.
4346 * arch-utils.c (legacy_register_name): Delete.
4347 * arch-utils.h (legacy_register_name): Delete.
4348
38caaeec
DJ
43492003-07-03 Daniel Jacobowitz <drow@mvista.com>
4350
4351 * cli/cli-interp.c (cli_interpreter_resume): Update the
4352 cli_uiout's stream to gdb_stdout.
4353
dadd712e
AC
43542003-07-03 Andrew Cagney <cagney@redhat.com>
4355
4356 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4357 predicate.
4358 * gdbarch.h, gdbarch.c: Re-generate.
4359 * regcache.c (init_regcache_descr): Use legacy code when either
4360 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4361
c7f1390e
DJ
43622003-07-02 Daniel Jacobowitz <drow@mvista.com>
4363
4364 * NEWS: Move "set logging" entry into GDB 6.0 section.
4365
4bc8c588
JB
43662003-07-02 Jim Blandy <jimb@redhat.com>
4367
a9dd42f1
JB
4368 * s390-tdep.c (struct frame_extra_info): new member:
4369 'stack_bought_valid'.
4370 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4371 initialize fextra_info->stack_bought.
4372 (s390_frameless_function_invocation): Don't trust the value of
4373 fextra_info_ptr->stack_bought unless
4374 fextra_info->stack_bought_valid is set.
4375
4bc8c588
JB
4376 New S390 prologue analyzer.
4377 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4378 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4379 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4380 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4381 compute_x_addr, s390_on_stack, s390_store,
4382 s390_get_signal_frame_info): New functions.
4383 (S390_NUM_SPILL_SLOTS): New macro.
4384 (s390_get_frame_info): Rewritten.
4385 (is_arg_reg): Deleted.
4386
4387 Break out the decoding of S/390 instructions into separate
4388 functions, to make it more legible, and easier to check
4389 against the spec.
4390 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4391 is_rx, is_rxe): New functions.
4392 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4393 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4394 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4395 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4396 enums for opcode values. (Is this an improvement?)
4397
fd13a04a
AC
43982003-07-02 Andrew Cagney <cagney@redhat.com>
4399
4400 * i386-tdep.c: Revert change committed as part of trad-frame code
4401 below.
4402
3f8091c1
DJ
44032003-07-02 Daniel Jacobowitz <drow@mvista.com>
4404
4405 * breakpoint.c (insert_catchpoint): Make static.
4406
8dd5115e
AS
44072003-07-02 Andreas Schwab <schwab@suse.de>
4408
4409 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4410 former ia64_push_arguments and ia64_push_return_address, and use
4411 regcache functions instead of read/write_register.
4412 (ia64_gdbarch_init): Set push_dummy_call instead of
4413 deprecated_push_arguments and deprecated_push_return_address.
4414
a2229c23
AJ
44152003-07-01 Andreas Jaeger <aj@suse.de>
4416
4417 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4418 before the call.
4419 Set %rax only to number of SSE registers used.
4420
3b3850e8
AC
44212003-07-01 Andrew Cagney <cagney@redhat.com>
4422
4423 * trad-frame.h: Update comments, a -1 .addr is reserved.
4424 (trad_frame_value_p, trad_frame_addr_p): Declare.
4425 (trad_frame_reg_p): Declare.
4426 (trad_frame_set_value): Rename trad_frame_register_value.
4427 (trad_frame_set_unknown): Declare.
4428 * trad-frame.c (trad_frame_realreg_p): New function.
4429 (trad_frame_addr_p, trad_frame_value_p): New function.
4430 (trad_frame_set_unknown): New function.
4431 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4432 (trad_frame_prev_register): Use trad_frame_realreg_p,
4433 trad_frame_addr_p and trad_frame_value_p.
4434 (trad_frame_set_value): Rename trad_frame_register_value.
4435 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4436 and trad_frame_set_value.
a2229c23 4437
4d819d0e
JB
44382003-06-30 Jim Blandy <jimb@redhat.com>
4439
4440 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4441 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4442 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4443 for 16 registers, and then 32 more bytes.
4444 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4445 New macros.
4446 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4447 Move up in the file, since it's now used by is_simple_arg.
4448 (is_simple_arg): Don't assume registers are four bytes long.
4449 Exclude all double arguments. Extended floats are not simple
4450 args.
4451 (is_power_of_two): New function.
4452 (pass_by_copy_ref): Call is_power_of_two, and check that the
4453 length fits in a register, rather than listing all the acceptable
4454 sizes. Extended floats are not passed by reference.
4455 (s390_push_arguments): Don't assume registers are four bytes long.
4456 Reserve an argument register to point to the buffer for structures
4457 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4458 S390_STACK_FRAME_OVERHEAD.
4459
1ad828f1
AS
44602003-06-30 Andreas Schwab <schwab@suse.de>
4461
4462 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4463 format error message.
4464
39b00981
JB
44652003-06-30 Joel Brobecker <brobecker@gnat.com>
4466
4467 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4468
b2a7f303
DC
44692003-06-30 David Carlton <carlton@kealia.com>
4470
4471 Band-aid for PR c++/1245.
4472 * Makefile.in (cp-support.o): Depend on complaints_h.
4473 * cp-support.c: Include complaints.h. Add declaration for
4474 find_last_component.
4475 (cp_find_first_component): Separate code into
4476 cp_find_first_component_aux.
4477 (cp_find_first_component_aux): Call demangled_name_complaint.
4478 (demangled_name_complaint): New.
4479
a257b5bb
AC
44802003-06-30 Andrew Cagney <cagney@redhat.com>
4481
4482 * remote.c (remote_write_bytes): Explicitly compute and then use
4483 the payload size. Update comments to reflect. Fixes problem of
4484 GDB not sending small packets as found by Fred Fish.
4485
0a2cfde4
AC
44862003-06-30 Andrew Cagney <cagney@redhat.com>
4487
4488 * remote.c (remote_async_wait): Fix -Wformat problem.
4489
3fcb8548
AC
44902003-06-29 Andrew Cagney <cagney@redhat.com>
4491
4492 * remote.c (remote_wait): Call error, and not warning, when the
4493 packet is corrupt.
4494 (remote_async_wait): Ditto.
4495
9f9970a3
DJ
44962003-06-29 Daniel Jacobowitz <drow@mvista.com>
4497
4498 * sparc-tdep.c (sparc_y_regnum): Make external again.
4499
83a8ccca
DJ
45002003-06-29 Daniel Jacobowitz <drow@mvista.com>
4501
4502 * cli/cli-logging.c (pop_output_files): Add void to function
4503 definition.
4504
d2cf594a
AC
45052003-06-29 Andrew Cagney <cagney@redhat.com>
4506
4507 * frame.c (frame_register_unwind): Use unsigned char when dumping
4508 the buffer contents.
4509
0fac0b41
DJ
45102003-06-28 Daniel Jacobowitz <drow@mvista.com>
4511
4512 * cli/cli-logging.c: New file.
4513 * cli-out.c (struct ui_out_data): Add original_stream.
4514 (cli_redirect): New function.
4515 (cli_ui_out_impl): Add cli_redirect.
4516 (cli_out_new): Initialize original_stream.
4517 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4518 (uo_redirect, ui_out_redirect): New.
4519 * ui-out.h (struct ui_out_impl): Add redirect member.
4520 (redirect_ftype): New.
4521 (ui_out_redirect): Add prototype.
4522 * Makefile.in: Add rules for cli-logging.c.
4523 * NEWS: Mention "set logging".
4524
88a07d7c
EZ
45252003-06-27 Elena Zannoni <ezannoni@redhat.com>
4526
4527 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4528
4eb58876
AC
45292003-06-27 Andrew Cagney <cagney@redhat.com>
4530
4531 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4532 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4533 * avr-tdep.c (avr_call_dummy_address): Delete function.
4534 (avr_gdbarch_init): Do not set call_dummy_address.
4535
1549f619
EZ
45362003-06-27 Elena Zannoni <ezannoni@redhat.com>
4537
4538 * symfile.c (syms_from_objfile): Move variables to inner block.
4539 Move the checks for the non-mainline case a bit earlier to avoid
4540 doing some useless computations.
4541
3cb3398d
EZ
45422003-06-27 Elena Zannoni <ezannoni@redhat.com>
4543
4544 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4545
3799ccc6
EZ
45462003-06-26 Elena Zannoni <ezannoni@redhat.com>
4547
4548 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4549 sections.
4550
ce1f6491
MC
45512003-06-26 Michael Chastain <mec@shout.net>
4552
4553 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4554 gdb/testsuite/gdb.c++/pr-1210.exp.
4555
d958dfd0
AC
45562003-06-26 Andrew Cagney <cagney@redhat.com>
4557
4558 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4559 altivec_expression.h and altivec_registers.h.
4560
d31431ed
AC
45612003-06-26 Andrew Cagney <cagney@redhat.com>
4562
4563 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4564 info->mach when MIPS16. Patch suggested by Fred Fish.
4565
714b1282
AC
45662003-06-26 Andrew Cagney <cagney@redhat.com>
4567
4568 * utils.c (internal_vproblem): Print the problem to a reason
4569 buffer and then pass to query. Make the msg variable more local.
4570
42efa47a
AC
45712003-06-26 Andrew Cagney <cagney@redhat.com>
4572
4573 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4574 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4575 * gdbarch.h, gdbarch.c: Re-generate.
4576 * frame-base.c (default_frame_args_address): Update. Use
4577 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4578 not available.
4579 (default_frame_locals_address): Ditto for
4580 DEPRECATED_FRAME_LOCALS_ADDRESS.
4581 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4582 (vax_frame_num_args): Update.
4583 (vax_gdbarch_init): Update.
4584 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4585 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4586 * mcore-tdep.c (mcore_gdbarch_init): Update.
4587 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4588 * ia64-tdep.c (ia64_gdbarch_init): Update.
4589 * symtab.h (address_class): Update comments.
4590 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4591 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4592 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4593 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4594 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4595 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4596 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4597 * alpha-mdebug-tdep.c: Update.
4598 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4599
8ffd9b1b
AJ
46002003-06-26 Andreas Jaeger <aj@suse.de>
4601
4602 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4603 of SSE registers so that varargs functions work. Rework handling
4604 of passing arguments on the stack.
4605 (x86_64_store_return_value): Return double and float values in SSE
4606 register.
4607
e8ac10a6
MC
46082003-06-24 Michael Chastain <mec@shout.net>
4609
4610 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4611 the "constructor breakpoints ignored" bug.
4612
986af8e6
DC
46132003-06-25 David Carlton <carlton@kealia.com>
4614
4615 * MAINTAINERS: Update e-mail address.
4616
d64558a5
JB
46172003-06-24 Jim Blandy <jimb@redhat.com>
4618
e538d2d7
JB
4619 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4620
02631ec0
JB
4621 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4622 function.
4623 (ppc_linux_init_abi): Register it as the
4624 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4625
e716d87a
JB
4626 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4627 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4628 method.
4629
d64558a5
JB
4630 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4631 (ppc64_standard_linkage_target): Use it.
4632
449a5da4
AC
46332003-06-23 Andrew Cagney <cagney@redhat.com>
4634
4635 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4636 for 0 "int0" and 4 "int32" sized registers.
4637 * gdbtypes.c (builtin_type_int0): Define.
4638 (build_gdbtypes): Initialize builtin_type_int0.
4639 * gdbtypes.h (builtin_type_int0): Declare.
4640
b2a02dda
SC
46412003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4642
4643 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4644 as characters are unsigned.
4645
fba3138e
DJ
46462003-06-22 Daniel Jacobowitz <drow@mvista.com>
4647
4648 PR gdb/1179
4649 * dwarfread.c (struct_type): Skip static fields without crashing.
4650
f6c8180b
AC
46512003-06-22 Andrew Cagney <cagney@redhat.com>
4652
4653 GDB 6.0 branch created.
f2c06f52
AC
4654 * README: Update.
4655 * PROBLEMS: Update. Empty.
4656 * NEWS: Update.
f6c8180b 4657
ae822768
DJ
46582003-06-22 Daniel Jacobowitz <drow@mvista.com>
4659
4660 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4661 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4662
261de166
AC
46632003-06-22 Andrew Cagney <cagney@redhat.com>
4664
4665 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4666 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4667 Velikov.
4668
30e94205
DJ
46692003-06-22 Daniel Jacobowitz <drow@mvista.com>
4670
4671 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4672 compilers.
4673
9e14d721
DJ
46742003-06-21 Daniel Jacobowitz <drow@mvista.com>
4675
4676 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4677 argument of val_print.
4678 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4679 to the address argument of baseclass_offset or target_read_memory.
4680 Do add it to the argument of cp_print_value_fields.
4681
a4b8ebc8
AC
46822003-06-21 Andrew Cagney <cagney@redhat.com>
4683
4684 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4685 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4686 instead of 0..NUM_REGS.
4687 (mips_register_reggroup_p): New function.
4688 (mips_pseudo_register_write): New function.
4689 (mips_pseudo_register_read): New function.
4690 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4691 based on the register's type.
4692 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4693 cooked.
4694 (mips_get_saved_register): Simplify. Assert that REGNO is a
4695 pseudo / cooked.
4696 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4697 (mips_register_type): Replace mips_register_virtual_type. Map
4698 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4699 when available.
4700 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4701 that the register is cooked / virtual.
4702 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4703 Only get the extra info when needed.
4704 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4705 (mips32_heuristic_proc_desc): Fetch the cooked register.
4706 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4707 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4708 (mips_print_register): Use gdbarch_register_type, instead of
4709 REGISTER_VIRTUAL_TYPE.
4710 (print_gp_register_row): Use gdbarch_register_type, instead of
4711 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4712 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4713 Print the pseudo / cooked registers.
4714 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4715 Print the pseudo / cooked registers.
4716 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4717 REG_NUM is pseudo / cooked.
4718 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4719 (mips_n32n64_xfer_return_value): Ditto.
4720 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4721 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4722 (mips_register_sim_regno): New function.
4723 (mips_gdbarch_init): Set deprecated_register_byte,
4724 register_group_p, pseudo_register_write, pseudo_register_read,
4725 register_sim_regno, and num_pseudo_regs. Set register_type,
4726 instead of register_virtual_type.
4727 * Makefile.in (mips-tdep.o): Update dependencies.
4728 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4729 REGISTER_VIRTUAL_TYPE.
4730 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4731 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4732 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4733 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4734 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4735
325ed089
DJ
47362003-06-21 Daniel Jacobowitz <drow@mvista.com>
4737
4738 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4739 * cli/cli-cmds.c: Include "gdb_vfork.h".
4740 (shell_escape): Use vfork.
4741
f0e7d0e8
AC
47422003-06-21 Andrew Cagney <cagney@redhat.com>
4743
c57bb9fa
AC
4744 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4745 32 bit floating-point register saves.
4746
6e51443a
AC
4747 * frame.h (deprecated_unwind_get_saved_register): Delete.
4748 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4749 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4750 and deprecated_get_next_frame_hack instead of
4751 deprecated_unwind_get_saved_register.
4752
ed183c7c
AC
4753 * mips-tdep.c (mips_dump_tdep): Do not print
4754 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4755
f0e7d0e8
AC
4756 * frame.c (get_frame_register): New function.
4757 (frame_unwind_register_signed): New function.
4758 (get_frame_register_signed): New function.
4759 (frame_unwind_register_unsigned): New function.
4760 (get_frame_register_unsigned): New function.
4761 * frame.h: Add comments on naming schema.
4762 (get_frame_register, frame_unwind_register_signed): Declare.
4763 (get_frame_register_signed, get_frame_register_signed): Declare.
4764 (frame_unwind_register_unsigned): Declare.
4765 (get_frame_register_unsigned): Declare.
4766
2224d941
TR
47672003-06-20 Theodore A. Roth <troth@openavr.org>
4768
4769 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4770
8619218d
TR
47712003-06-20 Theodore A. Roth <troth@openavr.org>
4772
4773 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4774 (avr_read_sp): Ditto.
4775
0b1b50c0
DJ
47762003-06-20 Daniel Jacobowitz <drow@mvista.com>
4777
4778 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4779 * config/arm/nm-linux.h: Likewise.
4780 * config/arm/tm-linux.h: Likewise.
4781 * config/ia64/nm-linux.h: Likewise.
4782 * config/ia64/tm-ia64.h: Likewise.
4783 * config/s390/tm-linux.h: Likewise.
4784 * config/s390/tm-s390.h: Likewise.
4785 * s390-nat.c: Likewise.
4786 * s390-tdep.c: Likewise.
4787
4788 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4789 * config/ia64/linux.mt: Likewise.
4790 * config/m68k/linux.mh: Likewise.
4791 * config/mips/linux.mt: Likewise.
4792 * config/powerpc/linux.mh: Likewise.
4793 * config/sh/linux.mt: Likewise.
4794
c8c18e65
KW
47952003-06-19 Kris Warkentin <kewarken@qnx.com>
4796
4797 * solib.c (solib_open): Change tests for whether to search
4798 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4799 comments.
4800
dcccef2e
TR
48012003-06-19 Theodore A. Roth <troth@openavr.org>
4802
4803 * avr-tdep.c (avr_frame_address): Delete function.
4804 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4805 set_gdbarch_frame_args_address.
4806
5861a190
AC
48072003-06-19 Andrew Cagney <cagney@redhat.com>
4808
4809 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4810 (REGISTER_CONVERT_FROM_TYPE): Delete.
4811 (mips_register_convert_to_type): Delete declaration.
4812 (mips_register_convert_from_type): Delete declaration.
4813 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4814 kernel/.
4815
0274a8ce
MS
48162003-06-19 Michael Snyder <msnyder@redhat.com>
4817
4818 * linux-nat.h: New file.
4819 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 4820 * lin-lwp.c: Include linux-nat.h.
0274a8ce 4821 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 4822 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
4823 (linux_make_note_section): Iterate over lwps instead of threads.
4824 (linux_do_thread_registers): Use lwp instead of merged pid.
4825 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 4826 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
4827 Add dependency on linux_nat_h.
4828
adf5f719
TR
48292003-06-19 Theodore A. Roth <troth@openavr.org>
4830
4831 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4832
6766a268
DJ
48332003-06-19 Daniel Jacobowitz <drow@mvista.com>
4834
4835 * varobj.c (get_type, get_target_type): Use check_typedef.
4836
1171114a
DJ
48372003-06-19 Daniel Jacobowitz <drow@mvista.com>
4838
4839 * breakpoint.c (insert_catchpoint): Call internal_error.
4840
adcf68a2
TR
48412003-06-19 Theodore A. Roth <troth@openavr.org>
4842
4843 * avr-tdep.c (avr_push_dummy_code): Delete function.
4844 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4845
ea67f13b
DJ
48462003-06-19 Daniel Jacobowitz <drow@mvista.com>
4847
4848 * arch-utils.c (default_prepare_to_proceed): Remove.
4849 (generic_prepare_to_proceed): Remove.
4850 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4851 (generic_prepare_to_proceed): Remove prototype.
4852 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4853 * gdbarch.c: Regenerate.
4854 * gdbarch.h: Regenerate.
4855 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4856 * hppah-nat.c (hppa_switched_threads): Remove.
4857 * infrun.c (prepare_to_proceed): New static function, copied from
4858 generic_prepare_to_proceed. Remove select_it argument.
4859 (proceed): Call prepare_to_proceed.
4860 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4861 variables.
4862 (ptrace_wait): Don't set the removed variables.
4863 (hppa_switched_threads): Remove.
4864 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4865 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4866 (lin_lwp_prepare_to_proceed): Remove prototype.
4867 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4868 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4869
4add8633
TR
48702003-06-18 Theodore A. Roth <troth@openavr.org>
4871
4872 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4873 trad-frame.h.
4874 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4875 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4876 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4877 (AVR_PROLOGUE_*): Enumerate prologue types.
4878 (struct frame_extra_info): Remove.
4879 (struct avr_unwind_cache): Define.
4880 (avr_write_sp): Delete function.
4881 (avr_read_fp): Ditto.
4882 (avr_init_extra_frame_info): Ditto.
4883 (avr_pop_frame): Ditto.
4884 (avr_frame_saved_pc): Ditto.
4885 (avr_saved_pc_after_call): Ditto.
4886 (avr_push_return_address): Ditto.
4887 (avr_frame_chain): Ditto.
4888 (avr_store_struct_return): Ditto.
4889 (avr_push_arguments): Ditto.
4890 (avr_scan_prologue): Update comments. Changed to set up the info for
4891 cache unwinding. Now returns end of prologue PC.
4892 (avr_skip_prologue): Better handling of functions lacking a prologue
4893 by using avr_scan_prologue.
4894 (avr_scan_arg_moves): New function.
4895 (avr_saved_regs_unwinder): Ditto.
4896 (avr_frame_unwind_cache): Ditto.
4897 (avr_unwind_pc): Ditto.
4898 (avr_frame_this_id): Ditto.
4899 (avr_frame_prev_register): Ditto.
4900 (avr_frame_p): Ditto.
4901 (avr_frame_base_address ): Ditto.
4902 (avr_unwind_dummy_id): Ditto.
4903 (avr_push_dummy_code): Ditto.
4904 (push_stack_item): Ditto.
4905 (pop_stack_item): Ditto.
4906 (avr_push_dummy_call): Ditto.
4907 (struct stack_item): Define.
4908 (avr_frame_unwind): Declare structure.
4909 (avr_frame_base): Ditto.
4910 (avr_gdbarch_init): Remove calls to
4911 set_gdbarch_deprecated_init_frame_pc,
4912 set_gdbarch_deprecated_target_read_fp,
4913 set_gdbarch_deprecated_dummy_write_sp,
4914 set_gdbarch_deprecated_fp_regnum,
4915 set_gdbarch_deprecated_push_arguments,
4916 set_gdbarch_deprecated_push_return_address,
4917 set_gdbarch_deprecated_pop_frame,
4918 set_gdbarch_deprecated_store_struct_return,
4919 set_gdbarch_deprecated_frame_init_saved_regs,
4920 set_gdbarch_deprecated_init_extra_frame_info,
4921 set_gdbarch_deprecated_frame_chain,
4922 set_gdbarch_deprecated_frame_saved_pc,
4923 set_gdbarch_deprecated_saved_pc_after_call.
4924 Add calls to set_gdbarch_push_dummy_call,
4925 set_gdbarch_push_dummy_code,
4926 frame_unwind_append_predicate,
4927 frame_base_set_default,
4928 set_gdbarch_unwind_dummy_id,
4929 set_gdbarch_unwind_pc.
4930 Wrap a long line.
4931
7be04a68
MS
49322003-06-18 Corinna Vinschen <vinschen@redhat.com>
4933
4934 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4935 registers for H8/300S.
4936 (h8300_print_registers_info): Ditto.
8ffd9b1b 4937 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 4938
ae087d01
DJ
49392003-06-18 Daniel Jacobowitz <drow@mvista.com>
4940
4941 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4942 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4943 (lin_lwp_wait): Likewise. Update comments.
4944 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4945 (pull_pid_from_list, linux_record_stopped_pid): New.
4946
07d8f827
SC
49472003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4948
4949 * ada-lang.c (scan_discrim_bound): Name first argument.
4950 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4951 declared by ALL_BLOCK_SYMBOLS.
4952
7cb47b14
SC
49532003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4954
4955 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4956 ("regcache.h"): Include it.
4957 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4958
6ad8ae5c
DJ
49592003-06-17 Daniel Jacobowitz <drow@mvista.com>
4960
4961 * NEWS: Mention gdbserver detach change and "disconnect" command.
4962 * infcmd.c (disconnect_command): New function.
4963 (_initialize_infcmd): Add ``disconnect'' command.
4964 * remote.c (remote_async_detach): Delete.
4965 (remote_detach): Merge remote_async_detach.
4966 (remote_disconnect): New.
4967 (init_remote_ops): Set to_disconnect.
4968 (init_remote_cisco_ops): Likewise.
4969 (init_remote_async_ops): Likewise. Use remote_detach.
4970 * target.c (cleanup_target): Default to_disconnect.
4971 (update_current_target): Inherit to_disconnect.
4972 (target_disconnect, debug_to_disconnect): New functions.
4973 (setup_target_debug): Set to_disconnect.
4974 * target.h (struct target_ops): Add to_disconnect.
4975 (target_disconnect): Add prototype.
4976
687595f9
DJ
49772003-06-17 Daniel Jacobowitz <drow@mvista.com>
4978
4979 * breakpoint.c (insert_catchpoint): New function.
4980 (insert_breakpoints): Use catch_exceptions to call
4981 insert_catchpoint. Disable catchpoints if they fail to insert.
4982
29239a8f
DJ
49832003-06-17 Daniel Jacobowitz <drow@mvista.com>
4984
4985 * symfile.c (reread_symbols): Clear sym_private.
4986
2cdf3c63
AC
49872003-06-17 Andrew Cagney <cagney@redhat.com>
4988
4989 * trad-frame.h (struct frame_info): Add opaque declaration.
4990 * remote-fileio.h (struct cmd_list_element): Add opaque
4991 declaration.
4992 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4993 comments.
4994
cf0e1e0d
DJ
49952003-06-17 Daniel Jacobowitz <drow@mvista.com>
4996
4997 * remote.c (remote_prepare_to_store): Replace call to
4998 deprecated_read_register_bytes with multiple regcache_raw_read
4999 calls.
5000
192cdb19
KW
50012003-06-17 Kris Warkentin <kewarken@qnx.com>
5002
5003 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5004 (nto_find_and_open_solib): Likewise.
5005 (nto_init_solib_absolute_prefix): Likewise.
5006 (_initialize_nto_tdep): Fix indentation.
5007
89929b45
KW
50082003-06-17 Kris Warkentin <kewarken@qnx.com>
5009
5010 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5011
46019f27
KW
50122003-06-17 Kris Warkentin <kewarken@qnx.com>
5013
5014 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5015
1a38736e
JB
50162003-06-17 Jim Blandy <jimb@redhat.com>
5017
5018 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5019
3605c34a
TR
50202003-06-16 Theodore A. Roth <troth@openavr.org>
5021
5022 * avr-tdep.c (avr_extract_return_value): New function.
5023 (avr_gdbarch_init): Set extract_return_value method.
5024
870b3035
AC
50252003-06-16 Andrew Cagney <cagney@redhat.com>
5026
5027 * frame.h (deprecated_get_next_frame_hack): Declare.
5028 * frame.c (legacy_saved_regs_prev_register): Only require
5029 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5030 there are always saved regs.
5031 (deprecated_generic_get_saved_register): Do not require
5032 DEPRECATED_FRAME_INIT_SAVED_REGS.
5033 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5034 use frame ID unwind instead.
5035 (deprecated_get_next_frame_hack): New function.
5036
63d47a7d
CV
50372003-06-16 Corinna Vinschen <vinschen@redhat.com>
5038
5039 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5040 (h8300_push_dummy_call): ...this function. Some minor optimization.
5041 (h8300_push_return_address): Remove.
5042 (h8300_gdbarch_init): Remove calls to
5043 set_gdbarch_deprecated_dummy_write_sp,
5044 set_gdbarch_deprecated_push_arguments and
5045 set_gdbarch_deprecated_push_return_address.
5046 Add call to set_gdbarch_push_dummy_call.
5047
4bb1dc5e
CV
50482003-06-16 Corinna Vinschen <vinschen@redhat.com>
5049
5050 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5051 (E_PSEUDO_EXR_REGNUM): Ditto.
5052 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 5053 registers into safe registers.
4bb1dc5e
CV
5054 (h8300_skip_prologue): Check for stm instruction to push registers
5055 used for register variables onto stack.
5056 (gdb_print_insn_h8300): Remove.
5057 (h8300_examine_prologue): Add a comment.
5058 (h8300_register_name): Take pseudo registers into account.
5059 (h8300s_register_name): Ditto.
5060 (h8300sx_register_name): Ditto.
5061 (h8300_print_register): Ditto.
5062 (h8300_print_registers_info): Define "nice" printing order.
5063 (h8300_saved_pc_after_call): Take pseudo registers into account.
5064 (h8300_register_type): Ditto. Return type used for remote connection
5065 when requesting real CCR or EXR register, return actual type when
5066 requesting pseudo CCR or EXR.
5067 (h8300_pseudo_register_read): New function.
5068 (h8300_pseudo_register_write): Ditto.
5069 (h8300_dbg_reg_to_regnum): Ditto.
5070 (h8300s_dbg_reg_to_regnum): Ditto.
5071 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5072 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5073 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5074 set_gdbarch_print_insn architecture dependent.
5075 Call set_gdbarch_pseudo_register_read and
5076 set_gdbarch_pseudo_register_write.
5077 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5078
a59fe496
AC
50792003-06-16 Andrew Cagney <cagney@redhat.com>
5080
5081 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5082 * gdbarch.h, gdbarch.c: Re-generate.
5083 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5084 * s390-tdep.c (s390_gdbarch_init): Update.
5085 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5086 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5087 * mips-tdep.c (mips_gdbarch_init): Update.
5088 * mcore-tdep.c (mcore_gdbarch_init): Update.
5089 * cris-tdep.c (cris_gdbarch_init): Update.
5090 * infcall.c (call_function_by_hand): Update.
5091 * ia64-tdep.c (ia64_push_arguments): Update comment.
5092 * frame.c (legacy_get_prev_frame): Do not assume
5093 SAVE_DUMMY_FRAME_TOS_P.
5094 * dummy-frame.c (find_dummy_frame): Update comment.
5095
6f4e5a41
AC
50962003-06-16 Andrew Cagney <cagney@redhat.com>
5097
5098 * regcache.c (do_cooked_read): Do not use register_valid_p.
5099
72fab697
TR
51002003-06-15 Theodore A. Roth <troth@openavr.org>
5101
5102 * avr-tdep.c (avr_register_type): Remove a blank line.
5103 (avr_scan_prologue): Correct some comments.
5104
e3d8b004
TR
51052003-06-15 Theodore A. Roth <troth@openavr.org>
5106
5107 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5108 prologue types.
8ffd9b1b 5109 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
5110 option.
5111 Add code to scan -mcall-prologues for mega devices.
5112
866b76ea
TR
51132003-06-15 Theodore A. Roth <troth@openavr.org>
5114
5115 * avr-tdep.c (avr_register_byte): Delete function.
5116 (avr_register_raw_size): Delete function.
5117 (avr_register_virtual_size): Delete function.
5118 (avr_register_virtual_type): Delete function.
5119 (avr_register_type): New function.
5120 (avr_address_to_pointer): Remove unused code.
5121 (avr_read_fp): Need to read FP as two separate bytes due to change to
5122 avr_register_type() usage.
5123 (avr_gdbarch_init): Don't set deprecated_register_size.
5124 Don't set deprecated_register_bytes.
5125 Don't set deprecated_register_byte.
5126 Don't set deprecated_register_raw_size.
5127 Don't set deprecated_max_register_raw_size.
5128 Don't set deprecated_register_virtual_size.
5129 Don't set deprecated_max_register_virtual_size.
5130 Don't set deprecated_register_virtual_type.
5131 Set register_type method.
5132
3993f6b1
DJ
51332003-06-15 Daniel Jacobowitz <drow@mvista.com>
5134
5135 * Makefile.in (linux-nat.o): Add rule.
5136 * linux-nat.c: New file.
5137 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5138 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5139 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5140 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5141 * config/arm/linux.mh (NATDEPFILES): Likewise.
5142 * config/i386/linux.mh (NATDEPFILES): Likewise.
5143 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5144 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5145 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5146 * config/mips/linux.mh (NATDEPFILES): Likewise.
5147 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5148 * config/s390/s390.mh (NATDEPFILES): Likewise.
5149 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5150
786a90bb
MK
51512003-06-15 Mark Kettenis <kettenis@gnu.org>
5152
5153 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5154 replace out-of-date comment.
5155
3bd3f01e
AC
51562003-06-15 Andrew Cagney <cagney@redhat.com>
5157
5158 * rdi-share/host.h (Fail): Change to a varargs function.
5159 * remote-rdi.c (Fail): Update.
8ffd9b1b 5160
de5b9bb9
MK
51612003-06-15 Mark Kettenis <kettenis@gnu.org>
5162
5163 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5164 (i386_convert_register_p, i386_register_to_value,
5165 i386_register_from_value): Handle types longer than 8 bytes.
5166
d532c08f
MK
51672003-06-15 Mark Kettenis <kettenis@gnu.org>
5168
5169 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5170 Move floating-point code to new function in i387-tdep.c.
5171 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5172 New functions containing code moved here from i386-tdep.c.
5173 * i387-tdep.h: Add opaque declaration for `struct type'.
5174 (i387_register_to_value, i387_value_to_register): New prototypes.
5175 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5176 (x86_64_init_abi): Set convert_register_p, register_to_value and
5177 value_to_register here.
8ffd9b1b 5178
42c466d7
AC
51792003-06-14 Andrew Cagney <cagney@redhat.com>
5180
5181 * mips-tdep.c (mips_register_to_value): Make static.
5182 (mips_value_to_register): Make static.
5183 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5184 * ia64-tdep.c (ia64_register_raw_size): Make static.
5185 (ia64_register_virtual_size): Make static.
5186 (ia64_register_byte): Make static.
5187 * i387-tdep.c: Include "i387-tdep.h".
5188 (print_387_control_word): Delete function.
5189 (print_387_status_word): Delete function.
5190 (print_387_status_bits): Delete function.
5191 (print_387_control_bits): Delete function.
5192 * Makefile.in (i387-tdep.o): Update dependencies.
5193 * rdi-share/host.h (Fail): Declare.
5194 * remote-rdi.c (Fail): Update to match declaration.
5195
2a9cda49
AC
51962003-06-14 Andrew Cagney <cagney@redhat.com>
5197
5198 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5199 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5200 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5201 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5202 * README: Delete reference to remote-array.
5203 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5204 (remote-array.o): Delete target.
5205 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5206 * remote-array.c: Delete file.
5207
ff2e87ac
AC
52082003-06-14 Andrew Cagney <cagney@redhat.com>
5209 Mark Kettenis <kettenis@gnu.org>
5210
5211 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5212 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5213 parameter with "frame".
5214 * gdbarch.h, gdbarch.c: Re-generate.
5215 * frame.h (put_frame_register): Declare.
5216 * frame.c (put_frame_register): New function.
5217 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5218 (legacy_register_to_value): Rewrite, use "frame" to get the
5219 register value.
5220 (legacy_value_to_register): Rewrite, use "frame" to find the
5221 register's location before storing.
5222 * arch-utils.h (legacy_convert_register_p): Update.
5223 (legacy_register_to_value, legacy_value_to_register): Update.
5224 * findvar.c (value_from_register): Rewrite, eliminate use of
5225 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5226 "frame" to REGISTER_TO_VALUE.
5227 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5228 lval_reg_frame_relative + lval_register branch of the switch. Do
5229 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5230 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5231 I386_EDI_REGNUM): New defines.
5232 (i386_next_regnum, i386_convert_register_p,
5233 i386_register_to_value, i386_value_to_register): New functions.
5234 (i386_register_convertible, i386_register_convert_to_virtual,
5235 i386_convert_to_raw): Remove functions.
5236 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5237 value_to_register instead of register_convertible,
5238 register_convert_to_virtual and register_convert_to_raw.
5239 * mips-tdep.c (mips_convert_register_p): New function.
5240 (mips_value_to_register): Replace mips_register_convert_from_type.
5241 (mips_register_to_value): Replace mips_register_convert_to_type.
5242 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5243 register_to_value.
5244 * alpha-tdep.c (alpha_convert_register_p): Update.
5245 (alpha_value_to_register): Update, store the register.
5246 (alpha_register_to_value): Update, fetch the register.
5247
98be1e77
TR
52482003-06-14 Theodore A. Roth <troth@openavr.org>
5249
5250 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5251 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5252 Don't set deprecated_call_dummy_words.
5253 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5254 Don't set remote_translate_xfer_address.
5255 (avr_io_reg_read_command): Remove commented out debug printf.
5256 Wrap a long line.
5257
57bc6122
TR
52582003-06-14 Theodore A. Roth <troth@openavr.org>
5259
5260 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5261 causes gdb to seg fault.
5262
eb01fc62
DJ
52632003-06-14 Daniel Jacobowitz <drow@mvista.com>
5264
5265 * sparc-nat.c (fetch_inferior_registers): Correct
5266 a reference to "registers".
5267
3b3e6bee
DJ
52682003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5269
5270 * Makefile.in (exc_request_U_h): Define
5271 (exc_request_S_h): Likewise.
5272 (msg_reply_S_h): Likewise.
5273 (msg_U_h): Likewise.
5274 (notify_S_h): Likewise.
5275 (process_reply_S_h): Likewise.
5276 (gnu-nat.o): Depend on gdb_obstack_h
5277 * gnu-nat.c: Include "gdb_obstack.h".
5278
b8de8283
AC
52792003-06-13 Andrew Cagney <cagney@redhat.com>
5280
5281 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5282 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 5283
f3be58bc
AC
52842003-06-13 Andrew Cagney <cagney@redhat.com>
5285
5286 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5287 when deprecated REGISTER macros can be deleted.
5288 * gdbarch.h, gdbarch.c: Re-generate.
5289
4c0122c8
JB
52902003-06-13 Jim Blandy <jimb@redhat.com>
5291
5292 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5293 Linux entry point symbols for _dl_debug_state, too.
5294
3e210248
AC
52952003-06-13 Andrew Cagney <cagney@redhat.com>
5296
5297 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5298 available, do not use the FP register, and always save the TOS.
5299 * dummy-frame.c (dummy_frame_this_id): Do not assert
5300 SAVE_DUMMY_FRAME_TOS.
5301 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5302 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5303 (i386_push_dummy_call): Add 8 to the returned SP.
5304 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5305 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5306 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5307 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5308 (x86_64_push_dummy_call): Return "sp + 16".
5309 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5310 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5311 save_dummy_frame_tos.
5312
0b65af49
JB
53132003-06-13 Jim Blandy <jimb@redhat.com>
5314
5315 * frv-tdep.c (frv_use_struct_convention): Delete static
5316 declaration for function deleted in my change of 2003-06-12.
5317
4ea2465e
TR
53182003-06-13 Theodore A. Roth <troth@openavr.org>
5319
5320 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5321 (avr_pointer_to_address): Shift code addrs left 1 bit.
5322 (avr_convert_from_func_ptr_addr): Delete function since operation is
5323 better handled by avr_address_to_pointer and avr_pointer_to_address.
5324 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5325
1581182a
MK
53262003-06-13 Mark Kettenis <kettenis@gnu.org>
5327
5328 From Kelley Cook <kelleycook@wideopenwest.com>:
5329 * configure.host: Accept i[34567]86 variants.
5330 * configure.tgt: Likewise.
5331 * nlm/configure.in: Likewise.
5332 * nlm/configure: Regenerated.
5333
7aa1783e
RE
53342003-06-13 Richard Earnshaw <rearnsha@arm.com>
5335
5336 * arm-tdep.c (solib-svr4.h): Dont' include it.
5337 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5338 * arm-linux-tdep.c: ... here. Make static.
5339 (arm_linux_init_abi): Register it.
5340 (solib-svr4.h): Include it.
5341 * Makefile.in: Update dependencies.
5342 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5343 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5344
0261a0d0
CV
53452003-06-13 Corinna Vinschen <vinschen@redhat.com>
5346
5347 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5348 indicate registers used for return values.
5349 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5350 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5351 members.
5352 (h8300_init_extra_frame_info): Ditto.
5353 (h8300_frame_locals_address): Removed.
5354 (h8300_frame_args_address): Removed.
5355 (h8300_extract_return_value): Use new regcache structure. Only care
5356 for 16 bit CPUs.
5357 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5358 (h8300_store_return_value): Use new regcache structure. Only care
5359 for 16 bit CPUs.
5360 (h8300h_store_return_value): Same function for 32 bit CPUs.
5361 (h8300_store_struct_return): Removed.
5362 (h8300_extract_struct_value_address): Use new regcache structure.
5363 (h8300h_extract_struct_value_address): Removed.
5364 (h8300_push_dummy_code): New function.
5365 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5366 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5367 set_gdbarch_store_return_value architecture dependent.
5368 Call set_gdbarch_push_dummy_code and
5369 set_gdbarch_extract_struct_value_address.
5370 Remove calls to set_gdbarch_frame_args_address,
5371 set_gdbarch_frame_locals_address,
5372 set_gdbarch_deprecated_store_struct_return,
5373 set_gdbarch_deprecated_extract_return_value,
5374 set_gdbarch_deprecated_extract_struct_value_address,
5375 set_gdbarch_deprecated_call_dummy_words and
5376 set_gdbarch_deprecated_sizeof_call_dummy_words.
5377
055c394a
CV
53782003-06-13 Corinna Vinschen <vinschen@redhat.com>
5379
5380 * h8300-tdep.c (h8300_register_byte): Remove.
5381 (h8300h_register_byte): Remove.
5382 (h8300_register_virtual_type): Remove. Substitute by...
5383 (h8300_register_type): New function.
5384 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5385 (h8300h_extract_struct_value_address): Ditto.
5386 (h8300_gdbarch_init): Drop calls to
5387 set_gdbarch_deprecated_register_byte and
5388 set_gdbarch_deprecated_register_virtual_type.
5389 Add call to set_gdbarch_register_type.
5390
9c04cab7
AC
53912003-06-13 Andrew Cagney <cagney@redhat.com>
5392
5393 * gdbarch.sh: Update comments on registers.
5394 (deprecated_register_byte): Rename register_byte.
5395 (deprecated_register_raw_size): Rename register_raw_size.
5396 (deprecated_register_virtual_size): Rename register_virtual_size.
5397 (deprecated_register_virtual_type): Rename register_virtual_type.
5398 * gdbarch.h, gdbarch.c: Re-generate.
5399 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5400 * vax-tdep.c (vax_gdbarch_init): Update.
5401 * v850-tdep.c (v850_gdbarch_init): Update.
5402 * sparc-tdep.c (sparc_gdbarch_init): Update.
5403 * sh-tdep.c (sh_gdbarch_init): Update.
5404 * s390-tdep.c (s390_gdbarch_init): Update.
5405 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5406 * ns32k-tdep.c: Update.
5407 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5408 * mips-tdep.c (mips_gdbarch_init): Update.
5409 * mcore-tdep.c (mcore_gdbarch_init): Update.
5410 * m68k-tdep.c (m68k_gdbarch_init): Update.
5411 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5412 * ia64-tdep.c (ia64_gdbarch_init): Update.
5413 * hppa-tdep.c (hppa_gdbarch_init): Update.
5414 * h8300-tdep.c (h8300_gdbarch_init): Update.
5415 * frv-tdep.c (frv_gdbarch_init): Update.
5416 * cris-tdep.c (cris_gdbarch_init): Update.
5417 * avr-tdep.c (avr_gdbarch_init): Update.
5418 * alpha-tdep.c (alpha_gdbarch_init): Update.
5419 * arm-tdep.c (arm_gdbarch_init): Update.
5420
b060cbea
AC
54212003-06-13 Andrew Cagney <cagney@redhat.com>
5422
5423 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5424 mips_o32_use_struct_convention with always_use_struct_convention.
5425
0fc9922a
DC
54262003-06-12 David Carlton <carlton@kealia.com>
5427
5428 * cp-namespace.c (cp_set_block_scope): Comment out
5429 processing_has_namespace_info branch.
5430
1fd35568
JB
54312003-06-12 Jim Blandy <jimb@redhat.com>
5432
f470a70a
JB
5433 Recognize and skip 64-bit PowerPC Linux linkage functions.
5434 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5435 insn_pattern, insns_match_pattern, d_field, ds_field): New
5436 functions, macros, and types for working with PPC instructions.
5437 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5438 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5439 ppc64_skip_trampoline_code): New functions, variables, and macros
5440 for recognizing and skipping linkage functions.
5441 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5442 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5443
49ff75ad
JB
5444 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5445 register offsets for both the 32- and 64-bit interfaces.
5446
bd918c83
JB
5447 Actually finish the job started by my change of 2003-05-29.
5448 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5449 other #definition of this.
5450 (ppc_linux_skip_trampoline_code): Remove declaration.
5451 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5452 static.
5453 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5454 method for GDBARCH.
5455
5456 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5457 'long' on ppc64-*-linux*.
5458
f8c59253
JB
5459 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5460 isn't #defined, assume the register doesn't exist: act as if
5461 tdep->ppc_mq_regnum were -1.
5462
8fbb30b1
JB
5463 * configure.host, configure.tgt: Add entries for
5464 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5465 powerpc/linux.mt.
5466 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5467 New files.
5468
1fd35568
JB
5469 * arch-utils.c (always_use_struct_convention): New function.
5470 * arch-utils.h (always_use_struct_convention): New prototype.
5471 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5472 (alpha_gdbarch_init): Register always_use_struct_convention,
5473 instead of alpha_use_struct_convention.
5474 * cris-tdep.c (cris_use_struct_convention): Delete.
5475 (cris_gdbarch_init): Register always_use_struct_convention,
5476 instead of cris_use_struct_convention.
5477 * frv-tdep.c (frv_use_struct_convention): Delete.
5478 (frv_gdbarch_init): Register always_use_struct_convention,
5479 instead of frv_use_struct_convention.
5480 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5481 (h8300_gdbarch_init): Register always_use_struct_convention,
5482 instead of h8300_use_struct_convention.
e3305dd9 5483 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
5484 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5485 instead of mips_o32_use_struct_convention.
5486
e14e6e9c
AC
54872003-06-12 Andrew Cagney <cagney@redhat.com>
5488
5489 * wince.c: Include "mips-tdep.h".
5490 * mips-tdep.h (mips_next_pc): Declare.
5491 * mcore-tdep.c: Make more local functions static.
5492 * Makefile.in (wince.o): Update dependencies.
5493
2335f48e
DC
54942003-06-12 David Carlton <carlton@kealia.com>
5495
5496 * symtab.c (lookup_symbol_aux_minsyms): Replace
5497 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5498 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5499 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5500 SYMBOL_NATURAL_NAME.
5501
f70a7d61
AS
55022003-06-12 Andreas Schwab <schwab@suse.de>
5503
5504 * Makefile.in (tuiDisassem.o): Update dependencies.
5505
b6429628
DC
55062003-06-12 David Carlton <carlton@bactrian.org>
5507
5508 * symtab.h: Delete declaration of make_symbol_overload_list.
5509 Add declaration of lookup_partial_symbol.
5510 * symtab.c (remove_params): Move to cp-support.c.
5511 (overload_list_add_symbol, make_symbol_overload_list)
5512 (sym_return_val_size, sym_return_val_index): Ditto.
5513 (lookup_partial_symbol): Make extern.
5514 * cp-support.h: Add declaration of make_symbol_overload_list.
5515 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5516 symtab.h, and block.h.
5517 (remove_params): Move here from symtab.c.
5518 (overload_list_add_symbol, make_symbol_overload_list)
5519 (sym_return_val_size, sym_return_val_index): Ditto.
5520 * valops.c: Include cp-support.h.
5521 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5522 frame_h, and block_h.
5523 (valops.o): Depend on cp_support_h.
5524
084edea5
CV
55252003-06-12 Corinna Vinschen <vinschen@redhat.com>
5526
5527 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5528 substitute by NUM_REGS throughout.
5529 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5530 (h8300s_register_name): New function for H8S registers.
5531 (h8300sx_register_name): Ditto for H8SX registers.
5532 (h8300_print_register): Revise register printing, avoid depending
5533 on 32 bit long.
0261a0d0 5534 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
5535 (h8300h_register_byte): New function for any other architecture.
5536 (h8300_register_raw_size): Remove.
5537 (h8300_register_virtual_type): Revise to return actually useful
5538 type.
5539 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5540 (h8300h_extract_struct_value_address): New function for any other
5541 architecture.
5542 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5543 set_gdbarch_register_name, set_gdbarch_register_byte,
5544 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5545 Remove calls to set_gdbarch_deprecated_register_size,
5546 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5547 set_gdbarch_deprecated_max_register_raw_size,
5548 set_gdbarch_register_virtual_size and
5549 set_gdbarch_deprecated_max_register_virtual_size entirely.
5550 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5551 set_gdbarch_long_double_bit.
5552
06194148
JJ
55532003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5554
8ffd9b1b
AJ
5555 * doublest.c (convert_doublest_to_floatformat): When dealing
5556 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
5557 processing a full 32 bits of mantissa.
5558
de4f826b
DC
55592003-06-11 David Carlton <carlton@bactrian.org>
5560
5561 * dictionary.h: New.
5562 * dictionary.c: New.
5563 * block.h: Add opaque declaration for struct dictionary.
5564 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5565 'sym' members.
5566 (BLOCK_DICT): New macro.
5567 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5568 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5569 BLOCK_SHOULD_SORT.
5570 (ALL_BLOCK_SYMBOLS): Update definition.
5571 * Makefile.in (SFILES): Add dictionary.c.
5572 (dictionary_h): New.
5573 (COMMON_OBS): Add dictionary.o.
5574 (dictionary.o): New.
5575 (ada-lang.o): Depend on dictionary_h.
5576 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5577 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5578 (mi-cmd-stack.o): Ditto.
5579 (gdbtk-cmds.o): Update dependencies.
5580 (gdbtk-stack.o): Ditto.
5581 * ada-lang.c: Include dictionary.h.
5582 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5583 (fill_in_ada_prototype, debug_print_block): Ditto.
5584 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5585 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5586 'is_sorted'.
5587 * mdebugread.c: Include dictionary.h.
5588 (struct parse_stack): Delete 'maxsyms' member.
5589 (parse_symbol): Update calls to new_block. Delete calls to
5590 shrink_block. Use dictionary methods.
5591 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5592 Update calls to new_symtab. Don't maintain maxsyms data.
5593 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5594 (add_symbol): Just call dict_add_symbol.
5595 (new_symtab): Delete 'maxsyms' argument.
5596 (new_symtab): Update calls to new_block.
5597 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5598 (shrink_block): Delete function.
5599 (fixup_sigtramp): Update call to new_block. Add symbol via
5600 dict_add_symbol.
5601 * jv-lang.c: Include dictionary.h.
5602 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5603 appropriately. Set class_symtab->free_func. Make sure the
5604 blockvector is big enough to hold two blocks.
5605 (add_class_symtab_symbol): Use dictionary methods.
5606 (free_class_block): New function.
5607 (type_from_class): Replace explicit iteration by
5608 ALL_BLOCK_SYMBOLS.
5609 * symtab.h (struct symtab): Replace 'free_ptr' method by
5610 'free_func'.
5611 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5612 sort_symtab_syms.
5613 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5614 sort_symtab_syms.
5615 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5616 Include dictionary.h.
5617 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5618 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5619 sort_symtab_syms.
5620 * objfiles.c: Include dictionary.h.
5621 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5622 * buildsym.c: Include dictionary.h.
5623 (finish_block): Use dictionary methods.
5624 (end_symtab): Set free_func to NULL, not free_ptr.
5625 * tracepoint.c: Include dictionary.h.
5626 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5627 (scope_info): Ditto.
5628 * stack.c: Include dictionary.h.
5629 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5630 (print_block_frame_labels, print_frame_arg_vars)
5631 (print_frame_args): Ditto.
5632 * symmisc.c (free_symtab_block): Use dictionary methods.
5633 (dump_symtab): Ditto.
5634 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5635 Include dictionary.h.
5636 * symfile.h: Delete declarations of sort_block_syms,
5637 sort_symtab_syms.
5638 * symfile.c (sort_block_syms): Delete.
5639 (sort_symtab_syms): Delete.
5640 * symtab.c: Include dictionary.h.
5641 (lookup_block_symbol): Use dictionary iterators.
5642 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5643 (search_symbols, make_symbol_completion_list): Ditto.
5644 (make_symbol_overload_list): Ditto.
5645 * valops.c (value_of_local): Use dict_empty.
5646 Include dictionary.h.
5647
a31f978c
JB
56482003-06-11 J. Brobecker <brobecker@gnat.com>
5649
5650 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5651
526e70c0
DC
56522003-06-11 David Carlton <carlton@bactrian.org>
5653
5654 * block.h (BLOCK_SHOULD_SORT): Delete.
5655 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5656 blocks.
5657 * ada-lang.c (ada_add_block_symbols): Ditto.
5658 * symfile.c (sort_block_syms): Delete.
5659 (sort_symtab_syms): Ditto.
5660 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5661 declarations.
5662 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5663 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5664 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5665 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5666 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5667 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5668 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5669
33c08150
JJ
56702003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5671
8ffd9b1b 5672 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
5673 bits to 128.
5674
781a750d
AC
56752003-06-11 Andrew Cagney <cagney@redhat.com>
5676
5677 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5678 REGISTER_CONVERTIBLE.
5679 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5680 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5681 * gdbarch.h, gdbarch.c: Re-generate.
5682 * arch-utils.h (deprecated_register_convertible_not): Rename
5683 generic_register_convertible_not.
5684 * arch-utils.c (deprecated_register_convertible_not): Rename
5685 generic_register_convertible.
5686 (legacy_convert_register_p, legacy_register_to_value): Update.
5687 * sh-tdep.c (sh64_push_arguments): Update.
5688 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5689 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5690 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5691 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5692 * arch-utils.c (legacy_value_to_register): Update.
5693 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5694 (rs6000_register_convert_to_raw): Make parameter "from" const.
5695 * mips-tdep.c (mips_gdbarch_init): Update.
5696 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5697 * infcmd.c (default_print_registers_info): Update.
5698 * ia64-tdep.c (ia64_gdbarch_init): Update.
5699 (ia64_register_convert_to_raw): Make parameter "from" const.
5700 * i386-tdep.c (i386_gdbarch_init): Update.
5701 (i386_register_convert_to_raw): Update.
5702
cd90e54f
AC
57032003-06-11 Andrew Cagney <cagney@redhat.com>
5704
5705 * remote-fileio.c: Include "remote-fileio.h".
5706 * Makefile.in (remote-fileio.o): Update dependencies.
5707 (remote_fileio_h): Fix typo.
5708
a78f21af
AC
57092003-06-11 Andrew Cagney <cagney@redhat.com>
5710
5711 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5712 (xstormy16_save_dummy_frame_tos): Make static.
5713 (_initialize_xstormy16_tdep): Add declaration.
5714 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5715 * v850-tdep.c: Make local functions static.
5716 (_initialize_v850_tdep): Add declaration.
5717 * sparc-tdep.c: Make local functions static.
5718 (_initialize_sparc_tdep): Add declaration.
5719 * sh-tdep.c: Make local functions static.
5720 (_initialize_sh_tdep): Add declaration.
5721 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5722 * s390-tdep.c: Make local functions static.
5723 (_initialize_s390_tdep): Add declaration.
5724 * dbxread.c (find_stab_function_addr): Make static.
5725 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5726 * ocd.c (_initialize_remote_ocd): Add declaration.
5727 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5728 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5729 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5730 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5731 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5732 * remote-array.c (_initialize_array): Add declaration.
5733 (_initialize_remote_monitors): Add declaration.
5734 * remote-mips.c: Make local functions static.
5735 (_initialize_remote_mips): Add declaration.
5736 * mcore-tdep.c: Make all local functions static.
5737 (_initialize_mcore_tdep): Add declaration.
5738 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5739 * abug-rom.c (_initialize_abug_rom): Add declaration.
5740 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5741 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5742 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5743 * remote-est.c (_initialize_est): Add declaration.
5744 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5745 (m68hc11_call_dummy_address): Make static.
5746 * ia64-tdep.c: Make local functions static.
5747 (_initialize_ia64_tdep): Add declaration.
5748 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5749 * monitor.c (monitor_wait_filter): Make static.
5750 (_initialize_remote_monitors): Add declaration.
5751 * remote-hms.c (_initialize_remote_hms): Add declaration.
5752 * remote-e7000.c (fetch_regs_from_dump): Make static.
5753 (expect_n): Make static.
5754 (_initialize_remote_e7000): Add declaration.
5755 * ser-e7kpc.c: Always include "defs.h".
5756 (_initialize_ser_e7000pc): Add declaration.
5757 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5758 * cris-tdep.c: Make all but one function static.
5759 (_initialize_cris_tdep): Add declaration.
5760 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5761 * solib.c (update_solib_list): Make static.
5762 (_initialize_solib): Add declaration.
5763 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5764 (_initialize_avr_tdep): Add declaration.
5765 * remote-rdi.c (voiddummy): Make static.
5766 (_initialize_remote_rdi): Add declaration.
5767 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5768 * remote-rdp.c (send_rdp): Make static.
5769 (_initialize_remote_rdp): Add declaration.
5770 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5771
cbcdb1f5
CV
57722003-06-11 Corinna Vinschen <vinschen@redhat.com>
5773
5774 * remote-fileio.c: Make ari happy.
5775
a191ea8d
JB
57762003-06-10 J. Brobecker <brobecker@gnat.com>
5777
5778 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5779 fetching the trailing bytes of the buffer we are about to write.
5780
0ef75e11
AC
57812003-06-10 Andrew Cagney <cagney@redhat.com>
5782
5783 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5784 * Makefile.in (remote-fileio.o): Update dependencies.
5785 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5786 include <setjmp.h>, or <sys/types.h> conditional on USG.
5787 (remote_fio_jmp_buf): Delete global variable.
5788
449092f6 57892003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 5790 Martin M. Hunt <hunt@redhat.com>
449092f6 5791
559fa028
AC
5792 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5793 (SFILES): Add remote-fileio.c.
5794 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5795 dependencies for building remote.o.
449092f6
CV
5796 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5797 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 5798 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
5799 static storage class.
5800 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5801 'F' packet.
5802 (_initialize_remote): Call initialize_remote_fileio().
5803 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
5804 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5805 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5806 (captured_main): Initialize new ui_files.
5807 * ui-file.c: Add read and fgets input functions.
5808 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5809 (null_file_read): New function.
5810 (ui_file_read): New function.
5811 (set_ui_file_read): New function.
5812 (stdio_file_read): New function.
5813 * ui-file.h: New type ui_file_read_ftype.
5814 (set_ui_file_read): Declare.
5815 (ui_file_read): Declare.
5816
248de703
AC
58172003-06-09 Andrew Cagney <cagney@redhat.com>
5818
5819 * frame.h (deprecated_unwind_get_saved_register): Rename
5820 generic_unwind_get_saved_register, update comments.
5821 * mips-tdep.c (mips_get_saved_register): Update.
5822 * frame.c (deprecated_unwind_get_saved_register): Update.
5823
0ed8aa57
AC
58242003-06-09 Andrew Cagney <cagney@redhat.com>
5825
5826 * vax-tdep.c (vax_frame_locals_address): Delete function.
5827 (vax_gdbarch_init): Do not set frame_locals_address.
5828 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5829 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5830 * s390-tdep.c (s390_frame_args_address): Delete function.
5831 (s390_gdbarch_init): Do not set frame_args_address or
5832 frame_locals_address.
5833 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5834 (ns32k_gdbarch_init): Do not set frame_locals_address.
5835 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5836 (hppa_frame_locals_address): Delete function.
5837 (hppa_gdbarch_init): Do not set frame_args_address, or
5838 frame_locals_address.
5839 * arm-tdep.c (arm_frame_args_address): Delete.
5840 (arm_frame_locals_address): Delete.
5841 (arm_gdbarch_init): Do not set frame_args_address, or
5842 frame_locals_address.
5843
983a287a
AC
58442003-06-09 Andrew Cagney <cagney@redhat.com>
5845
5846 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5847 * gdbarch.h, gdbarch.c: Re-generate.
5848 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5849 * arch-utils.c (frame_num_args_unknown): Delete function.
5850 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5851 (frame_info): Use FRAME_NUM_ARGS_P.
5852 * arm-tdep.c (arm_frame_num_args): Delete function.
5853 (arm_gdbarch_init): Do not set frame_num_args.
5854 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5855 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5856 (hppa_gdbarch_init): Do not set frame_num_args.
5857 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5858 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5859 frame_num_args to default frame_num_args_unknown.
5860 * v850-tdep.c (v850_gdbarch_init): Ditto.
5861 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5862 * sh-tdep.c (sh_gdbarch_init): Ditto.
5863 * s390-tdep.c (s390_gdbarch_init): Ditto.
5864 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5865 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5866 * mips-tdep.c (mips_gdbarch_init): Ditto.
5867 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5868 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5869 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5870 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5871 * i386-tdep.c (i386_gdbarch_init): Ditto.
5872 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5873 * frv-tdep.c (frv_gdbarch_init): Ditto.
5874 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5875 * cris-tdep.c (cris_gdbarch_init): Ditto.
5876 * avr-tdep.c (avr_gdbarch_init): Ditto.
5877 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5878
8d3b0994
AC
58792003-06-09 Andrew Cagney <cagney@redhat.com>
5880
5881 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5882 (print_frame_args): Moved to "stack.c".
5883 * stack.c: Include "gdb_assert.h".
5884 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5885 (print_frame_args): Moved from "printcmd.c".
5886 * frame.h (print_frame_args): Delete declaration.
5887 * Makefile.in (stack.o): Update dependencies.
5888
25e3a86b
AC
58892003-06-08 Andrew Cagney <cagney@redhat.com>
5890
5891 * frame.c (get_prev_frame): Remove reference to
5892 frame_args_address_correct in comments.
5893 * frame-base.c (default_frame_args_address): Delete code
5894 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5895 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5896 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5897 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5898 (vax_frame_args_address_correct): Delete declaration.
5899
a9e5fdc2
AC
59002003-06-08 Andrew Cagney <cagney@redhat.com>
5901
5902 * gdbarch.sh (UNWIND_SP): Add.
5903 * gdbarch.h, gdbarch.c: Re-generate.
5904 * frame.c (frame_sp_unwind): New function.
5905 (get_frame_sp): New function.
5906 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5907 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5908 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5909 value.
5910 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5911 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5912
8983bd83
AC
59132003-06-08 Andrew Cagney <cagney@redhat.com>
5914
7fec2c59
AC
5915 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5916 REMOTE_BREAKPOINT.
5917 * remote.c: Update.
5918 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5919 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5920 * config/m68k/tm-sun3.h: Update.
5921 * config/m68k/tm-m68klynx.h: Update.
5922 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5923
8983bd83
AC
5924 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5925 trad_frame". Update comments.
5926 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5927 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5928 (trad_frame_register_value, trad_frame_prev_register): Update.
5929
b9362cc7
AC
59302003-06-08 Andrew Cagney <cagney@redhat.com>
5931
5932 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5933 from GCC's acinclude.m4.
5934 * configure.in: Check for getopt's delcaration.
8ffd9b1b 5935 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
5936 * main.c (error_init): Delete declaration.
5937 * defs.h (error_init): Declare.
5938 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5939 (rs6000_convert_from_func_ptr_addr): Make static.
5940 (_initialize_rs6000_tdep): Add declaration.
5941 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5942 (show_commands, set_verbose, show_history): Delete declaration.
5943 * top.h (set_verbose): Add declaration.
5944 (show_history, set_history, show_commands): Add declaration.
5945 (do_restore_instream_cleanup): Add declaration.
5946 * objc-lang.c (specialcmp): Make static.
5947 (print_object_command): Make static.
5948 (find_objc_msgsend): Make static.
5949 (find_objc_msgcall_submethod_helper): Make static.
5950 (find_objc_msgcall_submethod): Make static.
5951 (_initialize_objc_language): Add declaration.
5952 (find_implementation_from_class): Make static.
5953 (find_implementation): Make static.
5954 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5955 * objc-lang.h (lookup_struct_typedef): Add declaration.
5956 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5957 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5958 (do_restore_user_call_depth): Make static.
5959 (do_restore_instream_cleanup): Delete declaration.
5960 (dont_repeat): Delete declaration.
5961 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5962 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5963 * reggroups.c (_initialize_reggroup): Add declaration.
5964 * cp-support.c (_initialize_cp_support): Add declaration.
5965 * cp-abi.c (_initialize_cp_abi): Add declaration.
5966 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5967 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5968 (_initialize_gnu_v3_abi): Add declaration.
5969 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5970 (_initialize_gnu_v2_abi): Add declaration.
5971 * frame-base.c (_initialize_frame_base): Add declaration.
5972 * doublest.c (floatformat_from_length): Make static.
5973 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5974 * frame.c (create_sentinel_frame): Make static.
5975 (_initialize_frame): Add declaration.
5976 * top.c (do_catch_errors): Make static.
5977 (gdb_rl_operate_and_get_next_completion): Make static.
5978 * typeprint.c: Include "typeprint.h".
5979 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5980 (sentinel_frame_this_id): Make static.
5981 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5982 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5983 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5984 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5985 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5986 * maint.c (maintenance_print_architecture): Make static.
5987 * signals/signals.c (_initialize_signals): Add declaration.
5988 * std-regs.c (_initialize_frame_reg): Add declaration.
5989 * jv-exp.y (push_variable): ISO C definition.
5990 (push_qualified_expression_name): Ditto.
5991 * memattr.c (_initialize_mem): Add declaration.
5992 * remote.c (remote_check_watch_resources): Make static.
5993 (remote_stopped_by_watchpoint): Make static.
5994 (remote_stopped_data_address): Make static.
5995 * d10v-tdep.c (nr_dmap_regs): Make static.
5996 (a0_regnum): Make static.
5997 (d10v_frame_unwind_cache): Make static.
5998 (d10v_frame_p): Make static.
5999 * osabi.c (show_osabi): Make static.
6000 (_initialize_gdb_osabi): Add extern declaration.
6001 * gdbtypes.c (make_qualified_type): Make static.
6002 (safe_parse_type): Make static.
6003 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6004 * macrotab.c (macro_bcache_free): Make static.
6005 * interps.c (interp_set_quiet): Make static.
6006 (interpreter_exec_cmd): Make static.
6007 * stack.h (select_frame_command): New file.
6008 * stack.c: Include "stack.h".
6009 (select_frame_command_wrapper): Delete function.
6010 (select_frame_command): Make global.
6011 * infcall.c: Include "infcall.h".
6012 * linespec.c: Include "linespec.h".
6013 * symfile.c (sections_overlap): Make static.
6014 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6015 * charset.c (_initialize_charset): Add missing prototype.
6016 * regcache.c (init_legacy_regcache_descr): Make static.
6017 (do_regcache_xfree): Make static.
6018 (regcache_xfer_part): Make static.
6019 (_initialize_regcache): Add missing prototype.
6020 * breakpoint.c (parse_breakpoint_sals): Make static.
6021 (breakpoint_sals_to_pc): Make static.
6022 * interps.h (clear_interpreter_hooks): ISO C declaration.
6023 * Makefile.in (stack_h): Define.
6024 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6025 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6026
a0f267c7
AC
60272003-06-08 Andrew Cagney <cagney@redhat.com>
6028
6029 * Makefile.in (d10v-tdep.o): Update dependencies.
6030 (SFILES): Add trad-frame.c.
6031 (trad_frame_h): Define.
6032 (COMMON_OBS): Add trad-frame.o.
6033 (trad-frame.o): Specify dependencies.
6034 * d10v-tdep.c: Include "trad-frame.h".
6035 (saved_regs_unwinder): Delete function.
6036 (d10v_frame_prev_register): Use trad_frame_prev_register.
6037 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6038 trad_frame", delete "regs" and "prev_sp".
6039 (prologue_find_regs): Use trad-frame.
6040 * trad-frame.h, trad-frame.c: New files.
6041
4538b4f4
MK
60422003-06-08 Mark Kettenis <kettenis@gnu.org>
6043
6044 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6045
a0273b2f
AF
60462003-06-07 Adam Fedor <fedor@gnu.org>
6047
6048 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6049 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6050 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6051 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 6052 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
6053 Use it.
6054
3a6c3343
AC
60552003-06-07 Andrew Cagney <cagney@redhat.com>
6056
6057 * symfile.h: Re-indent, clean up comments.
6058
b46e02f6
AC
60592003-06-07 Andrew Cagney <cagney@redhat.com>
6060
6061 * inferior.h (deprecated_write_sp): Replace
6062 generic_target_write_sp.
6063 * regcache.c (deprecated_write_sp): Replace
6064 generic_target_write_sp.
6065 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6066 * vax-tdep.c (vax_gdbarch_init): Update.
6067 * v850-tdep.c (v850_gdbarch_init): Update.
6068 * sparc-tdep.c (sparc_gdbarch_init): Update.
6069 * sh-tdep.c (sh_gdbarch_init): Update.
6070 * s390-tdep.c (s390_gdbarch_init): Update.
6071 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6072 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6073 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6074 * mcore-tdep.c (mcore_gdbarch_init): Update.
6075 * m68k-tdep.c (m68k_gdbarch_init): Update.
6076 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6077 * ia64-tdep.c (ia64_gdbarch_init): Update.
6078 * h8300-tdep.c (h8300_gdbarch_init): Update.
6079 * frv-tdep.c (frv_gdbarch_init): Update.
6080 * cris-tdep.c (cris_gdbarch_init): Update.
6081 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6082
a42e117c
AC
60832003-06-07 Andrew Cagney <cagney@redhat.com>
6084
6085 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6086 Assert that PC_REGNUM is valid.
6087 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6088
bd1ce8ba
AC
60892003-06-07 Andrew Cagney <cagney@redhat.com>
6090
6091 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6092 * gdbarch.h, gdbarch.c: Regenerate.
6093 * mn10300-tdep.c: Include "gdb_assert.h".
6094 (mn10300_read_fp): New function.
6095 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6096 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6097 * ia64-tdep.c: Include "gdb_assert.h".
6098 (ia64_read_fp): New function.
6099 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6100 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6101 * regcache.c (generic_target_read_sp): Delete function.
6102 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6103 * inferior.h (generic_target_read_sp): Delete declaration.
6104 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6105 generic_target_read_sp.
6106 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6107 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6108 * sh-tdep.c (sh_gdbarch_init): Ditto.
6109 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6110 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6111
ec5cbaec
AC
61122003-06-07 Andrew Cagney <cagney@redhat.com>
6113
6114 * gdbarch.sh: Comment each field of startup_gdbarch.
6115 * gdbarch.h, gdbarch.c: Re-generate.
6116
cde9ea48
AC
61172003-06-07 Andrew Cagney <cagney@redhat.com>
6118
6119 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6120 * gdbarch.h, gdbarch.c: Re-generate.
6121 * regcache.c: Update comments on read_pc et.al.
6122 (generic_target_read_pc): Delete function.
6123 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6124 * inferior.h (generic_target_read_pc): Delete declaration.
6125 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6126 generic_target_read_pc.
6127 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6128 * sh-tdep.c (sh_gdbarch_init): Ditto.
6129 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6130 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6131
9a90a780
AC
61322003-06-07 Andrew Cagney <cagney@redhat.com>
6133
6134 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6135 "index" with "special_local_sect". Use strcmp instead of STREQ.
6136 Append period to coments.
6137
a39a16c4
MM
61382003-06-06 Mark Mitchell <mark@codesourcery.com>
6139
6140 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6141 (elfstab_offset_sections): Likewise.
6142 * gdb-stabs.h (stab_section_info): Likewise.
6143 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6144 * objfiles.c (objfile_relocate): Likewise.
6145 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6146 * remote.c (get_offsets): Likewise.
6147 (remote_cisco_objfile_relocate): Likewise.
6148 * somread.c (som_symfile_offsets): Likewise.
6149 * symfile.c (alloc_section_addr_info): New function.
6150 (build_section_addr_info_from_section_tab): Use it.
6151 (free_section_addr_info): Adjust.
6152 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6153 (syms_from_objfile): Allocate local_addr dynamically.
6154 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6155 dynamically.
6156 (add_symbol_file_command): Allocate sect_opts dynamically.
6157 (reread_symbols): Avoid use of SECT_OFF_MAX.
6158 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6159 (alloc_section_addr_info): Declare it.
6160 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6161 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6162 dynamically.
6163 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 6164
20c6c2f8
AC
61652003-06-06 Andrew Cagney <cagney@redhat.com>
6166
6167 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6168 (d10v_frame_unwind_cache): Do not set "return_pc".
6169
884a26c8
MS
61702003-06-06 Michael Snyder <msnyder@redhat.com>
6171
6172 * h8300-tdep.c: Make tidy (long lines).
6173
088ce440
ML
61742003-06-06 Michal Ludvig <mludvig@suse.cz>
6175
8ffd9b1b 6176 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
6177 to regcache_collect().
6178
7d773d96
JB
61792003-06-05 J. Brobecker <brobecker@gnat.com>
6180
6181 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6182 pc_in_sigtramp multiarch method.
6183 (hppa_hpux_som_init_abi): Use it.
6184 (hppa_hpux_elf_init_abi): Likewise.
6185 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6186 macro has been multiarched.
6187 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6188 macro here, as hppa64 isn't multiarched yet.
6189
1df6926e
AC
61902003-06-05 Andrew Cagney <cagney@redhat.com>
6191
6192 * Makefile.in (value_h): Add $(frame_h).
6193 * value.h: Include "frame.h".
6194 (struct value): Replace "frame_addr" with "frame_id".
6195 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6196 * values.c (allocate_value): Use VALUE_FRAME_ID.
6197 (value_copy): Use VALUE_FRAME_ID.
6198 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6199 * valops.c (value_assign): Update. Use frame_find_by_id.
6200
6b53acc6
ML
62012003-06-05 Michal Ludvig <mludvig@suse.cz>
6202
6203 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6204 in each pass.
6205
4d9850d3
JJ
62062003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6207
6208 * thread-db.c (check_event): For create/death event breakpoints,
6209 loop through all messages to ensure that we read the message
6210 corresponding to the breakpoint we are at.
6211
8efca6ba
MS
62122003-06-04 Michael Snyder <msnyder@redhat.com>
6213
6214 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6215
0912c7f2
MK
62162003-06-04 Mark Kettenis <kettenis@gnu.org>
6217
6218 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6219 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6220 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6221 when handling .eh_frame sections.
6222
4e370325
JB
62232003-06-04 J. Brobecker <brobecker@gnat.com>
6224
6225 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6226 prepare_to_proceed procedure instead of the hppa-specific one.
6227 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6228
b757528f 62292003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 6230
b757528f
JJ
6231 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6232 * config.in: Regenerated.
6233 * configure.in: Add test for syscall function and check for
6234 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6235 * configure: Regenerated.
6236 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6237 <sys/syscall.h>.
6238 (kill_lwp): New function that uses tkill syscall or
6239 uses kill, depending on whether threading model is nptl or not.
6240 All callers of kill() changed to use kill_lwp().
6241 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6242 see if all threads have already exited in the nptl model.
6243 (stop_and_resume_callback): New callback function used by the
6244 lin_lwp_wait thread exit handling code.
6245 (stop_wait_callback): Check for threads already having exited and
6246 delete such threads fromt the lwp list when discovered.
6247 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 6248
b757528f
JJ
6249 Roland McGrath <roland@redhat.com>
6250 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6251 nptl libthread_db.
6252
087779b1
RH
62532003-06-03 Richard Henderson <rth@redhat.com>
6254
b21fd293
RH
6255 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6256 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6257 (alpha_sigtramp_frame_prev_register): Likewise.
6258 (alpha_heuristic_frame_prev_register): Likewise.
6259 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6260
8ffd9b1b 6261 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
6262 alpha-specific register id names.
6263 (alpha_mdebug_frame_unwind_cache): Likewise.
6264 (alpha_mdebug_frame_prev_register): Likewise.
6265
baa490c4
RH
62662003-06-03 Richard Henderson <rth@redhat.com>
6267
6268 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6269 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6270 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6271 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6272 unwind routines.
6273 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6274 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6275 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6276
6277 * alpha-linux-tdep.c: Remove unnecessary includes.
6278 * Makefile.in (alpha-linux-tdep.o): Update.
6279
62802003-06-03 Richard Henderson <rth@redhat.com>
6281
6282 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6283 (alphabsd_fill_fpreg): Likewise.
6284
f534e522
JB
62852003-06-03 J. Brobecker <brobecker@gnat.com>
6286
6287 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6288 references to struct frame_info fields by calls to the equivalent
6289 accessors. Necessary now that frame_info is opaque.
6290
4035536b
JB
62912003-06-03 J. Brobecker <brobecker@gnat.com>
6292
6293 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6294 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6295 structure, field no longer exists.
6296
0bd79c5c
JB
62972003-06-03 J. Brobecker <brobecker@gnat.com>
6298
6299 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6300 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6301
37bb6d9f
JB
63022003-06-03 J. Brobecker <brobecker@gnat.com>
6303
6304 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6305 references to struct frame_info fields by calls to the equivalent
6306 accessors. Necessary now that frame_info is opaque.
6307
852ee05c
JB
63082003-06-03 J. Brobecker <brobecker@gnat.com>
6309
6310 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6311 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6312 structure, field no longer exists.
6313
7d58c67d
TR
63142003-06-03 Theodore A. Roth <troth@openavr.org>
6315
8ffd9b1b 6316 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
6317 accumulation of the size of all registers instead of blindly using
6318 DEPRECATED_REGISTER_BYTES.
6319
0a48e7e8
MS
63202003-06-03 Michael Snyder <msnyder@redhat.com>
6321
6322 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6323 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6324 for h8300sx.
6325
9798ab0d
JB
63262003-06-03 J. Brobecker <brobecker@gnat.com>
6327
6328 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6329 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6330
00b037e2
AC
63312003-06-03 Andrew Cagney <cagney@redhat.com>
6332
6333 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6334 (sparc_convert_to_raw): Delete function.
6335 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6336 register_convert_to_virtual.
6337
043b2f77
JJ
63382003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6339
6340 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6341 layer if not dealing with a statically-linked threaded program.
6342
f43caff8
KW
63432003-06-03 Kris Warkentin <kewarken@qnx.com>
6344
6345 * solib.c (solib_open): Update comment to reflect actual search order.
6346
ae1e7417
AC
63472003-06-03 Andrew Cagney <cagney@redhat.com>
6348
6349 * frame.c (get_frame_memory_signed): New function.
6350 (get_frame_memory, get_frame_memory_unsigned): New function.
6351 (get_frame_arch): New function.
6352 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6353 (get_frame_memory, get_frame_unsigned_memory): Declare.
6354 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6355 get_frame_memory_unsigned and get_frame_arch.
6356 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6357
cb123844
RG
63582003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6359
6360 * MAINTAINERS (write after approval): Add myself.
6361
1bb792e9
JB
63622003-06-03 Jim Blandy <jimb@redhat.com>
6363
6364 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6365 elements of gregset_t are 64 bits each, but access registers
6366 are still 32 bits, so they're packed two per gregset_t
6367 element. Unpack/pack them properly.
6368
aee8d8ba
DC
63692003-06-02 David Carlton <carlton@bactrian.org>
6370
6371 * linespec.c (find_methods): Break out code into
6372 add_matching_methods and add_constructors.
6373 (add_matching_methods): New.
6374 (add_constructors): Ditto.
6375
bf7488d2
AC
63762003-06-02 Andrew Cagney <cagney@redhat.com>
6377
bf7488d2
AC
6378 * sparc-tdep.c (sparc_print_registers): Delete call to
6379 REGISTER_CONVERTIBLE.
6380 (sparc_gdbarch_init): Do not set register_convertible.
6381 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6382 * frv-tdep.c (frv_gdbarch_init): Ditto.
6383 * cris-tdep.c (cris_gdbarch_init): Ditto.
6384
adedef68
EZ
63852003-06-02 Elena Zannoni <ezannoni@redhat.com>
6386
8ffd9b1b 6387 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
6388 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6389 (syms_from_objfile): Ditto.
6390
650fcc91
AS
63912003-06-03 Andreas Schwab <schwab@suse.de>
6392
6393 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6394 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6395
df4a182b
RH
63962003-06-02 Richard Henderson <rth@redhat.com>
6397
6398 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6399 a member of all_reggroup.
6400
c483c494
RH
64012003-06-02 Richard Henderson <rth@redhat.com>
6402
6403 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6404 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6405 (alpha_lds, alpha_sts): New.
6406 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 6407 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
6408 restructure and fail for type sizes other than 4 or 8.
6409 (alpha_value_to_register): Similarly.
6410 (alpha_extract_return_value): Use alpha_sts.
6411 (alpha_store_return_value): Use alpha_lds.
6412 (alpha_gdbarch_init): Update hooks.
6413
b38b6be2
RH
64142003-06-02 Richard Henderson <rth@redhat.com>
6415
6416 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6417 regnum identifiers.
6418 (alpha_sigtramp_register_address): Likewise.
6419
98a8e1e5
RH
64202003-06-02 Richard Henderson <rth@redhat.com>
6421
6422 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6423 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6424 * alpha-tdep.h: Declare them.
6425
6426 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6427 Remove zerobuf. Don't error on UNIQUE.
6428 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6429 (ALPHA_REGSET_UNIQUE): Provide default.
6430 (supply_gregset): Use alpha_supply_int_regs.
6431 (fill_gregset): Use alpha_fill_int_regs.
6432 (supply_fpregset): Use alpha_supply_fp_regs.
6433 (fill_fpregset): Use alpha_fill_fp_regs.
6434 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6435 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6436 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6437 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6438 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6439 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6440
67dfac52
RH
64412003-06-02 Richard Henderson <rth@redhat.com>
6442
f75d70cc
RH
6443 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6444
67dfac52
RH
6445 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6446 (alpha_store_return_value): Likewise.
6447
0cf566ec
DC
64482003-06-02 David Carlton <carlton@math.stanford.edu>
6449
6450 * block.c (contained_in): Add 'const' to arguments.
6451 (block_function): Ditto.
6452 * block.h: Update declarations for block_function and
6453 contained_in.
6454
cdef89d0
DC
64552003-06-02 David Carlton <carlton@math.stanford.edu>
6456
6457 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6458 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6459 * p-valprint.c (pascal_val_print): Ditto.
6460 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6461
72667056
RH
64622003-06-02 Richard Henderson <rth@redhat.com>
6463
98a8e1e5
RH
6464 * alpha-tdep.c (alpha_push_dummy_call): Use
6465 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 6466
8ffd9b1b 6467 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
6468 sign-extension of 32-bit values.
6469 (alpha_store_return_value): Similarly.
0ede8eca 6470
98a8e1e5
RH
6471 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6472 (alpha_extract_return_value): Likewise.
6473 (alpha_store_return_value): Likewise.
7b5e1cb3 6474
98a8e1e5
RH
6475 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6476 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 6477
98a8e1e5
RH
6478 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6479 (alpha_extract_struct_value_address): Likewise.
6480 (alpha_store_return_value): Likewise.
6481 (alpha_store_struct_return): Remove.
6482 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 6483
98a8e1e5
RH
6484 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6485 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6486 macros where appropriate.
6487 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6488 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 6489
98a8e1e5
RH
6490 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6491 for SP, GP; void_func_ptr for PC; non-language-specific types
6492 for all others.
6493 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 6494
6dd77b81
RH
64952003-06-02 Richard Henderson <rth@redhat.com>
6496
6497 * top.h (lim_at_start): Declare.
6498 * main.c (captured_main): Set it.
6499 * top.c (lim_at_start): Define.
6500 (command_loop): Use it instead of &environ.
6501 * event-top.c (command_handler): Likewise.
6502
f4dbdb54
JT
65032003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6504
6505 * mipsnbsd-tdep.c: Update copyright years.
6506 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6507
8f285956
RH
65082003-06-01 Richard Henderson <rth@redhat.com>
6509
98a8e1e5
RH
6510 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6511 (alpha-linux-tdep.o): Update dependencies.
6512 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6513 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 6514
615967cb
RH
65152003-06-01 Richard Henderson <rth@redhat.com>
6516
98a8e1e5
RH
6517 * alpha-tdep.c (alpha_register_reggroup_p): New.
6518 (alpha_gdbarch_init): Register it.
615967cb 6519
b59661bd
AC
65202003-06-02 Andrew Cagney <cagney@redhat.com>
6521
6522 * dwarfread.c: Eliminate "register"
6523 (decode_die_type): Eliminate assignment within "if".
6524 (struct_type, decode_array_element_type): Ditto.
6525 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6526 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6527 (decode_modified_type, completedieinfo): Ditto.
6528 * block.c: Eliminate "register".
6529 (blockvector_for_pc_sect): Eliminate assignment within "if".
6530 * cp-support.h (struct symbol): Opaque declaration.
6531 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6532
5ef165c2
RH
65332003-06-01 Richard Henderson <rth@redhat.com>
6534
98a8e1e5
RH
6535 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6536 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 6537
143985b7
AF
65382003-06-01 Adam Fedor <fedor@gnu.org>
6539
6540 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6541 * gdbarch.[ch]: Regenerate.
6542 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6543 (hppa_gdbarch_init): Set it in the gdbarch vector.
6544 * i386-tdep.c (i386_fetch_pointer_argument): New
6545 (i386_gdbarch_init): Set it into gdbarch.
6546 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6547 (rs6000_gdbarch_init): Set it in gdbarch.
6548 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6549 (sparc_gdbarch_init): Set it in gdbarch.
6550
ae0167b9
AC
65512003-06-01 Andrew Cagney <cagney@redhat.com>
6552
7c0b4a20
AC
6553 * defs.h (extract_address): Delete declaration.
6554 * findvar.c (extract_address): Delete function.
6555 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6556 extract_address with the inline equivalent,
6557 extract_unsigned_integer.
6558 (xstormy16_extract_struct_value_address): Ditto.
6559 (xstormy16_pointer_to_address): Ditto.
6560 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6561 * v850-tdep.c (v850_push_arguments): Ditto.
6562 (v850_extract_return_value): Ditto.
6563 (v850_extract_struct_value_address): Ditto.
6564 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6565 (sparcnbsd_get_longjmp_target_64): Ditto.
6566 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6567 (get_longjmp_target): Ditto.
6568 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6569 (sh64_extract_struct_value_address): Ditto.
6570 (sh_push_arguments): Ditto.
6571 (sh64_push_arguments): Ditto.
6572 * remote-vxsparc.c (vx_read_register): Ditto.
6573 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6574 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6575 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6576 * mipsv4-nat.c (get_longjmp_target): Ditto.
6577 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6578 * mips-nat.c (get_longjmp_target): Ditto.
6579 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6580 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6581 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6582 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6583 * irix5-nat.c (get_longjmp_target): Ditto.
6584 * irix4-nat.c (get_longjmp_target): Ditto.
6585 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6586 (ia64_push_arguments): Ditto.
6587 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6588 * h8300-tdep.c (h8300_push_arguments): Ditto.
6589 (h8300_store_return_value): Ditto.
6590 (h8300_extract_struct_value_address): Ditto.
6591 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6592 (frv_push_arguments): Ditto.
6593 * avr-tdep.c (avr_pointer_to_address): Ditto.
6594 (avr_push_arguments): Ditto.
6595 * arm-tdep.c (arm_push_dummy_call): Ditto.
6596 (arm_get_longjmp_target): Ditto.
6597 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6598 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6599 (alpha_get_longjmp_target): Ditto.
6600
ae0167b9
AC
6601 * solib-irix.c (extract_mips_address): Inline extract_address,
6602 replacing it with extract_signed_integer.
6603 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6604 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6605 (first_link_map_member, open_symbol_file_object): Ditto.
6606 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6607 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6608 (LM_NEXT, LM_NAME): Ditto.
6609
44d88583
RH
66102003-06-01 Richard Henderson <rth@redhat.com>
6611
98a8e1e5
RH
6612 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6613 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6614 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6615 (alpha_cannot_store_register): Likewise.
6616 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6617 * alpha-nat.c (supply_gregset): Likewise.
6618 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 6619
310e9b6a
AC
66202003-06-01 Andrew Cagney <cagney@redhat.com>
6621
6622 * infcall.c (call_function_by_hand): Update comment on
6623 DEPRECATED_DUMMY_WRITE_SP.
6624
6625 * mips-tdep.c (mips_gdbarch_init): Do not set
6626 deprecated_dummy_write_sp.
6627 (mips_eabi_push_dummy_call): Set the SP register.
6628 (mips_o64_push_dummy_call): Set the SP register.
6629 (mips_o32_push_dummy_call): Set the SP register.
6630 (mips_n32n64_push_dummy_call): Set the SP register.
6631
5ab84872
RH
66322003-06-01 Richard Henderson <rth@redhat.com>
6633
98a8e1e5
RH
6634 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6635 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6636 (supply_gregset): Likewise.
6637 * alpha-tdep.c (alpha_store_return_value): Likewise.
6638 (alpha_get_longjmp_target): Likewise.
6639 (alpha_register_name): Constify array.
6640 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6641 deprecated_register_size, deprecated_register_bytes,
6642 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6643 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6644 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 6645
09cc52fd
RH
66462003-06-01 Richard Henderson <rth@redhat.com>
6647
6648 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6649 from arg_reg_buffer to regcache to avoid double conversion.
6650
c7f16359
MK
66512003-06-01 Mark Kettenis <kettenis@gnu.org>
6652
6653 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6654 SP_REGNUM.
6655 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6656 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6657
7131cb6e
RH
66582003-06-01 Richard Henderson <rth@redhat.com>
6659
98a8e1e5
RH
6660 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6661 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 6662
f3e0f90b
RH
66632003-06-01 Richard Henderson <rth@redhat.com>
6664
98a8e1e5
RH
6665 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6666 not overlapping PC_REGNUM.
f3e0f90b 6667
c88e30c0
RH
66682003-06-01 Richard Henderson <rth@redhat.com>
6669
98a8e1e5
RH
6670 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6671 alpha_push_arguments. Don't dump argument register data to
6672 the target stack. Fix float and 128-bit long double semantics.
6673 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6674 (alpha_fix_call_dummy): Remove.
6675 (alpha_call_dummy_words): Remove.
6676 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 6677
f1a559ae
RH
66782003-06-01 Richard Henderson <rth@redhat.com>
6679
6680 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6681
5e045346
AC
66822003-06-01 Andrew Cagney <cagney@redhat.com>
6683
95404a3e
AC
6684 * mips-tdep.c (is_mips16_addr): New function.
6685 (make_mips16_addr, unmake_mips16_addr): New functions.
6686 (pc_is_mips16, mips_fetch_instruction): Use.
6687 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6688 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6689 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6690 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6691 TARGET_MIPS.
6692 * config/mips/tm-mips.h: Update copyright.
6693 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6694 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6695 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6696 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6697 (TM_PRINT_INSN_MACH): Delete.
6698 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6699
5e045346
AC
6700 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6701 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6702 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6703 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6704 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6705 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6706 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6707 mips*-*-riscos* and mips*-*-sysv* onto mips.
6708 * config/mips/mips64.mt: New file.
6709 * config/mips/mips.mt: New file.
6710 * config/mips/littlemips.mt: Delete file.
6711 * config/mips/decstation.mt: Delete file.
6712 * config/mips/vr4300el.mt: Delete file.
6713 * config/mips/vr5000el.mt: Delete file.
6714 * config/mips/vr5000.mt: Delete file.
6715 * config/mips/vr4100.mt: Delete file.
6716 * config/mips/vr4xxxel.mt: Delete file.
6717 * config/mips/vr4300.mt: Delete file.
6718 * config/mips/vr4xxx.mt: Delete file.
6719 * config/mips/bigmips.mt: Delete file.
6720 * config/mips/bigmips64.mt: Delete file.
6721 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6722 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6723 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6724 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6725 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6726 "tm-bigmips.h".
6727 * config/mips/tm-irix3.h: Ditto.
6728 * config/mips/tm-mipsv4.h: Ditto.
6729 * config/mips/tm-embed.h: Ditto.
6730 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6731 "tm-bigmips64.h".
6732 * config/mips/tm-vr5000el.h: Delete file.
6733 * config/mips/tm-tx39l.h: Delete file.
6734 * config/mips/tm-vr4300el.h: Delete file.
6735 * config/mips/tm-vr4xxxel.h: Delete file.
6736 * config/mips/tm-vr4300.h: Delete file.
6737 * config/mips/tm-vr4100.h: Delete file.
6738 * config/mips/tm-vr4xxx.h: Delete file.
6739 * config/mips/tm-vr5000.h: Delete file.
6740 * config/mips/tm-embedl64.h: Delete file.
6741 * config/mips/tm-embedl.h: Delete file.
6742 * config/mips/tm-embed64.h: Delete file.
6743 * config/mips/tm-bigmips64.h: Delete file.
6744 * config/mips/tm-bigmips.h: Delete file.
6745
2473a4a9
MK
67462003-06-01 Mark Kettenis <kettenis@gnu.org>
6747
97a5b208
MK
6748 Fix gdb/1216.
6749 * shnbsd-nat.c: Include "sh-tdep.h".
6750
2473a4a9
MK
6751 From Richard Henderson <rth@redhat.com>:
6752 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6753
e0f7ec59
AC
67542003-05-31 Andrew Cagney <cagney@redhat.com>
6755
6756 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6757 forward declaration.
6758 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6759 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6760 (mips_find_saved_regs): Use set_reg_offset.
6761 (mips_frame_init_saved_regs): Delete function.
6762 (mips_pop_frame): Call mips_find_saved_regs instead of
6763 DEPRECATED_FRAME_INIT_SAVED_REGS.
6764
68dcc709
AC
67652003-05-31 Andrew Cagney <cagney@redhat.com>
6766
6767 * mips-tdep.c (mips_gdbarch_init): Do not set
6768 deprecated_max_register_raw_size, register_virtual_size, and
6769 deprecated_max_register_virtual_size.
6770
cfc14b3a
MK
67712003-05-31 Mark Kettenis <kettenis@gnu.org>
6772
6405b0a6
MK
6773 * i386-tdep.c: Include "dwarf2-frame.h".
6774 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6775 * Makefile.in (i386-tdep.o): Update dependencies.
6776
cfc14b3a
MK
6777 * dwarf2-frame.c, dwarf2-frame.h: New files.
6778 * Makefile.in (SFILES): Add dwarf2-frame.c.
6779 (dwarf2_frame_h): Define.
6780 (COMMON_OBS): Add dwarf2-frame.o.
6781 (dwarf2-frame.o): Add dependencies.
6782
6a2751d2
AJ
67832003-05-31 Andreas Jaeger <aj@suse.de>
6784
6785 * x86-64-linux-nat.c: Fix comment.
6786
1c3545ae
MK
67872003-05-31 Mark Kettenis <kettenis@gnu.org>
6788
10f93086
MK
6789 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6790 function signature.
6791
1c3545ae
MK
6792 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6793 have a sigcontext_addr handler.
6794 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6795 sigcontext_addr handler.
6796
e11c53d2
AC
67972003-05-31 Andrew Cagney <cagney@redhat.com>
6798
6799 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6800 (print_fp_register_row): Replace do_fp_register_row.
6801 (mips_print_fp_register): Add "file" and "frame" parameters.
6802 (mips_print_register): Add "file" and "frame" parameters.
6803 (mips_print_registers_info): Replace mips_do_registers_info.
6804 (mips_gdbarch_init): Set print_registers_info instead of
6805 deprecated_do_registers_info.
6806 (mips_read_fp_register_single): Add "frame" parameter.
6807 (mips_read_fp_register_double): Add "frame" parameter.
6808
a3386186
MK
68092003-05-31 Mark Kettenis <kettenis@gnu.org>
6810
70913449
MK
6811 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6812 Fixes a bug where GDB would print the wrong register names for
6813 targets without SSE.
6814
2b5e0749
MK
6815 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6816 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6817 registers.
6818
6819 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6820 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6821 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6822 TDEP->sc_sp_offset.
6823
a3386186
MK
6824 From Michal Ludvig <mludvig@suse.cz>:
6825 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6826 and `sc_num_regs'.
6827 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6828 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6829 I386_ST0_REGNUM): Move here from...
6830 * i386-tdep.c: ... here.
6831 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6832 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6833 registers if possible.
6834 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6835 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6836 Remove variables.
6837 (i386bsd_sc_reg_offset): New variable.
6838 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6839 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6840 TDEP->sc_sp_offset.
6841 (i386fbsd_sc_reg_offset): New variable.
6842 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6843 TDEP->sc_num_regs.
6844 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6845 variables.
6846 (i386fbsd4_sc_reg_offset): New variable.
6847 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6848 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6849 TDEP->sc_sp_offset.
6850 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6851 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6852 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6853 Remove variables.
6854 (i386nbsd_sc_reg_offset): New variable.
6855 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6856 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6857 TDEP->sc_sp_offset.
6858 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6859 Remove variables.
6860 (i386obsd_sc_reg_offset): New variable.
6861 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6862 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6863 TDEP->sc_sp_offset.
6864 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6865 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6866 for frame pointer offset in `struct sigcontext'.
6867
25ab4790
AC
68682003-05-31 Andrew Cagney <cagney@redhat.com>
6869
6870 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6871 architecture methods call_dummy_words, sizeof_call_dummy_words,
6872 push_return_address, store_struct_return, and fix_call_dummy. Set
6873 push_dummy_call instead of deprecated_push_arguments.
6874 (mips_store_struct_return): Delete function.
6875 (mips_fix_call_dummy): Delete function.
6876 (mips_push_return_address): Delete function.
6877 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6878 RA_REGNUM and T9_REGNUM.
6879 (mips_n32n64_push_dummy_call): Ditto for
6880 mips_n32n64_push_arguments.
6881 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6882 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6883
6a65450a
AC
68842003-05-31 Andrew Cagney <cagney@redhat.com>
6885
6886 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6887 "dummy_addr" to "bp_addr".
6888 * infcall.c (call_function_by_hand): Pass "funaddr" to
6889 gdbarch_push_dummy_call.
6890 * gdbarch.h, gdbarch.c: Re-generate.
6891 * i386-tdep.c (i386_push_dummy_call): Update.
6892 * arm-tdep.c (arm_push_dummy_call): Update.
6893 * d10v-tdep.c (d10v_push_dummy_call): Update.
6894
c4f35dd8
MK
68952003-05-31 Mark Kettenis <kettenis@gnu.org>
6896
6897 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6898 variable declarations.
6899 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6900 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6901 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6902 x86_64_init_frame_pc, x86_64_init_frame_pc,
6903 x86_64_function_has_prologue): Remove prototypes.
6904 (X86_64_NUM_GREGS): New define.
6905 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6906 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6907 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6908 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6909 XMM1_REGNUM): Remove defines.
6910 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6911 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6912 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6913 X86_64_XMM1_REGNUM): New defines.
6914 (struct x86_64_register_info): Renamed from `struct
6915 register_info'. Remove `size' member.
6916 (x86_64_register_info_table): Remove variable.
6917 (x86_64_register_info): New variable.
6918 (X86_64_NUM_REGS): New define.
6919 (X86_64_NUM_GREGS): Remove define.
6920 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6921 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6922 Remove variables.
6923 (x86_54_dwarf2_reg_to_regnum): Remove function.
6924 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6925 (x86_64_dwarf_reg_to_regnum): New function.
6926 (x86_64_register_name): Rewrite.
6927 (x86_64_register_raw_size): Remove function.
6928 (x86_64_register_byte_table): Remove variable.
6929 (x86_64_register_byte): Remove function.
6930 (x86_64_register_virtual_type): Remove function.
6931 (x86_64_register_type): New function.
6932 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6933 x86_64_register_convert_to_raw): Remove functions.
6934 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6935 (x86_64_use_struct_convention): Make static. Adjust for renamed
6936 defines.
6937 (x86_64_frame_init_saved_regs): Remove function.
6938 (x86_64_push_arguments): Make static. Change to accept a regcache
6939 as argument.
6940 (x86_64_store_return_value, x86_64_extract_return_value): Make
6941 static. Rewrite based on i386 counterparts.
6942 (x86_64_push_dummy_call): New function.
6943 (X86_64_NUM_SAVED_REGS): New define.
6944 (x86_64_register_number): Remove function.
6945 (x86_64_store_struct_return): Remove function.
6946 (x86_64_frameless_function_invocation,
6947 x86_64_function_has_prologue): Remove functions.
6948 (PROLOG_BUFSIZE): Remove define.
6949 (struct x86_64_frame_cache): New structure.
6950 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6951 x86_64_frame_cache, x86_64_frame_this_id,
6952 x86_64_frame_prev_register, x86_64_frame_p,
6953 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6954 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6955 functions.
6956 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6957 variables.
6958 (x86_64_skip_prologue): Rewrite in terms of
6959 x86_64_analyze_prologue.
6960 (x86_64_frame_base_address): New function.
6961 (x86_64_frame_base): New variable.
6962 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6963 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6964 set deprecated_fp_regnum, deprecated_register_size,
6965 deprecated_register_bytes, register_raw_size, register_byte,
6966 register_virtual_type, register_convertiable,
6967 register_convert_to_virtual, convert_to_raw,
6968 deprecated_get_saved_register, deprecated_target_read_fp,
6969 deprecated_push_arguments, deprecated_push_return_address,
6970 deprecated_pop_frame, deprecated_store_struct_return,
6971 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6972 frameless_function_invocation, deprecated_frame_saved_pc,
6973 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6974 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6975 deprecated_init_frame_pc and virtual_frame_pointer. Call
6976 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6977 and x86_64_frame_p. Call frame_base_set_default to register
6978 x86_64_frame_base.
6979 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6980 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6981 (_initialize_x86_64_tdep): Remove function.
6982 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6983 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6984 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6985 define.
6986 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6987 (x86_64_linux_sigcontext_addr): Rewrite.
6988 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6989 x86_64_linux_frame_saved_pc): Remove functions.
6990 (x86_64_linux_pc_in_sigtramp): Renamed from
6991 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6992 trampoline.
6993 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6994 Remove_functions.
6995 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6996 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6997 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6998 (x86_64_regmap): Rename to regmap.
6999 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7000 x86_64_num_gregs.
7001 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7002 x86_64_regmap.
7003 (x86_64_fxsave_offset): Remove function.
7004 (supply_fpregset): Simply call x86_64_supply_fxsave.
7005 (fill_fpregset): Simply call x86_64_fill_fxsave.
7006 (fetch_inferior_registers, store_inferior_registers): Avoid
7007 asignment in if-statement.
7008 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7009 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7010 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7011 (fetch_core_registers): Remove function.
7012 (linux_elf_core_fns): Remove.
7013 (offsetoff): Don't define.
7014 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7015 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7016 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7017 add core-regset.o.
7018 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7019 protection against multiple includes instead of NM_X86_64_h. Add
7020 various comments. Include "config/nm-linux.h". Don't include
7021 <signal.h>.
7022 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7023 GET_THREAD_SIGNALS): Remove defines.
7024 (x86_64_register_u_addr, kernel_u_size,
7025 lin_thread_get_thread_signals): Remove prototypes.
7026 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7027 [HAVE_LINK_H]: Don't include "solib.h".
7028 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7029 * config/i386/tm-x86-64linux.h: Fix comments.
7030 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7031 x86-64-tdep.o): Update dependencies.
7032
c25083af
AC
70332003-05-30 Andrew Cagney <cagney@redhat.com>
7034
c8f55a7b
AC
7035 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7036 Change parameter type to a "struct regcache *".
7037
c25083af
AC
7038 * gdbarch.sh: Regardless of the multi-arch level, always define
7039 the macro when not already defined.
7040 * gdbarch.h, gdbarch.c: Re-generate.
7041
fbe586ae
RH
70422003-05-30 Richard Henderson <rth@redhat.com>
7043
7044 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7045 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7046 (alpha_mdebug_frame_this_id): Likewise.
7047 (alpha_mdebug_frame_prev_register): Likewise.
7048 (alpha_mdebug_frame_base_address): Likewise.
7049 (alpha_mdebug_frame_locals_address): Likewise.
7050 (alpha_mdebug_frame_args_address): Likewise.
7051 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7052 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7053 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7054 loop increment.
7055 (alpha_heuristic_frame_this_id): Make static.
7056 (alpha_heuristic_frame_prev_register): Likewise.
7057 (alpha_heuristic_frame_base_address): Likewise.
7058 * alpha-tdep.h: Update.
7059
acd5c798
MK
70602003-05-30 Mark Kettenis <kettenis@gnu.org>
7061
7062 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7063 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7064 defenitions.
7065 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7066 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7067 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7068 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7069 I386_ST0_REGNUM): New defines.
7070 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7071 codestream_get): Remove define.
7072 (codestream_next_addr, condestream_addr, condestream_buf,
7073 codestream_off, codestream_cnt): Remove variables.
7074 (codestream_fill, codestream_seek, codestream_read): Remove
7075 functions.
7076 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7077 functionality.
7078 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7079 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7080 i386_frame_saved_pc, i386_saved_pc_after_call,
7081 i386_frame_num_args, i386_frame_init_saved_regs,
7082 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7083 i386_push_arguments): Remove functions.
7084 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7085 functionality. Use i386_analyze_prologue instead of
7086 i386_get_frame_setup.
7087 (I386_NUM_SAVED_REGS): New define.
7088 (struct i386_frame_cache): New structure.
7089 (i386_alloc_frame_cache, i386_analyze_struct_return,
7090 i386_skip_probe, i386_analyze_frame_setup,
7091 i386_analyze_register_saves, i386_analyze_prologue,
7092 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7093 i386_frame_prev_register, i386_sigtramp_frame_cache,
7094 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7095 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7096 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7097 New functions.
7098 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7099 New variables.
7100 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7101 I386_EAX_REGNUM and I386_EDX_REGNUM.
7102 (i386_extract_return_value, i386_store_return_value): Use
7103 I386_ST0_REGNUM where appropriate.
7104 (i386_extract_struct_value_address): Rewrite to use extract_address.
7105 (i386_svr4_pc_in_sigtramp): Add comment.
7106 (i386_svr4_sigcontext_addr): Rewrite.
7107 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7108 TDEP->sc_sp_offset.
7109 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7110 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7111 of new defines. Set push_dummy_call, don't set
7112 deprecated_push_arguments, deprecated_push_return_address,
7113 deprecated_pop_frame. Don't set parm_boundary. Don't set
7114 deprecated_frame_chain, deprecated_frame_saved_pc,
7115 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7116 save_dummy_frame_tos, unwind_pc. Call
7117 frame_unwind_append_predicate and frame_base_set_default. Don't
7118 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7119 Don't set frameless_function_invocation. Don't set
7120 deprecated_register_bytes, deprecated_register_size,
7121 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7122 * i386-linux-tdep.c: Fix formatting in some comments.
7123 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7124 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7125 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7126 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7127 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7128 redundant parentheses.
7129 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7130 (i386_linux_sigcontext_addr): Use it. Rewrite.
7131 (find_minsym_and_objfile): Change name of second argument.
7132 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7133 changed. Use frame_pc_unwind instead of
7134 DEPRECATED_SAVED_PC_AFTER_CALL.
7135 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7136 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7137 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7138 unwinder.
7139 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7140 "dummy-frame.h".
7141 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7142 (_initialize_i386_cygwin_tdep): New prototype.
7143 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7144 deprecated_frame_chain_valid.
7145 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7146 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7147 Rely on the SVR4 defaults.
7148 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7149 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7150
c89b70f1
AC
71512003-05-30 Andrew Cagney <cagney@redhat.com>
7152
7153 * infcall.c (call_function_by_hand): Always call
7154 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7155
85b32d22
RH
71562003-05-30 Richard Henderson <rth@redhat.com>
7157
c89b70f1
AC
7158 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7159 increment.
85b32d22 7160
bfe51b1e
JB
71612003-05-29 Jim Blandy <jimb@redhat.com>
7162
7163 Use gdbarch methods for solib stuff on PowerPC Linux.
7164 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7165 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7166 show through.
7167 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7168 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7169 giving the same effect as the #definitions above.
7170
1abf022c
AF
71712003-05-29 Adam Fedor <fedor@gnu.org>
7172
7173 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7174 (find_implementation_from_class): Replace it with the standard
7175 case i.e. do nothing.
7176
d2427a71
RH
71772003-05-29 Richard Henderson <rth@redhat.com>
7178
7179 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7180 (alpha_linux_sigtramp_offset): Use it. Make static.
7181 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7182 update for new frame model.
7183 * alpha-mdebug-tdep.c: New file.
7184 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7185 (alpha_osf1_init_abi): Install it.
7186 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7187 (linked_proc_desc_table): Remove.
7188 (alpha_frame_past_sigtramp_frame): Remove.
7189 (alpha_dynamic_sigtramp_offset): Remove.
7190 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7191 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7192 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7193 (push_sigtramp_desc): Remove.
7194 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7195 (alpha_cannot_store_register): Likewise.
7196 (alpha_sigcontext_addr): Remove.
7197 (alpha_find_saved_regs): Remove.
7198 (alpha_frame_init_saved_regs): Remove.
7199 (alpha_init_frame_pc_first): Remove.
7200 (read_next_frame_reg): Remove.
7201 (alpha_frame_saved_pc): Remove.
7202 (alpha_saved_pc_after_call): Remove.
7203 (temp_proc_desc, temp_saved_regs): Remove.
7204 (alpha_about_to_return): Remove.
7205 (cached_proc_desc): Remove.
7206 (alpha_frame_chain): Remove.
7207 (alpha_print_extra_frame_info): Remove.
7208 (alpha_init_extra_frame_info): Remove.
7209 (alpha_frame_locals_address): Remove.
7210 (alpha_frame_args_address): Remove.
7211 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7212 (alpha_push_dummy_frame): Remove.
7213 (alpha_pop_frame): Remove.
7214 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7215 (alpha_read_insn): New.
7216 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7217 for different insn encodings.
7218 (alpha_in_lenient_prologue): Remove.
7219 (struct alpha_sigtramp_unwind_cache): New.
7220 (alpha_sigtramp_frame_unwind_cache): New.
7221 (alpha_sigtramp_register_address): New.
7222 (alpha_sigtramp_frame_this_id): New.
7223 (alpha_sigtramp_frame_prev_register): New.
7224 (alpha_sigtramp_frame_unwind): New.
7225 (alpha_sigtramp_frame_p): New.
7226 (struct alpha_heuristic_unwind_cache): New.
7227 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7228 don't count nop insns that occur between functions.
7229 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7230 heuristic_proc_desc, but without the mdebug wrapping.
7231 (alpha_heuristic_frame_this_id): New.
7232 (alpha_heuristic_frame_prev_register): New.
7233 (alpha_heuristic_frame_unwind): New.
7234 (alpha_heuristic_frame_p): New.
7235 (alpha_heuristic_frame_base_address): New.
7236 (alpha_heuristic_frame_base): New.
7237 (alpha_unwind_dummy_id): New.
7238 (alpha_unwind_pc): New.
7239 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7240 frame related deprecated initializations; install replacements.
7241 (alpha_dump_tdep): Remove.
7242 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7243 (alpha_read_insn, alpha_after_prologue,
7244 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7245 alpha_heuristic_frame_prev_register,
7246 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7247 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7248 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7249 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7250
93ec1121
AC
72512003-05-29 Andrew Cagney <cagney@redhat.com>
7252
7253 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7254 dependant on the availability of ASSERT_FUNCTION.
7255 (ASSERT_FUNCTION): Do not define when there is no function name.
7256
98f08d3d
KB
72572003-05-29 Kevin Buettner <kevinb@redhat.com>
7258
7259 From Jimi X <jimix@watson.ibm.com>:
7260 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7261
0897f59b
JB
72622003-05-28 Jim Blandy <jimb@redhat.com>
7263
7264 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7265 argument to ptrace to int; the system headers should give it the
7266 right type, and pointers don't fit in ints on powerpc64-*-*.
7267
14898363
L
72682003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7269
7270 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7271 DW_TAG_catch_block.
7272
a7a48797
EZ
72732003-05-26 Elena Zannoni <ezannoni@redhat.com>
7274
7275 * stabsread.c (dbx_lookup_type): Make static.
7276 (read_type): Ditto.
7277 (add_undefined_type): Ditto.
7278 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7279 not export.
7280
f5479e9c
EZ
72812003-05-26 Elena Zannoni <ezannoni@redhat.com>
7282
7283 * hpread.c (hpread_has_name): Make static.
7284 (hpread_psymtab_to_symtab): Ditto.
7285 (file_exists): Ditto.
7286 (hpread_call_pxdb): Ditto.
7287 (hpread_pxdb_needed): Ditto.
7288 (hpread_quick_traverse): Ditto.
7289 (hpread_get_header): Ditto.
7290 (hpread_get_lntt): Ditto.
7291 (hpread_get_slt): Ditto.
7292 (class_of): Ditto.
7293
eb2e12d7
AS
72942003-05-25 Andreas Schwab <schwab@suse.de>
7295
78bf922a
AS
7296 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7297 stack_align and deprecated_extra_stack_alignment_needed.
7298 (m68k_stack_align): Delete.
7299
eb2e12d7
AS
7300 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7301 (m68k_register_virtual_size): Likewise.
7302 (altos_skip_prologue): Remove obsolete function.
7303 (isi_frame_num_args): Likewise.
7304 (news_frame_num_args): Likewise.
7305 (m68k_fix_call_dummy): Make static.
7306 (m68k_push_dummy_frame): Likewise.
7307 (m68k_pop_frame): Likewise.
7308 (m68k_skip_prologue): Likewise.
7309 (m68k_frame_init_saved_regs): Likewise.
7310 (m68k_saved_pc_after_call): Likewise.
7311 (m68k_get_longjmp_target): Make multi-arch.
7312 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7313 structure. Register m68k_get_longjmp_target if enabled.
7314 * m68k-tdep.h (struct gdbarch_tdep): Define.
7315 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7316
7317 * Makefile.in (config.status): Also depend on configure.tgt
7318 and configure.host.
7319 (m68klinux-tdep.o): Update dependencies.
7320 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7321 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7322 (M68K_LINUX_JB_PC): Define.
7323 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7324 and take additional parameter.
7325 (m68k_linux_sigtramp_saved_pc): Update.
7326 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7327 m68k_linux_pc_in_sigtramp, in_plt_section,
7328 find_solib_trampoline_target.
7329 * config/m68k/tm-linux.h: Don't include any tm headers.
7330 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7331 (JB_ELEMENT_SIZE): Likewise.
7332 (JB_PC): Likewise.
7333 (GET_LONGJMP_TARGET): Likewise.
7334 (IN_SIGTRAMP): Likewise.
7335 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7336
eb2c22dc
MK
73372003-05-25 Mark Kettenis <kettenis@gnu.org>
7338
7339 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7340 (sparc32_push_arguments): Re-implement by calling
7341 sparc32_do_push_arguments.
7342
44b7b84e
MK
73432003-05-25 Mark Kettenis <kettenis@gnu.org>
7344
7345 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7346 SPARC_O1_REGNUM): New defines.
7347 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7348 (sparc32_store_return_value): New function.
7349 (sparc_extract_struct_value_address): Rewrite to operate on a
7350 regcache.
7351 (sparc_gdbarch_init): Don't set
7352 deprecated_extract_struct_value_address. Set
7353 extract_struct_value_address instead. Don't set
7354 deprecated_extract_return_value and deprecated_store_return_value
7355 for 32-bit targets. Set extract_return_value and
7356 store_return_value instead.
7357 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7358 DEPRECTAED_EXTRACT_RETURN_VALUE,
7359 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7360 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7361 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7362 (sparc_store_return_value): Remove prototype.
7363 (sparc32_store_return_value): New prototype.
7364 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7365 Adjust prototypes.
7366
f6ad61e3
MK
73672003-05-24 Mark Kettenis <kettenis@gnu.org>
7368
7369 * sparcnbsd-tdep.c: Include "gdb_string.h".
7370
b276f1bb
AC
73712003-05-23 Andrew Cagney <cagney@redhat.com>
7372
7373 * p-valprint.c (pascal_val_print): Replace extract_address with
7374 the inline equivalent extract_unsigned_integer.
7375 * jv-valprint.c (java_value_print): Ditto.
7376 * ada-valprint.c (ada_val_print_1): Ditto.
7377 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7378
e76c5fcc
TR
73792003-05-23 Theodore A. Roth <troth@openavr.org>
7380
7381 * blockframe.c (frameless_look_for_prologue): Remove unused
7382 after_prologue variable.
7383
2cdd89cb
MK
73842003-05-23 Mark Kettenis <kettenis@gnu.org>
7385
7386 * blockframe.c (get_pc_function_start): Rewrite to avoid
7387 asignments in if-statements.
7388
182d43bc
EZ
73892003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7390
7391 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 7392 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
7393 files, don't relocate absolute symbols (and do use mst_abs).
7394
e8f3fcdd
AC
73952003-05-23 Andrew Cagney <cagney@redhat.com>
7396
7397 * objc-lang.c: Include "gdb_assert.h".
7398 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7399 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7400 (gdb_check, gdb_check_fatal): Delete functions.
7401 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7402 gdb_assert.
7403 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7404 * Makefile.in (objc-lang.o): Update dependencies.
7405
3c23e6fb
ILT
74062003-05-22 Ian Lance Taylor <ian@airs.com>
7407
7408 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7409 with fprintf_filtered, not fprintf_unfiltered.
7410
af1342ab
AC
74112003-05-22 Andrew Cagney <cagney@redhat.com>
7412
7413 * stack.c (frame_info): Inline extract_address, replacing it with
7414 extract_unsigned_integer.
7415 * findvar.c (unsigned_pointer_to_address): Ditto.
7416 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7417 * dwarf2expr.c (dwarf2_read_address): Ditto.
7418 * frame.c (frame_pc_unwind): Update comment.
7419 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7420
47e242ec
JJ
74212003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7422
7423 * infptrace.c (detach): Call print_sys_errmsg rather than
7424 perror_with_name to issue warning message when errno is non-zero
7425 after calling ptrace detach.
7426
e2ac8128
JB
74272003-05-21 J. Brobecker <brobecker@gnat.com>
7428
7429 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7430 macro definitions from here...
7431 * hppa-tdep.c: ...to there.
7432
92b3541e
KB
74332003-05-20 Kevin Buettner <kevinb@redhat.com>
7434
7435 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7436 register_ptrace_addr(). Fix all callers.
7437
55809acb
AS
74382003-05-21 Andreas Schwab <schwab@suse.de>
7439
7440 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7441 dependencies.
7442 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7443 end.
7444 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7445 (_initialize_m68k_linux_tdep): New function.
7446 (m68k_linux_frame_saved_pc): Make static.
7447 (m68k_linux_extract_return_value): Likewise.
7448 (m68k_linux_store_return_value): Likewise.
7449 (m68k_linux_extract_struct_value_address): Likewise.
7450 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7451 Remove.
7452 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7453 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7454 (DEPRECATED_FRAME_SAVED_PC): Remove.
7455
0fbc10f7
KW
74562003-05-20 Kris Warkentin <kewarken@qnx.com>
7457
7458 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7459 regset numbering rather than our own.
7460
58da2eb2
DC
74612003-05-19 David Carlton <carlton@bactrian.org>
7462
7463 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7464
1fcb5155
DC
74652003-05-19 David Carlton <carlton@bactrian.org>
7466
7467 Partial fix for PR c++/827.
7468 * cp-support.h: Include symtab.h.
7469 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7470 * cp-namespace.c: Update contributors.
7471 (cp_lookup_symbol_nonlocal): New.
7472 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7473 (lookup_symbol_file): Ditto.
7474 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7475 * block.h: Declare block_scope, block_using, block_global_block.
7476 * block.c (block_scope): New.
7477 (block_using, block_global_block): Ditto.
7478 * Makefile.in (cp_support_h): Depend on symtab_h.
7479 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7480
5f9a71c3
DC
74812003-05-19 David Carlton <carlton@bactrian.org>
7482
7483 * language.h (struct language_defn): Add 'la_value_of_this'
7484 and 'la_lookup_symbol_nonlocal' members.
7485 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7486 lookup_symbol_static, lookup_symbol_global,
7487 lookup_symbol_aux_block.
7488 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7489 if we should search fields of this and how to do static/global
7490 lookup.
7491 (lookup_symbol_aux_block): Make extern.
7492 (basic_lookup_symbol_nonlocal): New.
7493 (lookup_symbol_static, lookup_symbol_global): Ditto.
7494 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7495 'la_lookup_symbol_nonlocal' members.
7496 * c-lang.c (c_language_defn, cplus_language_defn)
7497 (asm_language_defn, minimal_language_defn): Ditto.
7498 * jv-lang.c (java_language_defn): Ditto.
7499 * language.c (unknown_language_defn, auto_language_defn)
7500 (local_language_defn): Ditto.
7501 * m2-lang.c (m2_language_defn): Ditto.
7502 * objc-lang.c (objc_language_defn): Ditto.
7503 * scm-lang.c (scm_language_defn): Ditto.
7504 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7505 * p-lang.c (pascal_language_defn): Ditto for both.
7506 * Makefile.in (f-lang.o): Depend on value_h.
7507 (p-lang.o): Ditto.
7508
89a9d1b1
DC
75092003-05-19 David Carlton <carlton@bactrian.org>
7510
7511 * block.h: Declare block_static_block.
7512 * block.c (block_static_block): New.
7513 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7514 lookup_symbol_aux_local, calling block_static_block instead.
7515 (lookup_symbol_aux_local): Delete 'static_block' argument.
7516
eed3f8ab
DC
75172003-05-19 David Carlton <carlton@bactrian.org>
7518
7519 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7520
a09d8bda
ML
75212003-05-19 Michal Ludvig <mludvig@suse.cz>
7522
7523 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7524 register numbers mapping.
7525
69636828
AF
75262003-05-18 Adam Fedor <fedor@gnu.org>
7527
7528 * symtab.c (completion_list_objc_symbol): New function.
7529 (make_symbol_completion_list): Use it to add ObjC symbols
7530 when looking though the list.
7531 (language_search_unquoted_string): New function.
7532 (make_file_symbol_completion_list): Use it.
7533
55baeb84
AS
75342003-05-18 Andreas Schwab <schwab@suse.de>
7535
d0b45d99
AS
7536 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7537 dependencies.
7538 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7539 as m68k_linux_extract_return_value.
7540 (DEPRECATED_STORE_RETURN_VALUE): Define as
7541 m68k_linux_store_return_value.
7542 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7543 m68k_linux_extract_struct_value_address.
7544 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7545 get_next_frame, get_frame_base, get_frame_pc.
7546 (m68k_linux_frame_saved_pc): Use get_frame_base.
7547 (m68k_linux_extract_return_value): New function.
7548 (m68k_linux_store_return_value): New function.
7549 (m68k_linux_extract_struct_value_address): New function.
7550 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7551
55baeb84
AS
7552 * c-exp.y (typebase): Remove duplicate occurence of
7553 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 7554 of lookup_signed_typename.
55baeb84 7555
b6b08ebf
MK
75562003-05-18 Mark Kettenis <kettenis@gnu.org>
7557
7558 * dwarf2loc.c (find_location_expression): Change type of second
7559 argument to `size_t *'.
7560 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7561 for size variable.
7562
5ad1c190
DC
75632003-05-18 David Carlton <carlton@bactrian.org>
7564
7565 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7566 'linkage_name'. Add comment.
7567 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7568 'linkage_name'.
7569 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7570 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7571 (lookup_block_symbol): Ditto.
7572
b8b527c5
AC
75732003-05-16 Andrew Cagney <cagney@redhat.com>
7574
7575 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7576 * gdbarch.h, gdbarch.c: Re-generate.
7577 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7578 * TODO (REGISTER_BYTES): Delete reference.
7579 * alpha-tdep.c (alpha_gdbarch_init): Update.
7580 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7581 * x86-64-tdep.c (x86_64_init_abi): Update.
7582 * vax-tdep.c (vax_gdbarch_init): Update.
7583 * v850-tdep.c (v850_gdbarch_init): Update.
7584 * sparc-tdep.c (sparc_gdbarch_init): Update.
7585 * sh-tdep.c (sh_gdbarch_init): Update.
7586 * s390-tdep.c (s390_gdbarch_init): Update.
7587 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7588 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7589 (ns32k_gdbarch_init_32382): Update.
7590 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7591 * mcore-tdep.c (mcore_gdbarch_init): Update.
7592 * m68k-tdep.c (m68k_gdbarch_init): Update.
7593 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7594 * ia64-tdep.c (ia64_gdbarch_init): Update.
7595 * i386-tdep.c (i386_gdbarch_init): Update.
7596 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7597 * hppa-tdep.c (hppa_gdbarch_init): Update.
7598 * h8300-tdep.c (h8300_gdbarch_init): Update.
7599 * frv-tdep.c (frv_gdbarch_init): Update.
7600 * cris-tdep.c (cris_gdbarch_init): Update.
7601 * avr-tdep.c (avr_gdbarch_init): Update.
7602 * arm-tdep.c (arm_gdbarch_init): Update.
7603 * sparc-tdep.c (sparc_pop_frame): Update.
7604 * rs6000-tdep.c (rs6000_pop_frame): Update.
7605 * remote.c (init_remote_state): Update.
7606 (remote_prepare_to_store): Update.
7607 * remote-vx.c (vx_prepare_to_store): Update.
7608 * remote-sds.c (sds_fetch_registers): Update.
7609 (sds_prepare_to_store): Update.
7610 * remote-array.c: Update.
7611 * regcache.c (init_legacy_regcache_descr): Update.
7612 (init_regcache_descr): Update.
7613 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7614 (mips_o64_extract_return_value): Update.
7615 * irix5-nat.c (fetch_core_registers): Update.
7616 * irix4-nat.c (fetch_core_registers): Update.
7617 * i386-tdep.h: Update.
7618 * hppa-tdep.c (pa_do_registers_info): Update.
7619 (pa_do_strcat_registers_info): Update.
7620 * cris-tdep.c (cris_register_bytes_ok): Update.
7621 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7622 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7623 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7624 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7625 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7626 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7627 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7628 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7629 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7630 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7631 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7632 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7633 (REGISTER_BYTES_OK): Update.
7634 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7635 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7636
ee2842e2
ILT
76372003-05-16 Ian Lance Taylor <ian@airs.com>
7638
7639 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7640 (vax_print_insn, print_insn_arg): Remove static functions.
7641 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7642 print_insn_vax from opcodes library.
7643 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7644
973177d3
AC
76452003-05-15 Andrew Cagney <cagney@redhat.com>
7646
aaab4dba
AC
7647 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7648 * target.h (memory_breakpoint_from_pc): Delete declaration.
7649 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7650 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7651 * monitor.c (monitor_insert_breakpoint): Use
7652 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7653 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7654 * gdbarch.h, gdbarch.c: Re-generate.
7655 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7656 (sparc_gdbarch_init): Set breakpoint_from_pc to
7657 sparc_breakpoint_from_pc.
7658 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7659 (BREAKPOINT_FROM_PC): Define.
7660 (sparc_breakpoint_from_pc): Declare.
7661 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7662 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7663 (BREAKPOINT_FROM_PC): Define.
7664 (BREAKPOINT): Delete macro.
7665 * target.h: Update comment.
7666 * s390-tdep.c (s390_gdbarch_init): Update comments.
7667 * remote.c: Update comments.
7668 * remote-mips.c: Update comments.
7669 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7670 * mem-break.c: Update comment.
7671 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7672 (ia64_memory_insert_breakpoint): Update.
7673 * config/sparc/tm-sparc.h: Update comment.
7674 * config/pa/tm-hppa64.h: Update comment.
7675 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7676 (rs6000_breakpoint_from_pc): Update.
7677 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7678 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7679 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7680 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7681 (mips_breakpoint_from_pc): Update.
7682 (mips_dump_tdep): Update.
7683
e06963ff
AC
7684 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7685 * minsyms.c (lookup_minimal_symbol): Inline
7686 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7687
973177d3
AC
7688 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7689 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7690 * p-lang.c (pascal_printstr): Ditto.
7691 * objc-lang.c (objc_printstr): Ditto.
7692 * m2-lang.c (m2_printstr): Ditto.
7693 * jv-valprint.c (java_print_value_fields): Ditto.
7694 * f-lang.c (f_printstr): Ditto.
7695 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7696 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7697 for repeat_count_threshold.
7698 * Makefile.in (cp-valprint.o): Update dependencies.
7699
5ea2bd7f 77002003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 7701
5ea2bd7f
JJ
7702 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7703 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
7704 they start with mov r2,r12. Support skipping over indirect stores
7705 of the input registers. Upon hitting a non-nop branch instruction
7706 or predicated instruction, bail out by setting lim_pc to the current
7707 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
7708 beyond our calculated value and we have trust_limit set,
7709 use the lim_pc value.
7710
cc8c88f3
AC
77112003-05-15 Andrew Cagney <cagney@redhat.com>
7712
7713 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7714 generic_find_dummy_frame.
7715 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7716 (deprecated_generic_find_dummy_frame): Update.
7717 (deprecated_read_register_dummy): Update.
7718 * frame.c (deprecated_generic_get_saved_register): Update.
7719
909cd28e
TR
77202003-05-15 Theodore A. Roth <troth@openavr.org>
7721
7722 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7723 (avr_gdbarch_init): Set breakpoint_from_pc method.
7724
b923b08d
AC
77252003-05-15 Andrew Cagney <cagney@redhat.com>
7726
7727 * regcache.c (build_regcache): Set deprecated_register_valid
7728 directly.
7729 (deprecated_grub_regcache_for_register_valid): Delete function.
7730 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7731 declaration.
7732
ae2f03ac 77332003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
7734
7735 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
7736 * symtab.c (lookup_symbol_aux): Delete calls to
7737 lookup_symbol_aux_minsyms.
7738 (lookup_symbol_aux_minsyms): Comment out function and
7739 prototype. Delete lookup by mangled name.
ae2f03ac 7740
18ec9831
KB
77412003-05-14 Kevin Buettner <kevinb@redhat.com>
7742
7743 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7744 correctly indicate an empty stack and ``stack_allocated'' to the
7745 indicate the number of elements initially allocated.
7746 (dwarf_expr_grow_stack): Simplify method for computing new
7747 stack size. Don't loop infinitely if ``stack_len'' is zero.
7748 (execute_stack_op): Move ``ctx->in_reg'' initialization
7749 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7750 be used in conjuction with DW_OP_piece. Revise error message
7751 accordingly.
7752
de18ac1f
TR
77532003-05-14 Theodore A. Roth <troth@openavr.org>
7754
7755 * MAINTAINERS: Update my email address.
7756 * avr-tdep.c: Ditto.
7757
176620f1
EZ
77582003-05-14 Elena Zannoni <ezannoni@redhat.com>
7759
7760 * symtab.h (enum domain_enum): Rename from namespace_enum.
7761 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7762 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7763 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7764 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7765 TYPES_NAMESPACE, METHODS_NAMESPACE.
7766 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7767 (struct symbol, struct partial_symbol): Rename field
7768 'namespace_enum namespace' to 'domain_enum domain'.
7769 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7770 Delete old define kludge for namespace.
7771
7772 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7773 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7774 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7775 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7776 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7777 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7778 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7779 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7780 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7781 occurrences of the above.
7782
b7f31508
ILT
77832003-05-14 Ian Lance Taylor <ian@airs.com>
7784
7785 * Makefile.in (install-only): Use $(SHELL) when running
7786 mkinstalldirs.
7787
2fdbdd39
ILT
77882003-05-13 Ian Lance Taylor <ian@airs.com>
7789
a208d82c
ILT
7790 * MAINTAINERS (write after approval): Add myself.
7791
2fdbdd39
ILT
7792 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7793 second and third arguments.
7794 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7795 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7796
fbd9dcd3
AC
77972003-05-13 Andrew Cagney <cagney@redhat.com>
7798
7799 * defs.h (store_address): Delete declaration.
7800 findvar.c (store_address): Delete function.
7801 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7802 store_unsigned_integer.
7803 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7804 * v850-tdep.c (v850_push_arguments): Ditto.
7805 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7806 * sh-tdep.c (sh64_get_saved_register): Ditto.
7807 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7808 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7809 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7810 (mips_get_saved_register): Ditto.
7811 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7812 (find_func_descr, ia64_push_arguments): Ditto.
7813 * i386-tdep.c (i386_push_arguments): Ditto.
7814 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7815 * frv-tdep.c (frv_push_arguments): Ditto.
7816 * frame.c (legacy_saved_regs_prev_register): Ditto.
7817 (deprecated_generic_get_saved_register): Ditto.
7818 * findvar.c (unsigned_address_to_pointer): Ditto.
7819 * dwarf2read.c (dwarf2_const_value): Ditto.
7820 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7821 * alpha-tdep.c (alpha_push_arguments): Ditto.
7822
6760f9e6
JB
78232003-05-12 J. Brobecker <brobecker@gnat.com>
7824
7825 * NEWS: Mention that the hppa-hpux port has been partially
7826 multiarched (32bit ABIT only, so far).
7827
30e221b4
AC
78282003-05-11 Andrew Cagney <cagney@redhat.com>
7829
7830 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7831 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7832 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7833 sim/testsuite/sim/arm/misaligned2.ms, and
7834 sim/testsuite/sim/arm/misaligned3.ms.
7835 * disasm.h (struct ui_file): Add opaque struct declaration.
7836 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7837 * frame.h (struct ui_file): Ditto.
7838
dea7f9ba
MK
78392003-05-11 Mark Kettenis <kettenis@gnu.org>
7840
7841 * value.h: Pretty print.
7842
01986c48
MK
78432003-05-10 Mark Kettenis <kettenis@gnu.org>
7844
7845 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7846
123a958e
AC
78472003-05-08 Andrew Cagney <cagney@redhat.com>
7848
7849 * regcache.h (max_register_size): Delete declaration.
7850 * regcache.c (max_register_size): Delete function.
7851 (struct regcache_descr): Delete field "max_register_size".
7852 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7853 registers fit in MAX_REGISTER_SIZE.
7854 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7855 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7856 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7857 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7858 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7859 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7860 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7861 * dve3900-rom.c, hppa-tdep.c: Ditto.
7862
eb294659
DC
78632003-05-08 David Carlton <carlton@math.stanford.edu>
7864
7865 * valops.c (push_word): Fix typo.
7866
d9d9c31f
AC
78672003-05-08 Andrew Cagney <cagney@redhat.com>
7868
7869 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7870 * gdbarch.h: Re-generate.
7871 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7872 (legacy_max_register_raw_size): Delete declaration.
7873 * regcache.c (legacy_max_register_raw_size): Delete function.
7874 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7875 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7876 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7877 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7878 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7879 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7880 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7881 * findvar.c, dwarf2cfi.c: Ditto.
7882
22540ece
AC
78832003-05-08 Andrew Cagney <cagney@redhat.com>
7884
7885 * mips-tdep.c (read_signed_register): New function, moved to here
7886 from "regcache.c".
7887 (read_signed_register_pid): Ditto.
7888 * regcache.c (read_signed_register_pid): Delete function, moved to
7889 "mips-tdep.c".
7890 (read_signed_register): Ditto.
7891 * regcache.h (read_signed_register): Delete declaration.
7892 (read_signed_register_pid): Delete declaration.
7893
0c92afe8
AC
78942003-05-08 Andrew Cagney <cagney@redhat.com>
7895
7896 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7897 * gdbarch.h: Re-generate.
7898 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7899 (legacy_max_register_virtual_size): Delete declaration.
7900 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7901 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7902 * tracepoint.c (memrange_sortmerge): Ditto.
7903 * sparc-tdep.c (sparc_print_registers): Ditto.
7904 * regcache.c (legacy_max_register_virtual_size): Delete function.
7905
6037b830
JB
79062002-05-08 J. Brobecker <brobecker@gnat.com>
7907
7908 * fork-child.c (escape_bang_in_quoted_argument): New function.
7909 (fork_inferior): Escape '!' characters in quoted arguments
7910 only when needed.
7911
5d62c8b1
JB
79122003-05-08 J. Brobecker <brobecker@gnat.com>
7913
7914 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7915 the language of the CU is not currently supported by GDB.
7916
20a0e81d
JB
79172003-05-08 J. Brobecker <brobecker@gnat.com>
7918
7919 * defs.h (language): Add language_minimal enum value.
7920 * c-lang.c (minimal_language_defn): New language definition.
7921 (_initialize_c_language): Add the new minimal language to the list
7922 of languages known to GDB.
7923
710ee10a
KB
79242003-05-08 Kevin Buettner <kevinb@redhat.com>
7925
7926 * frame.c (get_frame_type): Don't attempt to lazily initialize
7927 frame's unwinder for legacy frames.
7928
1750fa04
AC
79292003-05-07 Andrew Cagney <cagney@redhat.com>
7930
7931 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7932 and "regcache" parameters.
7933 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7934
ddf9f258 79352003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
7936
7937 * dwarf2read.c (dwarf_decode_lines): Only use output of
7938 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
7939 the current address.
7940
87767c29
AC
79412003-05-07 Andrew Cagney <cagney@redhat.com>
7942
7943 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7944 code.
7945
5e7b2f39
JB
79462003-05-07 Jim Blandy <jimb@redhat.com>
7947
7948 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7949 'maint info symtabs' and 'maint info psymtabs'.
7950 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7951 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7952 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7953 Declarations updated.
7954 * maint.c (maintenance_list_command): Delete.
7955 (_initialize_maint_cmds): Update calls to add_cmd.
7956 * gdbcmd.h (maintenancelistlist): Delete declaration.
7957 * cli/cli-cmds.c (maintenancelistlist): Delete.
7958 (init_cmd_lists): Don't initialize it.
7959 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7960
f6684c31
AC
79612003-05-07 Andrew Cagney <cagney@redhat.com>
7962
7963 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7964 "regcache".
7965 (d10v_print_registers_info): Update.
7966 (d10v_dmap_register, d10v_imap_register): Delete functions.
7967 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7968 and "imap_register".
7969 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7970 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7971 * arch-utils.c (generic_remote_translate_xfer_address): Add
7972 "regcache" and "gdbarch" parameters.
7973 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7974 parameter. Change class to multi-arch.
7975 * gdbarch.h, gdbarch.c: Re-generate.
7976 * remote.c (remote_xfer_memory): Use
7977 gdbarch_remote_translate_xfer_address.
8ffd9b1b 7978
e4846b08
JJ
79792003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7980
7981 * infrun.c (prev_pc): Move declaration ahead of proceed().
7982 (proceed): Refresh prev_pc value before resuming.
7983 (stop_stepping): Remove code to refresh prev_pc.
7984
6b71b8ac
KW
79852003-05-06 Kris Warkentin <kewarken@qnx.com>
7986
7987 * nto-tdep.c: Removed stray comment.
7988
47979a4b
KW
79892003-05-06 Kris Warkentin <kewarken@qnx.com>
7990
7991 * i386-nto-tdep.c: Fix old K&R function definitions.
7992 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7993 Also change add_show_from_set() call to add_setshow_cmd().
7994 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7995
00905d52
AC
79962003-05-05 Andrew Cagney <cagney@redhat.com>
7997
7998 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7999 (fprint_dummy_frames): New function.
8000 (maintenance_print_dummy_frames): New function.
8001 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8002 * frame.c (fprint_frame_id): Make global.
8003 * frame.h (fprint_frame_id): Declare.
8004 * Makefile.in (dummy-frame.o): Update dependencies.
8005
b1e29e33
AC
80062003-05-05 Andrew Cagney <cagney@redhat.com>
8007
8008 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8009 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8010 SIZEOF_CALL_DUMMY_WORDS.
8011 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8012 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8013 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8014 CALL_DUMMY_BREAKPOINT_OFFSET.
8015 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8016 CALL_DUMMY_START_OFFSET.
8017 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8018 * gdbarch.h, gdbarch.c: Re-generate.
8019 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8020 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8021 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8022 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8023 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8024 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8025 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8026 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8027 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8028 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8029 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8030 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8031 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8032 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8033 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
8034
80352003-05-05 Kris Warkentin <kewarken@qnx.com>
8036
8037 * configure.tgt: Add i[3456]86-*-nto*.
8038 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8039 * nto-tdep.c: New file. Neutrino target support routines.
8040 * nto-tdep.h: New file. Neutrino target header.
8041 * config/tm-qnxnto.h: New file.
8042 * config/i386/i386nto.mt: New file.
8043 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 8044
0ce3d317
AC
80452003-05-04 Andrew Cagney <cagney@redhat.com>
8046
8047 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8048 (load_infrun_state): Ditto.
8049 (struct thread_info): Drop "prev_func_name" field.
8050 * thread.c (load_infrun_state): Update.
8051 (save_infrun_state): Update.
8052 * infrun.c (prev_func_name): Delete variable.
8053 (init_wait_for_inferior): Do not clear prev_func_name.
8054 (stop_stepping, keep_going, context_switch): Do not swap
8055 prev_func_name.
8056 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8057 instead of PC_IN_SIGTRAMP.
8058
46654a5b
AC
80592003-05-04 Andrew Cagney <cagney@redhat.com>
8060
8061 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8062 REGISTER_BYTE with register_offset_hack.
8063 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8064 that REGISTER_BYTE is consistent with the regcache.
8065 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8066 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 8067
14b08c1b
MK
80682003-05-04 Mark Kettenis <kettenis@gnu.org>
8069
04c8243f
MK
8070 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8071 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8072
14b08c1b
MK
8073 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8074
c7a11e01
JB
80752003-05-03 J. Brobecker <brobecker@gnat.com>
8076
8077 From Thierry Schneider <tpschneider1@yahoo.com>
8078 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8079 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8080 (mi-cmd-symbol.o): Add rule.
8081
7043d8dc
AC
80822003-05-03 Andrew Cagney <cagney@redhat.com>
8083
8084 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8085 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8086 * gdbarch.h, gdbarch.c: Re-generate.
8087 * d10v-tdep.c (d10v_push_dummy_code): New function.
8088 (d10v_gdbarch_init): Set push_dummy_code.
8089 * infcall.c (legacy_push_dummy_code): New function.
8090 (generic_push_dummy_code): New function.
8091 (push_dummy_code): New function.
8092 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8093 instead of dummy_addr, to push_dummy_call. Move call to
8094 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8095 switch.
8096 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8097
92bf2b80
AC
80982003-05-03 Andrew Cagney <cagney@redhat.com>
8099
8100 * disasm.h (print_insn): Declare.
8101 * disasm.c (init_gdb_disassemble_info): New function.
8102 (gdb_disassembly): Call init_gdb_disassemble_info.
8103 (gdb_print_insn): New function.
8104 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8105 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8106 * mcore-tdep.c: Include "disasm.h"
8107 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8108 * d10v-tdep.c: Include "disasm.h".
8109 (display_trace): Call gdb_print_insn, instead of print_insn.
8110 (print_insn): Delete function.
8111 * printcmd.c: Include "disasm.h".
8112 (print_insn): Delete function.
8113 (print_formatted): Call gdb_print_insn, instead of print_insn.
8114 * Makefile.in (printcmd.o): Update dependencies.
8115 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 8116
27d94c49
AC
81172003-05-02 Andrew Cagney <cagney@redhat.com>
8118
82de1e5b
AC
8119 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8120 PC_REGNUM, re-indent.
8121 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8122 PC_REGNUM isn't set.
8123
27d94c49
AC
8124 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8125 * gdbarch.h, gdbarch.c: Re-generate.
8126 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8127 register_virtual_size, pc_regnum, or register_bytes.
8128 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8129 (d10v_register_type): Use D10V_PC_REGNUM.
8130 (d10v_print_registers_info, d10v_read_pc): Ditto.
8131 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8132 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8133
a9c0dc7f
DC
81342003-05-02 David Carlton <carlton@bactrian.org>
8135
8136 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8137 the name with mstrsave.
8138
e33d66ec
EZ
81392003-05-02 Elena Zannoni <ezannoni@redhat.com>
8140
8141 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8142 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8143 (host_charset_name, target_charset_name): New vars for use by
8144 set/show commands.
8145 (host_charset_enum, target_charset_enum): New enums for set/show
8146 commands.
8147 (set_charset_sfunc, set_host_charset_sfunc,
8148 set_target_charset_sfunc): New functions.
8149 (set_host_charset, set_target_charset): Make static.
8150 (list_charsets, set_host_charset_command,
8151 set_target_charset_command): Delete functions.
8152 (show_charset_command): Rewrite as....
8153 (show_charset): Hook this up with the set/show command mechanism.
8154 (_initialize_charset): Change names of charsets to match the
8155 set/show enums. Use host_charset_name and target_charset_name.
8156 Use set/show mechanism for charset, host-charset, target-charset
8157 commands. Do not make 'show host-charset' and 'show
8158 target-charset' be aliases of 'show charset'.
8159
8160 * charset.h (set_host_charset, set_target_charset): Don't export,
8161 they are not used outside the file.
8162
2b6fd0d8
AC
81632003-05-01 Andrew Cagney <cagney@redhat.com>
8164
8165 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8166 (gdb_disassembly): Make "di" non static, always initialize and
8167 cleanup. Always use dis_asm_read_memory.
8168 (gdb_dis_asm_read_memory): Delete function.
8169
6ae2f580
AC
81702003-05-01 Andrew Cagney <cagney@redhat.com>
8171
8172 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8173 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8174
810ecf9f
AC
81752003-04-30 Andrew Cagney <cagney@redhat.com>
8176
8177 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8178 "tm_print_insn_info".
8179 (TARGET_PRINT_INSN_INFO): Delete macro.
8180 (dis_asm_read_memory): Delete function declaration.
8181 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8182 (tm_print_insn_info): Delete variable definition.
8183 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8184 * gdbarch.h, gdbarch.c: Re-generate.
8185 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8186 "deprecated_tm_print_insn_info".
8187 * mcore-tdep.c (mcore_dump_insn): Ditto.
8188 * mips-tdep.c (mips_gdbarch_init): Ditto.
8189 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8190 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8191 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8192 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8193 instead of TARGET_PRINT_INSN_INFO, add comment.
8194 * s390-tdep.c (s390_get_frame_info): Instead of
8195 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8196 (s390_check_function_end, s390_is_sigreturn): Ditto.
8197 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8198 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8199 * disasm.c: Include "gdbcore.h".
8200 (_initialize_disasm): New function, initialize
8201 "deprecated_tm_print_insn_info".
8202 (deprecated_tm_print_insn_info): New variable.
8203 (dis_asm_read_memory): Moved from "corefile.c", made static.
8204 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8205 * Makefile.in (disasm.o): Update dependencies.
8206
07020390
AC
82072003-04-30 Andrew Cagney <cagney@redhat.com>
8208
8209 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8210
a9fa03de
AF
82112003-04-29 Adam Fedor <fedor@gnu.org>
8212
8213 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8214 * infcall.c (find_function_addr): Make non-static.
8215 * infcall.h (find_function_addr): Declare.
8216 * Makefile.in (eval.o): Update dependencies.
8217
1bae87b9
AF
82182003-04-28 Adam Fedor <fedor@gnu.org>
8219
8220 * symtab.c (symbol_find_demangled_name): Check for and demangle
8221 ObjC symbols.
8222 (symbol_init_demangled_name): Init for language_objc as well.
8223
0ba6dca9
AC
82242003-04-28 Andrew Cagney <cagney@redhat.com>
8225
8226 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8227 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8228 * gdbarch.h, gdbarch.c: Re-generate.
8229 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8230 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8231 * inferior.h (deprecated_read_fp): Rename read_fp.
8232 (generic_target_read_fp): Delete declaration.
8233 * regcache.c (generic_target_read_fp): Delete function.
8234 (deprecated_read_fp): Replace read_fp, use
8235 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8236 * d10v-tdep.c (d10v_read_fp): Delete function.
8237 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8238
8239 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8240 deprecated_target_read_fp to generic_target_read_fp.
8241 * sh-tdep.c (sh_gdbarch_init): Ditto.
8242 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8243 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8244 * frv-tdep.c (frv_gdbarch_init): Ditto.
8245
8246 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8247 deprecated_fp_regnum.
8248 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8249 * vax-tdep.c (vax_gdbarch_init): Ditto.
8250 * v850-tdep.c (v850_gdbarch_init): Ditto.
8251 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8252 * sh-tdep.c (sh_gdbarch_init): Ditto.
8253 * s390-tdep.c (s390_gdbarch_init): Ditto.
8254 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8255 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8256 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8257 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8258 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8259 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8260 * i386-tdep.c (i386_gdbarch_init): Ditto.
8261 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8262 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8263 * frv-tdep.c (frv_gdbarch_init): Ditto.
8264 * cris-tdep.c (cris_gdbarch_init): Ditto.
8265 * avr-tdep.c (avr_gdbarch_init): Ditto.
8266 * arm-tdep.c (arm_gdbarch_init): Ditto.
8267 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8268
8269 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8270 * v850-tdep.c (v850_gdbarch_init): Ditto.
8271 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8272 * sh-tdep.c (sh_gdbarch_init): Ditto.
8273 * s390-tdep.c (s390_gdbarch_init): Ditto.
8274 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8275 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8276 * mips-tdep.c (mips_gdbarch_init): Ditto.
8277 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8278 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8279 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8280 * frv-tdep.c (frv_gdbarch_init): Ditto.
8281 * avr-tdep.c (avr_gdbarch_init): Ditto.
8282 * arm-tdep.c (arm_gdbarch_init): Ditto.
8283
8284 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8285 DEPRECATED_FP_REGNUM.
8286 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8287 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8288 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8289 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8290 (sparc32_register_virtual_type): Ditto.
8291 * sh-tdep.c (sh64_frame_chain): Ditto.
8292 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8293 (sh_nofp_frame_init_saved_regs): Ditto.
8294 (sh64_nofp_frame_init_saved_regs): Ditto.
8295 (sh_fp_frame_init_saved_regs): Ditto.
8296 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8297 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8298 * procfs.c (procfs_fetch_registers): Ditto.
8299 (procfs_store_registers): Ditto.
8300 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8301 (store_inferior_registers, fetch_core_registers): Ditto.
8302 (fetch_kcore_registers, clear_regs): Ditto.
8303 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8304 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8305 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8306 * nlm/i386.c (do_status): Ditto.
8307 * mipsv4-nat.c (supply_gregset): Ditto.
8308 * mips-tdep.c: Ditto for comments.
8309 * mips-nat.c (fetch_inferior_registers): Ditto.
8310 (store_inferior_registers, fetch_core_registers): Ditto.
8311 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8312 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8313 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8314 (i386_do_pop_frame, i386_register_type): Ditto.
8315 * hppa-tdep.c (hppa_frame_chain): Ditto.
8316 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8317 (hppa_pop_frame, hppa_read_fp): Ditto.
8318 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8319 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8320 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8321 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8322 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8323 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8324 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8325 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8326 * blockframe.c: Ditto for comments.
8327 * arch-utils.h: Ditto for comments.
8328 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8329 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8330 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8331 * alpha-tdep.h: Ditto for comments.
8332 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8333 (alpha_cannot_store_register): Ditto.
8334 (alpha_push_dummy_frame): Ditto.
8335 * alpha-nat.c (supply_gregset): Ditto.
8336
8337 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8338 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8339 * config/sparc/tm-sparc.h: Update comment.
8340
8341 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8342 deprecated_read_fp instead of TARGET_READ_FP.
8343 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8344 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8345 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8346 deprecated_read_fp instead of read_fp.
8347 * s390-tdep.c (s390_push_arguments): Ditto.
8348 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8349 * frame.h: Ditto in comments.
8350 * frame.c (legacy_get_prev_frame): Ditto.
8351 * dummy-frame.c (dummy_frame_this_id): Ditto.
8352 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8353
d7a27068
AC
83542003-04-28 Andrew Cagney <cagney@redhat.com>
8355
8356 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8357 * gdbarch.h, gdbarch.c: Re-generate.
8358 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8359 * vax-tdep.c (_initialize_vax_tdep): Update.
8360 * v850-tdep.c (_initialize_v850_tdep): Update.
8361 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8362 * s390-tdep.c (_initialize_s390_tdep): Update.
8363 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8364 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8365 * mips-tdep.c (_initialize_mips_tdep): Update.
8366 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8367 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8368 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8369 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8370 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8371 * frv-tdep.c (_initialize_frv_tdep): Update.
8372 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8373 (_initialize_cris_tdep): Update.
8374 * arch-utils.c (legacy_print_insn): Update.
8375 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8376
d2630e69
AF
83772003-04-26 Adam Fedor <fedor@gnu.org>
8378
8379 * linespec.c (decode_objc): New function to decode ObjC calls
8380 (decode_line_1): Check for ObjC calls (using decode_objc)
8381 * Makefile (linespec.o): Update dependencies.
8382
3086aeae
DJ
83832003-04-26 Daniel Jacobowitz <drow@mvista.com>
8384
8385 * breakpoint.h (struct breakpoint_ops): New.
8386 (struct breakpoint): Add ops member.
8387
8388 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8389 (mention): Use new breakpoint ops member.
8390 (set_raw_breakpoint): Initialize ops field to NULL.
8391 (print_exception_catchpoint, print_one_exception_catchpoint)
8392 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8393 (gnu_v3_exception_catchpoint_ops): New.
8394 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8395
1fbec6c3
AF
83962003-04-25 Adam Fedor <fedor@gnu.org>
8397
8398 * Makefile.in (COMMON_OBS): Add objc-lang.o
8399
0ef21242
AC
84002003-04-25 Andrew Cagney <cagney@redhat.com>
8401
8402 * d10v-tdep.c (print_insn): Delete function.
8403 (display_trace): Use TARGET_PRINT_INSN.
8404 (_initialize_d10v_tdep): Do not set tm_print_insn.
8405 (d10v_gdbarch_init): Set print_insn.
8406
f75493ed
AC
84072003-04-25 Andrew Cagney <cagney@redhat.com>
8408
8409 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8410 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8411 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8412 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8413 (nr_dmap_regs, a0_regnum): ... new functions.
8414 (d10v_print_registers_info): Use a0_regnum, use register_size.
8415 (d10v_register_byte): Delete function.
8416 (d10v_register_raw_size): Delete function.
8417 (d10v_register_type): Use a0_regnum.
8418 (d10v_print_registers_info): Use a0_regnum.
8419 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8420 (d10v_gdbarch_init): Do not set register_byte or
8421 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8422 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8423 extract_address.
8424 (trace_command): Use XCALLOC.
8425 (print_insn): Delete reference to tm_print_insn.
8426 (saved_regs_unwinder): Use store_unsigned_integer instead of
8427 store_address.
8428 * frame.h (FRAME_OBSTACK_CALLOC): Define
8429
2202b100
DC
84302003-04-25 David Carlton <carlton@bactrian.org>
8431
8432 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8433
4e45ca2e
AF
84342003-04-24 Adam Fedor <fedor@gnu.org>
8435
8436 * objc-lang.c: Include "valprint.h"
8437 * Makefile.in (objc-lang.o): Update dependencies.
8438
93de3e7f
AF
84392003-04-24 Adam Fedor <fedor@gnu.org>
8440
8ffd9b1b 8441 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
8442 architecture dependant compilation and mark as unimplemented
8443 (until they get put in the gdbarch vector).
8444
0f20eeea
DC
84452003-04-23 David Carlton <carlton@bactrian.org>
8446
8447 * cp-support.c (cp_find_first_component): Accept 'operator' in
8448 more locations.
8449
74cfe982
AC
84502003-04-23 Andrew Cagney <cagney@redhat.com>
8451
8452 * infcall.c (call_function_by_hand): Eliminate redundant
8453 indentation. Move "saved_async" and "old_cleanups" to where they
8454 are needed.
8ffd9b1b 8455
52557533
AC
84562003-04-23 Andrew Cagney <cagney@redhat.com>
8457
8458 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8459 and "buffer". Move the "name" code to where it is needed.
8460
158775de
AC
84612003-04-23 Andrew Cagney <cagney@redhat.com>
8462
8463 * infcall.c (call_function_by_hand): Move variables "start_sp",
8464 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8465 code to ON_STACK switch branch.
8ffd9b1b 8466
ebc7896c
AC
84672003-04-23 Andrew Cagney <cagney@redhat.com>
8468
8469 * infcall.c (call_function_by_hand): Make declaration of "i",
8470 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8471 lint.
8472
d727590f
AC
84732003-04-23 Andrew Cagney <cagney@redhat.com>
8474
8475 * infcall.c (call_function_by_hand): Delete variable
8476 "n_method_args". Localize "param_type"'s declaration to the loop
8477 that it is used. Reinstate code assigning to said variable -
8478 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8479 Rationalize code using "param_type".
8480
d585e13a
AC
84812003-04-22 Andrew Cagney <cagney@redhat.com>
8482
8483 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8484 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8485 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8486 to DEPRECATED_PUSH_RETURN_ADDRESS.
8487
051caad9
KB
84882003-04-22 Kevin Buettner <kevinb@redhat.com>
8489
8490 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8491 on the DWARF2 register number prior to fetching a register.
8492
77296879
JB
84932003-04-22 J. Brobecker <brobecker@gnat.com>
8494
8495 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8496 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 8497 this macro was always set to 0.
77296879
JB
8498 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8499 considering the fact that this macro was always set to 0.
8500 * hppa-tdep.h (hppa_store_return_value): Likewise.
8501 (hppa_extract_return_value): Likewise.
8502
4252f1df
JB
85032003-04-22 J. Brobecker <brobecker@gnat.com>
8504
8505 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8506 the hppa-pro target only.
8507
14604c6b
JB
85082003-04-21 J. Brobecker <brobecker@gnat.com>
8509
8510 Ongoing multi-arch conversion effort for HP/UX:
8511 * config/pa/tm-hppa.h: Move all macro that are no longer
8512 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8513 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8514
77eb01d1
JB
85152003-04-21 J. Brobecker <brobecker@gnat.com>
8516
8517 * config/pa/tm-hppa.h: Obsolete a section that was only used
8518 for hppa-pro.
8519
61995b3b
JB
85202003-04-21 J. Brobecker <brobecker@gnat.com>
8521
8522 Ongoing multi-arch conversion for HP/UX.
8523 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8524 if already defined (allows hppa64 to stay non-multiarched for now).
8525 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8526
4aa79dcc
AC
85272003-04-21 Andrew Cagney <cagney@redhat.com>
8528
8529 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8530
0f751ff2
AC
85312003-04-21 Andrew Cagney <cagney@redhat.com>
8532
8533 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8534 "i386_num_mmx_regs".
8535
04714b91
AC
85362003-04-21 Andrew Cagney <cagney@redhat.com>
8537
8538 * infcall.c: New file.
8539 * infcall.h: New file.
8540 * valarith.c: Include "infcall.h".
8541 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8542 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8543 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8544 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8545 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8546 (SFILES): Add "infcall.c"
8547 (COMMON_OBS): Add "infcall.o".
8548 (infcall.o): Specify dependencies.
8549 * value.h (call_function_by_hand): Delete declaration.
8550 * inferior.h (run_stack_dummy): Delete declaration.
8551 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8552 (run_stack_dummy): Move to "infcall.c", merged into
8553 call_function_by_hand.
8554 * valops.c (call_function_by_hand): Moved to "infcall.c".
8555 (find_function_addr, value_arg_coerce): Ditto.
8556 (unwindonsignal_p, coerce_float_to_double): Ditto.
8557 (_initialize_valops): Move "set/show coerce-float-to-double", and
8558 "set/show unwindonsignal" commands to "infcall.c".
8559 * v850-tdep.c, target.h: Update comments.
8560 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8561 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8562 (sh64_init_extra_frame_info): Update comments.
8563 * mn10300-tdep.c: Update comments.
8564 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8565 * config/sparc/tm-sparc.h: Update comments.
8566 * breakpoint.h: Update comments.
8567 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8568 * arm-tdep.c: Update comment.
8569
f9d3c2a8
MK
85702003-04-19 Mark Kettenis <kettenis@gnu.org>
8571
c40e1eab
MK
8572 * i386-tdep.c (i386_num_register_names): New variable.
8573 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8574 (MM0_REGNUM): Remove redundant parentheses in define.
8575 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8576 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8577 i386_mxcsr_regnum_p): Remove redundant parentheses.
8578 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 8579
94ea66b3
MK
8580 * i386-tdep.c (i386_extract_return_value,
8581 i386_store_return_value): Correct check for availability of
8582 floating-point registers.
8583
54299a1d
MK
8584 * i386-tdep.c (i386_frame_num_args): Remove function.
8585 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8586
c86c27af
MK
8587 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8588 mmx_regnum_to_fp_regnum. Adjust all callers.
8589
f9d3c2a8
MK
8590 * i386-tdep.c (i386_get_longjmp_target): Use
8591 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8592 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8593 extract_address.
8594
94ba74a9
MK
85952003-04-19 Mark Kettenis <kettenis@gnu.org>
8596
8597 * core-regset.c: Update comments to reflect reality. Re-order
8598 includes.
8599 (fetch_core_registers): Use switch instead of if. Remove
8600 redundant prototype.
8601
4074e13c
JB
86022003-04-18 Jim Blandy <jimb@redhat.com>
8603
8604 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 8605 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 8606
e3ab4aba
RH
86072003-04-17 Richard Henderson <rth@redhat.com>
8608
8609 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8610
627bf7c1
EZ
86112003-04-17 Michael Snyder <msnyder@redhat.com>
8612 Karen Bennet <bennet@redhat.com>
8613
8614 Committed by Elena Zannoni <ezannoni@redhat.com>
8615 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 8616
514621a9
EZ
86172003-04-17 Elena Zannoni <ezannoni@redhat.com>
8618
8619 * values.c (value_being_returned): Don't fetch the return
fbe586ae 8620 value if the return type is void.
514621a9 8621
b4acd559
JJ
86222003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8623
8624 * thread-db.c: Reindented.
8ffd9b1b 8625
530b167e 86262003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
8627
8628 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8629 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
8630 as types.
8631
0a48e7e8
MS
8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
8643
8644
8645
8646
8647
8648
8649
8650
8651
8652
8653
8654
8ffd9b1b 8655
ab9fe00e
KB
86562003-04-16 Kevin Buettner <kevinb@redhat.com>
8657
610a3745 8658 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
8659 the size of ``long double'' to 16, instead of 8.
8660
e64a344c
MK
86612003-04-16 Mark Kettenis <kettenis@gnu.org>
8662
8663 * i386-linux-nat.c: Add some whitespace to make things more
8664 readable.
8665 (fetch_register, store_register, fetch_inferior_registers,
8666 store_inferior_registers): Get rid of assignment in if-statement.
8667 (store_register): Fix typo in error message.
8668
25d41031
AC
86692003-04-16 Andrew Cagney <cagney@redhat.com>
8670
8671 * utils.c (xmmalloc): Always allocate something, matches
8672 libiberty/xmalloc's semantics.
8673 (xmrealloc, xmcalloc): Ditto.
8674
c50901fd
AC
86752003-04-16 Andrew Cagney <cagney@redhat.com>
8676
8677 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8678 update comments.
8679 (get_frame_type): Initialize unwind and type when needed.
8680 (get_frame_id, frame_register_unwind): Ditto.
8681
f81824a9
AC
86822003-04-16 Andrew Cagney <cagney@redhat.com>
8683
8684 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8685 obsolete.
8686 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8687 * sparcl-stub.c: Obsolete file.
8688 * config/sparc/tm-sparclet.h: Obsolete file.
8689 * sparclet-stub.c: Obsolete file.
8690 * sparclet-rom.c: Obsolete file.
8691 * sparcl-tdep.c: Obsolete file.
8692 * config/sparc/tm-sparclite.h: Obsolete file.
8693 * config/sparc/sparclite.mt: Obsolete file.
8694 * config/sparc/sparclet.mt: Obsolete file.
8695 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8696 sparc86x-*-* obsolete.
8697
9219021c
DC
86982003-04-15 David Carlton <carlton@math.stanford.edu>
8699
8700 * Makefile.in (SFILES): Add cp-namespace.c.
8701 (COMMON_OBS): Add cp-namespace.o.
8702 (block.o): Depend on gdb_obstack_h and cp_support_h.
8703 (buildsym.o): Depend on cp_support_h.
8704 (cp-namespace.o): New.
8705 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8706 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8707 (dwarf2read.o): Depend on cp_support_h.
8708 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8709 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8710 processing_current_namespace.
8711 (read_namespace): Update processing_current_namespace; check for
8712 anonymous namespaces.
8713 (dwarf2_name): New function.
8714 (dwarf2_extension): Ditto.
8715 * cp-support.h: Update copyright, contributors.
8716 Add inclusion guards.
8717 Add opaque declaration for structs obstack, block, symbol.
8718 (struct using_direct): New struct.
8719 Add declarations for cp_find_first_component,
8720 cp_entire_prefix_len, processing_has_namespace_info,
8721 processing_current_namespace, cp_is_anonymous,
8722 cp_add_using_directive, cp_initialize_namespace,
8723 cp_finalize_namespace, cp_set_block_scope,
8724 cp_scan_for_anonymous_namespaces.
8725 * cp-namespace.c: New file.
8726 * cp-support.c: Update copyright.
8727 Include ctype.h, gdb_assert.h, gdbcmd.h.
8728 New variable maint_cplus_cmd_list.
8729 (cp_find_first_component): New function.
8730 (cp_entire_prefix_len, maint_cplus_command)
8731 (first_component_command, _initialize_cp_support): Ditto.
8732 * buildsym.c: Include cp-support.h.
8733 New variable using_list.
8734 (add_symbol_to_list): Check for anonymous namespaces.
8735 (finish_block): Set block's scope.
8736 (start_symtab): Initialize C++ namespace support.
8737 (end_symtab): Finalize C++ namespace support.
8738 * block.h: Add opaque declarations for structs
8739 block_namespace_info, using_direct, and obstack.
8740 Add declarations for block_set_scope and block_set_using.
8741 (struct block): Add 'language_specific' member.
8742 (BLOCK_NAMESPACE): New macro.
8743 * block.c: Include gdb_obstack.h and cp-support.h.
8744 (struct block_namespace_info): New struct.
8745 (block_set_scope): New function.
8746 (block_set_using, block_initialize_namespace): Ditto.
8747
d5a921c9
KB
87482003-04-14 Kevin Buettner <kevinb@redhat.com>
8749
8750 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8751 (locate_base): Return early if there aren't any link map offsets.
8752 (svr4_solib_create_inferior_hook): Warn if shared library support
8753 is unavailable.
8754
d2a52b27
DC
87552003-04-14 David Carlton <carlton@math.stanford.edu>
8756
8757 * symtab.c (symbol_set_names): Add prefix when storing Java names
8758 in hash table. Fix for PR java/1039.
8759
980cae7a
DC
87602003-04-14 David Carlton <carlton@math.stanford.edu>
8761
8762 * symtab.c (symbol_set_names): Rename 'name' arg to
8763 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8764 * symtab.h: Change 'name' argument in declaration of
8765 symbol_set_names to 'linkage_name'.
8766 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8767
e227b13c
AC
87682003-04-14 Andrew Cagney <cagney@redhat.com>
8769
8770 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8771 return the fully sign-extended register value.
8772 (get_frame_pointer): Ditto.
8773 (mips_pop_frame): Initialize "proc_desc" after checking for a
8774 dummy frame.
8775
36712a20
AC
87762003-04-14 Andrew Cagney <cagney@redhat.com>
8777
8778 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8779 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8780 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8781 (mips_push_register): Delete function.
8782 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8783 PUSH_FP_REGNUM.
8784
44ea7b70
JB
87852003-04-14 Jim Blandy <jimb@redhat.com>
8786
8787 * symmisc.c: #include "gdb_regex.h".
8788 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8789 functions.
8790 * maint.c (maintenance_list_command): New function.
8791 (_initialize_maint_cmds): Register the above as commands.
8792 * symtab.h (maintenance_list_symtabs,
8793 maintenance_list_psymtabs): New declarations.
8794 * cli/cli-cmds.c (maintenancelistlist): New variable.
8795 (init_cmd_lists): Initialize it.
8796 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8797 * gdbcmd.h (maintenancelistlist): New declaration.
8798 * Makefile.in (symmisc.o): Update dependencies.
8799
2d0c7962
EZ
88002003-04-14 Elena Zannoni <ezannoni@redhat.com>
8801
8802 * s390-nat.c: Include asm/types.h for addr_t.
8803
1947a811
CV
88042003-04-14 Corinna Vinschen <vinschen@redhat.com>
8805
8806 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8807 actually incoming type.
8808
adb616d7
AC
88092003-04-13 Andrew Cagney <cagney@redhat.com>
8810
8811 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8812 get_next_frame and get_frame_saved_regs.
8813
9b5e151c
AC
88142003-04-13 Andrew Cagney <cagney@redhat.com>
8815
8816 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8817 of gdbarch_num_regs.
8818
ef6e7e13
AC
88192003-04-13 Andrew Cagney <cagney@redhat.com>
8820
8821 * frame.h: Mention what replaced what in "struct frame_info".
8822 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8823 deprecated_update_frame_base_hack and
8824 deprecated_update_frame_pc_hack.
8825 * hppa-tdep.c: Ditto.
8826
61fbb938
DJ
88272003-04-13 Daniel Jacobowitz <drow@mvista.com>
8828
8829 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8830 to read_reg and update its comment. Remove regnum member.
8831 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8832 Don't call read_reg when setting in_reg. Call read_reg to get
8833 the frame base if it's in a register. Return the register number
8834 on the stack instead of in the context. Remove extra arguments
8835 to read_reg.
8836 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8837 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8838 the register number on the expression stack.
8839 (needs_frame_read_reg): Remove extra arguments.
8840
0d53c4c4
DJ
88412003-04-13 Daniel Jacobowitz <drow@mvista.com>
8842
8843 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8844 made non-static.
8845 (execute_stack_op): All callers updated.
8846 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8847 * dwarf2loc.c (find_location_expression): New function.
8848 (dwarf_expr_frame_base): Call it.
8849 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8850 (dwarf2_tracepoint_var_ref): New function, broken out from
8851 locexpr_tracepoint_var_ref.
8852 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8853 Make static.
8854 (loclist_read_variable, loclist_read_needs_frame): New functions.
8855 (loclist_describe_location, loclist_tracepoint_var_ref): New
8856 functions.
8857 (dwarf2_loclist_funcs): New struct location_funcs.
8858 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8859 (struct dwarf2_locexpr_baton): Add comments.
8860 (dwarf2_loclist_funcs): New extern.
8861 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8862 base_address and base_known.
8863 (dwarf_loc_buffer): New variable.
8864 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8865 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8866 (dwarf2_has_info): Initialize dwarf_loc_offset.
8867 (dwarf2_build_psymtabs): Read in .debug_loc.
8868 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8869 DWARF_LOC_SIZE.
8870 (psymtab_to_symtab_1): Likewise. Move base address calculation
8871 here, from...
8872 (dwarf2_get_pc_bounds): ... here. Use the base address from
8873 cu_header.
8874 (dwarf2_symbol_mark_computed): Handle location lists.
8875
6aca59a3
DJ
88762003-04-13 Daniel Jacobowitz <drow@mvista.com>
8877
8878 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8879 if the linkage name demangled successfully.
8880
aca1fcd0
MK
88812003-04-13 Mark Kettenis <kettenis@gnu.org>
8882
97095916
MK
8883 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8884 disassmbly_flavour): Removed.
8885
aca1fcd0
MK
8886 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8887
562a961f
MK
88882003-04-13 Mark Kettenis <kettenis@gnu.org>
8889
8890 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8891
bd013d54
AC
88922003-04-12 Andrew Cagney <cagney@redhat.com>
8893
8894 * frame.h (struct frame_info): Move definition from here ...
8895 * frame.c (struct frame_info): ... to here.
8896
167ef8b1
AC
88972003-04-12 Andrew Cagney <cagney@redhat.com>
8898
8899 * gdbthread.h (save_infrun_state): Delete parameter
8900 "prev_func_start".
8901 (struct thread_info): Delete field "prev_func_start".
8902 (load_infrun_state): Ditto.
8903 * thread.c (load_infrun_state, save_infrun_state): Update.
8904 * infrun.c (prev_func_start): Delete variable.
8905 (context_switch, init_wait_for_inferior): Update.
8906 (stop_stepping, keep_going): Update.
8907
da3331ec
AC
89082003-04-12 Andrew Cagney <cagney@redhat.com>
8909
8910 * gdbarch.sh: Add missing opaque declarations.
8911 * gdbarch.h: Regnerate.
8912 * symtab.h: Add missing opaque declarations.
8913 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8914 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8915 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8916 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8917 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8918 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8919 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8920 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8921 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8922 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8923 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8924 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8925 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8926
18adea3f
AC
89272003-04-11 Andrew Cagney <cagney@redhat.com>
8928
8929 * frame.c (get_frame_id): Return this frame's "id".
8930 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8931 function start.
8932 (legacy_saved_regs_this_id): Replace function body with
8933 internal-error.
8934 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8935 FRAME_OBSTACK_ZALLOC.
8936 (create_new_frame): Mark the frame ID as valid.
8937
2252e863
AO
89382003-04-11 Alexandre Oliva <aoliva@redhat.com>
8939
8940 * Makefile.in (libbfd_h): Added missing setting.
8941 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8942 according to the selected ABI.
8943
a8245ab8
JJ
89442003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8945
8946 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8947
6913c89a
AC
89482003-04-11 Andrew Cagney <cagney@redhat.com>
8949
8950 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8951 SAVED_PC_AFTER_CALL.
8952 * gdbarch.h, gdbarch.c: Regenerate.
8953 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8954 * x86-64-tdep.c (x86_64_init_abi): Update.
8955 * vax-tdep.c (vax_gdbarch_init): Update.
8956 * v850-tdep.c (v850_gdbarch_init): Update.
8957 * sparc-tdep.c (sparc_gdbarch_init): Update.
8958 * sh-tdep.c (sh_gdbarch_init): Update.
8959 * s390-tdep.c (s390_gdbarch_init): Update.
8960 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8961 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8962 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8963 * mips-tdep.c (mips_gdbarch_init): Update.
8964 * mcore-tdep.c (mcore_gdbarch_init): Update.
8965 * m68k-tdep.c (m68k_gdbarch_init): Update.
8966 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8967 * ia64-tdep.c (ia64_gdbarch_init): Update.
8968 (ia64_saved_pc_after_call): Update declaration.
8969 * i386ly-tdep.c (i386lynx_init_abi): Update.
8970 * i386-tdep.c (i386_gdbarch_init): Update.
8971 * hppa-tdep.c (hppa_gdbarch_init): Update.
8972 * h8300-tdep.c (h8300_gdbarch_init): Update.
8973 * frv-tdep.c (frv_gdbarch_init): Update.
8974 * cris-tdep.c (cris_gdbarch_init): Update.
8975 * avr-tdep.c (avr_gdbarch_init): Update.
8976 * arm-tdep.c (arm_gdbarch_init): Update.
8977 * alpha-tdep.c (alpha_gdbarch_init): Update.
8978 * ns32knbsd-nat.c (frame_num_args): Update.
8979 * ns32k-tdep.c (umax_frame_num_args): Update.
8980 * mips-tdep.c (mips_init_frame_pc_first): Update.
8981 * infrun.c (step_over_function): Update.
8982 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8983 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8984 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8985 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8986 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8987 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8988 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8989 * arch-utils.c (init_frame_pc_default): Update.
8990 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8991 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8992 declaration.
8ffd9b1b 8993
38edeab8
AC
89942003-04-11 Andrew Cagney <cagney@redhat.com>
8995
8996 * i387-tdep.c: Update copyright.
8997 (i387_to_double): Delete function.
8998 (double_to_i387): Delete function.
8999
81f8a206
AC
90002003-04-10 Andrew Cagney <cagney@redhat.com>
9001
9002 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9003 frame's function's address. Simplify.
9004 (d10v_frame_unwind_cache): Check that the frame's function is
9005 non-zero.
9006
6e691f7a
JB
90072003-04-10 Jim Blandy <jimb@redhat.com>
9008
9009 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9010 call to set_gdbarch_deprecated_push_arguments.
9011
7f78e237
AC
90122003-04-10 Andrew Cagney <cagney@redhat.com>
9013
9014 * frame.c (fprint_frame_id): New function.
9015 (fprint_frame_type, fprint_frame): New function.
9016 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9017 (create_sentinel_frame, get_frame_id): Ditto.
9018 (frame_id_p, frame_id_eq): Ditto.
9019 (frame_id_inner, create_new_frame): Ditto.
9020 (legacy_get_prev_frame, get_prev_frame): Ditto.
9021 (deprecated_update_frame_pc_hack): Ditto.
9022 (frame_register_unwind): Ditto.
9023 (deprecated_update_frame_base_hack): Ditto.
9024
f870b49b
CV
90252003-04-10 Corinna Vinschen <vinschen@redhat.com>
9026
9027 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9028 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9029 frame_chain function.
9030 * Makefile.in: Add dependencies due to above change.
9031
7c86889b
CV
90322003-04-10 Corinna Vinschen <vinschen@redhat.com>
9033
9034 * blockframe.c (legacy_frame_chain_valid): Move call to
9035 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9036 inside_entry_file.
9037
d0a55772
AC
90382003-04-09 Andrew Cagney <cagney@redhat.com>
9039
9040 * frame.h (struct frame_id): Replace "pc" and "base" with
9041 "stack_addr" and "code_addr". Update comments.
9042 (frame_id_build): Update parameter names and comment.
9043 (struct frame_info): Replace "id_p" and "id" with "this_id".
9044 * dummy-frame.c (dummy_frame_this_id): Update.
9045 * breakpoint.c (print_one_breakpoint): Update.
9046 * frame.c (get_frame_id): Update.
9047 (get_frame_base, frame_id_build): Update.
9048 (create_sentinel_frame, legacy_get_prev_frame): Update.
9049 (deprecated_update_frame_base_hack): Update.
9050 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9051 (frame_id_inner): Ditto.
9052
ac16bf07
AC
90532003-04-09 Andrew Cagney <cagney@redhat.com>
9054
9055 * defs.h (gdb_print_host_address): Make "addr" parameter a
9056 pointer constant.
9057 * utils.c (gdb_print_host_address): Update.
9058
366cfc9e
KB
90592003-04-09 Kevin Buettner <kevinb@redhat.com>
9060
9061 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9062 register number for R0 is 0.
9063
cd983b5c
JB
90642003-04-09 J. Brobecker <brobecker@gnat.com>
9065
9066 * frame.h (struct gdbarch): Add opaque structure definition
9067 to avoid a compilation warning on LynxOS 4.0.
9068
d1340264
AC
90692003-04-09 Andrew Cagney <cagney@redhat.com>
9070
9071 * frame.h (struct frame_info): Delete field "pc". Replace
9072 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9073 structure.
9074 * frame.c (frame_pc_unwind): Update.
9075 (create_sentinel_frame): Do not set "pc".
9076 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9077 (get_frame_pc): Call frame_pc_unwind.
9078 (deprecated_update_frame_pc_hack): Update.
9079 (create_new_frame): Use "pc" not "->pc".
9080
90a6fffb
AC
90812003-04-09 Andrew Cagney <cagney@redhat.com>
9082
9083 * frame.c (get_frame_id): Eliminate code updating "frame".
9084 (legacy_get_prev_frame): Ditto.
9085 (get_frame_base): Return id.base directly.
9086 (deprecated_update_frame_base_hack): Update "id.base".
9087 * frame.h (struct frame_info): Delete field "frame".
9088
2fbce691
AC
90892003-04-09 Andrew Cagney <cagney@redhat.com>
9090
9091 * NEWS: Mention that the "Sequent family" is obsolete.
9092 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9093 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9094 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9095 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9096 * config/i386/tm-ptx4.h: Obsolete file.
9097 * config/i386/tm-ptx.h: Obsolete file.
9098 * symm-tdep.c: Obsolete file.
9099 * config/i386/symmetry.mt: Obsolete file.
9100 * config/i386/tm-symmetry.h: Obsolete file.
9101 * symm-nat.c: Obsolete file.
9102 * config/i386/nm-symmetry.h: Obsolete file.
9103 * config/i386/xm-symmetry.h: Obsolete file.
9104 * config/i386/symmetry.mh: Obsolete file.
9105 * config/i386/nm-ptx4.h: Obsolete file.
9106 * config/i386/ptx4.mh: Obsolete file.
9107 * config/i386/ptx.mt: Obsolete file.
9108 * config/i386/ptx.mh: Obsolete file.
9109 * config/i386/xm-ptx4.h: Obsolete file.
9110 * config/i386/xm-ptx.h: Obsolete file.
9111
78c43945
AC
91122003-04-09 Andrew Cagney <cagney@redhat.com>
9113
9114 Obsolete mips*-*-mach3*.
9115 * NEWS: Mention that mips*-*-mach3* is obsolete.
9116 * m3-nat.c: Obsolete file.
9117 * config/nm-m3.h: Obsolete file.
9118 * config/mips/tm-mipsm3.h: Obsolete file.
9119 * config/mips/mipsm3.mt: Obsolete file.
9120 * config/mips/mipsm3.mh: Obsolete file.
9121 * config/mips/xm-mipsm3.h: Obsolete file.
9122 * mipsm3-nat.c: Obsolete file.
9123 * configure.host: Obsolete mips-dec-mach3*.
9124 * configure.tgt: Obsolete mips*-*-mach3*.
9125
f1908289
AC
91262003-04-09 Andrew Cagney <cagney@redhat.com>
9127
9128 * doublest.h: Update copyright.
9129 (deprecated_store_floating, deprecated_extract_floating): Rename
9130 store_floating and extract_floating. Update comments.
9131 * doublest.c: Update copyright.
9132 (extract_floating_by_length): Replace extract_floating.
9133 (store_floating_by_length): Replace store_floating.
9134 (deprecated_extract_floating): New function.
9135 (deprecated_store_floating): New function.
9136 (extract_typed_floating): Call extract_floating_by_length.
9137 (store_typed_floating): Call store_floating_by_length.
9138 * x86-64-tdep.c (x86_64_store_return_value): Update.
9139 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9140 (sh64_extract_return_value): Update.
9141 (sh_sh4_register_convert_to_virtual): Update.
9142 (sh_sh64_register_convert_to_virtual): Update.
9143 (sh_sh4_register_convert_to_raw): Update.
9144 (sh_sh64_register_convert_to_raw): Update.
9145 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9146 (rs6000_register_convert_to_raw): Update.
9147 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9148 (ia64_register_convert_to_raw): Update.
9149 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9150 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9151 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9152 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9153 (alpha_register_convert_to_raw): Update.
9154
4443bd83
AC
91552003-04-08 Andrew Cagney <cagney@redhat.com>
9156
9157 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9158 * gdbarch.h, gdbarch.c: Re-generate.
9159 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9160 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9161 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9162 conditionally, use frame_pc_unwind as an alternative. Add
9163 comments.
9164 * arch-utils.c (init_frame_pc_default): Only call
9165 SAVED_PC_AFTER_CALL when available.
9166
c0236d92
EZ
91672003-04-08 Elena Zannoni <ezannoni@redhat.com>
9168
fbe586ae 9169 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9170 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9171 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9172 (start_remote): Ditto.
9173 (handle_inferior_event): Ditto.
9174 (save_inferior_status): Ditto.
9175 (restore_inferior_status): Ditto.
9176 * infcmd.c (attach_command): Ditto.
9177 * fork-child.c (startup_inferior): Ditto.
fbe586ae 9178 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9179 * alpha-tdep.c (heuristic_proc_start): Ditto.
9180 * mips-tdep.c (heuristic_proc_start): Ditto.
9181 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9182 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9183 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9184 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9185 * remote-vx.c (vx_create_inferior): Ditto.
9186
91872003-04-08 Elena Zannoni <ezannoni@redhat.com>
9188
9189 * infrun.c (stop_soon_quietly): Make it an enum, to better
9190 override the default behavior of handle_inferior_event.
9191 (clear_proceed_status): Update uses of stop_soon_quietly to
9192 reflect that it is now an enum.
9193 (start_remote): Ditto.
9194 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9195 is set to handle the new GNU/Linux kernel behavior for
9196 attach/sigstop. Update uses of stop_soon_quietly.
9197 * inferior.h (enum stop_kind): New enum.
9198 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9199 Reset normal handle_inferior_event behavior, afterwards.
9200 * fork-child.c (startup_inferior): Update.
9201 * alpha-tdep.c (heuristic_proc_start): Update.
9202 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9203 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9204 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9205 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9206 * remote-vx.c (vx_create_inferior): Update.
9207 * mips-tdep.c (heuristic_proc_start): Update.
9208
1211bce3
EZ
92092003-04-07 Elena Zannoni <ezannoni@redhat.com>
9210
9211 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 9212 be freed more than once, causing wild memory corruptions.
1211bce3 9213 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 9214 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 9215 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 9216 with the "core" target.
1211bce3 9217
f0ef6b29
KB
92182003-04-07 Kevin Buettner <kevinb@redhat.com>
9219
9220 * mips-tdep.c (mips_print_fp_register): New function, created from
9221 do_fp_register_row(). Registers are now (also) printed as hex.
9222 Only one register is printed per row.
9223 (mips_print_register, do_fp_register_row): Print floating point
9224 registers with mips_print_fp_register().
9225
8cf71652
AC
92262003-04-06 Andrew Cagney <cagney@redhat.com>
9227
5e488a7b
AC
9228 * valprint.h (inspect_it): Add extern declaration.
9229 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9230 (selectors_info, classes_info): Ditto.
9231 (find_objc_msgcall): Fix indentation.
9232 (objc_printstr): Delete extern declarations.
9233
8cf71652
AC
9234 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9235
e6ba3bc9
AC
92362003-04-06 Andrew Cagney <cagney@redhat.com>
9237
9238 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9239 Update comment.
9240 * frame.c (legacy_saved_regs_this_id): Update.
9241 (legacy_get_prev_frame): Update.
9242 * xstormy16-tdep.c: Update comment.
9243 * sparc-tdep.c (sparc_frame_chain): Update comment.
9244 * blockframe.c (legacy_frame_chain_valid): Update.
9245
55e1d7e7
AC
92462003-04-06 Andrew Cagney <cagney@redhat.com>
9247
996179ee
AC
9248 * valprint.c (val_print_type_code_int): Delete #ifdef
9249 PRINT_TYPELESS_INTEGER code.
9250
55e1d7e7
AC
9251 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9252 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9253 multi-arch definition.
9254 * gdbarch.h: Re-generate.
9255
43bd9a9e
AC
92562003-04-05 Andrew Cagney <cagney@redhat.com>
9257
9258 Eliminate FRAME_FIND_SAVED_REGS.
9259 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9260 Change FSR parameter to a pointer.
9261 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9262 Assume FSR parameter is a pointer.
9263 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9264 Make fsr a pointer.
9265 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9266 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9267 saved_regs a pointer.
9268 (hppa_frame_saved_pc): Ditto.
9269 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9270 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9271 pointer.
9272 (restore_pc_queue): Make fsr a pointer.
9273 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9274 (hppa_frame_chain): Make saved_regs a pointer, call
9275 hppa_frame_init_saved_regs.
9276 * sparc-tdep.c: Include "gdb_assert.h".
9277 (sparc_frame_find_saved_regs): Replace internal_error with
9278 gdb_assert.
9279 * remote-vxsparc.c (vx_read_register): Delete reference to
9280 FRAME_FIND_SAVED_REGS.
9281 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9282 * gdbarch.h: Regenerate.
9283 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9284 (deprecated_get_frame_saved_regs): Delete declaration.
9285 (struct frame_saved_regs): Delete definition.
9286 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9287 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9288 (hppa_frame_find_saved_regs): Delete declaration.
9289 (FRAME_FIND_SAVED_REGS): Delete macro.
9290 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9291 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9292 FRAME_FIND_SAVED_REGS in comment.
9293
be41e9f4
AC
92942003-04-05 Andrew Cagney <cagney@redhat.com>
9295
9296 * frame.c (frame_func_unwind, get_frame_func): New functions.
9297 * frame.h (get_frame_func, frame_func_unwind): Declare.
9298 (struct frame_info): Add field "prev_func" for caching the
9299 previous frame's function address.
9300 * arm-tdep.c (arm_frameless_function_invocation): Combine
9301 get_pc_function_start and get_frame_pc into get_frame_func.
9302 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9303 (sh64_nofp_frame_init_saved_regs): Ditto.
9304 * s390-tdep.c (s390_function_start): Ditto.
9305 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9306 (rs6000_frameless_function_invocation): Ditto.
9307 (rs6000_frame_saved_pc): Ditto.
9308 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9309 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9310 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9311 (i386_frame_init_saved_regs): Ditto.
9312 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9313 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9314 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9315 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9316 * blockframe.c (frameless_look_for_prologue): Ditto.
9317
a01dd7cc
AC
93182003-04-05 Andrew Cagney <cagney@redhat.com>
9319
9320 * frame.c (legacy_get_prev_frame): Link prev to next at the
9321 function start. Update comments.
9322
5e5592e6
AC
93232003-04-05 Andrew Cagney <cagney@redhat.com>
9324
9325 * frame.c (get_frame_id): Update comment.
9326 (legacy_get_prev_frame): Update comment.
9327 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9328 * gdbarch.h: Regenerate.
9329 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9330 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9331
6fba5002
AC
93322003-04-05 Andrew Cagney <cagney@redhat.com>
9333
9334 * stack.c (print_frame_info): Use get_frame_pc.
9335
7df05f2b
AC
93362003-04-04 Andrew Cagney <cagney@redhat.com>
9337
9338 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9339 the frame's type from the unwinder.
9340 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9341 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9342 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9343 (get_frame_base_address): Use get_frame_type.
9344 (get_frame_locals_address, get_frame_args_address): Ditto.
9345 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9346 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9347 (struct frame_info): Add comment explaining why the frame contains
9348 a "type" field.
9349 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9350 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9351 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9352 NORMAL_FRAME.
9353 * frame-unwind.h: Include "frame.h".
9354 (struct frame_unwind): Add "type" field.
9355 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 9356
11889732
AC
93572003-04-04 Andrew Cagney <cagney@redhat.com>
9358
9359 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9360 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9361 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9362 get_frame_base.
9363 (d10v_unwind_dummy_id): Use frame_id_build.
9364 * frame.c (find_frame_sal): Use get_frame_pc.
9365 (create_new_frame): Use deprecated_update_frame_pc_hack and
9366 deprecated_update_frame_base_hack.
9367 (create_sentinel_frame): Add comment about ->pc going away.
9368 (get_prev_frame): Add comment about ->pc going away.
9369 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9370 frame_id_build, deprecated_update_frame_pc_hack and
9371 deprecated_update_frame_base_hack.
9372 (select_frame): Use get_frame_pc.
9373 (legacy_saved_regs_this_id): Use frame_id_build.
9374
50c46a0d
EZ
93752003-04-04 Elena Zannoni <ezannoni@redhat.com>
9376
fbe586ae
RH
9377 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9378 signed integer case.
9379 (classify_argument): Handle enumerations and references.
50c46a0d 9380
50bbdbd9
AC
93812003-04-04 Andrew Cagney <cagney@redhat.com>
9382
9383 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9384 ID to NULL.
9385
36018d2e
AF
93862003-04-01 Adam Fedor <fedor@gnu.org>
9387
9388 * gdb/objc-lang.c (selectors_info): Replace calls to
9389 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9390 SYMBOL_NATURAL_NAME.
9391 (classes_info, find_methods): Likewise.
9392
35cec841
KB
93932003-04-03 Kevin Buettner <kevinb@redhat.com>
9394
9395 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9396 ``mach'' to the value determined by bfd_default_set_arch_mach().
9397
43136899
BR
93982003-04-02 Bob Rossi <bob_rossi@cox.net>
9399
9400 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9401 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9402 (mi-cmd-file.o): Update dependencies.
9403
040b99fd
KB
94042003-04-01 Kevin Buettner <kevinb@redhat.com>
9405
9406 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9407 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9408
9a3d7dfd
AF
94092003-04-01 Adam Fedor <fedor@gnu.org>
9410
9411 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9412 * language.h (struct language_defn): Add la_demangle.
9413 (language_demangle): Declare.
9414 * language.c (language_demangle): New function.
9415 (unk_lang_demangle): Likewise.
9416 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 9417 Add ukn_lang_demangle.
9a3d7dfd 9418 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 9419 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
9420 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9421 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9422 * jv-lang.c (java_demangle): New function
9423 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
9424 * objc-lang.c (objc_demangle): Add options argument
9425 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
9426 * maint.c (maintenance_demangle): Replace switch with
9427 call to language_demangle.
9428 * utils.c (fprintf_symbol_filtered): Likewise.
9429
5e074003
AC
94302003-04-01 Andrew Cagney <cagney@redhat.com>
9431
9432 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9433 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9434 PRINT_TYPELESS_INTEGER.
9435 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9436 PUSH_RETURN_ADDRESS.
9437
270cb5d6
AC
94382003-04-01 Andrew Cagney <cagney@redhat.com>
9439
9440 * Makefile.in (d10v-tdep.o): Update dependencies.
9441 * d10v-tdep.c: Include "frame-base.h".
9442 (d10v_frame_unwind): Make constant.
9443 (d10v_frame_base_address): New function.
9444 (d10v_frame_base): New variable.
9445 (d10v_gdbarch_init): Set frame_base default.
9446 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9447 comment for base.
9448 (d10v_frame_unwind_cache): Set and use "prev_sp".
9449 (d10v_frame_this_id): Use the previous frame's inner most stack
9450 address and this frame's func address for the frame ID. Use
9451 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 9452
6bfb3e36
AC
94532003-04-01 Andrew Cagney <cagney@redhat.com>
9454
9455 * frame.h (get_frame_locals_address, get_frame_args_address):
9456 Refer to the base address, instead of the address of the first
9457 local or parameter.
8ffd9b1b 9458
da62e633
AC
94592003-04-01 Andrew Cagney <cagney@redhat.com>
9460
9461 Add frame debug info addresses:
9462 * frame-base.c: New file.
9463 * frame-base.h: New file.
9464 * frame.h (struct frame_base): Add opaque declaration.
9465 (get_frame_base): Update comment.
9466 (get_frame_base_address): Declare.
9467 (get_frame_locals_address): Declare.
9468 (get_frame_args_address): Declare.
9469 (struct frame_info): Add "base" and "base_cache". Update
9470 comments on the unwinder.
9471 * frame.c: Include "frame-base.h".
9472 (get_frame_locals_address): New function.
9473 (get_frame_base_address): New function.
9474 (get_frame_args_address): New function.
9475 * findvar.c (read_var_value): Use get_frame_locals_address and
9476 get_frame_args_address.
9477 * stack.c (frame_info): Use get_frame_locals_address and
9478 get_frame_args_address.
9479 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9480 moved to "frame-base.c".
9481 * printcmd.c (print_frame_nameless_args): Ditto.
9482 * symtab.h (address_class): Update comments.
9483 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9484 get_frame_base_address.
9485 * dwarf2expr.c (execute_stack_op): Ditto.
9486 * Makefile.in (frame_base_h): Define.
9487 (frame.o): Update dependencies.
9488 (frame-base.o): Add dependencies.
9489 (SFILES): Add frame-base.c.
9490 (COMMON_OBS): Add frame-base.o.
9491
3d30e9c2
AC
94922003-04-01 Andrew Cagney <cagney@redhat.com>
9493
9494 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9495 CALL_DUMMY_LENGTH): Ditto.
9496 * gdbarch.c: Re-generate.
9497 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9498 (CALL_DUMMY_LENGTH): Delete macro.
9499 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9500 * arm-tdep.c (arm_gdbarch_init): Ditto.
9501 * avr-tdep.c (avr_gdbarch_init): Ditto.
9502 * cris-tdep.c (cris_gdbarch_init): Ditto.
9503 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9504 * frv-tdep.c (frv_gdbarch_init): Ditto.
9505 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9506 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9507 * i386-tdep.c (i386_gdbarch_init): Ditto.
9508 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9509 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9510 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9511 * mips-tdep.c (mips_gdbarch_init): Ditto.
9512 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9513 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9514 * s390-tdep.c (s390_gdbarch_init): Ditto.
9515 * sh-tdep.c (sh_gdbarch_init): Ditto.
9516 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9517 * v850-tdep.c (v850_gdbarch_init): Ditto.
9518 * vax-tdep.c (vax_gdbarch_init): Ditto.
9519 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9520
ce0c7262
CV
95212003-04-01 Corinna Vinschen <vinschen@redhat.com>
9522
9523 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9524
73dd234f
AC
95252003-04-01 Andrew Cagney <cagney@redhat.com>
9526
9527 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9528 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9529 * gdbarch.h, gdbarch.c: Re-generate.
9530 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9531 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9532 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9533 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9534 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9535 * infcmd.c (run_stack_dummy): Simplify assuming
9536 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9537 * infrun.c (handle_inferior_event): Ditto.
9538 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9539 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9540 * arm-tdep.c (arm_gdbarch_init): Ditto.
9541 * avr-tdep.c (avr_gdbarch_init): Ditto.
9542 * cris-tdep.c (cris_gdbarch_init): Ditto.
9543 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9544 * frv-tdep.c (frv_gdbarch_init): Ditto.
9545 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9546 * i386-tdep.c (i386_gdbarch_init): Ditto.
9547 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9548 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9549 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9550 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9551 * mips-tdep.c (mips_gdbarch_init): Ditto.
9552 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9553 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9554 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9555 * s390-tdep.c (s390_gdbarch_init): Ditto.
9556 * sh-tdep.c (sh_gdbarch_init): Ditto.
9557 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9558 * v850-tdep.c (v850_gdbarch_init): Ditto.
9559 * vax-tdep.c (vax_gdbarch_init): Ditto.
9560 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9561
97606a13
DJ
95622003-04-01 Daniel Jacobowitz <drow@mvista.com>
9563
9564 * symfile.c (symfile_relocate_debug_section): Update call to
9565 bfd_simple_get_relocated_section_contents.
9566
e8ab51f7
AC
95672003-03-31 Andrew Cagney <cagney@redhat.com>
9568
9569 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9570 * gdbarch.h, gdbarch.c: Regenerate.
9571 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9572 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9573 available.
9574 * frame.h (generic_fix_call_dummy): Delete declaration.
9575 * dummy-frame.h: Update comment.
9576 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9577 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9578 fix_call_dummy.
9579 * sh-tdep.c (sh_gdbarch_init): Ditto.
9580 * s390-tdep.c (s390_gdbarch_init): Ditto.
9581 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9582 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9583 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9584 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9585 * i386-tdep.c (i386_gdbarch_init): Ditto.
9586 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9587 * frv-tdep.c (frv_gdbarch_init): Ditto.
9588 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9589 * cris-tdep.c (cris_gdbarch_init): Ditto.
9590 * avr-tdep.c (avr_gdbarch_init): Ditto.
9591 * arm-tdep.c (arm_gdbarch_init): Ditto.
9592
018d1b48
JB
95932003-03-31 J. Brobecker <brobecker@gnat.com>
9594
9595 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9596 (INIT_FRAME_AP): Likewise.
9597 (EXTRA_FRAME_INFO): Likewise.
9598
e9a2674e
AC
95992003-03-31 Andrew Cagney <cagney@redhat.com>
9600
9601 * gdbarch.sh: Include "symfile.h".
9602 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9603 * gdbarch.h, gdbarch.c: Re-generate.
9604 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9605 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9606 call_dummy_address, the default is at entry_point_address.
9607 * v850-tdep.c (v850_gdbarch_init): Ditto.
9608 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9609 * sh-tdep.c (sh_gdbarch_init): Ditto.
9610 * s390-tdep.c (s390_gdbarch_init): Ditto.
9611 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9612 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9613 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9614 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9615 * i386-tdep.c (i386_gdbarch_init): Ditto.
9616 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9617 * frv-tdep.c (frv_gdbarch_init): Ditto.
9618 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9619 * cris-tdep.c (cris_gdbarch_init): Ditto.
9620 * arm-tdep.c (arm_gdbarch_init): Ditto.
9621
e8a8712a
AC
96222003-03-31 Andrew Cagney <cagney@redhat.com>
9623
9624 * gdbarch.sh (CALL_DUMMY_P): Delete.
9625 * gdbarch.h, gdbarch.c: Re-generate.
9626 * inferior.h (CALL_DUMMY_P): Delete macro.
9627 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9628 * vax-tdep.c (vax_gdbarch_init): Update.
9629 * v850-tdep.c (v850_gdbarch_init): Update.
9630 * sparc-tdep.c (sparc_gdbarch_init): Update.
9631 * sh-tdep.c (sh_gdbarch_init): Update.
9632 * s390-tdep.c (s390_gdbarch_init): Update.
9633 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9634 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9635 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9636 * mips-tdep.c (mips_gdbarch_init): Update.
9637 * mcore-tdep.c (mcore_gdbarch_init): Update.
9638 * m68k-tdep.c (m68k_gdbarch_init): Update.
9639 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9640 * ia64-tdep.c (ia64_gdbarch_init): Update.
9641 * i386-tdep.c (i386_gdbarch_init): Update.
9642 * h8300-tdep.c (h8300_gdbarch_init): Update.
9643 * frv-tdep.c (frv_gdbarch_init): Update.
9644 * d10v-tdep.c (d10v_gdbarch_init): Update.
9645 * cris-tdep.c (cris_gdbarch_init): Update.
9646 * breakpoint.c (deprecated_frame_in_dummy): Update.
9647 * avr-tdep.c (avr_gdbarch_init): Update.
9648 * alpha-tdep.c (alpha_gdbarch_init): Update.
9649 * arm-tdep.c (arm_gdbarch_init): Update.
9650 * dummy-frame.c (dummy_frame_this_id): Update comments.
9651 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9652 * frame.c (legacy_get_prev_frame): Ditto.
9653 * valops.c (call_function_by_hand): Delete function.
9654 (hand_function_call): Rename to call_function_by_hand
9655
ed234cf8
AC
96562003-03-30 Andrew Cagney <cagney@redhat.com>
9657
9658 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 9659 * value.h (struct value): Update comment.
ed234cf8 9660
06c77151
AC
96612003-03-30 Andrew Cagney <cagney@redhat.com>
9662
6c2b5168
AC
9663 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9664 D10V_FP_REGNUM.
9665 (d10v_gdbarch_init): Do not set fp_regnum.
9666
06c77151
AC
9667 * frame.c (get_frame_base): Force ID initialization.
9668 (get_prev_frame): Move computation of the frame ID from here ...
9669 (get_frame_id): ... to here.
9670 (legacy_get_prev_frame): Mark the frame ID as valid.
9671 * frame.h (struct frame_info): Add field "id_p".
9672
97a1a11c
MK
96732003-03-30 Mark Kettenis <kettenis@gnu.org>
9674
9675 * i386-tdep.c (i386_store_struct_return): Removed.
9676 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9677
6c0e89ed
AC
96782003-03-30 Andrew Cagney <cagney@redhat.com>
9679
9680 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9681 * gdbarch.h, gdbarch.c: Regenerate.
9682 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9683 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9684 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9685 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9686 * i386-tdep.c (i386_gdbarch_init): Ditto.
9687 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9688 * cris-tdep.c (cris_gdbarch_init): Ditto.
9689 * vax-tdep.c (vax_gdbarch_init): Ditto.
9690 * s390-tdep.c (s390_gdbarch_init): Ditto.
9691 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9692 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9693 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9694 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9695 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9696 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9697 * sparc-tdep.c (sparc_gdbarch_init): Update.
9698 * sh-tdep.c (sh_gdbarch_init): Update.
9699 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9700 * mips-tdep.c (mips_gdbarch_init): Update.
9701 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9702 * ia64-tdep.c (ia64_gdbarch_init): Update.
9703 * frv-tdep.c (frv_gdbarch_init): Update.
9704 * avr-tdep.c (avr_gdbarch_init): Update.
9705 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9706 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9707 instead of when push_dummy_call is not available.
8ffd9b1b 9708
f7dd6af2
AC
97092003-03-30 Andrew Cagney <cagney@redhat.com>
9710
9711 * infttrace.c: Include "gdbthread.h".
9712 (parent_attach_all): Fix function signature.
9713 (call_ptrace): Update call.
9714 * Makefile.in (infttrace.o): Update dependencies.
9715
28f617b3
AC
97162003-03-30 Andrew Cagney <cagney@redhat.com>
9717
9718 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9719 PUSH_RETURN_ADDRESS.
9720 * gdbarch.h, gdbarch.c: Regenerate.
9721 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9722 * x86-64-tdep.c (x86_64_init_abi): Update.
9723 * v850-tdep.c (v850_gdbarch_init): Update.
9724 * sparc-tdep.c (sparc_gdbarch_init): Update.
9725 * sh-tdep.c (sh_gdbarch_init): Update.
9726 * s390-tdep.c (s390_gdbarch_init): Update.
9727 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9728 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9729 * mips-tdep.c (mips_gdbarch_init): Update.
9730 * mcore-tdep.c (mcore_gdbarch_init): Update.
9731 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9732 * ia64-tdep.c (ia64_gdbarch_init): Update.
9733 * i386-tdep.c (i386_gdbarch_init): Update.
9734 * h8300-tdep.c (h8300_gdbarch_init): Update.
9735 * frv-tdep.c (frv_gdbarch_init): Update.
9736 * cris-tdep.c (cris_gdbarch_init): Update.
9737 * avr-tdep.c (avr_gdbarch_init): Update.
9738 * arm-tdep.c (arm_gdbarch_init): Update.
9739 * valops.c (hand_function_call): Update.
9740
4d628cd7
AC
97412003-03-29 Andrew Cagney <cagney@redhat.com>
9742
9743 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9744 sizeof_call_dummy_words.
9745 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9746 define.
9747 * gdbarch.h: Regenerate.
8ffd9b1b 9748
65e82032
AC
97492003-03-29 Andrew Cagney <cagney@redhat.com>
9750
9751 * infttrace.h: New file.
9752 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9753 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9754 (hpread_read_doc_function_type): Detect an initialized type1.
9755 (hpread_quick_traverse): Initialize mod_name_string.
9756 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9757 (som_solib_get_solib_by_pc): Declare.
9758 (so_lib_thread_start_addr): Declare.
9759 (no_shared_libraries): Declare.
9760 * somread.c (init_import_symbols): Make static. Add forward
9761 declaration.
9762 * config/pa/nm-hppah.h: Include "infttrace.h" for
9763 parent_attach_all.
9764 (hppa_insert_hw_watchpoint): Declare.
9765 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9766 * hppah-nat.c: Include "gdb_string.h".
9767 (parent_attach_all): Delete extern declaration, moved to
9768 "infttrace.h".
9769 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9770 int.
9771 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9772 * Makefile.in (infttrace_h): Define.
9773 (hpread.o): Update dependencies.
9774 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9775 * hppa-hpux-tdep.c: Include "gdb_string.h".
9776 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9777 * infrun.c (handle_inferior_event): Always initialize
9778 stepped_after_stopped_by_watchpoint. Add default and remove
9779 fallthrough in switch statement.
9780 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9781 parameter to int.
9782 (hppa_remove_hw_watchpoint): Ditto.
9783
2c3bbe77
AC
97842003-03-29 Andrew Cagney <cagney@redhat.com>
9785
9786 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9787 offset.
9788
2dd604e7
RE
97892003-03-29 Richard Earnshaw <rearnsha@arm.com>
9790
9791 * arm-tdep.c (arm_push_arguments): Delete.
9792 (struct stack_item): New type.
9793 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9794 (arm_store_struct_return): Delte.
9795 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9796 arm_push_arguments or arm_store_struct_return.
9797
e8933a55
AC
97982003-03-28 Andrew Cagney <cagney@redhat.com>
9799
9800 * Makefile.in (d10v-tdep.o): Update dependencies.
9801 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9802 * d10v-tdep.c: Include "remote.h".
9803 (target_resume_hook): Delete extern declaration.
9804 (target_wait_loop_hook): Ditto.
9805 (tdisassemble_command): Eliminate assignment in "if" conditional.
9806 (d10v_ts2_register_sim_regno): Eliminate call to
9807 legacy_register_sim_regno.
9808 (d10v_ts3_register_sim_regno): Ditto.
9809
6949171e
JJ
98102003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9811
9812 * thread.c: Reindented.
9813 * lin-lwp.c: Ditto.
9814 * linux-proc.c: Ditto.
9815
98c7071f
BR
98162003-03-28 Bob Rossi <bob_rossi@cox.net>
9817
fbe586ae 9818 * MAINTAINERS (write after approval): Add myself.
98c7071f 9819
5edc9ca6
TR
98202003-03-27 Theodore A. Roth <troth@openavr.org>
9821
9822 * objc-exp.y: Add missing semi-colons.
9823
378bfd1b
AC
98242003-03-27 Andrew Cagney <cagney@redhat.com>
9825
9826 * regcache.c (write_sp): Delete function and references.
9827 * inferior.h (write_sp): Delete declaration.
9828 * valops.c (hand_function_call): Replace write_sp with
9829 TARGET_WRITE_SP.
9830 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9831 (sparc_pop_frame): Ditto.
8ffd9b1b 9832
56056df7
AC
98332003-03-27 Andrew Cagney <cagney@redhat.com>
9834
9835 * NEWS: Mention removal of support for hppa*-*-bsd* and
9836 hppa*-*-osf* natives, and hppa*-*-pro* target.
9837 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9838 * config/pa/xm-pa.h: Obsolete file.
9839 * config/pa/xm-hppab.h: Obsolete file.
9840 * config/pa/nm-hppab.h: Obsolete file.
9841 * config/pa/tm-hppab.h: Obsolete file.
9842 * config/pa/tm-hppao.h: Obsolete file.
9843 * config/pa/nm-hppao.h: Obsolete file.
9844 * config/pa/tm-pro.h: Obsolete file.
9845 * config/pa/hppaosf.mt: Obsolete file.
9846 * config/pa/hppaosf.mh: Obsolete file.
9847 * config/pa/hppapro.mt: Obsolete file.
9848 * config/pa/hppabsd.mt: Obsolete file.
9849 * config/pa/hppabsd.mh: Obsolete file.
9850 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9851 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9852 hppa*-*-osf*.
9853
5873a88d
AC
98542003-03-27 Andrew Cagney <cagney@redhat.com>
9855
9856 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9857 push_arguments. Don't set push_return_address or write_sp.
9858 (d10v_push_dummy_call): Replace d10v_push_arguments.
9859 (d10v_push_return_address, d10v_write_sp): Delete function,
9860 handled by push_dummy_call.
9861
b81774d8
AC
98622003-03-26 Andrew Cagney <cagney@redhat.com>
9863
9864 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9865 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9866 regcache and dummy_addr parameters.
9867 * gdbarch.h, gdbarch.c: Re-generate.
9868 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9869 available; assume it will handle stack alignment and return
9870 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9871 legacy_push_arguments.
9872 (legacy_push_arguments): Rename default_push_arguments.
9873 * value.h (legacy_push_arguments): Rename default_push_arguments.
9874 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9875 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9876 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9877 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9878 * config/i386/tm-symmetry.h: Update.
9879 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9880 * x86-64-tdep.c (x86_64_init_abi): Update.
9881 * v850-tdep.c (v850_gdbarch_init): Update.
9882 * sparc-tdep.c (sparc_gdbarch_init): Update.
9883 * sh-tdep.c (sh_gdbarch_init): Update.
9884 * s390-tdep.c (s390_gdbarch_init): Update.
9885 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9886 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9887 * mips-tdep.c (mips_gdbarch_init): Update.
9888 * mcore-tdep.c (mcore_gdbarch_init): Update.
9889 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9890 * ia64-tdep.c (ia64_gdbarch_init): Update.
9891 * i386-tdep.c (i386_gdbarch_init): Update.
9892 * hppa-tdep.c (hppa_gdbarch_init): Update.
9893 * h8300-tdep.c (h8300_gdbarch_init): Update.
9894 * frv-tdep.c (frv_gdbarch_init): Update.
9895 * d10v-tdep.c (d10v_gdbarch_init): Update.
9896 * cris-tdep.c (cris_gdbarch_init): Update.
9897 * avr-tdep.c (avr_gdbarch_init): Update.
9898 * arm-tdep.c (arm_gdbarch_init): Update.
9899 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9900 * alpha-tdep.c (alpha_gdbarch_init): Update.
9901
f541410f
DJ
99022003-03-26 Daniel Jacobowitz <drow@mvista.com>
9903
9904 * signals/signals.c (do_target_signal_to_host): Correct realtime
9905 signal range test.
9906
69f567ae
DJ
99072003-03-26 Daniel Jacobowitz <drow@mvista.com>
9908
9909 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9910 (struct sal_chain, map_catch_names): Remove.
9911 (catch_exception_command_1): Don't call
9912 handle_gnu_4_16_catch_command.
9913
d5d14a5a
DJ
99142003-03-26 Daniel Jacobowitz <drow@mvista.com>
9915
9916 From Mark Dettinger <dettinge@de.ibm.com>:
9917 * dwarf2cfi.c (read_2u): Increment pointer by two.
9918
bdd73e22
DJ
99192003-03-26 Daniel Jacobowitz <drow@mvista.com>
9920
9921 * signals/signals.c: Fix typos in last change.
9922
960cb555
DJ
99232003-03-26 Daniel Jacobowitz <drow@mvista.com>
9924
9925 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9926 not already defined. Use __SIGRTMIN if available.
9927 (target_signal_from_host): Remove SIGRTMIN block.
9928 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9929 the signal is within the realtime range.
9930
f636b87d
AF
99312003-03-25 Adam Fedor <fedor@gnu.org>
9932
9933 * Makefile.in (infrun.o): Add $(language_h)
9934 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9935 for language specific trampolines.
9936 * language.h (struct language_defn): Add skip_trampoline.
9937 (skip_language_trampoline): Declare.
9938 * language.c (unk_lang_trampoline, skip_language_trampoline):
9939 New functions.
9940 (unknown_language_defn, auto_language_defn, local_language_defn):
9941 Add ukn_lang_trampoline.
9942 * ada-lang.c (ada_language_defn): Add NULL for language
9943 specific skip_trampoline.
9944 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9945 scm-lang.c: Likewise.
9946 * objc-lang.c (objc_skip_trampoline): New function.
9947 (objc_language_defn): Add objc_skip_trampoline.
9948
28f617b3 99492003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
9950
9951 * frame.c (get_prev_frame): Delay validating a frame's ID -
9952 non-NULL, didn't go backwards - until an attempt to unwind it to
9953 the previous frame.
9954
f933a9c5
AC
99552003-03-25 Andrew Cagney <cagney@redhat.com>
9956
9957 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9958 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9959 * gdbarch.h, gdbarch.c: Re-generate.
9960 * config/sparc/tm-sparc.h
9961 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9962 * sparc-tdep.c (sparc_gdbarch_init): Set
9963 deprecated_extra_stack_alignment_needed.
9964 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9965 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9966 extra_stack_alignment_needed.
9967 * v850-tdep.c (v850_gdbarch_init): Ditto.
9968 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9969 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9970 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9971 * cris-tdep.c (cris_gdbarch_init): Ditto.
9972 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9973 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 9974
4183d812
AC
99752003-03-25 Andrew Cagney <cagney@redhat.com>
9976
9977 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9978 STORE_STRUCT_RETURN.
9979 * gdbarch.h, gdbarch.c: Regenerate.
9980 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9981 (d10v_push_arguments): Set the struct return register.
9982 (d10v_gdbarch_init): Update.
9983 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9984 * x86-64-tdep.c (x86_64_init_abi): Update.
9985 * vax-tdep.c (vax_gdbarch_init): Update.
9986 * v850-tdep.c (v850_gdbarch_init): Update.
9987 * sparc-tdep.c (sparc_gdbarch_init): Update.
9988 * sh-tdep.c (sh_gdbarch_init): Update.
9989 * s390-tdep.c (s390_gdbarch_init): Update.
9990 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9991 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9992 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9993 * mips-tdep.c (mips_gdbarch_init): Update.
9994 * mcore-tdep.c (mcore_gdbarch_init): Update.
9995 * m68k-tdep.c (m68k_gdbarch_init): Update.
9996 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9997 * ia64-tdep.c (ia64_gdbarch_init): Update.
9998 * i386-tdep.c (i386_gdbarch_init): Update.
9999 * hppa-tdep.c (hppa_gdbarch_init): Update.
10000 * h8300-tdep.c (h8300_gdbarch_init): Update.
10001 * frv-tdep.c (frv_gdbarch_init): Update.
10002 * cris-tdep.c (cris_gdbarch_init): Update.
10003 * avr-tdep.c (avr_gdbarch_init): Update.
10004 * arm-tdep.c (arm_gdbarch_init): Update.
10005 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 10006
1bf6d5cc
AC
100072003-03-25 Andrew Cagney <cagney@redhat.com>
10008
10009 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10010 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10011 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10012 * gdbarch.h, gdbarch.c: Regenerate.
10013 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10014 call_dummy_stack_adjust_p.
10015 * vax-tdep.c (vax_gdbarch_init): Ditto.
10016 * v850-tdep.c (v850_gdbarch_init): Ditto.
10017 * sh-tdep.c (sh_gdbarch_init): Ditto.
10018 * s390-tdep.c (s390_gdbarch_init): Ditto.
10019 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10020 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10021 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10022 * mips-tdep.c (mips_gdbarch_init): Ditto.
10023 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10024 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10025 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10026 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10027 * i386-tdep.c (i386_gdbarch_init): Ditto.
10028 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10029 * frv-tdep.c (frv_gdbarch_init): Ditto.
10030 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10031 * cris-tdep.c (cris_gdbarch_init): Ditto.
10032 * avr-tdep.c (avr_gdbarch_init): Ditto.
10033 * arm-tdep.c (arm_gdbarch_init): Ditto.
10034 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10035 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10036 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10037 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10038 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10039 call_dummy_stack_adjust_p.
10040 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10041 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10042 * sparc-tdep.c (sparc32_push_arguments): Update.
10043 * valops.c (hand_function_call): Update.
10044
71c08af0
CV
100452003-03-25 Corinna Vinschen <vinschen@redhat.com>
10046
10047 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10048 set_gdbarch_char_signed.
10049
30757f90
RE
100502003-03-25 Richard Earnshaw <rearnsha@arm.com>
10051
10052 PR cli/548
10053 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10054
03d48a7d
RE
100552003-03-25 Richard Earnshaw <rearnsha@arm.com>
10056
10057 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10058 (_initialize_arm_tdep): Don't set tm_print_insn.
10059
2cf6873c
AF
100602003-03-24 Adam Fedor <fedor@gnu.org>
10061
10062 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10063 * objc-lang.h: Add multiple inclusion protection.
10064 (start_msglist, add_msglist, end_msglist): Additional declarations.
10065
17c0759e
RE
100662003-03-24 Richard Earnshaw <rearnsha@arm.com>
10067
10068 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10069 value was renamed to ARM_FLOAT_SOFT_FPA.
10070
618ce49f
AC
100712003-03-23 Andrew Cagney <cagney@redhat.com>
10072
10073 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10074 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10075 * gdbarch.h, gdbarch.c: Regenerate.
10076 * valops.c (hand_function_call): Update.
10077 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10078 * frame.c (legacy_saved_regs_this_id): Update.
10079 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10080 * dummy-frame.h: Update.
10081 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10082 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10083 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10084 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10085 * config/m68k/tm-sun3.h: Update.
10086 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10087 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10088 * x86-64-tdep.c (x86_64_init_abi): Update.
10089 * vax-tdep.c (vax_gdbarch_init): Update.
10090 * v850-tdep.c (v850_gdbarch_init): Update.
10091 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10092 * sh-tdep.c (sh_gdbarch_init): Update.
10093 * s390-tdep.c (s390_gdbarch_init): Update.
10094 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10095 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10096 (frame_get_saved_regs): Update.
10097 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10098 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10099 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10100 * mips-tdep.c (mips_gdbarch_init): Update.
10101 * mcore-tdep.c (mcore_gdbarch_init): Update.
10102 * m68k-tdep.c (m68k_gdbarch_init): Update.
10103 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10104 * ia64-tdep.c (ia64_gdbarch_init): Update.
10105 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10106 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10107 (i386_interix_back_one_frame): Update.
10108 * hppa-tdep.c (hppa_gdbarch_init): Update.
10109 (hppa_init_extra_frame_info): Update.
10110 * h8300-tdep.c (h8300_gdbarch_init): Update.
10111 * frv-tdep.c (frv_gdbarch_init): Update.
10112 * cris-tdep.c (cris_gdbarch_init): Update.
10113 * avr-tdep.c (avr_gdbarch_init): Update.
10114 * arm-tdep.c (arm_gdbarch_init): Update.
10115 * alpha-tdep.c (alpha_gdbarch_init): Update.
10116
fd50bc42
RE
101172003-03-22 Richard Earnshaw <rearnsha@arm.com>
10118
10119 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10120 (arm_get_fp_model): Declare.
10121 * arm-tdep.c (fp_model_strings): New string array.
10122 (arm_fp_model, current_fp_model): New variables.
10123 (arm_get_fp_model): New function.
10124 (arm_set_fp): New function.
10125 (set_fp_model_sfunc): New function.
10126 (show_fp_model): New function.
10127 (_initialize_arm_tdep): Add new command to set/show the FPU.
10128 (arm_extract_return_value): Use arm_get_fp_model.
10129 (arm_store_return_value): Likewise.
10130 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10131 to initialize the floating-point data types.
10132 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10133 model is FPA.
10134
26304000
RE
101352003-03-22 Richard Earnshaw <rearnsha@arm.com>
10136
10137 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10138 the current setting of each value.
10139 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 10140 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
10141 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10142 commands and add new version as subcommands of "set/show arm".
10143
afd7eef0
RE
101442003-03-22 Richard Earnshaw <rearnsha@arm.com>
10145
10146 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10147 (set_arm_command, show_arm_command): New functions.
10148 (_initialize_arm_tdep): Add them.
10149 (num_disassembly_options): Renamed from num_flavor_options.
10150 (valid_disassembly_styles): Renamed from valid_flavors.
10151 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 10152 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
10153 set_disassembly_flavor_sfunc.
10154 (set_disassembly_style): Renamed from set_disassembly_flavor.
10155 (arm_othernames): Updated.
10156 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10157 command. Add "set/show arm disassembly" commands. Deprecate
10158 "othernames" command.
10159
299a7944
RE
101602003-03-22 Richard Earnshaw <rearnsha@arm.com>
10161
10162 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10163 (arm-tdep.o): Depend on elf_arm_h.
10164
c1dac9e6
RE
101652003-03-22 Richard Earnshaw <rearnsha@arm.com>
10166
10167 * Makefile.in (coff_internal_h): Define.
10168 (arm-tdep.o): Update dependencies.
10169
2702d96c
RE
101702003-03-22 Richard Earnshaw <rearnsha@arm.com>
10171
10172 * arm-tdep.c (prologue_cache): Delete.
10173 (check_prologue_cache, save_prologue_cache): Delete.
10174 (arm_scan_prologue): Don't check or update the prologue_cache.
10175 (arm_gdb_arch_init): Don't initialize it.
10176 (_initialize_arm_tdep): Likewise.
10177
27d5d74b
SC
101782003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10179
10180 * MAINTAINERS (tui): Maintainer of tui code.
10181
1762d96d
CV
101822003-03-21 Corinna Vinschen <vinschen@redhat.com>
10183
10184 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10185 (i386-cygwin-tdep.o): Add dependencies.
10186 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10187 * i386-cygwin-tdep.c: New file.
10188 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10189 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10190
4c2e2391
AC
101912003-03-20 Andrew Cagney <cagney@redhat.com>
10192
f20d38b7
AC
10193 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10194 (handle_inferior_event): Remove code calling
10195 DYNAMIC_TRAMPOLINE_NEXTPC.
10196
0022b738
AC
10197 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10198 already has a full path.
10199
864dbc90
AC
10200 * main.c (gdb_main): Return 1.
10201 (captured_main): Call error to report an invalid interpreter.
10202
4c2e2391
AC
10203 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10204 * alpha-osf1-tdep.c: Include "gdb_string.h".
10205
5ef7553b
JB
102062003-03-19 J. Brobecker <brobecker@gnat.com>
10207
10208 Continuing work to convert the hppa targets to multiarch partial.
10209
10210 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10211 method, now that hppa_push_dummy_frame has a conformant prototype.
10212 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10213 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10214 for the switch to multiarch partial.
10215
7bde8967
KB
102162003-03-19 Kevin Buettner <kevinb@redhat.com>
10217
10218 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10219 when iss is issNull.
10220
b006a9e9
KB
102212003-03-18 Kevin Buettner <kevinb@redhat.com>
10222
10223 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10224 NUM_REGS bounds check.
10225
5e2e9765
KB
102262003-03-18 Kevin Buettner <kevinb@redhat.com>
10227
10228 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10229 * mips-tdep.c (gdb_assert.h): Include.
10230 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10231 (mips_register_name): Handle integer registers explicitly. Add
10232 bounds checking.
10233 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10234 (mips_lsi33k_reg_names): Don't list integer registers; they're
10235 handled by mips_register_name() now.
10236 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10237 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10238 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10239 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10240 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10241
a2867626
AC
102422003-03-18 Andrew Cagney <cagney@redhat.com>
10243
10244 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10245 a void pointer.
10246 * gdbtypes.h (print_scalar_formatted): Update declaration.
10247 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10248
06600e06
JB
102492003-03-18 J. Brobecker <brobecker@gnat.com>
10250
10251 * infrun.c (observer.h): Add #include.
10252 (normal_stop): Add call to observer_notify_normal_stop.
10253 * Makefile.in (infrun.o): Add dependency on observer.h.
10254
7daf4f5b
JB
102552003-03-18 J. Brobecker <brobecker@gnat.com>
10256
10257 Continuing work to convert the hppa targets to multiarch partial.
10258 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10259 parameter. Reformat comment.
10260 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10261 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10262 to match new profile.
10263
3371ccc0
JB
102642003-03-18 J. Brobecker <brobecker@gnat.com>
10265
10266 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10267 appear to be working in any case.
10268
4fbe891e
JB
102692003-03-18 J. Brobecker <brobecker@gnat.com>
10270
10271 * observer.c (observer_test_first_observer): New static variable.
10272 (observer_test_second_observer): Likewise.
10273 (observer_test_third_observer): Likewise.
10274 (observer_test_first_notification_function): New static function.
10275 (observer_test_second_notification_function): Likewise.
10276 (observer_test_third_notification_function): Likewise.
10277
a7ff40e7
JB
102782003-03-17 J. Brobecker <brobecker@gnat.com>
10279
10280 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10281 * somsolib.c (gdb_assert.h): Likewise.
10282 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10283 (somsolib.o): Likewise.
10284
26ca4152
AC
102852003-03-17 Andrew Cagney <cagney@redhat.com>
10286
10287 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10288 BFD. Simplify setting of di.endian.
10289
0a613259
AC
102902003-03-17 Andrew Cagney <cagney@redhat.com>
10291
10292 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10293 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10294
10295 From Elena Zannoni <ezannoni@redhat.com>
10296 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10297 vector and floating-point parameters.
10298 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10299 convention.
10300 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10301
1132738f
FN
103022003-03-17 Fernando Nasser <fnasser@redhat.com>
10303
10304 * MAINTAINERS: Remove my name from several maintainership roles.
10305
6dc42492
AC
103062003-03-17 Andrew Cagney <cagney@redhat.com>
10307
10308 Fix frame off-by-one bug.
10309 * frame-unwind.h (frame_this_id_ftype): Replace
10310 frame_unwind_id_ftype.
10311 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10312 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10313 with "prev_register".
10314 * frame-unwind.c (frame_unwind_find_by_pc): Return
10315 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10316 comment.
10317 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10318 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10319 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10320 (dummy_frame_unwind): Update.
10321 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10322 sentinel_frame_register_unwind.
10323 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10324 (sentinel_frame_unwinder): Update.
10325 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10326 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10327 * frame.c (create_sentinel_frame): Update. Initialize
10328 "prologue_cache" instead of "unwind_cache".
10329 (frame_register_unwind): Call this frame's prev_register with the
10330 next frame and this frame's prologue cache.
10331 (get_prev_frame): Simplify. Always call prev frame's this_id with
10332 this frame and prev frame's prologue cache. Document that this
10333 call is shifted one to the left when compared to the
10334 frame_register_unwind call.
10335 (legacy_saved_regs_prev_register): Replace
10336 frame_saved_regs_register_unwind.
10337 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10338 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10339 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10340 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10341 (d10v_frame_unwind): Update.
10342 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10343 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10344 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10345 "saved_regs" with "this_saved_regs".
10346
efd710d6
AC
103472003-03-16 Andrew Cagney <cagney@redhat.com>
10348
10349 * frame.c (frame_pop): Don't call target_store_registers. Fix
10350 problem reported by Mark Kettenis.
10351
4e259f09
MK
103522003-03-16 Mark Kettenis <kettenis@gnu.org>
10353
10354 * i386-tdep.c (i386_register_type): Renamed from
10355 i386_register_virtual_type. Adjust function signature.
10356 (i386_gdbarch_init): Set register_type instead of
10357 deprecated_max_register_raw_size,
10358 deprecated_max_register_virtual_size and register_virtual_type.
10359
055bb976
AC
103602003-03-14 Andrew Cagney <cagney@redhat.com>
10361
10362 * frame.c (get_prev_frame): When a legacy frame, always call
10363 legacy_get_prev_frame. Simplify unwind code using assumption that
10364 the unwinder is new.
10365 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10366 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10367 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10368
ac2adee5
AC
103692003-03-14 Andrew Cagney <cagney@redhat.com>
10370
10371 * frame.c (get_saved_register): Delete function.
10372 * frame.h (get_saved_register): Delete declaration.
10373 * xstormy16-tdep.c: Update comment.
10374 * regcache.h: Update comments.
10375 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10376 get_saved_register and extract_address, use
10377 frame_read_unsigned_register.
10378 (sparc_frame_saved_pc): Ditto.
10379 (sparc_get_saved_register): Instead of get_saved_register, use
10380 frame_register.
10381 (sparc_pop_frame): Ditto.
10382 * findvar.c: Update comments.
10383 (value_of_register): Call frame_register instead of
10384 get_saved_register.
10385 (value_from_register): Ditto.
10386 * config/sparc/tm-sparc.h: Update comment.
10387 * breakpoint.c: Update comment.
10388
129c1cd6
AC
103892003-03-14 Andrew Cagney <cagney@redhat.com>
10390
10391 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10392 GET_SAVED_REGISTER.
10393 * gdbarch.h, gdbarch.c: Re-generate.
10394 * frame.h: Update comments.
10395 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10396 * x86-64-tdep.c (x86_64_init_abi): Update.
10397 * sparc-tdep.c (sparc_gdbarch_init): Update.
10398 * sh-tdep.c (sh_gdbarch_init): Update.
10399 * mips-tdep.c (mips_gdbarch_init): Update.
10400 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10401 * cris-tdep.c (cris_gdbarch_init): Update.
10402 * ia64-tdep.c (ia64_gdbarch_init): Update.
10403 * frame.c (frame_register): Update.
10404 (get_saved_register): Update.
10405 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 10406
749b82f6
AC
104072003-03-13 Andrew Cagney <cagney@redhat.com>
10408
10409 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10410 * gdbarch.h, gdbarch.c: Regenerate.
10411 * valops.c (hand_function_call): Update comment.
10412 * stack.c (return_command): Update comment.
10413 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10414 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10415 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10416 * x86-64-tdep.c (x86_64_init_abi): Update.
10417 * vax-tdep.c (vax_gdbarch_init): Update.
10418 * v850-tdep.c (v850_gdbarch_init): Update.
10419 * sparc-tdep.c (sparc_gdbarch_init): Update.
10420 * sh-tdep.c (sh_gdbarch_init): Update.
10421 * s390-tdep.c (s390_gdbarch_init): Update.
10422 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10423 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10424 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10425 * mips-tdep.c (mips_gdbarch_init): Update.
10426 * mcore-tdep.c (mcore_gdbarch_init): Update.
10427 * m68k-tdep.c (m68k_gdbarch_init): Update.
10428 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10429 * ia64-tdep.c (ia64_gdbarch_init): Update.
10430 * i386-tdep.c (i386_gdbarch_init): Update.
10431 * hppa-tdep.c (hppa_gdbarch_init): Update.
10432 * h8300-tdep.c (h8300_gdbarch_init): Update.
10433 * frv-tdep.c (frv_gdbarch_init): Update.
10434 * cris-tdep.c (cris_gdbarch_init): Update.
10435 * avr-tdep.c (avr_gdbarch_init): Update.
10436 * arm-tdep.c (arm_gdbarch_init): Update.
10437 * alpha-tdep.c (alpha_gdbarch_init): Update.
10438
1594fa56
AC
104392003-03-13 Andrew Cagney <cagney@redhat.com>
10440
10441 * frame.c (legacy_frame_p): New function.
10442 (get_prev_frame): Use legacy_frame_p.
10443 * frame.h (legacy_frame_p): Declare.
10444
7717fda3
V
104452003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10446
fbe586ae 10447 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
10448 listing corrected.
10449
0c67cbe9
V
104502003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10451
fbe586ae 10452 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 10453
03febf99
AC
104542003-03-12 Andrew Cagney <cagney@redhat.com>
10455
10456 * frame.c (get_prev_frame): Rename the frame parameter to
10457 "this_frame".
10458 (get_next_frame, legacy_get_prev_frame): Ditto.
10459
0a1e1ca1
AC
104602003-03-12 Andrew Cagney <cagney@redhat.com>
10461
10462 * frame.c (get_current_frame): Check target_has_registers before
10463 checking target_has_stack.
10464 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10465 instead of deprecated_selected_frame.
10466 * findvar.c (value_of_register): Pass "frame", not
10467 deprecated_selected_frame, to value_of_builtin_reg.
10468
a66a9c23
AC
104692003-03-12 Andrew Cagney <cagney@redhat.com>
10470
10471 * regcache.c (regcache_cooked_write_signed): New function.
10472 (regcache_cooked_write_unsigned): New function.
10473 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10474 (regcache_cooked_read_signed): Fix regnum in range assertion.
10475 * regcache.h (regcache_cooked_write_signed): Declare.
10476 (regcache_cooked_write_unsigned): Declare.
10477
8bedc050
AC
104782003-03-12 Andrew Cagney <cagney@redhat.com>
10479
10480 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10481 * gdbarch.h, gdbarch.c: Re-generate.
10482 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10483 * x86-64-tdep.h: Update.
10484 * x86-64-tdep.c (x86_64_init_abi): Update.
10485 * v850-tdep.c (v850_gdbarch_init): Update.
10486 * sparc-tdep.c (sparc_gdbarch_init): Update.
10487 * sh-tdep.c (sh_gdbarch_init): Update.
10488 * s390-tdep.c (s390_gdbarch_init): Update.
10489 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10490 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10491 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10492 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10493 * mips-tdep.c (mips_gdbarch_init): Update.
10494 * mcore-tdep.c (mcore_gdbarch_init): Update.
10495 * m68k-tdep.c (m68k_gdbarch_init): Update.
10496 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10497 * ia64-tdep.c (ia64_gdbarch_init): Update.
10498 * i386-tdep.c (i386_gdbarch_init): Update.
10499 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10500 * hppa-tdep.c (hppa_gdbarch_init): Update.
10501 * h8300-tdep.c (h8300_gdbarch_init): Update.
10502 * frv-tdep.c (frv_gdbarch_init): Update.
10503 * cris-tdep.c (cris_gdbarch_init): Update.
10504 * avr-tdep.c (avr_gdbarch_init): Update.
10505 * arm-tdep.c (arm_gdbarch_init): Update.
10506 * alpha-tdep.c (alpha_gdbarch_init): Update.
10507 * sh-tdep.c (sh_init_extra_frame_info): Update.
10508 (sh64_init_extra_frame_info): Update.
10509 * ns32knbsd-nat.c (frame_num_args): Update.
10510 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10511 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10512 (xstormy16_frame_chain_valid): Update.
10513 * vax-tdep.c (vax_saved_pc_after_call): Update.
10514 * v850-tdep.c (v850_frame_chain): Update.
10515 (v850_pop_frame): Update.
10516 (v850_init_extra_frame_info): Update.
10517 * sparc-tdep.c (setup_arbitrary_frame): Update.
10518 * ns32k-tdep.c (umax_frame_num_args): Update.
10519 * s390-tdep.c (s390_pop_frame_regular): Update.
10520 * mn10300-tdep.c (mn10300_frame_chain): Update.
10521 (mn10300_pop_frame_regular): Update.
10522 (mn10300_init_extra_frame_info): Update.
10523 * mips-tdep.c (mips_init_frame_pc_first): Update.
10524 (mips_frame_chain): Update.
10525 (mips_pop_frame): Update.
10526 * mcore-tdep.c (mcore_frame_chain): Update.
10527 (mcore_pop_frame): Update.
10528 (mcore_init_extra_frame_info): Update.
10529 * arch-utils.c (init_frame_pc_default): Update.
10530 * m68k-tdep.c (isi_frame_num_args): Update.
10531 (delta68_frame_num_args): Update.
10532 (news_frame_num_args): Update.
10533 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10534 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10535 (alpha_frame_chain): Update.
10536 (alpha_pop_frame): Update.
10537 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10538 (hppa_init_extra_frame_info): Update.
10539 (hppa_frame_chain): Update.
10540 (hppa_frame_chain_valid): Update.
10541 * cris-tdep.c (cris_init_extra_frame_info): Update.
10542 * avr-tdep.c (avr_init_extra_frame_info): Update.
10543 * arm-tdep.c (arm_frame_chain_valid): Update.
10544 (arm_init_extra_frame_info): Update.
10545 (arm_pop_frame): Update.
10546 * frame.c (frame_pc_unwind): Update.
10547 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10548 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10549 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10550 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10551 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10552 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 10553
7a25a7c1
AC
105542003-03-12 Andrew Cagney <cagney@redhat.com>
10555
10556 Eliminate the need for POP_FRAME.
10557 * frame.c (do_frame_unwind_register): New function.
10558 (frame_pop): When no POP_FRAME, pop the frame using register
10559 unwind and a scratch regcache.
10560 (frame_saved_regs_pop): Delete function.
10561 (trad_frame_unwinder): Update.
10562 * d10v-tdep.c (d10v_frame_pop): Delete function.
10563 (d10v_frame_unwind): Update.
10564 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10565 (sentinel_frame_unwinder): Update.
10566 * dummy-frame.c (dummy_frame_pop): Delete function.
10567 (dummy_frame_unwind): Update.
10568 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10569 (struct frame_unwind): Update.
10570
2f38ef89
KB
105712003-03-11 Kevin Buettner <kevinb@redhat.com>
10572
10573 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10574 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10575 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10576 Do range checks on register number obtained from debugging info.
10577 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10578 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10579 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10580 mapping function.
10581 (do_fp_register_row): Fix typo which caused double type to be
10582 used when attempting to unpack a float.
10583
552f4abf
JB
105842003-03-11 J. Brobecker <brobecker@gnat.com>
10585
10586 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10587
e0d2ae16
AC
105882003-03-11 Andrew Cagney <cagney@redhat.com>
10589
10590 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10591 frame. Problem found by Corinna Vinschen.
10592
ddbfdd06
PM
105932003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10594
10595 * doublest.c (floatformat_from_length): Accept also
10596 the real size of 'long double' type.
10597
088b2ddc 105982003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 10599
088b2ddc 10600 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
10601 * breakpoint.c (bpstat_copy): Copy the command lines as well
10602 as the old value, to match what is freed in bpstat_clear.
10603
f56f77c1
DC
106042003-03-10 David Carlton <carlton@math.stanford.edu>
10605
10606 * minsyms.c (add_minsym_to_hash_table): Replace
10607 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10608 (compare_minimal_symbols, compact_minimal_symbols)
10609 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10610 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10611 of DEPRECATED_SYMBOL_MATCHES_NAME.
10612 (lookup_minimal_symbol_solib_trampoline): Ditto.
10613
5602984a
AC
106142003-03-10 Andrew Cagney <cagney@redhat.com>
10615
10616 * regcache.h (regcache_cooked_read_ftype): Define.
10617 (regcache_save, regcache_restore): Add a cooked_read parameter.
10618 * regcache.c (regcache_save, regcache_restore): Update.
10619 (do_cooked_read): New function.
10620 (regcache_cpy): Pass do_cooked_read to regcache_save and
10621 regcache_restore.
10622
8bedc050
AC
106232003-03-10 Andrew Cagney <cagney@redhat.com>
10624
10625 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10626 * gdbarch.h, gdbarch.c: Re-generate.
10627 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10628 * x86-64-tdep.h: Update.
10629 * x86-64-tdep.c (x86_64_init_abi): Update.
10630 * v850-tdep.c (v850_gdbarch_init): Update.
10631 * sparc-tdep.c (sparc_gdbarch_init): Update.
10632 * sh-tdep.c (sh_gdbarch_init): Update.
10633 * s390-tdep.c (s390_gdbarch_init): Update.
10634 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10635 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10636 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10637 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10638 * mips-tdep.c (mips_gdbarch_init): Update.
10639 * mcore-tdep.c (mcore_gdbarch_init): Update.
10640 * m68k-tdep.c (m68k_gdbarch_init): Update.
10641 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10642 * ia64-tdep.c (ia64_gdbarch_init): Update.
10643 * i386-tdep.c (i386_gdbarch_init): Update.
10644 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10645 * hppa-tdep.c (hppa_gdbarch_init): Update.
10646 * h8300-tdep.c (h8300_gdbarch_init): Update.
10647 * frv-tdep.c (frv_gdbarch_init): Update.
10648 * cris-tdep.c (cris_gdbarch_init): Update.
10649 * avr-tdep.c (avr_gdbarch_init): Update.
10650 * arm-tdep.c (arm_gdbarch_init): Update.
10651 * alpha-tdep.c (alpha_gdbarch_init): Update.
10652 * sh-tdep.c (sh_init_extra_frame_info): Update.
10653 (sh64_init_extra_frame_info): Update.
10654 * ns32knbsd-nat.c (frame_num_args): Update.
10655 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10656 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10657 (xstormy16_frame_chain_valid): Update.
10658 * vax-tdep.c (vax_saved_pc_after_call): Update.
10659 * v850-tdep.c (v850_frame_chain): Update.
10660 (v850_pop_frame): Update.
10661 (v850_init_extra_frame_info): Update.
10662 * sparc-tdep.c (setup_arbitrary_frame): Update.
10663 * ns32k-tdep.c (umax_frame_num_args): Update.
10664 * s390-tdep.c (s390_pop_frame_regular): Update.
10665 * mn10300-tdep.c (mn10300_frame_chain): Update.
10666 (mn10300_pop_frame_regular): Update.
10667 (mn10300_init_extra_frame_info): Update.
10668 * mips-tdep.c (mips_init_frame_pc_first): Update.
10669 (mips_frame_chain): Update.
10670 (mips_pop_frame): Update.
10671 * mcore-tdep.c (mcore_frame_chain): Update.
10672 (mcore_pop_frame): Update.
10673 (mcore_init_extra_frame_info): Update.
10674 * arch-utils.c (init_frame_pc_default): Update.
10675 * m68k-tdep.c (isi_frame_num_args): Update.
10676 (delta68_frame_num_args): Update.
10677 (news_frame_num_args): Update.
10678 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10679 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10680 (alpha_frame_chain): Update.
10681 (alpha_pop_frame): Update.
10682 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10683 (hppa_init_extra_frame_info): Update.
10684 (hppa_frame_chain): Update.
10685 (hppa_frame_chain_valid): Update.
10686 * cris-tdep.c (cris_init_extra_frame_info): Update.
10687 * avr-tdep.c (avr_init_extra_frame_info): Update.
10688 * arm-tdep.c (arm_frame_chain_valid): Update.
10689 (arm_init_extra_frame_info): Update.
10690 (arm_pop_frame): Update.
10691 * frame.c (frame_pc_unwind): Update.
10692 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10693 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10694 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10695 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10696 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10697 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 10698
12cc2063
AC
106992003-03-10 Andrew Cagney <cagney@redhat.com>
10700
10701 * gdbarch.sh (gdbarch_unwind_pc): New method.
10702 * gdbarch.h, gdbarch.c: Regenerate.
10703 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10704 but use read_pc and FRAME_SAVED_PC as fall backs.
10705 (frame_saved_regs_pc_unwind): Delete function.
10706 (trad_frame_unwinder): Update.
10707 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10708 (struct frame_unwind): Update.
10709 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10710 (dummy_frame_unwind): Update.
10711 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10712 (sentinel_frame_unwinder): Update.
10713 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10714 (d10v_frame_unwind): Update.
10715 (d10v_unwind_pc): New function.
10716 (d10v_gdbarch_init): Set unwind_pc.
10717
ef840a37
AC
107182003-03-10 Andrew Cagney <cagney@redhat.com>
10719
a2ce2e56
AC
10720 * gdbarch.h: Re-generate.
10721
ef840a37
AC
10722 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10723 PC.
10724 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10725 the PC register.
10726
08f3424b
MK
107272003-03-08 Mark Kettenis <kettenis@gnu.org>
10728
10729 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10730
1248ede2
AC
107312003-03-08 Andrew Cagney <cagney@redhat.com>
10732
10733 * cli-out.c: Update copyright.
10734 (cli_out_data): Define typedef. Use instead of ui_out_data.
10735
f49bacc8
AC
107362003-03-08 Andrew Cagney <cagney@redhat.com>
10737
10738 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10739 the result.
10740
9b05f993
AC
107412003-03-07 Andrew Cagney <cagney@redhat.com>
10742
10743 * gdbarch.sh: Don't generate two macro definitions when an
10744 undefined macro taking no arguments.
10745 * gdbarch.h: Regenerate.
8ffd9b1b 10746
166f4c7b
ML
107472002-03-07 Michal Ludvig <mludvig@suse.cz>
10748
10749 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10750 (x86_64_unwind_dummy_id): New functions.
10751 (x86_64_init_abi): Register these two new functions.
10752
6d686a84
ML
107532003-03-07 Michal Ludvig <mludvig@suse.cz>
10754
10755 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 10756 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
10757 separate function.
10758 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10759
6314f104
AC
107602003-03-05 Andrew Cagney <cagney@redhat.com>
10761
10762 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10763 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10764 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10765 to use unwind_dummy_id when a dummy frame.
10766 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10767 predicate.
10768 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 10769
ceea5145
AC
107702003-03-05 Andrew Cagney <cagney@redhat.com>
10771
10772 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10773 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10774 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10775 values.
10776
0d843116
AC
107772003-03-05 Andrew Cagney <cagney@redhat.com>
10778
10779 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10780 (struct d10v_unwind_cache): Delete field "frameless". Replace
10781 "next_addr" with "sp_offset". Add "r11_offset".
10782 (d10v_frame_unwind_cache): Update.
10783 (prologue_find_regs): Update. When "mv r11, sp", save the
10784 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10785 RN was saved in r11_offset.
10786
b2579786
AC
107872003-03-05 Andrew Cagney <cagney@redhat.com>
10788
10789 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10790 cached PC value in the next frame.
10791
218e5956
AC
107922003-03-05 Andrew Cagney <cagney@redhat.com>
10793
10794 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10795 "id_unwind_cache" with "id".
10796 (frame_id_unwind): Delete declaration.
10797 * frame.c (frame_id_unwind): Delete function.
10798 (get_prev_frame): Call the frame id unwind method directly. Store
10799 the returned next frame's ID value in NEXT_FRAME. Note that there
10800 is a problem with the wrong unwind ID being called with the wrong
10801 unwind cache.
10802
ed363b1b
DJ
108032003-03-05 Daniel Jacobowitz <drow@mvista.com>
10804
10805 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10806
fe1f4a5e
DJ
108072003-03-05 James Ingham <jingham@apple.com>
10808 Daniel Jacobowitz <drow@mvista.com>
10809
10810 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10811 (auto_cp_abi): New variable.
10812 (current_cp_abi, num_cp_abis): Make static.
10813 (CP_ABI_MAX): Define.
10814 (cp_abis): Turn into an array.
10815 (value_virtual_fn_field): Fix formatting.
10816 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10817 takes a pointer.
10818 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10819 (list_cp_abis, _initialize_cp_abi): New functions.
10820 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10821 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10822 switch_to_cp_abi. Update prototype for register_cp_abi.
10823 * Makefile.in (cp-abi.o): Update dependencies.
10824 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10825 instead of switch_to_cp_abi.
10826 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10827 register_cp_abi.
10828 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10829 register_cp_abi.
10830 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10831
e4adbba9
DJ
108322003-03-05 Daniel Jacobowitz <drow@mvista.com>
10833
10834 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10835 * dwarf2loc.c: Include "regcache.h".
10836 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10837 register_size.
10838 * Makefile.in (dwarf2loc.o): Update dependencies.
10839
91ccbfc1
TR
108402003-03-04 Theodore A. Roth <troth@openavr.org>
10841
10842 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10843 number of io registers reported by remote target is not a multiple of
10844 step.
10845
3d4e8fd2
DC
108462003-03-04 David Carlton <carlton@math.stanford.edu>
10847
10848 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10849 (lookup_symbol_aux_psymtabs): Update call to
10850 lookup_partial_symbol.
10851 (lookup_transparent_type, find_main_psymtab)
10852 (make_symbol_overload_list): Ditto.
10853
ed42d87b
KH
108542003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10855
10856 * MAINTAINERS (Write after approval): Update my email address.
10857
a0ed5532
AC
108582003-03-03 Andrew Cagney <cagney@redhat.com>
10859
10860 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10861 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10862 predicate. Replace MAX_REGISTER_RAW_SIZE.
10863 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10864 MAX_REGISTER_VIRTUAL_SIZE.
10865 * regcache.c (legacy_max_register_raw_size): New function.
10866 (legacy_max_register_virtual_size): New function.
10867 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10868 (MAX_REGISTER_RAW_SIZE): Define.
10869 (legacy_max_register_raw_size): Declare.
10870 (legacy_max_register_virtual_size): Declare.
10871 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10872 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10873 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10874 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10875 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10876 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10877 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10878 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10879 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10880 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10881 * vax-tdep.c (vax_gdbarch_init): Update.
10882 * v850-tdep.c (v850_gdbarch_init): Update.
10883 * sparc-tdep.c (sparc_gdbarch_init): Update.
10884 * sh-tdep.c (sh_gdbarch_init): Update.
10885 * s390-tdep.c (s390_gdbarch_init): Update.
10886 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10887 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10888 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10889 * mips-tdep.c (mips_gdbarch_init): Update.
10890 * mcore-tdep.c (mcore_gdbarch_init): Update.
10891 * m68k-tdep.c (m68k_gdbarch_init): Update.
10892 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10893 * ia64-tdep.c (ia64_gdbarch_init): Update.
10894 * i386-tdep.c (i386_gdbarch_init): Update.
10895 * hppa-tdep.c (hppa_gdbarch_init): Update.
10896 * h8300-tdep.c (h8300_gdbarch_init): Update.
10897 * frv-tdep.c (frv_gdbarch_init): Update.
10898 * cris-tdep.c (cris_gdbarch_init): Update.
10899 * avr-tdep.c (avr_gdbarch_init): Update.
10900 * arm-tdep.c (arm_gdbarch_init): Update.
10901 * alpha-tdep.c (alpha_gdbarch_init): Update.
10902 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10903 max_register_raw_size or max_register_virtual_size.
10904
8e437497
DC
109052003-03-03 David Carlton <carlton@math.stanford.edu>
10906
10907 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10908 SYMBOL_MATCHES_NAME, add comment.
10909 (SYMBOL_MATCHES_NATURAL_NAME): New.
10910 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10911 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10912 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10913 * symtab.c (lookup_partial_symbol): Use
10914 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10915 unhelpful comment.
10916 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10917 SYMBOL_MATCHES_NAME.
10918 Fix for PR c++/33.
10919
25120b0d
DC
109202003-03-03 David Carlton <carlton@math.stanford.edu>
10921
10922 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10923 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10924 by regexp matching against SYMBOL_NATURAL_NAME.
10925
78a11fb4
DC
109262003-03-03 David Carlton <carlton@math.stanford.edu>
10927
10928 * linespec.c (find_method): Extract code into collect_methods.
10929 (collect_methods): New.
10930
645dd519
MK
109312003-03-02 Mark Kettenis <kettenis@gnu.org>
10932
b4700d91
MK
10933 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10934 get_frame_base.
10935
645dd519
MK
10936 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10937 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10938
0aa7e1aa
SC
109392003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10940
8ffd9b1b 10941 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
10942 and not regnum when summing the size of all registers up to regnum.
10943
f30ee0bc
AC
109442003-03-01 Andrew Cagney <cagney@redhat.com>
10945
10946 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10947 FRAME_INIT_SAVED_REGS.
10948 * gdbarch.h, gdbarch.c: Regenerate.
10949 * stack.c (frame_info): Update.
10950 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10951 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10952 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10953 * ns32k-tdep.c (ns32k_pop_frame): Update.
10954 * mips-tdep.c (mips_pop_frame): Update.
10955 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10956 * ia64-tdep.c (ia64_frame_chain): Update.
10957 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10958 (ia64_frameless_function_invocation): Update.
10959 (ia64_init_extra_frame_info): Update.
10960 (ia64_pop_frame_regular): Update.
10961 * frame.h (struct frame_info): Update comment.
10962 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10963 * frame.c (frame_saved_regs_register_unwind): Update.
10964 (frame_saved_regs_register_unwind): Update.
10965 (deprecated_generic_get_saved_register): Update.
10966 * cris-tdep.c: Update comment.
10967 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10968 Rename macro.
10969 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10970 * x86-64-tdep.c (x86_64_init_abi): Update.
10971 * vax-tdep.c (vax_gdbarch_init): Update.
10972 * v850-tdep.c (v850_gdbarch_init): Update.
10973 * sparc-tdep.c (sparc_gdbarch_init): Update.
10974 * sh-tdep.c (sh_gdbarch_init): Update.
10975 * s390-tdep.c (s390_gdbarch_init): Update.
10976 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10977 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10978 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10979 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10980 * mips-tdep.c (mips_gdbarch_init): Update.
10981 * mcore-tdep.c (mcore_gdbarch_init): Update.
10982 * m68k-tdep.c (m68k_gdbarch_init): Update.
10983 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10984 * ia64-tdep.c (ia64_gdbarch_init): Update.
10985 * i386-tdep.c (i386_gdbarch_init): Update.
10986 * frv-tdep.c (frv_gdbarch_init): Update.
10987 * avr-tdep.c (avr_gdbarch_init): Update.
10988 * arm-tdep.c (arm_gdbarch_init): Update.
10989 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 10990
42fa7c0f
AC
109912003-03-01 Andrew Cagney <cagney@redhat.com>
10992
10993 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10994 option enum and switch. When no windows, set the interpreter to
10995 INTERP_CONSOLE.
8ffd9b1b 10996
49c7e338
AC
109972003-03-01 Andrew Cagney <cagney@redhat.com>
10998
10999 * main.c (captured_main): Replace magic option characters with an
11000 enum.
11001
e9582e71
AC
110022003-03-01 Andrew Cagney <cagney@redhat.com>
11003
11004 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11005 INIT_EXTRA_FRAME_INFO.
11006 * gdbarch.h, gdbarch.c: Regenerate.
11007 * arm-tdep.c: Update comments.
11008 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11009 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11010 * frame.h, avr-tdep.c: Ditto.
11011 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11012 (create_new_frame, legacy_get_prev_frame): Ditto.
11013 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11014 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11015 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11016 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11017 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11018 * v850-tdep.c (v850_gdbarch_init): Ditto.
11019 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11020 * sh-tdep.c (sh_gdbarch_init): Ditto.
11021 * s390-tdep.c (s390_gdbarch_init): Ditto.
11022 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11023 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11024 * mips-tdep.c (mips_gdbarch_init): Ditto.
11025 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11026 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11027 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11028 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11029 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11030 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11031 * frv-tdep.c (frv_gdbarch_init): Ditto.
11032 * cris-tdep.c (cris_gdbarch_init): Ditto.
11033 * avr-tdep.c (avr_gdbarch_init): Ditto.
11034 * arm-tdep.c (arm_gdbarch_init): Ditto.
11035 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11036 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11037
35cac7cf
AC
110382003-03-01 Andrew Cagney <cagney@redhat.com>
11039
11040 * gdbarch.sh (register_type): New function with predicate.
11041 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11042 * gdbarch.h, gdbarch.c: Re-generate.
11043 * arch-utils.c (generic_register_byte): Use generic_register_size.
11044 (generic_register_size): When available, use
11045 gdbarch_register_type.
11046 * regcache.c (init_regcache_descr): When available, initialize the
11047 register type array using gdbarch_register_type. If the
11048 architecture supplies gdbarch_register_type, do not use the legacy
11049 regcache layout.
11050 * d10v-tdep.c (d10v_register_type): Replace
11051 d10v_register_virtual_type.
11052 (d10v_gdbarch_init): Set register_type instead of
11053 register_virtual_type.
11054
7b83296f
AC
110552003-03-01 Andrew Cagney <cagney@redhat.com>
11056
11057 * Makefile.in (ax-gdb.o): Update dependencies.
11058 * ax-gdb.c: Include "regcache.h".
11059 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11060 * findvar.c (value_of_register): Ditto.
11061 * infcmd.c (default_print_registers_info): Ditto.
11062
eadc1c87
MK
110632003-03-01 Mark Kettenis <kettenis@gnu.org>
11064
11065 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11066 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11067
14143612
MK
110682003-03-01 Mark Kettenis <kettenis@gnu.org>
11069
11070 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11071 of STREQ.
11072
a55cc764
DJ
110732003-02-28 Daniel Jacobowitz <drow@mvista.com>
11074
11075 * Makefile.in (dwarf2loc.o): Update dependencies.
11076 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11077 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11078 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11079 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11080 (locexpr_tracepoint_var_ref): New function.
11081 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11082
08a617da
AC
110832003-02-28 Andrew Cagney <cagney@redhat.com>
11084
11085 * regcache.c (register_size): New function.
11086 * regcache.h (register_size): Declare
11087 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11088 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11089
4224873a
DC
110902003-02-28 David Carlton <carlton@math.stanford.edu>
11091
11092 * linespec.c (decode_compound): Extract code into find_method.
11093 (find_method): New.
11094
ccdc5d7f
JB
110952003-02-28 J. Brobecker <brobecker@gnat.com>
11096
11097 * Makefile.in: Add rules to build and link in observer.o.
11098
974e8ced
JB
110992003-02-27 J. Brobecker <brobecker@gnat.com>
11100
11101 * observer.c: Minor comments edits.
11102
7a28f973
JB
111032003-02-27 J. Brobecker <brobecker@gnat.com>
11104
11105 * observer.h, observer.c: New file.
11106
27cddce2
AC
111072003-02-27 Andrew Cagney <cagney@redhat.com>
11108
11109 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11110
b94a41a1
SC
111112003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11112
11113 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11114 (M6812_OP_STS_EXT): Likewise.
11115 (m6811_prologue): Use the above to recognize prologue.
11116 (m6812_prologue): Likewise.
11117
c8be8951
DC
111182003-02-27 David Carlton <carlton@math.stanford.edu>
11119
11120 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11121 SYMBOL_PRINT_NAME.
11122 (compare_psymbols): Ditto.
11123 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11124
d05bb1fc
MS
111252003-02-27 Michael Snyder <msnyder@redhat.com>
11126
4e845cd3
MS
11127 * f-lang.c (build_fortran_types): New function.
11128 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
11129 * doublest.c (extract_floating): Fix warning text.
11130
f3824013
AC
111312003-02-27 Andrew Cagney <cagney@redhat.com>
11132
11133 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11134 predicate. Replaces PUSH_DUMMY_FRAME.
11135 * gdbarch.h, gdbarch.c: Regnerate.
11136 * valops.c (hand_function_call): Update. Call
11137 generic_push_dummy_frame directly.
11138 * vax-tdep.c (vax_gdbarch_init): Update.
11139 * sparc-tdep.c (sparc_gdbarch_init): Update.
11140 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11141 * m68k-tdep.c (m68k_gdbarch_init): Update.
11142 * hppa-tdep.c (hppa_gdbarch_init): Update.
11143 * alpha-tdep.c (alpha_gdbarch_init): Update.
11144 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11145 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11146 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11147 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11148 push_dummy_frame to generic_push_dummy_frame.
11149 * v850-tdep.c (v850_gdbarch_init): Ditto.
11150 * sh-tdep.c (sh_gdbarch_init): Ditto.
11151 * s390-tdep.c (s390_gdbarch_init): Ditto.
11152 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11153 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11154 * mips-tdep.c (mips_gdbarch_init): Ditto.
11155 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11156 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11157 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11158 * i386-tdep.c (i386_gdbarch_init): Ditto.
11159 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11160 * frv-tdep.c (frv_gdbarch_init): Ditto.
11161 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11162 * cris-tdep.c (cris_gdbarch_init): Ditto.
11163 * avr-tdep.c (avr_gdbarch_init): Ditto.
11164 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 11165
ad188201
KB
111662003-02-26 Kevin Buettner <kevinb@redhat.com>
11167
11168 * mips-tdep.c (show_mips_abi): New function.
11169 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11170 command ``show mips abi''.
11171
6b37567a 111722003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 11173
6b37567a 11174 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 11175 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
11176 more sline entries have been seen for the function.
11177
d3e0a5bf
MC
111782003-02-26 Michael Chastain <mec@shout.net>
11179
11180 * configure: Regenerate with autoconf 000227.
11181
18972eea
MC
111822003-02-26 Michael Chastain <mec@shout.net>
11183
11184 Close PR build/660.
11185 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11186 for old libc5/glibc.
11187 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11188
0bbde931
KW
111892003-02-26 Kris Warkentin <kewarken@qnx.com>
11190
11191 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11192 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11193
27ca5dad
MC
111942003-02-26 Michael Chastain <mec@shout.net>
11195
11196 * configure.in: New variable HAVE_UINTPTR_T.
11197 * configure, config.in: Regenerated.
11198
6f88d630
DJ
111992003-02-26 Daniel Jacobowitz <drow@mvista.com>
11200
11201 Fix PR build/1097.
11202 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11203
b14185ce
AC
112042003-02-25 Andrew Cagney <cagney@redhat.com>
11205
11206 * frame.c (get_prev_frame): Add comment on check for
11207 inside_entry_func. Only check for inside_entry_file when not a
11208 dummy and not a sentinel. Check that the new frame is not inner
11209 to the old frame.
11210
ac2bd0a9
AC
112112003-02-25 Andrew Cagney <cagney@redhat.com>
11212
11213 * frame.c (frame_debug): New variable.
11214 (_initialize_frame): Add "set/show debug frame" command.
11215 (get_prev_frame): When frame_debug, print reason why unwind
11216 failed.
11217
b18a0fd2
MC
112182003-02-25 Michael Chastain <mec@shout.net>
11219
11220 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11221 to avoid uintptr_t definition problems.
11222
22abf04a
DC
112232003-02-25 David Carlton <carlton@math.stanford.edu>
11224
11225 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11226 (SYMBOL_LINKAGE_NAME): Ditto.
11227 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11228 SYMBOL_LINKAGE_NAME.
11229 (struct general_symbol_info): Expand comment.
11230 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11231 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11232 (SYMBOL_MATCHES_REGEXP): Ditto.
11233 * symtab.c (symbol_natural_name): New function.
11234 * objfiles.h: Replace all uses of SYMBOL_NAME by
11235 DEPRECATED_SYMBOL_NAME.
11236 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11237 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11238 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11239 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11240 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11241 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11242 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11243 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11244 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11245 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11246 * ada-exp.y: Ditto.
11247 * ada-exp.y: Update copyright.
11248 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11249 * cp-valprint.c: Ditto.
11250
1a5848f6
JJ
112512003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11252
11253 * infptrace.c (detach): Do not flag error if ptrace detach fails
11254 and errno is set to ESRCH.
11255
7343d46a
AC
112562003-02-24 Andrew Cagney <cagney@redhat.com>
11257
11258 * infptrace.c (udot_info): Change type of udot_off to long. Use
11259 paddr when printing udot_off's value.
11260
49fa1dc2
DC
112612003-02-24 David Carlton <carlton@math.stanford.edu>
11262
11263 * symtab.c (make_symbol_overload_list): Only read in partial
11264 symtabs containing a matching partial symbol.
11265
0fe19209
DC
112662003-02-24 David Carlton <carlton@math.stanford.edu>
11267
11268 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11269 do the comparison, not strcmp.
11270 * symfile.c (compare_psymbols): Ditto.
11271 * defs.h: Declare strcmp_iw_ordered.
11272 * utils.c (strcmp_iw_ordered): New function.
11273
8e3ee7b5
JB
112742003-02-24 Jim Blandy <jimb@redhat.com>
11275
11276 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11277 support, shared libs): Remove my name from here, to better reflect
11278 reality.
11279
7df1a324
KW
112802003-02-24 Kris Warkentin <kewarken@qnx.com>
11281
11282 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11283 (target_ops): Add to_have_continuable_watchpoint.
11284 * target.c (update_current_target): Add INHERIT line for
11285 to_have_continuable_watchpoint.
11286 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11287 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11288 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11289 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11290
d1c76907
EZ
112912003-02-24 Elena Zannoni <ezannoni@redhat.com>
11292
11293 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11294 maintainership.
11295
2610b0bf
KW
112962003-02-24 Kris Warkentin <kewarken@qnx.com>
11297
f46169db
KW
11298 * solib.c (solib_open): Call target defined search function after
11299 failing with solib-search-path.
11300 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11301 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 11302
9a3c34fe
KW
113032003-02-24 Kris Warkentin <kewarken@qnx.com>
11304
f46169db 11305 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 11306
2417dd25
SC
113072003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11308
11309 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11310
b631436b
SC
113112003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11312
11313 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11314 (m68hc11_add_reggroups): New function.
11315 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11316 (m68hc11_gdbarch_init): Install the reggroups.
11317 (_initialize_m68hc11_tdep): Initialize them.
11318
0aa8c1e4
JW
113192003-02-21 James E Wilson <wilson@tuliptree.org>
11320
11321 * MAINTAINERS: Update my email address.
11322
50ceaba5
DC
113232003-02-21 David Carlton <carlton@math.stanford.edu>
11324
11325 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11326
4c2df51b
DJ
113272003-02-21 Daniel Jacobowitz <drow@mvista.com>
11328
11329 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11330 * symtab.h: Add opaque declarations of struct axs_value and
11331 struct agent_expr.
11332 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11333 (struct location_funcs): New type.
11334 (struct symbol): Add "loc" to aux_value.
11335 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11336 * dwarf2read.c: Include "dwarf2expr.h".
11337 (dwarf2_symbol_mark_computed): New function.
11338 (read_func_scope): Use it.
11339 (var_decode_location): New function.
11340 (new_symbol): Use it.
11341 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11342
11343 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11344 (dwarf2expr_h, dwarf2loc_h): New variables.
11345 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11346 (dwarf2expr.o, dwarf2loc.o): New rules.
11347 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11348 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11349 LOC_COMPUTED_ARG.
11350 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11351 * m2-exp.y (yylex): Likewise.
11352 * printcmd.c (address_info, print_frame_args): Likewise.
11353 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11354 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11355 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11356 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11357 * symtab.c (lookup_block_symbol): Likewise.
11358
5784d15e
AF
113592003-02-20 Adam Fedor <fedor@gnu.org>
11360
11361 * symtab.h: Remove objc_specific struct
11362 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11363 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11364 Have language_objc use cplus_specific struct.
11365
d4cad8db
TT
113662003-02-20 Tom Tromey <tromey@redhat.com>
11367
11368 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11369 TYPE_NAME, when printing a String value. PR java/1075.
11370
2f9a90b4
AF
113712003-02-20 Adam Fedor <fedor@gnu.org>
11372
d38074a8 11373 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 11374 * objc-lang.c (find_methods): Make static.
2f9a90b4 11375
6f17862b
CF
113762003-02-20 Christopher Faylor <cgf@redhat.com>
11377
11378 * win32-nat.c (get_image_name): Check return value from
11379 ReadProcessMemory.
11380 (child_xfer_memory): Ditto.
11381
715d1656
AO
113822003-02-20 Alexandre Oliva <aoliva@redhat.com>
11383
11384 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11385 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11386 '${exec_prefix}' (in addition to the expansion thereof) as
11387 relocatable.
11388 * configure: Rebuilt.
11389
b1262a02
DC
113902003-02-20 David Carlton <carlton@math.stanford.edu>
11391
11392 * symtab.c (search_symbols): Revert the search_symbols part of my
11393 2002-12-23 patch. Add comment.
11394
7134143f
DJ
113952002-02-20 Daniel Jacobowitz <drow@mvista.com>
11396
11397 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11398 * dbxread.c (elfstab_build_psymtabs): Don't call
11399 install_minimal_symbols.
11400 (stabsect_build_psymtabs): Likewise.
11401 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11402 earlier.
11403 * somread.c (som_symfile_read): Call install_minimal_symbols
11404 and do_cleanups earlier.
11405 * nlmread.c (nlm_symfile_read): Likewise.
11406 * mdebugread.c (elfmdebug_build_psymtabs): Call
11407 install_minimal_symbols and make appropriate cleanups.
11408
cf466558
KB
114092003-02-20 Kevin Buettner <kevinb@redhat.com>
11410
11411 * solib.c (reload_shared_libraries): New function.
11412 (_initialize_solib): Add callbacks for ``set solib-search-path''
11413 and ``set solib-absolute-prefix''.
11414
de5ad195
DC
114152003-02-20 David Carlton <carlton@math.stanford.edu>
11416
11417 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11418 expand comment.
11419 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11420 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11421 * ada-typeprint.c (ada_typedef_print): Ditto.
11422 * ax-gdb.c (gen_var_ref): Ditto.
11423 * breakpoint.c (print_one_breakpoint): Ditto.
11424 * buildsym.c (finish_block): Ditto.
11425 * c-valprint.c (c_val_print): Ditto.
11426 * expprint.c (print_subexp): Ditto.
11427 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
11428 * infcmd.c (jump_command): Ditto.
11429 * linespec.c (decode_line_2, decode_compound): Ditto.
11430 * maint.c (maintenance_translate_address): Ditto.
11431 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
11432 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11433 Ditto.
8ffd9b1b
AJ
11434 * p-valprint.c (pascal_val_print): Ditto.
11435 * stabsread.c (define_symbol): Ditto.
de5ad195 11436 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
11437 (print_frame_arg_vars, return_command): Ditto.
11438 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11439 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
11440 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11441 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
11442 (rbreak_command): Ditto.
11443 * tracepoint.c (tracepoints_info): Ditto.
11444 * typeprint.c (typedef_print): Ditto.
11445 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
11446 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11447 * ada-typeprint.c: Update Copyright.
11448 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11449 * tracepoint.c, cli/cli-cmds.c: Ditto.
11450
f796e4be
KB
114512003-02-20 Kevin Buettner <kevinb@redhat.com>
11452
11453 * frame.c (generic_unwind_get_saved_register): Make non-static.
11454 * frame.h (generic_unwind_get_saved_register): Declare.
11455 * mips-tdep.c (read_next_frame_reg): Fetch register from
11456 current regcache when frame is NULL.
11457 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11458 that must be NULL.
11459 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11460 instead of frame_register_unwind().
11461
836cc9f4
AC
114622003-02-20 Andrew Cagney <ac131313@redhat.com>
11463
11464 * remote-sim.c (gdbsim_insert_breakpoint)
11465 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11466 code.
11467
501eef12
AC
114682003-02-20 Andrew Cagney <ac131313@redhat.com>
11469
11470 * remote.c (_initialize_remote): Add commands "set/show remote
11471 hardware-watchpoint-limit" and "set/show remote
11472 hardware-breakpoint-limit".
11473 (remote_hw_watchpoint_limit): Initialize to -1.
11474 (remote_hw_breakpoint_limit): Ditto.
11475 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11476
1b6bc7e0
CF
114772003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11478
11479 * coff-pe-read.c: New file - support reading of minimal symbols from a
11480 portable executable using the export table.
11481 * coff-pe-read.h: New file.
11482 * coffread.c: Include coff-pe-read.h.
11483 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11484 debugging symbols found.
11485 * Makefile.in (SFILES): Add coff-pe-read.o.
11486 (coff_pe_read_h): Define.
11487 (COMMON_OBS): Add coff-pe-read.o.
11488 (coffread.o): Add coff_pe_read_h dependency.
11489 (coff-pe-read.o): New target.
11490
fe898f56
DC
114912003-02-19 David Carlton <carlton@math.stanford.edu>
11492
11493 * Makefile.in (SFILES): Add block.c.
11494 (block_h): New.
11495 (COMMON_OBS): Add block.o.
11496 (block.o): New.
11497 (x86-64-tdep.o): Add $(block_h).
11498 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11499 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11500 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11501 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11502 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11503 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11504 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11505 * value.h: Add opaque declaration for struct block.
11506 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11507 * ada-lang.h: Ditto.
11508 * x86-64-tdep.c: #include "block.h"
11509 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11510 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11511 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11512 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11513 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11514 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11515 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11516 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11517 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11518 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11519 * symtab.c (block_function): Ditto.
11520 (contained_in): Ditto.
11521 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11522 block.h. Add opaque declaration for struct block.
11523 * symtab.h: Move block_function and contained_in declarations to
11524 block.h. Add opaque declarations for struct block, struct
11525 blockvector.
11526 (struct block): Move to block.h.
11527 (struct blockvector): Ditto.
11528 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11529 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11530 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11531 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11532 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11533 Ditto.
11534 * block.c: New file.
11535 * block.h: New file.
11536
173345b5
TR
115372003-02-19 Theodore A. Roth <troth@openavr.org>
11538
11539 * avr-tdep.c (avr_extract_return_value): Remove function.
11540 (avr_store_return_value): Remove function.
11541 (avr_extract_struct_value_address): Remove function.
11542 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11543
338ef23d
AC
115442003-02-19 Andrew Cagney <ac131313@redhat.com>
11545
11546 * rs6000-tdep.c: Include "gdb_assert.h".
11547 (registers_e500): Add "acc" and "spefscr".
11548 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11549 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11550 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11551 really is "r0".
11552 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11553
5412f5f3
KS
115542003-02-18 Keith Seitz <keiths@redhat.com>
11555
11556 * Makefile.in: Add gdbtk-interps.c.
11557
881324eb
KB
115582003-02-18 Kevin Buettner <kevinb@redhat.com>
11559
11560 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11561 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11562
6a2f5abf
AC
115632003-02-18 Andrew Cagney <cagney@redhat.com>
11564
11565 * symtab.h (struct objfile): Add opaque declaration.
11566
54c7009d
EZ
115672003-02-18 Elena Zannoni <ezannoni@redhat.com>
11568
11569 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
11570 * dbxread.c (process_one_symbol): Use last_function_start rather
11571 than function_start_offset to find the real beginning of the
11572 current function. The latter is just the text section offset on
11573 some systems, the former is always the real function start.
54c7009d 11574
7ee6d7eb
AC
115752003-02-17 Andrew Cagney <cagney@redhat.com>
11576
11577 * configure.in: Revert ${target} != ${host}.
11578
2846da9b
AC
115792003-02-17 Andrew Cagney <ac131313@redhat.com>
11580
11581 * configure.in (Makefile): Use the test ${target} != ${host},
11582 instead of the absence of the "nm.h" file, to determine of the
11583 configuration non-native.
11584 * configure: Regenerate.
8ffd9b1b 11585
3b27aeea
EZ
115862003-02-14 Elena Zannoni <ezannoni@redhat.com>
11587
fbe586ae 11588 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
11589
11590 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11591 conditionalize tui_active test.
11592 (lookup_cmd_1): Ditto.
11593
b0b1c2c0
MK
115942003-02-14 Mark Kettenis <kettenis@gnu.org>
11595
11596 * configure.in: Add check for _etext.
11597 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11598 available.
11599 * config.in, configure: regenerated.
11600
8f05cde5
DJ
116012003-02-14 Daniel Jacobowitz <drow@mvista.com>
11602
11603 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11604
021e7609
AC
116052003-02-14 Andrew Cagney <ac131313@redhat.com>
11606
11607 * main.c (tui_version): Delete variable.
11608 (captured_main): When --tui, set interpreter_p to "tui" instead of
11609 enabling tui_version.
11610 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11611 tui_version.
11612 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11613 * cli/cli-cmds.c (disassemble_command): Ditto.
11614 * defs.h (tui_version): Delete declaration.
11615 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11616 (tui-interp.o): Add rules.
11617 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11618
e325dcec
CF
116192003-02-14 Christopher Faylor <cgf@redhat.com>
11620
36ffb041 11621 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
11622 just-loaded dll.
11623
c4f90d87
JM
116242003-02-12 Jason Molenda (jmolenda@apple.com)
11625
fbe586ae
RH
11626 * symmisc.c (print_objfile_statistics): Include information about
11627 the number of psymtabs and symtabs in each object file.
c4f90d87 11628
e46e5ccd
KS
116292003-02-13 Keith R Seitz <keiths@redhat.com>
11630
11631 * main.h (struct captured_main_args): Add interpreter_p.
11632 * main.c (captured_main): Initialize interpreter_p from context.
11633 * gdb.c (main): Set interpreter_p argument.
11634 * Makefile.in (gdb.o): Add dependency for interps.h.
11635
fe97fe9c
AC
116362003-02-12 Andrew Cagney <ac131313@redhat.com>
11637
11638 * event-top.c (cli_command_loop): Delete declaration.
11639 (_initialize_event_loop): Delete function setting event_loop_hook.
11640 * event-top.h (cli_command_loop): Declare. Update copyright.
11641 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11642 * interps.c (current_interp_command_loop): When event_loop_p, call
11643 cli_command_loop.
11644
1cdac4ef
AC
116452003-02-12 Andrew Cagney <ac131313@redhat.com>
11646
11647 * interps.h (interp_command_loop_ftype): Change return type to
11648 void.
11649
48037ead
ML
116502003-02-12 Michal Ludvig <mludvig@suse.cz>
11651
11652 * x86-64-tdep.c (x86_64_extract_return_value)
11653 (x86_64_store_return_value): Use regcache instead of regbuf.
11654 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11655 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11656
033afc63
AC
116572003-02-11 Andrew Cagney <ac131313@redhat.com>
11658
11659 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11660 * aclocal.m4: Regenerate.
11661 * configure: Regenerate.
11662
11663 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11664 TCL_LD_SEARCH_FLAGS.
11665
40d02bca
ML
116662003-02-10 Michal Ludvig <mludvig@suse.cz>
11667
11668 * dwarf2cfi.c: Reindented.
11669
11308a41
AC
116702003-02-09 Andrew Cagney <ac131313@redhat.com>
11671
11672 * interps.c (clear_interpreter_hooks): Convert function definition
11673 to ISO C.
11674
e1c1c0f6
DC
116752003-02-07 David Carlton <carlton@math.stanford.edu>
11676
11677 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11678
ab5d3da6
KB
116792003-02-07 Kevin Buettner <kevinb@redhat.com>
11680
11681 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11682 (struct type): ...to here.
11683 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11684 field.
11685 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11686 (replace_type): Set length on all type variants for a given type.
11687
b8a92b82
AC
116882003-02-07 Andrew Cagney <ac131313@redhat.com>
11689
11690 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11691 <sys/stat.h>.
11692 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 11693
5cb316ef
AC
116942003-02-06 Andrew Cagney <ac131313@redhat.com>
11695
2555fe1a
AC
11696 * Makefile.in (symm-nat.o): Update dependencies.
11697 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11698 (lynx-nat.o, ia64-linux-nat.): Ditto.
11699 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11700 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11701 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11702
44270758
AC
11703 * Makefile.in (inflow_h): Define.
11704 (procfs.o, inflow.o, procfs.o): Update dependencies.
11705 * inftarg.c (child_stop): Delete extern declaration of
11706 inferior_process_group. Include "inflow.h".
11707 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11708 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11709 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11710 (our_process_group, inferior_process_group): Extern declarations.
11711
df8f7274
AC
11712 * procfs.c: Include "gdb_assert.h".
11713
5cb316ef
AC
11714 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11715 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11716 * jv-typeprint.c (java_type_print_base): Ditto.
11717 * typeprint.c (typedef_print): Eliminate STREQ.
11718 * cli/cli-script.c (define_command, define_command): Ditto.
11719 * main.c (captured_main): Ditto.
11720 * values.c (lookup_internalvar): Ditto.
11721 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11722 within `if' conditional.
11723 * linespec.c (decode_line_2): Ditto.
11724 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11725 (bfd_openw_with_cleanup): Ditto.
11726
2a28ccea
MK
117272003-02-07 Mark Kettenis <kettenis@gnu.org>
11728
11729 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11730 legacy_extract_return_value and store_return_value to
11731 legacy_return_value.
11732
786b8124
CF
117332003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11734
11735 * win32-nat.c (get_relocated_section_addrs): New function. Find
11736 section load addresses for symbol handling in relocated DLLs.
11737 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11738
b871e4ec
FF
117392003-02-05 Fred Fish <fnf@intrinsity.com>
11740
11741 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11742 '=' and '!='.
11743 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11744 with '&' and '=='.
11745 (angel_RDI_info): Ditto.
11746 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11747 with '&' and '!='.
11748 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 11749
4389a95a 117502003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
11751 Keith Seitz <keiths@redhat.com>
11752 Elena Zannoni <ezannoni@redhat.com>
11753 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
11754
11755 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11756 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11757 (SUBDIR_MI_OBS): Add "mi-interp.o".
11758 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11759 (SFILES): Add "interps.c".
11760 (COMMON_OBS): Add "interps.o".
11761 (interps_h, mi_main_h): Define.
11762 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11763 (mi-main.o, main.o, event-top.o): Update dependencies.
11764 * cli/cli-interp.c: New file.
11765 * interps.h, interps.c: New files.
11766 * top.c: (gdb_init): Don't install the default interpreter, handed
11767 by captured_main.
11768 * main.c: Include "interps.h".
11769 (interpreter_p): Note that it should malloc'ed.
11770 (captured_command_loop): Call current_interp_command_loop.
11771 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11772 xfree and xstrdup when updating interpreter_p. Install the
11773 default interpreter. Add hack to stop mi1's copyright notice
11774 being encoded.
11775 * event-top.h (gdb_setup_readline): Declare.
11776 (gdb_disable_readline): Declare.
11777 * event-top.c: Include "interps.h".
11778 (display_gdb_prompt): Call current_interp_display_prompt_p.
11779 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11780 gdb_stdlog, and gdb_stdtarg.
11781 (_initialize_event_loop): Don't call gdb_setup_readline.
11782 * cli-out.c (cli_out_set_stream): New function.
11783 * cli-out.h (cli_out_set_stream): Declare.
11784
ff3b5810
MK
117852003-02-06 Mark Kettenis <kettenis@gnu.org>
11786
11787 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11788 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11789 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11790 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11791 config/i386/i386v42mp.mt: Removed.
11792
5b729aa5
MK
117932003-02-05 Mark Kettenis <kettenis@gnu.org>
11794
11795 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11796 GDB_OSABI_SOLARIS.
11797
8cc15142
MC
117982003-02-05 Michael Chastain <mec@shout.net>
11799
11800 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11801 2.12.1 and earlier versions.
11802
5aa5d4b9
AC
118032003-02-05 Andrew Cagney <ac131313@redhat.com>
11804
11805 Remove orphaned hosts, targets and files.
11806 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11807 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11808 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11809 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11810 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11811 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11812 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11813 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11814 * config/sparc/tm-sp64sim.h: Delete.
11815 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11816 hosts.
11817 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11818 mips*-dec-mach3* targets.
11819
b68767c1
MC
118202003-02-04 Michael Chastain <mec@shout.net>
11821
11822 * NEWS: Fix typo: sepcifying -> specifying.
11823
5ae7ca1d
MC
118242003-02-04 Michael Chastain <mec@shout.net>
11825
11826 * dwarfread.c: Add documentation on the state of dwarf-1,
11827 looking towards obsoletion.
11828
d08a4280
MC
118292003-02-03 Michael Chastain <mec@shout.net>
11830
11831 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11832 gdb/testsuite/gdb.c++/pr-1023.exp.
11833
e9be73e4
AC
118342003-02-04 Andrew Cagney <ac131313@redhat.com>
11835
11836 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11837 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11838
11839 * utils.c (init_page_info): Delete reference to MPW in comments.
11840 * main.c (captured_main): Delete #ifdef MPW.
11841
05d57f6f
AC
118422003-02-04 Andrew Cagney <ac131313@redhat.com>
11843
8ffd9b1b 11844 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
11845 * monitor.c (monitor_expect): Obsolete reference to m32r.
11846 * configure.tgt: Mark m32r-*-elf* as obsolete.
11847 * MAINTAINERS: Mark m32k as obsolete.
11848 * m32r-rom.c: Obsolete file.
11849 * config/m32r/m32r.mt: Obsolete file.
11850 * config/m32r/tm-m32r.h: Obsolete file.
11851 * m32r-stub.c: Obsolete file.
11852 * m32r-tdep.c: Obsolete file.
11853
8b0e5691
AC
118542003-02-04 Andrew Cagney <ac131313@redhat.com>
11855
11856 * NEWS: Mention that the z8k-zilog-none is obsolete.
11857 * MAINTAINERS: Mark z8k as obsolete.
11858 * configure.tgt: Obsolete the z8k-*-coff* target.
11859 * config/z8k/z8k.mt: Obsolete file.
11860 * config/z8k/tm-z8k.h: Obsolete file.
11861 * z8k-tdep.c: Obsolete file.
11862
67f16606
AC
118632003-02-04 Andrew Cagney <ac131313@redhat.com>
11864
11865 * NEWS: Mention that the mn10200-elf is obsolete.
11866 * configure.tgt: Obsolete mn10200-*-* target.
11867 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11868 mention that the mn10200 is obsolete.
11869 * breakpoint.h: Ditto.
11870 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11871 * config/mn10200/mn10200.mt: Obsolete file.
11872 * config/mn10200/tm-mn10200.h: Obsolete file.
11873 * mn10200-tdep.c: Obsolete file.
11874
fd2299bd
AC
118752003-02-04 Andrew Cagney <ac131313@redhat.com>
11876
11877 * MAINTAINERS: Mark h8500 as obsolete.
11878 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11879 * findvar.c (value_from_register): Ditto.
11880 * h8500-tdep.c: Mark file as obsolete.
11881 * config/h8500/h8500.mt: Ditto.
11882 * config/h8500/tm-h8500.h: Ditto.
11883 * NEWS: Mention that h8500 is obsolete.
11884
eb9a305d
DC
118852003-02-04 David Carlton <carlton@math.stanford.edu>
11886
11887 * objfiles.c (allocate_objfile): Always set name. Add comment at
11888 start of function.
11889 * jv-lang.c (get_dynamics_objfile): Add comment.
11890
406fc7fb
DC
118912003-02-04 David Carlton <carlton@math.stanford.edu>
11892
11893 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11894 * printcmd.c (build_address_symbolic): Replace uses of
11895 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11896 SYMBOL_NAME, and asm_demangle.
11897 Update copyright.
11898
93d91629
DC
118992003-02-04 David Carlton <carlton@math.stanford.edu>
11900
11901 * linespec.c (decode_compound): Extract code into
11902 lookup_prefix_sym.
11903 (lookup_prefix_sym): New function.
11904
1c5cb38e
DC
119052003-02-04 David Carlton <carlton@math.stanford.edu>
11906
11907 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11908 FLOAT_COERCION_BADNESS.
11909 * gdbtypes.c (rank_one_type): Replace all uses of
11910 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11911
0cf824c9
JB
119122003-02-04 Jim Blandy <jimb@redhat.com>
11913
11914 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11915 section, let dwarf_macinfo_section point to it, not
11916 dwarf_loc_section.
11917
a2d356b0
DJ
119182003-02-04 Daniel Jacobowitz <drow@mvista.com>
11919
11920 Pointed out by Anton Blanchard <anton@samba.org>.
11921 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11922 (ppc_linux_at_sigtramp_return_path): Use it.
11923
2de7ced7
DJ
119242003-02-04 Daniel Jacobowitz <drow@mvista.com>
11925
11926 * defs.h (streq): Add prototype.
11927 * utils.c (streq): New function.
11928
11929 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11930 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11931 * mdebugread.c (new_symbol): Likewise.
11932 * stabsread.c (define_symbol): Likewise.
11933 * coffread.c (process_coff_symbol): Likewise.
11934 * dwarfread.c (new_symbol): Likewise.
11935
11936 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11937 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11938 here.
11939 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11940 SYMBOL_INIT_DEMANGLED_NAME.
11941 * objfiles.c: Include "hashtab.h".
11942 (allocate_objfile): Call htab_set_functions_ex for the
11943 demangled_names_hash.
11944 (free_objfile): Call htab_delete for the demangled_names_hash.
11945 * objfiles.h (struct htab): Add declaration.
11946 (struct objfile): Add demangled_names_hash.
11947 * symfile.c: Include "hashtab.h".
11948 (reread_symbols): Call htab_delete for the demangled_names_hash.
11949 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11950 SYMBOL_NAME in the bcache.
11951 * symtab.c: Include "hashtab.h". Update comments.
11952 (create_demangled_names_hash, symbol_set_names): New functions.
11953 (symbol_find_demangled_name): New function, broken out from
11954 symbol_init_demangled_names.
11955 (symbol_init_demangled_names): Use it.
11956 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11957 (SYMBOL_SET_NAMES): New macro.
11958 (symbol_set_names): Add prototype.
11959
15831452
JB
119602003-02-03 Jim Blandy <jimb@redhat.com>
11961
11962 Use a single, consistent representation for an empty minimal
11963 symbol table in an objfile.
11964 * objfiles.c (terminate_minimal_symbol_table): New function.
11965 (allocate_objfile): Call it.
11966 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11967 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 11968 non-NULL.
15831452
JB
11969 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11970 objfile has minimal symbols, compare minimal_symbol_count to zero,
11971 instead of comparing msymbols with NULL.
11972 * objfiles.c (have_minimal_symbols): Same.
11973 * solib-sunos.c (solib_add_common_symbols): Call
11974 terminate_minimal_symbol_table.
11975 * symfile.c (reread_symbols): Same.
8ffd9b1b 11976
ffc65945
KB
119772003-02-03 Kevin Buettner <kevinb@redhat.com>
11978
11979 * s390-tdep.c (s390_address_class_type_flags)
11980 (s390_address_class_type_flags_to_name)
11981 (s390_address_class_name_to_type_flags): New functions.
11982 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11983 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11984
f211c6d4
MS
119852003-02-03 Michael Snyder <msnyder@redhat.com>
11986
11987 * arm-tdep.c: Fix spell-o in comment.
11988
659b0389
ML
119892003-02-03 Michal Ludvig <mludvig@suse.cz>
11990
11991 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11992 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 11993 error messages to contain BFD filename.
659b0389 11994
3b31d625
EZ
119952003-02-02 Elena Zannoni <ezannoni@redhat.com>
11996
997b089a 11997 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
11998 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11999 (do_mixed_source_and_assembly): Use
12000 make_cleanup_ui_out_tuple_begin_end and
12001 make_cleanup_ui_out_tuple_begin_end.
12002 (do_mixed_source_and_assembly): Ditto.
12003 * thread.c (do_captured_list_thread_ids): Ditto.
12004 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12005 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12006 ui_out_tuple_end): Delete prototypes.
12007 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12008 ui_out_list_end, ui_out_tuple_end): Delete.
12009
12010 From Kevin Buettner <kevinb@redhat.com>:
12011 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
12012 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12013 (do_cleanup_table_end): New functions.
12014 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12015 Use cleanups to invoke_ui_out_tuple_end().
12016 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
12017 * cli/cli-setshow.c (cmd_show_list): Use
12018 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 12019
5b181d62
AC
120202003-02-02 Andrew Cagney <ac131313@redhat.com>
12021
12022 * frame.c (frame_unwind_register): New function.
12023 (frame_unwind_unsigned_register): Use.
12024 (frame_unwind_signed_register): Use.
12025 (frame_read_register): New function.
12026 * frame.h (frame_unwind_register): Declare.
12027 (frame_read_register): Declare.
12028
12029 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12030 and frame_unwind_register instead of read_memory, write_register
12031 and deprecated_write_register_bytes.
12032
5f601589
AC
120332003-02-02 Andrew Cagney <ac131313@redhat.com>
12034
12035 * frame.h: Note that namelen can be negative.
12036 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12037 NAME's length.
12038
12039 * NEWS: Mention that the d10v's `regs' command is deprecated.
12040 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12041 (d10v_print_registers_info): New function.
12042 (show_regs): Call d10v_print_registers_info.
12043 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12044
6a3fe0a4
MK
120452003-02-02 Mark Kettenis <kettenis@gnu.org>
12046
12047 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12048 lost in the previous patch.
12049
075559bc
AC
120502003-02-01 Andrew Cagney <ac131313@redhat.com>
12051
12052 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
12053 * stack.c (print_frame_info_base): Output complete FRAME tuple
12054 for synthesized frames.
075559bc 12055
6789195b
AC
120562003-02-02 Andrew Cagney <ac131313@redhat.com>
12057
12058 * mips-nat.c (zerobuf): Delete.
12059 (fetch_inferior_registers): Alloc local zerobuf.
12060 (fetch_core_registers): Alloc local zerobuf.
12061 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12062 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12063 * thread-db.c (thread_db_store_registers): Ditto.
12064 * sh-tdep.c (sh_do_register): Ditto.
12065 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12066 * remote-sim.c (gdbsim_store_register): Ditto.
12067 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12068 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12069 * monitor.c (monitor_supply_register): Ditto.
12070 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12071 * mips-nat.c (fetch_inferior_registers): Ditto.
12072 * m68klinux-nat.c (fetch_register): Ditto.
12073 * lynx-nat.c (fetch_inferior_registers): Ditto.
12074 (fetch_inferior_registers): Ditto.
12075 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12076 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12077 (hpux_thread_store_registers): Ditto.
12078 * hppah-nat.c (fetch_register): Ditto.
12079 * hppab-nat.c (fetch_register): Ditto.
12080 * hppa-tdep.c (pa_register_look_aside): Ditto.
12081 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12082 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12083
e669114a
AC
120842003-02-01 Andrew Cagney <ac131313@redhat.com>
12085
12086 * gdbarch.sh: Explictly specify all method levels. When a
12087 variable with an empty level, provide a non-multi-arch default.
12088 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12089 * gdbarch.h: Re-generate.
12090 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12091 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12092
9a043c1d
AC
120932003-02-01 Andrew Cagney <ac131313@redhat.com>
12094
12095 * defs.h (host_pointer_to_address): Delete declaration.
12096 (address_to_host_pointer): Delete declaration.
12097 * utils.c (host_pointer_to_address): Delete function.
12098 (address_to_host_pointer): Delete function.
12099 * procfs.c (procfs_address_to_host_pointer): New function.
12100 * procfs.c (proc_set_watchpoint): Use.
12101 (procfs_can_use_hw_breakpoint): Update comments.
12102 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12103 (som_solib_add): Use.
12104 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12105 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 12106
7ca9f392
AC
121072003-02-01 Andrew Cagney <ac131313@redhat.com>
12108
94bbfd30
AC
12109 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12110 strlen d_name.
12111
7ca9f392
AC
12112 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12113 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12114 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12115 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12116 (define_symbol): Update.
12117 * symfile.c (generic_load): Remove references to nindy.
12118 * symtab.c: Remove references to nindy.
12119
31a85ea2
AC
121202003-02-01 Andrew Cagney <ac131313@redhat.com>
12121
12122 * infcmd.c (print_float_info): Delete code conditional on
12123 FLOAT_INFO.
12124 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12125 * config/m68k/nm-apollo68b.h: Ditto.
12126 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12127 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12128 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12129
f6e85fc8
MK
121302003-02-01 Mark Kettenis <kettenis@gnu.org>
12131
6015b6a0
MK
12132 * config/i386/tm-i386os9k.h: Removed.
12133
f7a30bdf
MK
12134 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12135 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12136 they're identical to i[3456]86-*-sysv* now.
12137 * config/i386/i386v32.mh: Removed.
12138 * config/i386/xm-i386v32.h: Removed.
12139 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12140
28d52111
MK
12141 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12142
4d3f6bce
MK
12143 * config/i386/i386dgux.mh: Removed.
12144 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12145
f6e85fc8
MK
12146 * configure.in: Fix typo.
12147 * configure: Regenerated.
12148
53955967
DC
121492003-01-31 David Carlton <carlton@math.stanford.edu>
12150
12151 * dwarf2read.c (dwarf2_locate_sections): Set
12152 dwarf_ranges_section.
12153
b1364885
AC
121542003-01-31 Andrew Cagney <ac131313@redhat.com>
12155
8dbb1c65
AC
12156 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12157 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 12158
8731e58e
AC
12159 * utils.c: Re-indent.
12160
b1364885
AC
12161 * config/djgpp/fnchange.lst: Delete nindy files.
12162 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12163 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12164 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12165 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12166 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12167 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12168 * Makefile.in (init.c): Remove nindy references.
12169 (saber_gdb): Delete rule.
12170 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12171 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12172 and a68v-nat.c.
12173 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12174 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12175 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12176 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12177 nindy-share/stop.h.
12178 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12179 * saber.suppress: Delete file.
12180
086df311
DJ
121812003-01-31 Daniel Jacobowitz <drow@mvista.com>
12182
12183 * dbxread.c (stabs_data): New static variable.
12184 (fill_symbuf): Support an in-memory buffer for stabs data.
12185 (stabs_seek): New function.
12186 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12187 (read_ofile_symtab): Use stabs_seek.
12188 (elfstab_build_psymtabs): Take an asection* instead of
12189 an offset and size. Relocate the stabs data if necessary.
12190 Save the section* for dbx_psymtab_to_symtab.
12191 * dwarf2read.c: Add section variables for each debug section.
12192 (dwarf2_locate_sections): Fill them in.
12193 (dwarf2_read_section): Take an asection* argument.
12194 Relocate the section contents if necessary.
12195 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12196 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12197 it to dwarf2_read_section.
12198 (dwarf2_build_frame_info): Update callers.
12199 * elfread.c (elf_symfile_read): Update call to
12200 elfstab_build_psymtabs.
12201 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12202 (DBX_STAB_SECTION): New macro.
8ffd9b1b 12203 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
12204 * symfile.c (symfile_dummy_outputs): New function.
12205 (symfile_relocate_debug_section): New function.
12206 * symfile.h (symfile_relocate_debug_section): Add prototype.
12207
87d1b352
RH
122082003-01-31 Richard Henderson <rth@redhat.com>
12209
12210 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12211 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12212 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12213 * alpha-tdep.c (alpha_register_name): Add "unique".
12214 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12215 (ALPHA_UNIQUE_REGNUM): New.
12216 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12217
c48861fb
AC
122182003-01-31 Andrew Cagney <ac131313@redhat.com>
12219
12220 * README: Remove reference to Ericsson 1800 monitor.
12221 * Makefile.in (remote-es.o): Delete rule.
12222 (ALLDEPFILES): Delete remote-es.c.
12223 * remote-es.c: Delete file.
12224 * config/m68k/es1800.mt: Delete file.
12225 * config/djgpp/fnchange.lst: Update.
12226 * configure.tgt: Delete m68*-ericsson-* target.
12227
d764a824
AF
122282003-01-31 Adam Fedor <fedor@gnu.org>
12229
12230 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12231 Remove duplicate/shadowing variable of same name.
12232
fe36c4f4
JB
122332003-01-30 Jim Blandy <jimb@redhat.com>
12234
12235 * symfile.c (find_separate_debug_file): Assert that the objfile's
12236 directory name we compute ends with a slash, and then assume that
12237 that's so everywhere we use it.
12238
cb741690
DJ
122392003-01-30 Daniel Jacobowitz <drow@mvista.com>
12240
12241 * valops.c (value_assign): Flush frame cache after stores to memory
12242 also.
12243
96ee5227
AC
122442003-01-30 Andrew Cagney <ac131313@redhat.com>
12245
12246 * Makefile.in (mon960-rom.o): Delete rule.
12247 * mon960-rom.c: Delete file.
12248
7f6104a9
AC
122492003-01-30 Andrew Cagney <ac131313@redhat.com>
12250
12251 * d10v-tdep.c: Include "frame-unwind.h".
12252 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12253 list.
12254 (next_addr, uses_frame): Delete.
12255 (struct d10v_unwind_cache): Define.
12256 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12257 Use info instead of next_addr and uses_frame globals.
12258 (d10v_frame_init_saved_regs): Delete function.
12259 (d10v_init_extra_frame_info): Delete function.
12260 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12261 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12262 init_frame_pc or frame_saved_pc.
12263 (d10v_pop_frame): Delete function.
12264 (do_d10v_pop_frame): Delete function.
12265 (d10v_frame_chain): Delete function.
12266 (d10v_frame_chain_valid): Delete function.
12267 (d10v_frame_pc_unwind): New function.
12268 (d10v_frame_id_unwind): New function.
12269 (saved_regs_unwinder): New function.
12270 (d10v_frame_register_unwind): New function.
12271 (d10v_frame_pop): New function.
12272 (d10v_frame_unwind): New variable.
12273 (d10v_frame_p): New function.
12274 (d10v_frame_saved_pc): Delete function.
12275 * Makefile.in (d10v-tdep.o): Update dependencies.
12276
cad2e848
JB
122772003-01-30 J. Brobecker <brobecker@gnat.com>
12278
12279 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12280 causing some regressions due to a change in the default value
12281 for this macro.
12282
af34e669
DJ
122832003-01-29 Richard Henderson <rth@redhat.com>
12284 Elena Zannoni <ezannoni@redhat.com>
12285 Daniel Jacobowitz <drow@mvista.com>
12286
12287 Fix PR gdb/961.
8ffd9b1b 12288 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
12289 variables.
12290 (RANGES_SECTION): New.
12291 (dwarf_ranges_buffer): New variable.
12292 (struct comp_unit_head): Add member "die".
12293 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12294 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12295 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12296 (dwarf2_locate_sections): Likewise.
12297 (dwarf2_build_psymtabs): Read .debug_ranges.
12298 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12299 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12300 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12301 Look for DW_AT_ranges and return the bounding box.
12302
baa93fa6
CF
123032003-01-29 Brian Ford <ford@vss.fsi.com>
12304
12305 * win32-nat.c (cygwin_pid): Removed as unused.
12306 (child_attach): Try fall back to Cygwin pid.
12307
c63f977f
JB
123082003-01-29 Jim Blandy <jimb@redhat.com>
12309
12310 * objfiles.h (struct objfile): Doc fix.
12311
d62d1979
AC
123122003-01-29 Andrew Cagney <ac131313@redhat.com>
12313
12314 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12315 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12316 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12317 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12318 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12319 (FRAME_SAVED_PC): Change to a function with predicate.
12320 * gdbarch.h, gdbarch.c: Re-generate.
12321
1ae18a04
AC
123222003-01-28 Andrew Cagney <ac131313@redhat.com>
12323
52287340
AC
12324 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12325
1ae18a04
AC
12326 * complaints.c (complain): Delete function.
12327 * complaints.h (struct deprecated_complaint): Delete definition.
12328 (complain): Delete declaration.
12329
f2c16bd6
KB
123302003-01-28 Kevin Buettner <kevinb@redhat.com>
12331
12332 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12333 dummy frames.
12334
a94dd1fd
AC
123352003-01-27 Andrew Cagney <ac131313@redhat.com>
12336
12337 * sentinel-frame.h, sentinel-frame.c: New files.
12338 * Makefile.in (frame.o): Update dependencies.
12339 (SFILES): Add sentinel-frame.c.
12340 (sentinel_frame_h): Define.
12341 (COMMON_OBS): Add sentinel-frame.o.
12342 (sentinel-frame.o): Specify dependencies.
12343 * frame.c: Include "sentinel-frame.h".
12344 (frame_register_unwind): Rewrite assuming that there is always a a
12345 ->next frame.
12346 (frame_register, generic_unwind_get_saved_register): Ditto.
12347 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12348 (create_sentinel_frame, unwind_to_current_frame): New functions.
12349 (get_current_frame): Rewrite using create_sentinel_frame and
12350 unwind_to_current_frame. When possible, always create a frame.
12351 (create_new_frame): Set next to the sentinel frame.
12352 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12353 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12354 ID cache when necessary.
12355 (frame_saved_regs_id_unwind): Use frame_relative_level.
12356 (deprecated_generic_get_saved_register): Use frame_relative_level,
12357 get_frame_saved_regs, get_frame_pc, get_frame_base and
12358 get_next_frame.
12359 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12360 frame_register.
12361
5378adc4
DJ
123622003-01-27 Daniel Jacobowitz <drow@mvista.com>
12363
12364 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12365
51ee2ddc
DJ
123662003-01-27 Daniel Jacobowitz <drow@mvista.com>
12367
12368 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12369 (maintenance_set_profile_cmd): Use error () instead of warning ().
12370
d9feb4e7
DJ
123712003-01-27 Daniel Jacobowitz <drow@mvista.com>
12372
12373 * configure.in: Check that -pg works if using --enable-profiling.
12374 Check for monstartup and _mcleanup regardless of --enable-profiling.
12375 * maint.c: Check for monstartup and _mcleanup before using them.
12376 * config.in: Regenerated.
12377 * configure: Regenerated.
12378
2d188dd3
NC
123792003-01-24 Nick Clifton <nickc@redhat.com>
12380
12381 * Add sh2e support:
12382
12383 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12384
12385 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12386 (sh2e_show_regs): New.
12387 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12388 * config/sh/tm-sh.h: Added sh2e to comments.
12389
cb3c37b2
JB
123902003-01-23 Jim Blandy <jimb@redhat.com>
12391
12392 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12393 symbols found)" message here; we haven't checked for a separate
12394 debug info file yet, so we don't know yet.
12395 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12396 we've looked everywhere. Also, there's no need to print a special
12397 message when we're loading the separate debug info file: the one
12398 symbol_file_add prints is fine.
12399
5b5d99cf
JB
124002003-01-23 Alexander Larsson <alexl@redhat.com>
12401 Jim Blandy <jimb@redhat.com>
12402
12403 Add support for executables whose debug info has been separated
12404 out into a separate file, leaving only a link behind.
12405 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12406 and separate_debug_objfile_backlink.
12407 (put_objfile_before): New declaration.
12408 * symfile.c: #include "filenames.h".
12409 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12410 debug info in a separate file, read that, too. Save the addrs
12411 argument, so we can use it again to read the separated debug info;
12412 syms_from_objfile modifies the table we pass it.
12413 (reread_symbols): After re-reading an objfile, call
12414 reread_separate_symbols to refresh its separate debug info
12415 objfile, if it has one.
12416 (reread_separate_symbols, find_separate_debug_file,
12417 get_debug_link_info, separate_debug_file_exists): New functions.
12418 (debug_file_directory): New global var.
12419 (_initialize_symfile): Initialize debug_file_directory, and
12420 provide the new `set debug-file-directory' command to let the user
12421 change it.
12422 * objfiles.c (free_objfile): If this objfile has its debug info in
12423 a separate objfile, free that one too. If this is itself a
12424 separate debug info objfile, clear our parent's backlink.
12425 (put_objfile_before): New function.
12426 * utils.c (gnu_debuglink_crc32): New function.
12427 * defs.h (gnu_debuglink_crc32): New declaration.
12428 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12429 * configure.in: Handle --with-separate-debug-dir config option.
12430 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12431 * acconfig.h (DEBUGDIR): New macro.
12432 * configure, aclocal.m4, config.in: Regenerated.
12433
7e8580c1
JB
124342003-01-22 Jim Blandy <jimb@redhat.com>
12435
7904e09f
JB
12436 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12437 like the old symbol_file_add, but taking new arguments: you can
12438 now pass in either a `struct section_addr_info' list to say where
12439 each section is loaded, or a `struct section_offsets' table. Pass
12440 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 12441 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
12442 with the appropriate quiescent values for the new arguments.
12443
7e8580c1
JB
12444 * symfile.c: #include "gdb_assert.h".
12445 (syms_from_objfile): Add the ability to pass in a section offset
12446 table directly, as an alternative to the section_addr_info table.
12447 Document arguments better.
12448 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12449 * symfile.h (syms_from_objfile): Update declaration.
12450 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12451 syms_from_objfile.
12452 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12453
d28f9cdf
DJ
124542003-01-22 Daniel Jacobowitz <drow@mvista.com>
12455
12456 Original patch by Tom Tromey <tromey@cygnus.com> and
12457 Jason Molenda <jmolenda@apple.com>.
12458 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12459 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12460 * NEWS: Mention profiling.
12461 * configure.in (--enable-gdbtk): Fix typo.
12462 (--enable-profiling): New. Set PROFILE_CFLAGS.
12463 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12464 Fill in function.
12465 (profiling_state): New variable.
12466 (mcleanup_wrapper): New function.
12467 (_initialize_maint): Remove NOTYET, fix call to
12468 add_setshow_boolean_cmd for "maint set profile".
12469 * configure: Regenerated.
12470
df21e465
MH
124712003-01-21 Martin M. Hunt <hunt@redhat.com>
12472
12473 * Makefile.in (install-gdbtk): Install PNG images too.
12474
73c1f219
AC
124752003-01-21 Andrew Cagney <ac131313@redhat.com>
12476
12477 * exec.c (text_start): Delete global variable.
12478 (exec_file_attach): Make text_start local to the function.
12479 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12480 * valops.c (hand_function_call): Delete code that handles
12481 BEFORE_TEXT_END and AFTER_TEXT_END.
12482 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12483 of CALL_DUMMY_LOCATION.
12484 * gdbarch.c: Regenerate.
12485 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12486 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12487 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12488 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12489 (text_end): Delete extern declaration.
12490
eb4f72c5
AC
124912003-01-21 Andrew Cagney <ac131313@redhat.com>
12492
12493 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12494 * blockframe.c (backtrace_below_main): Move to "frame.c".
12495 (frame_chain_valid): Delete check for backtrace_below_main.
12496 (_initialize_blockframe): Delete initialization, move ``set
12497 backtrace-below-main'' command to "frame.c".
12498 (do_flush_frames_sfunc): Delete function.
12499 * frame.c: Include "command.h" and "gdbcmd.h".
12500 (frame_type_from_pc): New function.
12501 (create_new_frame): Use frame_type_from_pc.
12502 (legacy_get_prev_frame): New function.
12503 (get_prev_frame): Rewrite. When an old style frame, call
12504 legacy_get_prev_frame. Otherwize, unwind the PC first.
12505 (_initialize_frame): Add ``set backtrace-below-main'' command.
12506 * Makefile.in (frame.o): Update dependencies.
12507
778ce8cc
AC
125082003-01-19 Andrew Cagney <ac131313@redhat.com>
12509
12510 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12511 DEPRECATED_REGISTERS_INFO.
12512
01c193c8
AC
125132003-01-19 Andrew Cagney <ac131313@redhat.com>
12514
12515 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12516 Maintainers'. Update `Various Maintainers'.
12517
dedc2a2b
AC
125182003-01-19 Andrew Cagney <ac131313@redhat.com>
12519
12520 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12521 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12522 Suppress actual parameters when `-'.
12523 * gdbarch.h, gdbarch.c: Regenerate.
12524
b7261c70
AC
125252003-01-19 Andrew Cagney <ac131313@redhat.com>
12526
12527 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12528 code handling dummy frames.
12529
dbe9fe58
AC
125302003-01-19 Andrew Cagney <ac131313@redhat.com>
12531
12532 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12533 (struct frame_unwind): Add field pop.
12534 * frame.h (frame_pop): Declare.
12535 * frame.c (frame_saved_regs_pop): New function.
12536 (trad_frame_unwinder): Add frame_saved_regs_pop.
12537 (frame_pop): New function.
12538 * dummy-frame.c (dummy_frame_pop): New function.
12539 (discard_innermost_dummy): New function.
12540 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12541 (dummy_frame_unwind): Add dummy_frame_pop.
12542 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12543 * valops.c (hand_function_call): Ditto.
12544 * stack.c (return_command): Ditto.
12545
570b8f7c
AC
125462003-01-18 Andrew Cagney <ac131313@redhat.com>
12547
12548 * cris-tdep.c: Fix function declaration indentation.
12549 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12550 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12551 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12552 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12553 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12554 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12555
125562003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
12557
12558 * README (Unpacking and Installation -- quick overview):
12559 Warn against ".../gdb-5.3/gdb/configure".
12560
494cca16
AC
125612003-01-18 Andrew Cagney <ac131313@redhat.com>
12562
12563 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12564 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12565 (struct frame_unwind): Declare opaque.
12566 (dummy_frame_p): Declare function.
12567 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12568 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12569 * dummy-frame.c: Include "frame-unwind.h".
12570 (dummy_frame_p): New function.
12571 (dummy_frame_unwind): New variable.
12572 * frame.c: Include "frame-unwind.h".
12573 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12574 to use the new unwind field.
12575 (set_unwind_by_pc): Delete function.
12576 (create_new_frame, get_prev_frame): Set unwind field using
12577 frame_unwind_find_by_pc.
12578 (trad_frame_unwind, trad_frame_unwinder): New variables.
12579 * frame.h (trad_frame_unwind): Declare variable.
12580 (frame_id_unwind_ftype): Delete declaration.
12581 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12582 (struct frame_unwind): Declare opaque.
12583 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12584 register_unwind with a single unwind pointer.
12585 * frame-unwind.h, frame-unwind.c: New files.
12586 * Makefile.in (SFILES): Add frame-unwind.c.
12587 (frame_unwind_h): Define.
12588 (COMMON_OBS): Add frame-unwind.o.
12589 (frame-unwind.o): Specify dependencies.
12590 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 12591
4efb68b1
AC
125922003-01-18 Andrew Cagney <ac131313@redhat.com>
12593
12594 * ada-valprint.c: Eliminate PTR.
12595 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12596 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12597 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12598 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12599 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12600 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12601 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 12602
a84d24ee
AC
126032003-01-17 Andrew Cagney <ac131313@redhat.com>
12604
762f08a3
AC
12605 * main.c (captured_main): Don't use PTR.
12606 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12607 * gdbtypes.c (lookup_primitive_typename): Ditto.
12608 (lookup_struct_elt_type): Ditto.
12609 * f-valprint.c (info_common_command): Ditto.
12610 (list_all_visible_commons): Ditto.
12611 * jv-typeprint.c (java_type_print_base): Ditto.
12612
a84d24ee
AC
12613 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12614 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12615 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12616 i386-interix-nat.c and i386-interix-tdep.c. Rename
12617 m68klinux-nat.c and m68klinux-tdep.c. Rename
12618 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12619 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12620 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12621 * main.c (captured_main): Use xfree, not free.
12622
c170fb60
AC
126232003-01-16 Andrew Cagney <ac131313@redhat.com>
12624
12625 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12626 ID back using a parameter.
12627 * frame.c (frame_id_unwind): Update call.
12628 (frame_saved_regs_id_unwind): Update.
12629 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12630 * dummy-frame.h (struct frame_id): Add opaque declaration.
12631 (dummy_frame_id_unwind): Update declaration.
12632
867f3898
AC
126332003-01-15 Andrew Cagney <ac131313@redhat.com>
12634
12635 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12636
40622be8 126372003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 12638
40622be8 12639 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 12640
ae66c1fc
EZ
126412003-01-14 Elena Zannoni <ezannoni@redhat.com>
12642
997b089a 12643 Fix PR gdb/898
ae66c1fc
EZ
12644 * breakpoint.c (until_break_command): Add new argument. Use it to
12645 decide whether to stop only at the current frame or not.
12646 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 12647 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
12648 call.
12649 (advance_command): New function.
12650 (_initialize_infcmd): Update help string for 'until' command.
12651 Add new 'advance' command.
12652
a04257e6
DC
126532003-01-14 David Carlton <carlton@math.stanford.edu>
12654
12655 * linespec.c (decode_line_1): Normalize comments.
12656 (set_flags): Ditto.
12657 (locate_first_half): Ditto.
12658 (decode_compound): Ditto.
12659 (symtab_from_filename): Ditto.
12660 (decode_all_digits): Ditto.
12661 (decode_dollar): Ditto.
12662 (find_methods): Ditto.
12663 (find_toplevel_char): Ditto.
12664
1bac305b
AC
126652003-01-13 Andrew Cagney <ac131313@redhat.com>
12666
12667 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12668 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12669 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12670 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12671 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12672 * language.c, language.h, m32r-tdep.c: Update copyright.
12673 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12674 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12675 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12676 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12677 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12678 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12679
25caa7a8
EZ
126802003-01-13 Elena Zannoni <ezannoni@redhat.com>
12681
12682 * stabsread.h (process_later, resolve_cfront_continuation):
12683 Obsolete.
12684 Update copyright years.
12685 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12686 Update copyright year.
12687 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 12688 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
12689 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12690 Update copyright year.
12691 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12692 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12693 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12694 (parse_partial_symbols): Obsolete cfront support.
12695 * stabsread.c
12696 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12697 macros.
12698 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12699 read_cfront_baseclasses, read_cfront_member_functions,
12700 resolve_cfront_continuation,read_cfront_static_fields,
12701 copy_cfront_struct_fields): Obsolete functions.
12702 (define_symbol, read_one_struct_field): Obsolete cfront support.
12703 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12704 Update Copyright year.
12705
7789c6f5
EZ
127062003-01-13 Elena Zannoni <ezannoni@redhat.com>
12707
12708 * stack.c (print_frame_info, print_stack_frame_base_stub,
12709 print_stack_frame_base, show_and_print_stack_frame_stub,
12710 show_and_print_stack_frame, print_only_stack_frame_stub,
12711 print_only_stack_frame): Delete functions.
12712 (print_stack_frame_stub): Call print_frame_info instead of
12713 print_frame_info_base.
12714 (print_frame_info_base): Rename to print_frame_info.
12715 (backtrace_command_1): Call print_frame_info, instead of
12716 print_frame_info_base.
12717 (current_frame_command): Call print_stack_frame, instead of
12718 print_only_stack_frame.
12719 (frame_command): Call print_stack_frame, instead of
12720 show_and_print_stack_frame.
12721 (up_command): Ditto.
12722 (down_command): Ditto.
12723 * frame.h (print_only_stack_frame): Delete prototype.
12724 * infrun.c (normal_stop): Call print_stack_frame, instead of
12725 show_and_print_stack_frame.
12726 * thread.c (info_threads_command): Call print_stack_frame, instead
12727 of print_only_stack_frame.
12728
3f5a3016
AC
127292003-01-13 Andrew Cagney <ac131313@redhat.com>
12730
d99ba314
AC
12731 * README (Graphical interface to GDB): Update URL. Point at
12732 gdb/links/.
12733
3f5a3016
AC
12734 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12735 version match.
12736
083ae935
DJ
127372003-01-13 Daniel Jacobowitz <drow@mvista.com>
12738
12739 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12740 lines.
12741
5365276c
DJ
127422003-01-13 Daniel Jacobowitz <drow@mvista.com>
12743
12744 * thread-db.c (attach_thread): Prototype.
12745 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12746 thread information (ti), and valid flags (th_valid, ti_valid).
12747 (attach_thread): Move target_pid_to_str call to after the thread
12748 is added to GDB's list. Initialize the cache.
12749 (thread_get_info_callback, thread_db_map_id2thr)
12750 (thread_db_get_info): New functions.
12751 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12752 (thread_db_store_registers, thread_db_thread_alive)
12753 (thread_db_get_thread_local_address): Use them.
12754 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12755 of calling error() for threads in unknown state.
12756
12757 (clear_lwpid_callback): New function.
12758 (thread_db_resume): Use it to clear the cache.
12759
9fc30b6b
DJ
127602003-01-13 Daniel Jacobowitz <drow@mvista.com>
12761
12762 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12763 (resume_callback): Remove dead code.
12764
8f871025
AC
127652003-01-13 Andrew Cagney <ac131313@redhat.com>
12766
12767 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12768 predicate.
12769 * gdbarch.h, gdbarch.c: Regenerate.
12770 * stack.c (frame_info): Only initialize the saved registers when
12771 FRAME_INIT_SAVED_REGS_P.
12772 * frame.c (frame_saved_regs_register_unwind): Assert
12773 FRAME_INIT_SAVED_REGS_P.
12774 (deprecated_generic_get_saved_register): Ditto.
12775
3f565f1e
DJ
127762003-01-13 Daniel Jacobowitz <drow@mvista.com>
12777
12778 * source.c (openp): Squelch warning about "filename".
12779
072b1022
DJ
127802003-01-13 Daniel Jacobowitz <drow@mvista.com>
12781
12782 * source.c (openp): If the file does not exist don't necessarily
12783 search the path.
12784
973ccf8b
DJ
127852003-01-13 Daniel Jacobowitz <drow@mvista.com>
12786
12787 Fix PR gdb/872.
12788 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12789 (integer_types_same_name_p): New function.
12790 (rank_one_type): Use it.
12791 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12792
030292b7
DJ
127932003-01-13 Daniel Jacobowitz <drow@mvista.com>
12794
12795 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12796 variables.
12797 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12798 * configure.in: Add --with-sysroot.
12799 * configure: Regenerated.
12800 * main.c (gdb_sysroot): New variable.
12801 (captured_main): Initialize gdb_sysroot.
12802 * defs.h (gdb_sysroot): New extern declaration.
12803 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12804
afb5d334
MC
128052003-01-12 Michael Chastain <mec@shout.net>
12806
12807 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12808
751ceeb4
MC
128092003-01-12 Michael Chastain <mec@shout.net>
12810
12811 * top.c (print_gdb_version): Bump copyright year to 2003.
12812
94cd26f8
DC
128132003-01-12 David Carlton <carlton@bactrian.org>
12814
12815 * linespec.c (symtab_from_filename): Rename variable 's' to
12816 'file_symtab'.
12817
1ce79225
AC
128182003-01-12 Andrew Cagney <ac131313@redhat.com>
12819
12820 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12821 dummy frame.
12822 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12823
fa1fd571
AC
128242003-01-12 Andrew Cagney <ac131313@redhat.com>
12825
12826 * d10v-tdep.c: Include "gdb_assert.h".
12827 (d10v_store_return_value): Rewrite to match current interface.
12828 (d10v_extract_struct_value_address): Ditto.
12829 (d10v_extract_return_value): Ditto.
12830 (d10v_gdbarch_init): Set store_restore_value,
12831 extract_struct_value_address and extract_return_value.
12832
68b8d23e
JB
128332003-01-12 J. Brobecker <brobecker@gnat.com>
12834
12835 * hpread.c (set_namestring): New procedure replacing the
12836 SET_NAMESTRING macro.
12837 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12838 by calls to set_namestring.
12839
128402003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
12841
12842 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12843 a compilation warning.
12844 (hpread_process_one_debug_symbol): Likewise.
12845
88d262ca
DC
128462003-01-10 David Carlton <carlton@math.stanford.edu>
12847
12848 * linespec.c (decode_line_1): Rename variable 's' to
12849 'file_symtab'.
12850 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12851 (decode_dollar): Ditto.
12852 (decode_variable): Ditto.
12853 (symbol_found): Ditto.
12854
86669319
MC
128552003-01-09 Michael Chastain <mec@shout.net>
12856
12857 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12858
616a9dc4
CV
128592003-01-07 Corinna Vinschen <vinschen@redhat.com>
12860
12861 * win32-nat.c (set_process_privilege): New function.
12862 (child_attach): Call set_process_privilege() to enable the
12863 SE_DEBUG_NAME user privilege if available in process token.
12864
3269bcfa
JB
128652003-01-10 J. Brobecker <brobecker@gnat.com>
12866
12867 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12868 compilation error in the previous revision.
12869
2b0ee454
DC
128702003-01-09 David Carlton <carlton@math.stanford.edu>
12871
12872 * linespec.c: Update copyright.
12873
b3ba1b44
DJ
128742003-01-09 Daniel Jacobowitz <drow@mvista.com>
12875
12876 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12877 than inferior_ptid.
12878 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12879
4ef3f3be
AC
128802003-01-09 Andrew Cagney <ac131313@redhat.com>
12881
479ab5a0
AC
12882 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12883 Update comments.
12884 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12885 (frame_saved_regs_zalloc): Update.
12886 (frame_saved_regs_register_unwind): Update.
12887 (create_new_frame): Update.
12888 (get_prev_frame): Update.
12889 (frame_extra_info_zalloc): Update.
12890 (deprecated_get_frame_saved_regs): Update.
12891 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12892 * cris-tdep.c: Update comment.
12893
bde58177
AC
12894 * somsolib.h: Fix function indentation.
12895 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12896 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12897 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12898 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12899 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12900
4ef3f3be
AC
12901 * infrun.c (follow_fork): Use ISO C definition.
12902 * expprint.c (print_subexp): Use xfree instead of free.
12903 * charset.c: Include "gdb_string.h" instead of <string.h>.
12904 (register_iconv_charsets): Use ISO C definition.
12905 (host_charset, target_charset): Ditto.
12906 * Makefile.in (charset.o): Update dependencies.
12907 (mi-cmd-env.o): Update dependencies.
12908
1c615f7a
AC
129092003-01-08 Andrew Cagney <cagney@redhat.com>
12910
12911 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12912 get_frame_base.
12913
c9a1dc08
AC
129142003-01-08 Andrew Cagney <ac131313@redhat.com>
12915
12916 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12917 build directories. Save edited gdb output in Mbuild.log. If a
12918 build fails, remove any final GDB executable.
12919
dbad9d94
AC
129202003-01-08 Andrew Cagney <ac131313@redhat.com>
12921
12922 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12923 replacing hex constants with function names and stripping leading
12924 file name directory prefixes.
12925
8d357cca
AC
129262003-01-08 Andrew Cagney <cagney@redhat.com>
12927
12928 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12929 get_frame_base.
12930
bca02a8a
DC
129312003-01-08 David Carlton <carlton@math.stanford.edu>
12932
12933 * linespec.c (decode_line_1): Move code into decode_variable.
12934 (decode_variable): New function.
12935
7f8ab3a0
AC
129362003-01-08 Andrew Cagney <ac131313@redhat.com>
12937
12938 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12939
7b5849cc
AC
129402003-01-08 Andrew Cagney <cagney@redhat.com>
12941
12942 * cris-tdep.c (cris_frame_init_saved_regs): Use
12943 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12944 saved_regs buffer.
12945 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12946 (sh64_nofp_frame_init_saved_regs): Ditto.
12947 (sh_fp_frame_init_saved_regs): Ditto.
12948 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12949 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12950 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12951 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12952
72a5efb3
DJ
129532003-01-08 Daniel Jacobowitz <drow@mvista.com>
12954
12955 * minsyms.c (lookup_minimal_symbol): Update comment.
12956 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12957 (lookup_minimal_symbol_solib_trampoline): Likewise.
12958
11c02a10
AC
129592003-01-08 Andrew Cagney <cagney@redhat.com>
12960
aab3ea25
AC
12961 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12962 frame_relative_level.
12963
da50a4b7
AC
12964 * alpha-tdep.c: Use get_frame_extra_info.
12965 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12966 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12967 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12968 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12969
11c02a10
AC
12970 * alpha-tdep.c: Use get_next_frame.
12971 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12972 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12973 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12974 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12975 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12976 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12977 * xstormy16-tdep.c: Ditto.
8ffd9b1b 12978
1e2330ba
AC
129792003-01-07 Andrew Cagney <cagney@redhat.com>
12980
12981 * alpha-tdep.c: Use get_frame_base.
12982 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12983 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12984 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12985 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12986 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12987 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12988 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12989 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 12990
2d75187b
AC
129912003-01-07 Andrew Cagney <cagney@redhat.com>
12992
12993 * frame.c (deprecated_get_frame_context): New function.
12994 (deprecated_set_frame_context): New function.
12995 * frame.h (deprecated_get_frame_context): Declare.
12996 (deprecated_set_frame_context): Declare.
12997 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12998 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 12999
483d36b2
AC
130002003-01-07 Andrew Cagney <cagney@redhat.com>
13001
13002 * frame.c (deprecated_set_frame_next_hack): New function.
13003 (deprecated_set_frame_prev_hack): New function.
13004 * frame.h (deprecated_set_frame_next_hack): Declare.
13005 (deprecated_set_frame_prev_hack): Declare.
13006 * mcore-tdep.c (analyze_dummy_frame): Use
13007 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13008 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13009
14e91ac5
DC
130102003-01-07 David Carlton <carlton@math.stanford.edu>
13011
13012 * linespec.c (decode_line_1): Move code into decode_dollar.
13013 (decode_dollar): New function.
13014
b0c6b05c
AC
130152003-01-07 Andrew Cagney <cagney@redhat.com>
13016
13017 * arm-tdep.c (arm_init_extra_frame_info): Use
13018 deprecated_update_frame_base_hack.
13019 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13020 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13021 (fix_frame_pointer): Ditto.
13022 (mn10300_analyze_prologue): Ditto.
13023
a00a19e9
AC
130242003-01-07 Andrew Cagney <cagney@redhat.com>
13025
13026 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13027 extra_info using frame_extra_info_zalloc.
13028 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13029 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13030 (sh64_init_extra_frame_info): Ditto.
13031 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13032 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13033 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13034 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13035 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13036 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13037 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13038 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13039 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13040 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13041 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13042 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13043
13044 * mn10300-tdep.c (analyze_dummy_frame): Use
13045 deprecated_set_frame_extra_info_hack.
13046 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13047
1fb4c65b
JB
130482003-01-07 J. Brobecker <brobecker@gnat.com>
13049
13050 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13051 class is not scText. These do not define "real" procedures.
13052 (parse_partial_symbols): Likewise.
13053
9fe7d6bf
MS
130542003-01-06 Michael Snyder <msnyder@redhat.com>
13055
13056 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13057
f6c609c4
AC
130582003-01-06 Andrew Cagney <ac131313@redhat.com>
13059
13060 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13061 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13062 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13063 deprecated_frame_xmalloc_with_cleanup.
13064 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13065 deprecated_frame_xmalloc.
13066 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13067 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13068
d995ff4b
AC
130692003-01-06 Andrew Cagney <cagney@redhat.com>
13070
84dc46cb
AC
13071 * x86-64-linux-tdep.c: Include "osabi.h".
13072 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13073
d995ff4b
AC
13074 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13075
66140c26
AC
130762003-01-06 Andrew Cagney <cagney@redhat.com>
13077
13078 * MAINTAINERS (Target Instruction Set Architectures): Update
13079 arm-elf. Can be built with -Werror, has been multiarched.
13080
13081 * value.h (unpack_long): Make buffer parameter constant.
13082 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13083 * scm-lang.h (scm_parse): Ditto.
13084 * defs.h (extract_typed_address, extract_address): Ditto.
13085 (extract_long_unsigned_integer): Ditto.
13086 * inferior.h (unsigned_pointer_to_address): Ditto.
13087 (signed_pointer_to_address): Ditto.
13088 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13089 * gdbarch.h, gdbarch.c: Regenerate.
13090 * findvar.c (extract_long_unsigned_integer): Update.
13091 (extract_address): Update.
13092 (extract_typed_address): Update.
13093 (unsigned_pointer_to_address): Update.
13094 * values.c (unpack_long): Update.
13095 (unpack_double): Update.
13096 (unpack_pointer): Update.
13097 (unpack_field_as_long): Update.
13098 * d10v-tdep.c (d10v_pointer_to_address): Update.
13099 * avr-tdep.c (avr_pointer_to_address): Update.
13100 * scm-lang.c (scm_unpack): Update.
13101 * findvar.c (signed_pointer_to_address): Update.
13102
b089b3da
ML
131032003-01-06 Michal Ludvig <mludvig@suse.cz>
13104
8ffd9b1b 13105 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
13106 since it is in i386-tdep.c.
13107
aff87235
JB
131082003-01-06 J. Brobecker <brobecker@gnat.com>
13109
13110 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13111 failure introduced in the previous change.
13112
34f5e845
MC
131132003-01-05 Michael Chastain <mec@shout.net>
13114
13115 * README: Remove references to deleted remote-*.c files:
13116 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13117 remote-nrom.c, remote-os9k.c, remote-udi.c.
13118
28bcfd30
MK
131192003-01-05 Mark Kettenis <kettenis@gnu.org>
13120
13121 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13122 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13123 i386_get_longjmp_target.
13124
15a5b3ee
AC
131252003-01-05 Andrew Cagney <ac131313@redhat.com>
13126
13127 * arm-tdep.c (prologue_cache): Change to a pointer.
13128 (_initialize_arm_tdep): Allocate prologue_cache.
13129 (check_prologue_cache): Update.
13130 (save_prologue_cache): Update.
13131 (arm_gdbarch_init): Update.
13132
c263362b
DJ
131332003-01-04 Daniel Jacobowitz <drow@mvista.com>
13134
13135 * stabsread.c (update_method_name_from_physname): Call complaint()
13136 instead of error.
13137
51603483
DJ
131382003-01-04 Daniel Jacobowitz <drow@mvista.com>
13139
13140 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13141 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13142 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13143
13144 * blockframe.c: Include "gdbcmd.h" and "command.h".
13145 (backtrace_below_main): New variable.
13146 (file_frame_chain_valid, func_frame_chain_valid)
13147 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13148 (generic_func_frame_chain_valid): Remove functions.
13149 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13150 (_initialize_blockframe): New function.
13151 * Makefile.in (blockframe.o): Update dependencies.
13152 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13153 comment. Call frame_chain_valid ().
13154 * frame.h: Remove old prototypes. Add prototype for
13155 frame_chain_valid and update comments to match.
13156 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13157 Remove old comment.
13158 * gdbarch.h: Regenerated.
13159 * gdbarch.c: Regenerated.
13160
13161 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13162 set_gdbarch_frame_chain_valid.
13163 * avr-tdep.c (avr_gdbarch_init): Likewise.
13164 * cris-tdep.c (cris_gdbarch_init): Likewise.
13165 * frv-tdep.c (frv_gdbarch_init): Likewise.
13166 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13167 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13168 (i386_nw_init_abi): Likewise.
13169 (i386_gdbarch_init): Likewise.
13170 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13171 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13172 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13173 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13174 * mips-tdep.c (mips_gdbarch_init): Likewise.
13175 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13176 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13177 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13178 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13179 * s390-tdep.c (s390_gdbarch_init): Likewise.
13180 * sh-tdep.c (sh_gdbarch_init): Likewise.
13181 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13182 * v850-tdep.c (v850_gdbarch_init): Likewise.
13183 * vax-tdep.c (vax_gdbarch_init): Likewise.
13184 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13185
13186 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13187 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13188 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13189 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13190 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13191 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13192 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13193 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13194
b00a8037
DJ
131952002-01-04 Daniel Jacobowitz <drow@mvista.com>
13196
13197 * Makefile.in (acconfig_h): Remove incorrect macro.
13198 (config_h): Define.
13199 (osabi.o): Update dependencies.
13200 * configure.tgt: Set gdb_osabi based on target triplet.
13201 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13202 * configure: Regenerated.
13203 * config.in: Regenerated.
13204 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13205 (GDB_OSABI_DEFAULT): Define if not already defined.
13206 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13207 (set_osabi_string): New variables.
13208 (gdbarch_register_osabi): Add new OS ABI to
13209 gdb_osabi_available_names.
13210 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13211 (set_osabi, show_osabi): New functions.
13212 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13213
4be87837
DJ
132142003-01-04 Daniel Jacobowitz <drow@mvista.com>
13215
13216 * arch-utils.c (gdbarch_info_init): Set osabi to
13217 GDB_OSABI_UNINITIALIZED.
13218 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13219 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13220 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13221 * gdbarch.c: Regenerated.
13222 * gdbarch.h: Regenerated.
13223 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13224 there's no BFD.
13225 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13226 * osabi.h (enum gdb_osabi): Move to defs.h.
13227 (gdbarch_init_osabi): Update prototype.
13228 * defs.h (enum gdb_osabi): Moved here.
13229 * Makefile.in: Update dependencies.
13230
13231 * alpha-tdep.h: Don't include "osabi.h".
13232 (struct gdbarch_tdep): Remove osabi member.
13233 * alpha-tdep.c: Include "osabi.h".
13234 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13235 iterate over arches. Update call to gdbarch_init_osabi.
13236 (alpha_dump_tdep): Don't dump osabi.
13237 * alpha-linux-tdep.c: Include "osabi.h".
13238 * alpha-osf1-tdep.c: Include "osabi.h".
13239 * alphafbsd-tdep.c: Include "osabi.h".
13240 * alphanbsd-tdep.c: Include "osabi.h".
13241
13242 * arm-tdep.h: Don't include "osabi.h".
13243 (struct gdbarch_tdep): Remove osabi member.
13244 * arm-tdep.c: Include "osabi.h".
13245 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13246 iterate over arches. Update call to gdbarch_init_osabi.
13247 (arm_dump_tdep): Don't dump osabi.
13248 * arm-linux-tdep.c: Include "osabi.h".
13249 * armnbsd-tdep.c: Include "osabi.h".
13250
13251 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13252 Update call to gdbarch_init_osabi.
13253
13254 * i386-tdep.h: Don't include "osabi.h".
13255 (struct gdbarch_tdep): Remove osabi member.
13256 * i386-tdep.c: Include "osabi.h".
13257 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13258 iterate over arches. Update call to gdbarch_init_osabi.
13259 (i386_dump_tdep): Don't dump osabi.
13260 * i386-linux-tdep.c: Include "osabi.h".
13261 * i386-sol2-tdep.c: Include "osabi.h".
13262 * i386bsd-tdep.c: Include "osabi.h".
13263 * i386gnu-tdep.c: Include "osabi.h".
13264 * i386ly-tdep.c: Include "osabi.h".
13265 * i386nbsd-tdep.c: Include "osabi.h".
13266 * i386obsd-tdep.c: Include "osabi.h".
13267
13268 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13269 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13270 check osabi when iterating over arches. Update call to
13271 gdbarch_init_osabi.
13272 (mips_dump_tdep): Don't dump osabi.
13273
13274 * ns32k-tdep.h: Don't include "osabi.h".
13275 (struct gdbarch_tdep): Remove.
13276 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13277 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13278 allocate tdep. Update call to gdbarch_init_osabi.
13279 (ns32k_dump_tdep): Remove.
13280 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13281 * ns32knbsd-tdep.c: Include "osabi.h".
13282
13283 * ppc-tdep.h: Don't include "osabi.h".
13284 (struct gdbarch_tdep): Remove osabi member.
13285 * rs6000-tdep.c: Include "osabi.h".
13286 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13287 osabi when iterating over arches. Update call to
13288 gdbarch_init_osabi.
13289 (rs6000_dump_tdep): Don't dump osabi.
13290 * ppc-linux-tdep.c: Include "osabi.h".
13291 * ppcnbsd-tdep.c: Include "osabi.h".
13292
13293 * sh-tdep.h: Don't include "osabi.h".
13294 (struct gdbarch_tdep): Remove osabi member.
13295 * sh-tdep.c: Include "osabi.h".
13296 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13297 iterate over arches. Update call to gdbarch_init_osabi.
13298 (sh_dump_tdep): Don't dump osabi.
13299 * shnbsd-tdep.c: Include "osabi.h".
13300
13301 * sparc-tdep.c: Include "osabi.h".
13302 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13303 iterate over arches. Update call to gdbarch_init_osabi.
13304 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13305 tdep structure.
13306
13307 * vax-tdep.h: Don't include "osabi.h".
13308 (struct gdbarch_tdep): Remove.
13309 * vax-tdep.c: Include "osabi.h".
13310 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13311 iterate over arches. Don't allocate tdep. Update call
13312 to gdbarch_init_osabi.
13313 (vax_dump_tdep): Remove.
13314 (_initialize_vax_tdep): Update call to gdbarch_register.
13315
a881cf8e
DJ
133162003-01-04 Daniel Jacobowitz <drow@mvista.com>
13317
13318 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13319 entirely.
13320 (breakpoint_re_set_one): Don't fetch the value for a disabled
13321 watchpoint.
13322
1e698235
DJ
133232003-01-04 Daniel Jacobowitz <drow@mvista.com>
13324
13325 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13326 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13327 (COERCE_FLOAT_TO_DOUBLE): Remove.
13328 * gdbarch.c: Regenerate.
13329 * gdbarch.h: Regenerate.
13330 * Makefile.in: Remove value_h from gdbarch_h.
13331 * valops.c (coerce_float_to_double): New variable.
13332 (default_coerce_float_to_double): Remove.
13333 (standard_coerce_float_to_double): Remove.
13334 (value_arg_coerce): Use coerce_float_to_double.
13335 (_initialize_valops): Add "set coerce-float-to-double".
13336 * value.h (default_coerce_float_to_double): Remove prototype.
13337 (standard_coerce_float_to_double): Remove prototype.
13338
13339 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13340 prototyped.
13341 * mdebugread.c (parse_symbol): Likewise.
13342 * stabsread.c (define_symbol): Mark all functions as prototyped.
13343
13344 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13345 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13346 set_gdbarch_coerce_float_to_double.
13347 * arm-tdep.c (arm_gdbarch_init): Likewise.
13348 * frv-tdep.c (frv_gdbarch_init): Likewise.
13349 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13350 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13351 * mips-tdep.c (mips_gdbarch_init): Likewise.
13352 (mips_coerce_float_to_double): Remove.
13353 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13354 (rs6000_coerce_float_to_double): Remove.
13355 * s390-tdep.c (s390_gdbarch_init): Likewise.
13356 * sh-tdep.c (sh_gdbarch_init): Likewise.
13357 (sh_coerce_float_to_double): Remove.
13358 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13359 (sparc_coerce_float_to_double): Remove.
13360 * v850-tdep.c (v850_gdbarch_init): Likewise.
13361 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13362 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13363 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13364 (hppa_coerce_float_to_double): Remove prototype.
13365 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13366
f436a26a
DJ
133672003-01-04 Daniel Jacobowitz <drow@mvista.com>
13368
13369 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13370
248f8055
DJ
133712003-01-04 Daniel Jacobowitz <drow@mvista.com>
13372
13373 Suggested by Stewart Brown <sb24@avaya.com>:
13374 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13375 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13376 (c_type_print_varspec_suffix): Likewise.
13377
72cfdc76
MK
133782003-01-04 Mark Kettenis <kettenis@gnu.org>
13379
bfd260bb
MK
13380 * configure.in: Don't set and AC_SUBST SUBDIRS.
13381 * configure: Regenerated.
13382
72cfdc76
MK
13383 * configure.in: Remove code dealing with shared libraries.
13384 * Makefile.in: Remove HLDFLAGS and HLDENV.
13385 * configure: Regenerated.
13386
c8b8a898
AC
133872003-01-04 Andrew Cagney <ac131313@redhat.com>
13388
13389 * frame.c (deprecated_frame_xmalloc): New function.
13390 (deprecated_set_frame_saved_regs_hack): New function.
13391 (deprecated_set_frame_extra_info_hack): New function.
13392 * frame.h (deprecated_frame_xmalloc): Declare.
13393 (deprecated_set_frame_saved_regs_hack): Declare.
13394 (deprecated_set_frame_extra_info_hack): Declare.
13395
14abd0fb
MK
133962003-01-04 Mark Kettenis <kettenis@gnu.org>
13397
8ee53726
MK
13398 * configure.in: Move code that provides the --enable-gdbtk option
13399 right after the code that handles the --enable-tui option, and
13400 polish it somewhat.
13401 * configure: Regenerated.
13402
14abd0fb
MK
13403 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13404 AC_CHECK_FUNCS and remove the old check for pread64.
13405 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13406 * acconfig.h (_GNU_SOURCE): Add.
13407 (HAVE_PREAD64): Remove.
13408 * configure, aclocal.m4, config.in: Regenerated.
13409
b2fb4676
AC
134102003-01-03 Andrew Cagney <ac131313@redhat.com>
13411
13412 * alpha-tdep.c: Use get_frame_saved_regs.
13413 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13414 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13415 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13416 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13417 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13418
8dcde887
MK
134192003-01-03 Mark Kettenis <kettenis@gnu.org>
13420
13421 * configure.in: Remove all use of the SUBDIRS variable; add
13422 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13423 code providing the --enable-multi-ice option, and move it right in
13424 front of the code that checks whether gdbserver is supported.
13425 Polish that too.
13426 * configure: Regenerated.
13427 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13428 @SUBDIRS@.
13429
8ccd593b
AC
134302003-01-03 Andrew Cagney <cagney@redhat.com>
13431
13432 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13433 * avr-tdep.c, cris-tdep.c: Ditto.
13434 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13435 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 13436
91151a06
MK
134372003-01-03 Mark Kettenis <kettenis@gnu.org>
13438
13439 * configure.in: Remove --enable-netrom option.
13440 * configure: Regenerated.
13441
8fe84d01
MK
134422003-01-03 Mark Kettenis <kettenis@gnu.org>
13443
13444 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13445 declaration for `struct re_pattern_buffer' instead.
13446 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13447
f0394be6
JB
134482003-01-03 J. Brobecker <brobecker@gnat.com>
13449
13450 * mdebugread.c (parse_symbol): Count until the stEnd matching
13451 the structure name.
13452
27e9bf90
MK
134532003-01-02 Mark Kettenis <kettenis@gnu.org>
13454
93d331ba
MK
13455 * configure.in: Remove --with-cpu option.
13456 subscripts. Remove evil changequotes here.
13457 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13458 * config.in, configure: Regenerated.
8ffd9b1b 13459
27e9bf90
MK
13460 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13461 * configure.in: Cleanup section that sources GDB and BFD configure
13462 subscripts. Remove evil changequotes here.
13463 * config.in, configure: Regenerated.
13464
50abf9e5
AC
134652003-01-02 Andrew Cagney <ac131313@redhat.com>
13466
13467 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13468 frame accessor methods.
13469 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13470 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13471 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13472 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13473 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13474 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13475 * z8k-tdep.c: Ditto.
8ffd9b1b 13476
287c1a40
MK
134772003-01-02 Mark Kettenis <kettenis@gnu.org>
13478
f5dbc56d
MK
13479 * configure.in: Remove UI_OUT configuration code.
13480 * ada-lang.c: Update assuming UI_OUT is always true.
13481 * Makefile.in (UIOUT_CFLAGS): Remove.
13482 * configure: Regenerated.
13483 * TODO: Remove blurb about elimination of -DUI_OUT.
13484
627af7ea
MK
13485 * configure.in: Move code that provides the --enable-gdbcli,
13486 --enable-gdbmi options right before the code that handles the
13487 --enable-tui option. Polish a bit.
13488 * configure: Regenerated.
13489
06825bd1
MK
13490 * configure.in: Rewrite check for GNU regex and the
13491 --without-included regex option, and move it into the "Checks for
13492 library functions" section. This makes us use the system regex
13493 again by default on systems with version 2 of the GNU C library.
13494 This was apparently broken.
13495 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13496 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13497 * config.in, configure: Regenerated.
13498
287c1a40
MK
13499 * configure.in: Move code that provides the --enable-tui option
13500 before the "Checks for libraries" section. Polish the code
13501 somewhat and set need_curses to yes if we build the TUI. Rewrite
13502 code that looks for a library providing termcap functionality to
13503 match more closely what's done in the Readline library, and move
13504 it into to the "Checks for libraries" section.
13505 * configure: Regenerated.
13506 * Makefile.in (TERMCAP): Remove variable.
13507 * config/i386/go32.mh (TERMCAP): Remove variable.
13508
684e56bf
AC
135092003-01-02 Andrew Cagney <ac131313@redhat.com>
13510
13511 * MAINTAINERS: Mention gdb_mbuild.sh.
13512 * gdb_mbuild.sh: Rewrite.
13513
e1ea1d75
MK
135142003-01-02 Mark Kettenis <kettenis@gnu.org>
13515
13516 * configure.in: Fix typo in last change.
13517 * config.in, configure: Regenerated.
13518
1b831c93
AC
135192003-01-02 Andrew Cagney <ac131313@redhat.com>
13520
13521 * valarith.c (value_binop): Delete obsolete code and comments.
13522 * configure.host: Ditto.
13523 * buildsym.h (make_blockvector): Ditto.
13524 * buildsym.c (make_blockvector): Ditto.
13525 * defs.h (enum language): Ditto.
13526 (chill_demangle): Ditto.
13527 * elfread.c (elf_symtab_read): Ditto.
13528 * dwarfread.c (CHILL_PRODUCER): Ditto.
13529 (set_cu_language): Ditto.
13530 (handle_producer): Ditto.
13531 * expprint.c (print_subexp): Ditto.
13532 * gdbtypes.c (chill_varying_type): Ditto.
13533 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13534 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13535 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13536 (chill_varying_type): Ditto.
13537 * language.h (_LANG_chill): Ditto.
13538 * language.c (binop_result_type, integral_type): Ditto.
13539 (character_type, string_type, structured_type): Ditto.
13540 (lang_bool_type, binop_type_check): Ditto.
13541 * stabsread.h (os9k_stabs): Ditto.
13542 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13543 (define_symbol, read_type, read_struct_fields): Ditto.
13544 (read_array_type, read_enum_type, read_huge_number): Ditto.
13545 (read_range_type, start_stabs): Ditto.
13546 * symfile.c (init_filename_language_table): Ditto.
13547 (add_psymbol_with_dem_name_to_list): Ditto.
13548 * symtab.c (symbol_init_language_specific): Ditto.
13549 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13550 * symtab.h (struct general_symbol_info): Ditto.
13551 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13552 * typeprint.c (typedef_print): Ditto.
13553 * utils.c (fprintf_symbol_filtered): Ditto.
13554 * valops.c (value_cast, search_struct_field, value_slice): Delete
13555 obsolete code.
13556 (varying_to_slice): Delete function.
13557 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13558 (varying_to_slice): Delete declaration.
13559 * MAINTAINERS: Update.
13560
8bb2c122
MK
135612003-01-02 Mark Kettenis <kettenis@gnu.org>
13562
97bf5e38
MK
13563 * configure.in: Reorganize "Checks for library functions section"
13564 a bit. Remove check for `btowc' and `isascii' functions.
13565 * configure: Regenerated.
13566
5ee754fc
MK
13567 * acconfig.h (_MSE_INT_H): Remove.
13568 * configure.in: Create "Checks for header files" section, and move
13569 appropriate tests there. Don't check for objlist.h, wchar.h,
13570 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13571 misdetection fix. Also add "Checks for types", "Checks for
13572 compiler characteristics" and "Checks for library functions"
13573 sections.
13574 * config.in, configure: Regenerated.
13575
8bb2c122
MK
13576 * configure.in: Create "Checks for programs" section, and move
13577 appropriate tests there.
13578
9a156167
MK
135792003-01-01 Mark Kettenis <kettenis@gnu.org>
13580
13581 * configure.in: Create "Checks for libraries" section, and move
13582 appropriate tests there. Cleanup check for wctype in libw. Use
13583 AC_SEARCH_LIBS to see whether we need libsocket.
13584 * configure: Regenerated.
13585
a80e2bcb 13586For older changes see ChangeLog-2002
c906108c
SS
13587\f
13588Local Variables:
13589mode: change-log
13590left-margin: 8
13591fill-column: 74
13592version-control: never
13593End:
This page took 1.051301 seconds and 4 git commands to generate.