]> Git Repo - binutils.git/blame - gdb/ChangeLog
2003-10-22 Andrew Cagney <[email protected]>
[binutils.git] / gdb / ChangeLog
CommitLineData
4646aa9d
AC
12003-10-22 Andrew Cagney <[email protected]>
2
3 * exec.h: New file.
4 * win32-nat.c: Include "exec.h".
5 * solib.c: Include "exec.h".
6 * target.h (build_section_table): Delete declaration.
7 * somsolib.c: Include "exec.h".
8 (exec_ops): Delete extern declaration.
9 * rs6000-nat.c: Update copyright. Include "exec.h".
10 (exec_ops): Delete extern declaration.
11 * pa64solib.c: Update copyright. Include "exec.h".
12 (exec_ops): Delete extern declaration.
13 * exec.c: Update copyright. Include "exec.h".
14 * corelow.c: Update dependencies. Include "exec.h".
15 * Makefile.in (exec_h): Define.
16 (exec.o, somsolib.o): Update dependencies.
17 (pa64solib.o, corelow.o): Update dependencies.
18
0088c768
AC
192003-10-22 Andrew Cagney <[email protected]>
20
21 * target.c: Include "gdb_assert.h" (target_read): Call
22 "target_read_partial", not "target_write_partial".
23 (default_read_partial, default_write_partial): New function.
24 (target_read_partial, target_write_partial): Simplify, assume that
25 there is always a read/write method.
26 (update_current_target, add_target): Always set "to_read_partial"
27 and "to_write_partial".
28 (target_write, target_read): Fail on a zero byte transfer.
29 * Makefile.in (target.o): Update dependencies.
30 * target.h: Update copyright date.
31 (target_object): Fix typo.
32
e2d0e7eb
AC
332003-10-22 Andrew Cagney <[email protected]>
34
35 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
36 multi-arch method, add "targ" parameter.
37 (struct target_ops): Declare.
38 * gdbarch.h, gdbarch.c: Re-generate.
39 * Makefile.in (c-valprint.o): Update dependencies.
40 * arch-utils.h: Update copyright.
41 (convert_from_func_ptr_addr_identity): Declare.
42 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
43 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
44 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
45 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
46 * infcall.c (find_function_addr, call_function_by_hand): Update.
47 * c-valprint.c: Include "target.h".
48 (print_function_pointer_address): Update.
49
f1c07ab0
AC
502003-10-22 Andrew Cagney <[email protected]>
51
52 * target.c (target_close): New function.
53 (debug_to_close): Use "target_close".
54 (push_target): Use "target_close".
55 (unpush_target): Use "target_close".
56 (pop_target): Use "target_close".
57 * target.h (struct target_ops): Add "to_xclose".
58 (target_open): Delete macro. Move comment to "to_open".
59 (target_close): Replace macro with function that takes a target.
60 * top.c (quit_target): Pass "current_target" to "target_close".
61
5520a790
EZ
622003-10-21 Elena Zannoni <[email protected]>
63
64 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
65 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
66 * symtab.h (lookup_minimal_symbol_text): Update.
67 * breakpoint.c (create_overlay_event_breakpoint,
68 create_longjmp_breakpoint): Update callers.
69 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
70 * symtab.c (find_pc_sect_line): Ditto.
71
caa92b73
AC
722003-10-21 Andrew Cagney <[email protected]>
73
74 * target.c (errno): Delete extern declaration.
75
aa2a9a3c
JJ
762003-10-20 Jeff Johnston <[email protected]>
77
78 * ia64-tdep.c: Change all occurrences of
79 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
80 (ia64_frame_prev_register): Minor whitespace change.
81
4beec2b7
MC
822003-10-20 Michael Chastain <[email protected]>
83
84 * config/djgpp/fnchange.lst: Add lines for:
85 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
86 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
87 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
88 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
89 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
90 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
91 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
92
92ad9cd9
AC
932003-10-20 Andrew Cagney <[email protected]>
94
95 * values.c (register_value_being_returned): Update comments. Use
96 "gdbarch_return_value" when available.
97 (using_struct_return): Ditto.
98 (set_return_value): Ditto. Use "gdbarch_return_value" when
99 available.. Print a warning, and not an error, when an unhandled
100 return type is encountered.
101 * infcmd.c: Include "gdb_assert.h".
102 (print_return_value): When gdbarch_return_value_p, and using
103 struct return, assume that the value is not available.
104 * defs.h (return_value_convention): Define.
105 * gdbarch.sh (gdbarch_return_value): New predicate method.
106 * gdbarch.h, gdbarch.c: Re-generate
107 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
108
198beae2
AC
1092003-10-20 Andrew Cagney <[email protected]>
110
111 * symtab.c: Replace "struct sec" with "struct bfd_section".
112 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
113
24d693a6 1142003-10-19 Michael Chastain <[email protected]>
e7cb278a
MC
115
116 * config/djgpp/fnchange.lst: Add lines for:
117 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
118 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
119 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
120
21ad8dc3
MK
1212003-10-19 Mark Kettenis <[email protected]>
122
123 * amd64fbsd-nat.c (fetch_inferior_registers,
124 store_inferior_registers): Remove functions.
125 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
126
cced5e27
MK
1272003-10-18 Mark Kettenis <[email protected]>
128
129 Add NetBSD/amd64 native configuration:
130 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
131 * amd64nbsd-tdep.c: New file.
132 * amd64nbsd-nat.c: New file.
133 * amd64bsd-nat.c: New file.
134 * config/i386/nbsd64.mh: New file.
135 * config/i386/nbsd64.mt: New file.
136 * configure.host: Add x86_64-*-netbsd*.
137 * configure.tgt: Add x86_64-*-netbsd*.
138 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
139 New targets.
140 * NEWS (New native configurations): Mention NetBSD/amd64.
141
666de3fd
MC
1422003-10-17 Michael Chastain <[email protected]>
143
144 * config/djgpp/fnchange.lst: Remove dead lines for:
145 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
146 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
147 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
148 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
149 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
150 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
151 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
152 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
153 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
154 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
155 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
156 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
157 gdb/config/sparc/tm-sparclite.h,
158 gdb/gdbtk/generic/ChangeLog-2001,
159 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
160 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
161 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
162 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
163 gdb/testsuite/gdb.mi/mi0-var-block.exp,
164 gdb/testsuite/gdb.mi/mi0-var-child.exp,
165 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
166 gdb/testsuite/gdb.mi/mi0-var-display.exp,
167 itcl/iwidgets3.0.0/demos/extfileselectionbox,
168 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
169 itcl/iwidgets3.0.0/demos/fileselectionbox,
170 itcl/iwidgets3.0.0/demos/fileselectiondialog,
171 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
172 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
173 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
174 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
175 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
176 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
177 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
178 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
179 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
180 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
181 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
182 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
183 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
184 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
185 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
186 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
187 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
188 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
189 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
190 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
191 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
192 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
193 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
194 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
195 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
196 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
197 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
198 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
199 itcl/iwidgets3.0.0/demos/html/shell.n.html,
200 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
201 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
202 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
203 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
204 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
205 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
206 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
207 itcl/iwidgets3.0.0/demos/scrolledcanvas,
208 itcl/iwidgets3.0.0/demos/scrolledframe,
209 itcl/iwidgets3.0.0/demos/scrolledhtml,
210 itcl/iwidgets3.0.0/demos/scrolledlistbox,
211 itcl/iwidgets3.0.0/demos/scrolledtext,
212 itcl/iwidgets3.0.0/demos/selectionbox,
213 itcl/iwidgets3.0.0/demos/selectiondialog,
214 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
215 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
216 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
217 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
218 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
219 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
220 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
221 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
222 itcl/iwidgets3.0.0/doc/scrolledframe.n,
223 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
224 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
225 itcl/iwidgets3.0.0/doc/scrolledtext.n,
226 itcl/iwidgets3.0.0/doc/selectionbox.n,
227 itcl/iwidgets3.0.0/doc/selectiondialog.n,
228 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
229 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
230 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
231 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
232 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
233 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
234 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
235 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
236 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
237 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
238 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
239 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
240 itcl/iwidgets3.0.0/generic/selectionbox.itk,
241 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
242 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
243 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
244 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
245 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
246 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
247 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
248 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
249 itcl/iwidgets3.0.0/tests/scrolledframe.test,
250 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
251 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
252 itcl/iwidgets3.0.0/tests/scrolledtext.test,
253 itcl/iwidgets3.0.0/tests/selectionbox.test,
254 itcl/iwidgets3.0.0/tests/selectiondialog.test,
255 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
256 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
257 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
258 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
259 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
260 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
261 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
262 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
263 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
264 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
265 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
266 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
267 tk/mac/tkMacProjects.sit.hqx.
268
1e3ff5ad
AC
2692003-10-17 Andrew Cagney <[email protected]>
270
8db32d44
AC
271 * target.c (target_section_by_addr): New function.
272 (do_xfer_memory): Use "target_section_by_addr".
273 * target.h (target_section_by_addr): Declare.
274
1e3ff5ad
AC
275 * target.h (struct target_ops): Add "to_read_partial" and
276 "to_write_partial", delete "to_query".
277 (target_read_partial, target_write_partial): Declare.
278 (target_read, target_write): Declare.
279 (target_query): Delete macro.
280 * target.c (target_read_partial): New function.
281 (target_write_partial, target_read, target_write): New function.
282 (update_current_target): Delete inheritance of "to_query". Add
283 comments about "to_read_partial" and "to_write_partial".
284 (debug_to_partial_read, debug_to_partial_write): New functions.
285 (debug_to_query): Delete function.
286 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
287 instead of "to_query".
288 * remote.c (remote_read_partial): Replace "remote_query".
289 (init_remote_ops): Set "to_read_partial" instead of "to_query".
290 (init_remote_async_ops): Ditto.
291 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
292 "target_read_partial" instead of "target_query".
293 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
294 Use "target_read_partial" instead of "target_query".
295
48c66725
JJ
2962003-10-17 Jeff Johnston <[email protected]>
297
298 * frame.h (struct frame_id): Add new field: special_addr.
299 (frame_id_build_special): New prototype.
300 * frame.c (frame_id_build_special): New function.
301 (frame_id_build): Change to call frame_id_build_special().
302 (frame_id_eq): Change to also test special_addr field.
303 (frame_id_inner): Update comment.
304
7998dfc3
AC
3052003-10-17 Andrew Cagney <[email protected]>
306
307 * target.c (update_current_target): Perform the target cleanup.
308 Put the target stack beneath the squashed "current_target".
309 (add_target): Delete disabled call to "cleanup_target".
310 (cleanup_target): Delete function.
311 (push_target, unpush_target): Do not call "cleanup_target".
312
9c04404e 3132003-10-17 Andrew Cagney <[email protected]>
258b763a
AC
314
315 * target.c (target_stack): Change to a static target_ops.
316 (update_current_target): Walk the "struct target_ops" stack.
317 (pop_target, do_xfer_memory, target_info): Ditto.
318 (find_target_beneath): Ditto.
319 (push_target): Rewrite to use the "struct target_ops" stack.
320 (unpush_target): Ditto.
321 * target.h (struct target_stack_item): Delete definition.
322 (target_stack): Delete declaration.
323 (struct target_ops): Add field "beneath".
324
c98a2b49 3252003-10-17 Shrinivas Atre <[email protected]>
ac1764c7
AC
326
327 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
328 declaration.
329 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
c98a2b49
SA
330 (h8300_examine_prologue): Use h8300_normal_mode flag
331 (h8300_gdbarch_init): Set architecture info for normal mode
332
506fb367
DJ
3332003-10-16 Daniel Jacobowitz <[email protected]>
334
335 * remote.c (remote_protocol_vcont): New variable.
336 (set_remote_protocol_vcont_packet_cmd): New function.
337 (show_remote_protocol_vcont_packet_cmd): New function.
338 (init_all_packet_configs): Handle remote_protocol_vcont.
339 (remote_vcont_probe): New function.
340 (remote_vcont_resume): New function.
341 (remote_resume): Use it.
342 (remote_async_resume): Call remote_resume.
343 (_initialize_remote): Add verbose-resume packet commands.
344
65815ea1
AC
3452003-10-16 Andrew Cagney <[email protected]>
346
347 * infrun.c (handle_inferior_event): Add comment about
348 "frame_id_inner" being too weak.
349
40324f1b
EZ
3502003-10-16 Elena Zannoni <[email protected]>
351
352 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
353 second parameter, which is always null. Remove
354 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
355 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
356 accordingly.
357 * somsolib.c (som_solib_create_inferior_hook,
358 som_solib_desire_dynamic_linker_symbols): Update callers.
359 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
b4b4b794
KI
360
3612003-10-16 Kei Sakamoto <[email protected]>
362
363 * remote-m32r-sdi.c : New file, interface to m32r on-chip
364 debug interface, SDI (Scalable Debug Interface).
365 * NEWS: Mention m32r SDI protocol was supported.
366 * Makefile.in (remote-m32r-sdi.o): Add build rule.
367 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
368
51931cbb
JJ
3692003-10-15 Jeff Johnston <[email protected]>
370
371 * ia64-linux-tdep.c: Include gdbcore.h.
372 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
373 (ia64_linux_sigcontext_register_addr): Find the address of the
374 sigcontext area stored in the sigframe instead of using
375 a magic offset constant.
376
84e7fd53
AC
3772003-10-15 Andrew Cagney <[email protected]>
378
379 * remote.c (remote_search): Delete function.
380 * target.h (target_search): Delete disabled macro.
381 (struct target_ops): Delete disabled field "to_search".
382
0f4d7c52
KB
3832003-10-14 Kevin Buettner <[email protected]>
384
385 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
386 instead of deprecated_inside_entry_file().
387
2e952408
CV
3882003-10-14 Corinna Vinschen <[email protected]>
389
390 * sh-tdep.c: Fix copy/paste hangover in comment.
391 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
392 mode.
393 (sh3e_sh4_extract_return_value): Ditto.
394
7e86466e
RH
3952003-10-13 Richard Henderson <[email protected]>
396
397 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
398 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
399 match c_val_print a bit closer.
400
46a16dba
KB
4012003-10-13 Kevin Buettner <[email protected]>
402
403 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
404 (frv_gdbarch_adjust_breakpoint_address): New function.
405 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
406 method.
407
76897487
KB
4082003-10-13 Kevin Buettner <[email protected]>
409
410 * breakpoint.h (struct breakpoint): Add new member
411 ``requested_address''.
412 * breakpoint.c (breakpoint_adjustment_warning)
413 (adjust_breakpoint_address): New static functions.
414 (print_it_typical): Issue warning if breakpoint's address is different
415 from its requested address.
416 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
417 (breakpoint_re_set_one): Set breakpoint's
418 ``requested_address'' field. Set ``address'' field to the
419 result of calling adjust_breakpoint_address() on the requested
420 address.
421
a1131521
KB
4222003-10-13 Kevin Buettner <[email protected]>
423
424 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
425 * gdbarch.h, gdbarch.c: Regenerate.
426
6ce6d90f
MK
4272003-10-11 Mark Kettenis <[email protected]>
428
155c1d33
MK
429 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
430 TDEP->sc_num_regs.
431
8a96bc77
MK
432 * i386fbsd-tdep.c: New file.
433 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
434 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
435 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
436 i386bsd-tdep.c.
437 (_initialize_i386fbsd_tdep): New function.
438 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
439 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
440 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
441 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
442 TDEP->sc_num_regs.
443 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
444 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
445 to initialize TDEP->sc_num_regs.
446 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
447 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
448 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
449 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
450 FreeBSD ELF OS/ABI's here.
451 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
452 (i386fbsd-tdep.o): New target.
453 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
454 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
455
477f40d1
MK
456 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
457 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
458 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
459 in initialization of TDEP->sc_num_regs.
460
c6b33596
MK
461 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
462 (x86_64_init_abi): Initialize regset_from_core_section if
463 appropriate.
464
8446b36a
MK
465 * i386-tdep.c (i386_regset_from_core_section): New function.
466 (i386_gdbarch_init): Initialize regset_from_core_section if
467 appropriate.
468 * i386-tdep.h (i386_regset_from_core_section): New declaration.
469
c783cbd6
MK
470 * i386-tdep.h (struct regset): Declare opaque.
471
6ce6d90f
MK
472 * gdbarch.sh (regset_from_core_section): New method.
473 (struct regset): Declare opaque.
474 * gdbarch.c, gdbarch.h: Regenerated.
475
b98ed7be
AM
4762003-10-11 Alan Modra <[email protected]>
477
478 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
479 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
480 Correct test for pc within section.
481
f6214256
MK
4822003-10-11 Mark Kettenis <[email protected]>
483
484 * gdbarch.sh: Remove trailing whitepsace from comments.
485
a8f4cde1
RM
4862003-10-08 Roland McGrath <[email protected]>
487
488 * gcore.c (make_mem_sec): Function removed, folded into ...
489 (gcore_create_callback): ... here. To omit a section, clear its
490 SEC_LOAD bit rather than zeroing its size.
491 Omit read-only sections only if they correspond to a known disk file.
492 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
493
74276724
MS
4942003-10-10 Michael Snyder <[email protected]>
495
496 * d10v-tdep.c: Fix typo in comment.
497
e754ae69
AC
4982003-10-10 Andrew Cagney <[email protected]>
499
500 * rs6000-tdep.c (e500_store_return_value): Delete function.
501 (e500_extract_return_value): Delete function.
502 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
503 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
504 "ppc_sysv_abi_restore_return_value" where applicable.
505 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
506 (ppc_sysv_abi_extract_return_value): Declare.
507 (ppc_sysv_abi_broken_store_return_value): Declare.
508 (ppc_sysv_abi_broken_extract_return_value): Declare.
509 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
510 * ppc-sysv-tdep.c (return_value_convention): Move definition to
511 start of file.
512 (do_ppc_sysv_return_value): New function.
513 (ppc_sysv_abi_extract_return_value): New function.
514 (ppc_sysv_abi_store_return_value): New function.
515 (ppc_sysv_abi_broken_extract_return_value): New function.
516 (ppc_sysv_abi_broken_store_return_value): New function.
517 (ppc_sysv_abi_use_struct_convention): Call
518 do_ppc_sysv_return_value.
519
8d4ce20a
JB
5202003-10-10 J. Brobecker <[email protected]>
521
522 * blockframe.c (inside_main_func): No longer use symbol_lookup()
523 to lookup the main function symbol.
524
afce3d2a
CV
5252003-10-10 Corinna Vinschen <[email protected]>
526
527 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
528 types correctly.
529 (sh_push_dummy_call_fpu): Fix argument passing rules.
530 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
531 float types.
532 (sh3e_sh4_store_return_value): Ditto.
533
7fe958be
EZ
5342003-10-10 Elena Zannoni <[email protected]>
535
536 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
537 comment.
538
3f997a97
CV
5392003-10-10 Corinna Vinschen <[email protected]>
540
541 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
542 more readable code. Accomodate passing of bitfields.
543
8be9034a
AC
5442003-10-10 Andrew Cagney <[email protected]>
545
546 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
547 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
548 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
549 * ppc-sysv-tdep.c: Include "gdb_assert.h".
550 (ppc64_sysv_abi_push_dummy_call): New function.
551 (ppc64_sysv_abi_broken_push_dummy_call): New function.
552 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
553 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
554
85a453d5
KI
5552003-10-10 Kei Sakamoto <[email protected]>
556
557 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
558 * README: Ditto.
559 * d10v-tdep.c: Ditto.
560 * h8300-tdep.c: Ditto.
561 * remote-e7000.c: Ditto.
562 * remote-hms.c: Ditto.
563 * ser-e7kpc.c: Ditto.
564 * sh-stub.c: Ditto.
565 * sh-tdep.c: Ditto.
566 * sh-tdep.h: Ditto.
567 * sh3-rom.c: Ditto.
568 * sh64-tdep.c: Ditto.
569 * top.c: Ditto.
570 * wince.c: Ditto.
571 * config/d10v/d10v.mt: Ditto.
572 * config/sh/embed.mt: Ditto.
573 * config/sh/linux.mt: Ditto.
574 * config/sh/tm-linux.h: Ditto.
575 * config/sh/tm-sh.h: Ditto.
576 * config/sh/wince.mt: Ditto.
577
221c12ff
AC
5782003-10-09 Andrew Cagney <[email protected]>
579
580 * ppc-tdep.h (struct type): Declare opaque.
581 * x86-64-tdep.h (struct regcache): Declare opaque.
582 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
583 coding style.
584
ef5200c1
AC
5852003-10-09 Andrew Cagney <[email protected]>
586
587 Changes from 2003-09-09 Jimi Xenidis <[email protected]>:
588 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
589 (SOFTWARE_SINGLE_STEP_P): Ditto.
590 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
591 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
592 (SOFTWARE_SINGLE_STEP_P): Ditto.
593 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
594 software_single_step to rs6000_software_single_step.
a8f4cde1 595
9644bbdd
AC
5962003-10-09 Andrew Cagney <[email protected]>
597
598 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
599
db72fa6b
MS
6002003-10-09 Michael Snyder <[email protected]>
601
f3efb16c
MS
602 * frame.h: Fix typo in comment.
603 * dummy-frame.c: Fix typo in comment.
db72fa6b
MS
604 * d10v-tdep.c: Random whitespace/comment tweaks.
605
9a5cef92
EZ
6062003-10-09 Elena Zannoni <[email protected]>
607
608 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
f49c4e4e 609 (sh_push_dummy_code): Delete function, it's only used for dummy calls
9a5cef92 610 on stack.
a8f4cde1 611
9a5cef92
EZ
612 Based on input by Stephen Clarke ([email protected]):
613 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
614 in detail.
a8f4cde1 615
0f317a0c
DJ
6162003-10-09 Daniel Jacobowitz <[email protected]>
617
618 * remote-mips.c (mips_initialize): Remove unneeded call to
619 get_selected_frame. Suggested by Atsushi Nemoto <[email protected]>.
620
bbab2f46
DJ
6212003-10-09 Daniel Jacobowitz <[email protected]>
622
623 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
624 a memory pointer.
625
550950b8
JJ
6262003-10-08 Jeff Johnston <[email protected]>
627
628 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
629 for any lwp we resume.
630 (running_callback): Add lwps that have pending status events
631 against them to be considered running.
632
15c69bc7
KI
6332003-10-08 Kei Sakamoto <[email protected]>
634
635 * m32r-tdep.c : Include "dis-asm.h".
636 * Makefile.in (m32r-tdep.o): Update dependencies.
637
51065942
JB
6382003-10-06 J. Brobecker <[email protected]>
639
640 * completer.h (get_gdb_completer_word_break_characters): Delete.
641 * completer.c: include language.h.
642 (gdb_completer_word_break_characters): Delete.
643 (get_gdb_completer_word_break_characters): Delete.
644 (location_completer): Use the word break characters of the current
645 language.
646 (complete_line): Likewise.
647 (line_completion_function): Likewise.
648 (skip_quoted_chars): Likewise.
649 * Makefile.in (completer.o): Add dependency on language.h.
650 * top.c (init_main): Set the readline word break characters
651 to GDB's default word break characters.
652
6084f43a
JB
6532003-10-06 J. Brobecker <[email protected]>
654
655 * language.h (language_defn): new field, la_word_break_characters.
656 * language.c (unknown_language_defn): Set new field to
657 default_word_break_characters.
658 (auto_language_defn): Likewise.
659 (local_language_defn): Likewise.
660 * ada-lang.c (ada_language_defn): Likewise.
661 * c-lang.c (c_language_defn): Likewise.
662 (cplus_language_defn): Likewise.
663 (asm_language_defn): Likewise.
664 (minimal_language_defn): Likewise.
665 * f-lang.c (f_language_defn): Likewise.
666 * jv-lang.c (java_language_defn): Likewise.
667 * m2-lang.c (m2_language_defn): Likewise.
668 * objc-lang.c (objc_language_defn): Likewise.
669 * p-lang.c (pascal_language_defn): Likewise.
670 * scm-lang.c (scm_language_defn): Likewise.
671
944fcfab
AC
6722003-10-06 Andrew Cagney <[email protected]>
673
674 * ppc-sysv-tdep.c: Re-indent.
675
9f0a5303
JB
6762003-10-06 J. Brobecker <[email protected]>
677
678 * language.h (default_word_break_characters): Add prototype.
679 * language.c (default_word_break_characters): New function.
680
7270b6ed
AS
6812003-10-06 Andreas Schwab <[email protected]>
682
683 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
684 with %eax.
685
a5d61f66
AC
6862003-10-06 Andrew Cagney <[email protected]>
687
688 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
689 "h8500-tdep.c".
690 (z8k-tdep.o): Delete custom build rule.
691
28a86f5c
AC
6922003-10-06 Andrew Cagney <[email protected]>
693
1bfd8a83
AC
694 * Makefile.in: Update all dependencies.
695
17144ef8
AC
696 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
697 No longer list PA as as obsolete candidate. List m32r as
698 broken instead of obsolete.
a8f4cde1 699
a5679ae5
AC
700 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
701 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
702 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
703 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
704 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
705 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
706 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
707 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
708 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
709 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
710 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
711 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
712 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
713 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
714 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
715 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
716 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
717 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
718 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
719 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
720 * config/z8k/z8k.mt: Ditto.
721
4a8269c0
AC
722 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
723 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
724 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
725 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
726 sparclite were removed.
727 * configure.host, configure.tgt: Remove corresponding tuples.
728
41989fcd
AC
729 * breakpoint.c, breakpoint.h: Remove obsolete code.
730 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
731 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
732 * stabsread.h, xcoffread.c: Ditto.
733
28a86f5c
AC
734 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
735 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
736 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
737 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
738
4efdaa0d
DL
7392003-10-06 David Lecomber <[email protected]>
740
741 * f-valprint.c: Reformatting
742
ae53de43
MK
7432003-10-06 Mark Kettenis <[email protected]>
744
a8bb57e7
MK
745 * x86-64-tdep.c: Remove duplicate comment.
746
ae53de43
MK
747 * x86-64-tdep.c (x86_64_store_return_value): Don't use
748 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
749 names for return values. This fixes a bug since we looked at %rbx
750 instead of %rdx.
751
473f17b0
MK
7522003-10-05 Mark Kettenis <[email protected]>
753
2c261fae
MK
754 * x86-64-tdep.c: Include "regset.h".
755
473f17b0
MK
756 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
757 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
758 sizeof_fpregset.
759 * i386-tdep.c: Include "regset.h".
760 (i386_supply_gregset): New function.
761 (i386_supply_fpregset): New function.
762 (i386_gdbarch_init): Initialze register set-related members of
763 TDEP.
764 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
765 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
766
afd48b75
AC
7672003-10-03 Andrew Cagney <[email protected]>
768
769 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
770 set extract_return_value, store_return_value and
771 use_struct_convention to ppc64_sysv_abi_extract_return_value,
772 ppc64_sysv_abi_store_return_value and
773 ppc64_sysv_abi_use_struct_convention.
774 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
775 (ppc64_sysv_abi_store_return_value): Declare.
776 (ppc64_sysv_abi_use_struct_convention): Declare.
777 * ppc-sysv-tdep.c (enum return_value_convention): Define.
778 (ppc64_sysv_abi_extract_return_value): New function.
779 (ppc64_sysv_abi_store_return_value): New function.
780 (ppc64_sysv_abi_use_struct_convention): New function.
781 (ppc64_sysv_abi_return_value): New function.
782
9b540880
AC
7832003-10-03 Andrew Cagney <[email protected]>
784
785 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
786 convert a descriptor to a function when it's in the ".opd"
787 section.
788
8748518b
CV
7892003-10-03 Corinna Vinschen <[email protected]>
790
791 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
792 reg_size to keep GCC silent.
793
0fd85043
CV
7942003-10-03 Corinna Vinschen <[email protected]>
795
796 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
797 base for DW_EH_PE_textrel encodings.
798 (read_encoded_value): Add a DW_EH_PE_textrel case.
799 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
800 section.
801
37b517aa
MK
8022003-10-03 Mark Kettenis <[email protected]>
803
804 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
805
12c266ea
AC
8062003-10-02 Andrew Cagney <[email protected]>
807
808 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
809 REGISTER_RAW_SIZE.
810 * gdbarch.h, gdbarch.c: Re-generate.
811 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
812 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
813 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
814 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
815 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
816 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
817 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
818 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
819 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
820 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
821 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
822 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
823 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
824 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
825 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
826 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
a8f4cde1 827
78ba4af6
JB
8282003-10-02 Jim Blandy <[email protected]>
829
830 * dwarf2read.c (struct die_info): Doc fix.
831
617daa0e
CV
8322003-10-02 Corinna Vinschen <[email protected]>
833
834 * sh-tdep.c: Running thru gdb_indent.sh.
835
e5e33cd9
CV
8362003-10-02 Corinna Vinschen <[email protected]>
837
838 * sh-tdep.c (sh_justify_value_in_reg): New function.
839 (sh_stack_allocsize): Ditto.
840 (flt_argreg_array): New array used for floating point argument
841 passing.
842 (sh_init_flt_argreg): New function.
a8f4cde1 843 (sh_next_flt_argreg): Ditto.
e5e33cd9
CV
844 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
845 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
846 Fix argument passing strategy.
847 (sh_push_dummy_call_nofpu): Ditto.
848
5fe830e4
AC
8492003-10-01 Andrew Cagney <[email protected]>
850
851 * value.h (register_value_being_returned): Declare. Replace
852 "value_being_returned".
853 * infcall.c (call_function_by_hand): Use
854 register_value_being_returned.
855 * infcmd.c (print_return_value): Call
856 "register_value_being_returned", handle struct return locally.
857 * values.c (register_value_being_returned): New function. Replace
858 "value_being_returned".
a8f4cde1 859
5fe830e4 8602003-09-30 Elena Zannoni <[email protected]>
cf50a87a
EZ
861
862 * linux-proc.c (linux_do_registers): New function.
863 (linux_make_note_section): Use linux_do_registers in case of
864 single threaded inferior programs.
865
64f395bf
AC
8662003-10-01 Andrew Cagney <[email protected]>
867
868 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
869 use STRUCT_ADDR. When not using "struct return convention", pass
870 "0" to "value_being_returned". Add FIXMEs.
871 * infcmd.c (print_return_value): Pass an explicit 0/1 to
872 value_being_returned. Add comments.
873 * values.c (value_being_returned): Add fixme.
874 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
875 (hppa_value_returned_from_stack): Add FIXME.
876
639d11d3
DC
8772003-09-30 David Carlton <[email protected]>
878
879 * dwarf2read.c (struct die_info): Add 'parent' field; replace
880 'has_children' and 'next' by 'child' and 'sibling'.
881 (read_comp_unit): Rework algorithm, breaking body into
882 read_die_and_children and read_die_and_siblings.
883 (read_die_and_children, read_die_and_siblings): New.
884 (read_full_die): Add 'has_children' argument; set it instead of
885 the die's 'has_children' field. Minor formatting cleanup.
886 (free_die_list): Use die->child and die->sibling instead of
887 die->next.
888 (dump_die_list): Ditto.
889 (sibling_die): Use die->sibling.
890 (psymtab_to_symtab_1): Use die's 'child' field in place of its
891 'has_children' and 'next' fields.
a8f4cde1
RM
892 (process_die, read_file_scope, read_func_scope)
893 (read_lexical_block_scope, read_structure_scope)
894 (read_enumeration, read_array_type, read_common_block)
639d11d3
DC
895 (read_namespace, read_subroutine_type, dump_die): Ditto.
896
5bffac25
AC
8972003-09-30 Andrew Cagney <[email protected]>
898
899 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
900 to 224, not 220.
901
f30992d4
AC
9022003-09-30 Andrew Cagney <[email protected]>
903
904 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
905 REGISTER_VIRTUAL_SIZE.
906 * gdbarch.h, gdbarch.c: Regenerate.
907 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
908 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
909 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
910
2e092625
AC
9112003-09-29 Andrew Cagney <[email protected]>
912
913 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
914 DEPRECATED_REGISTER_VIRTUAL_TYPE.
915 * gdbarch.h, gdbarch.c: Regenerate.
916 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
917 * sh64-tdep.c, sparc-tdep.c: Update.
4deab737
AC
918
919 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
920 * remote-vxmips.c (vx_read_register): Ditto.
921 * remote-vx68.c (vx_read_register): Ditto.
922 * gnu-nat.c (inf_validate_procs): Ditto.
923
7a5dd6ee
JB
9242003-09-29 J. Brobecker <[email protected]>
925
926 * infcall.c (call_function_by_hand): Fix build failure
927 introduced in the previous change to this file.
928
1fe43d45
AC
9292003-09-29 Andrew Cagney <[email protected]>
930
931 * NEWS: Mention Objective-C.
932
e28a332c
JG
9332003-09-29 Jerome Guitton <[email protected]>
934
935 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
936 test if the register has been saved on the stack.
937 (arm_scan_prologue_cache): When analysing the instruction
938 "str lr, [sp, #-4]", save the address where lr has been stored.
939
9ff63c35
AC
9402003-09-28 Andrew Cagney <[email protected]>
941
7f5f525d
AC
942 * frame.c (frame_read_unsigned_register): Delete function.
943 * frame.h (frame_read_unsigned_register): Delete declaration.
944 * sparc-tdep.c (sparc_init_extra_frame_info): Use
945 get_frame_register_unsigned.
946 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
947 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
948 * d10v-tdep.c (d10v_print_registers_info): Ditto.
a8f4cde1 949
7f5f525d
AC
950 * frame.h (frame_read_register): Delete declaration.
951 * frame.c (frame_read_register): Delete function.
952 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
953 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
954 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
955 * mips-tdep.c (mips_register_to_value): Ditto.
956 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
957 * d10v-tdep.c (d10v_print_registers_info): Ditto.
958
959 * frame.c (frame_read_signed_register): Delete function.
960 (frame_read_unsigned_register): Update comments.
961 * frame.h (frame_read_signed_register): Delete declaration.
962 * h8300-tdep.c (h8300_print_register): Use
963 get_frame_register_signed.
964 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
965
9ff63c35
AC
966 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
967 Rename VALUE_RETURNED_FROM_STACK.
968 * infcmd.c (print_return_value): Update.
969 * infcall.c (call_function_by_hand): Update.
970
41d041d6
MK
9712003-09-28 Mark Kettenis <[email protected]>
972
973 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
974 regcache argument and reverse the order of the other two
975 arguments. Remove local regcache variable. Determine
976 architecture from REGCACHE. Update comments.
977 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
978 reverse the order of the other two arguments. Remove local
979 regcache variable. Determine architecture from REGCACHE. Update
980 comments.
981 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
982 prototypes. Update comments.
983 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
984 comment.
985 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
986 Update.
987 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
988 * i386-interix-nat.c (supply_fpregset): Update.
989 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
990 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
991 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
992 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
993 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
994 Update.
995 * i386obsd-tdep.c (fetch_core_registers): Update.
996 * i386v4-nat.c (supply_fpregset): Update.
997 * x86-64-linux-nat.c (supply_fpregset): Update.
998 * x86-64-linux-tdep.c (fetch_core_registers): Update.
a8f4cde1 999
1cb97e17
MK
10002003-09-27 Mark Kettenis <[email protected]>
1001
5716833c
MK
1002 * i386-tdep.h: Put opaque declarations in alphabetical
1003 order. Remove spurious whitespace.
1004 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1005 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1006 * i386-tdep.c (MM0_REGNUM): Remove define.
1007 (i386_mmx_regnum_p): Add gdbarch argument.
1008 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1009 Rewrite using new macro definitions for FPU/SSE registers.
1010 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1011 definitions from i387-tdep.h.
1012 (i386_register_name): Update.
1013 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1014 new macro definitions for FPU/SSE registers.
1015 (i386_extract_return_value): Determine whether floating-point
1016 registers are present by examining REGCACHE's architecture.
1017 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1018 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1019 FPU/SSE registers.
1020 (i386_register_type): Update.
1021 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1022 definitions for FPU registers. Use REGCACHE's architecture to
1023 determine the appropriate register numbers.
1024 (i386_pseudo_register_read, i386_pseudo_register_write,
1025 i386_register_reggroup_p): Update.
1026 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1027 TDEP->mm0_regnum.
1028 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1029 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1030 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1031 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1032 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1033 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1034 *' to `void *'.
1035 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1036 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1037 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1038 definitions for FPU/SSE registers.
1039 (FXSAVE_MXCSR_ADDR): New define.
1040 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1041 TDEP->mm0_regnum.
1042 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1043 (I387_ST0_REGNUM): Define.
1044
41d35cb0
MK
1045 * regcache.h (get_regcache_arch): New prototype.
1046 * regcache.c (get_regcache_arch): New function.
1047
54e74f72
MK
1048 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1049 whitespace.
1050
1cb97e17
MK
1051 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1052 Initialize using ARRAY_SIZE.
1053
0968aa8c
AC
10542003-09-27 Andrew Cagney <[email protected]>
1055
1056 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1057 "init_frame_pc_default".
1058 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1059 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1060 * vax-tdep.c (vax_gdbarch_init): Update.
1061 * v850-tdep.c (v850_gdbarch_init): Update.
1062 * sh64-tdep.c (sh64_gdbarch_init): Update.
1063 * s390-tdep.c (s390_gdbarch_init): Update.
1064 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1065 * mcore-tdep.c (mcore_gdbarch_init): Update.
1066 * h8300-tdep.c (h8300_gdbarch_init): Update.
1067 * cris-tdep.c (cris_gdbarch_init): Update.
1068 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1069
54c84734
MK
10702003-09-26 Mark Kettenis <[email protected]>
1071
1072 * regset.h: New file.
1073 * Makefile.in (regset_h): Add.
1074
1b1d3794
AC
10752003-09-25 Andrew Cagney <[email protected]>
1076
1077 * frame.h (deprecated_frame_saved_regs): Rename
1078 get_frame_saved_regs.
1079 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1080 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1081 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1082 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1083 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1084
e6beb428
AC
10852003-09-25 Andrew Cagney <[email protected]>
1086
1087 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1088 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1089 and Java.
1090 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1091 arm*-*-* do not use the new frame code.
1092
710122da
DC
10932003-09-25 David Carlton <[email protected]>
1094
1095 * c-exp.y: Remove 'register' declarations.
1096 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1097
79c2c32d
DC
10982003-09-25 David Carlton <[email protected]>
1099
1100 * c-exp.y: Include cp-support.h. Add qualified_type.
1101 (yylex): Delete nested type hack; add comments.
1102 * cp-namespace.c (cp_lookup_nested_type): New function.
1103 * cp-support.h: Declare cp_lookup_nested_type.
1104 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1105 instead of value_struct_elt_for_reference.
1106 * valops.c: Include cp-support.h.
1107 (value_aggregate_elt): New function.
1108 (value_namespace_elt): Ditto.
1109 (value_struct_elt_for_reference): Make static.
1110 * value.h: Delete declaration of value_struct_elt_for_reference;
1111 add declaration for value_aggregate_elt.
1112 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1113 (valops.o): Ditto.
1114
898c62f5
DJ
11152003-09-25 Daniel Jacobowitz <[email protected]>
1116
1117 * stack.c: Include "reggroups.h".
1118 (frame_info): Only display registers in all_reggroup.
1119 * Makefile.in (stack.o): Update dependencies.
1120
28cd8767
JG
11212003-09-25 Jerome Guitton <[email protected]>
1122
1123 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1124 "add ip, sp #n" in the prologue.
1125 (arm_scan_prologue): Ditto.
1126
a4ab2b5d
JG
11272003-09-25 Jerome Guitton <[email protected]>
1128
1129 * MAINTAINERS (write after approval): Add myself.
1130
3f244638
AS
11312003-09-25 Andreas Schwab <[email protected]>
1132
1133 * m68k-tdep.c: Include "dwarf2-frame.h".
1134 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1135 * Makefile.in (m68k-tdep.o): Update dependencies.
1136
1c0159e0
CV
11372003-09-25 Corinna Vinschen <[email protected]>
1138
1139 * sh-tdep.c (struct frame_extra_info): Remove.
1140 (struct sh_frame_cache): New structure.
1141 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1142 (GET_TARGET_REG): Ditto but target register.
1143 (GET_PUSHED_REG): Remove.
1144 (IS_MOV_ARG_TO_REG): New macro.
1145 (IS_MOV_ARG_TO_IND_R14): New macro.
1146 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1147 (IS_MOVW_PCREL_TO_REG): New macro.
1148 (IS_MOVL_PCREL_TO_REG): New macro.
1149 (IS_SUB_REG_FROM_SP): New macro.
1150 (IS_ARG_MOV): Remove.
1151 (IS_MOV_TO_R14): Remove.
1152 (IS_RESTORE_FP): New macro.
1153 (IS_RTS): New macro.
1154 (IS_LDS): New macro.
1155 (IS_MOV_FP_SP): New macro.
1156 (IS_ADD_REG_TO_FP): New macro.
1157 (IS_ADD_IMM_FP): New macro.
1158 (sh_skip_prologue_hard_way): Remove.
1159 (sh_saved_pc_after_call): Remove.
1160 (sh_frame_chain): Remove.
1161 (sh_find_callers_reg): Remove.
a8f4cde1 1162 (sh_nofp_frame_init_saved_regs): Remove.
1c0159e0
CV
1163 (sh_fp_frame_init_saved_regs): Remove.
1164 (sh_init_extra_frame_info): Remove.
1165 (sh_analyze_prologue): New function.
1166 (sh_skip_prologue): Remove deprecated code. Rely on new function
1167 sh_analyze_prologue when after_prologue fails.
1168 (sh_frame_saved_pc): Remove.
1169 (sh_alloc_frame_cache): New function.
1170 (sh_frame_cache): Ditto.
1171 (sh_frame_prev_register): Ditto.
1172 (sh_frame_this_id): Ditto.
1173 (sh_frame_unwind): New structure defining the heuristic frame
1174 sniffer interface.
1175 (sh_frame_sniffer): New function.
1176 (sh_unwind_sp): Ditto.
1177 (sh_unwind_pc): Ditto.
1178 (sh_unwind_dummy_id): Ditto.
1179 (sh_frame_base_address): Ditto.
1180 (sh_frame_base): New structure defining new frame base code.
1181 (sh_in_function_epilogue_p): New function.
1182 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1183 code and to call all new code instead. Initialize dwarf2 and
1184 heuristic frame sniffer.
1185
5f9769d1
PH
11862003-09-24 Paul N. Hilfinger <[email protected]>
1187
a8f4cde1
RM
1188 * parser-defs.h (struct exp_descriptor): New definition, containing
1189 language-specific info for printing, prefixifying, dumping, and
5f9769d1
PH
1190 evaluating expressions.
1191 (exp_descriptor_standard): Declare new variable.
1192 (print_subexp): Make global and declare here (from expprint.c).
1193 (dump_subexp): Ditto.
1194 (dump_subexp_body_standard): Declare.
1195 (operator_length_standard): Declare.
1196 (op_name_standard): Declare.
1197 (print_subexp): Declare.
1198 (print_subexp_standard): Declare.
1199
1200 * language.h (struct language_defn): Add la_exp_desc field to hold
1201 pointer to table for language-specific operators.
1202 Remove evaluate_exp field, which is now in struct exp_descriptor.
a8f4cde1
RM
1203
1204 * parse.c (operator_length): Move most code to new
5f9769d1 1205 operator_length_standard function. Use language-specific information.
a8f4cde1 1206 (operator_length_standard): New function taking most code from
5f9769d1
PH
1207 operator_length.
1208 (exp_descriptor_standard): New constant.
a8f4cde1
RM
1209
1210 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
5f9769d1 1211 and OP_EXTENDED_LAST.
a8f4cde1
RM
1212
1213 * expprint.c (print_subexp): Use language-specific print_subexp.
5f9769d1
PH
1214 Make global; remove static declaration.
1215 Move most code to print_subexp_standard.
a8f4cde1 1216 (print_subexp_standard): New function, containing code formerly in
5f9769d1
PH
1217 print_subexp.
1218 (op_name): Add expression to argument signature.
a8f4cde1 1219 Use langauge-specific op_name.
5f9769d1
PH
1220 Move most code to op_name_standard.
1221 (op_name_standard): New function, containing code formerly in op_name.
1222 (dump_subexp): Use new version of op_name function.
1223 Use language-specific dump_subexp_body, and move most existing code to
1224 dump_subexp_body_standard.
1225 (dump_raw_expression): Use new op_name interface.
1226 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1227 (dump_subexp_body_standard): New function, containing code formerly
1228 in dump_subexp_body.
a8f4cde1 1229
5f9769d1
PH
1230 * language.c (unknown_language): Add default la_exp_desc field and
1231 remove evaluate_exp field.
1232 (auto_language): Ditto.
1233 (local_language): Ditto.
1234 * f-lang.c (f_language_defn): Ditto.
1235 * c-lang.c (c_language_defn): Ditto.
1236 (cplus_language_defn): Ditto.
1237 (asm_language_defn): Ditto.
1238 (minimal_language_defn): Ditto.
1239 * p-lang.c (pascal_language_defn): Ditto.
1240 * m2-lang.c (m2_language_defn): Ditto.
1241 * objc-lang.c (objc_language_defn): Ditto.
a8f4cde1
RM
1242
1243 * jv-lang.c (exp_descriptor_java): New variable, containing
5f9769d1
PH
1244 Java-specific expression evaluator.
1245 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1246 field.
a8f4cde1 1247 * scm-lang.c (exp_descriptor_scm): New variable, containing
5f9769d1
PH
1248 Scheme-specific expression evaluator.
1249 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1250 field.
1251 * objc-lang.c (print_object_command): Take evaluate_exp from the
1252 la_exp_desc field.
a8f4cde1 1253
5f9769d1 1254 * Makefile.in (eval.o): Add dependency on parser-defs.h.
a8f4cde1
RM
1255
1256 * eval.c: Include parser-defs.h for the full declaration of
5f9769d1
PH
1257 la_exp_desc's type.
1258 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
a8f4cde1 1259
24daaebc
PH
12602003-09-23 Paul N. Hilfinger <[email protected]>
1261
1262 * parser-defs.h (operator_length): Declare.
a8f4cde1 1263
24daaebc
PH
1264 * parse.c (length_of_subexp): Use operator_length to get operator
1265 lengths and arities for operators.
1266 Move most code to new operator_length function.
a8f4cde1 1267 (operator_length): New function absorbing most code from
24daaebc
PH
1268 length_of_subexp.
1269 (prefixify_subexp): Remove large case and use operator_length instead.
1270 (parse_exp_1): Use renamings:
a8f4cde1 1271 dump_prefix_expression => dump_raw_expression and
24daaebc 1272 dump_postfix_expression => dump_prefix_expression.
a8f4cde1 1273
24daaebc
PH
1274 * expression.h (dump_prefix_expression): Rename to ...
1275 (dump_raw_expression): New name.
1276 (dump_postfix_expression): Rename to ...
1277 (dump_prefix_expression): New name.
a8f4cde1 1278
24daaebc
PH
1279 * expprint.c (dump_subexp): Make global. Add comment.
1280 Move most existing code to dump_subexp_body.
1281 (dump_subexp_body): New function.
1282 (dump_prefix_expression): Rename to dump_raw_expression.
a8f4cde1 1283 Remove attempt to print the expression via print_expression: it can't
24daaebc
PH
1284 work before the expression is prefixified.
1285 (dump_raw_expression): Renamed from dump_prefix_expression.
a8f4cde1 1286 (dump_postfix_expression): Rename to dump_prefix_expression, since
24daaebc 1287 that's what it does.
a8f4cde1 1288 Remove 'note' parameter, since this routine must be used on
24daaebc
PH
1289 prefixified expression.
1290 (dump_prefix_expression): Renamed from dump_postfix_expression.
a8f4cde1 1291
8c2957c4
JB
12922003-09-22 Jim Blandy <[email protected]>
1293
1294 * dwarf2read.c (read_array_type): When building the type for an
1295 array of unspecified length, make sure to choose the upper bound
1296 so that the array's total length comes out to be zero --- that's
1297 how we represent such arrays.
1298
592e3010
MC
12992003-09-22 Michael Chastain <[email protected]>
1300
1301 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1302
365c70b1
JJ
13032003-09-22 Jeff Johnston <[email protected]>
1304
1305 * top.c (quit_force): Fix indirect call to quit_target so
1306 a struct qt_args pointer is passed.
1307
5d6eb653
AC
13082003-09-22 Andrew Cagney <[email protected]>
1309
1310 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1311 * arch-utils.c (init_frame_pc_noop): Delete function.
1312 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1313 "init_frame_pc".
1314 * mips-tdep.c (mips_gdbarch_init): Ditto.
1315 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1316 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1317 declaration.
1318 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1319 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1320 declaration.
1321 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1322
b222a67f
AG
13232003-09-22 Anthony Green <[email protected]>
1324
1325 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1326 declaration.
1327
d5b5ac79
AC
13282003-09-20 Andrew Cagney <[email protected]>
1329
deafb061
AC
1330 * breakpoint.c: Eliminate ARGSUSED.
1331 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1332 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1333 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1334 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1335 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1336 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1337 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1338 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1339 * wince.c, remote-vx.c: Ditto.
1340
d5b5ac79
AC
1341 * cli/cli-script.c: Remove "register" attributes.
1342 * config/pa/tm-hppa.h: Ditto.
1343 * cli/cli-decode.c: Ditto.
1344 * cli/cli-cmds.c: Ditto.
1345
c6316faa
AC
13462003-09-19 Andrew Cagney <[email protected]>
1347
1348 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1349 DEPRECATED_NPC_REGNUM.
1350 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1351
f4f99b11
CF
13522003-09-19 Christopher Faylor <[email protected]>
1353
1354 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1355
1708f284
JB
13562003-09-19 Jim Blandy <[email protected]>
1357
1358 * macrotab.c (macro_include): Use the correct comparison to find
1359 the appropriate place for this inclusion in the list.
1360
b9fbf434
AC
13612003-09-19 Andrew Cagney <[email protected]>
1362
1363 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1364 (DEPRECATED_HPUX_TEXT_END): Define.
1365 (deprecated_hpux_text_end): Declare.
1366 (struct target_ops): Declare opaque.
1367 * hppah-nat.c (text_end): Make static.
1368 (deprecated_hpux_text_end): New function.
1369 * exec.c (text_end): Delete global variable.
1370 (NEED_TEXT_START_END): Do not define.
1371 (exec_file_attach): Replace code computing "text_end" code with
1372 call to DEPRECATED_HPUX_TEXT_END.
1373
5b03f266
AC
13742003-09-19 Andrew Cagney <[email protected]>
1375
1376 * utils.c (align_up, align_down): New functions.
1377 * defs.h (align_up, align_down): Declare.
1378 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1379 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1380 and "align_down".
1381 (round_up, round_down): Delete functions.
1382 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1383 "align_down".
1384 (ROUND_DOWN, ROUND_UP): Delete macros.
1385 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1386 * h8300-tdep.c: Replace "round_up" and "round_down" with
1387 "align_up" and "align_down".
1388 (round_up, round_down): Delete macros.
1389 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1390 "align_down".
1391 (ROUND_UP, ROUND_DOWN): Delete macros.
1392
51db5742
JB
13932003-09-18 J. Brobecker <[email protected]>
1394
1395 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1396 hard-coded constant. Use the proper machine name instead.
1397
77949794
AC
13982003-09-17 Andrew Cagney <[email protected]>
1399
1400 * sparc-tdep.c (legacy_register_name): Delete function.
1401 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1402 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1403 * infcmd.c (gdb_register_name): Delete variable.
1404 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1405 REGISTER_NAME and "tm.h".
1406 * gdbarch.h, gdbarch.c: Regenerate.
1407 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1408 REGISTER_NAMES in comments.
1409 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1410 * m68klinux-nat.c (regmap): Ditto.
1411
b55c33cc
JB
14122003-09-17 Jim Blandy <[email protected]>
1413
1414 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1415
957e27ac
AC
14162003-09-17 Andrew Cagney <[email protected]>
1417
1418 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1419 (ppcnbsd_init_abi): Set "use_struct_convention" to
1420 "ppcnbsd_use_struct_convention".
1421
192cb3d4
MK
14222003-09-17 Mark Kettenis <[email protected]>
1423
1424 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1425 * gdbarch.h, gdbarch.c: Regenerate.
1426 (stabs_argument_has_addr): New architecture method.
1427 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1428 * arch-utils.c: Include "buildsym.h".
1429 (default_stabs_argument_has_addr): New function.
1430 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1431 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1432
efe59759
AC
14332003-09-17 Andrew Cagney <[email protected]>
1434
1435 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1436 * gdbarch.h, gdbarch.c: Regenerate.
1437 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1438 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1439 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1440 * sparcnbsd-tdep.c: Update.
a8f4cde1 1441
62700349
AC
14422003-09-17 Andrew Cagney <[email protected]>
1443
1444 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1445 * gdbarch.h, gdbarch.c: Regenerate.
1446 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1447 * d10v-tdep.c, frame.c: Update.
1448 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1449 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1450 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1451 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1452 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1453 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1454 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1455 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1456 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1457 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1458 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1459 * config/pa/nm-hppah.h: Update.
1460
b9ff3018
AC
14612003-09-16 Andrew Cagney <[email protected]>
1462
1463 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1464 "use_struct_convention" to "ppc_linux_use_struct_convention".
1465 (ppc_linux_use_struct_convention): New function.
1466 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1467 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1468 "rs6000_use_struct_convention".
1469 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1470 declaration.
1471 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1472 Delete function.
1473
aa1ee363
AC
14742003-09-16 Andrew Cagney <[email protected]>
1475
1476 * buildsym.c: Remove more occurances of "register".
1477 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1478 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1479 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1480 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1481 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1482 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1483 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1484 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1485
f2ea0907
CV
14862003-09-16 Corinna Vinschen <[email protected]>
1487
1488 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1489 numbers to enumeration values.
1490 * sh-tdep.c: Accomodate above change.
1491 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1492 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1493 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1494 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1495 (IS_FPUSH): Rename from IS_FMOV.
1496 (sh_extract_struct_value_address): Remove useless comment.
1497 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1498 instead of own local values.
1499 (sh_dump_tdep): Remove.
1500 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1501 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1502
1c704f11
AC
15032003-09-15 Andrew Cagney <[email protected]>
1504
1505 * doublest.c (convert_floatformat_to_doublest): No longer need to
1506 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1507
ac79b88b
DJ
15082003-09-15 Daniel Jacobowitz <[email protected]>
1509
1510 * values.c (unpack_double): Call floatformat_is_valid.
1511
1c671366
MK
15122003-09-15 Mark Kettenis <[email protected]>
1513
de5227fb
MK
1514 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1515 ps_strings into a long.
1516
1c671366
MK
1517 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1518 _initialize_am64fbsd_nat.
1519
a604369a
KB
15202003-09-15 Kevin Buettner <[email protected]>
1521
1522 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1523 associated with DW_AT_ranges attribute is out of bounds.
1524
b3cacbee
DL
15252003-09-15 David Lecomber <[email protected]>
1526
1527 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1528
d0f37bb2
MC
15292003-09-14 Michael Chastain <[email protected]>
1530
1531 * config/m68k/nm-apollo68v.h: Delete.
1532 * config/m68k/xm-apollo68v.h: Delete.
1533
69517000
AC
15342003-09-14 Andrew Cagney <[email protected]>
1535
1536 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1537 * dcache.c: Update copyrights and descriptions.
1538 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1539
ef8b349d
AC
15402003-09-14 Andrew Cagney <[email protected]>
1541
1542 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1543 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1544
52f0bd74
AC
15452003-09-14 Andrew Cagney <[email protected]>
1546
1547 * alpha-nat.c: Remove some occurances of "register".
1548 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1549 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1550 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1551 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1552 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1553 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1554 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1555 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1556 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1557 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1558 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1559 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1560 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1561 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1562 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1563 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1564 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1565 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1566 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1567 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1568 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1569 * values.c, vax-tdep.c, xcoffread.c: Ditto.
a8f4cde1 1570
4a4b3fed
AC
15712003-09-13 Andrew Cagney <[email protected]>
1572
1573 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1574 * ppc-tdep.h (struct regcache): Declare opaque.
1575 * objfiles.h (struct objfile_data): Declare opaque.
1576 * cp-support.h (struct objfile): Declare opaque.
1577 * linux-nat.h (target_waitstatus): Declare opaque.
1578
2110b94f
MK
15792003-09-14 Mark Kettenis <[email protected]>
1580
1c671366
MK
1581 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1582 (stabs_argument_has_addr): New architecture method.
1583 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1584 * arch-utils.c: Include "buildsym.h".
1585 (default_stabs_argument_has_addr): New function.
1586 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1587 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1588
2110b94f
MK
1589 * cris-tdep.c (cris_gdbarch_init): Set
1590 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1591 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1592 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1593 * mips-tdep.c (mips_gdbarch_init): Likewise.
1594 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1595 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1596
48436ce6
AC
15972003-09-13 Andrew Cagney <[email protected]>
1598
1599 * values.c (using_struct_return): Delete "function" and "funcaddr"
1600 parameters.
1601 * value.h (using_struct_return): Update declaration.
1602 * infcmd.c (finish_command_continuation): Update.
1603 (finish_command): Update.
1604 * infcall.c (call_function_by_hand): Update.
1605 * eval.c (evaluate_subexp_standard): Update.
1606
403d9909
CF
16072003-09-13 Christopher Faylor <[email protected]>
1608
1609 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1610 SSE registers since gdb will not operate correctly without this.
1611 Restore include file ordering munged in previous change.
1612 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1613
ebf7d56b
MK
16142003-09-13 Mark Kettenis <[email protected]>
1615
8e823e25
MK
1616 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1617 REG_STRUCT_HAS_ADDR.
1618 * gdbarch.c, gdbarch.h: Updated.
1619 * infcall.c (call_function_by_hand): Update.
1620 * stabsread.c (define_symbol): Updated.
a8f4cde1 1621
ebf7d56b
MK
1622 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1623
d3f13f72
CF
16242003-09-12 Christopher Faylor <[email protected]>
1625
1626 * win32-nat.c: Reorganize so that defines used by target headers are
1627 actually defined by the system headers.
1628 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1629 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1630
14f75137
JB
16312003-09-12 Jim Blandy <[email protected]>
1632
d646061f
JB
1633 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1634 the file has no .data, .bss, or .rodata sections. Instead wait
1635 until we see a variable alleged to live in one of those sections.
1636
2a13f9bc
JB
1637 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1638 .bss section, presume that any variables we find live in the
1639 .rodata section.
1640
4f49b26b
JB
1641 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1642 offsets for global and static variables.
1643
14f75137
JB
1644 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1645 symbol types are, by definition, in the .data section, so it is
1646 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1647 If there is no .data section, there should be no N_DATA or N_DATA
1648 | N_EXT symbols.
1649
212c460c
MK
16502003-09-12 Mark Kettenis <[email protected]>
1651
1652 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1653 (amd64fbsd_sigcontext_addr): Rewrite.
1654 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1655 with correct values.
1656 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1657 (amd64fbsd_init_abi): Fix typo.
1658
68856ea3
AC
16592003-09-12 Andrew Cagney <[email protected]>
1660
1661 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1662 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1663
627b3ba2
AC
16642003-09-12 Andrew Cagney <[email protected]>
1665
1666 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1667 "entry_file_highpc". Update comments.
1668 * defs.h (deprecated_inside_entry_file): Rename
1669 "inside_entry_file".
1670 * blockframe.c (deprecated_inside_entry_file): Rename
1671 "inside_entry_file".
1672 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1673 * vax-tdep.c (vax_frame_chain): Update.
1674 * sh64-tdep.c (sh64_frame_chain): Update.
1675 * sh-tdep.c (sh_frame_chain): Update.
1676 * rs6000-tdep.c (rs6000_frame_chain): Update.
1677 * ns32k-tdep.c (ns32k_frame_chain): Update.
1678 * mips-tdep.c (mips_frame_chain): Update.
1679 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1680 * m32r-tdep.c (m32r_frame_this_id): Update.
1681 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1682 * frv-tdep.c (frv_frame_this_id): Update.
1683 * d10v-tdep.c (d10v_frame_this_id): Update.
1684 * cris-tdep.c (cris_frame_chain): Update.
1685 * blockframe.c (legacy_frame_chain_valid): Update.
1686 * avr-tdep.c (avr_frame_this_id): Update.
1687 * arm-tdep.c (arm_prologue_this_id): Update.
1688 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1689 * objfiles.c (objfile_relocate): Update.
1690 * mipsread.c (mipscoff_symfile_read): Update.
1691 (mipscoff_symfile_read): Update.
1692 * mdebugread.c (parse_partial_symbols): Update.
1693 * dwarfread.c (read_file_scope): Update.
1694 * dwarf2read.c (read_file_scope): Update.
1695 * dbxread.c (read_dbx_symtab): Update.
1696 (read_dbx_symtab): Update.
1697 * coffread.c (complete_symtab): Update.
1698
b0abbc58
JJ
16992003-09-12 Jeff Johnston <[email protected]>
1700
1701 * top.c (quit_target): New static helper function.
1702 (quit_force): Moved code to quit_target(). Call quit_target()
1703 via catch_errors() to catch errors during quit.
1704
a1632d59
DC
17052003-09-11 David Carlton <[email protected]>
1706
1707 * buildsym.c (finish_block): Use allocate_block to allocate the
1708 block.
1709 * mdebugread.c (new_block): Add FIXME.
1710
5c4e30ca
DC
17112003-09-11 David Carlton <[email protected]>
1712
1713 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1714 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1715 (recursive_dump_type): Ditto.
1716 * printcmd.c (print_formatted): Ditto.
1717 * typeprint.c (print_type_scalar): Ditto.
1718 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1719 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1720 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1721 maint_cplus_cmd_list.
1722 * cp-support.c: Make maint_cplus_cmd_list extern.
1723 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1724 command.h.
1725 (lookup_symbol_file): Look in possible namespace blocks when
1726 appropriate.
1727 (initialize_namespace_symtab): New.
1728 (get_possible_namespace_block, free_namespace_block)
1729 (check_possible_namespace_symbols)
1730 (check_possible_namespace_symbols_loop)
1731 (check_one_possible_namespace_symbol)
1732 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1733 (_initialize_cp_namespace): Ditto.
1734 * block.h: Declare allocate_block.
1735 * block.c (allocate_block): New.
1736 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1737 allocate_block.
1738 * symfile.h: Update declaration of add_psymbol_to_list.
1739 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1740 question.
1741 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1742 scan_partial_symbols_call.
1743 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1744 helper functions.
1745 (add_partial_symbol): If necessary, scan mangled names for names
1746 of namespaces.
1747 (add_partial_namespace): Add NAMESPACE argument; generate partial
1748 symbols associated to namespaces.
1749 (add_partial_enumeration): Add NAMESPACE argument.
1750 (new_symbol): Allow namespace syms.
1751 (read_namespace): Generate namespace syms.
1752 * objfiles.h: Add opaque declaration of struct symtab.
1753 (struct objfile): Add cp_namespace_symtab member.
1754 * objfiles.c (allocate_objfile): Set
1755 objfile->cp_namespace_symtab.
1756 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1757 dictionary_h, command_h.
1758
33a7c2fc
AC
17592003-09-11 Andrew Cagney <[email protected]>
1760
1761 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1762 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1763 near the function's end.
1764 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1765 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1766 regcache_raw_write_signed to set SP_REGNUM.
1767
63cd24fe
EZ
17682003-09-11 Elena Zannoni <[email protected]>
1769
1770 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1771 orig_addrs is set up properly.
1772
f27dd7fd
AC
17732003-09-11 Andrew Cagney <[email protected]>
1774
1775 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1776 * gdbarch.h, gdbarch.c: Re-generate.
1777 * infcall.c (call_function_by_hand): Update.
1778 * hppa-tdep.c (hppa_push_arguments): Update.
1779 * ada-lang.c (place_on_stack): Update.
1780 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1781 * sparc-tdep.c (sparc_gdbarch_init): Update.
1782 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1783 * hppa-tdep.c (hppa_gdbarch_init): Update.
1784 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1785 stack_align.
1786
f630a401
DJ
17872003-09-11 Daniel Jacobowitz <[email protected]>
1788
1789 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1790 register do need a frame.
1791
0ddabb4c
AC
17922003-09-11 Andrew Cagney <[email protected]>
1793
1794 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1795 buildable since GDB 5.0.
1796 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1797 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1798 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1799 * irix4-nat.c: Delete file.
1800 * config/mips/irix4.mh: Delete file.
1801 * config/mips/irix3.mh: Delete file.
1802 * config/mips/irix3.mt: Delete file.
1803 * config/mips/tm-irix3.h: Delete file.
1804 * config/mips/nm-irix3.h: Delete file.
1805 * config/mips/xm-irix3.h: Delete file.
1806 * config/mips/nm-irix4.h: Delete file.
1807 * config/mips/xm-irix4.h: Delete file.
1808 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1809
fde2cceb
JB
18102003-09-10 J. Brobecker <[email protected]>
1811
1812 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1813 * Makefile.in (hppa-tdep.o): Update dependencies.
1814
66f667f5
JW
18152003-09-10 James E Wilson <[email protected]>
1816
ef5fd69f
JW
1817 * MAINTAINERS: Change my e-mail address. Move to paper trail
1818 section.
66f667f5 1819
53e8aaea
KB
18202003-09-10 Kevin Buettner <[email protected]>
1821
1822 * MAINTAINERS (frv): New ISA entry.
1823
dcc6aaff
KB
18242003-09-10 Kevin Buettner <[email protected]>
1825
1826 * frv-tdep.c (dis-asm.h): Include.
1827 * Makefile.in (frv-tdep.o): Update dependencies.
1828
932644f0
JJ
18292003-09-09 Jeff Johnston <[email protected]>
1830
1831 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1832 Fix typo for high range of floating registers.
1833
91c24f0a
DC
18342003-09-09 David Carlton <[email protected]>
1835
1836 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1837 highpc initialization here out of scan_partial_symbols.
1838 (scan_partial_symbols): Restructure into a recursive version,
1839 calling add_partial_namespace and add_partial_enumeration when
1840 appropriate.
1841 (add_partial_namespace): New.
1842 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1843
c9263853
AC
18442003-09-09 Andrew Cagney <[email protected]>
1845
e56a0ecc
AC
1846 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1847 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1848 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1849 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1850
794a477a
AC
1851 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1852 (rs6000_push_dummy_call): Set the "TOC" register.
1853
c9263853
AC
1854 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1855 methods "max_register_raw_size", "max_register_virtual_size" or
1856 "register_virtual_size".
1857
afa7d0b2
ILT
18582003-09-09 Ian Lance Taylor <[email protected]>
1859
1860 * MAINTAINERS: Update my e-mail address.
1861
7a41266b
AC
18622003-09-09 Andrew Cagney <[email protected]>
1863
1864 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1865 (rs6000_push_dummy_call): Store the struct return address.
1866 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1867
77b2b6d4
AC
18682003-09-09 Andrew Cagney <[email protected]>
1869
1870 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1871 "ppc_sysv_abi_push_arguments".
1872 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1873 "ppc_sysv_abi_push_arguments".
1874 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1875 instead of "push_arguments".
1876 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1877
e8a7b686
AC
18782003-09-09 Andrew Cagney <[email protected]>
1879
1880 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1881 instead of CALL_DUMMY_ADDRESS.
1882
f86f5ca3
PH
18832003-09-09 Paul N. Hilfinger <[email protected]>
1884
1885 * p-lang.c: Eliminate "register".
1886 * c-lang.c: Ditto.
1887 * expprint.c: Ditto.
1888 * f-lang.c: Ditto.
1889 * jv-lang.c: Ditto.
1890 * language.c: Ditto.
1891 * m2-lang.c: Ditto.
1892 * parse.c: Ditto.
1893 * scm-lang.c: Ditto.
1894 * objc-lang.c: Ditto.
1895
83ee270e
NC
18962003-09-09 Nick Clifton <[email protected]>
1897
1898 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1899
a89aa300
AC
19002003-09-04 Andrew Cagney <[email protected]>
1901
1902 * avr-tdep.c: Include "dis-asm.h".
1903 * cris-tdep.c: Include "dis-asm.h".
1904 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1905 instead of corresponding typedef.
1906 * h8300-tdep.c: Include "dis-asm.h".
1907 * ia64-tdep.c: Include "dis-asm.h".
1908 * i386-tdep.c: Include "dis-asm.h".
1909 (i386_print_insn): Use "struct disassemble_info" instead of
1910 corresponding typedef.
1911 * m68k-tdep.c: Include "dis-asm.h".
1912 * mcore-tdep.c: Include "dis-asm.h".
1913 * mips-tdep.c: Include "dis-asm.h".
1914 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1915 instead of corresponding typedef.
1916 * ns32k-tdep.c: Include "dis-asm.h".
1917 * s390-tdep.c: Include "dis-asm.h".
1918 * sparc-tdep.c: Include "dis-asm.h".
1919 * vax-tdep.c: Include "dis-asm.h".
1920 * v850-tdep.c: Include "dis-asm.h".
1921 * mn10300-tdep.c: Include "dis-asm.h".
1922 * rs6000-tdep.c: Include "dis-asm.h".
1923 * xstormy16-tdep.c: Include "dis-asm.h".
1924 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1925 print_insn_xstormy16.
1926 * Makefile.in (v850-tdep.o): Update dependencies.
1927 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1928 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1929 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1930 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1931 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1932 (gdbarch_h): Remove $(dis_asm_h).
1933 * disasm.c: Include "dis-asm.h".
1934 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1935 corresponding typedef.
1936 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1937 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1938 * gdbarch.sh: Do not include "dis-asm.h".
1939 (struct disassemble_info): Declare opaque.
1940 (TARGET_PRINT_INSN): Update declaration.
1941 * gdbarch.h, gdbarch.c: Re-generate.
1942
88a82a65
AC
19432003-09-08 Andrew Cagney <[email protected]>
1944
1945 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1946 CALL_DUMMY_ADDRESS, change to a predicate.
1947 * gdbarch.h, gdbarch.c: Re-generate.
1948 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1949 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1950 * infcall.c (call_function_by_hand): Ditto.
1951 * sparc-tdep.c (sparc_push_return_address): Ditto.
1952 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1953 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1954 CALL_DUMMY_ADDRESS with entry_point_address.
1955 * v850-tdep.c (v850_push_return_address): Ditto.
1956 * s390-tdep.c (s390_push_return_address): Ditto.
1957 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1958 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1959 * mcore-tdep.c (mcore_push_return_address): Ditto.
1960 * cris-tdep.c (cris_push_return_address): Ditto.
1961 * arm-tdep.c (arm_push_return_address): Ditto.
1962
3e2c4033
AC
19632003-09-08 Andrew Cagney <[email protected]>
1964
1965 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1966 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1967 and REG_UNMODIFIED to REG_SAME_VALUE.
1968 (execute_cfa_program): Update.
1969 (dwarf2_frame_cache): Update. Initialize table to
1970 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1971 location.
1972 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1973
39efb398
AC
19742003-09-08 Andrew Cagney <[email protected]>
1975
1976 * gnu-nat.c: Remove "inline" function attribute.
1977 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1978
f5cb5aca
KB
19792003-09-08 Kevin Buettner <[email protected]>
1980
1981 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1982 target.
1983
1cb761c7
KB
19842003-09-08 Kevin Buettner <[email protected]>
1985
1986 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1987 (frame_extra_info): Rename this struct to frv_unwind_cache.
1988 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1989 Add fields ``prev_sp'' and ``base''.
1990 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1991 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1992 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1993 Delete.
1994 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1995 Revise all callers. Fill in the unwind cache argument and make
1996 other adjustments to account for new frame mechanisms.
1997 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1998 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1999 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2000 (frv_frame_unwind, frv_frame_base): New structs.
2001 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2002 additional arguments expected by this method and adjust function
2003 body accordingly.
2004 (frv_gdbarch_init): Remove calls to the following functions:
2005 set_gdbarch_deprecated_init_frame_pc(),
2006 set_gdbarch_deprecated_saved_pc_after_call(),
2007 set_gdbarch_deprecated_frame_chain(),
2008 set_gdbarch_deprecated_frame_saved_pc(),
2009 set_gdbarch_deprecated_frame_init_saved_regs(),
2010 set_gdbarch_deprecated_push_arguments(),
2011 set_gdbarch_deprecated_push_return_address(),
2012 set_gdbarch_deprecated_pop_frame(),
2013 set_gdbarch_deprecated_call_dummy_words(),
2014 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2015 set_gdbarch_deprecated_init_extra_frame_info(),
2016 set_gdbarch_deprecated_dummy_write_sp(), and
2017 set_gdbarch_deprecated_pc_in_call_dummy().
2018 Add calls to the following functions:
2019 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2020 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2021 frame_base_set_default().
2022 * Makefile.in (frv-tdep.o): Update dependencies.
a8f4cde1 2023
68f6cf99
MK
20242003-09-09 Mark Kettenis <[email protected]>
2025
2026 * dwarf2-frame.c (read_encoded_value): Add support for
2027 DW_EH_PE_aligned encoding.
2028
73b65bb0
DJ
20292003-09-08 Daniel Jacobowitz <[email protected]>
2030
2031 * infrun.c (normal_stop): Don't print a message if the inferior
2032 has exited.
2033
7c8a5605
JB
20342003-09-08 Jim Blandy <[email protected]>
2035
2036 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2037 * dbxread.c: #include "gdb_assert.h".
2038 (read_dbx_symtab): If the objfile has no .data section, use the
2039 section index for the .bss section instead.
2040
7dd88986
DJ
20412003-09-08 Daniel Jacobowitz <[email protected]>
2042
2043 * frame.c (deprecated_safe_get_selected_frame): New function.
2044 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2045 * findvar.c (read_var_value): Call it.
2046
55ff77ac
CV
20472003-09-08 Corinna Vinschen <[email protected]>
2048
2049 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2050 (sh64-tdep.o): Add dependencies.
2051 * configure.tgt: Add FIXME to sh-*-linux*.
2052 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2053 (sh_gdbarch_init): Always set correct sh_show_regs function
a8f4cde1 2054 pointer. Call sh64_gdbarch_init() if machine type is sh5.
55ff77ac
CV
2055 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2056 * sh64-tdep.c: New file, containing all sh64 related code from
2057 sh-tdep.c.
2058 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2059 * config/sh/linux.mt (TDEPFILES): Ditto.
a8f4cde1 2060 * config/sh/nbsd.mt (TDEPFILES): Ditto.
55ff77ac
CV
2061 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2062 * config/sh/wince.mt (TDEPFILES): Ditto.
2063
bfb39158
DJ
20642003-09-07 Daniel Jacobowitz <[email protected]>
2065
2066 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2067 (stop_wait_callback): Handle !lp->signalled also.
2068 (lin_lwp_has_pending, flush_callback): New functions.
2069 (lin_lwp_wait): Call flush_callback.
2070 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2071 (linux_proc_pending_signals): New function.
2072 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2073
9407de8e
DJ
20742003-09-07 Daniel Jacobowitz <[email protected]>
2075
2076 From Nick Kelsey <[email protected]>:
2077 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2078 when the stop PC is at the beginning of a function also.
2079
2ef47cd0
DJ
20802003-09-06 Daniel Jacobowitz <[email protected]>
2081
2082 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2083 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2084
6f4492c8
MK
20852003-09-06 Mark Kettenis <[email protected]>
2086
2087 * sol-thread.c: Include "gdb_string.h".
2088
d3420b2f
MK
20892003-09-03 Mark Kettenis <[email protected]>
2090
2091 * gcore.c: Reorder include files in alphabetical order. Include
2092 "gdb_assert.h". Various coding style fixes.
2093 (derive_stack_segment, derive_heap_segment): Replace check for
2094 non-null BOTTOM and TOP with gdb_assert.
2095 (derive_heap_segment): Replace check for successful creation of
2096 ZERO with gdb_assert.
2097 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2098
5220ea4c
AC
20992003-09-04 Andrew Cagney <[email protected]>
2100
2101 * thread-db.c (verbose_dlsym): New function.
2102 (thread_db_load): Use verbose_dlsym
2103 (thread_db_new_objfile): Print that libthread_db was loaded, and
2104 that thread debugging was enabled.
2105
6e8c2c06
AC
21062003-09-04 Andrew Cagney <[email protected]>
2107
2108 * configure.tgt: Add "mips64*-*-*" target. Delete
2109 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2110 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2111 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2112 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2113 mips*-sony-*, and mips64*-*-elf* targets.
2114 * config/mips/embedl.mt: Delete file.
2115 * config/mips/embedl64.mt: Delete file.
2116 * config/mips/mips.mt: Delete file.
2117 * config/mips/mips64.mt: Delete file.
2118 * config/mips/tm-embed.h: Delete file.
2119 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2120 * config/mips/embed64.mt: Delete out-of-date comment.
2121
3a3bc038
AC
21222003-09-04 Andrew Cagney <[email protected]>
2123
2124 * hppa-tdep.c (hppa_gdbarch_init): Set
2125 "have_nonsteppable_watchpoint".
2126 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2127 * mips-tdep.c (mips_dump_tdep): Do not print
2128 HAVE_NONSTEPPABLE_WATCHPOINT.
2129 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2130 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2131 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2132 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2133
a957e642
CV
21342003-09-04 Corinna Vinschen <[email protected]>
2135
2136 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2137 unused code. Add comment.
2138
a6fbcf2f
CV
21392003-09-04 Corinna Vinschen <[email protected]>
2140
2141 * breakpoint.c (watchpoint_check): Check for pc being in an
2142 epilogue if watchpoint frame couldn't be found.
2143
c14a44d5
AC
21442003-09-04 Andrew Cagney <[email protected]>
2145
2146 * Makefile.in: Re-generate all dependencies.
2147
f6c40618
AC
21482003-09-03 Andrew Cagney <[email protected]>
2149
2150 * arch-utils.h (legacy_print_insn): Delete declaration.
2151 * arch-utils.c (legacy_print_insn): Delete function.
2152 * disasm.c (deprecated_tm_print_insn_info): Delete.
2153 (_initialize_disasm): Delete function, contained code initializing
2154 deprecated_tm_print_insn_info.
2155 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2156 (deprecated_tm_print_insn_info): Delete.
2157 (TARGET_PRINT_INSN): Do not provide a default.
2158 * gdbarch.h, gdbarch.c: Re-generate.
2159
242e8be5
AC
21602003-09-03 Andrew Cagney <[email protected]>
2161
2162 * disasm.c (fprintf_disasm): New function.
2163 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2164 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2165 reverts 2003-08-14 change.
2166 (_initialize_disasm): Call "init_disassemble_info", instead of
2167 INIT_DISASSEMBLE_INFO_NO_ARCH.
2168
3ffc3dda
MS
21692003-09-03 Michael Snyder <[email protected]>
2170
2171 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2172
52d16ba8
AC
21732003-09-03 Andrew Cagney <[email protected]>
2174
2175 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2176 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2177 * symfile.c (syms_from_objfile): Update.
2178 (reread_symbols): `Update
2179 * exec.c (exec_file_attach): Update.
2180 (exec_file_attach): Update.
2181 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2182 2003-08-29 change.
2183 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2184
eb5492fa
DJ
21852003-09-03 Daniel Jacobowitz <[email protected]>
2186
2187 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2188 trad-frame.h.
2189 (arm_get_cache): Delete macro.
2190 (struct arm_prologue_cache): Update comments. Make saved_regs into
2191 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2192 to prev_sp.
2193 (thumb_scan_prologue): Update for cache changes. Don't call
2194 DEPRECATED_PC_IN_CALL_DUMMY.
2195 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2196 argument and use it in desperation search for our prologue. Do not
2197 search past the specified PC.
2198 (arm_make_prologue_cache): Simplify.
2199
2200 (arm_prologue_this_id, arm_prologue_prev_register)
2201 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2202 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2203 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2204 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2205 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2206
2207 (arm_frame_chain_valid, arm_find_callers_reg)
2208 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2209 (arm_pop_frame): Delete obsolete methods.
2210 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2211
2212 (arm_gdbarch_init): Update for new frame methods. Register prologue
2213 and sigtramp unwinders. Set the default frame base method.
2214
2215 * Makefile.in (arm-tdep.o): Update dependencies.
2216 * varobj.c (find_frame_addr_in_frame_chain): Call
2217 get_frame_base_address.
2218 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2219
24de872b
DJ
22202003-09-03 Daniel Jacobowitz <[email protected]>
2221
2222 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2223 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2224 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2225 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2226 Take NEXT_FRAME and CACHE arguments. Call
2227 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2228 Set unwound_pc in CACHE instead of modifying the frame argument.
2229 Don't bother checking the frame type when looking for sigtramp
2230 frames.
2231 (arm_make_prologue_cache, arm_frame_chain)
2232 (arm_init_extra_frame_info): New functions.
2233
9b8d791a
DJ
22342003-09-03 Daniel Jacobowitz <[email protected]>
2235
2236 * arm-tdep.c (arm_get_cache): Define.
2237 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2238 unwound_sp, unwound_pc, and saved_regs.
2239 (thumb_scan_prologue): Take a cache instead of the frame.
2240 (arm_scan_prologue): Likewise.
2241 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2242 instead of a temporary frame.
2243 (arm_init_extra_frame_info): Allocate and use a cache.
2244 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2245
7ee3275f
AC
22462003-09-03 Andrew Cagney <[email protected]>
2247
2248 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2249 * config/mips/wince.mt (TM_CLIBS): Ditto.
2250 * config/sh/wince.mt (TM_CLIBS): Ditto.
2251 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2252 * config/sparc/sp64.mt (CC): Delete.
2253
57b29be7
AC
22542003-09-03 Andrew Cagney <[email protected]>
2255
2256 * defs.h: Do not include "arch-utils.h".
2257 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2258 GDB_MULTI_ARCH_PURE.
2259 * configure.in (GDB_MULTI_ARCH): Do not define.
2260 * configure, config.in: Regenerate.
2261 * configure.tgt: Do not set variable "gdb_multi_arch".
2262 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2263 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2264 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2265 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2266 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2267 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2268 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2269 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2270 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2271 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2272 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2273 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2274 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2275 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2276 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2277 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2278 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2279 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
a8f4cde1 2280
12e035e2
MC
22812003-08-30 Michael Chastain <[email protected]>
2282
2283 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2284 * config/m68k/nm-hp300hpux.h: Delete.
2285 * config/m68k/tm-hp300hpux.h: Delete.
2286 * config/m68k/xm-hp300hpux.h: Delete.
2287 * config/m68k/xm-hp300bsd.h: Delete.
2288 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2289 tm-hp300hpux.h, xm-hp300hpux.h.
2290 * somsolib.c: Remove comment about hp300 shared libraries.
2291
bda34dc2
MK
22922003-08-31 Mark Kettenis <[email protected]>
2293
5bca7895
MK
2294 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2295 Only define PTRACE_GET_THREAD_AREA is not already defined.
2296 Various style fixes in code and comments and some additional
2297 spelling fixes in comments. Move after functions dealing with
2298 debug registers.
2299 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2300 Fix coding-style.
2301
bda34dc2
MK
2302 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2303 frame_unwind_register_unsigned instead of
2304 frame_unwind_unsigned_register.
2305
c890192f
MK
23062003-08-30 Mark Kettenis <[email protected]>
2307
2308 * configure.in: Search for gethostbyname in libnsl.
2309 * configure: Regenerated.
2310
60fac5b8
MK
23112003-08-29 Mark Kettenis <[email protected]>
2312
e294916c
MK
2313 * configure.in: Remove redundant AC_MSG_RESULT in check for
2314 uintptr_t in stdint.h.
2315 * configure: Regenerated.
2316
c40d267a
MK
2317 * amd64-nat.h (struct regcache): Add opaque declaration.
2318
60fac5b8
MK
2319 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2320 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2321 Change "register array" to "register cache" in comments.
2322 (x86_64_linux_gregset64_reg_offset): New variable.
2323 (GETREGS_SUPPLIES): Remove macro.
2324 (supply_gregset): Call amd64_supply_native_gregset instead of
2325 x86_64_linux_supply_gregset.
2326 (fill_gregset): Rename `regno' to `regnum'. Call
2327 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2328 (store_regs): Rename `regno' to `regnum'.
2329 (store_fpregs): Rename `regno' to `regnum'.
2330 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2331 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2332 Reorganize function a bit.
2333 (store_inferior_registers): Rename `regno' to `regnum'. Use
2334 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2335 Reorganize function a bit.
2336 (_initialize_x86_64_linux_nat): New function.
2337 * config/i386/x86-64linux.mh.
2338
546143b6
AC
23392003-08-29 Andrew Cagney <[email protected]>
2340
2341 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2342 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2343 (target_remove_watchpoint): Delete macro.
2344 (target_insert_watchpoint): Delete macro.
2345 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2346 (remote_mips_stopped_by_watchpoint): Delete declaration.
2347 (remote_mips_remove_watchpoint): Delete declaration.
2348 (remote_mips_set_watchpoint): Delete declaration.
2349 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2350 * remote-mips.c (_initialize_remote_mips): Set
2351 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2352 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2353 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2354 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2355 (mips_stopped_by_watchpoint): Rename
2356 remote_mips_stopped_by_watchpoint.
2357 (mips_can_hardware_watchpoint): Rename
2358 remote_mips_can_use_hardware_watchpoint, update function
2359 signature.
2360
7bace51b
MK
23612003-08-29 Mark Kettenis <[email protected]>
2362
b0f5c6f2
MK
2363 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2364 USER_DS. We haven't given them a register number yet.
2365
2a6d284d
MK
2366 * amd64-nat.h: New file.
2367 * amd64-nat.c: New file.
2368 * amd64fbsd-nat.c: Include "amd64-nat.h".
2369 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2370 (amd64fbsd32_r_reg_offset): New variable.
2371 (supply_gregset): Simply call amd64_supply_native_gregset.
2372 (fill_gregset): Rename `regno' to `regnum'. Simply call
2373 amd64_collect_native_gregset.
2374 (fill_fpregset): Rename `regno' to `regnum'.
2375 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2376 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2377 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2378 `fpregset_t'. Call amd64_supply_native_gregset instead of
2379 supply_gregset. Call x86_64_supply_fxsave instead of
2380 supply_fpregset.
2381 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2382 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2383 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2384 `fpregset_t'. Call amd64_collect_native_gregset instead of
2385 fill_gregset. Call x86_64_collect_fxsave instead of
2386 fill_fpregset.
2387 (_initialize_am64fbsd_nat): Initialize
2388 amd64_native_gregset32_reg_offset and
2389 amd64_native_gregset64_reg_offset.
2390 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2391
a16d75cc
MK
2392 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2393 null pointer. Fix typo in comment.
2394
7bace51b
MK
2395 * regcache.c (supply_register): Reimplement to call
2396 regcache_raw_supply.
2397 (regcache_collect): Reimplement by calling regcache_raw_collect.
2398
9a661b68
MK
23992003-08-28 Mark Kettenis <[email protected]>
2400
2401 * regcache.c (register_buffer): Consitify first argument.
2402 (regcache_raw_supply, regcache_raw_collect): New
2403 functions.
2404
e94cc8fa
DJ
24052003-08-28 Daniel Jacobowitz <[email protected]>
2406
2407 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2408 by Nathan J. Williams.
2409
c64bd0ce
DJ
24102003-08-28 Daniel Jacobowitz <[email protected]>
2411
2412 * lin-lwp.c (wait_lwp): New function, copied from
2413 stop_wait_callback. Clean up.
2414 (stop_wait_callback): Use wait_lwp.
2415
e5ab0dce
AC
24162003-08-28 Andrew Cagney <[email protected]>
2417
2418 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2419 flavour and disassembler options.
2420 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2421 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2422 deprecated_tm_print_insn_info.
a8f4cde1 2423
a788de9b
AC
24242003-08-27 Andrew Cagney <[email protected]>
2425
2426 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2427 Use target_read_memory.
2428 (s390_get_frame_info): Update. Do not reference
2429 deprecated_tm_print_insn_info.
2430 (s390_check_function_end, s390_is_sigreturn): Ditto.
2431
36482093
AC
24322003-08-27 Andrew Cagney <[email protected]>
2433
2434 * Makefile.in (cris-tdep.o): Update dependencies.
2435 * cris-tdep.c: Include "gdb_assert.h".
2436 (cris_gdbarch_init): Set print_insn.
2437 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2438 (cris_delayed_get_disassembler): Simplify, directly call the
2439 disassembler returned by cris_get_disassembler.
2440 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2441 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2442 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2443 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2444 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2445 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2446 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2447 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2448 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2449 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2450 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2451 (gdb_print_insn_sparc): Delete function.
2452 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2453 deprecated_tm_print_insn_info.
2454 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2455 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2456 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2457 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2458 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2459 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2460 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2461 (s390_gdbarch_init): Set print_insn.
2462
0285512f
AC
24632003-08-27 Andrew Cagney <[email protected]>
2464
2465 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2466 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2467 * infcall.c (call_function_by_hand): Convert the entry point
2468 address into a code address.
2469
cdcd5552
AC
24702003-08-27 Andrew Cagney <[email protected]>
2471
2472 * dsrec.c: Include "gdb_string.h".
2473 * Makefile.in (dsrec.o): Update dependencies.
2474
e85cddad
MC
24752003-08-27 Michael Chastain <[email protected]>
2476
2477 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2478
8bbfbb23
AC
24792003-08-27 Andrew Cagney <[email protected]>
2480
2481 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2482 (alpha_osf1_init_abi): Do not set call_dummy_address.
2483
ba058b66
DC
24842003-08-27 David Carlton <[email protected]>
2485
2486 From Randolph Chung <[email protected]>:
2487 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2488 compiles with -Wformat-nonliteral -Werror.
2489
87f84c9d
JB
24902003-08-26 Jim Blandy <[email protected]>
2491
2492 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2493 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2494 bfd_lookup_symbol, since we only want symbols in code sections.
2495 (look_for_base): Pass zero as the SECT_FLAGS argument to
2496 bfd_lookup_symbol, since we're not concerned about which section
2497 the symbol is in.
2498
102d615a
JJ
24992003-08-26 Jeff Johnston <[email protected]>
2500
2501 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
a8f4cde1 2502 we are frameless or the return address register is already known.
102d615a 2503
cc7ad3ea
AC
25042003-08-26 Andrew Cagney <[email protected]>
2505
2506 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2507 in size. Add comments.
2508
af8b88dd
JJ
25092003-08-26 Jeff Johnston <[email protected]>
2510
2511 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
a8f4cde1 2512 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
af8b88dd 2513
e0a4f5a1
JM
25142003-08-26 Jason Merrill <[email protected]>
2515
2516 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2517 case out of #ifdef MIPS block.
2518
4ae9ee8e
DJ
25192003-08-25 Daniel Jacobowitz <[email protected]>
2520
2521 PR java/1322
2522 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2523 available before calling SECT_OFF_TEXT.
3c164570 2524 * PROBLEMS: Remove description of java/1322.
4ae9ee8e 2525
004d836a
JJ
25262003-08-25 Jeff Johnston <[email protected]>
2527
a8f4cde1 2528 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
004d836a
JJ
2529 bof, and nat0-nat127 as pseudo-registers.
2530 (ia64_frame_cache): New struct used to cache frame info.
2531 (ia64_register_reggroup_p): New routine used to override default
a8f4cde1 2532 register grouping so registers without names are still saved and
004d836a 2533 restored.
a8f4cde1 2534 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
004d836a
JJ
2535 pseudo values.
2536 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2537 (ia64_pseudo_register_write): New routine to write pseudo-registers.
a8f4cde1 2538 (ia64_alloc_frame_cache): New routine to create a new
004d836a
JJ
2539 ia64_frame_cache.
2540 (examine_prologue): Change prototype to add next_frame pointer.
2541 Assume frameless until otherwise proven. Verify that the cfm for
a8f4cde1 2542 current frame matches the cfm that should occur for the prologues
004d836a
JJ
2543 alloc insn and if equal, mark as not frameless. At end of routine,
2544 if not frameless, calculate registers for the previous frame and store
2545 in the cache, if a cache is provided.
2546 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2547 and pass 0 for next_frame.
2548 (ia64_store_return_value): Change to use convert_typed_floating()
2549 instead of calling ia64_convert_to_raw().
2550 (ia64_extract_return_value): Change to use convert_typed_floating()
2551 instead of calling ia64_convert_to_virtual().
2552 (ia64_frame_cache): New routine to support new frame model.
2553 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2554 (ia64_frame_sniffer): Ditto.
2555 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2556 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2557 (ia64_sigtramp_frame_prev_register): Ditto.
2558 (ia64_sigtramp_frame_sniffer): Ditto.
2559 (ia64_frame_base_address): Ditto.
2560 (ia64_extract_struct_value_address): Change to issue error message.
2561 (ia64_frame_align): New routine to align sp.
2562 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
a8f4cde1 2563 (ia64_push_arguments): Removed. Logic moved to
004d836a
JJ
2564 ia64_push_dummy_call().
2565 (ia64_push_return_address): Ditto.
2566 (ia64_unwind_dummy_id): New function.
2567 (ia64_unwind_pc): Ditto.
2568 (ia64_convert_register_p): Ditto.
2569 (ia64_register_to_value): Ditto.
2570 (ia64_value_to_register): Ditto.
2571 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2572 (ia64_register_byte, ia64_register_raw_size): Ditto.
2573 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2574 (ia64_saved_pc_after_call): Ditto.
2575 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2576 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2577 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2578 (ia64_register_convert_to_raw): Ditto.
2579 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2580 (ia64_init_extra_frame_info): Ditto.
2581 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2582 (ia64_gdbarch_init): Remove registering of deprecated functions that
2583 are no longer used. Add registration of new gdbarch functions.
2584 Remove registering deprecated_write_sp. Replace
2585 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2586 Delete set_gdbarch_deprecated_register_convertible(),
2587 set_gdbarch_deprecated_register_convert_to_virtual(), and
2588 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2589 set_gdbarch_deprecated_register_size(),
2590 set_gdbarch_deprecated_register_bytes(),
2591 set_gdbarch_pcregnum(),
2592 set_gdbarch_deprecated_register_byte(),
2593 set_gdbarch_deprecated_register_raw_size(),
2594 set_gdbarch_deprecated_max_register_raw_size(),
2595 set_gdbarch_deprecated_register_virtual_size(),
2596 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2597 Replace set_gdbarch_deprecated_extract_return_value() with
2598 set_gdbarch_extract_return_value(). Remove calls to:
2599 set_gdbarch_deprecated_saved_pc_after_call();
2600 set_gdbarch_deprecated_frame_chain(),
2601 set_gdbarch_deprecated_frame_saved_pc(),
2602 set_gdbarch_deprecated_frame_init_saved_regs(),
2603 set_gdbarch_deprecated_get_saved_register(),
2604 set_gdbarch_deprecated_call_dummy_words(),
2605 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2606 set_gdbarch_deprecated_init_extra_frame_info(),
2607 set_gdbarch_deprecated_frame_args_address(),
2608 set_gdbarch_deprecated_frame_locals_address(),
2609 and set_gdbarch_deprecated_dummy_write_sp().
2610 Add set_gdbarch_convert_register_p(),
2611 set_gdbarch_register_to_value(),
2612 set_gdbarch_value_to_register(),
2613 set_gdbarch_push_dummy_call(),
2614 set_gdbarch_frame_align(),
2615 set_gdbarch_unwind_dummy_id(),
2616 set_gdbarch_unwind_pc(),
2617 frame_unwind_append_sniffer(),
2618 frame_unwind_append_sniffer(),
2619 and frame_base_set_default().
2620
aede7613
CD
26212003-08-25 Chris Demetriou <[email protected]>
2622
2623 * configure.tgt: Document need for special "mipsisa64" handling.
2624 (mipsisa64*-*-linux64): Handle as target linux64.
2625 (mipsisa64*-*-*): Handle as target embed64.
2626
43c3a82e
MC
26272003-08-18 Michael Chastain <[email protected]>
2628
2629 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2630 objfile bug.
2631
6564f77d
MK
26322003-08-24 Mark Kettenis <[email protected]>
2633
2de139ba
MK
2634 * i387-tdep.h: Update copyright date.
2635 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2636
6564f77d
MK
2637 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2638 CFLAGS games to reflect reality.
2639
42cf1509
AC
26402003-08-24 Andrew Cagney <[email protected]>
2641
2642 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2643 GDB_MULTI_ARCH is always non-zero.
2644 * osabi.c (_initialize_gdb_osabi): Ditto.
2645 (gdbarch_init_osabi): Ditto.
2646 * sparc-tdep.c: Ditto for #if code.
2647
0485f6ad
MK
26482003-08-23 Mark Kettenis <[email protected]>
2649
2650 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2651 Update comments.
2652 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2653 comments.
2654 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2655 x86_64_supply_fxsave.
2656 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2657 x86_64_supply_fxsave.
2658 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2659 x86_64_supply_fxsave.
2660
c7716133
AJ
26612003-08-23 Andreas Jaeger <[email protected]>
2662
2663 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2664 i387_supply_fxsave.
2665
ed504bdf
MK
26662003-08-23 Mark Kettenis <[email protected]>
2667
2668 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2669 i387_supply_register.
2670 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2671 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2672 i387_supply_fsave.
2673 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2674 i387_supply_fxsave.
2675 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2676 i387_supply_fsave.
2677 * i386bsd-nat.c (supply_fpregset): Adjust call to
2678 i387_supply_fsave.
2679 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2680 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2681 supply_fpregset.
2682 (store_inferior_registers): Remove extraneous whitespace. Call
2683 i387_fill_fsave instead of fill_fpregset.
2684 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2685 (supply_fpregset): Likewise.
2686 * i386v4-nat.c (supply_fpregset): Adjust call to
2687 i387_supply_fsave.
2688 * i386-interix-nat.c (supply_fpregset): Adjust call to
2689 i387_supply_fsave.
2690 * i386-linux-nat.c (supply_fpregset): Adjust call to
2691 i387_supply_fsave.
2692 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2693 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2694 i387supply_fsave and i387_supply_fxsave.
2695 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2696 Incorporate code from `i387_supply_register.
2697 (i387_supply_register): Remove.
2698 (i387_supply_fxsave): Add `regnum' argument.
2699 Update comments.
2700 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2701 prototype.
2702 (i387_supply_register): remove prototype.
2703 Update comments.
a8f4cde1 2704
4be5d520
MC
27052003-08-22 Michael Chastain <[email protected]>
2706
2707 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2708 Add lines for files in gdb/testsuite/gdb.cp/* that are
2709 still not 8.3 unique.
2710
7ed85d26
DJ
27112003-08-22 Daniel Jacobowitz <[email protected]>
2712
2713 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2714 TYPE_VPTR_FIELDNO is valid.
2715
eb0d3137
MK
27162003-08-19 Mark Kettenis <[email protected]>
2717
2718 * utils.c (set_width_command): Remove prototypes.
2719 (set_screen_size): New prototype.
2720 (init_page_info): Simplify by fetching the screen size from
2721 Readline. Call set_screen_size.
2722 (set_screen_size): New function.
2723 (set_width): Add missing whitespace in comment.
2724 (set_width_command): Call set_screen_size.
2725 (set_height_command): New function.
2726 (initialize_utils): Fix formatting. Make "set height" command
2727 call set_height_command. Remove redundant code that turns off
2728 pagination if output isn't a terminal. Remove redundant call to
2729 set_width_command.
a8f4cde1 2730
7e6d0ac8
MK
27312003-08-22 Mark Kettenis <[email protected]>
2732
3567a8ea
MK
2733 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2734 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2735 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2736 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2737 `case' keyword.
2738 (sparc64_register_info): Give the reister with number
2739 SPARC64_STATE_REGNUM a name.
2740 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2741 %asi and %ccr.
2742 (sparc64_push_dummy_call): Take BIAS into account when checking
2743 stcak alignment.
2744 (sparc_software_single_step): Remove assertions that check whether
2745 NPC and NNPC were zero.
2746 (sparc_supply_rwindow): Make public. Merge functionality with
2747 sparc64_supply_rwindow.
2748 (sparc_fill_rwindow): Make public. Merge functionality with
2749 sparc64_fill_rwindow.
2750 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2751 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2752 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2753 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2754 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2755
7e6d0ac8
MK
2756 * reggroups.c: Add whitespace after declarations of local
2757 variables in functions.
2758
72e5f484
MC
27592003-08-21 Michael Chastain <[email protected]>
2760
2761 * gdbtypes.h: Change array bound type from an int to enum.
2762
435ac228
AC
27632003-08-21 Andrew Cagney <[email protected]>
2764
2765 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2766 * config/sparc/tm-sparc.h: Ditto.
2767 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2768 unconditionally.
2769 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2770
0d0e1a63
MK
27712003-07-13 Mark Kettenis <[email protected]>
2772
2773 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2774 (register_objfile_data, set_objfile_data, objfile_data): New
2775 prototypes.
2776 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2777 prototypes.
2778 (allocate_objfile): Call objfile_alloc_data.
2779 (free_objfile): Call objfile_free_data.
2780 (struct objfile_data): New.
2781 (struct objfile_data_registration): New.
2782 (struct objfile_data_registry): New.
2783 (objfile_data_registry): New variable.
2784 (register_objfile_data): New function.
2785 (objfile_alloc_data, objfile_free_data): New functions.
2786 (set_objfile_data, objfile_data): New functions.
2787 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2788 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2789 (_initialize_dwarf2_frame): New function and prototype.
2790
d90cf509
AC
27912003-08-21 Andrew Cagney <[email protected]>
2792
2793 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2794 a specific architecture.
2795 * arch-utils.h (set_architecture_from_arch_mach): Delete
2796 declaration.
2797 (target_architecture_hook): Delete declaration.
2798 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2799 (default_float_format): Assume GDB_MULTI_ARCH.
2800 (default_double_format): Assume GDB_MULTI_ARCH.
2801 (set_endian_from_file): Delete function.
2802 (arch_ok): Delete function.
2803 (set_arch): Delete function.
2804 (set_architecture_from_arch_mach): Delete function.
2805 (set_architecture_from_file): Delete function.
2806 (set_architecture): Assume GDB_MULTI_ARCH.
2807 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2808
8b39fe56
MK
28092003-08-21 Mark Kettenis <[email protected]>
2810
2811 Rewrite FreeBSD/sparc64 native configuration.
2812 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2813 * sparc64fbsd-nat.c: New file.
2814 * sparc64fbsd-tdep.c: New file.
2815 * sparc64-tdep.c sparc64-tdep.h: New files.
2816 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2817 sparc64fbsd-tdep.o): New dependencies.
2818 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2819 and sparc64fbsd-tdep.c.
2820 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2821 * config/sparc/fbsd.mh: Remove copyright notice.
2822 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2823 sparcbsd-nat.o.
2824 * config/sparc/fbsd.mt: Remove copyright notice.
2825 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2826 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2827 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2828 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2829 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2830 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2831 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2832 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2833 "sparc/tm-sp64.h".
2834 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2835 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2836
a7f19c79
MC
28372003-08-21 Michael Chastain <[email protected]>
2838
2839 * symtab.h: Add doco on the space critical structures and
2840 some measurements of space usage.
2841
da08ea5b
MS
28422003-08-21 Michael Snyder <[email protected]>
2843
2844 * tracepoint.c (trace_dump_command): Trace break address
2845 is subject to DECR_PC_AFTER_BREAK.
2846 (set_traceframe_context): Make "trace_line" an int.
2847 Fixes suggested by Mark Newman <[email protected]>
a8f4cde1 2848
6df2bf50
MS
28492003-08-20 Michael Snyder <[email protected]>
2850
2851 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
a8f4cde1
RM
2852 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2853 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
6df2bf50 2854 argument passing.
a8f4cde1 2855 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
6df2bf50
MS
2856 functions, replace sh_push_dummy_call.
2857 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2858
0955bbf0
MC
28592003-08-20 Michael Chastain <[email protected]>
2860
2861 * gdbtypes.h (struct main_type): Rearrange to save space.
2862
260a4188
MS
28632003-08-20 Michael Snyder <[email protected]>
2864
2865 * trad-frame.c: Comment typo fix.
2866
8baa6f92
KB
28672003-08-20 Michael Snyder <[email protected]>
2868 Kevin Buettner <[email protected]>
2869
2870 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2871 (frv_frame_init_saved_regs): Add declaration.
2872 (frame_extra_info): Add new field ``saved_regs''.
2873 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2874 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2875 Update frame related code.
2876 (frv_extract_struct_value_address): Adjust formatting.
2877 * Makefile.in (frv-tdep.o): Update dependencies.
2878 * config/frv/tm-frv.h (target_insert_watchpoint)
2879 (target_remove_watchpoint, target_insert_hw_breakpoint)
2880 (target_remove_hw_breakpoint): Delete these macros.
2881 (remote_insert_watchpoint, remote_remove_watchpoint)
2882 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2883 these declarations.
2884
87193939
MC
28852003-08-20 Michael Chastain <[email protected]>
2886
2887 * defs.h (ENUM_BITFIELD): New macro.
2888 * symtab.h (ENUM_BITFIELD): Use it.
2889 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2890
062103ba
SA
28912003-08-19 Shrinivas Atre <[email protected]>
2892
2893 * MAINTAINERS (write after approval): Add myself.
a8f4cde1 2894
8b148df9
AC
28952003-08-18 Andrew Cagney <[email protected]>
2896
2897 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2898 * gdbarch.h, gdbarch.c: Re-generate.
2899 * infcall.c (call_function_by_hand): Adjust the SP by
2900 frame_red_zone_size before allocating any stack space.
2901 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2902 * x86-64-tdep.c (x86_64_frame_align): New function.
2903 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2904
2905 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2906 Remove code adjusting SP so that it skips over the Red Zone.
2907
954a4db8
MK
29082003-08-18 Mark Kettenis <[email protected]>
2909
2910 * NEWS (New native configurations): Mention FreeBSD/amd64.
2911
1a241548
AC
29122003-08-18 Andrew Cagney <[email protected]>
2913
2914 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2915 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2916 "m68k_frame_p".
2917 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2918
f82b2acd
MK
29192003-08-18 Mark Kettenis <[email protected]>
2920
2921 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2922
4056d258
ML
29232003-08-18 Michal Ludvig <[email protected]>
2924
2925 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2926 Define.
2927 * i386-linux-nat.c: Include "linux-nat.h".
2928 (child_post_startup_inferior): New function.
a8f4cde1 2929
99ab4326
MK
29302003-08-18 Mark Kettenis <[email protected]>
2931
2932 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2933 at the start of a frameless function. This probably fixes PR
2934 backtrace/1338.
2935
c8d5f0d6
MC
29362003-08-17 Michael Chastain <[email protected]>
2937
2938 * symfile.c (find_sym_fns): Remove special case for apollo target.
2939
9016a515
DJ
29402003-08-17 Daniel Jacobowitz <[email protected]>
2941
2942 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2943 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2944 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2945 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2946 (linux_supports_tracevforkdone): New function.
2947 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2948 TRACEVFORKDONE.
2949 (child_follow_fork): Handle vfork.
2950 (linux_handle_extended_wait): Likewise. Also handle exec.
2951 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2952 * NEWS: Mention fork tracing.
2953
c538c11c
DJ
29542003-08-17 Daniel Jacobowitz <[email protected]>
2955
2956 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2957
4de4c07c
DJ
29582003-08-17 Daniel Jacobowitz <[email protected]>
2959
2960 * Makefile.in (i386-linux-nat.o): Update dependencies.
2961 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2962 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2963 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2964 * i386-linux-nat.c: Include "linux-nat.h".
2965 (child_post_startup_inferior): New function.
2966 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2967 * infptrace.c (kill_inferior): Wrap in #ifdef.
2968 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2969 attaching to each LWP.
2970 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2971 (init_lin_lwp_ops): Fill in some more operations.
2972 * linux-nat.h (linux_enable_event_reporting)
2973 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2974 prototypes.
2975 * linux-nat.c (linux_enable_event_reporting): New function.
2976 (child_post_attach, linux_child_post_startup_inferior)
2977 (child_post_startup_inferior, child_follow_fork)
2978 (linux_handle_extended_wait, kill_inferior): New functions.
2979
7996bcec
AC
29802003-08-16 Andrew Cagney <[email protected]>
2981
2982 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2983 * gdbarch.h, gdbarch.c: Re-generate.
2984
3d48a7a0
MK
29852003-08-16 Mark Kettenis <[email protected]>
2986
2987 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2988
7989c619
AC
29892003-08-16 Andrew Cagney <[email protected]>
2990
2991 * NEWS: Mention that "set prompt-escape-char" was deleted.
2992 * top.c (get_prompt_1): Delete function.
2993 (gdb_prompt_escape):
2994 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2995 prompt-escape-char" command.
2996 (MAX_PROMPT_SIZE): Delete macro.
2997 (get_prompt): Simplify, do not call get_prompt_1.
2998
07978cd8
AC
29992003-08-16 Andrew Cagney <[email protected]>
3000
3001 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3002 -Werror. -Wformat-nonliteral problems.
3003
3ff7cf9e
JB
30042003-08-15 J. Brobecker <[email protected]>
3005
3006 Further multiarching work mostly for hppa64-*-hpux11:
3007 * hppa-tdep.h: New file.
3008 * hppa-tdep.c: #include hppa-tdep.c.
3009 (hppa32_num_regs): Renamed from hppa_num_regs.
3010 (hppa64_num_regs): New constant.
3011 (hppa64_call_dummy_breakpoint_offset): New constant.
3012 (hppa32_call_dummy_length): New constant.
3013 (hppa64_call_dummy_length): New constant.
3014 (hppa32_stack_align): Make name 32bit explicit.
3015 (hppa32_register_virtual_type): Likewise.
3016 (hppa32_extract_return_value): Likewise.
3017 (hppa32_use_struct_convention): Likewise.
3018 (hppa32_store_return_value): Likewise.
3019 (hppa64_register_virtual_type): New function.
3020 (hppa64_extract_return_value): New function.
3021 (hppa64_use_struct_convention): New function.
3022 (hppa64_store_return_value): New function.
3023 (hppa_frame_locals_address): Remove declaration, function does
3024 not exist anymore.
3025 (hppa_register_byte): Add support for PA64 ABI.
3026 (hppa_gdbarch_init): Add support for PA64 ABI.
3027 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3028 Make name 32bit explicit.
3029 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3030 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3031 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3032 (hppa64_hpux_frame_base_before_sigtramp): New function.
3033 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3034 * config/pa/tm-hppa64.h: Remove macros that are no longer
3035 necessary now that the gdbarch vector is properly setup.
a8f4cde1 3036 Transform some macros into function calls. Some minor cleanup.
3ff7cf9e
JB
3037 * config/pa/tm-hppah.h: Update function calls in macros
3038 following the function renaming in hppa-hpux-tdep.c.
3039 * Makefile.in (hppa_tdep_h): New variable.
3040 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3041
5d05ca6d
MS
30422003-08-14 Michael Snyder <[email protected]>
3043
3044 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3045
37ba2569
JB
30462003-08-13 J. Brobecker <[email protected]>
3047
3048 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3049 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3050 routine.
3051
aed7f26a
MS
30522003-08-13 Michael Snyder <[email protected]>
3053
3054 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3055 (frv_saved_pc_after_call): Use deprecated ftype.
3056 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3057 (frv_remote_translate_xfer_address): Remove.
3058 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3059
752d4ac1
JB
30602003-08-13 J. Brobecker <[email protected]>
3061
3062 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3063 initialization after the common gdbarch initialization, not before.
3064
1426ac1d
JB
30652003-08-13 J. Brobecker <[email protected]>
3066
3067 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3068 (ADDR_BITS_REMOVE): Remove, redundant.
3069
b6fbdd1d
JB
30702003-08-13 J. Brobecker <[email protected]>
3071
3072 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3073 gdbarch method to clear the 2 low bits of text addresses.
3074
44160db3
AC
30752003-08-12 Andrew Cagney <[email protected]>
3076
3077 * Makefile.in (dsrec.o): Update dependencies.
3078 * dsrec.c: Include "gdb_assert.h".
3079 (make_srec): Use snprintf instead of sprintf, use a literal format
3080 string.
3081
bcf7d3ca
AC
30822003-08-12 Andrew Cagney <[email protected]>
3083
3084 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3085 FRAME_OBSTACK_ZALLOC.
3086
49ed40de
KB
30872003-08-12 Kevin Buettner <[email protected]>
3088
3089 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3090 SSE registers.
3091
b246147c
MK
30922003-08-10 Mark Kettenis <[email protected]>
3093
3094 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3095 amd64fbsd_sc_reg_offset): Add extern declarations.
3096 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3097 declarations.
3098
d95fdc0d
BE
30992003-08-11 Ben Elliston <[email protected]>
3100
3101 * MAINTAINERS (write after approval): Update my mail address.
3102
cf6a0e73
AC
31032003-08-10 Andrew Cagney <[email protected]>
3104
3105 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3106
f837910f
MK
31072003-08-10 Mark Kettenis <[email protected]>
3108
e2dbbd2d
MK
3109 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3110 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3111 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3112 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3113 i386bsd_sc_reg_offset): Add extern declarations.
3114 * i386obsd-nat.c: Include "i386-tdep.h"
3115 (_initialize_i386obsd_nat): Remove extern declarations.
3116 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3117 declarations.
3118 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3119 declarations.
3120
f837910f
MK
3121 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3122 instead of frame_read_register.
3123 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3124 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3125 SP_REGNUM.
3126 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3127 instead of frame_unwind_unsigned_register. Use
3128 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3129 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3130 instead of read_register. Use builtin_type_void_data_ptr instead
3131 of builtin_type_void_func_ptr when extracting the address of the
3132 jmp_buf.
3133 (i386_extract_return_value, i386_store_return_value,
3134 i386_pseudo_register_read, i386_pseudo_register_write): Use
3135 register_size instead REGISTER_RAW_SIZE.
3136
edcf254d
AC
31372003-08-10 Andrew Cagney <[email protected]>
3138
3139 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3140 sprintf. Make "name" constant.
3141
26604a34
MK
31422003-08-10 Mark Kettenis <[email protected]>
3143
192285c6
MK
3144 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3145 instead of frame_read_register.
f837910f
MK
3146 (i387_print_float_info): Use get_frame_register and
3147 get_frame_register_unsigned instead of frame_register_read.
192285c6 3148
f0925262
MK
3149 * i386fbsd-nat.c: Include "i386-tdep.h".
3150 (child_resume): Make `eflags' an ULONGEST. Use
3151 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3152 instead of register_read and register_write.
3153
a144416f
MK
3154 * i386bsd-nat.c (fetch_inferior_registers,
3155 store_inferior_registers): Don't use && at the end of a line.
3156 (_initialize_i386bsd_nat): Fix typo.
3157
fec74868
MK
3158 * frame.c (_initialize_frame): Add missing backslash.
3159
87232496
MK
3160 From Peter Schauer ([email protected]):
3161 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3162 and supply_register instead of manipulating the register buffer
3163 directly.
3164
c9b9de0b
MK
3165 From Peter Schauer ([email protected]):
3166 * config/i386/nm-i386sol2.h
3167 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3168
26604a34
MK
3169 Based on a patch from Michael Elizabeth Chastain ([email protected]):
3170 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3171 instructions that GCC likes to mingle into the prologue. Fixes
3172 gdb/1253 and gdb/1255.
3173
25d29d70
AC
31742003-08-09 Andrew Cagney <[email protected]>
3175
3176 Fix GDB PR cli/926.
3177 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3178 * command.h (add_setshow_uinteger_cmd): Declare.
3179 * frame.c (set_backtrace_cmd): New function.
3180 (show_backtrace_cmd): New function.
3181 * frame.c (_initialize_frame): Replace "set/show
3182 backtrace-below-main" with "set/show backtrace past-main". Add
3183 command "set/show backtrace limit".
3184 (backtrace_past_main): Rename "backtrace_below_main".
3185 (backtrace_limit): New variable.
3186 (get_prev_frame): Update. Check the backtrace_limit.
3187
9ebf4acf
AC
31882003-08-09 Andrew Cagney <[email protected]>
3189
3190 * defs.h (xstrprintf): Declare.
3191 * utils.c (xstrprintf): New function.
3192 * breakpoint.c (insert_breakpoints): Replace sprintf and
3193 non-literal format strings, with xstrprintf and cleanups.
3194 (delete_breakpoint,breakpoint_re_set): Ditto.
3195 (commands_command, insert_breakpoints): Ditto.
3196 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3197 (break_at_finish_command_1): Ditto.
3198
3771659b
AC
31992003-08-09 Andrew Cagney <[email protected]>
3200
3201 * MAINTAINERS (language support): List Adam Fedor as Objective C
3202 maintainer.
3203
b4263afa
JB
32042003-08-08 J. Brobecker <[email protected]>
3205
3206 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3207 are now multiarched.
3208
d84defb1
JB
32092003-08-08 J. Brobecker <[email protected]>
3210
3211 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3212 longer necessary now that hppa64 is partially multiarch'ed.
3213
f786f615
AC
32142003-08-08 Andrew Cagney <[email protected]>
3215
3216 * interps.c (interp_set): Check for a NULL "old_interp".
3217
c938e9b0
L
32182003-08-08 H.J. Lu <[email protected]>
3219
3220 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3221 (install-only): Support DESTDIR.
3222 (uninstall): Likewise.
3223 (install-gdbtk): Likewise.
3224
9a146a11
EZ
32252003-08-08 Elena Zannoni <[email protected]>
3226
3227 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3228 contains something meaningful at all times.
3229
3230Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <[email protected]>
7a76ced5 3231
62599e99 3232 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 3233
56296155
BC
3234Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <[email protected]>
3235
62599e99 3236 * MAINTAINERS (write after approval): Added self.
56296155 3237
9710e734
AC
32382003-08-07 Andrew Cagney <[email protected]>
3239
3240 * inferior.h (AT_SYMBOL): Define.
3241 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3242 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3243 * mips-tdep.c (mips_call_dummy_address): Delete function.
3244 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3245 set call_dummy_address.
3246
98b3ab73
AC
32472003-08-07 Andrew Cagney <[email protected]>
3248
3249 * language.c (op_error): Delete function.
3250 (binop_type_check): Delete function.
3251 * language.h (type_op_error, range_op_error): Delete macros.
3252 (op_error): Delete declaration.
3253
2fcf52f0
AC
32542003-08-07 Andrew Cagney <[email protected]>
3255
3256 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3257
abd4220e 32582003-08-07 Michal Ludvig <[email protected]>
fd83bada 3259
abd4220e 3260 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 3261 (x86_64_push_arguments): Skip the red zone.
abd4220e 3262
9dd5f34f
AC
32632003-08-05 Andrew Cagney <[email protected]>
3264
3265 * reggroups.c (reggroup_next): Check for the final entry.
3266
e5e78edc
AC
32672003-08-04 Andrew Cagney <[email protected]>
3268
ab4e3d93
AC
3269 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3270 * cli/cli-script.c (define_command): Call query directly, instead
3271 of passing it a buffer.
3272 * ocd.c (ocd_error): Pass error a constant format string.
3273 * remote-mips.c (mips_error): Use fputs_filtered.
3274
1062ca82
AC
3275 * solib-svr4.c (_initialize_svr4_solib): Update
3276 register_gdbarch_data call.
3277 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3278
fcc1c85c
AC
3279 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3280 (register_gdbarch_data): Delete "free" parameter. Update
3281 comments.
3282 * gdbarch.h, gdbarch.c: Re-generate.
3283 * reggroups.c (_initialize_reggroup): Update.
3284 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3285 * frame-base.c (_initialize_frame_base): Update.
3286 * frame-unwind.c (_initialize_frame_unwind): Update.
3287 * user-regs.c (_initialize_user_regs): Update.
3288 * remote.c (_initialize_remote): Update.
3289 * regcache.c (_initialize_regcache): Update.
3290
116f06ea
AC
3291 * regcache.c (xfree_regcache_descr): Delete function.
3292 (_initialize_regcache): Update call to register_gdbarch_data.
3293 (init_regcache_descr, init_legacy_regcache_descr): Use
3294 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3295
e5e78edc
AC
3296 * remote.c (free_remote_state): Delete function.
3297 (_initialize_remote): Update register_gdbarch_data.
3298 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3299 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3300
6c7d17ba
AC
33012003-08-04 Andrew Cagney <[email protected]>
3302
3303 * reggroups.c (struct reggroup_el): Define.
3304 (struct reggroups): Delete field "nr_group". Replace array
3305 "group" with a "first" to "last" linked list.
3306 (reggroups_init): Update. Allocate using gdbarch's obstack.
3307 (reggroups_free): Delete function.
3308 (add_group): Update. Add "el" parameter.
3309 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3310 (default_groups): Update.
3311 (reggroup_next): Replace reggroups.
3312 (reggroups_dump): Update.
3313 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3314 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3315 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3316
89b7795b
DJ
33172003-08-04 Daniel Jacobowitz <[email protected]>
3318
3319 * Makefile.in (tui-interp.o): Update dependencies.
3320
306d9ac5
DC
33212003-08-04 David Carlton <[email protected]>
3322
3323 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3324 to internal_error call.
3325 * source.c (forward_search_command): Add "%s" format argument.
3326 (reverse_search_command): Ditto.
3327 * top.c (quit_confirm): Ditto.
3328 * cli/cli-setshow.c (do_setshow_command): Ditto.
3329 * cp-valprint.c (cp_print_class_method): Replace
3330 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3331 (cp_print_class_member): Ditto.
3332 * event-top.c (command_line_handler): Ditto.
3333 * linux-proc.c (linux_info_proc_cmd): Ditto.
3334 * p-typeprint.c (pascal_type_print_base): Ditto.
3335 * p-valprint.c (pascal_object_print_class_method): Ditto.
3336 (pascal_object_print_class_member): Ditto.
3337 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3338 * remote.c (remote_cisco_section_offsets): Ditto.
3339 * top.c (command_line_input): Ditto.
3340 * utils.c (vwarning,error_stream,quit): Ditto.
3341 * valprint.c (print_floating,print_binary_chars)
3342 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3343
57bfe177
AC
33442003-08-04 Andrew Cagney <[email protected]>
3345
3346 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3347
e546b999
AC
33482003-08-02 Andrew Cagney <[email protected]>
3349
3350 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3351 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3352 amd64fbsd-nat.c.
3353
91092ee5
AC
33542003-08-02 Andrew Cagney <[email protected]>
3355
3356 * Makefile.in: Update all dependencies and definitions.
3357
889f28e2
AF
33582003-08-02 Adam Fedor <[email protected]>
3359
3360 * linespec.c (is_objc_method_format): New function
3361 (decode_line_1, locate_first_half): Use it.
3362 Fixes PR objc/1298
3363
880bc914
AC
33642003-08-01 Andrew Cagney <[email protected]>
3365
3366 * NEWS: Mention that m32r is multi-arch.
3367 From 2003-07-28 Kei Sakamoto <[email protected]>:
3368 * configure.tgt: Recognize m32r-*-*.
3369 * config/m32r/tm-m32r.h: Delete file.
3370 * config/m32r/m32r.mt: New file.
a8f4cde1 3371 * m32r-rom.c (m32r_upload_command): Use hostent only when
880bc914
AC
3372 gethostname succeeds, in order to avoid a compilation
3373 warning.
3374 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3375 compiler warning.
3376
19f59343
MS
33772003-08-01 Michael Snyder <[email protected]>
3378
3379 * sh-tdep.c (sh_frame_align): New gdbarch method.
3380 (sh_gdbarch_init): Set up frame_align method.
3381
4e7d7511
MS
33822003-07-31 Michael Snyder <[email protected]>
3383
3384 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3385 which is already covered by the new frames infrastructure.
3386
63022984
AC
33872003-07-31 Andrew Cagney <[email protected]>
3388
3389 * user-regs.c (struct user_reg): Add "next" link.
3390 (struct user_regs): Replace "user" with "first" and "last" links.
3391 (append_user_reg): Add pre-allocated "reg" parameter.
3392 (builtin_user_regs): Provide initial value for "last".
3393 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3394 (user_regs_init): Allocate memory from the gdbarch obstack.
3395 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3396 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3397 linked list.
3398 (usernum_to_user_reg): New function.
3399 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3400 (value_of_user_reg): Use usernum_to_user_reg.
3401 (user_regs_free): Delete function.
3402 (_initialize_user_regs): Update register_gdbarch_data call.
3403
7cf6e574
DJ
34042003-07-31 Daniel Jacobowitz <[email protected]>
3405
3406 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3407
c48a845b
MS
34082003-07-30 Michael Snyder <[email protected]>
3409
4e7d7511 3410 * value.h (value_being_returned): Add a struct_addr argument.
a8f4cde1 3411 * infcall.c (call_function_by_hand): Pass struct_addr to
c48a845b
MS
3412 value_being_returned.
3413 * infcmd.c (print_return_value): Pass zero as struct_addr.
3414 * values.c (value_being_returned): If struct_addr is passed,
3415 use it instead of trying to recover it from the inferior.
3416
f0d8db19
KB
34172003-07-30 Kevin Buettner <[email protected]>
3418
3419 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3420 the prologue analyzer won't need to attempt to extract the pc
3421 value from the woefully incomplete dummy frame.
3422 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3423 possible. Disable code which modifies the frame.
3424
e5c113a1
AC
34252003-07-28 Andrew Cagney <[email protected]>
3426
3427 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3428 to level 2.
3429 (annotate_breakpoints_table, annotate_record): Ditto.
3430 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3431 (annotate_field_name_end, annotate_field_value): Ditto.
3432 (annotate_field_end, annotate_frame_source_begin): Ditto.
3433 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3434 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3435 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3436 (annotate_frame_address_end, annotate_frame_address): Ditto.
3437 (annotate_frame_args, annotate_frame_end): Ditto.
3438 (annotate_frame_where, annotate_arg_begin): Ditto.
3439 (annotate_arg_name_end, annotate_arg_value): Ditto.
3440 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3441 (annotate_function_call, annotate_signal_name): Ditto.
3442 (annotate_signal_string, annotate_signal_name_end): Ditto.
3443 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3444 (annotate_value_begin, annotate_value_history_value): Ditto.
3445 (annotate_value_history_end, annotate_value_end): Ditto.
3446 (annotate_display_begin, annotate_display_number_end): Ditto.
3447 (annotate_display_format, annotate_display_expression): Ditto.
3448 (annotate_display_expression_end, annotate_display_value): Ditto.
3449 (annotate_display_end, annotate_array_section_begin): Ditto.
3450 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3451 (annotate_elt, annotate_array_section_end): Ditto.
3452
bb1db049
AC
34532003-07-28 Andrew Cagney <[email protected]>
3454
3455 * regcache.c (struct regcache_descr): Update comments on
3456 nr_raw_registers.
3457 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3458 sizeof_raw_register_valid_p.
3459 (init_regcache_descr): Set nr_raw_registers and
3460 sizeof_raw_register_valid_p before calling
3461 init_legacy_regcache_descr.
3462
20e6603c
AC
34632003-07-28 Andrew Cagney <[email protected]>
3464
3465 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3466 MOD NUM_REGS.
3467
db742940
DJ
34682003-07-28 Daniel Jacobowitz <[email protected]>
3469
3470 * thread.c (info_threads_command): Use get_selected_frame ().
3471 Check that there is at least one non-sentinel frame.
3472
ce7f4371
SC
34732003-07-27 Stephane Carrez <[email protected]>
3474
3475 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3476 (m68hc11_pop_frame): Remove.
3477 (m68hc11_frame_saved_pc): Remove.
3478 (m68hc11_frame_chain): Remove.
3479 (m68hc11_frame_init_saved_regs): Remove.
3480 (m68hc11_init_extra_frame_info): Remove.
3481 (m68hc11_store_struct_return): Remove.
3482 (m68hc11_saved_pc_after_call): Remove.
3483
1ea653ae
SC
34842003-07-27 Stephane Carrez <[email protected]>
3485
3486 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3487 frame unwind information.
3488 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3489 and adapted for frame unwinding.
3490 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3491 (m68hc11_unwind_pc): New function.
3492 (m68hc11_frame_unwind_cache): New function to analyze frames.
3493 (m68hc11_frame_this_id): New function to create new frame struct.
3494 (m68hc11_frame_prev_register): New function to unwind a register from
3495 the frame.
3496 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3497 (m68hc11_frame_p): New function for the above.
3498 (m68hc11_frame_base_address): New function to return fp of frame.
3499 (m68hc11_frame_args_address): Update for frame.
3500 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3501 (m68hc11_unwind_sp): New function.
3502 (m68hc11_unwind_dummy_id): New function.
3503 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3504 calls.
3505
c8a7f6ac
SC
35062003-07-27 Stephane Carrez <[email protected]>
3507
3508 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3509 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3510 when we are beyond the current pc.
3511
3dc990bf
SC
35122003-07-27 Stephane Carrez <[email protected]>
3513
3514 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3515 from m68hc11_push_arguments.
3516 (m68hc11_push_arguments): Remove.
3517 (m68hc11_push_return_address): Remove.
3518 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3519 handlers; remove deprecated_extra_stack_alignment_needed.
3520
222e5d1d
AC
35212003-07-27 Andrew Cagney <[email protected]>
3522
3523 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3524 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3525 REAL_PC and not the pointer.
3526 * hppa-hpux-tdep.c: Include frame.h
3527
a7e9a47e
AC
35282003-07-27 Andrew Cagney <[email protected]>
3529
3530 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3531 GDB_MULTI_ACH_PARTIAL.
3532
7e3dd49e
AC
35332003-07-27 Andrew Cagney <[email protected]>
3534
3535 Patch from 2003-07-22 Kei Sakamoto <[email protected]>:
3536 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3537 operator at start and not end of line.
3538 (decode_prologue): Ditto.
3539 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3540 frame_unwind_register_unsigned instead of
3541 frame_unwind_unsigned_register.
3542 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3543 read_register.
3544 (m32r_push_dummy_call): Use register_size instead of
3545 REGISTER_RAW_SIZE.
3546 (m32r_frame_sniffer): Replace m32r_frame_p.
3547 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3548 * m32r-rom.c (report_transfer_performance): Delete extern
3549 declaration.
3550 (m32r_load, m32r_upload_command): Use print_transfer_performance
3551 instead of report_transfer_performance.
3552 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3553 / add_show_from_set.
3554
0880807f
AC
35552003-07-26 Andrew Cagney <[email protected]>
3556
3557 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3558 store_return_value and extract_struct_value_address.
3559
64ae9269
DJ
35602003-07-26 Daniel Jacobowitz <[email protected]>
3561
3562 PR c++/1267
3563 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3564 NULL, default to the section containing PC.
3565
e286caf2
SC
35662003-07-24 Stephane Carrez <[email protected]>
3567
3568 * NEWS: Mention "regs" deprecated for m68hc11 too.
3569
3570 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3571 (m68hc11_print_register): New function to print out one register.
3572 (m68hc11_print_registers_info): New function to print registers.
3573 (show_regs): Deprecate and use the above.
3574 (m68hc11_gdbarch_init): Install the print_registers_info.
3575
705b278b
JJ
35762003-07-24 Jeff Johnston <[email protected]>
3577
3578 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3579 that we have a SIGTRAP before returning non-zero.
3580
63cd4198
EZ
35812003-07-23 Michal Ludvig <[email protected]>
3582 Elena Zannoni <[email protected]>
3583
a8f4cde1 3584 * linespec.c (decode_line_2): Avoid crash if
63cd4198
EZ
3585 find_function_start_sal() returns empty record.
3586
6926787d
AS
35872003-07-23 Andreas Schwab <[email protected]>
3588
3589 * ia64-tdep.c (ia64_print_insn): New function.
3590 (ia64_gdbarch_init): Set print_insn to it.
3591 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3592 deprecated_tm_print_insn_info.
3593
708cc1b6
MS
35942003-07-22 Michael Snyder <[email protected]>
3595
3596 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3597 handle 8-bit returns (long long).
3598 (h8300h_extract_return_value): Ditto.
3599 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3600
aebd7893
AC
36012003-07-22 Andrew Cagney <[email protected]>
3602
3603 * gdbarch.c Include "gdb_obstack.h".
3604 (struct gdbarch): Add an "obstack".
3605 (alloc_gdbarch_data): Allocate the gdbarch data using
3606 GDBARCH_OBSTACK_CALLOC.
3607 (free_gdbarch_data): Delete function.
3608 (gdbarch_obstack_zalloc): New function.
3609 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3610 Assert that the architecture is not initialized.
3611 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3612 vector from the obstack.
3613 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3614 architecture obstack.
3615 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3616 (set_gdbarch_data): Assert that the data is not initialized.
3617 (struct gdbarch_data): Delete member "free".
3618 (register_gdbarch_data): Do not initialize "free".
3619 * gdbarch.h, gdbarch.c: Re-generate.
a8f4cde1 3620
153721e6
AC
36212003-07-22 Andrew Cagney <[email protected]>
3622
3623 * configure.in (build_warnings): Add -Wformat-nonliteral.
3624 * configure: Re-generate.
3625
c193f044 36262003-07-22 Elena Zannoni <[email protected]>
32ffcbed
EZ
3627
3628 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 3629
c3228f12
EZ
36302003-07-22 Elena Zannoni <[email protected]>
3631
3632 * findvar.c (read_var_value): Remove case for thread local storage
3633 variables. It is now entirely handled by the dwarf2 location
3634 expression code.
3635 * printcmd.c (address_info): Ditto.
3636 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3637 enumeration value.
3638 (struct symbol): Remove objfile field, which was used by
3639 LOC_THREAD_LOCAL_STATIC only.
3640 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3641 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3642 usage of objfile pointer.
3643 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3644 thread local variables.
3645 Add include of objfiles.h.
3646 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3647 storage variables.
3648 * Makefile.in (dwarf2loc.o): Update dependencies.
3649
aef9bcd2
AC
36502003-07-22 Andrew Cagney <[email protected]>
3651
3652 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3653 get_frame_base.
3654 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3655 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3656 (struct value): Add opaque declaration.
3657 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3658
d95a8903
AC
36592003-07-21 Andrew Cagney <[email protected]>
3660
3661 From 2003-07-04 Kei Sakamoto <[email protected]>:
3662 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3663
4db73d49
SC
36642003-07-20 Stephane Carrez <[email protected]>
3665
a8f4cde1 3666 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4db73d49
SC
3667 regcache_cooked_read_unsigned instead of read_register.
3668 (m68hc11_saved_pc_after_call): Likewise.
3669 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3670 instead of write_register.
3671 (m68hc11_register_type): New function.
3672 (m68hc11_register_virtual_type): Remove.
3673 (m68hc11_store_return_value): Convert to use the regcache.
3674 (m68hc11_extract_struct_value_address): Likewise.
3675 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3676 m68hc11_register_type; undeprecate store_return_value and
3677 extract_struct_value_address.
3678
ef2b8fcd
SC
36792003-07-20 Stephane Carrez <[email protected]>
3680
3681 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3682 and translate to use regcache.
3683 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3684
625b0b97
AC
36852003-07-18 Andrew Cagney <[email protected]>
3686
3687 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3688 * gdbarch.h, gdbarch.c: Re-generate.
3689 * i386-tdep.c (i386_gdbarch_init): Do not set
3690 DWARF2_BUILD_FRAME_INFO.
3691 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3692 unconditionally.
3693 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3694 DWARF2_BUILD_FRAME_INFO.
3695
22b0d388
AC
36962003-07-18 Andrew Cagney <[email protected]>
3697
3698 From 2003-07-04 Kei Sakamoto <[email protected]>:
3699 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3700
1ce5d6dd
AC
37012003-07-18 Andrew Cagney <[email protected]>
3702
3703 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3704 frame_unwind_address_in_block, instead of frame_pc_unwind.
3705 (dwarf2_frame_cache): Ditto.
3706
e6e5e94c
AC
37072003-07-18 Andrew Cagney <[email protected]>
3708
3709 * user-regs.h (struct gdbarch): Declare opaque.
3710 * ui-out.h (struct ui_file): Declare opaque.
3711 * dwarf2-frame.h (struct frame_info): Declare opaque.
3712
5483d879
KW
37132003-07-18 Kris Warkentin <[email protected]>
3714
3715 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3716 #include "...".
3717 (procfs_meminfo): Change strerror to safe_strerror.
3718 (procfs_can_run): Remove K&R badness.
3719
278a7cf7
MS
37202003-07-17 Michael Snyder <[email protected]>
3721
3722 * remote-sim.c: Comment typo fix.
3723
606e3b82
AC
37242003-07-17 Andrew Cagney <[email protected]>
3725
3726 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3727 configure.
3728 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3729 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3730 GDB_MULTI_ARCH_PARTIAL.
3731
c43af07c
EZ
37322003-07-17 Elena Zannoni <[email protected]>
3733
3734 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3735 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3736 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3737
3b85b0f1
TR
37382003-07-16 Theodore A. Roth <[email protected]>
3739
3740 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3741 found.
3742 (avr_frame_unwind_cache): Don't unwind FP for main.
3743 Update a comment.
3744 Save the computed prev_sp.
3745 (avr_saved_regs_unwinder): Remove function.
a8f4cde1 3746 (avr_frame_prev_register): Use PC unwind logic from
3b85b0f1
TR
3747 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3748
336d1bba
AC
37492003-07-16 Andrew Cagney <[email protected]>
3750
3751 * frame-base.h (frame_base_p_ftype): Delete definition.
3752 (frame_base_append_predicate): Delete declaration.
3753 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3754 (frame_unwind_append_predicate): Delete declaration.
3755 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3756 (append_predicate): Delete parameter "p".
3757 (frame_unwind_append_predicate): Delete function.
3758 (frame_unwind_append_sniffer): Update call to append_predicate.
3759 (frame_unwind_free): Delete function.
3760 (_initialize_frame_unwind): Pass NULL as "free" to
3761 register_gdbarch_data.
3762 (frame_unwind_init): Append the dummy_frame_sniffer.
3763 (frame_unwind_find_by_frame): Simplify.
3764 * frame-base.c (struct frame_base_table): Delete field "p".
3765 (append_predicate): Delete parameter "p".
3766 (frame_base_append_predicate): Delete function.
3767 (frame_base_append_sniffer): Update call to append_predicate.
3768 (frame_base_free): Delete function.
3769 (frame_base_find_by_frame): Simplify.
3770 (_initialize_frame_base): Pass NULL as "free" to
3771 register_gdbarch_data.
3772 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3773 (x86_64_sigtramp_frame_sniffer): Replace
3774 "x86_64_sigtramp_frame_p".
3775 (x86_64_init_abi): Set the frame unwind sniffers.
3776 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3777 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3778 (m68k_gdbarch_init): Set the frame unwind sniffers.
3779 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3780 "i386_sigtramp_frame_p".
3781 (i386_frame_sniffer): Replace "i386_frame_p".
3782 (i386_gdbarch_init): Set the frame unwind sniffers.
3783 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3784 (avr_gdbarch_init): Set the frame unwind sniffers.
3785 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3786 "alpha_sigtramp_frame_p"
3787 (alpha_heuristic_frame_sniffer): Replace
3788 "alpha_heuristic_frame_p".
3789 (alpha_gdbarch_init): Set the frame unwind sniffers.
3790 (alpha_dwarf2_init_abi): Ditto.
3791 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3792 "alpha_debug_frame_p".
3793 (alpha_mdebug_frame_base_sniffer): Replace
3794 "alpha_mdebug_frame_base_p".
3795 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3796 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3797 (d10v_gdbarch_init): Set the frame unwind sniffer.
3798 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3799 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3800 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3801 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3802 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3803 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3804
48db5a3c
CV
38052003-07-16 Michael Snyder <[email protected]>
3806
3807 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3808 should go thru sh_dsp_register_sim_regno, else the dsp regs
3809 will not get the right values.
3810
38112003-07-16 Corinna Vinschen <[email protected]>
3812
3813 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3814 deprecated_store_floating by call to store_typed_floating.
3815 (sh_sh4_register_convert_to_raw): Substitute call to
3816 deprecated_extract_floating by call to extract_typed_floating.
3817
38182003-07-16 Corinna Vinschen <[email protected]>
3819
3820 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3821
38222003-07-16 Corinna Vinschen <[email protected]>
3823
3824 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3825 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3826 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3827 as possible.
3828 (do_pseudo_register): Remove.
3829 (sh_push_dummy_code): New function.
3830 (sh64_store_struct_return): Rename from sh_store_struct_return.
3831 Only called for sh64 now.
3832 (sh_extract_struct_value_address): Regcache'ify.
3833 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3834 and accomodate new tasks.
3835 (sh64_push_return_address): Rename from sh_push_return_address.
3836 Only called for sh64 now.
3837 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3838 Regcache'ify.
3839 (sh3e_sh4_extract_return_value): Regcache'ify.
3840 (sh_default_store_return_value): Ditto.
3841 (sh3e_sh4_store_return_value): Ditto.
3842 (sh_default_register_byte): Remove.
3843 (sh_sh4_register_byte): Remove.
3844 (sh_default_register_raw_size): Remove.
3845 (sh_sh4_register_raw_size): Remove.
3846 (sh_register_virtual_size): Remove.
3847 (sh_sh3e_register_virtual_type): Remove.
3848 (sh_sh3e_register_type): New function.
3849 (sh_sh4_register_virtual_type): Remove.
3850 (sh_sh4_register_type): New function.
3851 (sh_default_register_virtual_type): Remove.
3852 (sh_default_register_type): New function.
3853 (do_fv_register_info): Add parameters to accomodate call from
3854 sh_print_registers_info.
3855 (do_dr_register_info): Ditto.
3856 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3857 Add parameters to accomodate call from sh_print_registers_info.
3858 (sh_do_fp_register): Ditto.
3859 (sh64_do_pseudo_register): Call do_dr_register_info,
3860 do_fv_register_info and sh_do_fp_register with default parameters.
3861 (sh_do_register): Add parameters to accomodate call from
3862 sh_print_registers_info.
3863 (sh_print_register): Ditto.
3864 (sh_print_registers_info): Rename from sh_do_registers_info.
3865 Add parameters to be used as gdbarch_print_registers_info
3866 implementation. Accomodate removed do_pseudo_register function
3867 pointer.
3868 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3869 function pointer. Call sh_print_register with default parameters.
3870 (sh64_do_registers_info): Call sh_print_registers_info instead of
3871 sh_do_registers_info.
3872 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3873 detection of deprecated vs. non-deprecated functionality.
3874 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3875 function pointer assignments by direct function calls.
3876
e8a89fe2
AC
38772003-07-15 Andrew Cagney <[email protected]>
3878
3879 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3880 (frame_register_unwind, create_new_frame): Ditto.
3881 (legacy_get_prev_frame, get_frame_type): Ditto.
3882 (get_frame_base_address): Use frame_base_find_by_frame.
3883 (get_frame_locals_address): Use frame_base_find_by_frame.
3884 (get_frame_args_address): Use frame_base_find_by_frame.
3885 * frame-base.h (frame_base_sniffer_ftype): Declare.
3886 (frame_base_append_sniffer): Declare.
3887 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3888 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3889 (frame_base_append_sniffer): New function.
3890 (frame_base_append_predicate): Add a NULL sniffer.
3891 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3892 (struct frame_base_table): Add "sniffer".
3893 (frame_base_free): Free the "sniffer" table.
3894 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3895 (frame_unwind_append_sniffer): Declare.
3896 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3897 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3898 (struct frame_unwind_table): Add "sniffer", delete "middle".
3899 (append_predicate): Add "sniffer" parameter, append the sniffer.
3900 (frame_unwind_init): Update append_predicate call.
3901 (frame_unwind_append_sniffer): New function.
3902 (frame_unwind_append_predicate): Update append_predicate call.
3903 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3904
0714963c
AC
39052003-07-15 Andrew Cagney <[email protected]>
3906
3907 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3908 before code inhibiting repeated unwind attempts. Add to
3909 commentary on that test's problems.
3910 * blockframe.c (inside_main_func): Look for "main" in the minimal
3911 symbol table.
3912 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3913 identical.
3914
d9170e22
AC
39152003-07-15 Andrew Cagney <[email protected]>
3916
3917 * complaints.c (struct explanation): Define.
3918 (struct complaints): Change type of "explanation" to "struct
3919 explanation".
3920 (symfile_explanations): Convert to a "struct explanation" table.
3921 (vcomplaint): Update.
3922
eba29c8c
ML
39232003-07-15 Michal Ludvig <[email protected]>
3924
3925 * x86-64-linux-nat.c (regmap): Removed.
a8f4cde1 3926 (supply_gregset, fill_gregset): Call
eba29c8c
ML
3927 x86_64_linux_(fill,supply)_gregset functions.
3928 * x86-64-linux-tdep.c (USER_*): New defines.
3929 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3930 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3931 New functions.
3932 (fetch_core_registers): Ditto.
3933 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3934 * x86-64-linux-tdep.h: New file.
3935 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3936 and core-regset.o.
3937 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3938
68cc0bfb
MK
39392003-07-13 Mark Kettenis <[email protected]>
3940
88a115f7
MK
3941 * x86-64-tdep.c (x86_64_store_return_value): Use
3942 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 3943
68cc0bfb
MK
3944 * configure.host: Add x86_64-*-freebsd*.
3945 * configure.tgt: Add x86_64-*-freebsd*.
3946 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3947 * amd64fbsd-nat.c: New file.
3948 * amd64fbsd-tdep.c: New file.
3949 * config/i386/nm-fbsd64.h: New file.
3950 * config/i386/fbsd64.mh: New file.
3951 * config/i386/fbsd64.mt: New file.
3952
138e7be5
MK
39532003-07-11 Mark Kettenis <[email protected]>
3954
3955 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3956 `sc_regs_offset' and `sc_fpregs_offset'.
3957 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3958 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3959 (alpha_sigtramp_register_address): Rewrite to use new members of
3960 `struct gdbarch_tdep'.
3961 (alpha_gdbarch_init): Initialize new members of struct
3962 gdbarch_tdep'.
3963 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3964 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3965 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3966 (alphafbsd_pc_in_sigtramp): Implement.
3967 (alphafbsd_sigtramp_offset): New function.
3968 (alphafbsd_sigcontext_addr): New function.
3969 (alphafbsd_init_abi): Initialize signal trampoline related members
3970 of `struct gdbarch_tdep'.
3971 (_initialize_alphafbsd_tdep): Add prototype.
3972
95303a68
TR
39732003-07-11 Theodore A. Roth <[email protected]>
3974
ba292e4c
TR
3975 * Makefile.in (install-only): Quote sed expression when generating
3976 transformed_name.
95303a68 3977
6896c0c7
RH
39782003-07-11 Richard Henderson <[email protected]>
3979
3980 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3981 * dwarf2-frame.c: Include complaints.h.
3982 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3983 variable initialization; return NULL on error.
3984 (decode_frame_entry): New.
3985
8edd5d01
AC
39862003-07-11 Andrew Cagney <[email protected]>
3987
c4a09524
AC
3988 * frame.h (frame_address_in_block): Delete declaration.
3989 * blockframe.c (frame_address_in_block): Delete function.
3990 (get_frame_block): Use get_frame_address_in_block.
3991 (block_innermost_frame): Ditto.
3992 * stack.c (print_frame, backtrace_command_1): Ditto.
3993
8edd5d01
AC
3994 * frame.h (get_frame_address_in_block): Declare.
3995 (frame_unwind_address_in_block): Declare.
3996 * frame.c (frame_unwind_address_in_block): New function.
3997 (get_frame_address_in_block): New function.
3998
f7968451
AC
39992003-07-10 Andrew Cagney <[email protected]>
4000
4001 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4002 pre-default. Note: re-generate has no effect.
a8f4cde1 4003
ae99b398
AC
40042003-07-10 Andrew Cagney <[email protected]>
4005
4006 * gdbarch.sh: When a variable, but not a function, compare against
4007 0. Fix problem in previous patch.
4008 * gdbarch.c: Re-generate.
a8f4cde1 4009
956ac328
AC
40102003-07-10 Andrew Cagney <[email protected]>
4011
4012 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4013 functions against NULL, not 0.
4014 * gdbarch.c: Re-generate.
a8f4cde1 4015
287c3240
FF
40162003-07-10 Fred Fish <[email protected]>
4017
4018 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4019 null string instead of a null pointer.
4020 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4021
32f63c4b
MS
40222003-07-09 Michael Snyder <[email protected]>
4023
4024 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4025
402ecd56
MK
40262003-07-09 Mark Kettenis <[email protected]>
4027
4028 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4029 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4030 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4031 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4032 * x86-64-tdep.c: ... from here.
4033
c481dac7
AS
40342003-07-09 Andreas Schwab <[email protected]>
4035
4036 * m68k-tdep.h (enum struct_return): Define.
4037 (struct gdbarch_tdep): Add struct_return.
4038 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4039 bytes are padded to the right, not to the left. Pass struct value
4040 address in register %a1, not on stack.
4041 (m68k_use_struct_convention): New function.
4042 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4043 struct_return in tdep to pcc_struct_return.
4044 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4045 reg_struct_return.
4046
a8f4cde1 40472003-07-09 Joel Brobecker <[email protected]>
64176fa3 4048
a8f4cde1 4049 * somread.c (som_symfile_offsets): Fix compilation error.
64176fa3 4050
96a4ee76
AC
40512003-07-09 Andrew Cagney <[email protected]>
4052
4053 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4054 Add comments about the checks.
4055
1517c6d1
AC
40562003-07-08 Andrew Cagney <[email protected]>
4057
4058 * Makefile.in: Make dependency section headers consistent.
4059 (config_h): Move to $BUILD headers section.
4060 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4061 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4062 (ada-exp.tab.c): Move to YACC/LEX section.
4063 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4064 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4065
dc5dd1eb
KW
40662003-07-08 Kris Warkentin <[email protected]>
4067
4068 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
4069 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4070 of strerror with safe_strerror, use ISO C function definitions,
4071 and replace instances of sprintf with snprintf.
dc5dd1eb 4072
612dde91
AC
40732003-07-07 Andrew Cagney <[email protected]>
4074
4075 * frame.c (get_prev_frame): Enable check for identical frames.
4076 Update comments. Update error messages.
4077
492c11d3
JB
40782003-07-07 Joel Brobecker <[email protected]>
4079
4080 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4081
376a5a49
JB
40822003-07-07 Joel Brobecker <[email protected]>
4083
4084 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4085 sort_symtab_syms, no longer necessary.
4086
22b4a9ad
JB
40872003-07-07 Joel Brobecker <[email protected]>
4088
4089 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4090
5bbcb741
JB
40912003-07-07 Joel Brobecker <[email protected]>
4092
4093 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4094 (mips_register_byte): Likewise.
4095
c139e7d9
DJ
40962003-07-07 Daniel Jacobowitz <[email protected]>
4097
4098 * Makefile.in (sparc_tdep_h): New.
4099 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4100 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4101 * sparc-linux-nat.c: Include "sparc-tdep.h".
4102 * sparc-nat.c: Likewise.
4103 * sparc-tdep.c: Likewise.
4104 * sparc64nbsd-nat.c: Likewise.
4105 * sparcnbsd-nat.c: Likewise.
4106 * sparcnbsd-tdep.c: Likewise.
4107 * sparc-tdep.h: New file.
4108 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4109 and sparc_npc_regnum.
4110
fd8f87c5
DJ
41112003-07-07 Daniel Jacobowitz <[email protected]>
4112
4113 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4114 (mips_linux_cannot_store_register): List supported instead of
4115 unsupported registers.
4116
13adf674
DJ
41172003-07-07 Daniel Jacobowitz <[email protected]>
4118
4119 * disasm.c (dump_insns): Separate instructions from addresses.
4120
8de307e0
AS
41212003-07-07 Andreas Schwab <[email protected]>
4122
4123 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4124 dependencies.
4125 * m68k-tdep.c (NUM_FREGS): Delete.
4126 (SIG_PC_FP_OFFSET): Delete.
4127 (TARGET_M68K): Delete.
4128 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4129 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4130 P_MOVEL_SP, P_MOVEML_SP): Define.
4131 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4132 P_TRAP): Delete.
4133 (m68k_register_raw_size): Delete.
4134 (m68k_register_virtual_size): Delete.
4135 (m68k_register_type): Renamed from m68k_register_virtual_type and
4136 add gdbarch argument.
4137 (m68k_store_struct_return): Delete.
4138 (m68k_deprecated_extract_return_value): Delete.
4139 (m68k_deprecated_extract_struct_value_address): Delete.
4140 (m68k_frame_chain): Delete.
4141 (m68k_frame_saved_pc): Delete.
4142 (m68k_fix_call_dummy): Delete.
4143 (m68k_push_dummy_frame): Delete.
4144 (m68k_pop_frame): Delete.
4145 (m68k_extract_return_value): New function.
4146 (m68k_store_return_value): Rewrite using regcache.
4147 (m68k_extract_struct_value_address): Rewrite using regcache.
4148 (m68k_push_dummy_call): New function.
4149 (struct m68k_frame_cache): Define.
4150 (m68k_alloc_frame_cache): New function.
4151 (m68k_analyze_frame_setup): New function.
4152 (m68k_analyze_register_saves): New function.
4153 (m68k_analyze_prologue): New function.
4154 (m68k_skip_prologue): Rewrite using above functions.
4155 (m68k_unwind_pc): New function.
4156 (m68k_frame_cache): New function.
4157 (m68k_frame_this_id): New function.
4158 (m68k_frame_prev_register): New function.
4159 (m68k_frame_unwind): New variable.
4160 (m68k_frame_p): New function.
4161 (m68k_sigtramp_frame_cache): New function.
4162 (m68k_sigtramp_frame_this_id): New function.
4163 (m68k_sigtramp_frame_prev_register): New function.
4164 (m68k_sigtramp_frame_unwind): New variable.
4165 (m68k_sigtramp_frame_p): New function.
4166 (m68k_frame_base_address): New function.
4167 (m68k_frame_base): New function.
4168 (m68k_unwind_dummy_id): New function.
4169 (fill_gregset): Use regcache_collect.
4170 (fill_fpregset): Likewise.
4171 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4172 defined.
4173 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4174 deprecated_init_frame_pc, deprecated_store_struct_return,
4175 deprecated_extract_return_value, deprecated_store_return_value,
4176 deprecated_frame_chain, deprecated_frame_saved_pc,
4177 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4178 deprecated_register_virtual_size,
4179 deprecated_max_register_raw_size,
4180 deprecated_max_register_virtual_size,
4181 deprecated_register_virtual_type, deprecated_register_size,
4182 deprecated_register_byte, deprecated_register_bytes,
4183 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4184 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4185 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4186 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4187 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4188 deprecated_push_dummy_frame, deprecated_pop_frame,
4189 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4190 only if SYSCALL_TRAP is defined. Set extract_return_value,
4191 store_return_value, extract_struct_value_address, register_type,
4192 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4193 predicates.
4194 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4195 M68K_MAX_REGISTER_SIZE): Define.
4196 (struct m68k_sigtramp_info): Define.
4197 (struct gdbarch_tdep): Add get_sigtramp_info.
4198 * m68klinux-nat.c (fetch_register): Use register_size instead of
4199 REGISTER_RAW_SIZE. Don't put assignment in if.
4200 (store_register): Likewise.
4201 (fetch_inferior_registers): Likewise.
4202 (store_inferior_registers): Likewise.
4203 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4204 (m68k_linux_frame_saved_pc): Delete.
4205 (m68k_linux_sigcontext_reg_offset,
4206 m68k_linux_ucontext_reg_offset): Define.
4207 (m68k_linux_get_sigtramp_info): New function.
4208 (m68k_linux_extract_return_value): Rewrite using regcache.
4209 (m68k_linux_store_return_value): Likewise.
4210 (m68k_linux_extract_struct_value_address): Likewise.
4211 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4212 Don't set deprecated_frame_saved_pc,
4213 deprecated_extract_return_value, deprecated_store_return_value,
4214 deprecated_extract_struct_value_address. Set
4215 extract_return_value, store_return_value,
4216 extract_struct_value_address.
4217
eb8bc282
AC
42182003-07-07 Andrew Cagney <[email protected]>
4219
4220 * expprint.c: Include "user-regs.h" instead of "frame.h".
4221 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4222 frame_map_regnum_to_name.
4223 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4224 (frame_map_name_to_regnum): Simplify, call
4225 user_reg_map_name_to_regnum.
4226 (frame_map_regnum_to_name): Simplify, call
4227 user_reg_map_regnum_to_name.
4228 (frame_register_unwind): Update.
4229 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4230 (_initialize_frame_reg): Call user_reg_add_builtin.
4231 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4232 (value_of_register): Use value_of_user_reg.
4233 * eval.c (evaluate_subexp_standard): Update.
4234 * parse.c (write_dollar_variable): Update.
4235 * d10v-tdep.c (d10v_print_registers_info): Update.
4236 * infcmd.c (registers_info): Update.
4237 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4238 (builtin_regs_h): Delete macro.
4239 (user_regs_h): Define.
4240 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4241 (builtin-regs.o): Delete target.
4242 (user-regs.o): Specify dependencies.
4243 (expprint.o): Update dependencies.
4244 (findvar.o): Update dependencies.
4245 (frame.o): Update dependencies.
4246 (std-regs.o): Update dependencies.
4247
9f476a01
CF
42482003-07-06 Christopher Faylor <[email protected]>
4249
4250 * win32-nat.c (solib_symbols_add): Use one variable for all section
4251 address stuff. Pass variable rather than address of variable to
4252 safe_symbol_file_add.
4253
a731b831
AS
42542003-07-06 Andreas Schwab <[email protected]>
4255
4256 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4257
9f83329d
JB
42582003-07-04 Joel Brobecker <[email protected]>
4259
4260 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4261
27e28cc5
KW
42622003-07-04 Kris Warkentin <[email protected]>
4263
4264 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4265
42662003-07-04 Kris Warkentin <[email protected]>
4267
4268 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4269 * config/i386/nto.mh: New file.
4270 * config/i386/nm-nto.h: New file.
4271 * configure.host: Add i[3456]86-*-nto*.
4272
100f2e98
JB
42732003-07-03 Joel Brobecker <[email protected]>
4274
4275 * remote-vx.c (vx_add_symbols): Fix compilation error.
4276
e23457df
AC
42772003-07-03 Andrew Cagney <[email protected]>
4278
4279 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4280 * gdbarch.h, gdbarch.c: Re-generate.
4281 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4282 (legacy_register_name): Declare.
4283 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4284 (REGISTER_NAME): Define.
4285 * sparc-tdep.c (legacy_register_name): New function.
4286 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4287 (REGISTER_NAME): Define.
4288 (hppa64_register_name): Declare.
4289 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4290 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4291 (hppa64_register_name): New function.
4292 (hppa_register_name): New function.
4293 * arch-utils.c (legacy_register_name): Delete.
4294 * arch-utils.h (legacy_register_name): Delete.
4295
38caaeec
DJ
42962003-07-03 Daniel Jacobowitz <[email protected]>
4297
4298 * cli/cli-interp.c (cli_interpreter_resume): Update the
4299 cli_uiout's stream to gdb_stdout.
4300
dadd712e
AC
43012003-07-03 Andrew Cagney <[email protected]>
4302
4303 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4304 predicate.
4305 * gdbarch.h, gdbarch.c: Re-generate.
4306 * regcache.c (init_regcache_descr): Use legacy code when either
4307 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4308
c7f1390e
DJ
43092003-07-02 Daniel Jacobowitz <[email protected]>
4310
4311 * NEWS: Move "set logging" entry into GDB 6.0 section.
4312
4bc8c588
JB
43132003-07-02 Jim Blandy <[email protected]>
4314
a9dd42f1
JB
4315 * s390-tdep.c (struct frame_extra_info): new member:
4316 'stack_bought_valid'.
4317 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4318 initialize fextra_info->stack_bought.
4319 (s390_frameless_function_invocation): Don't trust the value of
4320 fextra_info_ptr->stack_bought unless
4321 fextra_info->stack_bought_valid is set.
4322
4bc8c588
JB
4323 New S390 prologue analyzer.
4324 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4325 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4326 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4327 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4328 compute_x_addr, s390_on_stack, s390_store,
4329 s390_get_signal_frame_info): New functions.
4330 (S390_NUM_SPILL_SLOTS): New macro.
4331 (s390_get_frame_info): Rewritten.
4332 (is_arg_reg): Deleted.
4333
4334 Break out the decoding of S/390 instructions into separate
4335 functions, to make it more legible, and easier to check
4336 against the spec.
4337 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4338 is_rx, is_rxe): New functions.
4339 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4340 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4341 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4342 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4343 enums for opcode values. (Is this an improvement?)
4344
fd13a04a
AC
43452003-07-02 Andrew Cagney <[email protected]>
4346
4347 * i386-tdep.c: Revert change committed as part of trad-frame code
4348 below.
4349
3f8091c1
DJ
43502003-07-02 Daniel Jacobowitz <[email protected]>
4351
4352 * breakpoint.c (insert_catchpoint): Make static.
4353
8dd5115e
AS
43542003-07-02 Andreas Schwab <[email protected]>
4355
4356 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4357 former ia64_push_arguments and ia64_push_return_address, and use
4358 regcache functions instead of read/write_register.
4359 (ia64_gdbarch_init): Set push_dummy_call instead of
4360 deprecated_push_arguments and deprecated_push_return_address.
4361
a2229c23
AJ
43622003-07-01 Andreas Jaeger <[email protected]>
4363
4364 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4365 before the call.
4366 Set %rax only to number of SSE registers used.
4367
3b3850e8
AC
43682003-07-01 Andrew Cagney <[email protected]>
4369
4370 * trad-frame.h: Update comments, a -1 .addr is reserved.
4371 (trad_frame_value_p, trad_frame_addr_p): Declare.
4372 (trad_frame_reg_p): Declare.
4373 (trad_frame_set_value): Rename trad_frame_register_value.
4374 (trad_frame_set_unknown): Declare.
4375 * trad-frame.c (trad_frame_realreg_p): New function.
4376 (trad_frame_addr_p, trad_frame_value_p): New function.
4377 (trad_frame_set_unknown): New function.
4378 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4379 (trad_frame_prev_register): Use trad_frame_realreg_p,
4380 trad_frame_addr_p and trad_frame_value_p.
4381 (trad_frame_set_value): Rename trad_frame_register_value.
4382 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4383 and trad_frame_set_value.
a2229c23 4384
4d819d0e
JB
43852003-06-30 Jim Blandy <[email protected]>
4386
4387 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4388 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4389 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4390 for 16 registers, and then 32 more bytes.
4391 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4392 New macros.
4393 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4394 Move up in the file, since it's now used by is_simple_arg.
4395 (is_simple_arg): Don't assume registers are four bytes long.
4396 Exclude all double arguments. Extended floats are not simple
4397 args.
4398 (is_power_of_two): New function.
4399 (pass_by_copy_ref): Call is_power_of_two, and check that the
4400 length fits in a register, rather than listing all the acceptable
4401 sizes. Extended floats are not passed by reference.
4402 (s390_push_arguments): Don't assume registers are four bytes long.
4403 Reserve an argument register to point to the buffer for structures
4404 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4405 S390_STACK_FRAME_OVERHEAD.
4406
1ad828f1
AS
44072003-06-30 Andreas Schwab <[email protected]>
4408
4409 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4410 format error message.
4411
39b00981
JB
44122003-06-30 Joel Brobecker <[email protected]>
4413
4414 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4415
b2a7f303
DC
44162003-06-30 David Carlton <[email protected]>
4417
4418 Band-aid for PR c++/1245.
4419 * Makefile.in (cp-support.o): Depend on complaints_h.
4420 * cp-support.c: Include complaints.h. Add declaration for
4421 find_last_component.
4422 (cp_find_first_component): Separate code into
4423 cp_find_first_component_aux.
4424 (cp_find_first_component_aux): Call demangled_name_complaint.
4425 (demangled_name_complaint): New.
4426
a257b5bb
AC
44272003-06-30 Andrew Cagney <[email protected]>
4428
4429 * remote.c (remote_write_bytes): Explicitly compute and then use
4430 the payload size. Update comments to reflect. Fixes problem of
4431 GDB not sending small packets as found by Fred Fish.
4432
0a2cfde4
AC
44332003-06-30 Andrew Cagney <[email protected]>
4434
4435 * remote.c (remote_async_wait): Fix -Wformat problem.
4436
3fcb8548
AC
44372003-06-29 Andrew Cagney <[email protected]>
4438
4439 * remote.c (remote_wait): Call error, and not warning, when the
4440 packet is corrupt.
4441 (remote_async_wait): Ditto.
4442
9f9970a3
DJ
44432003-06-29 Daniel Jacobowitz <[email protected]>
4444
4445 * sparc-tdep.c (sparc_y_regnum): Make external again.
4446
83a8ccca
DJ
44472003-06-29 Daniel Jacobowitz <[email protected]>
4448
4449 * cli/cli-logging.c (pop_output_files): Add void to function
4450 definition.
4451
d2cf594a
AC
44522003-06-29 Andrew Cagney <[email protected]>
4453
4454 * frame.c (frame_register_unwind): Use unsigned char when dumping
4455 the buffer contents.
4456
0fac0b41
DJ
44572003-06-28 Daniel Jacobowitz <[email protected]>
4458
4459 * cli/cli-logging.c: New file.
4460 * cli-out.c (struct ui_out_data): Add original_stream.
4461 (cli_redirect): New function.
4462 (cli_ui_out_impl): Add cli_redirect.
4463 (cli_out_new): Initialize original_stream.
4464 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4465 (uo_redirect, ui_out_redirect): New.
4466 * ui-out.h (struct ui_out_impl): Add redirect member.
4467 (redirect_ftype): New.
4468 (ui_out_redirect): Add prototype.
4469 * Makefile.in: Add rules for cli-logging.c.
4470 * NEWS: Mention "set logging".
4471
88a07d7c
EZ
44722003-06-27 Elena Zannoni <[email protected]>
4473
4474 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4475
4eb58876
AC
44762003-06-27 Andrew Cagney <[email protected]>
4477
4478 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4479 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4480 * avr-tdep.c (avr_call_dummy_address): Delete function.
4481 (avr_gdbarch_init): Do not set call_dummy_address.
4482
1549f619
EZ
44832003-06-27 Elena Zannoni <[email protected]>
4484
4485 * symfile.c (syms_from_objfile): Move variables to inner block.
4486 Move the checks for the non-mainline case a bit earlier to avoid
4487 doing some useless computations.
4488
3cb3398d
EZ
44892003-06-27 Elena Zannoni <[email protected]>
4490
4491 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4492
3799ccc6
EZ
44932003-06-26 Elena Zannoni <[email protected]>
4494
4495 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4496 sections.
4497
ce1f6491
MC
44982003-06-26 Michael Chastain <[email protected]>
4499
4500 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4501 gdb/testsuite/gdb.c++/pr-1210.exp.
4502
d958dfd0
AC
45032003-06-26 Andrew Cagney <[email protected]>
4504
4505 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4506 altivec_expression.h and altivec_registers.h.
4507
d31431ed
AC
45082003-06-26 Andrew Cagney <[email protected]>
4509
4510 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4511 info->mach when MIPS16. Patch suggested by Fred Fish.
4512
714b1282
AC
45132003-06-26 Andrew Cagney <[email protected]>
4514
4515 * utils.c (internal_vproblem): Print the problem to a reason
4516 buffer and then pass to query. Make the msg variable more local.
4517
42efa47a
AC
45182003-06-26 Andrew Cagney <[email protected]>
4519
4520 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4521 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4522 * gdbarch.h, gdbarch.c: Re-generate.
4523 * frame-base.c (default_frame_args_address): Update. Use
4524 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4525 not available.
4526 (default_frame_locals_address): Ditto for
4527 DEPRECATED_FRAME_LOCALS_ADDRESS.
4528 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4529 (vax_frame_num_args): Update.
4530 (vax_gdbarch_init): Update.
4531 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4532 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4533 * mcore-tdep.c (mcore_gdbarch_init): Update.
4534 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4535 * ia64-tdep.c (ia64_gdbarch_init): Update.
4536 * symtab.h (address_class): Update comments.
4537 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4538 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4539 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4540 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4541 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4542 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4543 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4544 * alpha-mdebug-tdep.c: Update.
4545 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4546
8ffd9b1b
AJ
45472003-06-26 Andreas Jaeger <[email protected]>
4548
4549 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4550 of SSE registers so that varargs functions work. Rework handling
4551 of passing arguments on the stack.
4552 (x86_64_store_return_value): Return double and float values in SSE
4553 register.
4554
e8ac10a6
MC
45552003-06-24 Michael Chastain <[email protected]>
4556
4557 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4558 the "constructor breakpoints ignored" bug.
4559
986af8e6
DC
45602003-06-25 David Carlton <[email protected]>
4561
4562 * MAINTAINERS: Update e-mail address.
4563
d64558a5
JB
45642003-06-24 Jim Blandy <[email protected]>
4565
e538d2d7
JB
4566 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4567
02631ec0
JB
4568 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4569 function.
4570 (ppc_linux_init_abi): Register it as the
4571 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4572
e716d87a
JB
4573 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4574 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4575 method.
4576
d64558a5
JB
4577 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4578 (ppc64_standard_linkage_target): Use it.
4579
449a5da4
AC
45802003-06-23 Andrew Cagney <[email protected]>
4581
4582 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4583 for 0 "int0" and 4 "int32" sized registers.
4584 * gdbtypes.c (builtin_type_int0): Define.
4585 (build_gdbtypes): Initialize builtin_type_int0.
4586 * gdbtypes.h (builtin_type_int0): Declare.
4587
b2a02dda
SC
45882003-06-23 Stephane Carrez <[email protected]>
4589
4590 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4591 as characters are unsigned.
4592
fba3138e
DJ
45932003-06-22 Daniel Jacobowitz <[email protected]>
4594
4595 PR gdb/1179
4596 * dwarfread.c (struct_type): Skip static fields without crashing.
4597
f6c8180b
AC
45982003-06-22 Andrew Cagney <[email protected]>
4599
4600 GDB 6.0 branch created.
f2c06f52
AC
4601 * README: Update.
4602 * PROBLEMS: Update. Empty.
4603 * NEWS: Update.
f6c8180b 4604
ae822768
DJ
46052003-06-22 Daniel Jacobowitz <[email protected]>
4606
4607 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4608 Suggested by Nick Hibma <[email protected]>.
4609
261de166
AC
46102003-06-22 Andrew Cagney <[email protected]>
4611
4612 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4613 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4614 Velikov.
4615
30e94205
DJ
46162003-06-22 Daniel Jacobowitz <[email protected]>
4617
4618 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4619 compilers.
4620
9e14d721
DJ
46212003-06-21 Daniel Jacobowitz <[email protected]>
4622
4623 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4624 argument of val_print.
4625 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4626 to the address argument of baseclass_offset or target_read_memory.
4627 Do add it to the argument of cp_print_value_fields.
4628
a4b8ebc8
AC
46292003-06-21 Andrew Cagney <[email protected]>
4630
4631 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4632 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4633 instead of 0..NUM_REGS.
4634 (mips_register_reggroup_p): New function.
4635 (mips_pseudo_register_write): New function.
4636 (mips_pseudo_register_read): New function.
4637 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4638 based on the register's type.
4639 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4640 cooked.
4641 (mips_get_saved_register): Simplify. Assert that REGNO is a
4642 pseudo / cooked.
4643 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4644 (mips_register_type): Replace mips_register_virtual_type. Map
4645 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4646 when available.
4647 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4648 that the register is cooked / virtual.
4649 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4650 Only get the extra info when needed.
4651 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4652 (mips32_heuristic_proc_desc): Fetch the cooked register.
4653 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4654 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4655 (mips_print_register): Use gdbarch_register_type, instead of
4656 REGISTER_VIRTUAL_TYPE.
4657 (print_gp_register_row): Use gdbarch_register_type, instead of
4658 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4659 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4660 Print the pseudo / cooked registers.
4661 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4662 Print the pseudo / cooked registers.
4663 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4664 REG_NUM is pseudo / cooked.
4665 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4666 (mips_n32n64_xfer_return_value): Ditto.
4667 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4668 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4669 (mips_register_sim_regno): New function.
4670 (mips_gdbarch_init): Set deprecated_register_byte,
4671 register_group_p, pseudo_register_write, pseudo_register_read,
4672 register_sim_regno, and num_pseudo_regs. Set register_type,
4673 instead of register_virtual_type.
4674 * Makefile.in (mips-tdep.o): Update dependencies.
4675 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4676 REGISTER_VIRTUAL_TYPE.
4677 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4678 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4679 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4680 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4681 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4682
325ed089
DJ
46832003-06-21 Daniel Jacobowitz <[email protected]>
4684
4685 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4686 * cli/cli-cmds.c: Include "gdb_vfork.h".
4687 (shell_escape): Use vfork.
4688
f0e7d0e8
AC
46892003-06-21 Andrew Cagney <[email protected]>
4690
c57bb9fa
AC
4691 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4692 32 bit floating-point register saves.
4693
6e51443a
AC
4694 * frame.h (deprecated_unwind_get_saved_register): Delete.
4695 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4696 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4697 and deprecated_get_next_frame_hack instead of
4698 deprecated_unwind_get_saved_register.
4699
ed183c7c
AC
4700 * mips-tdep.c (mips_dump_tdep): Do not print
4701 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4702
f0e7d0e8
AC
4703 * frame.c (get_frame_register): New function.
4704 (frame_unwind_register_signed): New function.
4705 (get_frame_register_signed): New function.
4706 (frame_unwind_register_unsigned): New function.
4707 (get_frame_register_unsigned): New function.
4708 * frame.h: Add comments on naming schema.
4709 (get_frame_register, frame_unwind_register_signed): Declare.
4710 (get_frame_register_signed, get_frame_register_signed): Declare.
4711 (frame_unwind_register_unsigned): Declare.
4712 (get_frame_register_unsigned): Declare.
4713
2224d941
TR
47142003-06-20 Theodore A. Roth <[email protected]>
4715
4716 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4717
8619218d
TR
47182003-06-20 Theodore A. Roth <[email protected]>
4719
4720 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4721 (avr_read_sp): Ditto.
4722
0b1b50c0
DJ
47232003-06-20 Daniel Jacobowitz <[email protected]>
4724
4725 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4726 * config/arm/nm-linux.h: Likewise.
4727 * config/arm/tm-linux.h: Likewise.
4728 * config/ia64/nm-linux.h: Likewise.
4729 * config/ia64/tm-ia64.h: Likewise.
4730 * config/s390/tm-linux.h: Likewise.
4731 * config/s390/tm-s390.h: Likewise.
4732 * s390-nat.c: Likewise.
4733 * s390-tdep.c: Likewise.
4734
4735 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4736 * config/ia64/linux.mt: Likewise.
4737 * config/m68k/linux.mh: Likewise.
4738 * config/mips/linux.mt: Likewise.
4739 * config/powerpc/linux.mh: Likewise.
4740 * config/sh/linux.mt: Likewise.
4741
c8c18e65
KW
47422003-06-19 Kris Warkentin <[email protected]>
4743
4744 * solib.c (solib_open): Change tests for whether to search
4745 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4746 comments.
4747
dcccef2e
TR
47482003-06-19 Theodore A. Roth <[email protected]>
4749
4750 * avr-tdep.c (avr_frame_address): Delete function.
4751 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4752 set_gdbarch_frame_args_address.
4753
5861a190
AC
47542003-06-19 Andrew Cagney <[email protected]>
4755
4756 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4757 (REGISTER_CONVERT_FROM_TYPE): Delete.
4758 (mips_register_convert_to_type): Delete declaration.
4759 (mips_register_convert_from_type): Delete declaration.
4760 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4761 kernel/.
4762
0274a8ce
MS
47632003-06-19 Michael Snyder <[email protected]>
4764
4765 * linux-nat.h: New file.
4766 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 4767 * lin-lwp.c: Include linux-nat.h.
0274a8ce 4768 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 4769 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
4770 (linux_make_note_section): Iterate over lwps instead of threads.
4771 (linux_do_thread_registers): Use lwp instead of merged pid.
4772 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 4773 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
4774 Add dependency on linux_nat_h.
4775
adf5f719
TR
47762003-06-19 Theodore A. Roth <[email protected]>
4777
4778 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4779
6766a268
DJ
47802003-06-19 Daniel Jacobowitz <[email protected]>
4781
4782 * varobj.c (get_type, get_target_type): Use check_typedef.
4783
1171114a
DJ
47842003-06-19 Daniel Jacobowitz <[email protected]>
4785
4786 * breakpoint.c (insert_catchpoint): Call internal_error.
4787
adcf68a2
TR
47882003-06-19 Theodore A. Roth <[email protected]>
4789
4790 * avr-tdep.c (avr_push_dummy_code): Delete function.
4791 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4792
ea67f13b
DJ
47932003-06-19 Daniel Jacobowitz <[email protected]>
4794
4795 * arch-utils.c (default_prepare_to_proceed): Remove.
4796 (generic_prepare_to_proceed): Remove.
4797 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4798 (generic_prepare_to_proceed): Remove prototype.
4799 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4800 * gdbarch.c: Regenerate.
4801 * gdbarch.h: Regenerate.
4802 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4803 * hppah-nat.c (hppa_switched_threads): Remove.
4804 * infrun.c (prepare_to_proceed): New static function, copied from
4805 generic_prepare_to_proceed. Remove select_it argument.
4806 (proceed): Call prepare_to_proceed.
4807 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4808 variables.
4809 (ptrace_wait): Don't set the removed variables.
4810 (hppa_switched_threads): Remove.
4811 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4812 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4813 (lin_lwp_prepare_to_proceed): Remove prototype.
4814 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4815 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4816
4add8633
TR
48172003-06-18 Theodore A. Roth <[email protected]>
4818
4819 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4820 trad-frame.h.
4821 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4822 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4823 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4824 (AVR_PROLOGUE_*): Enumerate prologue types.
4825 (struct frame_extra_info): Remove.
4826 (struct avr_unwind_cache): Define.
4827 (avr_write_sp): Delete function.
4828 (avr_read_fp): Ditto.
4829 (avr_init_extra_frame_info): Ditto.
4830 (avr_pop_frame): Ditto.
4831 (avr_frame_saved_pc): Ditto.
4832 (avr_saved_pc_after_call): Ditto.
4833 (avr_push_return_address): Ditto.
4834 (avr_frame_chain): Ditto.
4835 (avr_store_struct_return): Ditto.
4836 (avr_push_arguments): Ditto.
4837 (avr_scan_prologue): Update comments. Changed to set up the info for
4838 cache unwinding. Now returns end of prologue PC.
4839 (avr_skip_prologue): Better handling of functions lacking a prologue
4840 by using avr_scan_prologue.
4841 (avr_scan_arg_moves): New function.
4842 (avr_saved_regs_unwinder): Ditto.
4843 (avr_frame_unwind_cache): Ditto.
4844 (avr_unwind_pc): Ditto.
4845 (avr_frame_this_id): Ditto.
4846 (avr_frame_prev_register): Ditto.
4847 (avr_frame_p): Ditto.
4848 (avr_frame_base_address ): Ditto.
4849 (avr_unwind_dummy_id): Ditto.
4850 (avr_push_dummy_code): Ditto.
4851 (push_stack_item): Ditto.
4852 (pop_stack_item): Ditto.
4853 (avr_push_dummy_call): Ditto.
4854 (struct stack_item): Define.
4855 (avr_frame_unwind): Declare structure.
4856 (avr_frame_base): Ditto.
4857 (avr_gdbarch_init): Remove calls to
4858 set_gdbarch_deprecated_init_frame_pc,
4859 set_gdbarch_deprecated_target_read_fp,
4860 set_gdbarch_deprecated_dummy_write_sp,
4861 set_gdbarch_deprecated_fp_regnum,
4862 set_gdbarch_deprecated_push_arguments,
4863 set_gdbarch_deprecated_push_return_address,
4864 set_gdbarch_deprecated_pop_frame,
4865 set_gdbarch_deprecated_store_struct_return,
4866 set_gdbarch_deprecated_frame_init_saved_regs,
4867 set_gdbarch_deprecated_init_extra_frame_info,
4868 set_gdbarch_deprecated_frame_chain,
4869 set_gdbarch_deprecated_frame_saved_pc,
4870 set_gdbarch_deprecated_saved_pc_after_call.
4871 Add calls to set_gdbarch_push_dummy_call,
4872 set_gdbarch_push_dummy_code,
4873 frame_unwind_append_predicate,
4874 frame_base_set_default,
4875 set_gdbarch_unwind_dummy_id,
4876 set_gdbarch_unwind_pc.
4877 Wrap a long line.
4878
7be04a68
MS
48792003-06-18 Corinna Vinschen <[email protected]>
4880
4881 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4882 registers for H8/300S.
4883 (h8300_print_registers_info): Ditto.
8ffd9b1b 4884 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 4885
ae087d01
DJ
48862003-06-18 Daniel Jacobowitz <[email protected]>
4887
4888 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4889 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4890 (lin_lwp_wait): Likewise. Update comments.
4891 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4892 (pull_pid_from_list, linux_record_stopped_pid): New.
4893
07d8f827
SC
48942003-06-17 Stephane Carrez <[email protected]>
4895
4896 * ada-lang.c (scan_discrim_bound): Name first argument.
4897 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4898 declared by ALL_BLOCK_SYMBOLS.
4899
7cb47b14
SC
49002003-06-17 Stephane Carrez <[email protected]>
4901
4902 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4903 ("regcache.h"): Include it.
4904 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4905
6ad8ae5c
DJ
49062003-06-17 Daniel Jacobowitz <[email protected]>
4907
4908 * NEWS: Mention gdbserver detach change and "disconnect" command.
4909 * infcmd.c (disconnect_command): New function.
4910 (_initialize_infcmd): Add ``disconnect'' command.
4911 * remote.c (remote_async_detach): Delete.
4912 (remote_detach): Merge remote_async_detach.
4913 (remote_disconnect): New.
4914 (init_remote_ops): Set to_disconnect.
4915 (init_remote_cisco_ops): Likewise.
4916 (init_remote_async_ops): Likewise. Use remote_detach.
4917 * target.c (cleanup_target): Default to_disconnect.
4918 (update_current_target): Inherit to_disconnect.
4919 (target_disconnect, debug_to_disconnect): New functions.
4920 (setup_target_debug): Set to_disconnect.
4921 * target.h (struct target_ops): Add to_disconnect.
4922 (target_disconnect): Add prototype.
4923
687595f9
DJ
49242003-06-17 Daniel Jacobowitz <[email protected]>
4925
4926 * breakpoint.c (insert_catchpoint): New function.
4927 (insert_breakpoints): Use catch_exceptions to call
4928 insert_catchpoint. Disable catchpoints if they fail to insert.
4929
29239a8f
DJ
49302003-06-17 Daniel Jacobowitz <[email protected]>
4931
4932 * symfile.c (reread_symbols): Clear sym_private.
4933
2cdf3c63
AC
49342003-06-17 Andrew Cagney <[email protected]>
4935
4936 * trad-frame.h (struct frame_info): Add opaque declaration.
4937 * remote-fileio.h (struct cmd_list_element): Add opaque
4938 declaration.
4939 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4940 comments.
4941
cf0e1e0d
DJ
49422003-06-17 Daniel Jacobowitz <[email protected]>
4943
4944 * remote.c (remote_prepare_to_store): Replace call to
4945 deprecated_read_register_bytes with multiple regcache_raw_read
4946 calls.
4947
192cdb19
KW
49482003-06-17 Kris Warkentin <[email protected]>
4949
4950 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4951 (nto_find_and_open_solib): Likewise.
4952 (nto_init_solib_absolute_prefix): Likewise.
4953 (_initialize_nto_tdep): Fix indentation.
4954
89929b45
KW
49552003-06-17 Kris Warkentin <[email protected]>
4956
4957 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4958
46019f27
KW
49592003-06-17 Kris Warkentin <[email protected]>
4960
4961 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4962
1a38736e
JB
49632003-06-17 Jim Blandy <[email protected]>
4964
4965 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4966
3605c34a
TR
49672003-06-16 Theodore A. Roth <[email protected]>
4968
4969 * avr-tdep.c (avr_extract_return_value): New function.
4970 (avr_gdbarch_init): Set extract_return_value method.
4971
870b3035
AC
49722003-06-16 Andrew Cagney <[email protected]>
4973
4974 * frame.h (deprecated_get_next_frame_hack): Declare.
4975 * frame.c (legacy_saved_regs_prev_register): Only require
4976 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4977 there are always saved regs.
4978 (deprecated_generic_get_saved_register): Do not require
4979 DEPRECATED_FRAME_INIT_SAVED_REGS.
4980 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4981 use frame ID unwind instead.
4982 (deprecated_get_next_frame_hack): New function.
4983
63d47a7d
CV
49842003-06-16 Corinna Vinschen <[email protected]>
4985
4986 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4987 (h8300_push_dummy_call): ...this function. Some minor optimization.
4988 (h8300_push_return_address): Remove.
4989 (h8300_gdbarch_init): Remove calls to
4990 set_gdbarch_deprecated_dummy_write_sp,
4991 set_gdbarch_deprecated_push_arguments and
4992 set_gdbarch_deprecated_push_return_address.
4993 Add call to set_gdbarch_push_dummy_call.
4994
4bb1dc5e
CV
49952003-06-16 Corinna Vinschen <[email protected]>
4996
4997 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4998 (E_PSEUDO_EXR_REGNUM): Ditto.
4999 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 5000 registers into safe registers.
4bb1dc5e
CV
5001 (h8300_skip_prologue): Check for stm instruction to push registers
5002 used for register variables onto stack.
5003 (gdb_print_insn_h8300): Remove.
5004 (h8300_examine_prologue): Add a comment.
5005 (h8300_register_name): Take pseudo registers into account.
5006 (h8300s_register_name): Ditto.
5007 (h8300sx_register_name): Ditto.
5008 (h8300_print_register): Ditto.
5009 (h8300_print_registers_info): Define "nice" printing order.
5010 (h8300_saved_pc_after_call): Take pseudo registers into account.
5011 (h8300_register_type): Ditto. Return type used for remote connection
5012 when requesting real CCR or EXR register, return actual type when
5013 requesting pseudo CCR or EXR.
5014 (h8300_pseudo_register_read): New function.
5015 (h8300_pseudo_register_write): Ditto.
5016 (h8300_dbg_reg_to_regnum): Ditto.
5017 (h8300s_dbg_reg_to_regnum): Ditto.
5018 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5019 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5020 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5021 set_gdbarch_print_insn architecture dependent.
5022 Call set_gdbarch_pseudo_register_read and
5023 set_gdbarch_pseudo_register_write.
5024 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5025
a59fe496
AC
50262003-06-16 Andrew Cagney <[email protected]>
5027
5028 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5029 * gdbarch.h, gdbarch.c: Re-generate.
5030 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5031 * s390-tdep.c (s390_gdbarch_init): Update.
5032 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5033 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5034 * mips-tdep.c (mips_gdbarch_init): Update.
5035 * mcore-tdep.c (mcore_gdbarch_init): Update.
5036 * cris-tdep.c (cris_gdbarch_init): Update.
5037 * infcall.c (call_function_by_hand): Update.
5038 * ia64-tdep.c (ia64_push_arguments): Update comment.
5039 * frame.c (legacy_get_prev_frame): Do not assume
5040 SAVE_DUMMY_FRAME_TOS_P.
5041 * dummy-frame.c (find_dummy_frame): Update comment.
5042
6f4e5a41
AC
50432003-06-16 Andrew Cagney <[email protected]>
5044
5045 * regcache.c (do_cooked_read): Do not use register_valid_p.
5046
72fab697
TR
50472003-06-15 Theodore A. Roth <[email protected]>
5048
5049 * avr-tdep.c (avr_register_type): Remove a blank line.
5050 (avr_scan_prologue): Correct some comments.
5051
e3d8b004
TR
50522003-06-15 Theodore A. Roth <[email protected]>
5053
5054 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5055 prologue types.
8ffd9b1b 5056 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
5057 option.
5058 Add code to scan -mcall-prologues for mega devices.
5059
866b76ea
TR
50602003-06-15 Theodore A. Roth <[email protected]>
5061
5062 * avr-tdep.c (avr_register_byte): Delete function.
5063 (avr_register_raw_size): Delete function.
5064 (avr_register_virtual_size): Delete function.
5065 (avr_register_virtual_type): Delete function.
5066 (avr_register_type): New function.
5067 (avr_address_to_pointer): Remove unused code.
5068 (avr_read_fp): Need to read FP as two separate bytes due to change to
5069 avr_register_type() usage.
5070 (avr_gdbarch_init): Don't set deprecated_register_size.
5071 Don't set deprecated_register_bytes.
5072 Don't set deprecated_register_byte.
5073 Don't set deprecated_register_raw_size.
5074 Don't set deprecated_max_register_raw_size.
5075 Don't set deprecated_register_virtual_size.
5076 Don't set deprecated_max_register_virtual_size.
5077 Don't set deprecated_register_virtual_type.
5078 Set register_type method.
5079
3993f6b1
DJ
50802003-06-15 Daniel Jacobowitz <[email protected]>
5081
5082 * Makefile.in (linux-nat.o): Add rule.
5083 * linux-nat.c: New file.
5084 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5085 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5086 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5087 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5088 * config/arm/linux.mh (NATDEPFILES): Likewise.
5089 * config/i386/linux.mh (NATDEPFILES): Likewise.
5090 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5091 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5092 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5093 * config/mips/linux.mh (NATDEPFILES): Likewise.
5094 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5095 * config/s390/s390.mh (NATDEPFILES): Likewise.
5096 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5097
786a90bb
MK
50982003-06-15 Mark Kettenis <[email protected]>
5099
5100 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5101 replace out-of-date comment.
5102
3bd3f01e
AC
51032003-06-15 Andrew Cagney <[email protected]>
5104
5105 * rdi-share/host.h (Fail): Change to a varargs function.
5106 * remote-rdi.c (Fail): Update.
8ffd9b1b 5107
de5b9bb9
MK
51082003-06-15 Mark Kettenis <[email protected]>
5109
5110 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5111 (i386_convert_register_p, i386_register_to_value,
5112 i386_register_from_value): Handle types longer than 8 bytes.
5113
d532c08f
MK
51142003-06-15 Mark Kettenis <[email protected]>
5115
5116 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5117 Move floating-point code to new function in i387-tdep.c.
5118 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5119 New functions containing code moved here from i386-tdep.c.
5120 * i387-tdep.h: Add opaque declaration for `struct type'.
5121 (i387_register_to_value, i387_value_to_register): New prototypes.
5122 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5123 (x86_64_init_abi): Set convert_register_p, register_to_value and
5124 value_to_register here.
8ffd9b1b 5125
42c466d7
AC
51262003-06-14 Andrew Cagney <[email protected]>
5127
5128 * mips-tdep.c (mips_register_to_value): Make static.
5129 (mips_value_to_register): Make static.
5130 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5131 * ia64-tdep.c (ia64_register_raw_size): Make static.
5132 (ia64_register_virtual_size): Make static.
5133 (ia64_register_byte): Make static.
5134 * i387-tdep.c: Include "i387-tdep.h".
5135 (print_387_control_word): Delete function.
5136 (print_387_status_word): Delete function.
5137 (print_387_status_bits): Delete function.
5138 (print_387_control_bits): Delete function.
5139 * Makefile.in (i387-tdep.o): Update dependencies.
5140 * rdi-share/host.h (Fail): Declare.
5141 * remote-rdi.c (Fail): Update to match declaration.
5142
2a9cda49
AC
51432003-06-14 Andrew Cagney <[email protected]>
5144
5145 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5146 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5147 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5148 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5149 * README: Delete reference to remote-array.
5150 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5151 (remote-array.o): Delete target.
5152 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5153 * remote-array.c: Delete file.
5154
ff2e87ac
AC
51552003-06-14 Andrew Cagney <[email protected]>
5156 Mark Kettenis <[email protected]>
5157
5158 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5159 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5160 parameter with "frame".
5161 * gdbarch.h, gdbarch.c: Re-generate.
5162 * frame.h (put_frame_register): Declare.
5163 * frame.c (put_frame_register): New function.
5164 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5165 (legacy_register_to_value): Rewrite, use "frame" to get the
5166 register value.
5167 (legacy_value_to_register): Rewrite, use "frame" to find the
5168 register's location before storing.
5169 * arch-utils.h (legacy_convert_register_p): Update.
5170 (legacy_register_to_value, legacy_value_to_register): Update.
5171 * findvar.c (value_from_register): Rewrite, eliminate use of
5172 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5173 "frame" to REGISTER_TO_VALUE.
5174 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5175 lval_reg_frame_relative + lval_register branch of the switch. Do
5176 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5177 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5178 I386_EDI_REGNUM): New defines.
5179 (i386_next_regnum, i386_convert_register_p,
5180 i386_register_to_value, i386_value_to_register): New functions.
5181 (i386_register_convertible, i386_register_convert_to_virtual,
5182 i386_convert_to_raw): Remove functions.
5183 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5184 value_to_register instead of register_convertible,
5185 register_convert_to_virtual and register_convert_to_raw.
5186 * mips-tdep.c (mips_convert_register_p): New function.
5187 (mips_value_to_register): Replace mips_register_convert_from_type.
5188 (mips_register_to_value): Replace mips_register_convert_to_type.
5189 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5190 register_to_value.
5191 * alpha-tdep.c (alpha_convert_register_p): Update.
5192 (alpha_value_to_register): Update, store the register.
5193 (alpha_register_to_value): Update, fetch the register.
5194
98be1e77
TR
51952003-06-14 Theodore A. Roth <[email protected]>
5196
5197 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5198 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5199 Don't set deprecated_call_dummy_words.
5200 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5201 Don't set remote_translate_xfer_address.
5202 (avr_io_reg_read_command): Remove commented out debug printf.
5203 Wrap a long line.
5204
57bc6122
TR
52052003-06-14 Theodore A. Roth <[email protected]>
5206
5207 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5208 causes gdb to seg fault.
5209
eb01fc62
DJ
52102003-06-14 Daniel Jacobowitz <[email protected]>
5211
5212 * sparc-nat.c (fetch_inferior_registers): Correct
5213 a reference to "registers".
5214
3b3e6bee
DJ
52152003-06-14 Jeroen Dekkers <[email protected]>
5216
5217 * Makefile.in (exc_request_U_h): Define
5218 (exc_request_S_h): Likewise.
5219 (msg_reply_S_h): Likewise.
5220 (msg_U_h): Likewise.
5221 (notify_S_h): Likewise.
5222 (process_reply_S_h): Likewise.
5223 (gnu-nat.o): Depend on gdb_obstack_h
5224 * gnu-nat.c: Include "gdb_obstack.h".
5225
b8de8283
AC
52262003-06-13 Andrew Cagney <[email protected]>
5227
5228 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5229 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 5230
f3be58bc
AC
52312003-06-13 Andrew Cagney <[email protected]>
5232
5233 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5234 when deprecated REGISTER macros can be deleted.
5235 * gdbarch.h, gdbarch.c: Re-generate.
5236
4c0122c8
JB
52372003-06-13 Jim Blandy <[email protected]>
5238
5239 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5240 Linux entry point symbols for _dl_debug_state, too.
5241
3e210248
AC
52422003-06-13 Andrew Cagney <[email protected]>
5243
5244 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5245 available, do not use the FP register, and always save the TOS.
5246 * dummy-frame.c (dummy_frame_this_id): Do not assert
5247 SAVE_DUMMY_FRAME_TOS.
5248 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5249 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5250 (i386_push_dummy_call): Add 8 to the returned SP.
5251 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5252 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5253 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5254 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5255 (x86_64_push_dummy_call): Return "sp + 16".
5256 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5257 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5258 save_dummy_frame_tos.
5259
0b65af49
JB
52602003-06-13 Jim Blandy <[email protected]>
5261
5262 * frv-tdep.c (frv_use_struct_convention): Delete static
5263 declaration for function deleted in my change of 2003-06-12.
5264
4ea2465e
TR
52652003-06-13 Theodore A. Roth <[email protected]>
5266
5267 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5268 (avr_pointer_to_address): Shift code addrs left 1 bit.
5269 (avr_convert_from_func_ptr_addr): Delete function since operation is
5270 better handled by avr_address_to_pointer and avr_pointer_to_address.
5271 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5272
1581182a
MK
52732003-06-13 Mark Kettenis <[email protected]>
5274
5275 From Kelley Cook <[email protected]>:
5276 * configure.host: Accept i[34567]86 variants.
5277 * configure.tgt: Likewise.
5278 * nlm/configure.in: Likewise.
5279 * nlm/configure: Regenerated.
5280
7aa1783e
RE
52812003-06-13 Richard Earnshaw <[email protected]>
5282
5283 * arm-tdep.c (solib-svr4.h): Dont' include it.
5284 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5285 * arm-linux-tdep.c: ... here. Make static.
5286 (arm_linux_init_abi): Register it.
5287 (solib-svr4.h): Include it.
5288 * Makefile.in: Update dependencies.
5289 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5290 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5291
0261a0d0
CV
52922003-06-13 Corinna Vinschen <[email protected]>
5293
5294 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5295 indicate registers used for return values.
5296 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5297 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5298 members.
5299 (h8300_init_extra_frame_info): Ditto.
5300 (h8300_frame_locals_address): Removed.
5301 (h8300_frame_args_address): Removed.
5302 (h8300_extract_return_value): Use new regcache structure. Only care
5303 for 16 bit CPUs.
5304 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5305 (h8300_store_return_value): Use new regcache structure. Only care
5306 for 16 bit CPUs.
5307 (h8300h_store_return_value): Same function for 32 bit CPUs.
5308 (h8300_store_struct_return): Removed.
5309 (h8300_extract_struct_value_address): Use new regcache structure.
5310 (h8300h_extract_struct_value_address): Removed.
5311 (h8300_push_dummy_code): New function.
5312 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5313 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5314 set_gdbarch_store_return_value architecture dependent.
5315 Call set_gdbarch_push_dummy_code and
5316 set_gdbarch_extract_struct_value_address.
5317 Remove calls to set_gdbarch_frame_args_address,
5318 set_gdbarch_frame_locals_address,
5319 set_gdbarch_deprecated_store_struct_return,
5320 set_gdbarch_deprecated_extract_return_value,
5321 set_gdbarch_deprecated_extract_struct_value_address,
5322 set_gdbarch_deprecated_call_dummy_words and
5323 set_gdbarch_deprecated_sizeof_call_dummy_words.
5324
055c394a
CV
53252003-06-13 Corinna Vinschen <[email protected]>
5326
5327 * h8300-tdep.c (h8300_register_byte): Remove.
5328 (h8300h_register_byte): Remove.
5329 (h8300_register_virtual_type): Remove. Substitute by...
5330 (h8300_register_type): New function.
5331 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5332 (h8300h_extract_struct_value_address): Ditto.
5333 (h8300_gdbarch_init): Drop calls to
5334 set_gdbarch_deprecated_register_byte and
5335 set_gdbarch_deprecated_register_virtual_type.
5336 Add call to set_gdbarch_register_type.
5337
9c04cab7
AC
53382003-06-13 Andrew Cagney <[email protected]>
5339
5340 * gdbarch.sh: Update comments on registers.
5341 (deprecated_register_byte): Rename register_byte.
5342 (deprecated_register_raw_size): Rename register_raw_size.
5343 (deprecated_register_virtual_size): Rename register_virtual_size.
5344 (deprecated_register_virtual_type): Rename register_virtual_type.
5345 * gdbarch.h, gdbarch.c: Re-generate.
5346 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5347 * vax-tdep.c (vax_gdbarch_init): Update.
5348 * v850-tdep.c (v850_gdbarch_init): Update.
5349 * sparc-tdep.c (sparc_gdbarch_init): Update.
5350 * sh-tdep.c (sh_gdbarch_init): Update.
5351 * s390-tdep.c (s390_gdbarch_init): Update.
5352 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5353 * ns32k-tdep.c: Update.
5354 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5355 * mips-tdep.c (mips_gdbarch_init): Update.
5356 * mcore-tdep.c (mcore_gdbarch_init): Update.
5357 * m68k-tdep.c (m68k_gdbarch_init): Update.
5358 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5359 * ia64-tdep.c (ia64_gdbarch_init): Update.
5360 * hppa-tdep.c (hppa_gdbarch_init): Update.
5361 * h8300-tdep.c (h8300_gdbarch_init): Update.
5362 * frv-tdep.c (frv_gdbarch_init): Update.
5363 * cris-tdep.c (cris_gdbarch_init): Update.
5364 * avr-tdep.c (avr_gdbarch_init): Update.
5365 * alpha-tdep.c (alpha_gdbarch_init): Update.
5366 * arm-tdep.c (arm_gdbarch_init): Update.
5367
b060cbea
AC
53682003-06-13 Andrew Cagney <[email protected]>
5369
5370 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5371 mips_o32_use_struct_convention with always_use_struct_convention.
5372
0fc9922a
DC
53732003-06-12 David Carlton <[email protected]>
5374
5375 * cp-namespace.c (cp_set_block_scope): Comment out
5376 processing_has_namespace_info branch.
5377
1fd35568
JB
53782003-06-12 Jim Blandy <[email protected]>
5379
f470a70a
JB
5380 Recognize and skip 64-bit PowerPC Linux linkage functions.
5381 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5382 insn_pattern, insns_match_pattern, d_field, ds_field): New
5383 functions, macros, and types for working with PPC instructions.
5384 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5385 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5386 ppc64_skip_trampoline_code): New functions, variables, and macros
5387 for recognizing and skipping linkage functions.
5388 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5389 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5390
49ff75ad
JB
5391 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5392 register offsets for both the 32- and 64-bit interfaces.
5393
bd918c83
JB
5394 Actually finish the job started by my change of 2003-05-29.
5395 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5396 other #definition of this.
5397 (ppc_linux_skip_trampoline_code): Remove declaration.
5398 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5399 static.
5400 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5401 method for GDBARCH.
5402
5403 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5404 'long' on ppc64-*-linux*.
5405
f8c59253
JB
5406 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5407 isn't #defined, assume the register doesn't exist: act as if
5408 tdep->ppc_mq_regnum were -1.
5409
8fbb30b1
JB
5410 * configure.host, configure.tgt: Add entries for
5411 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5412 powerpc/linux.mt.
5413 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5414 New files.
5415
1fd35568
JB
5416 * arch-utils.c (always_use_struct_convention): New function.
5417 * arch-utils.h (always_use_struct_convention): New prototype.
5418 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5419 (alpha_gdbarch_init): Register always_use_struct_convention,
5420 instead of alpha_use_struct_convention.
5421 * cris-tdep.c (cris_use_struct_convention): Delete.
5422 (cris_gdbarch_init): Register always_use_struct_convention,
5423 instead of cris_use_struct_convention.
5424 * frv-tdep.c (frv_use_struct_convention): Delete.
5425 (frv_gdbarch_init): Register always_use_struct_convention,
5426 instead of frv_use_struct_convention.
5427 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5428 (h8300_gdbarch_init): Register always_use_struct_convention,
5429 instead of h8300_use_struct_convention.
e3305dd9 5430 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
5431 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5432 instead of mips_o32_use_struct_convention.
5433
e14e6e9c
AC
54342003-06-12 Andrew Cagney <[email protected]>
5435
5436 * wince.c: Include "mips-tdep.h".
5437 * mips-tdep.h (mips_next_pc): Declare.
5438 * mcore-tdep.c: Make more local functions static.
5439 * Makefile.in (wince.o): Update dependencies.
5440
2335f48e
DC
54412003-06-12 David Carlton <[email protected]>
5442
5443 * symtab.c (lookup_symbol_aux_minsyms): Replace
5444 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5445 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5446 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5447 SYMBOL_NATURAL_NAME.
5448
f70a7d61
AS
54492003-06-12 Andreas Schwab <[email protected]>
5450
5451 * Makefile.in (tuiDisassem.o): Update dependencies.
5452
b6429628
DC
54532003-06-12 David Carlton <[email protected]>
5454
5455 * symtab.h: Delete declaration of make_symbol_overload_list.
5456 Add declaration of lookup_partial_symbol.
5457 * symtab.c (remove_params): Move to cp-support.c.
5458 (overload_list_add_symbol, make_symbol_overload_list)
5459 (sym_return_val_size, sym_return_val_index): Ditto.
5460 (lookup_partial_symbol): Make extern.
5461 * cp-support.h: Add declaration of make_symbol_overload_list.
5462 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5463 symtab.h, and block.h.
5464 (remove_params): Move here from symtab.c.
5465 (overload_list_add_symbol, make_symbol_overload_list)
5466 (sym_return_val_size, sym_return_val_index): Ditto.
5467 * valops.c: Include cp-support.h.
5468 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5469 frame_h, and block_h.
5470 (valops.o): Depend on cp_support_h.
5471
084edea5
CV
54722003-06-12 Corinna Vinschen <[email protected]>
5473
5474 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5475 substitute by NUM_REGS throughout.
5476 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5477 (h8300s_register_name): New function for H8S registers.
5478 (h8300sx_register_name): Ditto for H8SX registers.
5479 (h8300_print_register): Revise register printing, avoid depending
5480 on 32 bit long.
0261a0d0 5481 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
5482 (h8300h_register_byte): New function for any other architecture.
5483 (h8300_register_raw_size): Remove.
5484 (h8300_register_virtual_type): Revise to return actually useful
5485 type.
5486 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5487 (h8300h_extract_struct_value_address): New function for any other
5488 architecture.
5489 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5490 set_gdbarch_register_name, set_gdbarch_register_byte,
5491 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5492 Remove calls to set_gdbarch_deprecated_register_size,
5493 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5494 set_gdbarch_deprecated_max_register_raw_size,
5495 set_gdbarch_register_virtual_size and
5496 set_gdbarch_deprecated_max_register_virtual_size entirely.
5497 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5498 set_gdbarch_long_double_bit.
5499
06194148
JJ
55002003-06-11 Jeff Johnston <[email protected]>
5501
8ffd9b1b
AJ
5502 * doublest.c (convert_doublest_to_floatformat): When dealing
5503 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
5504 processing a full 32 bits of mantissa.
5505
de4f826b
DC
55062003-06-11 David Carlton <[email protected]>
5507
5508 * dictionary.h: New.
5509 * dictionary.c: New.
5510 * block.h: Add opaque declaration for struct dictionary.
5511 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5512 'sym' members.
5513 (BLOCK_DICT): New macro.
5514 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5515 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5516 BLOCK_SHOULD_SORT.
5517 (ALL_BLOCK_SYMBOLS): Update definition.
5518 * Makefile.in (SFILES): Add dictionary.c.
5519 (dictionary_h): New.
5520 (COMMON_OBS): Add dictionary.o.
5521 (dictionary.o): New.
5522 (ada-lang.o): Depend on dictionary_h.
5523 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5524 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5525 (mi-cmd-stack.o): Ditto.
5526 (gdbtk-cmds.o): Update dependencies.
5527 (gdbtk-stack.o): Ditto.
5528 * ada-lang.c: Include dictionary.h.
5529 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5530 (fill_in_ada_prototype, debug_print_block): Ditto.
5531 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5532 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5533 'is_sorted'.
5534 * mdebugread.c: Include dictionary.h.
5535 (struct parse_stack): Delete 'maxsyms' member.
5536 (parse_symbol): Update calls to new_block. Delete calls to
5537 shrink_block. Use dictionary methods.
5538 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5539 Update calls to new_symtab. Don't maintain maxsyms data.
5540 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5541 (add_symbol): Just call dict_add_symbol.
5542 (new_symtab): Delete 'maxsyms' argument.
5543 (new_symtab): Update calls to new_block.
5544 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5545 (shrink_block): Delete function.
5546 (fixup_sigtramp): Update call to new_block. Add symbol via
5547 dict_add_symbol.
5548 * jv-lang.c: Include dictionary.h.
5549 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5550 appropriately. Set class_symtab->free_func. Make sure the
5551 blockvector is big enough to hold two blocks.
5552 (add_class_symtab_symbol): Use dictionary methods.
5553 (free_class_block): New function.
5554 (type_from_class): Replace explicit iteration by
5555 ALL_BLOCK_SYMBOLS.
5556 * symtab.h (struct symtab): Replace 'free_ptr' method by
5557 'free_func'.
5558 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5559 sort_symtab_syms.
5560 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5561 sort_symtab_syms.
5562 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5563 Include dictionary.h.
5564 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5565 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5566 sort_symtab_syms.
5567 * objfiles.c: Include dictionary.h.
5568 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5569 * buildsym.c: Include dictionary.h.
5570 (finish_block): Use dictionary methods.
5571 (end_symtab): Set free_func to NULL, not free_ptr.
5572 * tracepoint.c: Include dictionary.h.
5573 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5574 (scope_info): Ditto.
5575 * stack.c: Include dictionary.h.
5576 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5577 (print_block_frame_labels, print_frame_arg_vars)
5578 (print_frame_args): Ditto.
5579 * symmisc.c (free_symtab_block): Use dictionary methods.
5580 (dump_symtab): Ditto.
5581 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5582 Include dictionary.h.
5583 * symfile.h: Delete declarations of sort_block_syms,
5584 sort_symtab_syms.
5585 * symfile.c (sort_block_syms): Delete.
5586 (sort_symtab_syms): Delete.
5587 * symtab.c: Include dictionary.h.
5588 (lookup_block_symbol): Use dictionary iterators.
5589 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5590 (search_symbols, make_symbol_completion_list): Ditto.
5591 (make_symbol_overload_list): Ditto.
5592 * valops.c (value_of_local): Use dict_empty.
5593 Include dictionary.h.
5594
a31f978c
JB
55952003-06-11 J. Brobecker <[email protected]>
5596
5597 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5598
526e70c0
DC
55992003-06-11 David Carlton <[email protected]>
5600
5601 * block.h (BLOCK_SHOULD_SORT): Delete.
5602 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5603 blocks.
5604 * ada-lang.c (ada_add_block_symbols): Ditto.
5605 * symfile.c (sort_block_syms): Delete.
5606 (sort_symtab_syms): Ditto.
5607 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5608 declarations.
5609 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5610 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5611 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5612 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5613 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5614 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5615 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5616
33c08150
JJ
56172003-06-11 Jeff Johnston <[email protected]>
5618
8ffd9b1b 5619 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
5620 bits to 128.
5621
781a750d
AC
56222003-06-11 Andrew Cagney <[email protected]>
5623
5624 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5625 REGISTER_CONVERTIBLE.
5626 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5627 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5628 * gdbarch.h, gdbarch.c: Re-generate.
5629 * arch-utils.h (deprecated_register_convertible_not): Rename
5630 generic_register_convertible_not.
5631 * arch-utils.c (deprecated_register_convertible_not): Rename
5632 generic_register_convertible.
5633 (legacy_convert_register_p, legacy_register_to_value): Update.
5634 * sh-tdep.c (sh64_push_arguments): Update.
5635 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5636 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5637 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5638 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5639 * arch-utils.c (legacy_value_to_register): Update.
5640 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5641 (rs6000_register_convert_to_raw): Make parameter "from" const.
5642 * mips-tdep.c (mips_gdbarch_init): Update.
5643 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5644 * infcmd.c (default_print_registers_info): Update.
5645 * ia64-tdep.c (ia64_gdbarch_init): Update.
5646 (ia64_register_convert_to_raw): Make parameter "from" const.
5647 * i386-tdep.c (i386_gdbarch_init): Update.
5648 (i386_register_convert_to_raw): Update.
5649
cd90e54f
AC
56502003-06-11 Andrew Cagney <[email protected]>
5651
5652 * remote-fileio.c: Include "remote-fileio.h".
5653 * Makefile.in (remote-fileio.o): Update dependencies.
5654 (remote_fileio_h): Fix typo.
5655
a78f21af
AC
56562003-06-11 Andrew Cagney <[email protected]>
5657
5658 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5659 (xstormy16_save_dummy_frame_tos): Make static.
5660 (_initialize_xstormy16_tdep): Add declaration.
5661 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5662 * v850-tdep.c: Make local functions static.
5663 (_initialize_v850_tdep): Add declaration.
5664 * sparc-tdep.c: Make local functions static.
5665 (_initialize_sparc_tdep): Add declaration.
5666 * sh-tdep.c: Make local functions static.
5667 (_initialize_sh_tdep): Add declaration.
5668 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5669 * s390-tdep.c: Make local functions static.
5670 (_initialize_s390_tdep): Add declaration.
5671 * dbxread.c (find_stab_function_addr): Make static.
5672 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5673 * ocd.c (_initialize_remote_ocd): Add declaration.
5674 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5675 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5676 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5677 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5678 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5679 * remote-array.c (_initialize_array): Add declaration.
5680 (_initialize_remote_monitors): Add declaration.
5681 * remote-mips.c: Make local functions static.
5682 (_initialize_remote_mips): Add declaration.
5683 * mcore-tdep.c: Make all local functions static.
5684 (_initialize_mcore_tdep): Add declaration.
5685 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5686 * abug-rom.c (_initialize_abug_rom): Add declaration.
5687 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5688 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5689 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5690 * remote-est.c (_initialize_est): Add declaration.
5691 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5692 (m68hc11_call_dummy_address): Make static.
5693 * ia64-tdep.c: Make local functions static.
5694 (_initialize_ia64_tdep): Add declaration.
5695 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5696 * monitor.c (monitor_wait_filter): Make static.
5697 (_initialize_remote_monitors): Add declaration.
5698 * remote-hms.c (_initialize_remote_hms): Add declaration.
5699 * remote-e7000.c (fetch_regs_from_dump): Make static.
5700 (expect_n): Make static.
5701 (_initialize_remote_e7000): Add declaration.
5702 * ser-e7kpc.c: Always include "defs.h".
5703 (_initialize_ser_e7000pc): Add declaration.
5704 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5705 * cris-tdep.c: Make all but one function static.
5706 (_initialize_cris_tdep): Add declaration.
5707 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5708 * solib.c (update_solib_list): Make static.
5709 (_initialize_solib): Add declaration.
5710 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5711 (_initialize_avr_tdep): Add declaration.
5712 * remote-rdi.c (voiddummy): Make static.
5713 (_initialize_remote_rdi): Add declaration.
5714 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5715 * remote-rdp.c (send_rdp): Make static.
5716 (_initialize_remote_rdp): Add declaration.
5717 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5718
cbcdb1f5
CV
57192003-06-11 Corinna Vinschen <[email protected]>
5720
5721 * remote-fileio.c: Make ari happy.
5722
a191ea8d
JB
57232003-06-10 J. Brobecker <[email protected]>
5724
5725 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5726 fetching the trailing bytes of the buffer we are about to write.
5727
0ef75e11
AC
57282003-06-10 Andrew Cagney <[email protected]>
5729
5730 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5731 * Makefile.in (remote-fileio.o): Update dependencies.
5732 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5733 include <setjmp.h>, or <sys/types.h> conditional on USG.
5734 (remote_fio_jmp_buf): Delete global variable.
5735
449092f6 57362003-06-10 Corinna Vinschen <[email protected]>
559fa028 5737 Martin M. Hunt <[email protected]>
449092f6 5738
559fa028
AC
5739 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5740 (SFILES): Add remote-fileio.c.
5741 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5742 dependencies for building remote.o.
449092f6
CV
5743 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5744 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 5745 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
5746 static storage class.
5747 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5748 'F' packet.
5749 (_initialize_remote): Call initialize_remote_fileio().
5750 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
5751 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5752 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5753 (captured_main): Initialize new ui_files.
5754 * ui-file.c: Add read and fgets input functions.
5755 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5756 (null_file_read): New function.
5757 (ui_file_read): New function.
5758 (set_ui_file_read): New function.
5759 (stdio_file_read): New function.
5760 * ui-file.h: New type ui_file_read_ftype.
5761 (set_ui_file_read): Declare.
5762 (ui_file_read): Declare.
5763
248de703
AC
57642003-06-09 Andrew Cagney <[email protected]>
5765
5766 * frame.h (deprecated_unwind_get_saved_register): Rename
5767 generic_unwind_get_saved_register, update comments.
5768 * mips-tdep.c (mips_get_saved_register): Update.
5769 * frame.c (deprecated_unwind_get_saved_register): Update.
5770
0ed8aa57
AC
57712003-06-09 Andrew Cagney <[email protected]>
5772
5773 * vax-tdep.c (vax_frame_locals_address): Delete function.
5774 (vax_gdbarch_init): Do not set frame_locals_address.
5775 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5776 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5777 * s390-tdep.c (s390_frame_args_address): Delete function.
5778 (s390_gdbarch_init): Do not set frame_args_address or
5779 frame_locals_address.
5780 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5781 (ns32k_gdbarch_init): Do not set frame_locals_address.
5782 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5783 (hppa_frame_locals_address): Delete function.
5784 (hppa_gdbarch_init): Do not set frame_args_address, or
5785 frame_locals_address.
5786 * arm-tdep.c (arm_frame_args_address): Delete.
5787 (arm_frame_locals_address): Delete.
5788 (arm_gdbarch_init): Do not set frame_args_address, or
5789 frame_locals_address.
5790
983a287a
AC
57912003-06-09 Andrew Cagney <[email protected]>
5792
5793 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5794 * gdbarch.h, gdbarch.c: Re-generate.
5795 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5796 * arch-utils.c (frame_num_args_unknown): Delete function.
5797 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5798 (frame_info): Use FRAME_NUM_ARGS_P.
5799 * arm-tdep.c (arm_frame_num_args): Delete function.
5800 (arm_gdbarch_init): Do not set frame_num_args.
5801 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5802 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5803 (hppa_gdbarch_init): Do not set frame_num_args.
5804 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5805 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5806 frame_num_args to default frame_num_args_unknown.
5807 * v850-tdep.c (v850_gdbarch_init): Ditto.
5808 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5809 * sh-tdep.c (sh_gdbarch_init): Ditto.
5810 * s390-tdep.c (s390_gdbarch_init): Ditto.
5811 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5812 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5813 * mips-tdep.c (mips_gdbarch_init): Ditto.
5814 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5815 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5816 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5817 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5818 * i386-tdep.c (i386_gdbarch_init): Ditto.
5819 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5820 * frv-tdep.c (frv_gdbarch_init): Ditto.
5821 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5822 * cris-tdep.c (cris_gdbarch_init): Ditto.
5823 * avr-tdep.c (avr_gdbarch_init): Ditto.
5824 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5825
8d3b0994
AC
58262003-06-09 Andrew Cagney <[email protected]>
5827
5828 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5829 (print_frame_args): Moved to "stack.c".
5830 * stack.c: Include "gdb_assert.h".
5831 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5832 (print_frame_args): Moved from "printcmd.c".
5833 * frame.h (print_frame_args): Delete declaration.
5834 * Makefile.in (stack.o): Update dependencies.
5835
25e3a86b
AC
58362003-06-08 Andrew Cagney <[email protected]>
5837
5838 * frame.c (get_prev_frame): Remove reference to
5839 frame_args_address_correct in comments.
5840 * frame-base.c (default_frame_args_address): Delete code
5841 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5842 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5843 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5844 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5845 (vax_frame_args_address_correct): Delete declaration.
5846
a9e5fdc2
AC
58472003-06-08 Andrew Cagney <[email protected]>
5848
5849 * gdbarch.sh (UNWIND_SP): Add.
5850 * gdbarch.h, gdbarch.c: Re-generate.
5851 * frame.c (frame_sp_unwind): New function.
5852 (get_frame_sp): New function.
5853 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5854 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5855 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5856 value.
5857 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5858 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5859
8983bd83
AC
58602003-06-08 Andrew Cagney <[email protected]>
5861
7fec2c59
AC
5862 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5863 REMOTE_BREAKPOINT.
5864 * remote.c: Update.
5865 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5866 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5867 * config/m68k/tm-sun3.h: Update.
5868 * config/m68k/tm-m68klynx.h: Update.
5869 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5870
8983bd83
AC
5871 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5872 trad_frame". Update comments.
5873 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5874 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5875 (trad_frame_register_value, trad_frame_prev_register): Update.
5876
b9362cc7
AC
58772003-06-08 Andrew Cagney <[email protected]>
5878
5879 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5880 from GCC's acinclude.m4.
5881 * configure.in: Check for getopt's delcaration.
8ffd9b1b 5882 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
5883 * main.c (error_init): Delete declaration.
5884 * defs.h (error_init): Declare.
5885 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5886 (rs6000_convert_from_func_ptr_addr): Make static.
5887 (_initialize_rs6000_tdep): Add declaration.
5888 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5889 (show_commands, set_verbose, show_history): Delete declaration.
5890 * top.h (set_verbose): Add declaration.
5891 (show_history, set_history, show_commands): Add declaration.
5892 (do_restore_instream_cleanup): Add declaration.
5893 * objc-lang.c (specialcmp): Make static.
5894 (print_object_command): Make static.
5895 (find_objc_msgsend): Make static.
5896 (find_objc_msgcall_submethod_helper): Make static.
5897 (find_objc_msgcall_submethod): Make static.
5898 (_initialize_objc_language): Add declaration.
5899 (find_implementation_from_class): Make static.
5900 (find_implementation): Make static.
5901 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5902 * objc-lang.h (lookup_struct_typedef): Add declaration.
5903 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5904 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5905 (do_restore_user_call_depth): Make static.
5906 (do_restore_instream_cleanup): Delete declaration.
5907 (dont_repeat): Delete declaration.
5908 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5909 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5910 * reggroups.c (_initialize_reggroup): Add declaration.
5911 * cp-support.c (_initialize_cp_support): Add declaration.
5912 * cp-abi.c (_initialize_cp_abi): Add declaration.
5913 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5914 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5915 (_initialize_gnu_v3_abi): Add declaration.
5916 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5917 (_initialize_gnu_v2_abi): Add declaration.
5918 * frame-base.c (_initialize_frame_base): Add declaration.
5919 * doublest.c (floatformat_from_length): Make static.
5920 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5921 * frame.c (create_sentinel_frame): Make static.
5922 (_initialize_frame): Add declaration.
5923 * top.c (do_catch_errors): Make static.
5924 (gdb_rl_operate_and_get_next_completion): Make static.
5925 * typeprint.c: Include "typeprint.h".
5926 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5927 (sentinel_frame_this_id): Make static.
5928 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5929 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5930 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5931 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5932 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5933 * maint.c (maintenance_print_architecture): Make static.
5934 * signals/signals.c (_initialize_signals): Add declaration.
5935 * std-regs.c (_initialize_frame_reg): Add declaration.
5936 * jv-exp.y (push_variable): ISO C definition.
5937 (push_qualified_expression_name): Ditto.
5938 * memattr.c (_initialize_mem): Add declaration.
5939 * remote.c (remote_check_watch_resources): Make static.
5940 (remote_stopped_by_watchpoint): Make static.
5941 (remote_stopped_data_address): Make static.
5942 * d10v-tdep.c (nr_dmap_regs): Make static.
5943 (a0_regnum): Make static.
5944 (d10v_frame_unwind_cache): Make static.
5945 (d10v_frame_p): Make static.
5946 * osabi.c (show_osabi): Make static.
5947 (_initialize_gdb_osabi): Add extern declaration.
5948 * gdbtypes.c (make_qualified_type): Make static.
5949 (safe_parse_type): Make static.
5950 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5951 * macrotab.c (macro_bcache_free): Make static.
5952 * interps.c (interp_set_quiet): Make static.
5953 (interpreter_exec_cmd): Make static.
5954 * stack.h (select_frame_command): New file.
5955 * stack.c: Include "stack.h".
5956 (select_frame_command_wrapper): Delete function.
5957 (select_frame_command): Make global.
5958 * infcall.c: Include "infcall.h".
5959 * linespec.c: Include "linespec.h".
5960 * symfile.c (sections_overlap): Make static.
5961 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5962 * charset.c (_initialize_charset): Add missing prototype.
5963 * regcache.c (init_legacy_regcache_descr): Make static.
5964 (do_regcache_xfree): Make static.
5965 (regcache_xfer_part): Make static.
5966 (_initialize_regcache): Add missing prototype.
5967 * breakpoint.c (parse_breakpoint_sals): Make static.
5968 (breakpoint_sals_to_pc): Make static.
5969 * interps.h (clear_interpreter_hooks): ISO C declaration.
5970 * Makefile.in (stack_h): Define.
5971 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5972 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5973
a0f267c7
AC
59742003-06-08 Andrew Cagney <[email protected]>
5975
5976 * Makefile.in (d10v-tdep.o): Update dependencies.
5977 (SFILES): Add trad-frame.c.
5978 (trad_frame_h): Define.
5979 (COMMON_OBS): Add trad-frame.o.
5980 (trad-frame.o): Specify dependencies.
5981 * d10v-tdep.c: Include "trad-frame.h".
5982 (saved_regs_unwinder): Delete function.
5983 (d10v_frame_prev_register): Use trad_frame_prev_register.
5984 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5985 trad_frame", delete "regs" and "prev_sp".
5986 (prologue_find_regs): Use trad-frame.
5987 * trad-frame.h, trad-frame.c: New files.
5988
4538b4f4
MK
59892003-06-08 Mark Kettenis <[email protected]>
5990
5991 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5992
a0273b2f
AF
59932003-06-07 Adam Fedor <[email protected]>
5994
5995 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5996 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5997 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5998 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 5999 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
6000 Use it.
6001
3a6c3343
AC
60022003-06-07 Andrew Cagney <[email protected]>
6003
6004 * symfile.h: Re-indent, clean up comments.
6005
b46e02f6
AC
60062003-06-07 Andrew Cagney <[email protected]>
6007
6008 * inferior.h (deprecated_write_sp): Replace
6009 generic_target_write_sp.
6010 * regcache.c (deprecated_write_sp): Replace
6011 generic_target_write_sp.
6012 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6013 * vax-tdep.c (vax_gdbarch_init): Update.
6014 * v850-tdep.c (v850_gdbarch_init): Update.
6015 * sparc-tdep.c (sparc_gdbarch_init): Update.
6016 * sh-tdep.c (sh_gdbarch_init): Update.
6017 * s390-tdep.c (s390_gdbarch_init): Update.
6018 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6019 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6020 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6021 * mcore-tdep.c (mcore_gdbarch_init): Update.
6022 * m68k-tdep.c (m68k_gdbarch_init): Update.
6023 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6024 * ia64-tdep.c (ia64_gdbarch_init): Update.
6025 * h8300-tdep.c (h8300_gdbarch_init): Update.
6026 * frv-tdep.c (frv_gdbarch_init): Update.
6027 * cris-tdep.c (cris_gdbarch_init): Update.
6028 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6029
a42e117c
AC
60302003-06-07 Andrew Cagney <[email protected]>
6031
6032 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6033 Assert that PC_REGNUM is valid.
6034 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6035
bd1ce8ba
AC
60362003-06-07 Andrew Cagney <[email protected]>
6037
6038 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6039 * gdbarch.h, gdbarch.c: Regenerate.
6040 * mn10300-tdep.c: Include "gdb_assert.h".
6041 (mn10300_read_fp): New function.
6042 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6043 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6044 * ia64-tdep.c: Include "gdb_assert.h".
6045 (ia64_read_fp): New function.
6046 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6047 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6048 * regcache.c (generic_target_read_sp): Delete function.
6049 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6050 * inferior.h (generic_target_read_sp): Delete declaration.
6051 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6052 generic_target_read_sp.
6053 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6054 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6055 * sh-tdep.c (sh_gdbarch_init): Ditto.
6056 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6057 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6058
ec5cbaec
AC
60592003-06-07 Andrew Cagney <[email protected]>
6060
6061 * gdbarch.sh: Comment each field of startup_gdbarch.
6062 * gdbarch.h, gdbarch.c: Re-generate.
6063
cde9ea48
AC
60642003-06-07 Andrew Cagney <[email protected]>
6065
6066 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6067 * gdbarch.h, gdbarch.c: Re-generate.
6068 * regcache.c: Update comments on read_pc et.al.
6069 (generic_target_read_pc): Delete function.
6070 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6071 * inferior.h (generic_target_read_pc): Delete declaration.
6072 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6073 generic_target_read_pc.
6074 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6075 * sh-tdep.c (sh_gdbarch_init): Ditto.
6076 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6077 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6078
9a90a780
AC
60792003-06-07 Andrew Cagney <[email protected]>
6080
6081 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6082 "index" with "special_local_sect". Use strcmp instead of STREQ.
6083 Append period to coments.
6084
a39a16c4
MM
60852003-06-06 Mark Mitchell <[email protected]>
6086
6087 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6088 (elfstab_offset_sections): Likewise.
6089 * gdb-stabs.h (stab_section_info): Likewise.
6090 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6091 * objfiles.c (objfile_relocate): Likewise.
6092 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6093 * remote.c (get_offsets): Likewise.
6094 (remote_cisco_objfile_relocate): Likewise.
6095 * somread.c (som_symfile_offsets): Likewise.
6096 * symfile.c (alloc_section_addr_info): New function.
6097 (build_section_addr_info_from_section_tab): Use it.
6098 (free_section_addr_info): Adjust.
6099 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6100 (syms_from_objfile): Allocate local_addr dynamically.
6101 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6102 dynamically.
6103 (add_symbol_file_command): Allocate sect_opts dynamically.
6104 (reread_symbols): Avoid use of SECT_OFF_MAX.
6105 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6106 (alloc_section_addr_info): Declare it.
6107 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6108 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6109 dynamically.
6110 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 6111
20c6c2f8
AC
61122003-06-06 Andrew Cagney <[email protected]>
6113
6114 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6115 (d10v_frame_unwind_cache): Do not set "return_pc".
6116
884a26c8
MS
61172003-06-06 Michael Snyder <[email protected]>
6118
6119 * h8300-tdep.c: Make tidy (long lines).
6120
088ce440
ML
61212003-06-06 Michal Ludvig <[email protected]>
6122
8ffd9b1b 6123 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
6124 to regcache_collect().
6125
7d773d96
JB
61262003-06-05 J. Brobecker <[email protected]>
6127
6128 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6129 pc_in_sigtramp multiarch method.
6130 (hppa_hpux_som_init_abi): Use it.
6131 (hppa_hpux_elf_init_abi): Likewise.
6132 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6133 macro has been multiarched.
6134 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6135 macro here, as hppa64 isn't multiarched yet.
6136
1df6926e
AC
61372003-06-05 Andrew Cagney <[email protected]>
6138
6139 * Makefile.in (value_h): Add $(frame_h).
6140 * value.h: Include "frame.h".
6141 (struct value): Replace "frame_addr" with "frame_id".
6142 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6143 * values.c (allocate_value): Use VALUE_FRAME_ID.
6144 (value_copy): Use VALUE_FRAME_ID.
6145 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6146 * valops.c (value_assign): Update. Use frame_find_by_id.
6147
6b53acc6
ML
61482003-06-05 Michal Ludvig <[email protected]>
6149
6150 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6151 in each pass.
6152
4d9850d3
JJ
61532003-06-05 Jeff Johnston <[email protected]>
6154
6155 * thread-db.c (check_event): For create/death event breakpoints,
6156 loop through all messages to ensure that we read the message
6157 corresponding to the breakpoint we are at.
6158
8efca6ba
MS
61592003-06-04 Michael Snyder <[email protected]>
6160
6161 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6162
0912c7f2
MK
61632003-06-04 Mark Kettenis <[email protected]>
6164
6165 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6166 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6167 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6168 when handling .eh_frame sections.
6169
4e370325
JB
61702003-06-04 J. Brobecker <[email protected]>
6171
6172 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6173 prepare_to_proceed procedure instead of the hppa-specific one.
6174 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6175
b757528f 61762003-06-04 Jeff Johnston <[email protected]>
8ffd9b1b 6177
b757528f
JJ
6178 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6179 * config.in: Regenerated.
6180 * configure.in: Add test for syscall function and check for
6181 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6182 * configure: Regenerated.
6183 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6184 <sys/syscall.h>.
6185 (kill_lwp): New function that uses tkill syscall or
6186 uses kill, depending on whether threading model is nptl or not.
6187 All callers of kill() changed to use kill_lwp().
6188 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6189 see if all threads have already exited in the nptl model.
6190 (stop_and_resume_callback): New callback function used by the
6191 lin_lwp_wait thread exit handling code.
6192 (stop_wait_callback): Check for threads already having exited and
6193 delete such threads fromt the lwp list when discovered.
6194 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 6195
b757528f
JJ
6196 Roland McGrath <[email protected]>
6197 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6198 nptl libthread_db.
6199
087779b1
RH
62002003-06-03 Richard Henderson <[email protected]>
6201
b21fd293
RH
6202 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6203 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6204 (alpha_sigtramp_frame_prev_register): Likewise.
6205 (alpha_heuristic_frame_prev_register): Likewise.
6206 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6207
8ffd9b1b 6208 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
6209 alpha-specific register id names.
6210 (alpha_mdebug_frame_unwind_cache): Likewise.
6211 (alpha_mdebug_frame_prev_register): Likewise.
6212
baa490c4
RH
62132003-06-03 Richard Henderson <[email protected]>
6214
6215 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6216 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6217 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6218 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6219 unwind routines.
6220 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6221 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6222 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6223
6224 * alpha-linux-tdep.c: Remove unnecessary includes.
6225 * Makefile.in (alpha-linux-tdep.o): Update.
6226
62272003-06-03 Richard Henderson <[email protected]>
6228
6229 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6230 (alphabsd_fill_fpreg): Likewise.
6231
f534e522
JB
62322003-06-03 J. Brobecker <[email protected]>
6233
6234 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6235 references to struct frame_info fields by calls to the equivalent
6236 accessors. Necessary now that frame_info is opaque.
6237
4035536b
JB
62382003-06-03 J. Brobecker <[email protected]>
6239
6240 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6241 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6242 structure, field no longer exists.
6243
0bd79c5c
JB
62442003-06-03 J. Brobecker <[email protected]>
6245
6246 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6247 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6248
37bb6d9f
JB
62492003-06-03 J. Brobecker <[email protected]>
6250
6251 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6252 references to struct frame_info fields by calls to the equivalent
6253 accessors. Necessary now that frame_info is opaque.
6254
852ee05c
JB
62552003-06-03 J. Brobecker <[email protected]>
6256
6257 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6258 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6259 structure, field no longer exists.
6260
7d58c67d
TR
62612003-06-03 Theodore A. Roth <[email protected]>
6262
8ffd9b1b 6263 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
6264 accumulation of the size of all registers instead of blindly using
6265 DEPRECATED_REGISTER_BYTES.
6266
0a48e7e8
MS
62672003-06-03 Michael Snyder <[email protected]>
6268
6269 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6270 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6271 for h8300sx.
6272
9798ab0d
JB
62732003-06-03 J. Brobecker <[email protected]>
6274
6275 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6276 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6277
00b037e2
AC
62782003-06-03 Andrew Cagney <[email protected]>
6279
6280 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6281 (sparc_convert_to_raw): Delete function.
6282 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6283 register_convert_to_virtual.
6284
043b2f77
JJ
62852003-06-03 Jeff Johnston <[email protected]>
6286
6287 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6288 layer if not dealing with a statically-linked threaded program.
6289
f43caff8
KW
62902003-06-03 Kris Warkentin <[email protected]>
6291
6292 * solib.c (solib_open): Update comment to reflect actual search order.
6293
ae1e7417
AC
62942003-06-03 Andrew Cagney <[email protected]>
6295
6296 * frame.c (get_frame_memory_signed): New function.
6297 (get_frame_memory, get_frame_memory_unsigned): New function.
6298 (get_frame_arch): New function.
6299 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6300 (get_frame_memory, get_frame_unsigned_memory): Declare.
6301 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6302 get_frame_memory_unsigned and get_frame_arch.
6303 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6304
cb123844
RG
63052003-06-03 Raoul Gough <[email protected]>
6306
6307 * MAINTAINERS (write after approval): Add myself.
6308
1bb792e9
JB
63092003-06-03 Jim Blandy <[email protected]>
6310
6311 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6312 elements of gregset_t are 64 bits each, but access registers
6313 are still 32 bits, so they're packed two per gregset_t
6314 element. Unpack/pack them properly.
6315
aee8d8ba
DC
63162003-06-02 David Carlton <[email protected]>
6317
6318 * linespec.c (find_methods): Break out code into
6319 add_matching_methods and add_constructors.
6320 (add_matching_methods): New.
6321 (add_constructors): Ditto.
6322
bf7488d2
AC
63232003-06-02 Andrew Cagney <[email protected]>
6324
bf7488d2
AC
6325 * sparc-tdep.c (sparc_print_registers): Delete call to
6326 REGISTER_CONVERTIBLE.
6327 (sparc_gdbarch_init): Do not set register_convertible.
6328 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6329 * frv-tdep.c (frv_gdbarch_init): Ditto.
6330 * cris-tdep.c (cris_gdbarch_init): Ditto.
6331
adedef68
EZ
63322003-06-02 Elena Zannoni <[email protected]>
6333
8ffd9b1b 6334 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
6335 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6336 (syms_from_objfile): Ditto.
6337
650fcc91
AS
63382003-06-03 Andreas Schwab <[email protected]>
6339
6340 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6341 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6342
df4a182b
RH
63432003-06-02 Richard Henderson <[email protected]>
6344
6345 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6346 a member of all_reggroup.
6347
c483c494
RH
63482003-06-02 Richard Henderson <[email protected]>
6349
6350 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6351 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6352 (alpha_lds, alpha_sts): New.
6353 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 6354 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
6355 restructure and fail for type sizes other than 4 or 8.
6356 (alpha_value_to_register): Similarly.
6357 (alpha_extract_return_value): Use alpha_sts.
6358 (alpha_store_return_value): Use alpha_lds.
6359 (alpha_gdbarch_init): Update hooks.
6360
b38b6be2
RH
63612003-06-02 Richard Henderson <[email protected]>
6362
6363 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6364 regnum identifiers.
6365 (alpha_sigtramp_register_address): Likewise.
6366
98a8e1e5
RH
63672003-06-02 Richard Henderson <[email protected]>
6368
6369 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6370 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6371 * alpha-tdep.h: Declare them.
6372
6373 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6374 Remove zerobuf. Don't error on UNIQUE.
6375 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6376 (ALPHA_REGSET_UNIQUE): Provide default.
6377 (supply_gregset): Use alpha_supply_int_regs.
6378 (fill_gregset): Use alpha_fill_int_regs.
6379 (supply_fpregset): Use alpha_supply_fp_regs.
6380 (fill_fpregset): Use alpha_fill_fp_regs.
6381 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6382 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6383 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6384 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6385 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6386 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6387
67dfac52
RH
63882003-06-02 Richard Henderson <[email protected]>
6389
f75d70cc
RH
6390 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6391
67dfac52
RH
6392 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6393 (alpha_store_return_value): Likewise.
6394
0cf566ec
DC
63952003-06-02 David Carlton <[email protected]>
6396
6397 * block.c (contained_in): Add 'const' to arguments.
6398 (block_function): Ditto.
6399 * block.h: Update declarations for block_function and
6400 contained_in.
6401
cdef89d0
DC
64022003-06-02 David Carlton <[email protected]>
6403
6404 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6405 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6406 * p-valprint.c (pascal_val_print): Ditto.
6407 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6408
72667056
RH
64092003-06-02 Richard Henderson <[email protected]>
6410
98a8e1e5
RH
6411 * alpha-tdep.c (alpha_push_dummy_call): Use
6412 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 6413
8ffd9b1b 6414 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
6415 sign-extension of 32-bit values.
6416 (alpha_store_return_value): Similarly.
0ede8eca 6417
98a8e1e5
RH
6418 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6419 (alpha_extract_return_value): Likewise.
6420 (alpha_store_return_value): Likewise.
7b5e1cb3 6421
98a8e1e5
RH
6422 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6423 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 6424
98a8e1e5
RH
6425 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6426 (alpha_extract_struct_value_address): Likewise.
6427 (alpha_store_return_value): Likewise.
6428 (alpha_store_struct_return): Remove.
6429 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 6430
98a8e1e5
RH
6431 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6432 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6433 macros where appropriate.
6434 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6435 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 6436
98a8e1e5
RH
6437 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6438 for SP, GP; void_func_ptr for PC; non-language-specific types
6439 for all others.
6440 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 6441
6dd77b81
RH
64422003-06-02 Richard Henderson <[email protected]>
6443
6444 * top.h (lim_at_start): Declare.
6445 * main.c (captured_main): Set it.
6446 * top.c (lim_at_start): Define.
6447 (command_loop): Use it instead of &environ.
6448 * event-top.c (command_handler): Likewise.
6449
f4dbdb54
JT
64502003-06-01 Jason Thorpe <[email protected]>
6451
6452 * mipsnbsd-tdep.c: Update copyright years.
6453 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6454
8f285956
RH
64552003-06-01 Richard Henderson <[email protected]>
6456
98a8e1e5
RH
6457 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6458 (alpha-linux-tdep.o): Update dependencies.
6459 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6460 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 6461
615967cb
RH
64622003-06-01 Richard Henderson <[email protected]>
6463
98a8e1e5
RH
6464 * alpha-tdep.c (alpha_register_reggroup_p): New.
6465 (alpha_gdbarch_init): Register it.
615967cb 6466
b59661bd
AC
64672003-06-02 Andrew Cagney <[email protected]>
6468
6469 * dwarfread.c: Eliminate "register"
6470 (decode_die_type): Eliminate assignment within "if".
6471 (struct_type, decode_array_element_type): Ditto.
6472 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6473 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6474 (decode_modified_type, completedieinfo): Ditto.
6475 * block.c: Eliminate "register".
6476 (blockvector_for_pc_sect): Eliminate assignment within "if".
6477 * cp-support.h (struct symbol): Opaque declaration.
6478 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6479
5ef165c2
RH
64802003-06-01 Richard Henderson <[email protected]>
6481
98a8e1e5
RH
6482 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6483 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 6484
143985b7
AF
64852003-06-01 Adam Fedor <[email protected]>
6486
6487 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6488 * gdbarch.[ch]: Regenerate.
6489 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6490 (hppa_gdbarch_init): Set it in the gdbarch vector.
6491 * i386-tdep.c (i386_fetch_pointer_argument): New
6492 (i386_gdbarch_init): Set it into gdbarch.
6493 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6494 (rs6000_gdbarch_init): Set it in gdbarch.
6495 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6496 (sparc_gdbarch_init): Set it in gdbarch.
6497
ae0167b9
AC
64982003-06-01 Andrew Cagney <[email protected]>
6499
7c0b4a20
AC
6500 * defs.h (extract_address): Delete declaration.
6501 * findvar.c (extract_address): Delete function.
6502 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6503 extract_address with the inline equivalent,
6504 extract_unsigned_integer.
6505 (xstormy16_extract_struct_value_address): Ditto.
6506 (xstormy16_pointer_to_address): Ditto.
6507 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6508 * v850-tdep.c (v850_push_arguments): Ditto.
6509 (v850_extract_return_value): Ditto.
6510 (v850_extract_struct_value_address): Ditto.
6511 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6512 (sparcnbsd_get_longjmp_target_64): Ditto.
6513 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6514 (get_longjmp_target): Ditto.
6515 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6516 (sh64_extract_struct_value_address): Ditto.
6517 (sh_push_arguments): Ditto.
6518 (sh64_push_arguments): Ditto.
6519 * remote-vxsparc.c (vx_read_register): Ditto.
6520 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6521 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6522 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6523 * mipsv4-nat.c (get_longjmp_target): Ditto.
6524 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6525 * mips-nat.c (get_longjmp_target): Ditto.
6526 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6527 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6528 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6529 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6530 * irix5-nat.c (get_longjmp_target): Ditto.
6531 * irix4-nat.c (get_longjmp_target): Ditto.
6532 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6533 (ia64_push_arguments): Ditto.
6534 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6535 * h8300-tdep.c (h8300_push_arguments): Ditto.
6536 (h8300_store_return_value): Ditto.
6537 (h8300_extract_struct_value_address): Ditto.
6538 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6539 (frv_push_arguments): Ditto.
6540 * avr-tdep.c (avr_pointer_to_address): Ditto.
6541 (avr_push_arguments): Ditto.
6542 * arm-tdep.c (arm_push_dummy_call): Ditto.
6543 (arm_get_longjmp_target): Ditto.
6544 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6545 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6546 (alpha_get_longjmp_target): Ditto.
6547
ae0167b9
AC
6548 * solib-irix.c (extract_mips_address): Inline extract_address,
6549 replacing it with extract_signed_integer.
6550 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6551 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6552 (first_link_map_member, open_symbol_file_object): Ditto.
6553 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6554 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6555 (LM_NEXT, LM_NAME): Ditto.
6556
44d88583
RH
65572003-06-01 Richard Henderson <[email protected]>
6558
98a8e1e5
RH
6559 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6560 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6561 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6562 (alpha_cannot_store_register): Likewise.
6563 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6564 * alpha-nat.c (supply_gregset): Likewise.
6565 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 6566
310e9b6a
AC
65672003-06-01 Andrew Cagney <[email protected]>
6568
6569 * infcall.c (call_function_by_hand): Update comment on
6570 DEPRECATED_DUMMY_WRITE_SP.
6571
6572 * mips-tdep.c (mips_gdbarch_init): Do not set
6573 deprecated_dummy_write_sp.
6574 (mips_eabi_push_dummy_call): Set the SP register.
6575 (mips_o64_push_dummy_call): Set the SP register.
6576 (mips_o32_push_dummy_call): Set the SP register.
6577 (mips_n32n64_push_dummy_call): Set the SP register.
6578
5ab84872
RH
65792003-06-01 Richard Henderson <[email protected]>
6580
98a8e1e5
RH
6581 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6582 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6583 (supply_gregset): Likewise.
6584 * alpha-tdep.c (alpha_store_return_value): Likewise.
6585 (alpha_get_longjmp_target): Likewise.
6586 (alpha_register_name): Constify array.
6587 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6588 deprecated_register_size, deprecated_register_bytes,
6589 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6590 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6591 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 6592
09cc52fd
RH
65932003-06-01 Richard Henderson <[email protected]>
6594
6595 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6596 from arg_reg_buffer to regcache to avoid double conversion.
6597
c7f16359
MK
65982003-06-01 Mark Kettenis <[email protected]>
6599
6600 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6601 SP_REGNUM.
6602 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6603 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6604
7131cb6e
RH
66052003-06-01 Richard Henderson <[email protected]>
6606
98a8e1e5
RH
6607 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6608 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 6609
f3e0f90b
RH
66102003-06-01 Richard Henderson <[email protected]>
6611
98a8e1e5
RH
6612 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6613 not overlapping PC_REGNUM.
f3e0f90b 6614
c88e30c0
RH
66152003-06-01 Richard Henderson <[email protected]>
6616
98a8e1e5
RH
6617 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6618 alpha_push_arguments. Don't dump argument register data to
6619 the target stack. Fix float and 128-bit long double semantics.
6620 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6621 (alpha_fix_call_dummy): Remove.
6622 (alpha_call_dummy_words): Remove.
6623 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 6624
f1a559ae
RH
66252003-06-01 Richard Henderson <[email protected]>
6626
6627 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6628
5e045346
AC
66292003-06-01 Andrew Cagney <[email protected]>
6630
95404a3e
AC
6631 * mips-tdep.c (is_mips16_addr): New function.
6632 (make_mips16_addr, unmake_mips16_addr): New functions.
6633 (pc_is_mips16, mips_fetch_instruction): Use.
6634 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6635 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6636 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6637 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6638 TARGET_MIPS.
6639 * config/mips/tm-mips.h: Update copyright.
6640 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6641 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6642 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6643 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6644 (TM_PRINT_INSN_MACH): Delete.
6645 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6646
5e045346
AC
6647 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6648 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6649 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6650 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6651 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6652 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6653 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6654 mips*-*-riscos* and mips*-*-sysv* onto mips.
6655 * config/mips/mips64.mt: New file.
6656 * config/mips/mips.mt: New file.
6657 * config/mips/littlemips.mt: Delete file.
6658 * config/mips/decstation.mt: Delete file.
6659 * config/mips/vr4300el.mt: Delete file.
6660 * config/mips/vr5000el.mt: Delete file.
6661 * config/mips/vr5000.mt: Delete file.
6662 * config/mips/vr4100.mt: Delete file.
6663 * config/mips/vr4xxxel.mt: Delete file.
6664 * config/mips/vr4300.mt: Delete file.
6665 * config/mips/vr4xxx.mt: Delete file.
6666 * config/mips/bigmips.mt: Delete file.
6667 * config/mips/bigmips64.mt: Delete file.
6668 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6669 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6670 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6671 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6672 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6673 "tm-bigmips.h".
6674 * config/mips/tm-irix3.h: Ditto.
6675 * config/mips/tm-mipsv4.h: Ditto.
6676 * config/mips/tm-embed.h: Ditto.
6677 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6678 "tm-bigmips64.h".
6679 * config/mips/tm-vr5000el.h: Delete file.
6680 * config/mips/tm-tx39l.h: Delete file.
6681 * config/mips/tm-vr4300el.h: Delete file.
6682 * config/mips/tm-vr4xxxel.h: Delete file.
6683 * config/mips/tm-vr4300.h: Delete file.
6684 * config/mips/tm-vr4100.h: Delete file.
6685 * config/mips/tm-vr4xxx.h: Delete file.
6686 * config/mips/tm-vr5000.h: Delete file.
6687 * config/mips/tm-embedl64.h: Delete file.
6688 * config/mips/tm-embedl.h: Delete file.
6689 * config/mips/tm-embed64.h: Delete file.
6690 * config/mips/tm-bigmips64.h: Delete file.
6691 * config/mips/tm-bigmips.h: Delete file.
6692
2473a4a9
MK
66932003-06-01 Mark Kettenis <[email protected]>
6694
97a5b208
MK
6695 Fix gdb/1216.
6696 * shnbsd-nat.c: Include "sh-tdep.h".
6697
2473a4a9
MK
6698 From Richard Henderson <[email protected]>:
6699 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6700
e0f7ec59
AC
67012003-05-31 Andrew Cagney <[email protected]>
6702
6703 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6704 forward declaration.
6705 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6706 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6707 (mips_find_saved_regs): Use set_reg_offset.
6708 (mips_frame_init_saved_regs): Delete function.
6709 (mips_pop_frame): Call mips_find_saved_regs instead of
6710 DEPRECATED_FRAME_INIT_SAVED_REGS.
6711
68dcc709
AC
67122003-05-31 Andrew Cagney <[email protected]>
6713
6714 * mips-tdep.c (mips_gdbarch_init): Do not set
6715 deprecated_max_register_raw_size, register_virtual_size, and
6716 deprecated_max_register_virtual_size.
6717
cfc14b3a
MK
67182003-05-31 Mark Kettenis <[email protected]>
6719
6405b0a6
MK
6720 * i386-tdep.c: Include "dwarf2-frame.h".
6721 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6722 * Makefile.in (i386-tdep.o): Update dependencies.
6723
cfc14b3a
MK
6724 * dwarf2-frame.c, dwarf2-frame.h: New files.
6725 * Makefile.in (SFILES): Add dwarf2-frame.c.
6726 (dwarf2_frame_h): Define.
6727 (COMMON_OBS): Add dwarf2-frame.o.
6728 (dwarf2-frame.o): Add dependencies.
6729
6a2751d2
AJ
67302003-05-31 Andreas Jaeger <[email protected]>
6731
6732 * x86-64-linux-nat.c: Fix comment.
6733
1c3545ae
MK
67342003-05-31 Mark Kettenis <[email protected]>
6735
10f93086
MK
6736 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6737 function signature.
6738
1c3545ae
MK
6739 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6740 have a sigcontext_addr handler.
6741 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6742 sigcontext_addr handler.
6743
e11c53d2
AC
67442003-05-31 Andrew Cagney <[email protected]>
6745
6746 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6747 (print_fp_register_row): Replace do_fp_register_row.
6748 (mips_print_fp_register): Add "file" and "frame" parameters.
6749 (mips_print_register): Add "file" and "frame" parameters.
6750 (mips_print_registers_info): Replace mips_do_registers_info.
6751 (mips_gdbarch_init): Set print_registers_info instead of
6752 deprecated_do_registers_info.
6753 (mips_read_fp_register_single): Add "frame" parameter.
6754 (mips_read_fp_register_double): Add "frame" parameter.
6755
a3386186
MK
67562003-05-31 Mark Kettenis <[email protected]>
6757
70913449
MK
6758 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6759 Fixes a bug where GDB would print the wrong register names for
6760 targets without SSE.
6761
2b5e0749
MK
6762 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6763 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6764 registers.
6765
6766 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6767 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6768 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6769 TDEP->sc_sp_offset.
6770
a3386186
MK
6771 From Michal Ludvig <[email protected]>:
6772 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6773 and `sc_num_regs'.
6774 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6775 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6776 I386_ST0_REGNUM): Move here from...
6777 * i386-tdep.c: ... here.
6778 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6779 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6780 registers if possible.
6781 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6782 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6783 Remove variables.
6784 (i386bsd_sc_reg_offset): New variable.
6785 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6786 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6787 TDEP->sc_sp_offset.
6788 (i386fbsd_sc_reg_offset): New variable.
6789 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6790 TDEP->sc_num_regs.
6791 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6792 variables.
6793 (i386fbsd4_sc_reg_offset): New variable.
6794 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6795 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6796 TDEP->sc_sp_offset.
6797 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6798 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6799 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6800 Remove variables.
6801 (i386nbsd_sc_reg_offset): New variable.
6802 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6803 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6804 TDEP->sc_sp_offset.
6805 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6806 Remove variables.
6807 (i386obsd_sc_reg_offset): New variable.
6808 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6809 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6810 TDEP->sc_sp_offset.
6811 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6812 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6813 for frame pointer offset in `struct sigcontext'.
6814
25ab4790
AC
68152003-05-31 Andrew Cagney <[email protected]>
6816
6817 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6818 architecture methods call_dummy_words, sizeof_call_dummy_words,
6819 push_return_address, store_struct_return, and fix_call_dummy. Set
6820 push_dummy_call instead of deprecated_push_arguments.
6821 (mips_store_struct_return): Delete function.
6822 (mips_fix_call_dummy): Delete function.
6823 (mips_push_return_address): Delete function.
6824 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6825 RA_REGNUM and T9_REGNUM.
6826 (mips_n32n64_push_dummy_call): Ditto for
6827 mips_n32n64_push_arguments.
6828 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6829 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6830
6a65450a
AC
68312003-05-31 Andrew Cagney <[email protected]>
6832
6833 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6834 "dummy_addr" to "bp_addr".
6835 * infcall.c (call_function_by_hand): Pass "funaddr" to
6836 gdbarch_push_dummy_call.
6837 * gdbarch.h, gdbarch.c: Re-generate.
6838 * i386-tdep.c (i386_push_dummy_call): Update.
6839 * arm-tdep.c (arm_push_dummy_call): Update.
6840 * d10v-tdep.c (d10v_push_dummy_call): Update.
6841
c4f35dd8
MK
68422003-05-31 Mark Kettenis <[email protected]>
6843
6844 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6845 variable declarations.
6846 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6847 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6848 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6849 x86_64_init_frame_pc, x86_64_init_frame_pc,
6850 x86_64_function_has_prologue): Remove prototypes.
6851 (X86_64_NUM_GREGS): New define.
6852 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6853 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6854 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6855 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6856 XMM1_REGNUM): Remove defines.
6857 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6858 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6859 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6860 X86_64_XMM1_REGNUM): New defines.
6861 (struct x86_64_register_info): Renamed from `struct
6862 register_info'. Remove `size' member.
6863 (x86_64_register_info_table): Remove variable.
6864 (x86_64_register_info): New variable.
6865 (X86_64_NUM_REGS): New define.
6866 (X86_64_NUM_GREGS): Remove define.
6867 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6868 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6869 Remove variables.
6870 (x86_54_dwarf2_reg_to_regnum): Remove function.
6871 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6872 (x86_64_dwarf_reg_to_regnum): New function.
6873 (x86_64_register_name): Rewrite.
6874 (x86_64_register_raw_size): Remove function.
6875 (x86_64_register_byte_table): Remove variable.
6876 (x86_64_register_byte): Remove function.
6877 (x86_64_register_virtual_type): Remove function.
6878 (x86_64_register_type): New function.
6879 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6880 x86_64_register_convert_to_raw): Remove functions.
6881 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6882 (x86_64_use_struct_convention): Make static. Adjust for renamed
6883 defines.
6884 (x86_64_frame_init_saved_regs): Remove function.
6885 (x86_64_push_arguments): Make static. Change to accept a regcache
6886 as argument.
6887 (x86_64_store_return_value, x86_64_extract_return_value): Make
6888 static. Rewrite based on i386 counterparts.
6889 (x86_64_push_dummy_call): New function.
6890 (X86_64_NUM_SAVED_REGS): New define.
6891 (x86_64_register_number): Remove function.
6892 (x86_64_store_struct_return): Remove function.
6893 (x86_64_frameless_function_invocation,
6894 x86_64_function_has_prologue): Remove functions.
6895 (PROLOG_BUFSIZE): Remove define.
6896 (struct x86_64_frame_cache): New structure.
6897 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6898 x86_64_frame_cache, x86_64_frame_this_id,
6899 x86_64_frame_prev_register, x86_64_frame_p,
6900 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6901 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6902 functions.
6903 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6904 variables.
6905 (x86_64_skip_prologue): Rewrite in terms of
6906 x86_64_analyze_prologue.
6907 (x86_64_frame_base_address): New function.
6908 (x86_64_frame_base): New variable.
6909 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6910 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6911 set deprecated_fp_regnum, deprecated_register_size,
6912 deprecated_register_bytes, register_raw_size, register_byte,
6913 register_virtual_type, register_convertiable,
6914 register_convert_to_virtual, convert_to_raw,
6915 deprecated_get_saved_register, deprecated_target_read_fp,
6916 deprecated_push_arguments, deprecated_push_return_address,
6917 deprecated_pop_frame, deprecated_store_struct_return,
6918 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6919 frameless_function_invocation, deprecated_frame_saved_pc,
6920 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6921 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6922 deprecated_init_frame_pc and virtual_frame_pointer. Call
6923 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6924 and x86_64_frame_p. Call frame_base_set_default to register
6925 x86_64_frame_base.
6926 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6927 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6928 (_initialize_x86_64_tdep): Remove function.
6929 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6930 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6931 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6932 define.
6933 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6934 (x86_64_linux_sigcontext_addr): Rewrite.
6935 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6936 x86_64_linux_frame_saved_pc): Remove functions.
6937 (x86_64_linux_pc_in_sigtramp): Renamed from
6938 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6939 trampoline.
6940 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6941 Remove_functions.
6942 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6943 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6944 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6945 (x86_64_regmap): Rename to regmap.
6946 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6947 x86_64_num_gregs.
6948 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6949 x86_64_regmap.
6950 (x86_64_fxsave_offset): Remove function.
6951 (supply_fpregset): Simply call x86_64_supply_fxsave.
6952 (fill_fpregset): Simply call x86_64_fill_fxsave.
6953 (fetch_inferior_registers, store_inferior_registers): Avoid
6954 asignment in if-statement.
6955 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6956 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6957 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6958 (fetch_core_registers): Remove function.
6959 (linux_elf_core_fns): Remove.
6960 (offsetoff): Don't define.
6961 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6962 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6963 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6964 add core-regset.o.
6965 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6966 protection against multiple includes instead of NM_X86_64_h. Add
6967 various comments. Include "config/nm-linux.h". Don't include
6968 <signal.h>.
6969 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6970 GET_THREAD_SIGNALS): Remove defines.
6971 (x86_64_register_u_addr, kernel_u_size,
6972 lin_thread_get_thread_signals): Remove prototypes.
6973 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6974 [HAVE_LINK_H]: Don't include "solib.h".
6975 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6976 * config/i386/tm-x86-64linux.h: Fix comments.
6977 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6978 x86-64-tdep.o): Update dependencies.
6979
c25083af
AC
69802003-05-30 Andrew Cagney <[email protected]>
6981
c8f55a7b
AC
6982 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6983 Change parameter type to a "struct regcache *".
6984
c25083af
AC
6985 * gdbarch.sh: Regardless of the multi-arch level, always define
6986 the macro when not already defined.
6987 * gdbarch.h, gdbarch.c: Re-generate.
6988
fbe586ae
RH
69892003-05-30 Richard Henderson <[email protected]>
6990
6991 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6992 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6993 (alpha_mdebug_frame_this_id): Likewise.
6994 (alpha_mdebug_frame_prev_register): Likewise.
6995 (alpha_mdebug_frame_base_address): Likewise.
6996 (alpha_mdebug_frame_locals_address): Likewise.
6997 (alpha_mdebug_frame_args_address): Likewise.
6998 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6999 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7000 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7001 loop increment.
7002 (alpha_heuristic_frame_this_id): Make static.
7003 (alpha_heuristic_frame_prev_register): Likewise.
7004 (alpha_heuristic_frame_base_address): Likewise.
7005 * alpha-tdep.h: Update.
7006
acd5c798
MK
70072003-05-30 Mark Kettenis <[email protected]>
7008
7009 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7010 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7011 defenitions.
7012 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7013 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7014 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7015 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7016 I386_ST0_REGNUM): New defines.
7017 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7018 codestream_get): Remove define.
7019 (codestream_next_addr, condestream_addr, condestream_buf,
7020 codestream_off, codestream_cnt): Remove variables.
7021 (codestream_fill, codestream_seek, codestream_read): Remove
7022 functions.
7023 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7024 functionality.
7025 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7026 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7027 i386_frame_saved_pc, i386_saved_pc_after_call,
7028 i386_frame_num_args, i386_frame_init_saved_regs,
7029 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7030 i386_push_arguments): Remove functions.
7031 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7032 functionality. Use i386_analyze_prologue instead of
7033 i386_get_frame_setup.
7034 (I386_NUM_SAVED_REGS): New define.
7035 (struct i386_frame_cache): New structure.
7036 (i386_alloc_frame_cache, i386_analyze_struct_return,
7037 i386_skip_probe, i386_analyze_frame_setup,
7038 i386_analyze_register_saves, i386_analyze_prologue,
7039 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7040 i386_frame_prev_register, i386_sigtramp_frame_cache,
7041 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7042 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7043 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7044 New functions.
7045 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7046 New variables.
7047 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7048 I386_EAX_REGNUM and I386_EDX_REGNUM.
7049 (i386_extract_return_value, i386_store_return_value): Use
7050 I386_ST0_REGNUM where appropriate.
7051 (i386_extract_struct_value_address): Rewrite to use extract_address.
7052 (i386_svr4_pc_in_sigtramp): Add comment.
7053 (i386_svr4_sigcontext_addr): Rewrite.
7054 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7055 TDEP->sc_sp_offset.
7056 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7057 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7058 of new defines. Set push_dummy_call, don't set
7059 deprecated_push_arguments, deprecated_push_return_address,
7060 deprecated_pop_frame. Don't set parm_boundary. Don't set
7061 deprecated_frame_chain, deprecated_frame_saved_pc,
7062 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7063 save_dummy_frame_tos, unwind_pc. Call
7064 frame_unwind_append_predicate and frame_base_set_default. Don't
7065 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7066 Don't set frameless_function_invocation. Don't set
7067 deprecated_register_bytes, deprecated_register_size,
7068 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7069 * i386-linux-tdep.c: Fix formatting in some comments.
7070 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7071 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7072 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7073 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7074 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7075 redundant parentheses.
7076 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7077 (i386_linux_sigcontext_addr): Use it. Rewrite.
7078 (find_minsym_and_objfile): Change name of second argument.
7079 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7080 changed. Use frame_pc_unwind instead of
7081 DEPRECATED_SAVED_PC_AFTER_CALL.
7082 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7083 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7084 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7085 unwinder.
7086 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7087 "dummy-frame.h".
7088 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7089 (_initialize_i386_cygwin_tdep): New prototype.
7090 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7091 deprecated_frame_chain_valid.
7092 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7093 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7094 Rely on the SVR4 defaults.
7095 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7096 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7097
c89b70f1
AC
70982003-05-30 Andrew Cagney <[email protected]>
7099
7100 * infcall.c (call_function_by_hand): Always call
7101 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7102
85b32d22
RH
71032003-05-30 Richard Henderson <[email protected]>
7104
c89b70f1
AC
7105 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7106 increment.
85b32d22 7107
bfe51b1e
JB
71082003-05-29 Jim Blandy <[email protected]>
7109
7110 Use gdbarch methods for solib stuff on PowerPC Linux.
7111 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7112 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7113 show through.
7114 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7115 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7116 giving the same effect as the #definitions above.
7117
1abf022c
AF
71182003-05-29 Adam Fedor <[email protected]>
7119
7120 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7121 (find_implementation_from_class): Replace it with the standard
7122 case i.e. do nothing.
7123
d2427a71
RH
71242003-05-29 Richard Henderson <[email protected]>
7125
7126 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7127 (alpha_linux_sigtramp_offset): Use it. Make static.
7128 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7129 update for new frame model.
7130 * alpha-mdebug-tdep.c: New file.
7131 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7132 (alpha_osf1_init_abi): Install it.
7133 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7134 (linked_proc_desc_table): Remove.
7135 (alpha_frame_past_sigtramp_frame): Remove.
7136 (alpha_dynamic_sigtramp_offset): Remove.
7137 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7138 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7139 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7140 (push_sigtramp_desc): Remove.
7141 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7142 (alpha_cannot_store_register): Likewise.
7143 (alpha_sigcontext_addr): Remove.
7144 (alpha_find_saved_regs): Remove.
7145 (alpha_frame_init_saved_regs): Remove.
7146 (alpha_init_frame_pc_first): Remove.
7147 (read_next_frame_reg): Remove.
7148 (alpha_frame_saved_pc): Remove.
7149 (alpha_saved_pc_after_call): Remove.
7150 (temp_proc_desc, temp_saved_regs): Remove.
7151 (alpha_about_to_return): Remove.
7152 (cached_proc_desc): Remove.
7153 (alpha_frame_chain): Remove.
7154 (alpha_print_extra_frame_info): Remove.
7155 (alpha_init_extra_frame_info): Remove.
7156 (alpha_frame_locals_address): Remove.
7157 (alpha_frame_args_address): Remove.
7158 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7159 (alpha_push_dummy_frame): Remove.
7160 (alpha_pop_frame): Remove.
7161 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7162 (alpha_read_insn): New.
7163 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7164 for different insn encodings.
7165 (alpha_in_lenient_prologue): Remove.
7166 (struct alpha_sigtramp_unwind_cache): New.
7167 (alpha_sigtramp_frame_unwind_cache): New.
7168 (alpha_sigtramp_register_address): New.
7169 (alpha_sigtramp_frame_this_id): New.
7170 (alpha_sigtramp_frame_prev_register): New.
7171 (alpha_sigtramp_frame_unwind): New.
7172 (alpha_sigtramp_frame_p): New.
7173 (struct alpha_heuristic_unwind_cache): New.
7174 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7175 don't count nop insns that occur between functions.
7176 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7177 heuristic_proc_desc, but without the mdebug wrapping.
7178 (alpha_heuristic_frame_this_id): New.
7179 (alpha_heuristic_frame_prev_register): New.
7180 (alpha_heuristic_frame_unwind): New.
7181 (alpha_heuristic_frame_p): New.
7182 (alpha_heuristic_frame_base_address): New.
7183 (alpha_heuristic_frame_base): New.
7184 (alpha_unwind_dummy_id): New.
7185 (alpha_unwind_pc): New.
7186 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7187 frame related deprecated initializations; install replacements.
7188 (alpha_dump_tdep): Remove.
7189 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7190 (alpha_read_insn, alpha_after_prologue,
7191 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7192 alpha_heuristic_frame_prev_register,
7193 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7194 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7195 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7196 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7197
93ec1121
AC
71982003-05-29 Andrew Cagney <[email protected]>
7199
7200 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7201 dependant on the availability of ASSERT_FUNCTION.
7202 (ASSERT_FUNCTION): Do not define when there is no function name.
7203
98f08d3d
KB
72042003-05-29 Kevin Buettner <[email protected]>
7205
7206 From Jimi X <[email protected]>:
7207 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7208
0897f59b
JB
72092003-05-28 Jim Blandy <[email protected]>
7210
7211 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7212 argument to ptrace to int; the system headers should give it the
7213 right type, and pointers don't fit in ints on powerpc64-*-*.
7214
14898363
L
72152003-05-28 H.J. Lu <[email protected]>
7216
7217 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7218 DW_TAG_catch_block.
7219
a7a48797
EZ
72202003-05-26 Elena Zannoni <[email protected]>
7221
7222 * stabsread.c (dbx_lookup_type): Make static.
7223 (read_type): Ditto.
7224 (add_undefined_type): Ditto.
7225 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7226 not export.
7227
f5479e9c
EZ
72282003-05-26 Elena Zannoni <[email protected]>
7229
7230 * hpread.c (hpread_has_name): Make static.
7231 (hpread_psymtab_to_symtab): Ditto.
7232 (file_exists): Ditto.
7233 (hpread_call_pxdb): Ditto.
7234 (hpread_pxdb_needed): Ditto.
7235 (hpread_quick_traverse): Ditto.
7236 (hpread_get_header): Ditto.
7237 (hpread_get_lntt): Ditto.
7238 (hpread_get_slt): Ditto.
7239 (class_of): Ditto.
7240
eb2e12d7
AS
72412003-05-25 Andreas Schwab <[email protected]>
7242
78bf922a
AS
7243 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7244 stack_align and deprecated_extra_stack_alignment_needed.
7245 (m68k_stack_align): Delete.
7246
eb2e12d7
AS
7247 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7248 (m68k_register_virtual_size): Likewise.
7249 (altos_skip_prologue): Remove obsolete function.
7250 (isi_frame_num_args): Likewise.
7251 (news_frame_num_args): Likewise.
7252 (m68k_fix_call_dummy): Make static.
7253 (m68k_push_dummy_frame): Likewise.
7254 (m68k_pop_frame): Likewise.
7255 (m68k_skip_prologue): Likewise.
7256 (m68k_frame_init_saved_regs): Likewise.
7257 (m68k_saved_pc_after_call): Likewise.
7258 (m68k_get_longjmp_target): Make multi-arch.
7259 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7260 structure. Register m68k_get_longjmp_target if enabled.
7261 * m68k-tdep.h (struct gdbarch_tdep): Define.
7262 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7263
7264 * Makefile.in (config.status): Also depend on configure.tgt
7265 and configure.host.
7266 (m68klinux-tdep.o): Update dependencies.
7267 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7268 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7269 (M68K_LINUX_JB_PC): Define.
7270 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7271 and take additional parameter.
7272 (m68k_linux_sigtramp_saved_pc): Update.
7273 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7274 m68k_linux_pc_in_sigtramp, in_plt_section,
7275 find_solib_trampoline_target.
7276 * config/m68k/tm-linux.h: Don't include any tm headers.
7277 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7278 (JB_ELEMENT_SIZE): Likewise.
7279 (JB_PC): Likewise.
7280 (GET_LONGJMP_TARGET): Likewise.
7281 (IN_SIGTRAMP): Likewise.
7282 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7283
eb2c22dc
MK
72842003-05-25 Mark Kettenis <[email protected]>
7285
7286 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7287 (sparc32_push_arguments): Re-implement by calling
7288 sparc32_do_push_arguments.
7289
44b7b84e
MK
72902003-05-25 Mark Kettenis <[email protected]>
7291
7292 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7293 SPARC_O1_REGNUM): New defines.
7294 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7295 (sparc32_store_return_value): New function.
7296 (sparc_extract_struct_value_address): Rewrite to operate on a
7297 regcache.
7298 (sparc_gdbarch_init): Don't set
7299 deprecated_extract_struct_value_address. Set
7300 extract_struct_value_address instead. Don't set
7301 deprecated_extract_return_value and deprecated_store_return_value
7302 for 32-bit targets. Set extract_return_value and
7303 store_return_value instead.
7304 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7305 DEPRECTAED_EXTRACT_RETURN_VALUE,
7306 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7307 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7308 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7309 (sparc_store_return_value): Remove prototype.
7310 (sparc32_store_return_value): New prototype.
7311 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7312 Adjust prototypes.
7313
f6ad61e3
MK
73142003-05-24 Mark Kettenis <[email protected]>
7315
7316 * sparcnbsd-tdep.c: Include "gdb_string.h".
7317
b276f1bb
AC
73182003-05-23 Andrew Cagney <[email protected]>
7319
7320 * p-valprint.c (pascal_val_print): Replace extract_address with
7321 the inline equivalent extract_unsigned_integer.
7322 * jv-valprint.c (java_value_print): Ditto.
7323 * ada-valprint.c (ada_val_print_1): Ditto.
7324 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7325
e76c5fcc
TR
73262003-05-23 Theodore A. Roth <[email protected]>
7327
7328 * blockframe.c (frameless_look_for_prologue): Remove unused
7329 after_prologue variable.
7330
2cdd89cb
MK
73312003-05-23 Mark Kettenis <[email protected]>
7332
7333 * blockframe.c (get_pc_function_start): Rewrite to avoid
7334 asignments in if-statements.
7335
182d43bc
EZ
73362003-05-23 Raoul Gough <[email protected]>
7337
7338 Committed by Elena Zannoni <[email protected]>.
8ffd9b1b 7339 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
7340 files, don't relocate absolute symbols (and do use mst_abs).
7341
e8f3fcdd
AC
73422003-05-23 Andrew Cagney <[email protected]>
7343
7344 * objc-lang.c: Include "gdb_assert.h".
7345 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7346 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7347 (gdb_check, gdb_check_fatal): Delete functions.
7348 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7349 gdb_assert.
7350 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7351 * Makefile.in (objc-lang.o): Update dependencies.
7352
3c23e6fb
ILT
73532003-05-22 Ian Lance Taylor <[email protected]>
7354
7355 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7356 with fprintf_filtered, not fprintf_unfiltered.
7357
af1342ab
AC
73582003-05-22 Andrew Cagney <[email protected]>
7359
7360 * stack.c (frame_info): Inline extract_address, replacing it with
7361 extract_unsigned_integer.
7362 * findvar.c (unsigned_pointer_to_address): Ditto.
7363 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7364 * dwarf2expr.c (dwarf2_read_address): Ditto.
7365 * frame.c (frame_pc_unwind): Update comment.
7366 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7367
47e242ec
JJ
73682003-05-22 Jeff Johnston <[email protected]>
7369
7370 * infptrace.c (detach): Call print_sys_errmsg rather than
7371 perror_with_name to issue warning message when errno is non-zero
7372 after calling ptrace detach.
7373
e2ac8128
JB
73742003-05-21 J. Brobecker <[email protected]>
7375
7376 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7377 macro definitions from here...
7378 * hppa-tdep.c: ...to there.
7379
92b3541e
KB
73802003-05-20 Kevin Buettner <[email protected]>
7381
7382 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7383 register_ptrace_addr(). Fix all callers.
7384
55809acb
AS
73852003-05-21 Andreas Schwab <[email protected]>
7386
7387 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7388 dependencies.
7389 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7390 end.
7391 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7392 (_initialize_m68k_linux_tdep): New function.
7393 (m68k_linux_frame_saved_pc): Make static.
7394 (m68k_linux_extract_return_value): Likewise.
7395 (m68k_linux_store_return_value): Likewise.
7396 (m68k_linux_extract_struct_value_address): Likewise.
7397 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7398 Remove.
7399 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7400 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7401 (DEPRECATED_FRAME_SAVED_PC): Remove.
7402
0fbc10f7
KW
74032003-05-20 Kris Warkentin <[email protected]>
7404
7405 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7406 regset numbering rather than our own.
7407
58da2eb2
DC
74082003-05-19 David Carlton <[email protected]>
7409
7410 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7411
1fcb5155
DC
74122003-05-19 David Carlton <[email protected]>
7413
7414 Partial fix for PR c++/827.
7415 * cp-support.h: Include symtab.h.
7416 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7417 * cp-namespace.c: Update contributors.
7418 (cp_lookup_symbol_nonlocal): New.
7419 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7420 (lookup_symbol_file): Ditto.
7421 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7422 * block.h: Declare block_scope, block_using, block_global_block.
7423 * block.c (block_scope): New.
7424 (block_using, block_global_block): Ditto.
7425 * Makefile.in (cp_support_h): Depend on symtab_h.
7426 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7427
5f9a71c3
DC
74282003-05-19 David Carlton <[email protected]>
7429
7430 * language.h (struct language_defn): Add 'la_value_of_this'
7431 and 'la_lookup_symbol_nonlocal' members.
7432 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7433 lookup_symbol_static, lookup_symbol_global,
7434 lookup_symbol_aux_block.
7435 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7436 if we should search fields of this and how to do static/global
7437 lookup.
7438 (lookup_symbol_aux_block): Make extern.
7439 (basic_lookup_symbol_nonlocal): New.
7440 (lookup_symbol_static, lookup_symbol_global): Ditto.
7441 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7442 'la_lookup_symbol_nonlocal' members.
7443 * c-lang.c (c_language_defn, cplus_language_defn)
7444 (asm_language_defn, minimal_language_defn): Ditto.
7445 * jv-lang.c (java_language_defn): Ditto.
7446 * language.c (unknown_language_defn, auto_language_defn)
7447 (local_language_defn): Ditto.
7448 * m2-lang.c (m2_language_defn): Ditto.
7449 * objc-lang.c (objc_language_defn): Ditto.
7450 * scm-lang.c (scm_language_defn): Ditto.
7451 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7452 * p-lang.c (pascal_language_defn): Ditto for both.
7453 * Makefile.in (f-lang.o): Depend on value_h.
7454 (p-lang.o): Ditto.
7455
89a9d1b1
DC
74562003-05-19 David Carlton <[email protected]>
7457
7458 * block.h: Declare block_static_block.
7459 * block.c (block_static_block): New.
7460 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7461 lookup_symbol_aux_local, calling block_static_block instead.
7462 (lookup_symbol_aux_local): Delete 'static_block' argument.
7463
eed3f8ab
DC
74642003-05-19 David Carlton <[email protected]>
7465
7466 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7467
a09d8bda
ML
74682003-05-19 Michal Ludvig <[email protected]>
7469
7470 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7471 register numbers mapping.
7472
69636828
AF
74732003-05-18 Adam Fedor <[email protected]>
7474
7475 * symtab.c (completion_list_objc_symbol): New function.
7476 (make_symbol_completion_list): Use it to add ObjC symbols
7477 when looking though the list.
7478 (language_search_unquoted_string): New function.
7479 (make_file_symbol_completion_list): Use it.
7480
55baeb84
AS
74812003-05-18 Andreas Schwab <[email protected]>
7482
d0b45d99
AS
7483 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7484 dependencies.
7485 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7486 as m68k_linux_extract_return_value.
7487 (DEPRECATED_STORE_RETURN_VALUE): Define as
7488 m68k_linux_store_return_value.
7489 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7490 m68k_linux_extract_struct_value_address.
7491 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7492 get_next_frame, get_frame_base, get_frame_pc.
7493 (m68k_linux_frame_saved_pc): Use get_frame_base.
7494 (m68k_linux_extract_return_value): New function.
7495 (m68k_linux_store_return_value): New function.
7496 (m68k_linux_extract_struct_value_address): New function.
7497 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7498
55baeb84
AS
7499 * c-exp.y (typebase): Remove duplicate occurence of
7500 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 7501 of lookup_signed_typename.
55baeb84 7502
b6b08ebf
MK
75032003-05-18 Mark Kettenis <[email protected]>
7504
7505 * dwarf2loc.c (find_location_expression): Change type of second
7506 argument to `size_t *'.
7507 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7508 for size variable.
7509
5ad1c190
DC
75102003-05-18 David Carlton <[email protected]>
7511
7512 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7513 'linkage_name'. Add comment.
7514 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7515 'linkage_name'.
7516 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7517 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7518 (lookup_block_symbol): Ditto.
7519
b8b527c5
AC
75202003-05-16 Andrew Cagney <[email protected]>
7521
7522 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7523 * gdbarch.h, gdbarch.c: Re-generate.
7524 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7525 * TODO (REGISTER_BYTES): Delete reference.
7526 * alpha-tdep.c (alpha_gdbarch_init): Update.
7527 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7528 * x86-64-tdep.c (x86_64_init_abi): Update.
7529 * vax-tdep.c (vax_gdbarch_init): Update.
7530 * v850-tdep.c (v850_gdbarch_init): Update.
7531 * sparc-tdep.c (sparc_gdbarch_init): Update.
7532 * sh-tdep.c (sh_gdbarch_init): Update.
7533 * s390-tdep.c (s390_gdbarch_init): Update.
7534 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7535 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7536 (ns32k_gdbarch_init_32382): Update.
7537 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7538 * mcore-tdep.c (mcore_gdbarch_init): Update.
7539 * m68k-tdep.c (m68k_gdbarch_init): Update.
7540 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7541 * ia64-tdep.c (ia64_gdbarch_init): Update.
7542 * i386-tdep.c (i386_gdbarch_init): Update.
7543 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7544 * hppa-tdep.c (hppa_gdbarch_init): Update.
7545 * h8300-tdep.c (h8300_gdbarch_init): Update.
7546 * frv-tdep.c (frv_gdbarch_init): Update.
7547 * cris-tdep.c (cris_gdbarch_init): Update.
7548 * avr-tdep.c (avr_gdbarch_init): Update.
7549 * arm-tdep.c (arm_gdbarch_init): Update.
7550 * sparc-tdep.c (sparc_pop_frame): Update.
7551 * rs6000-tdep.c (rs6000_pop_frame): Update.
7552 * remote.c (init_remote_state): Update.
7553 (remote_prepare_to_store): Update.
7554 * remote-vx.c (vx_prepare_to_store): Update.
7555 * remote-sds.c (sds_fetch_registers): Update.
7556 (sds_prepare_to_store): Update.
7557 * remote-array.c: Update.
7558 * regcache.c (init_legacy_regcache_descr): Update.
7559 (init_regcache_descr): Update.
7560 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7561 (mips_o64_extract_return_value): Update.
7562 * irix5-nat.c (fetch_core_registers): Update.
7563 * irix4-nat.c (fetch_core_registers): Update.
7564 * i386-tdep.h: Update.
7565 * hppa-tdep.c (pa_do_registers_info): Update.
7566 (pa_do_strcat_registers_info): Update.
7567 * cris-tdep.c (cris_register_bytes_ok): Update.
7568 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7569 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7570 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7571 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7572 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7573 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7574 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7575 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7576 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7577 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7578 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7579 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7580 (REGISTER_BYTES_OK): Update.
7581 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7582 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7583
ee2842e2
ILT
75842003-05-16 Ian Lance Taylor <[email protected]>
7585
7586 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7587 (vax_print_insn, print_insn_arg): Remove static functions.
7588 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7589 print_insn_vax from opcodes library.
7590 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7591
973177d3
AC
75922003-05-15 Andrew Cagney <[email protected]>
7593
aaab4dba
AC
7594 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7595 * target.h (memory_breakpoint_from_pc): Delete declaration.
7596 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7597 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7598 * monitor.c (monitor_insert_breakpoint): Use
7599 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7600 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7601 * gdbarch.h, gdbarch.c: Re-generate.
7602 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7603 (sparc_gdbarch_init): Set breakpoint_from_pc to
7604 sparc_breakpoint_from_pc.
7605 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7606 (BREAKPOINT_FROM_PC): Define.
7607 (sparc_breakpoint_from_pc): Declare.
7608 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7609 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7610 (BREAKPOINT_FROM_PC): Define.
7611 (BREAKPOINT): Delete macro.
7612 * target.h: Update comment.
7613 * s390-tdep.c (s390_gdbarch_init): Update comments.
7614 * remote.c: Update comments.
7615 * remote-mips.c: Update comments.
7616 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7617 * mem-break.c: Update comment.
7618 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7619 (ia64_memory_insert_breakpoint): Update.
7620 * config/sparc/tm-sparc.h: Update comment.
7621 * config/pa/tm-hppa64.h: Update comment.
7622 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7623 (rs6000_breakpoint_from_pc): Update.
7624 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7625 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7626 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7627 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7628 (mips_breakpoint_from_pc): Update.
7629 (mips_dump_tdep): Update.
7630
e06963ff
AC
7631 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7632 * minsyms.c (lookup_minimal_symbol): Inline
7633 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7634
973177d3
AC
7635 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7636 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7637 * p-lang.c (pascal_printstr): Ditto.
7638 * objc-lang.c (objc_printstr): Ditto.
7639 * m2-lang.c (m2_printstr): Ditto.
7640 * jv-valprint.c (java_print_value_fields): Ditto.
7641 * f-lang.c (f_printstr): Ditto.
7642 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7643 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7644 for repeat_count_threshold.
7645 * Makefile.in (cp-valprint.o): Update dependencies.
7646
5ea2bd7f 76472003-05-15 Jeff Johnston <[email protected]>
8ffd9b1b 7648
5ea2bd7f
JJ
7649 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7650 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
7651 they start with mov r2,r12. Support skipping over indirect stores
7652 of the input registers. Upon hitting a non-nop branch instruction
7653 or predicated instruction, bail out by setting lim_pc to the current
7654 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
7655 beyond our calculated value and we have trust_limit set,
7656 use the lim_pc value.
7657
cc8c88f3
AC
76582003-05-15 Andrew Cagney <[email protected]>
7659
7660 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7661 generic_find_dummy_frame.
7662 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7663 (deprecated_generic_find_dummy_frame): Update.
7664 (deprecated_read_register_dummy): Update.
7665 * frame.c (deprecated_generic_get_saved_register): Update.
7666
909cd28e
TR
76672003-05-15 Theodore A. Roth <[email protected]>
7668
7669 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7670 (avr_gdbarch_init): Set breakpoint_from_pc method.
7671
b923b08d
AC
76722003-05-15 Andrew Cagney <[email protected]>
7673
7674 * regcache.c (build_regcache): Set deprecated_register_valid
7675 directly.
7676 (deprecated_grub_regcache_for_register_valid): Delete function.
7677 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7678 declaration.
7679
ae2f03ac 76802003-05-15 David Carlton <[email protected]>
8ffd9b1b
AJ
7681
7682 Committed by Elena Zannoni <[email protected]>
fbe586ae
RH
7683 * symtab.c (lookup_symbol_aux): Delete calls to
7684 lookup_symbol_aux_minsyms.
7685 (lookup_symbol_aux_minsyms): Comment out function and
7686 prototype. Delete lookup by mangled name.
ae2f03ac 7687
18ec9831
KB
76882003-05-14 Kevin Buettner <[email protected]>
7689
7690 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7691 correctly indicate an empty stack and ``stack_allocated'' to the
7692 indicate the number of elements initially allocated.
7693 (dwarf_expr_grow_stack): Simplify method for computing new
7694 stack size. Don't loop infinitely if ``stack_len'' is zero.
7695 (execute_stack_op): Move ``ctx->in_reg'' initialization
7696 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7697 be used in conjuction with DW_OP_piece. Revise error message
7698 accordingly.
7699
de18ac1f
TR
77002003-05-14 Theodore A. Roth <[email protected]>
7701
7702 * MAINTAINERS: Update my email address.
7703 * avr-tdep.c: Ditto.
7704
176620f1
EZ
77052003-05-14 Elena Zannoni <[email protected]>
7706
7707 * symtab.h (enum domain_enum): Rename from namespace_enum.
7708 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7709 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7710 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7711 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7712 TYPES_NAMESPACE, METHODS_NAMESPACE.
7713 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7714 (struct symbol, struct partial_symbol): Rename field
7715 'namespace_enum namespace' to 'domain_enum domain'.
7716 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7717 Delete old define kludge for namespace.
7718
7719 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7720 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7721 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7722 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7723 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7724 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7725 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7726 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7727 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7728 occurrences of the above.
7729
b7f31508
ILT
77302003-05-14 Ian Lance Taylor <[email protected]>
7731
7732 * Makefile.in (install-only): Use $(SHELL) when running
7733 mkinstalldirs.
7734
2fdbdd39
ILT
77352003-05-13 Ian Lance Taylor <[email protected]>
7736
a208d82c
ILT
7737 * MAINTAINERS (write after approval): Add myself.
7738
2fdbdd39
ILT
7739 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7740 second and third arguments.
7741 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7742 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7743
fbd9dcd3
AC
77442003-05-13 Andrew Cagney <[email protected]>
7745
7746 * defs.h (store_address): Delete declaration.
7747 findvar.c (store_address): Delete function.
7748 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7749 store_unsigned_integer.
7750 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7751 * v850-tdep.c (v850_push_arguments): Ditto.
7752 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7753 * sh-tdep.c (sh64_get_saved_register): Ditto.
7754 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7755 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7756 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7757 (mips_get_saved_register): Ditto.
7758 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7759 (find_func_descr, ia64_push_arguments): Ditto.
7760 * i386-tdep.c (i386_push_arguments): Ditto.
7761 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7762 * frv-tdep.c (frv_push_arguments): Ditto.
7763 * frame.c (legacy_saved_regs_prev_register): Ditto.
7764 (deprecated_generic_get_saved_register): Ditto.
7765 * findvar.c (unsigned_address_to_pointer): Ditto.
7766 * dwarf2read.c (dwarf2_const_value): Ditto.
7767 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7768 * alpha-tdep.c (alpha_push_arguments): Ditto.
7769
6760f9e6
JB
77702003-05-12 J. Brobecker <[email protected]>
7771
7772 * NEWS: Mention that the hppa-hpux port has been partially
7773 multiarched (32bit ABIT only, so far).
7774
30e221b4
AC
77752003-05-11 Andrew Cagney <[email protected]>
7776
7777 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7778 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7779 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7780 sim/testsuite/sim/arm/misaligned2.ms, and
7781 sim/testsuite/sim/arm/misaligned3.ms.
7782 * disasm.h (struct ui_file): Add opaque struct declaration.
7783 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7784 * frame.h (struct ui_file): Ditto.
7785
dea7f9ba
MK
77862003-05-11 Mark Kettenis <[email protected]>
7787
7788 * value.h: Pretty print.
7789
01986c48
MK
77902003-05-10 Mark Kettenis <[email protected]>
7791
7792 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7793
123a958e
AC
77942003-05-08 Andrew Cagney <[email protected]>
7795
7796 * regcache.h (max_register_size): Delete declaration.
7797 * regcache.c (max_register_size): Delete function.
7798 (struct regcache_descr): Delete field "max_register_size".
7799 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7800 registers fit in MAX_REGISTER_SIZE.
7801 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7802 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7803 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7804 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7805 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7806 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7807 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7808 * dve3900-rom.c, hppa-tdep.c: Ditto.
7809
eb294659
DC
78102003-05-08 David Carlton <[email protected]>
7811
7812 * valops.c (push_word): Fix typo.
7813
d9d9c31f
AC
78142003-05-08 Andrew Cagney <[email protected]>
7815
7816 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7817 * gdbarch.h: Re-generate.
7818 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7819 (legacy_max_register_raw_size): Delete declaration.
7820 * regcache.c (legacy_max_register_raw_size): Delete function.
7821 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7822 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7823 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7824 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7825 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7826 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7827 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7828 * findvar.c, dwarf2cfi.c: Ditto.
7829
22540ece
AC
78302003-05-08 Andrew Cagney <[email protected]>
7831
7832 * mips-tdep.c (read_signed_register): New function, moved to here
7833 from "regcache.c".
7834 (read_signed_register_pid): Ditto.
7835 * regcache.c (read_signed_register_pid): Delete function, moved to
7836 "mips-tdep.c".
7837 (read_signed_register): Ditto.
7838 * regcache.h (read_signed_register): Delete declaration.
7839 (read_signed_register_pid): Delete declaration.
7840
0c92afe8
AC
78412003-05-08 Andrew Cagney <[email protected]>
7842
7843 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7844 * gdbarch.h: Re-generate.
7845 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7846 (legacy_max_register_virtual_size): Delete declaration.
7847 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7848 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7849 * tracepoint.c (memrange_sortmerge): Ditto.
7850 * sparc-tdep.c (sparc_print_registers): Ditto.
7851 * regcache.c (legacy_max_register_virtual_size): Delete function.
7852
6037b830
JB
78532002-05-08 J. Brobecker <[email protected]>
7854
7855 * fork-child.c (escape_bang_in_quoted_argument): New function.
7856 (fork_inferior): Escape '!' characters in quoted arguments
7857 only when needed.
7858
5d62c8b1
JB
78592003-05-08 J. Brobecker <[email protected]>
7860
7861 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7862 the language of the CU is not currently supported by GDB.
7863
20a0e81d
JB
78642003-05-08 J. Brobecker <[email protected]>
7865
7866 * defs.h (language): Add language_minimal enum value.
7867 * c-lang.c (minimal_language_defn): New language definition.
7868 (_initialize_c_language): Add the new minimal language to the list
7869 of languages known to GDB.
7870
710ee10a
KB
78712003-05-08 Kevin Buettner <[email protected]>
7872
7873 * frame.c (get_frame_type): Don't attempt to lazily initialize
7874 frame's unwinder for legacy frames.
7875
1750fa04
AC
78762003-05-07 Andrew Cagney <[email protected]>
7877
7878 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7879 and "regcache" parameters.
7880 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7881
ddf9f258 78822003-05-07 Jeff Johnston <[email protected]>
8ffd9b1b
AJ
7883
7884 * dwarf2read.c (dwarf_decode_lines): Only use output of
7885 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
7886 the current address.
7887
87767c29
AC
78882003-05-07 Andrew Cagney <[email protected]>
7889
7890 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7891 code.
7892
5e7b2f39
JB
78932003-05-07 Jim Blandy <[email protected]>
7894
7895 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7896 'maint info symtabs' and 'maint info psymtabs'.
7897 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7898 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7899 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7900 Declarations updated.
7901 * maint.c (maintenance_list_command): Delete.
7902 (_initialize_maint_cmds): Update calls to add_cmd.
7903 * gdbcmd.h (maintenancelistlist): Delete declaration.
7904 * cli/cli-cmds.c (maintenancelistlist): Delete.
7905 (init_cmd_lists): Don't initialize it.
7906 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7907
f6684c31
AC
79082003-05-07 Andrew Cagney <[email protected]>
7909
7910 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7911 "regcache".
7912 (d10v_print_registers_info): Update.
7913 (d10v_dmap_register, d10v_imap_register): Delete functions.
7914 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7915 and "imap_register".
7916 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7917 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7918 * arch-utils.c (generic_remote_translate_xfer_address): Add
7919 "regcache" and "gdbarch" parameters.
7920 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7921 parameter. Change class to multi-arch.
7922 * gdbarch.h, gdbarch.c: Re-generate.
7923 * remote.c (remote_xfer_memory): Use
7924 gdbarch_remote_translate_xfer_address.
8ffd9b1b 7925
e4846b08
JJ
79262003-05-07 Jeff Johnston <[email protected]>
7927
7928 * infrun.c (prev_pc): Move declaration ahead of proceed().
7929 (proceed): Refresh prev_pc value before resuming.
7930 (stop_stepping): Remove code to refresh prev_pc.
7931
6b71b8ac
KW
79322003-05-06 Kris Warkentin <[email protected]>
7933
7934 * nto-tdep.c: Removed stray comment.
7935
47979a4b
KW
79362003-05-06 Kris Warkentin <[email protected]>
7937
7938 * i386-nto-tdep.c: Fix old K&R function definitions.
7939 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7940 Also change add_show_from_set() call to add_setshow_cmd().
7941 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7942
00905d52
AC
79432003-05-05 Andrew Cagney <[email protected]>
7944
7945 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7946 (fprint_dummy_frames): New function.
7947 (maintenance_print_dummy_frames): New function.
7948 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7949 * frame.c (fprint_frame_id): Make global.
7950 * frame.h (fprint_frame_id): Declare.
7951 * Makefile.in (dummy-frame.o): Update dependencies.
7952
b1e29e33
AC
79532003-05-05 Andrew Cagney <[email protected]>
7954
7955 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7956 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7957 SIZEOF_CALL_DUMMY_WORDS.
7958 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7959 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7960 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7961 CALL_DUMMY_BREAKPOINT_OFFSET.
7962 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7963 CALL_DUMMY_START_OFFSET.
7964 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7965 * gdbarch.h, gdbarch.c: Re-generate.
7966 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7967 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7968 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7969 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7970 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7971 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7972 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7973 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7974 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7975 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7976 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7977 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7978 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7979 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7980 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
7981
79822003-05-05 Kris Warkentin <[email protected]>
7983
7984 * configure.tgt: Add i[3456]86-*-nto*.
7985 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7986 * nto-tdep.c: New file. Neutrino target support routines.
7987 * nto-tdep.h: New file. Neutrino target header.
7988 * config/tm-qnxnto.h: New file.
7989 * config/i386/i386nto.mt: New file.
7990 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 7991
0ce3d317
AC
79922003-05-04 Andrew Cagney <[email protected]>
7993
7994 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7995 (load_infrun_state): Ditto.
7996 (struct thread_info): Drop "prev_func_name" field.
7997 * thread.c (load_infrun_state): Update.
7998 (save_infrun_state): Update.
7999 * infrun.c (prev_func_name): Delete variable.
8000 (init_wait_for_inferior): Do not clear prev_func_name.
8001 (stop_stepping, keep_going, context_switch): Do not swap
8002 prev_func_name.
8003 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8004 instead of PC_IN_SIGTRAMP.
8005
46654a5b
AC
80062003-05-04 Andrew Cagney <[email protected]>
8007
8008 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8009 REGISTER_BYTE with register_offset_hack.
8010 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8011 that REGISTER_BYTE is consistent with the regcache.
8012 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8013 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 8014
14b08c1b
MK
80152003-05-04 Mark Kettenis <[email protected]>
8016
04c8243f
MK
8017 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8018 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8019
14b08c1b
MK
8020 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8021
c7a11e01
JB
80222003-05-03 J. Brobecker <[email protected]>
8023
8024 From Thierry Schneider <[email protected]>
8025 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8026 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8027 (mi-cmd-symbol.o): Add rule.
8028
7043d8dc
AC
80292003-05-03 Andrew Cagney <[email protected]>
8030
8031 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8032 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8033 * gdbarch.h, gdbarch.c: Re-generate.
8034 * d10v-tdep.c (d10v_push_dummy_code): New function.
8035 (d10v_gdbarch_init): Set push_dummy_code.
8036 * infcall.c (legacy_push_dummy_code): New function.
8037 (generic_push_dummy_code): New function.
8038 (push_dummy_code): New function.
8039 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8040 instead of dummy_addr, to push_dummy_call. Move call to
8041 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8042 switch.
8043 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8044
92bf2b80
AC
80452003-05-03 Andrew Cagney <[email protected]>
8046
8047 * disasm.h (print_insn): Declare.
8048 * disasm.c (init_gdb_disassemble_info): New function.
8049 (gdb_disassembly): Call init_gdb_disassemble_info.
8050 (gdb_print_insn): New function.
8051 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8052 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8053 * mcore-tdep.c: Include "disasm.h"
8054 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8055 * d10v-tdep.c: Include "disasm.h".
8056 (display_trace): Call gdb_print_insn, instead of print_insn.
8057 (print_insn): Delete function.
8058 * printcmd.c: Include "disasm.h".
8059 (print_insn): Delete function.
8060 (print_formatted): Call gdb_print_insn, instead of print_insn.
8061 * Makefile.in (printcmd.o): Update dependencies.
8062 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 8063
27d94c49
AC
80642003-05-02 Andrew Cagney <[email protected]>
8065
82de1e5b
AC
8066 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8067 PC_REGNUM, re-indent.
8068 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8069 PC_REGNUM isn't set.
8070
27d94c49
AC
8071 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8072 * gdbarch.h, gdbarch.c: Re-generate.
8073 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8074 register_virtual_size, pc_regnum, or register_bytes.
8075 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8076 (d10v_register_type): Use D10V_PC_REGNUM.
8077 (d10v_print_registers_info, d10v_read_pc): Ditto.
8078 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8079 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8080
a9c0dc7f
DC
80812003-05-02 David Carlton <[email protected]>
8082
8083 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8084 the name with mstrsave.
8085
e33d66ec
EZ
80862003-05-02 Elena Zannoni <[email protected]>
8087
8088 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8089 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8090 (host_charset_name, target_charset_name): New vars for use by
8091 set/show commands.
8092 (host_charset_enum, target_charset_enum): New enums for set/show
8093 commands.
8094 (set_charset_sfunc, set_host_charset_sfunc,
8095 set_target_charset_sfunc): New functions.
8096 (set_host_charset, set_target_charset): Make static.
8097 (list_charsets, set_host_charset_command,
8098 set_target_charset_command): Delete functions.
8099 (show_charset_command): Rewrite as....
8100 (show_charset): Hook this up with the set/show command mechanism.
8101 (_initialize_charset): Change names of charsets to match the
8102 set/show enums. Use host_charset_name and target_charset_name.
8103 Use set/show mechanism for charset, host-charset, target-charset
8104 commands. Do not make 'show host-charset' and 'show
8105 target-charset' be aliases of 'show charset'.
8106
8107 * charset.h (set_host_charset, set_target_charset): Don't export,
8108 they are not used outside the file.
8109
2b6fd0d8
AC
81102003-05-01 Andrew Cagney <[email protected]>
8111
8112 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8113 (gdb_disassembly): Make "di" non static, always initialize and
8114 cleanup. Always use dis_asm_read_memory.
8115 (gdb_dis_asm_read_memory): Delete function.
8116
6ae2f580
AC
81172003-05-01 Andrew Cagney <[email protected]>
8118
8119 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8120 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8121
810ecf9f
AC
81222003-04-30 Andrew Cagney <[email protected]>
8123
8124 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8125 "tm_print_insn_info".
8126 (TARGET_PRINT_INSN_INFO): Delete macro.
8127 (dis_asm_read_memory): Delete function declaration.
8128 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8129 (tm_print_insn_info): Delete variable definition.
8130 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8131 * gdbarch.h, gdbarch.c: Re-generate.
8132 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8133 "deprecated_tm_print_insn_info".
8134 * mcore-tdep.c (mcore_dump_insn): Ditto.
8135 * mips-tdep.c (mips_gdbarch_init): Ditto.
8136 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8137 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8138 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8139 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8140 instead of TARGET_PRINT_INSN_INFO, add comment.
8141 * s390-tdep.c (s390_get_frame_info): Instead of
8142 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8143 (s390_check_function_end, s390_is_sigreturn): Ditto.
8144 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8145 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8146 * disasm.c: Include "gdbcore.h".
8147 (_initialize_disasm): New function, initialize
8148 "deprecated_tm_print_insn_info".
8149 (deprecated_tm_print_insn_info): New variable.
8150 (dis_asm_read_memory): Moved from "corefile.c", made static.
8151 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8152 * Makefile.in (disasm.o): Update dependencies.
8153
07020390
AC
81542003-04-30 Andrew Cagney <[email protected]>
8155
8156 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8157
a9fa03de
AF
81582003-04-29 Adam Fedor <[email protected]>
8159
8160 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8161 * infcall.c (find_function_addr): Make non-static.
8162 * infcall.h (find_function_addr): Declare.
8163 * Makefile.in (eval.o): Update dependencies.
8164
1bae87b9
AF
81652003-04-28 Adam Fedor <[email protected]>
8166
8167 * symtab.c (symbol_find_demangled_name): Check for and demangle
8168 ObjC symbols.
8169 (symbol_init_demangled_name): Init for language_objc as well.
8170
0ba6dca9
AC
81712003-04-28 Andrew Cagney <[email protected]>
8172
8173 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8174 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8175 * gdbarch.h, gdbarch.c: Re-generate.
8176 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8177 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8178 * inferior.h (deprecated_read_fp): Rename read_fp.
8179 (generic_target_read_fp): Delete declaration.
8180 * regcache.c (generic_target_read_fp): Delete function.
8181 (deprecated_read_fp): Replace read_fp, use
8182 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8183 * d10v-tdep.c (d10v_read_fp): Delete function.
8184 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8185
8186 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8187 deprecated_target_read_fp to generic_target_read_fp.
8188 * sh-tdep.c (sh_gdbarch_init): Ditto.
8189 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8190 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8191 * frv-tdep.c (frv_gdbarch_init): Ditto.
8192
8193 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8194 deprecated_fp_regnum.
8195 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8196 * vax-tdep.c (vax_gdbarch_init): Ditto.
8197 * v850-tdep.c (v850_gdbarch_init): Ditto.
8198 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8199 * sh-tdep.c (sh_gdbarch_init): Ditto.
8200 * s390-tdep.c (s390_gdbarch_init): Ditto.
8201 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8202 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8203 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8204 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8205 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8206 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8207 * i386-tdep.c (i386_gdbarch_init): Ditto.
8208 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8209 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8210 * frv-tdep.c (frv_gdbarch_init): Ditto.
8211 * cris-tdep.c (cris_gdbarch_init): Ditto.
8212 * avr-tdep.c (avr_gdbarch_init): Ditto.
8213 * arm-tdep.c (arm_gdbarch_init): Ditto.
8214 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8215
8216 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8217 * v850-tdep.c (v850_gdbarch_init): Ditto.
8218 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8219 * sh-tdep.c (sh_gdbarch_init): Ditto.
8220 * s390-tdep.c (s390_gdbarch_init): Ditto.
8221 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8222 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8223 * mips-tdep.c (mips_gdbarch_init): Ditto.
8224 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8225 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8226 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8227 * frv-tdep.c (frv_gdbarch_init): Ditto.
8228 * avr-tdep.c (avr_gdbarch_init): Ditto.
8229 * arm-tdep.c (arm_gdbarch_init): Ditto.
8230
8231 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8232 DEPRECATED_FP_REGNUM.
8233 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8234 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8235 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8236 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8237 (sparc32_register_virtual_type): Ditto.
8238 * sh-tdep.c (sh64_frame_chain): Ditto.
8239 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8240 (sh_nofp_frame_init_saved_regs): Ditto.
8241 (sh64_nofp_frame_init_saved_regs): Ditto.
8242 (sh_fp_frame_init_saved_regs): Ditto.
8243 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8244 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8245 * procfs.c (procfs_fetch_registers): Ditto.
8246 (procfs_store_registers): Ditto.
8247 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8248 (store_inferior_registers, fetch_core_registers): Ditto.
8249 (fetch_kcore_registers, clear_regs): Ditto.
8250 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8251 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8252 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8253 * nlm/i386.c (do_status): Ditto.
8254 * mipsv4-nat.c (supply_gregset): Ditto.
8255 * mips-tdep.c: Ditto for comments.
8256 * mips-nat.c (fetch_inferior_registers): Ditto.
8257 (store_inferior_registers, fetch_core_registers): Ditto.
8258 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8259 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8260 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8261 (i386_do_pop_frame, i386_register_type): Ditto.
8262 * hppa-tdep.c (hppa_frame_chain): Ditto.
8263 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8264 (hppa_pop_frame, hppa_read_fp): Ditto.
8265 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8266 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8267 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8268 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8269 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8270 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8271 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8272 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8273 * blockframe.c: Ditto for comments.
8274 * arch-utils.h: Ditto for comments.
8275 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8276 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8277 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8278 * alpha-tdep.h: Ditto for comments.
8279 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8280 (alpha_cannot_store_register): Ditto.
8281 (alpha_push_dummy_frame): Ditto.
8282 * alpha-nat.c (supply_gregset): Ditto.
8283
8284 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8285 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8286 * config/sparc/tm-sparc.h: Update comment.
8287
8288 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8289 deprecated_read_fp instead of TARGET_READ_FP.
8290 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8291 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8292 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8293 deprecated_read_fp instead of read_fp.
8294 * s390-tdep.c (s390_push_arguments): Ditto.
8295 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8296 * frame.h: Ditto in comments.
8297 * frame.c (legacy_get_prev_frame): Ditto.
8298 * dummy-frame.c (dummy_frame_this_id): Ditto.
8299 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8300
d7a27068
AC
83012003-04-28 Andrew Cagney <[email protected]>
8302
8303 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8304 * gdbarch.h, gdbarch.c: Re-generate.
8305 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8306 * vax-tdep.c (_initialize_vax_tdep): Update.
8307 * v850-tdep.c (_initialize_v850_tdep): Update.
8308 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8309 * s390-tdep.c (_initialize_s390_tdep): Update.
8310 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8311 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8312 * mips-tdep.c (_initialize_mips_tdep): Update.
8313 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8314 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8315 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8316 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8317 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8318 * frv-tdep.c (_initialize_frv_tdep): Update.
8319 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8320 (_initialize_cris_tdep): Update.
8321 * arch-utils.c (legacy_print_insn): Update.
8322 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8323
d2630e69
AF
83242003-04-26 Adam Fedor <[email protected]>
8325
8326 * linespec.c (decode_objc): New function to decode ObjC calls
8327 (decode_line_1): Check for ObjC calls (using decode_objc)
8328 * Makefile (linespec.o): Update dependencies.
8329
3086aeae
DJ
83302003-04-26 Daniel Jacobowitz <[email protected]>
8331
8332 * breakpoint.h (struct breakpoint_ops): New.
8333 (struct breakpoint): Add ops member.
8334
8335 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8336 (mention): Use new breakpoint ops member.
8337 (set_raw_breakpoint): Initialize ops field to NULL.
8338 (print_exception_catchpoint, print_one_exception_catchpoint)
8339 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8340 (gnu_v3_exception_catchpoint_ops): New.
8341 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8342
1fbec6c3
AF
83432003-04-25 Adam Fedor <[email protected]>
8344
8345 * Makefile.in (COMMON_OBS): Add objc-lang.o
8346
0ef21242
AC
83472003-04-25 Andrew Cagney <[email protected]>
8348
8349 * d10v-tdep.c (print_insn): Delete function.
8350 (display_trace): Use TARGET_PRINT_INSN.
8351 (_initialize_d10v_tdep): Do not set tm_print_insn.
8352 (d10v_gdbarch_init): Set print_insn.
8353
f75493ed
AC
83542003-04-25 Andrew Cagney <[email protected]>
8355
8356 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8357 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8358 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8359 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8360 (nr_dmap_regs, a0_regnum): ... new functions.
8361 (d10v_print_registers_info): Use a0_regnum, use register_size.
8362 (d10v_register_byte): Delete function.
8363 (d10v_register_raw_size): Delete function.
8364 (d10v_register_type): Use a0_regnum.
8365 (d10v_print_registers_info): Use a0_regnum.
8366 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8367 (d10v_gdbarch_init): Do not set register_byte or
8368 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8369 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8370 extract_address.
8371 (trace_command): Use XCALLOC.
8372 (print_insn): Delete reference to tm_print_insn.
8373 (saved_regs_unwinder): Use store_unsigned_integer instead of
8374 store_address.
8375 * frame.h (FRAME_OBSTACK_CALLOC): Define
8376
2202b100
DC
83772003-04-25 David Carlton <[email protected]>
8378
8379 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8380
4e45ca2e
AF
83812003-04-24 Adam Fedor <[email protected]>
8382
8383 * objc-lang.c: Include "valprint.h"
8384 * Makefile.in (objc-lang.o): Update dependencies.
8385
93de3e7f
AF
83862003-04-24 Adam Fedor <[email protected]>
8387
8ffd9b1b 8388 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
8389 architecture dependant compilation and mark as unimplemented
8390 (until they get put in the gdbarch vector).
8391
0f20eeea
DC
83922003-04-23 David Carlton <[email protected]>
8393
8394 * cp-support.c (cp_find_first_component): Accept 'operator' in
8395 more locations.
8396
74cfe982
AC
83972003-04-23 Andrew Cagney <[email protected]>
8398
8399 * infcall.c (call_function_by_hand): Eliminate redundant
8400 indentation. Move "saved_async" and "old_cleanups" to where they
8401 are needed.
8ffd9b1b 8402
52557533
AC
84032003-04-23 Andrew Cagney <[email protected]>
8404
8405 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8406 and "buffer". Move the "name" code to where it is needed.
8407
158775de
AC
84082003-04-23 Andrew Cagney <[email protected]>
8409
8410 * infcall.c (call_function_by_hand): Move variables "start_sp",
8411 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8412 code to ON_STACK switch branch.
8ffd9b1b 8413
ebc7896c
AC
84142003-04-23 Andrew Cagney <[email protected]>
8415
8416 * infcall.c (call_function_by_hand): Make declaration of "i",
8417 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8418 lint.
8419
d727590f
AC
84202003-04-23 Andrew Cagney <[email protected]>
8421
8422 * infcall.c (call_function_by_hand): Delete variable
8423 "n_method_args". Localize "param_type"'s declaration to the loop
8424 that it is used. Reinstate code assigning to said variable -
8425 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8426 Rationalize code using "param_type".
8427
d585e13a
AC
84282003-04-22 Andrew Cagney <[email protected]>
8429
8430 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8431 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8432 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8433 to DEPRECATED_PUSH_RETURN_ADDRESS.
8434
051caad9
KB
84352003-04-22 Kevin Buettner <[email protected]>
8436
8437 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8438 on the DWARF2 register number prior to fetching a register.
8439
77296879
JB
84402003-04-22 J. Brobecker <[email protected]>
8441
8442 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8443 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 8444 this macro was always set to 0.
77296879
JB
8445 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8446 considering the fact that this macro was always set to 0.
8447 * hppa-tdep.h (hppa_store_return_value): Likewise.
8448 (hppa_extract_return_value): Likewise.
8449
4252f1df
JB
84502003-04-22 J. Brobecker <[email protected]>
8451
8452 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8453 the hppa-pro target only.
8454
14604c6b
JB
84552003-04-21 J. Brobecker <[email protected]>
8456
8457 Ongoing multi-arch conversion effort for HP/UX:
8458 * config/pa/tm-hppa.h: Move all macro that are no longer
8459 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8460 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8461
77eb01d1
JB
84622003-04-21 J. Brobecker <[email protected]>
8463
8464 * config/pa/tm-hppa.h: Obsolete a section that was only used
8465 for hppa-pro.
8466
61995b3b
JB
84672003-04-21 J. Brobecker <[email protected]>
8468
8469 Ongoing multi-arch conversion for HP/UX.
8470 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8471 if already defined (allows hppa64 to stay non-multiarched for now).
8472 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8473
4aa79dcc
AC
84742003-04-21 Andrew Cagney <[email protected]>
8475
8476 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8477
0f751ff2
AC
84782003-04-21 Andrew Cagney <[email protected]>
8479
8480 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8481 "i386_num_mmx_regs".
8482
04714b91
AC
84832003-04-21 Andrew Cagney <[email protected]>
8484
8485 * infcall.c: New file.
8486 * infcall.h: New file.
8487 * valarith.c: Include "infcall.h".
8488 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8489 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8490 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8491 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8492 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8493 (SFILES): Add "infcall.c"
8494 (COMMON_OBS): Add "infcall.o".
8495 (infcall.o): Specify dependencies.
8496 * value.h (call_function_by_hand): Delete declaration.
8497 * inferior.h (run_stack_dummy): Delete declaration.
8498 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8499 (run_stack_dummy): Move to "infcall.c", merged into
8500 call_function_by_hand.
8501 * valops.c (call_function_by_hand): Moved to "infcall.c".
8502 (find_function_addr, value_arg_coerce): Ditto.
8503 (unwindonsignal_p, coerce_float_to_double): Ditto.
8504 (_initialize_valops): Move "set/show coerce-float-to-double", and
8505 "set/show unwindonsignal" commands to "infcall.c".
8506 * v850-tdep.c, target.h: Update comments.
8507 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8508 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8509 (sh64_init_extra_frame_info): Update comments.
8510 * mn10300-tdep.c: Update comments.
8511 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8512 * config/sparc/tm-sparc.h: Update comments.
8513 * breakpoint.h: Update comments.
8514 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8515 * arm-tdep.c: Update comment.
8516
f9d3c2a8
MK
85172003-04-19 Mark Kettenis <[email protected]>
8518
c40e1eab
MK
8519 * i386-tdep.c (i386_num_register_names): New variable.
8520 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8521 (MM0_REGNUM): Remove redundant parentheses in define.
8522 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8523 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8524 i386_mxcsr_regnum_p): Remove redundant parentheses.
8525 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 8526
94ea66b3
MK
8527 * i386-tdep.c (i386_extract_return_value,
8528 i386_store_return_value): Correct check for availability of
8529 floating-point registers.
8530
54299a1d
MK
8531 * i386-tdep.c (i386_frame_num_args): Remove function.
8532 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8533
c86c27af
MK
8534 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8535 mmx_regnum_to_fp_regnum. Adjust all callers.
8536
f9d3c2a8
MK
8537 * i386-tdep.c (i386_get_longjmp_target): Use
8538 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8539 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8540 extract_address.
8541
94ba74a9
MK
85422003-04-19 Mark Kettenis <[email protected]>
8543
8544 * core-regset.c: Update comments to reflect reality. Re-order
8545 includes.
8546 (fetch_core_registers): Use switch instead of if. Remove
8547 redundant prototype.
8548
4074e13c
JB
85492003-04-18 Jim Blandy <[email protected]>
8550
8551 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 8552 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 8553
e3ab4aba
RH
85542003-04-17 Richard Henderson <[email protected]>
8555
8556 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8557
627bf7c1
EZ
85582003-04-17 Michael Snyder <[email protected]>
8559 Karen Bennet <[email protected]>
8560
8561 Committed by Elena Zannoni <[email protected]>
8562 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 8563
514621a9
EZ
85642003-04-17 Elena Zannoni <[email protected]>
8565
8566 * values.c (value_being_returned): Don't fetch the return
fbe586ae 8567 value if the return type is void.
514621a9 8568
b4acd559
JJ
85692003-04-17 Jeff Johnston <[email protected]>
8570
8571 * thread-db.c: Reindented.
8ffd9b1b 8572
530b167e 85732003-04-17 Jeff Johnston <[email protected]>
8ffd9b1b
AJ
8574
8575 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8576 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
8577 as types.
8578
0a48e7e8
MS
8579
8580
8581
8582
8583
8584
8585
8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
8597
8598
8599
8600
8601
8ffd9b1b 8602
ab9fe00e
KB
86032003-04-16 Kevin Buettner <[email protected]>
8604
610a3745 8605 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
8606 the size of ``long double'' to 16, instead of 8.
8607
e64a344c
MK
86082003-04-16 Mark Kettenis <[email protected]>
8609
8610 * i386-linux-nat.c: Add some whitespace to make things more
8611 readable.
8612 (fetch_register, store_register, fetch_inferior_registers,
8613 store_inferior_registers): Get rid of assignment in if-statement.
8614 (store_register): Fix typo in error message.
8615
25d41031
AC
86162003-04-16 Andrew Cagney <[email protected]>
8617
8618 * utils.c (xmmalloc): Always allocate something, matches
8619 libiberty/xmalloc's semantics.
8620 (xmrealloc, xmcalloc): Ditto.
8621
c50901fd
AC
86222003-04-16 Andrew Cagney <[email protected]>
8623
8624 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8625 update comments.
8626 (get_frame_type): Initialize unwind and type when needed.
8627 (get_frame_id, frame_register_unwind): Ditto.
8628
f81824a9
AC
86292003-04-16 Andrew Cagney <[email protected]>
8630
8631 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8632 obsolete.
8633 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8634 * sparcl-stub.c: Obsolete file.
8635 * config/sparc/tm-sparclet.h: Obsolete file.
8636 * sparclet-stub.c: Obsolete file.
8637 * sparclet-rom.c: Obsolete file.
8638 * sparcl-tdep.c: Obsolete file.
8639 * config/sparc/tm-sparclite.h: Obsolete file.
8640 * config/sparc/sparclite.mt: Obsolete file.
8641 * config/sparc/sparclet.mt: Obsolete file.
8642 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8643 sparc86x-*-* obsolete.
8644
9219021c
DC
86452003-04-15 David Carlton <[email protected]>
8646
8647 * Makefile.in (SFILES): Add cp-namespace.c.
8648 (COMMON_OBS): Add cp-namespace.o.
8649 (block.o): Depend on gdb_obstack_h and cp_support_h.
8650 (buildsym.o): Depend on cp_support_h.
8651 (cp-namespace.o): New.
8652 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8653 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8654 (dwarf2read.o): Depend on cp_support_h.
8655 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8656 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8657 processing_current_namespace.
8658 (read_namespace): Update processing_current_namespace; check for
8659 anonymous namespaces.
8660 (dwarf2_name): New function.
8661 (dwarf2_extension): Ditto.
8662 * cp-support.h: Update copyright, contributors.
8663 Add inclusion guards.
8664 Add opaque declaration for structs obstack, block, symbol.
8665 (struct using_direct): New struct.
8666 Add declarations for cp_find_first_component,
8667 cp_entire_prefix_len, processing_has_namespace_info,
8668 processing_current_namespace, cp_is_anonymous,
8669 cp_add_using_directive, cp_initialize_namespace,
8670 cp_finalize_namespace, cp_set_block_scope,
8671 cp_scan_for_anonymous_namespaces.
8672 * cp-namespace.c: New file.
8673 * cp-support.c: Update copyright.
8674 Include ctype.h, gdb_assert.h, gdbcmd.h.
8675 New variable maint_cplus_cmd_list.
8676 (cp_find_first_component): New function.
8677 (cp_entire_prefix_len, maint_cplus_command)
8678 (first_component_command, _initialize_cp_support): Ditto.
8679 * buildsym.c: Include cp-support.h.
8680 New variable using_list.
8681 (add_symbol_to_list): Check for anonymous namespaces.
8682 (finish_block): Set block's scope.
8683 (start_symtab): Initialize C++ namespace support.
8684 (end_symtab): Finalize C++ namespace support.
8685 * block.h: Add opaque declarations for structs
8686 block_namespace_info, using_direct, and obstack.
8687 Add declarations for block_set_scope and block_set_using.
8688 (struct block): Add 'language_specific' member.
8689 (BLOCK_NAMESPACE): New macro.
8690 * block.c: Include gdb_obstack.h and cp-support.h.
8691 (struct block_namespace_info): New struct.
8692 (block_set_scope): New function.
8693 (block_set_using, block_initialize_namespace): Ditto.
8694
d5a921c9
KB
86952003-04-14 Kevin Buettner <[email protected]>
8696
8697 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8698 (locate_base): Return early if there aren't any link map offsets.
8699 (svr4_solib_create_inferior_hook): Warn if shared library support
8700 is unavailable.
8701
d2a52b27
DC
87022003-04-14 David Carlton <[email protected]>
8703
8704 * symtab.c (symbol_set_names): Add prefix when storing Java names
8705 in hash table. Fix for PR java/1039.
8706
980cae7a
DC
87072003-04-14 David Carlton <[email protected]>
8708
8709 * symtab.c (symbol_set_names): Rename 'name' arg to
8710 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8711 * symtab.h: Change 'name' argument in declaration of
8712 symbol_set_names to 'linkage_name'.
8713 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8714
e227b13c
AC
87152003-04-14 Andrew Cagney <[email protected]>
8716
8717 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8718 return the fully sign-extended register value.
8719 (get_frame_pointer): Ditto.
8720 (mips_pop_frame): Initialize "proc_desc" after checking for a
8721 dummy frame.
8722
36712a20
AC
87232003-04-14 Andrew Cagney <[email protected]>
8724
8725 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8726 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8727 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8728 (mips_push_register): Delete function.
8729 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8730 PUSH_FP_REGNUM.
8731
44ea7b70
JB
87322003-04-14 Jim Blandy <[email protected]>
8733
8734 * symmisc.c: #include "gdb_regex.h".
8735 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8736 functions.
8737 * maint.c (maintenance_list_command): New function.
8738 (_initialize_maint_cmds): Register the above as commands.
8739 * symtab.h (maintenance_list_symtabs,
8740 maintenance_list_psymtabs): New declarations.
8741 * cli/cli-cmds.c (maintenancelistlist): New variable.
8742 (init_cmd_lists): Initialize it.
8743 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8744 * gdbcmd.h (maintenancelistlist): New declaration.
8745 * Makefile.in (symmisc.o): Update dependencies.
8746
2d0c7962
EZ
87472003-04-14 Elena Zannoni <[email protected]>
8748
8749 * s390-nat.c: Include asm/types.h for addr_t.
8750
1947a811
CV
87512003-04-14 Corinna Vinschen <[email protected]>
8752
8753 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8754 actually incoming type.
8755
adb616d7
AC
87562003-04-13 Andrew Cagney <[email protected]>
8757
8758 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8759 get_next_frame and get_frame_saved_regs.
8760
9b5e151c
AC
87612003-04-13 Andrew Cagney <[email protected]>
8762
8763 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8764 of gdbarch_num_regs.
8765
ef6e7e13
AC
87662003-04-13 Andrew Cagney <[email protected]>
8767
8768 * frame.h: Mention what replaced what in "struct frame_info".
8769 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8770 deprecated_update_frame_base_hack and
8771 deprecated_update_frame_pc_hack.
8772 * hppa-tdep.c: Ditto.
8773
61fbb938
DJ
87742003-04-13 Daniel Jacobowitz <[email protected]>
8775
8776 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8777 to read_reg and update its comment. Remove regnum member.
8778 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8779 Don't call read_reg when setting in_reg. Call read_reg to get
8780 the frame base if it's in a register. Return the register number
8781 on the stack instead of in the context. Remove extra arguments
8782 to read_reg.
8783 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8784 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8785 the register number on the expression stack.
8786 (needs_frame_read_reg): Remove extra arguments.
8787
0d53c4c4
DJ
87882003-04-13 Daniel Jacobowitz <[email protected]>
8789
8790 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8791 made non-static.
8792 (execute_stack_op): All callers updated.
8793 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8794 * dwarf2loc.c (find_location_expression): New function.
8795 (dwarf_expr_frame_base): Call it.
8796 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8797 (dwarf2_tracepoint_var_ref): New function, broken out from
8798 locexpr_tracepoint_var_ref.
8799 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8800 Make static.
8801 (loclist_read_variable, loclist_read_needs_frame): New functions.
8802 (loclist_describe_location, loclist_tracepoint_var_ref): New
8803 functions.
8804 (dwarf2_loclist_funcs): New struct location_funcs.
8805 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8806 (struct dwarf2_locexpr_baton): Add comments.
8807 (dwarf2_loclist_funcs): New extern.
8808 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8809 base_address and base_known.
8810 (dwarf_loc_buffer): New variable.
8811 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8812 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8813 (dwarf2_has_info): Initialize dwarf_loc_offset.
8814 (dwarf2_build_psymtabs): Read in .debug_loc.
8815 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8816 DWARF_LOC_SIZE.
8817 (psymtab_to_symtab_1): Likewise. Move base address calculation
8818 here, from...
8819 (dwarf2_get_pc_bounds): ... here. Use the base address from
8820 cu_header.
8821 (dwarf2_symbol_mark_computed): Handle location lists.
8822
6aca59a3
DJ
88232003-04-13 Daniel Jacobowitz <[email protected]>
8824
8825 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8826 if the linkage name demangled successfully.
8827
aca1fcd0
MK
88282003-04-13 Mark Kettenis <[email protected]>
8829
97095916
MK
8830 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8831 disassmbly_flavour): Removed.
8832
aca1fcd0
MK
8833 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8834
562a961f
MK
88352003-04-13 Mark Kettenis <[email protected]>
8836
8837 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8838
bd013d54
AC
88392003-04-12 Andrew Cagney <[email protected]>
8840
8841 * frame.h (struct frame_info): Move definition from here ...
8842 * frame.c (struct frame_info): ... to here.
8843
167ef8b1
AC
88442003-04-12 Andrew Cagney <[email protected]>
8845
8846 * gdbthread.h (save_infrun_state): Delete parameter
8847 "prev_func_start".
8848 (struct thread_info): Delete field "prev_func_start".
8849 (load_infrun_state): Ditto.
8850 * thread.c (load_infrun_state, save_infrun_state): Update.
8851 * infrun.c (prev_func_start): Delete variable.
8852 (context_switch, init_wait_for_inferior): Update.
8853 (stop_stepping, keep_going): Update.
8854
da3331ec
AC
88552003-04-12 Andrew Cagney <[email protected]>
8856
8857 * gdbarch.sh: Add missing opaque declarations.
8858 * gdbarch.h: Regnerate.
8859 * symtab.h: Add missing opaque declarations.
8860 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8861 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8862 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8863 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8864 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8865 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8866 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8867 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8868 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8869 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8870 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8871 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8872 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8873
18adea3f
AC
88742003-04-11 Andrew Cagney <[email protected]>
8875
8876 * frame.c (get_frame_id): Return this frame's "id".
8877 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8878 function start.
8879 (legacy_saved_regs_this_id): Replace function body with
8880 internal-error.
8881 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8882 FRAME_OBSTACK_ZALLOC.
8883 (create_new_frame): Mark the frame ID as valid.
8884
2252e863
AO
88852003-04-11 Alexandre Oliva <[email protected]>
8886
8887 * Makefile.in (libbfd_h): Added missing setting.
8888 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8889 according to the selected ABI.
8890
a8245ab8
JJ
88912003-04-11 Jeff Johnston <[email protected]>
8892
8893 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8894
6913c89a
AC
88952003-04-11 Andrew Cagney <[email protected]>
8896
8897 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8898 SAVED_PC_AFTER_CALL.
8899 * gdbarch.h, gdbarch.c: Regenerate.
8900 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8901 * x86-64-tdep.c (x86_64_init_abi): Update.
8902 * vax-tdep.c (vax_gdbarch_init): Update.
8903 * v850-tdep.c (v850_gdbarch_init): Update.
8904 * sparc-tdep.c (sparc_gdbarch_init): Update.
8905 * sh-tdep.c (sh_gdbarch_init): Update.
8906 * s390-tdep.c (s390_gdbarch_init): Update.
8907 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8908 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8909 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8910 * mips-tdep.c (mips_gdbarch_init): Update.
8911 * mcore-tdep.c (mcore_gdbarch_init): Update.
8912 * m68k-tdep.c (m68k_gdbarch_init): Update.
8913 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8914 * ia64-tdep.c (ia64_gdbarch_init): Update.
8915 (ia64_saved_pc_after_call): Update declaration.
8916 * i386ly-tdep.c (i386lynx_init_abi): Update.
8917 * i386-tdep.c (i386_gdbarch_init): Update.
8918 * hppa-tdep.c (hppa_gdbarch_init): Update.
8919 * h8300-tdep.c (h8300_gdbarch_init): Update.
8920 * frv-tdep.c (frv_gdbarch_init): Update.
8921 * cris-tdep.c (cris_gdbarch_init): Update.
8922 * avr-tdep.c (avr_gdbarch_init): Update.
8923 * arm-tdep.c (arm_gdbarch_init): Update.
8924 * alpha-tdep.c (alpha_gdbarch_init): Update.
8925 * ns32knbsd-nat.c (frame_num_args): Update.
8926 * ns32k-tdep.c (umax_frame_num_args): Update.
8927 * mips-tdep.c (mips_init_frame_pc_first): Update.
8928 * infrun.c (step_over_function): Update.
8929 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8930 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8931 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8932 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8933 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8934 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8935 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8936 * arch-utils.c (init_frame_pc_default): Update.
8937 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8938 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8939 declaration.
8ffd9b1b 8940
38edeab8
AC
89412003-04-11 Andrew Cagney <[email protected]>
8942
8943 * i387-tdep.c: Update copyright.
8944 (i387_to_double): Delete function.
8945 (double_to_i387): Delete function.
8946
81f8a206
AC
89472003-04-10 Andrew Cagney <[email protected]>
8948
8949 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8950 frame's function's address. Simplify.
8951 (d10v_frame_unwind_cache): Check that the frame's function is
8952 non-zero.
8953
6e691f7a
JB
89542003-04-10 Jim Blandy <[email protected]>
8955
8956 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8957 call to set_gdbarch_deprecated_push_arguments.
8958
7f78e237
AC
89592003-04-10 Andrew Cagney <[email protected]>
8960
8961 * frame.c (fprint_frame_id): New function.
8962 (fprint_frame_type, fprint_frame): New function.
8963 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8964 (create_sentinel_frame, get_frame_id): Ditto.
8965 (frame_id_p, frame_id_eq): Ditto.
8966 (frame_id_inner, create_new_frame): Ditto.
8967 (legacy_get_prev_frame, get_prev_frame): Ditto.
8968 (deprecated_update_frame_pc_hack): Ditto.
8969 (frame_register_unwind): Ditto.
8970 (deprecated_update_frame_base_hack): Ditto.
8971
f870b49b
CV
89722003-04-10 Corinna Vinschen <[email protected]>
8973
8974 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8975 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8976 frame_chain function.
8977 * Makefile.in: Add dependencies due to above change.
8978
7c86889b
CV
89792003-04-10 Corinna Vinschen <[email protected]>
8980
8981 * blockframe.c (legacy_frame_chain_valid): Move call to
8982 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8983 inside_entry_file.
8984
d0a55772
AC
89852003-04-09 Andrew Cagney <[email protected]>
8986
8987 * frame.h (struct frame_id): Replace "pc" and "base" with
8988 "stack_addr" and "code_addr". Update comments.
8989 (frame_id_build): Update parameter names and comment.
8990 (struct frame_info): Replace "id_p" and "id" with "this_id".
8991 * dummy-frame.c (dummy_frame_this_id): Update.
8992 * breakpoint.c (print_one_breakpoint): Update.
8993 * frame.c (get_frame_id): Update.
8994 (get_frame_base, frame_id_build): Update.
8995 (create_sentinel_frame, legacy_get_prev_frame): Update.
8996 (deprecated_update_frame_base_hack): Update.
8997 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8998 (frame_id_inner): Ditto.
8999
ac16bf07
AC
90002003-04-09 Andrew Cagney <[email protected]>
9001
9002 * defs.h (gdb_print_host_address): Make "addr" parameter a
9003 pointer constant.
9004 * utils.c (gdb_print_host_address): Update.
9005
366cfc9e
KB
90062003-04-09 Kevin Buettner <[email protected]>
9007
9008 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9009 register number for R0 is 0.
9010
cd983b5c
JB
90112003-04-09 J. Brobecker <[email protected]>
9012
9013 * frame.h (struct gdbarch): Add opaque structure definition
9014 to avoid a compilation warning on LynxOS 4.0.
9015
d1340264
AC
90162003-04-09 Andrew Cagney <[email protected]>
9017
9018 * frame.h (struct frame_info): Delete field "pc". Replace
9019 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9020 structure.
9021 * frame.c (frame_pc_unwind): Update.
9022 (create_sentinel_frame): Do not set "pc".
9023 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9024 (get_frame_pc): Call frame_pc_unwind.
9025 (deprecated_update_frame_pc_hack): Update.
9026 (create_new_frame): Use "pc" not "->pc".
9027
90a6fffb
AC
90282003-04-09 Andrew Cagney <[email protected]>
9029
9030 * frame.c (get_frame_id): Eliminate code updating "frame".
9031 (legacy_get_prev_frame): Ditto.
9032 (get_frame_base): Return id.base directly.
9033 (deprecated_update_frame_base_hack): Update "id.base".
9034 * frame.h (struct frame_info): Delete field "frame".
9035
2fbce691
AC
90362003-04-09 Andrew Cagney <[email protected]>
9037
9038 * NEWS: Mention that the "Sequent family" is obsolete.
9039 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9040 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9041 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9042 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9043 * config/i386/tm-ptx4.h: Obsolete file.
9044 * config/i386/tm-ptx.h: Obsolete file.
9045 * symm-tdep.c: Obsolete file.
9046 * config/i386/symmetry.mt: Obsolete file.
9047 * config/i386/tm-symmetry.h: Obsolete file.
9048 * symm-nat.c: Obsolete file.
9049 * config/i386/nm-symmetry.h: Obsolete file.
9050 * config/i386/xm-symmetry.h: Obsolete file.
9051 * config/i386/symmetry.mh: Obsolete file.
9052 * config/i386/nm-ptx4.h: Obsolete file.
9053 * config/i386/ptx4.mh: Obsolete file.
9054 * config/i386/ptx.mt: Obsolete file.
9055 * config/i386/ptx.mh: Obsolete file.
9056 * config/i386/xm-ptx4.h: Obsolete file.
9057 * config/i386/xm-ptx.h: Obsolete file.
9058
78c43945
AC
90592003-04-09 Andrew Cagney <[email protected]>
9060
9061 Obsolete mips*-*-mach3*.
9062 * NEWS: Mention that mips*-*-mach3* is obsolete.
9063 * m3-nat.c: Obsolete file.
9064 * config/nm-m3.h: Obsolete file.
9065 * config/mips/tm-mipsm3.h: Obsolete file.
9066 * config/mips/mipsm3.mt: Obsolete file.
9067 * config/mips/mipsm3.mh: Obsolete file.
9068 * config/mips/xm-mipsm3.h: Obsolete file.
9069 * mipsm3-nat.c: Obsolete file.
9070 * configure.host: Obsolete mips-dec-mach3*.
9071 * configure.tgt: Obsolete mips*-*-mach3*.
9072
f1908289
AC
90732003-04-09 Andrew Cagney <[email protected]>
9074
9075 * doublest.h: Update copyright.
9076 (deprecated_store_floating, deprecated_extract_floating): Rename
9077 store_floating and extract_floating. Update comments.
9078 * doublest.c: Update copyright.
9079 (extract_floating_by_length): Replace extract_floating.
9080 (store_floating_by_length): Replace store_floating.
9081 (deprecated_extract_floating): New function.
9082 (deprecated_store_floating): New function.
9083 (extract_typed_floating): Call extract_floating_by_length.
9084 (store_typed_floating): Call store_floating_by_length.
9085 * x86-64-tdep.c (x86_64_store_return_value): Update.
9086 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9087 (sh64_extract_return_value): Update.
9088 (sh_sh4_register_convert_to_virtual): Update.
9089 (sh_sh64_register_convert_to_virtual): Update.
9090 (sh_sh4_register_convert_to_raw): Update.
9091 (sh_sh64_register_convert_to_raw): Update.
9092 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9093 (rs6000_register_convert_to_raw): Update.
9094 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9095 (ia64_register_convert_to_raw): Update.
9096 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9097 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9098 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9099 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9100 (alpha_register_convert_to_raw): Update.
9101
4443bd83
AC
91022003-04-08 Andrew Cagney <[email protected]>
9103
9104 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9105 * gdbarch.h, gdbarch.c: Re-generate.
9106 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9107 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9108 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9109 conditionally, use frame_pc_unwind as an alternative. Add
9110 comments.
9111 * arch-utils.c (init_frame_pc_default): Only call
9112 SAVED_PC_AFTER_CALL when available.
9113
c0236d92
EZ
91142003-04-08 Elena Zannoni <[email protected]>
9115
fbe586ae 9116 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9117 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9118 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9119 (start_remote): Ditto.
9120 (handle_inferior_event): Ditto.
9121 (save_inferior_status): Ditto.
9122 (restore_inferior_status): Ditto.
9123 * infcmd.c (attach_command): Ditto.
9124 * fork-child.c (startup_inferior): Ditto.
fbe586ae 9125 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9126 * alpha-tdep.c (heuristic_proc_start): Ditto.
9127 * mips-tdep.c (heuristic_proc_start): Ditto.
9128 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9129 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9130 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9131 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9132 * remote-vx.c (vx_create_inferior): Ditto.
9133
91342003-04-08 Elena Zannoni <[email protected]>
9135
9136 * infrun.c (stop_soon_quietly): Make it an enum, to better
9137 override the default behavior of handle_inferior_event.
9138 (clear_proceed_status): Update uses of stop_soon_quietly to
9139 reflect that it is now an enum.
9140 (start_remote): Ditto.
9141 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9142 is set to handle the new GNU/Linux kernel behavior for
9143 attach/sigstop. Update uses of stop_soon_quietly.
9144 * inferior.h (enum stop_kind): New enum.
9145 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9146 Reset normal handle_inferior_event behavior, afterwards.
9147 * fork-child.c (startup_inferior): Update.
9148 * alpha-tdep.c (heuristic_proc_start): Update.
9149 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9150 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9151 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9152 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9153 * remote-vx.c (vx_create_inferior): Update.
9154 * mips-tdep.c (heuristic_proc_start): Update.
9155
1211bce3
EZ
91562003-04-07 Elena Zannoni <[email protected]>
9157
9158 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 9159 be freed more than once, causing wild memory corruptions.
1211bce3 9160 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 9161 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 9162 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 9163 with the "core" target.
1211bce3 9164
f0ef6b29
KB
91652003-04-07 Kevin Buettner <[email protected]>
9166
9167 * mips-tdep.c (mips_print_fp_register): New function, created from
9168 do_fp_register_row(). Registers are now (also) printed as hex.
9169 Only one register is printed per row.
9170 (mips_print_register, do_fp_register_row): Print floating point
9171 registers with mips_print_fp_register().
9172
8cf71652
AC
91732003-04-06 Andrew Cagney <[email protected]>
9174
5e488a7b
AC
9175 * valprint.h (inspect_it): Add extern declaration.
9176 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9177 (selectors_info, classes_info): Ditto.
9178 (find_objc_msgcall): Fix indentation.
9179 (objc_printstr): Delete extern declarations.
9180
8cf71652
AC
9181 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9182
e6ba3bc9
AC
91832003-04-06 Andrew Cagney <[email protected]>
9184
9185 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9186 Update comment.
9187 * frame.c (legacy_saved_regs_this_id): Update.
9188 (legacy_get_prev_frame): Update.
9189 * xstormy16-tdep.c: Update comment.
9190 * sparc-tdep.c (sparc_frame_chain): Update comment.
9191 * blockframe.c (legacy_frame_chain_valid): Update.
9192
55e1d7e7
AC
91932003-04-06 Andrew Cagney <[email protected]>
9194
996179ee
AC
9195 * valprint.c (val_print_type_code_int): Delete #ifdef
9196 PRINT_TYPELESS_INTEGER code.
9197
55e1d7e7
AC
9198 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9199 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9200 multi-arch definition.
9201 * gdbarch.h: Re-generate.
9202
43bd9a9e
AC
92032003-04-05 Andrew Cagney <[email protected]>
9204
9205 Eliminate FRAME_FIND_SAVED_REGS.
9206 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9207 Change FSR parameter to a pointer.
9208 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9209 Assume FSR parameter is a pointer.
9210 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9211 Make fsr a pointer.
9212 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9213 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9214 saved_regs a pointer.
9215 (hppa_frame_saved_pc): Ditto.
9216 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9217 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9218 pointer.
9219 (restore_pc_queue): Make fsr a pointer.
9220 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9221 (hppa_frame_chain): Make saved_regs a pointer, call
9222 hppa_frame_init_saved_regs.
9223 * sparc-tdep.c: Include "gdb_assert.h".
9224 (sparc_frame_find_saved_regs): Replace internal_error with
9225 gdb_assert.
9226 * remote-vxsparc.c (vx_read_register): Delete reference to
9227 FRAME_FIND_SAVED_REGS.
9228 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9229 * gdbarch.h: Regenerate.
9230 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9231 (deprecated_get_frame_saved_regs): Delete declaration.
9232 (struct frame_saved_regs): Delete definition.
9233 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9234 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9235 (hppa_frame_find_saved_regs): Delete declaration.
9236 (FRAME_FIND_SAVED_REGS): Delete macro.
9237 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9238 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9239 FRAME_FIND_SAVED_REGS in comment.
9240
be41e9f4
AC
92412003-04-05 Andrew Cagney <[email protected]>
9242
9243 * frame.c (frame_func_unwind, get_frame_func): New functions.
9244 * frame.h (get_frame_func, frame_func_unwind): Declare.
9245 (struct frame_info): Add field "prev_func" for caching the
9246 previous frame's function address.
9247 * arm-tdep.c (arm_frameless_function_invocation): Combine
9248 get_pc_function_start and get_frame_pc into get_frame_func.
9249 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9250 (sh64_nofp_frame_init_saved_regs): Ditto.
9251 * s390-tdep.c (s390_function_start): Ditto.
9252 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9253 (rs6000_frameless_function_invocation): Ditto.
9254 (rs6000_frame_saved_pc): Ditto.
9255 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9256 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9257 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9258 (i386_frame_init_saved_regs): Ditto.
9259 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9260 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9261 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9262 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9263 * blockframe.c (frameless_look_for_prologue): Ditto.
9264
a01dd7cc
AC
92652003-04-05 Andrew Cagney <[email protected]>
9266
9267 * frame.c (legacy_get_prev_frame): Link prev to next at the
9268 function start. Update comments.
9269
5e5592e6
AC
92702003-04-05 Andrew Cagney <[email protected]>
9271
9272 * frame.c (get_frame_id): Update comment.
9273 (legacy_get_prev_frame): Update comment.
9274 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9275 * gdbarch.h: Regenerate.
9276 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9277 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9278
6fba5002
AC
92792003-04-05 Andrew Cagney <[email protected]>
9280
9281 * stack.c (print_frame_info): Use get_frame_pc.
9282
7df05f2b
AC
92832003-04-04 Andrew Cagney <[email protected]>
9284
9285 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9286 the frame's type from the unwinder.
9287 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9288 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9289 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9290 (get_frame_base_address): Use get_frame_type.
9291 (get_frame_locals_address, get_frame_args_address): Ditto.
9292 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9293 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9294 (struct frame_info): Add comment explaining why the frame contains
9295 a "type" field.
9296 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9297 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9298 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9299 NORMAL_FRAME.
9300 * frame-unwind.h: Include "frame.h".
9301 (struct frame_unwind): Add "type" field.
9302 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 9303
11889732
AC
93042003-04-04 Andrew Cagney <[email protected]>
9305
9306 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9307 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9308 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9309 get_frame_base.
9310 (d10v_unwind_dummy_id): Use frame_id_build.
9311 * frame.c (find_frame_sal): Use get_frame_pc.
9312 (create_new_frame): Use deprecated_update_frame_pc_hack and
9313 deprecated_update_frame_base_hack.
9314 (create_sentinel_frame): Add comment about ->pc going away.
9315 (get_prev_frame): Add comment about ->pc going away.
9316 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9317 frame_id_build, deprecated_update_frame_pc_hack and
9318 deprecated_update_frame_base_hack.
9319 (select_frame): Use get_frame_pc.
9320 (legacy_saved_regs_this_id): Use frame_id_build.
9321
50c46a0d
EZ
93222003-04-04 Elena Zannoni <[email protected]>
9323
fbe586ae
RH
9324 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9325 signed integer case.
9326 (classify_argument): Handle enumerations and references.
50c46a0d 9327
50bbdbd9
AC
93282003-04-04 Andrew Cagney <[email protected]>
9329
9330 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9331 ID to NULL.
9332
36018d2e
AF
93332003-04-01 Adam Fedor <[email protected]>
9334
9335 * gdb/objc-lang.c (selectors_info): Replace calls to
9336 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9337 SYMBOL_NATURAL_NAME.
9338 (classes_info, find_methods): Likewise.
9339
35cec841
KB
93402003-04-03 Kevin Buettner <[email protected]>
9341
9342 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9343 ``mach'' to the value determined by bfd_default_set_arch_mach().
9344
43136899
BR
93452003-04-02 Bob Rossi <[email protected]>
9346
9347 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9348 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9349 (mi-cmd-file.o): Update dependencies.
9350
040b99fd
KB
93512003-04-01 Kevin Buettner <[email protected]>
9352
9353 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9354 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9355
9a3d7dfd
AF
93562003-04-01 Adam Fedor <[email protected]>
9357
9358 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9359 * language.h (struct language_defn): Add la_demangle.
9360 (language_demangle): Declare.
9361 * language.c (language_demangle): New function.
9362 (unk_lang_demangle): Likewise.
9363 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 9364 Add ukn_lang_demangle.
9a3d7dfd 9365 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 9366 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
9367 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9368 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9369 * jv-lang.c (java_demangle): New function
9370 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
9371 * objc-lang.c (objc_demangle): Add options argument
9372 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
9373 * maint.c (maintenance_demangle): Replace switch with
9374 call to language_demangle.
9375 * utils.c (fprintf_symbol_filtered): Likewise.
9376
5e074003
AC
93772003-04-01 Andrew Cagney <[email protected]>
9378
9379 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9380 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9381 PRINT_TYPELESS_INTEGER.
9382 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9383 PUSH_RETURN_ADDRESS.
9384
270cb5d6
AC
93852003-04-01 Andrew Cagney <[email protected]>
9386
9387 * Makefile.in (d10v-tdep.o): Update dependencies.
9388 * d10v-tdep.c: Include "frame-base.h".
9389 (d10v_frame_unwind): Make constant.
9390 (d10v_frame_base_address): New function.
9391 (d10v_frame_base): New variable.
9392 (d10v_gdbarch_init): Set frame_base default.
9393 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9394 comment for base.
9395 (d10v_frame_unwind_cache): Set and use "prev_sp".
9396 (d10v_frame_this_id): Use the previous frame's inner most stack
9397 address and this frame's func address for the frame ID. Use
9398 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 9399
6bfb3e36
AC
94002003-04-01 Andrew Cagney <[email protected]>
9401
9402 * frame.h (get_frame_locals_address, get_frame_args_address):
9403 Refer to the base address, instead of the address of the first
9404 local or parameter.
8ffd9b1b 9405
da62e633
AC
94062003-04-01 Andrew Cagney <[email protected]>
9407
9408 Add frame debug info addresses:
9409 * frame-base.c: New file.
9410 * frame-base.h: New file.
9411 * frame.h (struct frame_base): Add opaque declaration.
9412 (get_frame_base): Update comment.
9413 (get_frame_base_address): Declare.
9414 (get_frame_locals_address): Declare.
9415 (get_frame_args_address): Declare.
9416 (struct frame_info): Add "base" and "base_cache". Update
9417 comments on the unwinder.
9418 * frame.c: Include "frame-base.h".
9419 (get_frame_locals_address): New function.
9420 (get_frame_base_address): New function.
9421 (get_frame_args_address): New function.
9422 * findvar.c (read_var_value): Use get_frame_locals_address and
9423 get_frame_args_address.
9424 * stack.c (frame_info): Use get_frame_locals_address and
9425 get_frame_args_address.
9426 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9427 moved to "frame-base.c".
9428 * printcmd.c (print_frame_nameless_args): Ditto.
9429 * symtab.h (address_class): Update comments.
9430 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9431 get_frame_base_address.
9432 * dwarf2expr.c (execute_stack_op): Ditto.
9433 * Makefile.in (frame_base_h): Define.
9434 (frame.o): Update dependencies.
9435 (frame-base.o): Add dependencies.
9436 (SFILES): Add frame-base.c.
9437 (COMMON_OBS): Add frame-base.o.
9438
3d30e9c2
AC
94392003-04-01 Andrew Cagney <[email protected]>
9440
9441 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9442 CALL_DUMMY_LENGTH): Ditto.
9443 * gdbarch.c: Re-generate.
9444 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9445 (CALL_DUMMY_LENGTH): Delete macro.
9446 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9447 * arm-tdep.c (arm_gdbarch_init): Ditto.
9448 * avr-tdep.c (avr_gdbarch_init): Ditto.
9449 * cris-tdep.c (cris_gdbarch_init): Ditto.
9450 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9451 * frv-tdep.c (frv_gdbarch_init): Ditto.
9452 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9453 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9454 * i386-tdep.c (i386_gdbarch_init): Ditto.
9455 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9456 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9457 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9458 * mips-tdep.c (mips_gdbarch_init): Ditto.
9459 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9460 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9461 * s390-tdep.c (s390_gdbarch_init): Ditto.
9462 * sh-tdep.c (sh_gdbarch_init): Ditto.
9463 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9464 * v850-tdep.c (v850_gdbarch_init): Ditto.
9465 * vax-tdep.c (vax_gdbarch_init): Ditto.
9466 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9467
ce0c7262
CV
94682003-04-01 Corinna Vinschen <[email protected]>
9469
9470 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9471
73dd234f
AC
94722003-04-01 Andrew Cagney <[email protected]>
9473
9474 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9475 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9476 * gdbarch.h, gdbarch.c: Re-generate.
9477 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9478 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9479 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9480 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9481 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9482 * infcmd.c (run_stack_dummy): Simplify assuming
9483 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9484 * infrun.c (handle_inferior_event): Ditto.
9485 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9486 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9487 * arm-tdep.c (arm_gdbarch_init): Ditto.
9488 * avr-tdep.c (avr_gdbarch_init): Ditto.
9489 * cris-tdep.c (cris_gdbarch_init): Ditto.
9490 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9491 * frv-tdep.c (frv_gdbarch_init): Ditto.
9492 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9493 * i386-tdep.c (i386_gdbarch_init): Ditto.
9494 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9495 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9496 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9497 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9498 * mips-tdep.c (mips_gdbarch_init): Ditto.
9499 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9500 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9501 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9502 * s390-tdep.c (s390_gdbarch_init): Ditto.
9503 * sh-tdep.c (sh_gdbarch_init): Ditto.
9504 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9505 * v850-tdep.c (v850_gdbarch_init): Ditto.
9506 * vax-tdep.c (vax_gdbarch_init): Ditto.
9507 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9508
97606a13
DJ
95092003-04-01 Daniel Jacobowitz <[email protected]>
9510
9511 * symfile.c (symfile_relocate_debug_section): Update call to
9512 bfd_simple_get_relocated_section_contents.
9513
e8ab51f7
AC
95142003-03-31 Andrew Cagney <[email protected]>
9515
9516 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9517 * gdbarch.h, gdbarch.c: Regenerate.
9518 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9519 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9520 available.
9521 * frame.h (generic_fix_call_dummy): Delete declaration.
9522 * dummy-frame.h: Update comment.
9523 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9524 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9525 fix_call_dummy.
9526 * sh-tdep.c (sh_gdbarch_init): Ditto.
9527 * s390-tdep.c (s390_gdbarch_init): Ditto.
9528 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9529 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9530 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9531 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9532 * i386-tdep.c (i386_gdbarch_init): Ditto.
9533 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9534 * frv-tdep.c (frv_gdbarch_init): Ditto.
9535 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9536 * cris-tdep.c (cris_gdbarch_init): Ditto.
9537 * avr-tdep.c (avr_gdbarch_init): Ditto.
9538 * arm-tdep.c (arm_gdbarch_init): Ditto.
9539
018d1b48
JB
95402003-03-31 J. Brobecker <[email protected]>
9541
9542 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9543 (INIT_FRAME_AP): Likewise.
9544 (EXTRA_FRAME_INFO): Likewise.
9545
e9a2674e
AC
95462003-03-31 Andrew Cagney <[email protected]>
9547
9548 * gdbarch.sh: Include "symfile.h".
9549 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9550 * gdbarch.h, gdbarch.c: Re-generate.
9551 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9552 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9553 call_dummy_address, the default is at entry_point_address.
9554 * v850-tdep.c (v850_gdbarch_init): Ditto.
9555 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9556 * sh-tdep.c (sh_gdbarch_init): Ditto.
9557 * s390-tdep.c (s390_gdbarch_init): Ditto.
9558 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9559 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9560 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9561 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9562 * i386-tdep.c (i386_gdbarch_init): Ditto.
9563 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9564 * frv-tdep.c (frv_gdbarch_init): Ditto.
9565 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9566 * cris-tdep.c (cris_gdbarch_init): Ditto.
9567 * arm-tdep.c (arm_gdbarch_init): Ditto.
9568
e8a8712a
AC
95692003-03-31 Andrew Cagney <[email protected]>
9570
9571 * gdbarch.sh (CALL_DUMMY_P): Delete.
9572 * gdbarch.h, gdbarch.c: Re-generate.
9573 * inferior.h (CALL_DUMMY_P): Delete macro.
9574 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9575 * vax-tdep.c (vax_gdbarch_init): Update.
9576 * v850-tdep.c (v850_gdbarch_init): Update.
9577 * sparc-tdep.c (sparc_gdbarch_init): Update.
9578 * sh-tdep.c (sh_gdbarch_init): Update.
9579 * s390-tdep.c (s390_gdbarch_init): Update.
9580 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9581 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9582 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9583 * mips-tdep.c (mips_gdbarch_init): Update.
9584 * mcore-tdep.c (mcore_gdbarch_init): Update.
9585 * m68k-tdep.c (m68k_gdbarch_init): Update.
9586 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9587 * ia64-tdep.c (ia64_gdbarch_init): Update.
9588 * i386-tdep.c (i386_gdbarch_init): Update.
9589 * h8300-tdep.c (h8300_gdbarch_init): Update.
9590 * frv-tdep.c (frv_gdbarch_init): Update.
9591 * d10v-tdep.c (d10v_gdbarch_init): Update.
9592 * cris-tdep.c (cris_gdbarch_init): Update.
9593 * breakpoint.c (deprecated_frame_in_dummy): Update.
9594 * avr-tdep.c (avr_gdbarch_init): Update.
9595 * alpha-tdep.c (alpha_gdbarch_init): Update.
9596 * arm-tdep.c (arm_gdbarch_init): Update.
9597 * dummy-frame.c (dummy_frame_this_id): Update comments.
9598 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9599 * frame.c (legacy_get_prev_frame): Ditto.
9600 * valops.c (call_function_by_hand): Delete function.
9601 (hand_function_call): Rename to call_function_by_hand
9602
ed234cf8
AC
96032003-03-30 Andrew Cagney <[email protected]>
9604
9605 2002-11-10 Klee Dienes <[email protected]>
fbe586ae 9606 * value.h (struct value): Update comment.
ed234cf8 9607
06c77151
AC
96082003-03-30 Andrew Cagney <[email protected]>
9609
6c2b5168
AC
9610 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9611 D10V_FP_REGNUM.
9612 (d10v_gdbarch_init): Do not set fp_regnum.
9613
06c77151
AC
9614 * frame.c (get_frame_base): Force ID initialization.
9615 (get_prev_frame): Move computation of the frame ID from here ...
9616 (get_frame_id): ... to here.
9617 (legacy_get_prev_frame): Mark the frame ID as valid.
9618 * frame.h (struct frame_info): Add field "id_p".
9619
97a1a11c
MK
96202003-03-30 Mark Kettenis <[email protected]>
9621
9622 * i386-tdep.c (i386_store_struct_return): Removed.
9623 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9624
6c0e89ed
AC
96252003-03-30 Andrew Cagney <[email protected]>
9626
9627 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9628 * gdbarch.h, gdbarch.c: Regenerate.
9629 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9630 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9631 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9632 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9633 * i386-tdep.c (i386_gdbarch_init): Ditto.
9634 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9635 * cris-tdep.c (cris_gdbarch_init): Ditto.
9636 * vax-tdep.c (vax_gdbarch_init): Ditto.
9637 * s390-tdep.c (s390_gdbarch_init): Ditto.
9638 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9639 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9640 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9641 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9642 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9643 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9644 * sparc-tdep.c (sparc_gdbarch_init): Update.
9645 * sh-tdep.c (sh_gdbarch_init): Update.
9646 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9647 * mips-tdep.c (mips_gdbarch_init): Update.
9648 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9649 * ia64-tdep.c (ia64_gdbarch_init): Update.
9650 * frv-tdep.c (frv_gdbarch_init): Update.
9651 * avr-tdep.c (avr_gdbarch_init): Update.
9652 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9653 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9654 instead of when push_dummy_call is not available.
8ffd9b1b 9655
f7dd6af2
AC
96562003-03-30 Andrew Cagney <[email protected]>
9657
9658 * infttrace.c: Include "gdbthread.h".
9659 (parent_attach_all): Fix function signature.
9660 (call_ptrace): Update call.
9661 * Makefile.in (infttrace.o): Update dependencies.
9662
28f617b3
AC
96632003-03-30 Andrew Cagney <[email protected]>
9664
9665 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9666 PUSH_RETURN_ADDRESS.
9667 * gdbarch.h, gdbarch.c: Regenerate.
9668 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9669 * x86-64-tdep.c (x86_64_init_abi): Update.
9670 * v850-tdep.c (v850_gdbarch_init): Update.
9671 * sparc-tdep.c (sparc_gdbarch_init): Update.
9672 * sh-tdep.c (sh_gdbarch_init): Update.
9673 * s390-tdep.c (s390_gdbarch_init): Update.
9674 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9675 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9676 * mips-tdep.c (mips_gdbarch_init): Update.
9677 * mcore-tdep.c (mcore_gdbarch_init): Update.
9678 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9679 * ia64-tdep.c (ia64_gdbarch_init): Update.
9680 * i386-tdep.c (i386_gdbarch_init): Update.
9681 * h8300-tdep.c (h8300_gdbarch_init): Update.
9682 * frv-tdep.c (frv_gdbarch_init): Update.
9683 * cris-tdep.c (cris_gdbarch_init): Update.
9684 * avr-tdep.c (avr_gdbarch_init): Update.
9685 * arm-tdep.c (arm_gdbarch_init): Update.
9686 * valops.c (hand_function_call): Update.
9687
4d628cd7
AC
96882003-03-29 Andrew Cagney <[email protected]>
9689
9690 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9691 sizeof_call_dummy_words.
9692 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9693 define.
9694 * gdbarch.h: Regenerate.
8ffd9b1b 9695
65e82032
AC
96962003-03-29 Andrew Cagney <[email protected]>
9697
9698 * infttrace.h: New file.
9699 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9700 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9701 (hpread_read_doc_function_type): Detect an initialized type1.
9702 (hpread_quick_traverse): Initialize mod_name_string.
9703 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9704 (som_solib_get_solib_by_pc): Declare.
9705 (so_lib_thread_start_addr): Declare.
9706 (no_shared_libraries): Declare.
9707 * somread.c (init_import_symbols): Make static. Add forward
9708 declaration.
9709 * config/pa/nm-hppah.h: Include "infttrace.h" for
9710 parent_attach_all.
9711 (hppa_insert_hw_watchpoint): Declare.
9712 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9713 * hppah-nat.c: Include "gdb_string.h".
9714 (parent_attach_all): Delete extern declaration, moved to
9715 "infttrace.h".
9716 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9717 int.
9718 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9719 * Makefile.in (infttrace_h): Define.
9720 (hpread.o): Update dependencies.
9721 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9722 * hppa-hpux-tdep.c: Include "gdb_string.h".
9723 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9724 * infrun.c (handle_inferior_event): Always initialize
9725 stepped_after_stopped_by_watchpoint. Add default and remove
9726 fallthrough in switch statement.
9727 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9728 parameter to int.
9729 (hppa_remove_hw_watchpoint): Ditto.
9730
2c3bbe77
AC
97312003-03-29 Andrew Cagney <[email protected]>
9732
9733 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9734 offset.
9735
2dd604e7
RE
97362003-03-29 Richard Earnshaw <[email protected]>
9737
9738 * arm-tdep.c (arm_push_arguments): Delete.
9739 (struct stack_item): New type.
9740 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9741 (arm_store_struct_return): Delte.
9742 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9743 arm_push_arguments or arm_store_struct_return.
9744
e8933a55
AC
97452003-03-28 Andrew Cagney <[email protected]>
9746
9747 * Makefile.in (d10v-tdep.o): Update dependencies.
9748 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9749 * d10v-tdep.c: Include "remote.h".
9750 (target_resume_hook): Delete extern declaration.
9751 (target_wait_loop_hook): Ditto.
9752 (tdisassemble_command): Eliminate assignment in "if" conditional.
9753 (d10v_ts2_register_sim_regno): Eliminate call to
9754 legacy_register_sim_regno.
9755 (d10v_ts3_register_sim_regno): Ditto.
9756
6949171e
JJ
97572003-03-28 Jeff Johnston <[email protected]>
9758
9759 * thread.c: Reindented.
9760 * lin-lwp.c: Ditto.
9761 * linux-proc.c: Ditto.
9762
98c7071f
BR
97632003-03-28 Bob Rossi <[email protected]>
9764
fbe586ae 9765 * MAINTAINERS (write after approval): Add myself.
98c7071f 9766
5edc9ca6
TR
97672003-03-27 Theodore A. Roth <[email protected]>
9768
9769 * objc-exp.y: Add missing semi-colons.
9770
378bfd1b
AC
97712003-03-27 Andrew Cagney <[email protected]>
9772
9773 * regcache.c (write_sp): Delete function and references.
9774 * inferior.h (write_sp): Delete declaration.
9775 * valops.c (hand_function_call): Replace write_sp with
9776 TARGET_WRITE_SP.
9777 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9778 (sparc_pop_frame): Ditto.
8ffd9b1b 9779
56056df7
AC
97802003-03-27 Andrew Cagney <[email protected]>
9781
9782 * NEWS: Mention removal of support for hppa*-*-bsd* and
9783 hppa*-*-osf* natives, and hppa*-*-pro* target.
9784 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9785 * config/pa/xm-pa.h: Obsolete file.
9786 * config/pa/xm-hppab.h: Obsolete file.
9787 * config/pa/nm-hppab.h: Obsolete file.
9788 * config/pa/tm-hppab.h: Obsolete file.
9789 * config/pa/tm-hppao.h: Obsolete file.
9790 * config/pa/nm-hppao.h: Obsolete file.
9791 * config/pa/tm-pro.h: Obsolete file.
9792 * config/pa/hppaosf.mt: Obsolete file.
9793 * config/pa/hppaosf.mh: Obsolete file.
9794 * config/pa/hppapro.mt: Obsolete file.
9795 * config/pa/hppabsd.mt: Obsolete file.
9796 * config/pa/hppabsd.mh: Obsolete file.
9797 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9798 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9799 hppa*-*-osf*.
9800
5873a88d
AC
98012003-03-27 Andrew Cagney <[email protected]>
9802
9803 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9804 push_arguments. Don't set push_return_address or write_sp.
9805 (d10v_push_dummy_call): Replace d10v_push_arguments.
9806 (d10v_push_return_address, d10v_write_sp): Delete function,
9807 handled by push_dummy_call.
9808
b81774d8
AC
98092003-03-26 Andrew Cagney <[email protected]>
9810
9811 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9812 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9813 regcache and dummy_addr parameters.
9814 * gdbarch.h, gdbarch.c: Re-generate.
9815 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9816 available; assume it will handle stack alignment and return
9817 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9818 legacy_push_arguments.
9819 (legacy_push_arguments): Rename default_push_arguments.
9820 * value.h (legacy_push_arguments): Rename default_push_arguments.
9821 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9822 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9823 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9824 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9825 * config/i386/tm-symmetry.h: Update.
9826 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9827 * x86-64-tdep.c (x86_64_init_abi): Update.
9828 * v850-tdep.c (v850_gdbarch_init): Update.
9829 * sparc-tdep.c (sparc_gdbarch_init): Update.
9830 * sh-tdep.c (sh_gdbarch_init): Update.
9831 * s390-tdep.c (s390_gdbarch_init): Update.
9832 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9833 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9834 * mips-tdep.c (mips_gdbarch_init): Update.
9835 * mcore-tdep.c (mcore_gdbarch_init): Update.
9836 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9837 * ia64-tdep.c (ia64_gdbarch_init): Update.
9838 * i386-tdep.c (i386_gdbarch_init): Update.
9839 * hppa-tdep.c (hppa_gdbarch_init): Update.
9840 * h8300-tdep.c (h8300_gdbarch_init): Update.
9841 * frv-tdep.c (frv_gdbarch_init): Update.
9842 * d10v-tdep.c (d10v_gdbarch_init): Update.
9843 * cris-tdep.c (cris_gdbarch_init): Update.
9844 * avr-tdep.c (avr_gdbarch_init): Update.
9845 * arm-tdep.c (arm_gdbarch_init): Update.
9846 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9847 * alpha-tdep.c (alpha_gdbarch_init): Update.
9848
f541410f
DJ
98492003-03-26 Daniel Jacobowitz <[email protected]>
9850
9851 * signals/signals.c (do_target_signal_to_host): Correct realtime
9852 signal range test.
9853
69f567ae
DJ
98542003-03-26 Daniel Jacobowitz <[email protected]>
9855
9856 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9857 (struct sal_chain, map_catch_names): Remove.
9858 (catch_exception_command_1): Don't call
9859 handle_gnu_4_16_catch_command.
9860
d5d14a5a
DJ
98612003-03-26 Daniel Jacobowitz <[email protected]>
9862
9863 From Mark Dettinger <[email protected]>:
9864 * dwarf2cfi.c (read_2u): Increment pointer by two.
9865
bdd73e22
DJ
98662003-03-26 Daniel Jacobowitz <[email protected]>
9867
9868 * signals/signals.c: Fix typos in last change.
9869
960cb555
DJ
98702003-03-26 Daniel Jacobowitz <[email protected]>
9871
9872 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9873 not already defined. Use __SIGRTMIN if available.
9874 (target_signal_from_host): Remove SIGRTMIN block.
9875 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9876 the signal is within the realtime range.
9877
f636b87d
AF
98782003-03-25 Adam Fedor <[email protected]>
9879
9880 * Makefile.in (infrun.o): Add $(language_h)
9881 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9882 for language specific trampolines.
9883 * language.h (struct language_defn): Add skip_trampoline.
9884 (skip_language_trampoline): Declare.
9885 * language.c (unk_lang_trampoline, skip_language_trampoline):
9886 New functions.
9887 (unknown_language_defn, auto_language_defn, local_language_defn):
9888 Add ukn_lang_trampoline.
9889 * ada-lang.c (ada_language_defn): Add NULL for language
9890 specific skip_trampoline.
9891 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9892 scm-lang.c: Likewise.
9893 * objc-lang.c (objc_skip_trampoline): New function.
9894 (objc_language_defn): Add objc_skip_trampoline.
9895
28f617b3 98962003-03-25 Andrew Cagney <[email protected]>
270c3b1d
AC
9897
9898 * frame.c (get_prev_frame): Delay validating a frame's ID -
9899 non-NULL, didn't go backwards - until an attempt to unwind it to
9900 the previous frame.
9901
f933a9c5
AC
99022003-03-25 Andrew Cagney <[email protected]>
9903
9904 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9905 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9906 * gdbarch.h, gdbarch.c: Re-generate.
9907 * config/sparc/tm-sparc.h
9908 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9909 * sparc-tdep.c (sparc_gdbarch_init): Set
9910 deprecated_extra_stack_alignment_needed.
9911 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9912 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9913 extra_stack_alignment_needed.
9914 * v850-tdep.c (v850_gdbarch_init): Ditto.
9915 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9916 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9917 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9918 * cris-tdep.c (cris_gdbarch_init): Ditto.
9919 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9920 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 9921
4183d812
AC
99222003-03-25 Andrew Cagney <[email protected]>
9923
9924 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9925 STORE_STRUCT_RETURN.
9926 * gdbarch.h, gdbarch.c: Regenerate.
9927 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9928 (d10v_push_arguments): Set the struct return register.
9929 (d10v_gdbarch_init): Update.
9930 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9931 * x86-64-tdep.c (x86_64_init_abi): Update.
9932 * vax-tdep.c (vax_gdbarch_init): Update.
9933 * v850-tdep.c (v850_gdbarch_init): Update.
9934 * sparc-tdep.c (sparc_gdbarch_init): Update.
9935 * sh-tdep.c (sh_gdbarch_init): Update.
9936 * s390-tdep.c (s390_gdbarch_init): Update.
9937 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9938 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9939 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9940 * mips-tdep.c (mips_gdbarch_init): Update.
9941 * mcore-tdep.c (mcore_gdbarch_init): Update.
9942 * m68k-tdep.c (m68k_gdbarch_init): Update.
9943 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9944 * ia64-tdep.c (ia64_gdbarch_init): Update.
9945 * i386-tdep.c (i386_gdbarch_init): Update.
9946 * hppa-tdep.c (hppa_gdbarch_init): Update.
9947 * h8300-tdep.c (h8300_gdbarch_init): Update.
9948 * frv-tdep.c (frv_gdbarch_init): Update.
9949 * cris-tdep.c (cris_gdbarch_init): Update.
9950 * avr-tdep.c (avr_gdbarch_init): Update.
9951 * arm-tdep.c (arm_gdbarch_init): Update.
9952 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 9953
1bf6d5cc
AC
99542003-03-25 Andrew Cagney <[email protected]>
9955
9956 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9957 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9958 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9959 * gdbarch.h, gdbarch.c: Regenerate.
9960 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9961 call_dummy_stack_adjust_p.
9962 * vax-tdep.c (vax_gdbarch_init): Ditto.
9963 * v850-tdep.c (v850_gdbarch_init): Ditto.
9964 * sh-tdep.c (sh_gdbarch_init): Ditto.
9965 * s390-tdep.c (s390_gdbarch_init): Ditto.
9966 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9967 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9968 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9969 * mips-tdep.c (mips_gdbarch_init): Ditto.
9970 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9971 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9972 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9973 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9974 * i386-tdep.c (i386_gdbarch_init): Ditto.
9975 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9976 * frv-tdep.c (frv_gdbarch_init): Ditto.
9977 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9978 * cris-tdep.c (cris_gdbarch_init): Ditto.
9979 * avr-tdep.c (avr_gdbarch_init): Ditto.
9980 * arm-tdep.c (arm_gdbarch_init): Ditto.
9981 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9982 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9983 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9984 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9985 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9986 call_dummy_stack_adjust_p.
9987 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9988 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9989 * sparc-tdep.c (sparc32_push_arguments): Update.
9990 * valops.c (hand_function_call): Update.
9991
71c08af0
CV
99922003-03-25 Corinna Vinschen <[email protected]>
9993
9994 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9995 set_gdbarch_char_signed.
9996
30757f90
RE
99972003-03-25 Richard Earnshaw <[email protected]>
9998
9999 PR cli/548
10000 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10001
03d48a7d
RE
100022003-03-25 Richard Earnshaw <[email protected]>
10003
10004 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10005 (_initialize_arm_tdep): Don't set tm_print_insn.
10006
2cf6873c
AF
100072003-03-24 Adam Fedor <[email protected]>
10008
10009 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10010 * objc-lang.h: Add multiple inclusion protection.
10011 (start_msglist, add_msglist, end_msglist): Additional declarations.
10012
17c0759e
RE
100132003-03-24 Richard Earnshaw <[email protected]>
10014
10015 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10016 value was renamed to ARM_FLOAT_SOFT_FPA.
10017
618ce49f
AC
100182003-03-23 Andrew Cagney <[email protected]>
10019
10020 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10021 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10022 * gdbarch.h, gdbarch.c: Regenerate.
10023 * valops.c (hand_function_call): Update.
10024 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10025 * frame.c (legacy_saved_regs_this_id): Update.
10026 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10027 * dummy-frame.h: Update.
10028 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10029 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10030 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10031 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10032 * config/m68k/tm-sun3.h: Update.
10033 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10034 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10035 * x86-64-tdep.c (x86_64_init_abi): Update.
10036 * vax-tdep.c (vax_gdbarch_init): Update.
10037 * v850-tdep.c (v850_gdbarch_init): Update.
10038 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10039 * sh-tdep.c (sh_gdbarch_init): Update.
10040 * s390-tdep.c (s390_gdbarch_init): Update.
10041 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10042 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10043 (frame_get_saved_regs): Update.
10044 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10045 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10046 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10047 * mips-tdep.c (mips_gdbarch_init): Update.
10048 * mcore-tdep.c (mcore_gdbarch_init): Update.
10049 * m68k-tdep.c (m68k_gdbarch_init): Update.
10050 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10051 * ia64-tdep.c (ia64_gdbarch_init): Update.
10052 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10053 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10054 (i386_interix_back_one_frame): Update.
10055 * hppa-tdep.c (hppa_gdbarch_init): Update.
10056 (hppa_init_extra_frame_info): Update.
10057 * h8300-tdep.c (h8300_gdbarch_init): Update.
10058 * frv-tdep.c (frv_gdbarch_init): Update.
10059 * cris-tdep.c (cris_gdbarch_init): Update.
10060 * avr-tdep.c (avr_gdbarch_init): Update.
10061 * arm-tdep.c (arm_gdbarch_init): Update.
10062 * alpha-tdep.c (alpha_gdbarch_init): Update.
10063
fd50bc42
RE
100642003-03-22 Richard Earnshaw <[email protected]>
10065
10066 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10067 (arm_get_fp_model): Declare.
10068 * arm-tdep.c (fp_model_strings): New string array.
10069 (arm_fp_model, current_fp_model): New variables.
10070 (arm_get_fp_model): New function.
10071 (arm_set_fp): New function.
10072 (set_fp_model_sfunc): New function.
10073 (show_fp_model): New function.
10074 (_initialize_arm_tdep): Add new command to set/show the FPU.
10075 (arm_extract_return_value): Use arm_get_fp_model.
10076 (arm_store_return_value): Likewise.
10077 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10078 to initialize the floating-point data types.
10079 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10080 model is FPA.
10081
26304000
RE
100822003-03-22 Richard Earnshaw <[email protected]>
10083
10084 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10085 the current setting of each value.
10086 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 10087 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
10088 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10089 commands and add new version as subcommands of "set/show arm".
10090
afd7eef0
RE
100912003-03-22 Richard Earnshaw <[email protected]>
10092
10093 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10094 (set_arm_command, show_arm_command): New functions.
10095 (_initialize_arm_tdep): Add them.
10096 (num_disassembly_options): Renamed from num_flavor_options.
10097 (valid_disassembly_styles): Renamed from valid_flavors.
10098 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 10099 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
10100 set_disassembly_flavor_sfunc.
10101 (set_disassembly_style): Renamed from set_disassembly_flavor.
10102 (arm_othernames): Updated.
10103 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10104 command. Add "set/show arm disassembly" commands. Deprecate
10105 "othernames" command.
10106
299a7944
RE
101072003-03-22 Richard Earnshaw <[email protected]>
10108
10109 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10110 (arm-tdep.o): Depend on elf_arm_h.
10111
c1dac9e6
RE
101122003-03-22 Richard Earnshaw <[email protected]>
10113
10114 * Makefile.in (coff_internal_h): Define.
10115 (arm-tdep.o): Update dependencies.
10116
2702d96c
RE
101172003-03-22 Richard Earnshaw <[email protected]>
10118
10119 * arm-tdep.c (prologue_cache): Delete.
10120 (check_prologue_cache, save_prologue_cache): Delete.
10121 (arm_scan_prologue): Don't check or update the prologue_cache.
10122 (arm_gdb_arch_init): Don't initialize it.
10123 (_initialize_arm_tdep): Likewise.
10124
27d5d74b
SC
101252003-03-21 Stephane Carrez <[email protected]>
10126
10127 * MAINTAINERS (tui): Maintainer of tui code.
10128
1762d96d
CV
101292003-03-21 Corinna Vinschen <[email protected]>
10130
10131 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10132 (i386-cygwin-tdep.o): Add dependencies.
10133 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10134 * i386-cygwin-tdep.c: New file.
10135 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10136 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10137
4c2e2391
AC
101382003-03-20 Andrew Cagney <[email protected]>
10139
f20d38b7
AC
10140 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10141 (handle_inferior_event): Remove code calling
10142 DYNAMIC_TRAMPOLINE_NEXTPC.
10143
0022b738
AC
10144 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10145 already has a full path.
10146
864dbc90
AC
10147 * main.c (gdb_main): Return 1.
10148 (captured_main): Call error to report an invalid interpreter.
10149
4c2e2391
AC
10150 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10151 * alpha-osf1-tdep.c: Include "gdb_string.h".
10152
5ef7553b
JB
101532003-03-19 J. Brobecker <[email protected]>
10154
10155 Continuing work to convert the hppa targets to multiarch partial.
10156
10157 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10158 method, now that hppa_push_dummy_frame has a conformant prototype.
10159 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10160 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10161 for the switch to multiarch partial.
10162
7bde8967
KB
101632003-03-19 Kevin Buettner <[email protected]>
10164
10165 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10166 when iss is issNull.
10167
b006a9e9
KB
101682003-03-18 Kevin Buettner <[email protected]>
10169
10170 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10171 NUM_REGS bounds check.
10172
5e2e9765
KB
101732003-03-18 Kevin Buettner <[email protected]>
10174
10175 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10176 * mips-tdep.c (gdb_assert.h): Include.
10177 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10178 (mips_register_name): Handle integer registers explicitly. Add
10179 bounds checking.
10180 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10181 (mips_lsi33k_reg_names): Don't list integer registers; they're
10182 handled by mips_register_name() now.
10183 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10184 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10185 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10186 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10187 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10188
a2867626
AC
101892003-03-18 Andrew Cagney <[email protected]>
10190
10191 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10192 a void pointer.
10193 * gdbtypes.h (print_scalar_formatted): Update declaration.
10194 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10195
06600e06
JB
101962003-03-18 J. Brobecker <[email protected]>
10197
10198 * infrun.c (observer.h): Add #include.
10199 (normal_stop): Add call to observer_notify_normal_stop.
10200 * Makefile.in (infrun.o): Add dependency on observer.h.
10201
7daf4f5b
JB
102022003-03-18 J. Brobecker <[email protected]>
10203
10204 Continuing work to convert the hppa targets to multiarch partial.
10205 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10206 parameter. Reformat comment.
10207 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10208 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10209 to match new profile.
10210
3371ccc0
JB
102112003-03-18 J. Brobecker <[email protected]>
10212
10213 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10214 appear to be working in any case.
10215
4fbe891e
JB
102162003-03-18 J. Brobecker <[email protected]>
10217
10218 * observer.c (observer_test_first_observer): New static variable.
10219 (observer_test_second_observer): Likewise.
10220 (observer_test_third_observer): Likewise.
10221 (observer_test_first_notification_function): New static function.
10222 (observer_test_second_notification_function): Likewise.
10223 (observer_test_third_notification_function): Likewise.
10224
a7ff40e7
JB
102252003-03-17 J. Brobecker <[email protected]>
10226
10227 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10228 * somsolib.c (gdb_assert.h): Likewise.
10229 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10230 (somsolib.o): Likewise.
10231
26ca4152
AC
102322003-03-17 Andrew Cagney <[email protected]>
10233
10234 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10235 BFD. Simplify setting of di.endian.
10236
0a613259
AC
102372003-03-17 Andrew Cagney <[email protected]>
10238
10239 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10240 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10241
10242 From Elena Zannoni <[email protected]>
10243 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10244 vector and floating-point parameters.
10245 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10246 convention.
10247 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10248
1132738f
FN
102492003-03-17 Fernando Nasser <[email protected]>
10250
10251 * MAINTAINERS: Remove my name from several maintainership roles.
10252
6dc42492
AC
102532003-03-17 Andrew Cagney <[email protected]>
10254
10255 Fix frame off-by-one bug.
10256 * frame-unwind.h (frame_this_id_ftype): Replace
10257 frame_unwind_id_ftype.
10258 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10259 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10260 with "prev_register".
10261 * frame-unwind.c (frame_unwind_find_by_pc): Return
10262 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10263 comment.
10264 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10265 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10266 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10267 (dummy_frame_unwind): Update.
10268 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10269 sentinel_frame_register_unwind.
10270 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10271 (sentinel_frame_unwinder): Update.
10272 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10273 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10274 * frame.c (create_sentinel_frame): Update. Initialize
10275 "prologue_cache" instead of "unwind_cache".
10276 (frame_register_unwind): Call this frame's prev_register with the
10277 next frame and this frame's prologue cache.
10278 (get_prev_frame): Simplify. Always call prev frame's this_id with
10279 this frame and prev frame's prologue cache. Document that this
10280 call is shifted one to the left when compared to the
10281 frame_register_unwind call.
10282 (legacy_saved_regs_prev_register): Replace
10283 frame_saved_regs_register_unwind.
10284 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10285 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10286 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10287 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10288 (d10v_frame_unwind): Update.
10289 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10290 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10291 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10292 "saved_regs" with "this_saved_regs".
10293
efd710d6
AC
102942003-03-16 Andrew Cagney <[email protected]>
10295
10296 * frame.c (frame_pop): Don't call target_store_registers. Fix
10297 problem reported by Mark Kettenis.
10298
4e259f09
MK
102992003-03-16 Mark Kettenis <[email protected]>
10300
10301 * i386-tdep.c (i386_register_type): Renamed from
10302 i386_register_virtual_type. Adjust function signature.
10303 (i386_gdbarch_init): Set register_type instead of
10304 deprecated_max_register_raw_size,
10305 deprecated_max_register_virtual_size and register_virtual_type.
10306
055bb976
AC
103072003-03-14 Andrew Cagney <[email protected]>
10308
10309 * frame.c (get_prev_frame): When a legacy frame, always call
10310 legacy_get_prev_frame. Simplify unwind code using assumption that
10311 the unwinder is new.
10312 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10313 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10314 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10315
ac2adee5
AC
103162003-03-14 Andrew Cagney <[email protected]>
10317
10318 * frame.c (get_saved_register): Delete function.
10319 * frame.h (get_saved_register): Delete declaration.
10320 * xstormy16-tdep.c: Update comment.
10321 * regcache.h: Update comments.
10322 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10323 get_saved_register and extract_address, use
10324 frame_read_unsigned_register.
10325 (sparc_frame_saved_pc): Ditto.
10326 (sparc_get_saved_register): Instead of get_saved_register, use
10327 frame_register.
10328 (sparc_pop_frame): Ditto.
10329 * findvar.c: Update comments.
10330 (value_of_register): Call frame_register instead of
10331 get_saved_register.
10332 (value_from_register): Ditto.
10333 * config/sparc/tm-sparc.h: Update comment.
10334 * breakpoint.c: Update comment.
10335
129c1cd6
AC
103362003-03-14 Andrew Cagney <[email protected]>
10337
10338 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10339 GET_SAVED_REGISTER.
10340 * gdbarch.h, gdbarch.c: Re-generate.
10341 * frame.h: Update comments.
10342 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10343 * x86-64-tdep.c (x86_64_init_abi): Update.
10344 * sparc-tdep.c (sparc_gdbarch_init): Update.
10345 * sh-tdep.c (sh_gdbarch_init): Update.
10346 * mips-tdep.c (mips_gdbarch_init): Update.
10347 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10348 * cris-tdep.c (cris_gdbarch_init): Update.
10349 * ia64-tdep.c (ia64_gdbarch_init): Update.
10350 * frame.c (frame_register): Update.
10351 (get_saved_register): Update.
10352 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 10353
749b82f6
AC
103542003-03-13 Andrew Cagney <[email protected]>
10355
10356 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10357 * gdbarch.h, gdbarch.c: Regenerate.
10358 * valops.c (hand_function_call): Update comment.
10359 * stack.c (return_command): Update comment.
10360 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10361 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10362 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10363 * x86-64-tdep.c (x86_64_init_abi): Update.
10364 * vax-tdep.c (vax_gdbarch_init): Update.
10365 * v850-tdep.c (v850_gdbarch_init): Update.
10366 * sparc-tdep.c (sparc_gdbarch_init): Update.
10367 * sh-tdep.c (sh_gdbarch_init): Update.
10368 * s390-tdep.c (s390_gdbarch_init): Update.
10369 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10370 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10371 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10372 * mips-tdep.c (mips_gdbarch_init): Update.
10373 * mcore-tdep.c (mcore_gdbarch_init): Update.
10374 * m68k-tdep.c (m68k_gdbarch_init): Update.
10375 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10376 * ia64-tdep.c (ia64_gdbarch_init): Update.
10377 * i386-tdep.c (i386_gdbarch_init): Update.
10378 * hppa-tdep.c (hppa_gdbarch_init): Update.
10379 * h8300-tdep.c (h8300_gdbarch_init): Update.
10380 * frv-tdep.c (frv_gdbarch_init): Update.
10381 * cris-tdep.c (cris_gdbarch_init): Update.
10382 * avr-tdep.c (avr_gdbarch_init): Update.
10383 * arm-tdep.c (arm_gdbarch_init): Update.
10384 * alpha-tdep.c (alpha_gdbarch_init): Update.
10385
1594fa56
AC
103862003-03-13 Andrew Cagney <[email protected]>
10387
10388 * frame.c (legacy_frame_p): New function.
10389 (get_prev_frame): Use legacy_frame_p.
10390 * frame.h (legacy_frame_p): Declare.
10391
7717fda3
V
103922003-03-13 D. Venkatasubramanian <[email protected]>
10393
fbe586ae 10394 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
10395 listing corrected.
10396
0c67cbe9
V
103972003-03-13 D. Venkatasubramanian <[email protected]>
10398
fbe586ae 10399 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 10400
03febf99
AC
104012003-03-12 Andrew Cagney <[email protected]>
10402
10403 * frame.c (get_prev_frame): Rename the frame parameter to
10404 "this_frame".
10405 (get_next_frame, legacy_get_prev_frame): Ditto.
10406
0a1e1ca1
AC
104072003-03-12 Andrew Cagney <[email protected]>
10408
10409 * frame.c (get_current_frame): Check target_has_registers before
10410 checking target_has_stack.
10411 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10412 instead of deprecated_selected_frame.
10413 * findvar.c (value_of_register): Pass "frame", not
10414 deprecated_selected_frame, to value_of_builtin_reg.
10415
a66a9c23
AC
104162003-03-12 Andrew Cagney <[email protected]>
10417
10418 * regcache.c (regcache_cooked_write_signed): New function.
10419 (regcache_cooked_write_unsigned): New function.
10420 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10421 (regcache_cooked_read_signed): Fix regnum in range assertion.
10422 * regcache.h (regcache_cooked_write_signed): Declare.
10423 (regcache_cooked_write_unsigned): Declare.
10424
8bedc050
AC
104252003-03-12 Andrew Cagney <[email protected]>
10426
10427 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10428 * gdbarch.h, gdbarch.c: Re-generate.
10429 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10430 * x86-64-tdep.h: Update.
10431 * x86-64-tdep.c (x86_64_init_abi): Update.
10432 * v850-tdep.c (v850_gdbarch_init): Update.
10433 * sparc-tdep.c (sparc_gdbarch_init): Update.
10434 * sh-tdep.c (sh_gdbarch_init): Update.
10435 * s390-tdep.c (s390_gdbarch_init): Update.
10436 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10437 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10438 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10439 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10440 * mips-tdep.c (mips_gdbarch_init): Update.
10441 * mcore-tdep.c (mcore_gdbarch_init): Update.
10442 * m68k-tdep.c (m68k_gdbarch_init): Update.
10443 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10444 * ia64-tdep.c (ia64_gdbarch_init): Update.
10445 * i386-tdep.c (i386_gdbarch_init): Update.
10446 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10447 * hppa-tdep.c (hppa_gdbarch_init): Update.
10448 * h8300-tdep.c (h8300_gdbarch_init): Update.
10449 * frv-tdep.c (frv_gdbarch_init): Update.
10450 * cris-tdep.c (cris_gdbarch_init): Update.
10451 * avr-tdep.c (avr_gdbarch_init): Update.
10452 * arm-tdep.c (arm_gdbarch_init): Update.
10453 * alpha-tdep.c (alpha_gdbarch_init): Update.
10454 * sh-tdep.c (sh_init_extra_frame_info): Update.
10455 (sh64_init_extra_frame_info): Update.
10456 * ns32knbsd-nat.c (frame_num_args): Update.
10457 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10458 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10459 (xstormy16_frame_chain_valid): Update.
10460 * vax-tdep.c (vax_saved_pc_after_call): Update.
10461 * v850-tdep.c (v850_frame_chain): Update.
10462 (v850_pop_frame): Update.
10463 (v850_init_extra_frame_info): Update.
10464 * sparc-tdep.c (setup_arbitrary_frame): Update.
10465 * ns32k-tdep.c (umax_frame_num_args): Update.
10466 * s390-tdep.c (s390_pop_frame_regular): Update.
10467 * mn10300-tdep.c (mn10300_frame_chain): Update.
10468 (mn10300_pop_frame_regular): Update.
10469 (mn10300_init_extra_frame_info): Update.
10470 * mips-tdep.c (mips_init_frame_pc_first): Update.
10471 (mips_frame_chain): Update.
10472 (mips_pop_frame): Update.
10473 * mcore-tdep.c (mcore_frame_chain): Update.
10474 (mcore_pop_frame): Update.
10475 (mcore_init_extra_frame_info): Update.
10476 * arch-utils.c (init_frame_pc_default): Update.
10477 * m68k-tdep.c (isi_frame_num_args): Update.
10478 (delta68_frame_num_args): Update.
10479 (news_frame_num_args): Update.
10480 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10481 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10482 (alpha_frame_chain): Update.
10483 (alpha_pop_frame): Update.
10484 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10485 (hppa_init_extra_frame_info): Update.
10486 (hppa_frame_chain): Update.
10487 (hppa_frame_chain_valid): Update.
10488 * cris-tdep.c (cris_init_extra_frame_info): Update.
10489 * avr-tdep.c (avr_init_extra_frame_info): Update.
10490 * arm-tdep.c (arm_frame_chain_valid): Update.
10491 (arm_init_extra_frame_info): Update.
10492 (arm_pop_frame): Update.
10493 * frame.c (frame_pc_unwind): Update.
10494 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10495 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10496 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10497 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10498 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10499 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 10500
7a25a7c1
AC
105012003-03-12 Andrew Cagney <[email protected]>
10502
10503 Eliminate the need for POP_FRAME.
10504 * frame.c (do_frame_unwind_register): New function.
10505 (frame_pop): When no POP_FRAME, pop the frame using register
10506 unwind and a scratch regcache.
10507 (frame_saved_regs_pop): Delete function.
10508 (trad_frame_unwinder): Update.
10509 * d10v-tdep.c (d10v_frame_pop): Delete function.
10510 (d10v_frame_unwind): Update.
10511 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10512 (sentinel_frame_unwinder): Update.
10513 * dummy-frame.c (dummy_frame_pop): Delete function.
10514 (dummy_frame_unwind): Update.
10515 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10516 (struct frame_unwind): Update.
10517
2f38ef89
KB
105182003-03-11 Kevin Buettner <[email protected]>
10519
10520 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10521 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10522 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10523 Do range checks on register number obtained from debugging info.
10524 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10525 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10526 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10527 mapping function.
10528 (do_fp_register_row): Fix typo which caused double type to be
10529 used when attempting to unpack a float.
10530
552f4abf
JB
105312003-03-11 J. Brobecker <[email protected]>
10532
10533 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10534
e0d2ae16
AC
105352003-03-11 Andrew Cagney <[email protected]>
10536
10537 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10538 frame. Problem found by Corinna Vinschen.
10539
ddbfdd06
PM
105402003-03-11 Pierre Muller <[email protected]>
10541
10542 * doublest.c (floatformat_from_length): Accept also
10543 the real size of 'long double' type.
10544
088b2ddc 105452003-03-10 Daniel Jacobowitz <[email protected]>
31cc81e9 10546
088b2ddc 10547 From Klee Dienes <[email protected]>:
31cc81e9
DJ
10548 * breakpoint.c (bpstat_copy): Copy the command lines as well
10549 as the old value, to match what is freed in bpstat_clear.
10550
f56f77c1
DC
105512003-03-10 David Carlton <[email protected]>
10552
10553 * minsyms.c (add_minsym_to_hash_table): Replace
10554 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10555 (compare_minimal_symbols, compact_minimal_symbols)
10556 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10557 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10558 of DEPRECATED_SYMBOL_MATCHES_NAME.
10559 (lookup_minimal_symbol_solib_trampoline): Ditto.
10560
5602984a
AC
105612003-03-10 Andrew Cagney <[email protected]>
10562
10563 * regcache.h (regcache_cooked_read_ftype): Define.
10564 (regcache_save, regcache_restore): Add a cooked_read parameter.
10565 * regcache.c (regcache_save, regcache_restore): Update.
10566 (do_cooked_read): New function.
10567 (regcache_cpy): Pass do_cooked_read to regcache_save and
10568 regcache_restore.
10569
8bedc050
AC
105702003-03-10 Andrew Cagney <[email protected]>
10571
10572 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10573 * gdbarch.h, gdbarch.c: Re-generate.
10574 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10575 * x86-64-tdep.h: Update.
10576 * x86-64-tdep.c (x86_64_init_abi): Update.
10577 * v850-tdep.c (v850_gdbarch_init): Update.
10578 * sparc-tdep.c (sparc_gdbarch_init): Update.
10579 * sh-tdep.c (sh_gdbarch_init): Update.
10580 * s390-tdep.c (s390_gdbarch_init): Update.
10581 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10582 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10583 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10584 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10585 * mips-tdep.c (mips_gdbarch_init): Update.
10586 * mcore-tdep.c (mcore_gdbarch_init): Update.
10587 * m68k-tdep.c (m68k_gdbarch_init): Update.
10588 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10589 * ia64-tdep.c (ia64_gdbarch_init): Update.
10590 * i386-tdep.c (i386_gdbarch_init): Update.
10591 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10592 * hppa-tdep.c (hppa_gdbarch_init): Update.
10593 * h8300-tdep.c (h8300_gdbarch_init): Update.
10594 * frv-tdep.c (frv_gdbarch_init): Update.
10595 * cris-tdep.c (cris_gdbarch_init): Update.
10596 * avr-tdep.c (avr_gdbarch_init): Update.
10597 * arm-tdep.c (arm_gdbarch_init): Update.
10598 * alpha-tdep.c (alpha_gdbarch_init): Update.
10599 * sh-tdep.c (sh_init_extra_frame_info): Update.
10600 (sh64_init_extra_frame_info): Update.
10601 * ns32knbsd-nat.c (frame_num_args): Update.
10602 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10603 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10604 (xstormy16_frame_chain_valid): Update.
10605 * vax-tdep.c (vax_saved_pc_after_call): Update.
10606 * v850-tdep.c (v850_frame_chain): Update.
10607 (v850_pop_frame): Update.
10608 (v850_init_extra_frame_info): Update.
10609 * sparc-tdep.c (setup_arbitrary_frame): Update.
10610 * ns32k-tdep.c (umax_frame_num_args): Update.
10611 * s390-tdep.c (s390_pop_frame_regular): Update.
10612 * mn10300-tdep.c (mn10300_frame_chain): Update.
10613 (mn10300_pop_frame_regular): Update.
10614 (mn10300_init_extra_frame_info): Update.
10615 * mips-tdep.c (mips_init_frame_pc_first): Update.
10616 (mips_frame_chain): Update.
10617 (mips_pop_frame): Update.
10618 * mcore-tdep.c (mcore_frame_chain): Update.
10619 (mcore_pop_frame): Update.
10620 (mcore_init_extra_frame_info): Update.
10621 * arch-utils.c (init_frame_pc_default): Update.
10622 * m68k-tdep.c (isi_frame_num_args): Update.
10623 (delta68_frame_num_args): Update.
10624 (news_frame_num_args): Update.
10625 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10626 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10627 (alpha_frame_chain): Update.
10628 (alpha_pop_frame): Update.
10629 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10630 (hppa_init_extra_frame_info): Update.
10631 (hppa_frame_chain): Update.
10632 (hppa_frame_chain_valid): Update.
10633 * cris-tdep.c (cris_init_extra_frame_info): Update.
10634 * avr-tdep.c (avr_init_extra_frame_info): Update.
10635 * arm-tdep.c (arm_frame_chain_valid): Update.
10636 (arm_init_extra_frame_info): Update.
10637 (arm_pop_frame): Update.
10638 * frame.c (frame_pc_unwind): Update.
10639 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10640 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10641 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10642 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10643 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10644 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 10645
12cc2063
AC
106462003-03-10 Andrew Cagney <[email protected]>
10647
10648 * gdbarch.sh (gdbarch_unwind_pc): New method.
10649 * gdbarch.h, gdbarch.c: Regenerate.
10650 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10651 but use read_pc and FRAME_SAVED_PC as fall backs.
10652 (frame_saved_regs_pc_unwind): Delete function.
10653 (trad_frame_unwinder): Update.
10654 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10655 (struct frame_unwind): Update.
10656 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10657 (dummy_frame_unwind): Update.
10658 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10659 (sentinel_frame_unwinder): Update.
10660 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10661 (d10v_frame_unwind): Update.
10662 (d10v_unwind_pc): New function.
10663 (d10v_gdbarch_init): Set unwind_pc.
10664
ef840a37
AC
106652003-03-10 Andrew Cagney <[email protected]>
10666
a2ce2e56
AC
10667 * gdbarch.h: Re-generate.
10668
ef840a37
AC
10669 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10670 PC.
10671 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10672 the PC register.
10673
08f3424b
MK
106742003-03-08 Mark Kettenis <[email protected]>
10675
10676 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10677
1248ede2
AC
106782003-03-08 Andrew Cagney <[email protected]>
10679
10680 * cli-out.c: Update copyright.
10681 (cli_out_data): Define typedef. Use instead of ui_out_data.
10682
f49bacc8
AC
106832003-03-08 Andrew Cagney <[email protected]>
10684
10685 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10686 the result.
10687
9b05f993
AC
106882003-03-07 Andrew Cagney <[email protected]>
10689
10690 * gdbarch.sh: Don't generate two macro definitions when an
10691 undefined macro taking no arguments.
10692 * gdbarch.h: Regenerate.
8ffd9b1b 10693
166f4c7b
ML
106942002-03-07 Michal Ludvig <[email protected]>
10695
10696 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10697 (x86_64_unwind_dummy_id): New functions.
10698 (x86_64_init_abi): Register these two new functions.
10699
6d686a84
ML
107002003-03-07 Michal Ludvig <[email protected]>
10701
10702 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 10703 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
10704 separate function.
10705 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10706
6314f104
AC
107072003-03-05 Andrew Cagney <[email protected]>
10708
10709 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10710 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10711 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10712 to use unwind_dummy_id when a dummy frame.
10713 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10714 predicate.
10715 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 10716
ceea5145
AC
107172003-03-05 Andrew Cagney <[email protected]>
10718
10719 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10720 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10721 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10722 values.
10723
0d843116
AC
107242003-03-05 Andrew Cagney <[email protected]>
10725
10726 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10727 (struct d10v_unwind_cache): Delete field "frameless". Replace
10728 "next_addr" with "sp_offset". Add "r11_offset".
10729 (d10v_frame_unwind_cache): Update.
10730 (prologue_find_regs): Update. When "mv r11, sp", save the
10731 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10732 RN was saved in r11_offset.
10733
b2579786
AC
107342003-03-05 Andrew Cagney <[email protected]>
10735
10736 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10737 cached PC value in the next frame.
10738
218e5956
AC
107392003-03-05 Andrew Cagney <[email protected]>
10740
10741 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10742 "id_unwind_cache" with "id".
10743 (frame_id_unwind): Delete declaration.
10744 * frame.c (frame_id_unwind): Delete function.
10745 (get_prev_frame): Call the frame id unwind method directly. Store
10746 the returned next frame's ID value in NEXT_FRAME. Note that there
10747 is a problem with the wrong unwind ID being called with the wrong
10748 unwind cache.
10749
ed363b1b
DJ
107502003-03-05 Daniel Jacobowitz <[email protected]>
10751
10752 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10753
fe1f4a5e
DJ
107542003-03-05 James Ingham <[email protected]>
10755 Daniel Jacobowitz <[email protected]>
10756
10757 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10758 (auto_cp_abi): New variable.
10759 (current_cp_abi, num_cp_abis): Make static.
10760 (CP_ABI_MAX): Define.
10761 (cp_abis): Turn into an array.
10762 (value_virtual_fn_field): Fix formatting.
10763 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10764 takes a pointer.
10765 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10766 (list_cp_abis, _initialize_cp_abi): New functions.
10767 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10768 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10769 switch_to_cp_abi. Update prototype for register_cp_abi.
10770 * Makefile.in (cp-abi.o): Update dependencies.
10771 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10772 instead of switch_to_cp_abi.
10773 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10774 register_cp_abi.
10775 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10776 register_cp_abi.
10777 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10778
e4adbba9
DJ
107792003-03-05 Daniel Jacobowitz <[email protected]>
10780
10781 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10782 * dwarf2loc.c: Include "regcache.h".
10783 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10784 register_size.
10785 * Makefile.in (dwarf2loc.o): Update dependencies.
10786
91ccbfc1
TR
107872003-03-04 Theodore A. Roth <[email protected]>
10788
10789 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10790 number of io registers reported by remote target is not a multiple of
10791 step.
10792
3d4e8fd2
DC
107932003-03-04 David Carlton <[email protected]>
10794
10795 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10796 (lookup_symbol_aux_psymtabs): Update call to
10797 lookup_partial_symbol.
10798 (lookup_transparent_type, find_main_psymtab)
10799 (make_symbol_overload_list): Ditto.
10800
ed42d87b
KH
108012003-03-04 Kazu Hirata <[email protected]>
10802
10803 * MAINTAINERS (Write after approval): Update my email address.
10804
a0ed5532
AC
108052003-03-03 Andrew Cagney <[email protected]>
10806
10807 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10808 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10809 predicate. Replace MAX_REGISTER_RAW_SIZE.
10810 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10811 MAX_REGISTER_VIRTUAL_SIZE.
10812 * regcache.c (legacy_max_register_raw_size): New function.
10813 (legacy_max_register_virtual_size): New function.
10814 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10815 (MAX_REGISTER_RAW_SIZE): Define.
10816 (legacy_max_register_raw_size): Declare.
10817 (legacy_max_register_virtual_size): Declare.
10818 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10819 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10820 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10821 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10822 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10823 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10824 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10825 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10826 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10827 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10828 * vax-tdep.c (vax_gdbarch_init): Update.
10829 * v850-tdep.c (v850_gdbarch_init): Update.
10830 * sparc-tdep.c (sparc_gdbarch_init): Update.
10831 * sh-tdep.c (sh_gdbarch_init): Update.
10832 * s390-tdep.c (s390_gdbarch_init): Update.
10833 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10834 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10835 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10836 * mips-tdep.c (mips_gdbarch_init): Update.
10837 * mcore-tdep.c (mcore_gdbarch_init): Update.
10838 * m68k-tdep.c (m68k_gdbarch_init): Update.
10839 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10840 * ia64-tdep.c (ia64_gdbarch_init): Update.
10841 * i386-tdep.c (i386_gdbarch_init): Update.
10842 * hppa-tdep.c (hppa_gdbarch_init): Update.
10843 * h8300-tdep.c (h8300_gdbarch_init): Update.
10844 * frv-tdep.c (frv_gdbarch_init): Update.
10845 * cris-tdep.c (cris_gdbarch_init): Update.
10846 * avr-tdep.c (avr_gdbarch_init): Update.
10847 * arm-tdep.c (arm_gdbarch_init): Update.
10848 * alpha-tdep.c (alpha_gdbarch_init): Update.
10849 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10850 max_register_raw_size or max_register_virtual_size.
10851
8e437497
DC
108522003-03-03 David Carlton <[email protected]>
10853
10854 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10855 SYMBOL_MATCHES_NAME, add comment.
10856 (SYMBOL_MATCHES_NATURAL_NAME): New.
10857 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10858 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10859 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10860 * symtab.c (lookup_partial_symbol): Use
10861 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10862 unhelpful comment.
10863 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10864 SYMBOL_MATCHES_NAME.
10865 Fix for PR c++/33.
10866
25120b0d
DC
108672003-03-03 David Carlton <[email protected]>
10868
10869 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10870 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10871 by regexp matching against SYMBOL_NATURAL_NAME.
10872
78a11fb4
DC
108732003-03-03 David Carlton <[email protected]>
10874
10875 * linespec.c (find_method): Extract code into collect_methods.
10876 (collect_methods): New.
10877
645dd519
MK
108782003-03-02 Mark Kettenis <[email protected]>
10879
b4700d91
MK
10880 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10881 get_frame_base.
10882
645dd519
MK
10883 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10884 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10885
0aa7e1aa
SC
108862003-03-02 Stephane Carrez <[email protected]>
10887
8ffd9b1b 10888 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
10889 and not regnum when summing the size of all registers up to regnum.
10890
f30ee0bc
AC
108912003-03-01 Andrew Cagney <[email protected]>
10892
10893 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10894 FRAME_INIT_SAVED_REGS.
10895 * gdbarch.h, gdbarch.c: Regenerate.
10896 * stack.c (frame_info): Update.
10897 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10898 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10899 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10900 * ns32k-tdep.c (ns32k_pop_frame): Update.
10901 * mips-tdep.c (mips_pop_frame): Update.
10902 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10903 * ia64-tdep.c (ia64_frame_chain): Update.
10904 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10905 (ia64_frameless_function_invocation): Update.
10906 (ia64_init_extra_frame_info): Update.
10907 (ia64_pop_frame_regular): Update.
10908 * frame.h (struct frame_info): Update comment.
10909 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10910 * frame.c (frame_saved_regs_register_unwind): Update.
10911 (frame_saved_regs_register_unwind): Update.
10912 (deprecated_generic_get_saved_register): Update.
10913 * cris-tdep.c: Update comment.
10914 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10915 Rename macro.
10916 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10917 * x86-64-tdep.c (x86_64_init_abi): Update.
10918 * vax-tdep.c (vax_gdbarch_init): Update.
10919 * v850-tdep.c (v850_gdbarch_init): Update.
10920 * sparc-tdep.c (sparc_gdbarch_init): Update.
10921 * sh-tdep.c (sh_gdbarch_init): Update.
10922 * s390-tdep.c (s390_gdbarch_init): Update.
10923 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10924 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10925 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10926 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10927 * mips-tdep.c (mips_gdbarch_init): Update.
10928 * mcore-tdep.c (mcore_gdbarch_init): Update.
10929 * m68k-tdep.c (m68k_gdbarch_init): Update.
10930 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10931 * ia64-tdep.c (ia64_gdbarch_init): Update.
10932 * i386-tdep.c (i386_gdbarch_init): Update.
10933 * frv-tdep.c (frv_gdbarch_init): Update.
10934 * avr-tdep.c (avr_gdbarch_init): Update.
10935 * arm-tdep.c (arm_gdbarch_init): Update.
10936 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 10937
42fa7c0f
AC
109382003-03-01 Andrew Cagney <[email protected]>
10939
10940 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10941 option enum and switch. When no windows, set the interpreter to
10942 INTERP_CONSOLE.
8ffd9b1b 10943
49c7e338
AC
109442003-03-01 Andrew Cagney <[email protected]>
10945
10946 * main.c (captured_main): Replace magic option characters with an
10947 enum.
10948
e9582e71
AC
109492003-03-01 Andrew Cagney <[email protected]>
10950
10951 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10952 INIT_EXTRA_FRAME_INFO.
10953 * gdbarch.h, gdbarch.c: Regenerate.
10954 * arm-tdep.c: Update comments.
10955 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10956 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10957 * frame.h, avr-tdep.c: Ditto.
10958 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10959 (create_new_frame, legacy_get_prev_frame): Ditto.
10960 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10961 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10962 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10963 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10964 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10965 * v850-tdep.c (v850_gdbarch_init): Ditto.
10966 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10967 * sh-tdep.c (sh_gdbarch_init): Ditto.
10968 * s390-tdep.c (s390_gdbarch_init): Ditto.
10969 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10970 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10971 * mips-tdep.c (mips_gdbarch_init): Ditto.
10972 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10973 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10974 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10975 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10976 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10977 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10978 * frv-tdep.c (frv_gdbarch_init): Ditto.
10979 * cris-tdep.c (cris_gdbarch_init): Ditto.
10980 * avr-tdep.c (avr_gdbarch_init): Ditto.
10981 * arm-tdep.c (arm_gdbarch_init): Ditto.
10982 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10983 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10984
35cac7cf
AC
109852003-03-01 Andrew Cagney <[email protected]>
10986
10987 * gdbarch.sh (register_type): New function with predicate.
10988 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10989 * gdbarch.h, gdbarch.c: Re-generate.
10990 * arch-utils.c (generic_register_byte): Use generic_register_size.
10991 (generic_register_size): When available, use
10992 gdbarch_register_type.
10993 * regcache.c (init_regcache_descr): When available, initialize the
10994 register type array using gdbarch_register_type. If the
10995 architecture supplies gdbarch_register_type, do not use the legacy
10996 regcache layout.
10997 * d10v-tdep.c (d10v_register_type): Replace
10998 d10v_register_virtual_type.
10999 (d10v_gdbarch_init): Set register_type instead of
11000 register_virtual_type.
11001
7b83296f
AC
110022003-03-01 Andrew Cagney <[email protected]>
11003
11004 * Makefile.in (ax-gdb.o): Update dependencies.
11005 * ax-gdb.c: Include "regcache.h".
11006 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11007 * findvar.c (value_of_register): Ditto.
11008 * infcmd.c (default_print_registers_info): Ditto.
11009
eadc1c87
MK
110102003-03-01 Mark Kettenis <[email protected]>
11011
11012 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11013 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11014
14143612
MK
110152003-03-01 Mark Kettenis <[email protected]>
11016
11017 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11018 of STREQ.
11019
a55cc764
DJ
110202003-02-28 Daniel Jacobowitz <[email protected]>
11021
11022 * Makefile.in (dwarf2loc.o): Update dependencies.
11023 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11024 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11025 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11026 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11027 (locexpr_tracepoint_var_ref): New function.
11028 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11029
08a617da
AC
110302003-02-28 Andrew Cagney <[email protected]>
11031
11032 * regcache.c (register_size): New function.
11033 * regcache.h (register_size): Declare
11034 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11035 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11036
4224873a
DC
110372003-02-28 David Carlton <[email protected]>
11038
11039 * linespec.c (decode_compound): Extract code into find_method.
11040 (find_method): New.
11041
ccdc5d7f
JB
110422003-02-28 J. Brobecker <[email protected]>
11043
11044 * Makefile.in: Add rules to build and link in observer.o.
11045
974e8ced
JB
110462003-02-27 J. Brobecker <[email protected]>
11047
11048 * observer.c: Minor comments edits.
11049
7a28f973
JB
110502003-02-27 J. Brobecker <[email protected]>
11051
11052 * observer.h, observer.c: New file.
11053
27cddce2
AC
110542003-02-27 Andrew Cagney <[email protected]>
11055
11056 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11057
b94a41a1
SC
110582003-02-27 Stephane Carrez <[email protected]>
11059
11060 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11061 (M6812_OP_STS_EXT): Likewise.
11062 (m6811_prologue): Use the above to recognize prologue.
11063 (m6812_prologue): Likewise.
11064
c8be8951
DC
110652003-02-27 David Carlton <[email protected]>
11066
11067 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11068 SYMBOL_PRINT_NAME.
11069 (compare_psymbols): Ditto.
11070 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11071
d05bb1fc
MS
110722003-02-27 Michael Snyder <[email protected]>
11073
4e845cd3
MS
11074 * f-lang.c (build_fortran_types): New function.
11075 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
11076 * doublest.c (extract_floating): Fix warning text.
11077
f3824013
AC
110782003-02-27 Andrew Cagney <[email protected]>
11079
11080 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11081 predicate. Replaces PUSH_DUMMY_FRAME.
11082 * gdbarch.h, gdbarch.c: Regnerate.
11083 * valops.c (hand_function_call): Update. Call
11084 generic_push_dummy_frame directly.
11085 * vax-tdep.c (vax_gdbarch_init): Update.
11086 * sparc-tdep.c (sparc_gdbarch_init): Update.
11087 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11088 * m68k-tdep.c (m68k_gdbarch_init): Update.
11089 * hppa-tdep.c (hppa_gdbarch_init): Update.
11090 * alpha-tdep.c (alpha_gdbarch_init): Update.
11091 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11092 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11093 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11094 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11095 push_dummy_frame to generic_push_dummy_frame.
11096 * v850-tdep.c (v850_gdbarch_init): Ditto.
11097 * sh-tdep.c (sh_gdbarch_init): Ditto.
11098 * s390-tdep.c (s390_gdbarch_init): Ditto.
11099 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11100 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11101 * mips-tdep.c (mips_gdbarch_init): Ditto.
11102 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11103 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11104 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11105 * i386-tdep.c (i386_gdbarch_init): Ditto.
11106 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11107 * frv-tdep.c (frv_gdbarch_init): Ditto.
11108 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11109 * cris-tdep.c (cris_gdbarch_init): Ditto.
11110 * avr-tdep.c (avr_gdbarch_init): Ditto.
11111 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 11112
ad188201
KB
111132003-02-26 Kevin Buettner <[email protected]>
11114
11115 * mips-tdep.c (show_mips_abi): New function.
11116 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11117 command ``show mips abi''.
11118
6b37567a 111192003-02-26 Jeff Johnston <[email protected]>
8ffd9b1b 11120
6b37567a 11121 From Elena Zannoni <[email protected]>
8ffd9b1b 11122 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
11123 more sline entries have been seen for the function.
11124
d3e0a5bf
MC
111252003-02-26 Michael Chastain <[email protected]>
11126
11127 * configure: Regenerate with autoconf 000227.
11128
18972eea
MC
111292003-02-26 Michael Chastain <[email protected]>
11130
11131 Close PR build/660.
11132 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11133 for old libc5/glibc.
11134 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11135
0bbde931
KW
111362003-02-26 Kris Warkentin <[email protected]>
11137
11138 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11139 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11140
27ca5dad
MC
111412003-02-26 Michael Chastain <[email protected]>
11142
11143 * configure.in: New variable HAVE_UINTPTR_T.
11144 * configure, config.in: Regenerated.
11145
6f88d630
DJ
111462003-02-26 Daniel Jacobowitz <[email protected]>
11147
11148 Fix PR build/1097.
11149 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11150
b14185ce
AC
111512003-02-25 Andrew Cagney <[email protected]>
11152
11153 * frame.c (get_prev_frame): Add comment on check for
11154 inside_entry_func. Only check for inside_entry_file when not a
11155 dummy and not a sentinel. Check that the new frame is not inner
11156 to the old frame.
11157
ac2bd0a9
AC
111582003-02-25 Andrew Cagney <[email protected]>
11159
11160 * frame.c (frame_debug): New variable.
11161 (_initialize_frame): Add "set/show debug frame" command.
11162 (get_prev_frame): When frame_debug, print reason why unwind
11163 failed.
11164
b18a0fd2
MC
111652003-02-25 Michael Chastain <[email protected]>
11166
11167 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11168 to avoid uintptr_t definition problems.
11169
22abf04a
DC
111702003-02-25 David Carlton <[email protected]>
11171
11172 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11173 (SYMBOL_LINKAGE_NAME): Ditto.
11174 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11175 SYMBOL_LINKAGE_NAME.
11176 (struct general_symbol_info): Expand comment.
11177 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11178 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11179 (SYMBOL_MATCHES_REGEXP): Ditto.
11180 * symtab.c (symbol_natural_name): New function.
11181 * objfiles.h: Replace all uses of SYMBOL_NAME by
11182 DEPRECATED_SYMBOL_NAME.
11183 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11184 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11185 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11186 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11187 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11188 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11189 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11190 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11191 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11192 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11193 * ada-exp.y: Ditto.
11194 * ada-exp.y: Update copyright.
11195 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11196 * cp-valprint.c: Ditto.
11197
1a5848f6
JJ
111982003-02-25 Jeff Johnston <[email protected]>
11199
11200 * infptrace.c (detach): Do not flag error if ptrace detach fails
11201 and errno is set to ESRCH.
11202
7343d46a
AC
112032003-02-24 Andrew Cagney <[email protected]>
11204
11205 * infptrace.c (udot_info): Change type of udot_off to long. Use
11206 paddr when printing udot_off's value.
11207
49fa1dc2
DC
112082003-02-24 David Carlton <[email protected]>
11209
11210 * symtab.c (make_symbol_overload_list): Only read in partial
11211 symtabs containing a matching partial symbol.
11212
0fe19209
DC
112132003-02-24 David Carlton <[email protected]>
11214
11215 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11216 do the comparison, not strcmp.
11217 * symfile.c (compare_psymbols): Ditto.
11218 * defs.h: Declare strcmp_iw_ordered.
11219 * utils.c (strcmp_iw_ordered): New function.
11220
8e3ee7b5
JB
112212003-02-24 Jim Blandy <[email protected]>
11222
11223 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11224 support, shared libs): Remove my name from here, to better reflect
11225 reality.
11226
7df1a324
KW
112272003-02-24 Kris Warkentin <[email protected]>
11228
11229 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11230 (target_ops): Add to_have_continuable_watchpoint.
11231 * target.c (update_current_target): Add INHERIT line for
11232 to_have_continuable_watchpoint.
11233 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11234 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11235 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11236 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11237
d1c76907
EZ
112382003-02-24 Elena Zannoni <[email protected]>
11239
11240 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11241 maintainership.
11242
2610b0bf
KW
112432003-02-24 Kris Warkentin <[email protected]>
11244
f46169db
KW
11245 * solib.c (solib_open): Call target defined search function after
11246 failing with solib-search-path.
11247 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11248 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 11249
9a3c34fe
KW
112502003-02-24 Kris Warkentin <[email protected]>
11251
f46169db 11252 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 11253
2417dd25
SC
112542003-02-23 Stephane Carrez <[email protected]>
11255
11256 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11257
b631436b
SC
112582003-02-22 Stephane Carrez <[email protected]>
11259
11260 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11261 (m68hc11_add_reggroups): New function.
11262 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11263 (m68hc11_gdbarch_init): Install the reggroups.
11264 (_initialize_m68hc11_tdep): Initialize them.
11265
0aa8c1e4
JW
112662003-02-21 James E Wilson <[email protected]>
11267
11268 * MAINTAINERS: Update my email address.
11269
50ceaba5
DC
112702003-02-21 David Carlton <[email protected]>
11271
11272 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11273
4c2df51b
DJ
112742003-02-21 Daniel Jacobowitz <[email protected]>
11275
11276 Based on a patch from Daniel Berlin ([email protected]).
11277 * symtab.h: Add opaque declarations of struct axs_value and
11278 struct agent_expr.
11279 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11280 (struct location_funcs): New type.
11281 (struct symbol): Add "loc" to aux_value.
11282 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11283 * dwarf2read.c: Include "dwarf2expr.h".
11284 (dwarf2_symbol_mark_computed): New function.
11285 (read_func_scope): Use it.
11286 (var_decode_location): New function.
11287 (new_symbol): Use it.
11288 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11289
11290 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11291 (dwarf2expr_h, dwarf2loc_h): New variables.
11292 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11293 (dwarf2expr.o, dwarf2loc.o): New rules.
11294 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11295 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11296 LOC_COMPUTED_ARG.
11297 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11298 * m2-exp.y (yylex): Likewise.
11299 * printcmd.c (address_info, print_frame_args): Likewise.
11300 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11301 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11302 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11303 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11304 * symtab.c (lookup_block_symbol): Likewise.
11305
5784d15e
AF
113062003-02-20 Adam Fedor <[email protected]>
11307
11308 * symtab.h: Remove objc_specific struct
11309 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11310 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11311 Have language_objc use cplus_specific struct.
11312
d4cad8db
TT
113132003-02-20 Tom Tromey <[email protected]>
11314
11315 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11316 TYPE_NAME, when printing a String value. PR java/1075.
11317
2f9a90b4
AF
113182003-02-20 Adam Fedor <[email protected]>
11319
d38074a8 11320 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 11321 * objc-lang.c (find_methods): Make static.
2f9a90b4 11322
6f17862b
CF
113232003-02-20 Christopher Faylor <[email protected]>
11324
11325 * win32-nat.c (get_image_name): Check return value from
11326 ReadProcessMemory.
11327 (child_xfer_memory): Ditto.
11328
715d1656
AO
113292003-02-20 Alexandre Oliva <[email protected]>
11330
11331 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11332 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11333 '${exec_prefix}' (in addition to the expansion thereof) as
11334 relocatable.
11335 * configure: Rebuilt.
11336
b1262a02
DC
113372003-02-20 David Carlton <[email protected]>
11338
11339 * symtab.c (search_symbols): Revert the search_symbols part of my
11340 2002-12-23 patch. Add comment.
11341
7134143f
DJ
113422002-02-20 Daniel Jacobowitz <[email protected]>
11343
11344 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11345 * dbxread.c (elfstab_build_psymtabs): Don't call
11346 install_minimal_symbols.
11347 (stabsect_build_psymtabs): Likewise.
11348 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11349 earlier.
11350 * somread.c (som_symfile_read): Call install_minimal_symbols
11351 and do_cleanups earlier.
11352 * nlmread.c (nlm_symfile_read): Likewise.
11353 * mdebugread.c (elfmdebug_build_psymtabs): Call
11354 install_minimal_symbols and make appropriate cleanups.
11355
cf466558
KB
113562003-02-20 Kevin Buettner <[email protected]>
11357
11358 * solib.c (reload_shared_libraries): New function.
11359 (_initialize_solib): Add callbacks for ``set solib-search-path''
11360 and ``set solib-absolute-prefix''.
11361
de5ad195
DC
113622003-02-20 David Carlton <[email protected]>
11363
11364 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11365 expand comment.
11366 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11367 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11368 * ada-typeprint.c (ada_typedef_print): Ditto.
11369 * ax-gdb.c (gen_var_ref): Ditto.
11370 * breakpoint.c (print_one_breakpoint): Ditto.
11371 * buildsym.c (finish_block): Ditto.
11372 * c-valprint.c (c_val_print): Ditto.
11373 * expprint.c (print_subexp): Ditto.
11374 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
11375 * infcmd.c (jump_command): Ditto.
11376 * linespec.c (decode_line_2, decode_compound): Ditto.
11377 * maint.c (maintenance_translate_address): Ditto.
11378 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
11379 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11380 Ditto.
8ffd9b1b
AJ
11381 * p-valprint.c (pascal_val_print): Ditto.
11382 * stabsread.c (define_symbol): Ditto.
de5ad195 11383 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
11384 (print_frame_arg_vars, return_command): Ditto.
11385 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11386 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
11387 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11388 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
11389 (rbreak_command): Ditto.
11390 * tracepoint.c (tracepoints_info): Ditto.
11391 * typeprint.c (typedef_print): Ditto.
11392 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
11393 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11394 * ada-typeprint.c: Update Copyright.
11395 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11396 * tracepoint.c, cli/cli-cmds.c: Ditto.
11397
f796e4be
KB
113982003-02-20 Kevin Buettner <[email protected]>
11399
11400 * frame.c (generic_unwind_get_saved_register): Make non-static.
11401 * frame.h (generic_unwind_get_saved_register): Declare.
11402 * mips-tdep.c (read_next_frame_reg): Fetch register from
11403 current regcache when frame is NULL.
11404 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11405 that must be NULL.
11406 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11407 instead of frame_register_unwind().
11408
836cc9f4
AC
114092003-02-20 Andrew Cagney <[email protected]>
11410
11411 * remote-sim.c (gdbsim_insert_breakpoint)
11412 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11413 code.
11414
501eef12
AC
114152003-02-20 Andrew Cagney <[email protected]>
11416
11417 * remote.c (_initialize_remote): Add commands "set/show remote
11418 hardware-watchpoint-limit" and "set/show remote
11419 hardware-breakpoint-limit".
11420 (remote_hw_watchpoint_limit): Initialize to -1.
11421 (remote_hw_breakpoint_limit): Ditto.
11422 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11423
1b6bc7e0
CF
114242003-02-19 Raoul Gough <[email protected]>
11425
11426 * coff-pe-read.c: New file - support reading of minimal symbols from a
11427 portable executable using the export table.
11428 * coff-pe-read.h: New file.
11429 * coffread.c: Include coff-pe-read.h.
11430 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11431 debugging symbols found.
11432 * Makefile.in (SFILES): Add coff-pe-read.o.
11433 (coff_pe_read_h): Define.
11434 (COMMON_OBS): Add coff-pe-read.o.
11435 (coffread.o): Add coff_pe_read_h dependency.
11436 (coff-pe-read.o): New target.
11437
fe898f56
DC
114382003-02-19 David Carlton <[email protected]>
11439
11440 * Makefile.in (SFILES): Add block.c.
11441 (block_h): New.
11442 (COMMON_OBS): Add block.o.
11443 (block.o): New.
11444 (x86-64-tdep.o): Add $(block_h).
11445 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11446 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11447 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11448 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11449 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11450 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11451 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11452 * value.h: Add opaque declaration for struct block.
11453 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11454 * ada-lang.h: Ditto.
11455 * x86-64-tdep.c: #include "block.h"
11456 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11457 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11458 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11459 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11460 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11461 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11462 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11463 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11464 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11465 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11466 * symtab.c (block_function): Ditto.
11467 (contained_in): Ditto.
11468 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11469 block.h. Add opaque declaration for struct block.
11470 * symtab.h: Move block_function and contained_in declarations to
11471 block.h. Add opaque declarations for struct block, struct
11472 blockvector.
11473 (struct block): Move to block.h.
11474 (struct blockvector): Ditto.
11475 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11476 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11477 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11478 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11479 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11480 Ditto.
11481 * block.c: New file.
11482 * block.h: New file.
11483
173345b5
TR
114842003-02-19 Theodore A. Roth <[email protected]>
11485
11486 * avr-tdep.c (avr_extract_return_value): Remove function.
11487 (avr_store_return_value): Remove function.
11488 (avr_extract_struct_value_address): Remove function.
11489 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11490
338ef23d
AC
114912003-02-19 Andrew Cagney <[email protected]>
11492
11493 * rs6000-tdep.c: Include "gdb_assert.h".
11494 (registers_e500): Add "acc" and "spefscr".
11495 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11496 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11497 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11498 really is "r0".
11499 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11500
5412f5f3
KS
115012003-02-18 Keith Seitz <[email protected]>
11502
11503 * Makefile.in: Add gdbtk-interps.c.
11504
881324eb
KB
115052003-02-18 Kevin Buettner <[email protected]>
11506
11507 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11508 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11509
6a2f5abf
AC
115102003-02-18 Andrew Cagney <[email protected]>
11511
11512 * symtab.h (struct objfile): Add opaque declaration.
11513
54c7009d
EZ
115142003-02-18 Elena Zannoni <[email protected]>
11515
11516 From Jim Ingham <[email protected]>:
fbe586ae
RH
11517 * dbxread.c (process_one_symbol): Use last_function_start rather
11518 than function_start_offset to find the real beginning of the
11519 current function. The latter is just the text section offset on
11520 some systems, the former is always the real function start.
54c7009d 11521
7ee6d7eb
AC
115222003-02-17 Andrew Cagney <[email protected]>
11523
11524 * configure.in: Revert ${target} != ${host}.
11525
2846da9b
AC
115262003-02-17 Andrew Cagney <[email protected]>
11527
11528 * configure.in (Makefile): Use the test ${target} != ${host},
11529 instead of the absence of the "nm.h" file, to determine of the
11530 configuration non-native.
11531 * configure: Regenerate.
8ffd9b1b 11532
3b27aeea
EZ
115332003-02-14 Elena Zannoni <[email protected]>
11534
fbe586ae 11535 From Brian Ford <[email protected]>
3b27aeea
EZ
11536
11537 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11538 conditionalize tui_active test.
11539 (lookup_cmd_1): Ditto.
11540
b0b1c2c0
MK
115412003-02-14 Mark Kettenis <[email protected]>
11542
11543 * configure.in: Add check for _etext.
11544 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11545 available.
11546 * config.in, configure: regenerated.
11547
8f05cde5
DJ
115482003-02-14 Daniel Jacobowitz <[email protected]>
11549
11550 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11551
021e7609
AC
115522003-02-14 Andrew Cagney <[email protected]>
11553
11554 * main.c (tui_version): Delete variable.
11555 (captured_main): When --tui, set interpreter_p to "tui" instead of
11556 enabling tui_version.
11557 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11558 tui_version.
11559 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11560 * cli/cli-cmds.c (disassemble_command): Ditto.
11561 * defs.h (tui_version): Delete declaration.
11562 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11563 (tui-interp.o): Add rules.
11564 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11565
e325dcec
CF
115662003-02-14 Christopher Faylor <[email protected]>
11567
36ffb041 11568 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
11569 just-loaded dll.
11570
c4f90d87
JM
115712003-02-12 Jason Molenda ([email protected])
11572
fbe586ae
RH
11573 * symmisc.c (print_objfile_statistics): Include information about
11574 the number of psymtabs and symtabs in each object file.
c4f90d87 11575
e46e5ccd
KS
115762003-02-13 Keith R Seitz <[email protected]>
11577
11578 * main.h (struct captured_main_args): Add interpreter_p.
11579 * main.c (captured_main): Initialize interpreter_p from context.
11580 * gdb.c (main): Set interpreter_p argument.
11581 * Makefile.in (gdb.o): Add dependency for interps.h.
11582
fe97fe9c
AC
115832003-02-12 Andrew Cagney <[email protected]>
11584
11585 * event-top.c (cli_command_loop): Delete declaration.
11586 (_initialize_event_loop): Delete function setting event_loop_hook.
11587 * event-top.h (cli_command_loop): Declare. Update copyright.
11588 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11589 * interps.c (current_interp_command_loop): When event_loop_p, call
11590 cli_command_loop.
11591
1cdac4ef
AC
115922003-02-12 Andrew Cagney <[email protected]>
11593
11594 * interps.h (interp_command_loop_ftype): Change return type to
11595 void.
11596
48037ead
ML
115972003-02-12 Michal Ludvig <[email protected]>
11598
11599 * x86-64-tdep.c (x86_64_extract_return_value)
11600 (x86_64_store_return_value): Use regcache instead of regbuf.
11601 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11602 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11603
033afc63
AC
116042003-02-11 Andrew Cagney <[email protected]>
11605
11606 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11607 * aclocal.m4: Regenerate.
11608 * configure: Regenerate.
11609
11610 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11611 TCL_LD_SEARCH_FLAGS.
11612
40d02bca
ML
116132003-02-10 Michal Ludvig <[email protected]>
11614
11615 * dwarf2cfi.c: Reindented.
11616
11308a41
AC
116172003-02-09 Andrew Cagney <[email protected]>
11618
11619 * interps.c (clear_interpreter_hooks): Convert function definition
11620 to ISO C.
11621
e1c1c0f6
DC
116222003-02-07 David Carlton <[email protected]>
11623
11624 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11625
ab5d3da6
KB
116262003-02-07 Kevin Buettner <[email protected]>
11627
11628 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11629 (struct type): ...to here.
11630 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11631 field.
11632 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11633 (replace_type): Set length on all type variants for a given type.
11634
b8a92b82
AC
116352003-02-07 Andrew Cagney <[email protected]>
11636
11637 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11638 <sys/stat.h>.
11639 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 11640
5cb316ef
AC
116412003-02-06 Andrew Cagney <[email protected]>
11642
2555fe1a
AC
11643 * Makefile.in (symm-nat.o): Update dependencies.
11644 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11645 (lynx-nat.o, ia64-linux-nat.): Ditto.
11646 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11647 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11648 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11649
44270758
AC
11650 * Makefile.in (inflow_h): Define.
11651 (procfs.o, inflow.o, procfs.o): Update dependencies.
11652 * inftarg.c (child_stop): Delete extern declaration of
11653 inferior_process_group. Include "inflow.h".
11654 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11655 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11656 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11657 (our_process_group, inferior_process_group): Extern declarations.
11658
df8f7274
AC
11659 * procfs.c: Include "gdb_assert.h".
11660
5cb316ef
AC
11661 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11662 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11663 * jv-typeprint.c (java_type_print_base): Ditto.
11664 * typeprint.c (typedef_print): Eliminate STREQ.
11665 * cli/cli-script.c (define_command, define_command): Ditto.
11666 * main.c (captured_main): Ditto.
11667 * values.c (lookup_internalvar): Ditto.
11668 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11669 within `if' conditional.
11670 * linespec.c (decode_line_2): Ditto.
11671 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11672 (bfd_openw_with_cleanup): Ditto.
11673
2a28ccea
MK
116742003-02-07 Mark Kettenis <[email protected]>
11675
11676 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11677 legacy_extract_return_value and store_return_value to
11678 legacy_return_value.
11679
786b8124
CF
116802003-02-06 Raoul Gough <[email protected]>
11681
11682 * win32-nat.c (get_relocated_section_addrs): New function. Find
11683 section load addresses for symbol handling in relocated DLLs.
11684 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11685
b871e4ec
FF
116862003-02-05 Fred Fish <[email protected]>
11687
11688 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11689 '=' and '!='.
11690 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11691 with '&' and '=='.
11692 (angel_RDI_info): Ditto.
11693 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11694 with '&' and '!='.
11695 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 11696
4389a95a 116972003-02-05 Jim Ingham <[email protected]>
fbe586ae
RH
11698 Keith Seitz <[email protected]>
11699 Elena Zannoni <[email protected]>
11700 Andrew Cagney <[email protected]>
4389a95a
AC
11701
11702 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11703 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11704 (SUBDIR_MI_OBS): Add "mi-interp.o".
11705 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11706 (SFILES): Add "interps.c".
11707 (COMMON_OBS): Add "interps.o".
11708 (interps_h, mi_main_h): Define.
11709 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11710 (mi-main.o, main.o, event-top.o): Update dependencies.
11711 * cli/cli-interp.c: New file.
11712 * interps.h, interps.c: New files.
11713 * top.c: (gdb_init): Don't install the default interpreter, handed
11714 by captured_main.
11715 * main.c: Include "interps.h".
11716 (interpreter_p): Note that it should malloc'ed.
11717 (captured_command_loop): Call current_interp_command_loop.
11718 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11719 xfree and xstrdup when updating interpreter_p. Install the
11720 default interpreter. Add hack to stop mi1's copyright notice
11721 being encoded.
11722 * event-top.h (gdb_setup_readline): Declare.
11723 (gdb_disable_readline): Declare.
11724 * event-top.c: Include "interps.h".
11725 (display_gdb_prompt): Call current_interp_display_prompt_p.
11726 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11727 gdb_stdlog, and gdb_stdtarg.
11728 (_initialize_event_loop): Don't call gdb_setup_readline.
11729 * cli-out.c (cli_out_set_stream): New function.
11730 * cli-out.h (cli_out_set_stream): Declare.
11731
ff3b5810
MK
117322003-02-06 Mark Kettenis <[email protected]>
11733
11734 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11735 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11736 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11737 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11738 config/i386/i386v42mp.mt: Removed.
11739
5b729aa5
MK
117402003-02-05 Mark Kettenis <[email protected]>
11741
11742 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11743 GDB_OSABI_SOLARIS.
11744
8cc15142
MC
117452003-02-05 Michael Chastain <[email protected]>
11746
11747 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11748 2.12.1 and earlier versions.
11749
5aa5d4b9
AC
117502003-02-05 Andrew Cagney <[email protected]>
11751
11752 Remove orphaned hosts, targets and files.
11753 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11754 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11755 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11756 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11757 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11758 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11759 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11760 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11761 * config/sparc/tm-sp64sim.h: Delete.
11762 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11763 hosts.
11764 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11765 mips*-dec-mach3* targets.
11766
b68767c1
MC
117672003-02-04 Michael Chastain <[email protected]>
11768
11769 * NEWS: Fix typo: sepcifying -> specifying.
11770
5ae7ca1d
MC
117712003-02-04 Michael Chastain <[email protected]>
11772
11773 * dwarfread.c: Add documentation on the state of dwarf-1,
11774 looking towards obsoletion.
11775
d08a4280
MC
117762003-02-03 Michael Chastain <[email protected]>
11777
11778 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11779 gdb/testsuite/gdb.c++/pr-1023.exp.
11780
e9be73e4
AC
117812003-02-04 Andrew Cagney <[email protected]>
11782
11783 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11784 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11785
11786 * utils.c (init_page_info): Delete reference to MPW in comments.
11787 * main.c (captured_main): Delete #ifdef MPW.
11788
05d57f6f
AC
117892003-02-04 Andrew Cagney <[email protected]>
11790
8ffd9b1b 11791 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
11792 * monitor.c (monitor_expect): Obsolete reference to m32r.
11793 * configure.tgt: Mark m32r-*-elf* as obsolete.
11794 * MAINTAINERS: Mark m32k as obsolete.
11795 * m32r-rom.c: Obsolete file.
11796 * config/m32r/m32r.mt: Obsolete file.
11797 * config/m32r/tm-m32r.h: Obsolete file.
11798 * m32r-stub.c: Obsolete file.
11799 * m32r-tdep.c: Obsolete file.
11800
8b0e5691
AC
118012003-02-04 Andrew Cagney <[email protected]>
11802
11803 * NEWS: Mention that the z8k-zilog-none is obsolete.
11804 * MAINTAINERS: Mark z8k as obsolete.
11805 * configure.tgt: Obsolete the z8k-*-coff* target.
11806 * config/z8k/z8k.mt: Obsolete file.
11807 * config/z8k/tm-z8k.h: Obsolete file.
11808 * z8k-tdep.c: Obsolete file.
11809
67f16606
AC
118102003-02-04 Andrew Cagney <[email protected]>
11811
11812 * NEWS: Mention that the mn10200-elf is obsolete.
11813 * configure.tgt: Obsolete mn10200-*-* target.
11814 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11815 mention that the mn10200 is obsolete.
11816 * breakpoint.h: Ditto.
11817 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11818 * config/mn10200/mn10200.mt: Obsolete file.
11819 * config/mn10200/tm-mn10200.h: Obsolete file.
11820 * mn10200-tdep.c: Obsolete file.
11821
fd2299bd
AC
118222003-02-04 Andrew Cagney <[email protected]>
11823
11824 * MAINTAINERS: Mark h8500 as obsolete.
11825 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11826 * findvar.c (value_from_register): Ditto.
11827 * h8500-tdep.c: Mark file as obsolete.
11828 * config/h8500/h8500.mt: Ditto.
11829 * config/h8500/tm-h8500.h: Ditto.
11830 * NEWS: Mention that h8500 is obsolete.
11831
eb9a305d
DC
118322003-02-04 David Carlton <[email protected]>
11833
11834 * objfiles.c (allocate_objfile): Always set name. Add comment at
11835 start of function.
11836 * jv-lang.c (get_dynamics_objfile): Add comment.
11837
406fc7fb
DC
118382003-02-04 David Carlton <[email protected]>
11839
11840 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11841 * printcmd.c (build_address_symbolic): Replace uses of
11842 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11843 SYMBOL_NAME, and asm_demangle.
11844 Update copyright.
11845
93d91629
DC
118462003-02-04 David Carlton <[email protected]>
11847
11848 * linespec.c (decode_compound): Extract code into
11849 lookup_prefix_sym.
11850 (lookup_prefix_sym): New function.
11851
1c5cb38e
DC
118522003-02-04 David Carlton <[email protected]>
11853
11854 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11855 FLOAT_COERCION_BADNESS.
11856 * gdbtypes.c (rank_one_type): Replace all uses of
11857 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11858
0cf824c9
JB
118592003-02-04 Jim Blandy <[email protected]>
11860
11861 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11862 section, let dwarf_macinfo_section point to it, not
11863 dwarf_loc_section.
11864
a2d356b0
DJ
118652003-02-04 Daniel Jacobowitz <[email protected]>
11866
11867 Pointed out by Anton Blanchard <[email protected]>.
11868 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11869 (ppc_linux_at_sigtramp_return_path): Use it.
11870
2de7ced7
DJ
118712003-02-04 Daniel Jacobowitz <[email protected]>
11872
11873 * defs.h (streq): Add prototype.
11874 * utils.c (streq): New function.
11875
11876 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11877 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11878 * mdebugread.c (new_symbol): Likewise.
11879 * stabsread.c (define_symbol): Likewise.
11880 * coffread.c (process_coff_symbol): Likewise.
11881 * dwarfread.c (new_symbol): Likewise.
11882
11883 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11884 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11885 here.
11886 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11887 SYMBOL_INIT_DEMANGLED_NAME.
11888 * objfiles.c: Include "hashtab.h".
11889 (allocate_objfile): Call htab_set_functions_ex for the
11890 demangled_names_hash.
11891 (free_objfile): Call htab_delete for the demangled_names_hash.
11892 * objfiles.h (struct htab): Add declaration.
11893 (struct objfile): Add demangled_names_hash.
11894 * symfile.c: Include "hashtab.h".
11895 (reread_symbols): Call htab_delete for the demangled_names_hash.
11896 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11897 SYMBOL_NAME in the bcache.
11898 * symtab.c: Include "hashtab.h". Update comments.
11899 (create_demangled_names_hash, symbol_set_names): New functions.
11900 (symbol_find_demangled_name): New function, broken out from
11901 symbol_init_demangled_names.
11902 (symbol_init_demangled_names): Use it.
11903 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11904 (SYMBOL_SET_NAMES): New macro.
11905 (symbol_set_names): Add prototype.
11906
15831452
JB
119072003-02-03 Jim Blandy <[email protected]>
11908
11909 Use a single, consistent representation for an empty minimal
11910 symbol table in an objfile.
11911 * objfiles.c (terminate_minimal_symbol_table): New function.
11912 (allocate_objfile): Call it.
11913 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11914 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 11915 non-NULL.
15831452
JB
11916 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11917 objfile has minimal symbols, compare minimal_symbol_count to zero,
11918 instead of comparing msymbols with NULL.
11919 * objfiles.c (have_minimal_symbols): Same.
11920 * solib-sunos.c (solib_add_common_symbols): Call
11921 terminate_minimal_symbol_table.
11922 * symfile.c (reread_symbols): Same.
8ffd9b1b 11923
ffc65945
KB
119242003-02-03 Kevin Buettner <[email protected]>
11925
11926 * s390-tdep.c (s390_address_class_type_flags)
11927 (s390_address_class_type_flags_to_name)
11928 (s390_address_class_name_to_type_flags): New functions.
11929 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11930 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11931
f211c6d4
MS
119322003-02-03 Michael Snyder <[email protected]>
11933
11934 * arm-tdep.c: Fix spell-o in comment.
11935
659b0389
ML
119362003-02-03 Michal Ludvig <[email protected]>
11937
11938 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11939 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 11940 error messages to contain BFD filename.
659b0389 11941
3b31d625
EZ
119422003-02-02 Elena Zannoni <[email protected]>
11943
997b089a 11944 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
11945 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11946 (do_mixed_source_and_assembly): Use
11947 make_cleanup_ui_out_tuple_begin_end and
11948 make_cleanup_ui_out_tuple_begin_end.
11949 (do_mixed_source_and_assembly): Ditto.
11950 * thread.c (do_captured_list_thread_ids): Ditto.
11951 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11952 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11953 ui_out_tuple_end): Delete prototypes.
11954 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11955 ui_out_list_end, ui_out_tuple_end): Delete.
11956
11957 From Kevin Buettner <[email protected]>:
11958 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
11959 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11960 (do_cleanup_table_end): New functions.
11961 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11962 Use cleanups to invoke_ui_out_tuple_end().
11963 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
11964 * cli/cli-setshow.c (cmd_show_list): Use
11965 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 11966
5b181d62
AC
119672003-02-02 Andrew Cagney <[email protected]>
11968
11969 * frame.c (frame_unwind_register): New function.
11970 (frame_unwind_unsigned_register): Use.
11971 (frame_unwind_signed_register): Use.
11972 (frame_read_register): New function.
11973 * frame.h (frame_unwind_register): Declare.
11974 (frame_read_register): Declare.
11975
11976 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11977 and frame_unwind_register instead of read_memory, write_register
11978 and deprecated_write_register_bytes.
11979
5f601589
AC
119802003-02-02 Andrew Cagney <[email protected]>
11981
11982 * frame.h: Note that namelen can be negative.
11983 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11984 NAME's length.
11985
11986 * NEWS: Mention that the d10v's `regs' command is deprecated.
11987 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11988 (d10v_print_registers_info): New function.
11989 (show_regs): Call d10v_print_registers_info.
11990 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11991
6a3fe0a4
MK
119922003-02-02 Mark Kettenis <[email protected]>
11993
11994 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11995 lost in the previous patch.
11996
075559bc
AC
119972003-02-01 Andrew Cagney <[email protected]>
11998
11999 From 2002-11-09 Jason Molenda ([email protected])
fbe586ae
RH
12000 * stack.c (print_frame_info_base): Output complete FRAME tuple
12001 for synthesized frames.
075559bc 12002
6789195b
AC
120032003-02-02 Andrew Cagney <[email protected]>
12004
12005 * mips-nat.c (zerobuf): Delete.
12006 (fetch_inferior_registers): Alloc local zerobuf.
12007 (fetch_core_registers): Alloc local zerobuf.
12008 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12009 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12010 * thread-db.c (thread_db_store_registers): Ditto.
12011 * sh-tdep.c (sh_do_register): Ditto.
12012 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12013 * remote-sim.c (gdbsim_store_register): Ditto.
12014 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12015 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12016 * monitor.c (monitor_supply_register): Ditto.
12017 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12018 * mips-nat.c (fetch_inferior_registers): Ditto.
12019 * m68klinux-nat.c (fetch_register): Ditto.
12020 * lynx-nat.c (fetch_inferior_registers): Ditto.
12021 (fetch_inferior_registers): Ditto.
12022 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12023 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12024 (hpux_thread_store_registers): Ditto.
12025 * hppah-nat.c (fetch_register): Ditto.
12026 * hppab-nat.c (fetch_register): Ditto.
12027 * hppa-tdep.c (pa_register_look_aside): Ditto.
12028 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12029 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12030
e669114a
AC
120312003-02-01 Andrew Cagney <[email protected]>
12032
12033 * gdbarch.sh: Explictly specify all method levels. When a
12034 variable with an empty level, provide a non-multi-arch default.
12035 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12036 * gdbarch.h: Re-generate.
12037 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12038 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12039
9a043c1d
AC
120402003-02-01 Andrew Cagney <[email protected]>
12041
12042 * defs.h (host_pointer_to_address): Delete declaration.
12043 (address_to_host_pointer): Delete declaration.
12044 * utils.c (host_pointer_to_address): Delete function.
12045 (address_to_host_pointer): Delete function.
12046 * procfs.c (procfs_address_to_host_pointer): New function.
12047 * procfs.c (proc_set_watchpoint): Use.
12048 (procfs_can_use_hw_breakpoint): Update comments.
12049 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12050 (som_solib_add): Use.
12051 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12052 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 12053
7ca9f392
AC
120542003-02-01 Andrew Cagney <[email protected]>
12055
94bbfd30
AC
12056 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12057 strlen d_name.
12058
7ca9f392
AC
12059 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12060 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12061 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12062 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12063 (define_symbol): Update.
12064 * symfile.c (generic_load): Remove references to nindy.
12065 * symtab.c: Remove references to nindy.
12066
31a85ea2
AC
120672003-02-01 Andrew Cagney <[email protected]>
12068
12069 * infcmd.c (print_float_info): Delete code conditional on
12070 FLOAT_INFO.
12071 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12072 * config/m68k/nm-apollo68b.h: Ditto.
12073 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12074 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12075 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12076
f6e85fc8
MK
120772003-02-01 Mark Kettenis <[email protected]>
12078
6015b6a0
MK
12079 * config/i386/tm-i386os9k.h: Removed.
12080
f7a30bdf
MK
12081 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12082 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12083 they're identical to i[3456]86-*-sysv* now.
12084 * config/i386/i386v32.mh: Removed.
12085 * config/i386/xm-i386v32.h: Removed.
12086 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12087
28d52111
MK
12088 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12089
4d3f6bce
MK
12090 * config/i386/i386dgux.mh: Removed.
12091 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12092
f6e85fc8
MK
12093 * configure.in: Fix typo.
12094 * configure: Regenerated.
12095
53955967
DC
120962003-01-31 David Carlton <[email protected]>
12097
12098 * dwarf2read.c (dwarf2_locate_sections): Set
12099 dwarf_ranges_section.
12100
b1364885
AC
121012003-01-31 Andrew Cagney <[email protected]>
12102
8dbb1c65
AC
12103 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12104 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 12105
8731e58e
AC
12106 * utils.c: Re-indent.
12107
b1364885
AC
12108 * config/djgpp/fnchange.lst: Delete nindy files.
12109 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12110 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12111 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12112 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12113 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12114 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12115 * Makefile.in (init.c): Remove nindy references.
12116 (saber_gdb): Delete rule.
12117 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12118 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12119 and a68v-nat.c.
12120 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12121 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12122 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12123 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12124 nindy-share/stop.h.
12125 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12126 * saber.suppress: Delete file.
12127
086df311
DJ
121282003-01-31 Daniel Jacobowitz <[email protected]>
12129
12130 * dbxread.c (stabs_data): New static variable.
12131 (fill_symbuf): Support an in-memory buffer for stabs data.
12132 (stabs_seek): New function.
12133 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12134 (read_ofile_symtab): Use stabs_seek.
12135 (elfstab_build_psymtabs): Take an asection* instead of
12136 an offset and size. Relocate the stabs data if necessary.
12137 Save the section* for dbx_psymtab_to_symtab.
12138 * dwarf2read.c: Add section variables for each debug section.
12139 (dwarf2_locate_sections): Fill them in.
12140 (dwarf2_read_section): Take an asection* argument.
12141 Relocate the section contents if necessary.
12142 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12143 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12144 it to dwarf2_read_section.
12145 (dwarf2_build_frame_info): Update callers.
12146 * elfread.c (elf_symfile_read): Update call to
12147 elfstab_build_psymtabs.
12148 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12149 (DBX_STAB_SECTION): New macro.
8ffd9b1b 12150 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
12151 * symfile.c (symfile_dummy_outputs): New function.
12152 (symfile_relocate_debug_section): New function.
12153 * symfile.h (symfile_relocate_debug_section): Add prototype.
12154
87d1b352
RH
121552003-01-31 Richard Henderson <[email protected]>
12156
12157 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12158 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12159 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12160 * alpha-tdep.c (alpha_register_name): Add "unique".
12161 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12162 (ALPHA_UNIQUE_REGNUM): New.
12163 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12164
c48861fb
AC
121652003-01-31 Andrew Cagney <[email protected]>
12166
12167 * README: Remove reference to Ericsson 1800 monitor.
12168 * Makefile.in (remote-es.o): Delete rule.
12169 (ALLDEPFILES): Delete remote-es.c.
12170 * remote-es.c: Delete file.
12171 * config/m68k/es1800.mt: Delete file.
12172 * config/djgpp/fnchange.lst: Update.
12173 * configure.tgt: Delete m68*-ericsson-* target.
12174
d764a824
AF
121752003-01-31 Adam Fedor <[email protected]>
12176
12177 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12178 Remove duplicate/shadowing variable of same name.
12179
fe36c4f4
JB
121802003-01-30 Jim Blandy <[email protected]>
12181
12182 * symfile.c (find_separate_debug_file): Assert that the objfile's
12183 directory name we compute ends with a slash, and then assume that
12184 that's so everywhere we use it.
12185
cb741690
DJ
121862003-01-30 Daniel Jacobowitz <[email protected]>
12187
12188 * valops.c (value_assign): Flush frame cache after stores to memory
12189 also.
12190
96ee5227
AC
121912003-01-30 Andrew Cagney <[email protected]>
12192
12193 * Makefile.in (mon960-rom.o): Delete rule.
12194 * mon960-rom.c: Delete file.
12195
7f6104a9
AC
121962003-01-30 Andrew Cagney <[email protected]>
12197
12198 * d10v-tdep.c: Include "frame-unwind.h".
12199 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12200 list.
12201 (next_addr, uses_frame): Delete.
12202 (struct d10v_unwind_cache): Define.
12203 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12204 Use info instead of next_addr and uses_frame globals.
12205 (d10v_frame_init_saved_regs): Delete function.
12206 (d10v_init_extra_frame_info): Delete function.
12207 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12208 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12209 init_frame_pc or frame_saved_pc.
12210 (d10v_pop_frame): Delete function.
12211 (do_d10v_pop_frame): Delete function.
12212 (d10v_frame_chain): Delete function.
12213 (d10v_frame_chain_valid): Delete function.
12214 (d10v_frame_pc_unwind): New function.
12215 (d10v_frame_id_unwind): New function.
12216 (saved_regs_unwinder): New function.
12217 (d10v_frame_register_unwind): New function.
12218 (d10v_frame_pop): New function.
12219 (d10v_frame_unwind): New variable.
12220 (d10v_frame_p): New function.
12221 (d10v_frame_saved_pc): Delete function.
12222 * Makefile.in (d10v-tdep.o): Update dependencies.
12223
cad2e848
JB
122242003-01-30 J. Brobecker <[email protected]>
12225
12226 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12227 causing some regressions due to a change in the default value
12228 for this macro.
12229
af34e669
DJ
122302003-01-29 Richard Henderson <[email protected]>
12231 Elena Zannoni <[email protected]>
12232 Daniel Jacobowitz <[email protected]>
12233
12234 Fix PR gdb/961.
8ffd9b1b 12235 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
12236 variables.
12237 (RANGES_SECTION): New.
12238 (dwarf_ranges_buffer): New variable.
12239 (struct comp_unit_head): Add member "die".
12240 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12241 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12242 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12243 (dwarf2_locate_sections): Likewise.
12244 (dwarf2_build_psymtabs): Read .debug_ranges.
12245 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12246 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12247 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12248 Look for DW_AT_ranges and return the bounding box.
12249
baa93fa6
CF
122502003-01-29 Brian Ford <[email protected]>
12251
12252 * win32-nat.c (cygwin_pid): Removed as unused.
12253 (child_attach): Try fall back to Cygwin pid.
12254
c63f977f
JB
122552003-01-29 Jim Blandy <[email protected]>
12256
12257 * objfiles.h (struct objfile): Doc fix.
12258
d62d1979
AC
122592003-01-29 Andrew Cagney <[email protected]>
12260
12261 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12262 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12263 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12264 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12265 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12266 (FRAME_SAVED_PC): Change to a function with predicate.
12267 * gdbarch.h, gdbarch.c: Re-generate.
12268
1ae18a04
AC
122692003-01-28 Andrew Cagney <[email protected]>
12270
52287340
AC
12271 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12272
1ae18a04
AC
12273 * complaints.c (complain): Delete function.
12274 * complaints.h (struct deprecated_complaint): Delete definition.
12275 (complain): Delete declaration.
12276
f2c16bd6
KB
122772003-01-28 Kevin Buettner <[email protected]>
12278
12279 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12280 dummy frames.
12281
a94dd1fd
AC
122822003-01-27 Andrew Cagney <[email protected]>
12283
12284 * sentinel-frame.h, sentinel-frame.c: New files.
12285 * Makefile.in (frame.o): Update dependencies.
12286 (SFILES): Add sentinel-frame.c.
12287 (sentinel_frame_h): Define.
12288 (COMMON_OBS): Add sentinel-frame.o.
12289 (sentinel-frame.o): Specify dependencies.
12290 * frame.c: Include "sentinel-frame.h".
12291 (frame_register_unwind): Rewrite assuming that there is always a a
12292 ->next frame.
12293 (frame_register, generic_unwind_get_saved_register): Ditto.
12294 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12295 (create_sentinel_frame, unwind_to_current_frame): New functions.
12296 (get_current_frame): Rewrite using create_sentinel_frame and
12297 unwind_to_current_frame. When possible, always create a frame.
12298 (create_new_frame): Set next to the sentinel frame.
12299 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12300 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12301 ID cache when necessary.
12302 (frame_saved_regs_id_unwind): Use frame_relative_level.
12303 (deprecated_generic_get_saved_register): Use frame_relative_level,
12304 get_frame_saved_regs, get_frame_pc, get_frame_base and
12305 get_next_frame.
12306 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12307 frame_register.
12308
5378adc4
DJ
123092003-01-27 Daniel Jacobowitz <[email protected]>
12310
12311 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12312
51ee2ddc
DJ
123132003-01-27 Daniel Jacobowitz <[email protected]>
12314
12315 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12316 (maintenance_set_profile_cmd): Use error () instead of warning ().
12317
d9feb4e7
DJ
123182003-01-27 Daniel Jacobowitz <[email protected]>
12319
12320 * configure.in: Check that -pg works if using --enable-profiling.
12321 Check for monstartup and _mcleanup regardless of --enable-profiling.
12322 * maint.c: Check for monstartup and _mcleanup before using them.
12323 * config.in: Regenerated.
12324 * configure: Regenerated.
12325
2d188dd3
NC
123262003-01-24 Nick Clifton <[email protected]>
12327
12328 * Add sh2e support:
12329
12330 2002-04-02 Elena Zannoni <[email protected]>
12331
12332 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12333 (sh2e_show_regs): New.
12334 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12335 * config/sh/tm-sh.h: Added sh2e to comments.
12336
cb3c37b2
JB
123372003-01-23 Jim Blandy <[email protected]>
12338
12339 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12340 symbols found)" message here; we haven't checked for a separate
12341 debug info file yet, so we don't know yet.
12342 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12343 we've looked everywhere. Also, there's no need to print a special
12344 message when we're loading the separate debug info file: the one
12345 symbol_file_add prints is fine.
12346
5b5d99cf
JB
123472003-01-23 Alexander Larsson <[email protected]>
12348 Jim Blandy <[email protected]>
12349
12350 Add support for executables whose debug info has been separated
12351 out into a separate file, leaving only a link behind.
12352 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12353 and separate_debug_objfile_backlink.
12354 (put_objfile_before): New declaration.
12355 * symfile.c: #include "filenames.h".
12356 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12357 debug info in a separate file, read that, too. Save the addrs
12358 argument, so we can use it again to read the separated debug info;
12359 syms_from_objfile modifies the table we pass it.
12360 (reread_symbols): After re-reading an objfile, call
12361 reread_separate_symbols to refresh its separate debug info
12362 objfile, if it has one.
12363 (reread_separate_symbols, find_separate_debug_file,
12364 get_debug_link_info, separate_debug_file_exists): New functions.
12365 (debug_file_directory): New global var.
12366 (_initialize_symfile): Initialize debug_file_directory, and
12367 provide the new `set debug-file-directory' command to let the user
12368 change it.
12369 * objfiles.c (free_objfile): If this objfile has its debug info in
12370 a separate objfile, free that one too. If this is itself a
12371 separate debug info objfile, clear our parent's backlink.
12372 (put_objfile_before): New function.
12373 * utils.c (gnu_debuglink_crc32): New function.
12374 * defs.h (gnu_debuglink_crc32): New declaration.
12375 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12376 * configure.in: Handle --with-separate-debug-dir config option.
12377 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12378 * acconfig.h (DEBUGDIR): New macro.
12379 * configure, aclocal.m4, config.in: Regenerated.
12380
7e8580c1
JB
123812003-01-22 Jim Blandy <[email protected]>
12382
7904e09f
JB
12383 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12384 like the old symbol_file_add, but taking new arguments: you can
12385 now pass in either a `struct section_addr_info' list to say where
12386 each section is loaded, or a `struct section_offsets' table. Pass
12387 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 12388 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
12389 with the appropriate quiescent values for the new arguments.
12390
7e8580c1
JB
12391 * symfile.c: #include "gdb_assert.h".
12392 (syms_from_objfile): Add the ability to pass in a section offset
12393 table directly, as an alternative to the section_addr_info table.
12394 Document arguments better.
12395 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12396 * symfile.h (syms_from_objfile): Update declaration.
12397 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12398 syms_from_objfile.
12399 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12400
d28f9cdf
DJ
124012003-01-22 Daniel Jacobowitz <[email protected]>
12402
12403 Original patch by Tom Tromey <[email protected]> and
12404 Jason Molenda <[email protected]>.
12405 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12406 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12407 * NEWS: Mention profiling.
12408 * configure.in (--enable-gdbtk): Fix typo.
12409 (--enable-profiling): New. Set PROFILE_CFLAGS.
12410 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12411 Fill in function.
12412 (profiling_state): New variable.
12413 (mcleanup_wrapper): New function.
12414 (_initialize_maint): Remove NOTYET, fix call to
12415 add_setshow_boolean_cmd for "maint set profile".
12416 * configure: Regenerated.
12417
df21e465
MH
124182003-01-21 Martin M. Hunt <[email protected]>
12419
12420 * Makefile.in (install-gdbtk): Install PNG images too.
12421
73c1f219
AC
124222003-01-21 Andrew Cagney <[email protected]>
12423
12424 * exec.c (text_start): Delete global variable.
12425 (exec_file_attach): Make text_start local to the function.
12426 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12427 * valops.c (hand_function_call): Delete code that handles
12428 BEFORE_TEXT_END and AFTER_TEXT_END.
12429 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12430 of CALL_DUMMY_LOCATION.
12431 * gdbarch.c: Regenerate.
12432 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12433 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12434 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12435 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12436 (text_end): Delete extern declaration.
12437
eb4f72c5
AC
124382003-01-21 Andrew Cagney <[email protected]>
12439
12440 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12441 * blockframe.c (backtrace_below_main): Move to "frame.c".
12442 (frame_chain_valid): Delete check for backtrace_below_main.
12443 (_initialize_blockframe): Delete initialization, move ``set
12444 backtrace-below-main'' command to "frame.c".
12445 (do_flush_frames_sfunc): Delete function.
12446 * frame.c: Include "command.h" and "gdbcmd.h".
12447 (frame_type_from_pc): New function.
12448 (create_new_frame): Use frame_type_from_pc.
12449 (legacy_get_prev_frame): New function.
12450 (get_prev_frame): Rewrite. When an old style frame, call
12451 legacy_get_prev_frame. Otherwize, unwind the PC first.
12452 (_initialize_frame): Add ``set backtrace-below-main'' command.
12453 * Makefile.in (frame.o): Update dependencies.
12454
778ce8cc
AC
124552003-01-19 Andrew Cagney <[email protected]>
12456
12457 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12458 DEPRECATED_REGISTERS_INFO.
12459
01c193c8
AC
124602003-01-19 Andrew Cagney <[email protected]>
12461
12462 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12463 Maintainers'. Update `Various Maintainers'.
12464
dedc2a2b
AC
124652003-01-19 Andrew Cagney <[email protected]>
12466
12467 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12468 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12469 Suppress actual parameters when `-'.
12470 * gdbarch.h, gdbarch.c: Regenerate.
12471
b7261c70
AC
124722003-01-19 Andrew Cagney <[email protected]>
12473
12474 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12475 code handling dummy frames.
12476
dbe9fe58
AC
124772003-01-19 Andrew Cagney <[email protected]>
12478
12479 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12480 (struct frame_unwind): Add field pop.
12481 * frame.h (frame_pop): Declare.
12482 * frame.c (frame_saved_regs_pop): New function.
12483 (trad_frame_unwinder): Add frame_saved_regs_pop.
12484 (frame_pop): New function.
12485 * dummy-frame.c (dummy_frame_pop): New function.
12486 (discard_innermost_dummy): New function.
12487 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12488 (dummy_frame_unwind): Add dummy_frame_pop.
12489 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12490 * valops.c (hand_function_call): Ditto.
12491 * stack.c (return_command): Ditto.
12492
570b8f7c
AC
124932003-01-18 Andrew Cagney <[email protected]>
12494
12495 * cris-tdep.c: Fix function declaration indentation.
12496 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12497 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12498 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12499 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12500 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12501 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12502
125032003-01-18 Michael Chastain <[email protected]>
eaec4d85
MC
12504
12505 * README (Unpacking and Installation -- quick overview):
12506 Warn against ".../gdb-5.3/gdb/configure".
12507
494cca16
AC
125082003-01-18 Andrew Cagney <[email protected]>
12509
12510 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12511 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12512 (struct frame_unwind): Declare opaque.
12513 (dummy_frame_p): Declare function.
12514 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12515 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12516 * dummy-frame.c: Include "frame-unwind.h".
12517 (dummy_frame_p): New function.
12518 (dummy_frame_unwind): New variable.
12519 * frame.c: Include "frame-unwind.h".
12520 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12521 to use the new unwind field.
12522 (set_unwind_by_pc): Delete function.
12523 (create_new_frame, get_prev_frame): Set unwind field using
12524 frame_unwind_find_by_pc.
12525 (trad_frame_unwind, trad_frame_unwinder): New variables.
12526 * frame.h (trad_frame_unwind): Declare variable.
12527 (frame_id_unwind_ftype): Delete declaration.
12528 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12529 (struct frame_unwind): Declare opaque.
12530 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12531 register_unwind with a single unwind pointer.
12532 * frame-unwind.h, frame-unwind.c: New files.
12533 * Makefile.in (SFILES): Add frame-unwind.c.
12534 (frame_unwind_h): Define.
12535 (COMMON_OBS): Add frame-unwind.o.
12536 (frame-unwind.o): Specify dependencies.
12537 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 12538
4efb68b1
AC
125392003-01-18 Andrew Cagney <[email protected]>
12540
12541 * ada-valprint.c: Eliminate PTR.
12542 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12543 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12544 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12545 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12546 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12547 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12548 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 12549
a84d24ee
AC
125502003-01-17 Andrew Cagney <[email protected]>
12551
762f08a3
AC
12552 * main.c (captured_main): Don't use PTR.
12553 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12554 * gdbtypes.c (lookup_primitive_typename): Ditto.
12555 (lookup_struct_elt_type): Ditto.
12556 * f-valprint.c (info_common_command): Ditto.
12557 (list_all_visible_commons): Ditto.
12558 * jv-typeprint.c (java_type_print_base): Ditto.
12559
a84d24ee
AC
12560 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12561 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12562 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12563 i386-interix-nat.c and i386-interix-tdep.c. Rename
12564 m68klinux-nat.c and m68klinux-tdep.c. Rename
12565 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12566 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12567 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12568 * main.c (captured_main): Use xfree, not free.
12569
c170fb60
AC
125702003-01-16 Andrew Cagney <[email protected]>
12571
12572 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12573 ID back using a parameter.
12574 * frame.c (frame_id_unwind): Update call.
12575 (frame_saved_regs_id_unwind): Update.
12576 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12577 * dummy-frame.h (struct frame_id): Add opaque declaration.
12578 (dummy_frame_id_unwind): Update declaration.
12579
867f3898
AC
125802003-01-15 Andrew Cagney <[email protected]>
12581
12582 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12583
40622be8 125842003-01-15 Stephen P. Smith <[email protected]>
de3a8c23 12585
40622be8 12586 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 12587
ae66c1fc
EZ
125882003-01-14 Elena Zannoni <[email protected]>
12589
997b089a 12590 Fix PR gdb/898
ae66c1fc
EZ
12591 * breakpoint.c (until_break_command): Add new argument. Use it to
12592 decide whether to stop only at the current frame or not.
12593 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 12594 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
12595 call.
12596 (advance_command): New function.
12597 (_initialize_infcmd): Update help string for 'until' command.
12598 Add new 'advance' command.
12599
a04257e6
DC
126002003-01-14 David Carlton <[email protected]>
12601
12602 * linespec.c (decode_line_1): Normalize comments.
12603 (set_flags): Ditto.
12604 (locate_first_half): Ditto.
12605 (decode_compound): Ditto.
12606 (symtab_from_filename): Ditto.
12607 (decode_all_digits): Ditto.
12608 (decode_dollar): Ditto.
12609 (find_methods): Ditto.
12610 (find_toplevel_char): Ditto.
12611
1bac305b
AC
126122003-01-13 Andrew Cagney <[email protected]>
12613
12614 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12615 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12616 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12617 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12618 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12619 * language.c, language.h, m32r-tdep.c: Update copyright.
12620 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12621 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12622 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12623 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12624 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12625 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12626
25caa7a8
EZ
126272003-01-13 Elena Zannoni <[email protected]>
12628
12629 * stabsread.h (process_later, resolve_cfront_continuation):
12630 Obsolete.
12631 Update copyright years.
12632 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12633 Update copyright year.
12634 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 12635 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
12636 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12637 Update copyright year.
12638 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12639 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12640 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12641 (parse_partial_symbols): Obsolete cfront support.
12642 * stabsread.c
12643 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12644 macros.
12645 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12646 read_cfront_baseclasses, read_cfront_member_functions,
12647 resolve_cfront_continuation,read_cfront_static_fields,
12648 copy_cfront_struct_fields): Obsolete functions.
12649 (define_symbol, read_one_struct_field): Obsolete cfront support.
12650 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12651 Update Copyright year.
12652
7789c6f5
EZ
126532003-01-13 Elena Zannoni <[email protected]>
12654
12655 * stack.c (print_frame_info, print_stack_frame_base_stub,
12656 print_stack_frame_base, show_and_print_stack_frame_stub,
12657 show_and_print_stack_frame, print_only_stack_frame_stub,
12658 print_only_stack_frame): Delete functions.
12659 (print_stack_frame_stub): Call print_frame_info instead of
12660 print_frame_info_base.
12661 (print_frame_info_base): Rename to print_frame_info.
12662 (backtrace_command_1): Call print_frame_info, instead of
12663 print_frame_info_base.
12664 (current_frame_command): Call print_stack_frame, instead of
12665 print_only_stack_frame.
12666 (frame_command): Call print_stack_frame, instead of
12667 show_and_print_stack_frame.
12668 (up_command): Ditto.
12669 (down_command): Ditto.
12670 * frame.h (print_only_stack_frame): Delete prototype.
12671 * infrun.c (normal_stop): Call print_stack_frame, instead of
12672 show_and_print_stack_frame.
12673 * thread.c (info_threads_command): Call print_stack_frame, instead
12674 of print_only_stack_frame.
12675
3f5a3016
AC
126762003-01-13 Andrew Cagney <[email protected]>
12677
d99ba314
AC
12678 * README (Graphical interface to GDB): Update URL. Point at
12679 gdb/links/.
12680
3f5a3016
AC
12681 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12682 version match.
12683
083ae935
DJ
126842003-01-13 Daniel Jacobowitz <[email protected]>
12685
12686 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12687 lines.
12688
5365276c
DJ
126892003-01-13 Daniel Jacobowitz <[email protected]>
12690
12691 * thread-db.c (attach_thread): Prototype.
12692 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12693 thread information (ti), and valid flags (th_valid, ti_valid).
12694 (attach_thread): Move target_pid_to_str call to after the thread
12695 is added to GDB's list. Initialize the cache.
12696 (thread_get_info_callback, thread_db_map_id2thr)
12697 (thread_db_get_info): New functions.
12698 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12699 (thread_db_store_registers, thread_db_thread_alive)
12700 (thread_db_get_thread_local_address): Use them.
12701 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12702 of calling error() for threads in unknown state.
12703
12704 (clear_lwpid_callback): New function.
12705 (thread_db_resume): Use it to clear the cache.
12706
9fc30b6b
DJ
127072003-01-13 Daniel Jacobowitz <[email protected]>
12708
12709 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12710 (resume_callback): Remove dead code.
12711
8f871025
AC
127122003-01-13 Andrew Cagney <[email protected]>
12713
12714 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12715 predicate.
12716 * gdbarch.h, gdbarch.c: Regenerate.
12717 * stack.c (frame_info): Only initialize the saved registers when
12718 FRAME_INIT_SAVED_REGS_P.
12719 * frame.c (frame_saved_regs_register_unwind): Assert
12720 FRAME_INIT_SAVED_REGS_P.
12721 (deprecated_generic_get_saved_register): Ditto.
12722
3f565f1e
DJ
127232003-01-13 Daniel Jacobowitz <[email protected]>
12724
12725 * source.c (openp): Squelch warning about "filename".
12726
072b1022
DJ
127272003-01-13 Daniel Jacobowitz <[email protected]>
12728
12729 * source.c (openp): If the file does not exist don't necessarily
12730 search the path.
12731
973ccf8b
DJ
127322003-01-13 Daniel Jacobowitz <[email protected]>
12733
12734 Fix PR gdb/872.
12735 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12736 (integer_types_same_name_p): New function.
12737 (rank_one_type): Use it.
12738 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12739
030292b7
DJ
127402003-01-13 Daniel Jacobowitz <[email protected]>
12741
12742 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12743 variables.
12744 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12745 * configure.in: Add --with-sysroot.
12746 * configure: Regenerated.
12747 * main.c (gdb_sysroot): New variable.
12748 (captured_main): Initialize gdb_sysroot.
12749 * defs.h (gdb_sysroot): New extern declaration.
12750 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12751
afb5d334
MC
127522003-01-12 Michael Chastain <[email protected]>
12753
12754 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12755
751ceeb4
MC
127562003-01-12 Michael Chastain <[email protected]>
12757
12758 * top.c (print_gdb_version): Bump copyright year to 2003.
12759
94cd26f8
DC
127602003-01-12 David Carlton <[email protected]>
12761
12762 * linespec.c (symtab_from_filename): Rename variable 's' to
12763 'file_symtab'.
12764
1ce79225
AC
127652003-01-12 Andrew Cagney <[email protected]>
12766
12767 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12768 dummy frame.
12769 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12770
fa1fd571
AC
127712003-01-12 Andrew Cagney <[email protected]>
12772
12773 * d10v-tdep.c: Include "gdb_assert.h".
12774 (d10v_store_return_value): Rewrite to match current interface.
12775 (d10v_extract_struct_value_address): Ditto.
12776 (d10v_extract_return_value): Ditto.
12777 (d10v_gdbarch_init): Set store_restore_value,
12778 extract_struct_value_address and extract_return_value.
12779
68b8d23e
JB
127802003-01-12 J. Brobecker <[email protected]>
12781
12782 * hpread.c (set_namestring): New procedure replacing the
12783 SET_NAMESTRING macro.
12784 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12785 by calls to set_namestring.
12786
127872003-01-11 J. Brobecker <[email protected]>
1fb309ea
JB
12788
12789 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12790 a compilation warning.
12791 (hpread_process_one_debug_symbol): Likewise.
12792
88d262ca
DC
127932003-01-10 David Carlton <[email protected]>
12794
12795 * linespec.c (decode_line_1): Rename variable 's' to
12796 'file_symtab'.
12797 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12798 (decode_dollar): Ditto.
12799 (decode_variable): Ditto.
12800 (symbol_found): Ditto.
12801
86669319
MC
128022003-01-09 Michael Chastain <[email protected]>
12803
12804 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12805
616a9dc4
CV
128062003-01-07 Corinna Vinschen <[email protected]>
12807
12808 * win32-nat.c (set_process_privilege): New function.
12809 (child_attach): Call set_process_privilege() to enable the
12810 SE_DEBUG_NAME user privilege if available in process token.
12811
3269bcfa
JB
128122003-01-10 J. Brobecker <[email protected]>
12813
12814 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12815 compilation error in the previous revision.
12816
2b0ee454
DC
128172003-01-09 David Carlton <[email protected]>
12818
12819 * linespec.c: Update copyright.
12820
b3ba1b44
DJ
128212003-01-09 Daniel Jacobowitz <[email protected]>
12822
12823 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12824 than inferior_ptid.
12825 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12826
4ef3f3be
AC
128272003-01-09 Andrew Cagney <[email protected]>
12828
479ab5a0
AC
12829 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12830 Update comments.
12831 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12832 (frame_saved_regs_zalloc): Update.
12833 (frame_saved_regs_register_unwind): Update.
12834 (create_new_frame): Update.
12835 (get_prev_frame): Update.
12836 (frame_extra_info_zalloc): Update.
12837 (deprecated_get_frame_saved_regs): Update.
12838 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12839 * cris-tdep.c: Update comment.
12840
bde58177
AC
12841 * somsolib.h: Fix function indentation.
12842 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12843 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12844 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12845 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12846 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12847
4ef3f3be
AC
12848 * infrun.c (follow_fork): Use ISO C definition.
12849 * expprint.c (print_subexp): Use xfree instead of free.
12850 * charset.c: Include "gdb_string.h" instead of <string.h>.
12851 (register_iconv_charsets): Use ISO C definition.
12852 (host_charset, target_charset): Ditto.
12853 * Makefile.in (charset.o): Update dependencies.
12854 (mi-cmd-env.o): Update dependencies.
12855
1c615f7a
AC
128562003-01-08 Andrew Cagney <[email protected]>
12857
12858 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12859 get_frame_base.
12860
c9a1dc08
AC
128612003-01-08 Andrew Cagney <[email protected]>
12862
12863 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12864 build directories. Save edited gdb output in Mbuild.log. If a
12865 build fails, remove any final GDB executable.
12866
dbad9d94
AC
128672003-01-08 Andrew Cagney <[email protected]>
12868
12869 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12870 replacing hex constants with function names and stripping leading
12871 file name directory prefixes.
12872
8d357cca
AC
128732003-01-08 Andrew Cagney <[email protected]>
12874
12875 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12876 get_frame_base.
12877
bca02a8a
DC
128782003-01-08 David Carlton <[email protected]>
12879
12880 * linespec.c (decode_line_1): Move code into decode_variable.
12881 (decode_variable): New function.
12882
7f8ab3a0
AC
128832003-01-08 Andrew Cagney <[email protected]>
12884
12885 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12886
7b5849cc
AC
128872003-01-08 Andrew Cagney <[email protected]>
12888
12889 * cris-tdep.c (cris_frame_init_saved_regs): Use
12890 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12891 saved_regs buffer.
12892 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12893 (sh64_nofp_frame_init_saved_regs): Ditto.
12894 (sh_fp_frame_init_saved_regs): Ditto.
12895 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12896 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12897 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12898 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12899
72a5efb3
DJ
129002003-01-08 Daniel Jacobowitz <[email protected]>
12901
12902 * minsyms.c (lookup_minimal_symbol): Update comment.
12903 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12904 (lookup_minimal_symbol_solib_trampoline): Likewise.
12905
11c02a10
AC
129062003-01-08 Andrew Cagney <[email protected]>
12907
aab3ea25
AC
12908 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12909 frame_relative_level.
12910
da50a4b7
AC
12911 * alpha-tdep.c: Use get_frame_extra_info.
12912 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12913 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12914 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12915 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12916
11c02a10
AC
12917 * alpha-tdep.c: Use get_next_frame.
12918 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12919 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12920 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12921 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12922 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12923 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12924 * xstormy16-tdep.c: Ditto.
8ffd9b1b 12925
1e2330ba
AC
129262003-01-07 Andrew Cagney <[email protected]>
12927
12928 * alpha-tdep.c: Use get_frame_base.
12929 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12930 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12931 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12932 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12933 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12934 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12935 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12936 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 12937
2d75187b
AC
129382003-01-07 Andrew Cagney <[email protected]>
12939
12940 * frame.c (deprecated_get_frame_context): New function.
12941 (deprecated_set_frame_context): New function.
12942 * frame.h (deprecated_get_frame_context): Declare.
12943 (deprecated_set_frame_context): Declare.
12944 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12945 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 12946
483d36b2
AC
129472003-01-07 Andrew Cagney <[email protected]>
12948
12949 * frame.c (deprecated_set_frame_next_hack): New function.
12950 (deprecated_set_frame_prev_hack): New function.
12951 * frame.h (deprecated_set_frame_next_hack): Declare.
12952 (deprecated_set_frame_prev_hack): Declare.
12953 * mcore-tdep.c (analyze_dummy_frame): Use
12954 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12955 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12956
14e91ac5
DC
129572003-01-07 David Carlton <[email protected]>
12958
12959 * linespec.c (decode_line_1): Move code into decode_dollar.
12960 (decode_dollar): New function.
12961
b0c6b05c
AC
129622003-01-07 Andrew Cagney <[email protected]>
12963
12964 * arm-tdep.c (arm_init_extra_frame_info): Use
12965 deprecated_update_frame_base_hack.
12966 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12967 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12968 (fix_frame_pointer): Ditto.
12969 (mn10300_analyze_prologue): Ditto.
12970
a00a19e9
AC
129712003-01-07 Andrew Cagney <[email protected]>
12972
12973 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12974 extra_info using frame_extra_info_zalloc.
12975 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12976 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12977 (sh64_init_extra_frame_info): Ditto.
12978 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12979 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12980 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12981 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12982 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12983 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12984 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12985 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12986 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12987 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12988 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12989 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12990
12991 * mn10300-tdep.c (analyze_dummy_frame): Use
12992 deprecated_set_frame_extra_info_hack.
12993 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12994
1fb4c65b
JB
129952003-01-07 J. Brobecker <[email protected]>
12996
12997 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12998 class is not scText. These do not define "real" procedures.
12999 (parse_partial_symbols): Likewise.
13000
9fe7d6bf
MS
130012003-01-06 Michael Snyder <[email protected]>
13002
13003 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13004
f6c609c4
AC
130052003-01-06 Andrew Cagney <[email protected]>
13006
13007 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13008 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13009 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13010 deprecated_frame_xmalloc_with_cleanup.
13011 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13012 deprecated_frame_xmalloc.
13013 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13014 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13015
d995ff4b
AC
130162003-01-06 Andrew Cagney <[email protected]>
13017
84dc46cb
AC
13018 * x86-64-linux-tdep.c: Include "osabi.h".
13019 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13020
d995ff4b
AC
13021 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13022
66140c26
AC
130232003-01-06 Andrew Cagney <[email protected]>
13024
13025 * MAINTAINERS (Target Instruction Set Architectures): Update
13026 arm-elf. Can be built with -Werror, has been multiarched.
13027
13028 * value.h (unpack_long): Make buffer parameter constant.
13029 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13030 * scm-lang.h (scm_parse): Ditto.
13031 * defs.h (extract_typed_address, extract_address): Ditto.
13032 (extract_long_unsigned_integer): Ditto.
13033 * inferior.h (unsigned_pointer_to_address): Ditto.
13034 (signed_pointer_to_address): Ditto.
13035 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13036 * gdbarch.h, gdbarch.c: Regenerate.
13037 * findvar.c (extract_long_unsigned_integer): Update.
13038 (extract_address): Update.
13039 (extract_typed_address): Update.
13040 (unsigned_pointer_to_address): Update.
13041 * values.c (unpack_long): Update.
13042 (unpack_double): Update.
13043 (unpack_pointer): Update.
13044 (unpack_field_as_long): Update.
13045 * d10v-tdep.c (d10v_pointer_to_address): Update.
13046 * avr-tdep.c (avr_pointer_to_address): Update.
13047 * scm-lang.c (scm_unpack): Update.
13048 * findvar.c (signed_pointer_to_address): Update.
13049
b089b3da
ML
130502003-01-06 Michal Ludvig <[email protected]>
13051
8ffd9b1b 13052 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
13053 since it is in i386-tdep.c.
13054
aff87235
JB
130552003-01-06 J. Brobecker <[email protected]>
13056
13057 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13058 failure introduced in the previous change.
13059
34f5e845
MC
130602003-01-05 Michael Chastain <[email protected]>
13061
13062 * README: Remove references to deleted remote-*.c files:
13063 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13064 remote-nrom.c, remote-os9k.c, remote-udi.c.
13065
28bcfd30
MK
130662003-01-05 Mark Kettenis <[email protected]>
13067
13068 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13069 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13070 i386_get_longjmp_target.
13071
15a5b3ee
AC
130722003-01-05 Andrew Cagney <[email protected]>
13073
13074 * arm-tdep.c (prologue_cache): Change to a pointer.
13075 (_initialize_arm_tdep): Allocate prologue_cache.
13076 (check_prologue_cache): Update.
13077 (save_prologue_cache): Update.
13078 (arm_gdbarch_init): Update.
13079
c263362b
DJ
130802003-01-04 Daniel Jacobowitz <[email protected]>
13081
13082 * stabsread.c (update_method_name_from_physname): Call complaint()
13083 instead of error.
13084
51603483
DJ
130852003-01-04 Daniel Jacobowitz <[email protected]>
13086
13087 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13088 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13089 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13090
13091 * blockframe.c: Include "gdbcmd.h" and "command.h".
13092 (backtrace_below_main): New variable.
13093 (file_frame_chain_valid, func_frame_chain_valid)
13094 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13095 (generic_func_frame_chain_valid): Remove functions.
13096 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13097 (_initialize_blockframe): New function.
13098 * Makefile.in (blockframe.o): Update dependencies.
13099 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13100 comment. Call frame_chain_valid ().
13101 * frame.h: Remove old prototypes. Add prototype for
13102 frame_chain_valid and update comments to match.
13103 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13104 Remove old comment.
13105 * gdbarch.h: Regenerated.
13106 * gdbarch.c: Regenerated.
13107
13108 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13109 set_gdbarch_frame_chain_valid.
13110 * avr-tdep.c (avr_gdbarch_init): Likewise.
13111 * cris-tdep.c (cris_gdbarch_init): Likewise.
13112 * frv-tdep.c (frv_gdbarch_init): Likewise.
13113 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13114 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13115 (i386_nw_init_abi): Likewise.
13116 (i386_gdbarch_init): Likewise.
13117 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13118 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13119 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13120 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13121 * mips-tdep.c (mips_gdbarch_init): Likewise.
13122 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13123 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13124 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13125 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13126 * s390-tdep.c (s390_gdbarch_init): Likewise.
13127 * sh-tdep.c (sh_gdbarch_init): Likewise.
13128 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13129 * v850-tdep.c (v850_gdbarch_init): Likewise.
13130 * vax-tdep.c (vax_gdbarch_init): Likewise.
13131 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13132
13133 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13134 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13135 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13136 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13137 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13138 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13139 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13140 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13141
b00a8037
DJ
131422002-01-04 Daniel Jacobowitz <[email protected]>
13143
13144 * Makefile.in (acconfig_h): Remove incorrect macro.
13145 (config_h): Define.
13146 (osabi.o): Update dependencies.
13147 * configure.tgt: Set gdb_osabi based on target triplet.
13148 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13149 * configure: Regenerated.
13150 * config.in: Regenerated.
13151 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13152 (GDB_OSABI_DEFAULT): Define if not already defined.
13153 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13154 (set_osabi_string): New variables.
13155 (gdbarch_register_osabi): Add new OS ABI to
13156 gdb_osabi_available_names.
13157 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13158 (set_osabi, show_osabi): New functions.
13159 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13160
4be87837
DJ
131612003-01-04 Daniel Jacobowitz <[email protected]>
13162
13163 * arch-utils.c (gdbarch_info_init): Set osabi to
13164 GDB_OSABI_UNINITIALIZED.
13165 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13166 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13167 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13168 * gdbarch.c: Regenerated.
13169 * gdbarch.h: Regenerated.
13170 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13171 there's no BFD.
13172 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13173 * osabi.h (enum gdb_osabi): Move to defs.h.
13174 (gdbarch_init_osabi): Update prototype.
13175 * defs.h (enum gdb_osabi): Moved here.
13176 * Makefile.in: Update dependencies.
13177
13178 * alpha-tdep.h: Don't include "osabi.h".
13179 (struct gdbarch_tdep): Remove osabi member.
13180 * alpha-tdep.c: Include "osabi.h".
13181 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13182 iterate over arches. Update call to gdbarch_init_osabi.
13183 (alpha_dump_tdep): Don't dump osabi.
13184 * alpha-linux-tdep.c: Include "osabi.h".
13185 * alpha-osf1-tdep.c: Include "osabi.h".
13186 * alphafbsd-tdep.c: Include "osabi.h".
13187 * alphanbsd-tdep.c: Include "osabi.h".
13188
13189 * arm-tdep.h: Don't include "osabi.h".
13190 (struct gdbarch_tdep): Remove osabi member.
13191 * arm-tdep.c: Include "osabi.h".
13192 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13193 iterate over arches. Update call to gdbarch_init_osabi.
13194 (arm_dump_tdep): Don't dump osabi.
13195 * arm-linux-tdep.c: Include "osabi.h".
13196 * armnbsd-tdep.c: Include "osabi.h".
13197
13198 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13199 Update call to gdbarch_init_osabi.
13200
13201 * i386-tdep.h: Don't include "osabi.h".
13202 (struct gdbarch_tdep): Remove osabi member.
13203 * i386-tdep.c: Include "osabi.h".
13204 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13205 iterate over arches. Update call to gdbarch_init_osabi.
13206 (i386_dump_tdep): Don't dump osabi.
13207 * i386-linux-tdep.c: Include "osabi.h".
13208 * i386-sol2-tdep.c: Include "osabi.h".
13209 * i386bsd-tdep.c: Include "osabi.h".
13210 * i386gnu-tdep.c: Include "osabi.h".
13211 * i386ly-tdep.c: Include "osabi.h".
13212 * i386nbsd-tdep.c: Include "osabi.h".
13213 * i386obsd-tdep.c: Include "osabi.h".
13214
13215 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13216 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13217 check osabi when iterating over arches. Update call to
13218 gdbarch_init_osabi.
13219 (mips_dump_tdep): Don't dump osabi.
13220
13221 * ns32k-tdep.h: Don't include "osabi.h".
13222 (struct gdbarch_tdep): Remove.
13223 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13224 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13225 allocate tdep. Update call to gdbarch_init_osabi.
13226 (ns32k_dump_tdep): Remove.
13227 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13228 * ns32knbsd-tdep.c: Include "osabi.h".
13229
13230 * ppc-tdep.h: Don't include "osabi.h".
13231 (struct gdbarch_tdep): Remove osabi member.
13232 * rs6000-tdep.c: Include "osabi.h".
13233 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13234 osabi when iterating over arches. Update call to
13235 gdbarch_init_osabi.
13236 (rs6000_dump_tdep): Don't dump osabi.
13237 * ppc-linux-tdep.c: Include "osabi.h".
13238 * ppcnbsd-tdep.c: Include "osabi.h".
13239
13240 * sh-tdep.h: Don't include "osabi.h".
13241 (struct gdbarch_tdep): Remove osabi member.
13242 * sh-tdep.c: Include "osabi.h".
13243 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13244 iterate over arches. Update call to gdbarch_init_osabi.
13245 (sh_dump_tdep): Don't dump osabi.
13246 * shnbsd-tdep.c: Include "osabi.h".
13247
13248 * sparc-tdep.c: Include "osabi.h".
13249 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13250 iterate over arches. Update call to gdbarch_init_osabi.
13251 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13252 tdep structure.
13253
13254 * vax-tdep.h: Don't include "osabi.h".
13255 (struct gdbarch_tdep): Remove.
13256 * vax-tdep.c: Include "osabi.h".
13257 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13258 iterate over arches. Don't allocate tdep. Update call
13259 to gdbarch_init_osabi.
13260 (vax_dump_tdep): Remove.
13261 (_initialize_vax_tdep): Update call to gdbarch_register.
13262
a881cf8e
DJ
132632003-01-04 Daniel Jacobowitz <[email protected]>
13264
13265 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13266 entirely.
13267 (breakpoint_re_set_one): Don't fetch the value for a disabled
13268 watchpoint.
13269
1e698235
DJ
132702003-01-04 Daniel Jacobowitz <[email protected]>
13271
13272 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13273 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13274 (COERCE_FLOAT_TO_DOUBLE): Remove.
13275 * gdbarch.c: Regenerate.
13276 * gdbarch.h: Regenerate.
13277 * Makefile.in: Remove value_h from gdbarch_h.
13278 * valops.c (coerce_float_to_double): New variable.
13279 (default_coerce_float_to_double): Remove.
13280 (standard_coerce_float_to_double): Remove.
13281 (value_arg_coerce): Use coerce_float_to_double.
13282 (_initialize_valops): Add "set coerce-float-to-double".
13283 * value.h (default_coerce_float_to_double): Remove prototype.
13284 (standard_coerce_float_to_double): Remove prototype.
13285
13286 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13287 prototyped.
13288 * mdebugread.c (parse_symbol): Likewise.
13289 * stabsread.c (define_symbol): Mark all functions as prototyped.
13290
13291 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13292 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13293 set_gdbarch_coerce_float_to_double.
13294 * arm-tdep.c (arm_gdbarch_init): Likewise.
13295 * frv-tdep.c (frv_gdbarch_init): Likewise.
13296 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13297 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13298 * mips-tdep.c (mips_gdbarch_init): Likewise.
13299 (mips_coerce_float_to_double): Remove.
13300 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13301 (rs6000_coerce_float_to_double): Remove.
13302 * s390-tdep.c (s390_gdbarch_init): Likewise.
13303 * sh-tdep.c (sh_gdbarch_init): Likewise.
13304 (sh_coerce_float_to_double): Remove.
13305 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13306 (sparc_coerce_float_to_double): Remove.
13307 * v850-tdep.c (v850_gdbarch_init): Likewise.
13308 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13309 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13310 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13311 (hppa_coerce_float_to_double): Remove prototype.
13312 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13313
f436a26a
DJ
133142003-01-04 Daniel Jacobowitz <[email protected]>
13315
13316 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13317
248f8055
DJ
133182003-01-04 Daniel Jacobowitz <[email protected]>
13319
13320 Suggested by Stewart Brown <[email protected]>:
13321 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13322 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13323 (c_type_print_varspec_suffix): Likewise.
13324
72cfdc76
MK
133252003-01-04 Mark Kettenis <[email protected]>
13326
bfd260bb
MK
13327 * configure.in: Don't set and AC_SUBST SUBDIRS.
13328 * configure: Regenerated.
13329
72cfdc76
MK
13330 * configure.in: Remove code dealing with shared libraries.
13331 * Makefile.in: Remove HLDFLAGS and HLDENV.
13332 * configure: Regenerated.
13333
c8b8a898
AC
133342003-01-04 Andrew Cagney <[email protected]>
13335
13336 * frame.c (deprecated_frame_xmalloc): New function.
13337 (deprecated_set_frame_saved_regs_hack): New function.
13338 (deprecated_set_frame_extra_info_hack): New function.
13339 * frame.h (deprecated_frame_xmalloc): Declare.
13340 (deprecated_set_frame_saved_regs_hack): Declare.
13341 (deprecated_set_frame_extra_info_hack): Declare.
13342
14abd0fb
MK
133432003-01-04 Mark Kettenis <[email protected]>
13344
8ee53726
MK
13345 * configure.in: Move code that provides the --enable-gdbtk option
13346 right after the code that handles the --enable-tui option, and
13347 polish it somewhat.
13348 * configure: Regenerated.
13349
14abd0fb
MK
13350 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13351 AC_CHECK_FUNCS and remove the old check for pread64.
13352 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13353 * acconfig.h (_GNU_SOURCE): Add.
13354 (HAVE_PREAD64): Remove.
13355 * configure, aclocal.m4, config.in: Regenerated.
13356
b2fb4676
AC
133572003-01-03 Andrew Cagney <[email protected]>
13358
13359 * alpha-tdep.c: Use get_frame_saved_regs.
13360 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13361 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13362 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13363 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13364 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13365
8dcde887
MK
133662003-01-03 Mark Kettenis <[email protected]>
13367
13368 * configure.in: Remove all use of the SUBDIRS variable; add
13369 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13370 code providing the --enable-multi-ice option, and move it right in
13371 front of the code that checks whether gdbserver is supported.
13372 Polish that too.
13373 * configure: Regenerated.
13374 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13375 @SUBDIRS@.
13376
8ccd593b
AC
133772003-01-03 Andrew Cagney <[email protected]>
13378
13379 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13380 * avr-tdep.c, cris-tdep.c: Ditto.
13381 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13382 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 13383
91151a06
MK
133842003-01-03 Mark Kettenis <[email protected]>
13385
13386 * configure.in: Remove --enable-netrom option.
13387 * configure: Regenerated.
13388
8fe84d01
MK
133892003-01-03 Mark Kettenis <[email protected]>
13390
13391 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13392 declaration for `struct re_pattern_buffer' instead.
13393 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13394
f0394be6
JB
133952003-01-03 J. Brobecker <[email protected]>
13396
13397 * mdebugread.c (parse_symbol): Count until the stEnd matching
13398 the structure name.
13399
27e9bf90
MK
134002003-01-02 Mark Kettenis <[email protected]>
13401
93d331ba
MK
13402 * configure.in: Remove --with-cpu option.
13403 subscripts. Remove evil changequotes here.
13404 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13405 * config.in, configure: Regenerated.
8ffd9b1b 13406
27e9bf90
MK
13407 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13408 * configure.in: Cleanup section that sources GDB and BFD configure
13409 subscripts. Remove evil changequotes here.
13410 * config.in, configure: Regenerated.
13411
50abf9e5
AC
134122003-01-02 Andrew Cagney <[email protected]>
13413
13414 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13415 frame accessor methods.
13416 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13417 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13418 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13419 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13420 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13421 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13422 * z8k-tdep.c: Ditto.
8ffd9b1b 13423
287c1a40
MK
134242003-01-02 Mark Kettenis <[email protected]>
13425
f5dbc56d
MK
13426 * configure.in: Remove UI_OUT configuration code.
13427 * ada-lang.c: Update assuming UI_OUT is always true.
13428 * Makefile.in (UIOUT_CFLAGS): Remove.
13429 * configure: Regenerated.
13430 * TODO: Remove blurb about elimination of -DUI_OUT.
13431
627af7ea
MK
13432 * configure.in: Move code that provides the --enable-gdbcli,
13433 --enable-gdbmi options right before the code that handles the
13434 --enable-tui option. Polish a bit.
13435 * configure: Regenerated.
13436
06825bd1
MK
13437 * configure.in: Rewrite check for GNU regex and the
13438 --without-included regex option, and move it into the "Checks for
13439 library functions" section. This makes us use the system regex
13440 again by default on systems with version 2 of the GNU C library.
13441 This was apparently broken.
13442 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13443 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13444 * config.in, configure: Regenerated.
13445
287c1a40
MK
13446 * configure.in: Move code that provides the --enable-tui option
13447 before the "Checks for libraries" section. Polish the code
13448 somewhat and set need_curses to yes if we build the TUI. Rewrite
13449 code that looks for a library providing termcap functionality to
13450 match more closely what's done in the Readline library, and move
13451 it into to the "Checks for libraries" section.
13452 * configure: Regenerated.
13453 * Makefile.in (TERMCAP): Remove variable.
13454 * config/i386/go32.mh (TERMCAP): Remove variable.
13455
684e56bf
AC
134562003-01-02 Andrew Cagney <[email protected]>
13457
13458 * MAINTAINERS: Mention gdb_mbuild.sh.
13459 * gdb_mbuild.sh: Rewrite.
13460
e1ea1d75
MK
134612003-01-02 Mark Kettenis <[email protected]>
13462
13463 * configure.in: Fix typo in last change.
13464 * config.in, configure: Regenerated.
13465
1b831c93
AC
134662003-01-02 Andrew Cagney <[email protected]>
13467
13468 * valarith.c (value_binop): Delete obsolete code and comments.
13469 * configure.host: Ditto.
13470 * buildsym.h (make_blockvector): Ditto.
13471 * buildsym.c (make_blockvector): Ditto.
13472 * defs.h (enum language): Ditto.
13473 (chill_demangle): Ditto.
13474 * elfread.c (elf_symtab_read): Ditto.
13475 * dwarfread.c (CHILL_PRODUCER): Ditto.
13476 (set_cu_language): Ditto.
13477 (handle_producer): Ditto.
13478 * expprint.c (print_subexp): Ditto.
13479 * gdbtypes.c (chill_varying_type): Ditto.
13480 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13481 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13482 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13483 (chill_varying_type): Ditto.
13484 * language.h (_LANG_chill): Ditto.
13485 * language.c (binop_result_type, integral_type): Ditto.
13486 (character_type, string_type, structured_type): Ditto.
13487 (lang_bool_type, binop_type_check): Ditto.
13488 * stabsread.h (os9k_stabs): Ditto.
13489 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13490 (define_symbol, read_type, read_struct_fields): Ditto.
13491 (read_array_type, read_enum_type, read_huge_number): Ditto.
13492 (read_range_type, start_stabs): Ditto.
13493 * symfile.c (init_filename_language_table): Ditto.
13494 (add_psymbol_with_dem_name_to_list): Ditto.
13495 * symtab.c (symbol_init_language_specific): Ditto.
13496 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13497 * symtab.h (struct general_symbol_info): Ditto.
13498 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13499 * typeprint.c (typedef_print): Ditto.
13500 * utils.c (fprintf_symbol_filtered): Ditto.
13501 * valops.c (value_cast, search_struct_field, value_slice): Delete
13502 obsolete code.
13503 (varying_to_slice): Delete function.
13504 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13505 (varying_to_slice): Delete declaration.
13506 * MAINTAINERS: Update.
13507
8bb2c122
MK
135082003-01-02 Mark Kettenis <[email protected]>
13509
97bf5e38
MK
13510 * configure.in: Reorganize "Checks for library functions section"
13511 a bit. Remove check for `btowc' and `isascii' functions.
13512 * configure: Regenerated.
13513
5ee754fc
MK
13514 * acconfig.h (_MSE_INT_H): Remove.
13515 * configure.in: Create "Checks for header files" section, and move
13516 appropriate tests there. Don't check for objlist.h, wchar.h,
13517 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13518 misdetection fix. Also add "Checks for types", "Checks for
13519 compiler characteristics" and "Checks for library functions"
13520 sections.
13521 * config.in, configure: Regenerated.
13522
8bb2c122
MK
13523 * configure.in: Create "Checks for programs" section, and move
13524 appropriate tests there.
13525
9a156167
MK
135262003-01-01 Mark Kettenis <[email protected]>
13527
13528 * configure.in: Create "Checks for libraries" section, and move
13529 appropriate tests there. Cleanup check for wctype in libw. Use
13530 AC_SEARCH_LIBS to see whether we need libsocket.
13531 * configure: Regenerated.
13532
a80e2bcb 13533For older changes see ChangeLog-2002
c906108c
SS
13534\f
13535Local Variables:
13536mode: change-log
13537left-margin: 8
13538fill-column: 74
13539version-control: never
13540End:
This page took 2.722804 seconds and 4 git commands to generate.