2003-12-17 Jeff Johnston <jjohnstn@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-12-17 Jeff Johnston <jjohnstn@redhat.com>
2
3 * symtab.c (decode_line_spec): Change call to decode_line_1.
4
5 2003-12-17 Jeff Johnston <jjohnstn@redhat.com>
6
7 * linespec.h (decode_line_1): Add new not_found_ptr parameter.
8 * linespec.c (decode_line_1): Add new parameter. Pass on
9 new parameter to decode_variable and symtab_from_filename
10 functions.
11 (decode_variable): Add new not_found_ptr parameter. Throw exception
12 rather than failing if the not_found_ptr is non-null and the
13 function is not found.
14 (symtab_from_filename): Add new not_found_ptr parametr. Throw
15 exception rather than failing if the not_found_ptr is non-null and
16 the source file is not found.
17 * breakpoint.c: Change all callers of decode_line_1 to add default
18 extra parameter for decode_line_1 calls.
19 * tracepoint.c: Ditto.
20 * cli/cli-cmds.c: Ditto.
21
22 2003-12-16 J. Brobecker <brobecker@gnat.com>
23
24 * irix5-nat.c: Include mips-tdep.h.
25
26 2003-12-16 Mark Kettenis <kettenis@gnu.org>
27
28 * solib.h (SOLIB_CREATE_CATCH_LOAD_HOOK)
29 (SOLIB_CREATE_CATCH_UNLOAD_HOOK, SOLIB_LOADED_LIBRARY_PATHNAME)
30 (SOLIB_UNLOADED_LIBRARY_PATHNAME, SOLIB_HAVE_LOAD_EVENT)
31 (SOLIB_HAVE_UNLOAD_EVENT): Remove defines.
32
33 * blockframe.c (inside_main_func): Don't treat a zero PC specially.
34 Needed to fix PR backtrace/1476.
35
36 2003-12-16 David Carlton <carlton@kealia.com>
37
38 * cp-support.c (class_name_from_physname): Add DMGL_PARAMS.
39 (method_name_from_physname): Ditto.
40
41 2003-12-15 Mark Kettenis <kettenis@gnu.org>
42
43 * i386-sol2-tdep.c (i386_sol2_gregset_reg_offset): New variable.
44 (i386_sol2_init_abi): Initialize TDEP->gregset_reg_offset,
45 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
46 TDEP->sizeof_fpregset.
47 * config/i386/i386sol2.mh (XM_FILE): Set to xm-i386.h.
48 (XM_CLIBS): Remove.
49 (NATDEPFILES): Remove core-regset.o and corelow.o.
50 * config/i386/i386sol2.mt (TDEPFILES): Add corelow.o.
51
52 2003-12-14 Mark Kettenis <kettenis@gnu.org>
53
54 * proc-api.c (procfs_note): Add format string to fprintf call.
55
56 * i386-tdep.c (i386_analyze_frame_setup): Add missing encodings
57 for `subl' and `xorl' instructions.
58
59 2003-12-13 Jim Blandy <jimb@redhat.com>
60
61 * dwarf2read.c (dwarf2_add_member_fn, read_structure_scope):
62 Replace uses of DEPRECATED_STREQ and DEPRECATED_STREQN with calls
63 to strcmp and strncmp.
64
65 * osabi.c (gdbarch_init_osabi): Reformat error message with better
66 line breaks.
67
68 2003-12-13 Mark Kettenis <kettenis@gnu.org>
69
70 * blockframe.c (inside_main_func): Reformat. Introduce new local
71 variables to prevent long lines. Update comments to reflect
72 reality.
73
74 2003-12-12 Kevin Buettner <kevinb@redhat.com>
75
76 From David Mosberger <davidm@hpl.hp.com>:
77 * libunwind-frame.c (unw_find_dyn_list_p): Replace most arguments
78 with a single unw_dyn_info_t pointer.
79 (libunwind_find_dyn_list): Likewise.
80 * libunwind-frame.h: Likewise.
81 * ia64-tdep.c (ia64_find_unwind_table): Switch to using
82 UNW_INFO_FORMAT_REMOTE_TABLE so we can avoid having to read in the
83 entire unwind-table at once. Support for this table format has
84 been added to libunwind v0.95.
85 (ia64_find_proc_info_x): Adjust for remote-unwind-table changes.
86 (ia64_get_dyn_info_list): Adjust for interface change for
87 libunwind_find_dyn_list().
88
89 2003-12-12 Jeff Johnston <jjohnstn@redhat.com>
90
91 * breakpoint.c (breakpoint_enabled): New function to test whether
92 breakpoint is active and enabled.
93 (insert_bp_location, insert_breakpoints): Call new function to test
94 for enabled breakpoint.
95 (remove_breakpoint, breakpoint_here_p, breakpoint_thread_match)
96 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
97 (disable_breakpoints_in_shlibs, hw_watchpoint_used_count)
98 (disable_watchpoints_before_interactive_call_start)
99 (breakpoint_re_set_one): Ditto.
100 (bpstat_stop_status): Use new function and simplify test.
101
102 2003-12-11 Mark Kettenis <kettenis@gnu.org>
103
104 * observer.c (observer_test_first_observer)
105 (observer_test_second_observer, observer_test_third_observer):
106 Don't define as `static'.
107 (observer_test_first_notification_function)
108 (observer_test_second_notification_function)
109 (observer_test_third_notification_function): Likewise.
110
111 2003-12-10 Mark Kettenis <kettenis@gnu.org>
112
113 * solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead
114 of (0).
115
116 2003-12-11 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
117
118 * MAINTAINERS (write after approval): Add myself.
119
120 2003-12-11 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
121
122 * config/h8300/tm-h8300.h (h8300hmode): Remove.
123 (h8300hmode): Likewise.
124 (h8300smode): Likewise.
125 (h8300sxmode): Likewise.
126 (h8300_normal_mode): Likewise.
127 (GDB_TARGET_IS_H8300): Likewise.
128 (NUM_REALREGS): Use TARGET_ARCHITECTURE->mach instead of global.
129 * h8300-tdep.c (is_h8300hmode): New function.
130 (is_h8300smode): New function.
131 (is_h8300sxmode): New function.
132 (is_h8300_normal_mode): New function.
133 (BINWORD): Use new functions.
134 (h8300_examine_prologue): Likewise.
135 (h8300_print_register): Likewise.
136 (h8300_print_registers_info): Likewise.
137 (h8300_register_type): Likewise.
138 (h8300_gdbarch_init): Remove use of globals like h8300hmode.
139 * remote-e7000.c (e7000_open): Remove use of GDB_TARGET_IS_H8300.
140 (e7000_fetch_registers): Use TARGET_ARCHITECTURE->mach instead.
141 (e7000_wait): Use TARGET_ARCHITECTURE->mach instead of global.
142
143 2003-12-10 J. Brobecker <brobecker@gnat.com>
144
145 * frame.c (select_frame): Get the current frame PC using
146 get_frame_address_in_block() instead of get_frame_pc().
147 * stack.c (get_frame_language): Likewise.
148
149 2003-12-08 Kevin Buettner <kevinb@redhat.com>
150
151 * remote.c (remote_open_1, remote_cisco_open): Avoid closing
152 remote_desc more than once.
153
154 2003-12-07 Andrew Cagney <cagney@redhat.com>
155
156 * defs.h (DEPRECATED_STREQN, DEPRECATED_STREQ): Simplify by
157 directly calling strcmp equivalents. Add disclaimer.
158
159 2003-12-06 Andrew Cagney <cagney@redhat.com>
160
161 * remote.c (remote_fetch_registers): For short packets, explicitly
162 supply a zero value. Use regcache_raw_supply. Fix suggested by
163 Jonathan Larmour.
164
165 2003-12-05 Jeff Johnston <jjohnstn@redhat.com>
166
167 * ia64-tdep.c (ia64_gdbarch_init): Set up the gdbarch long double
168 format to be the i387 extended float format which is used for
169 long doubles stored in memory.
170
171 2003-12-05 Mark Kettenis <kettenis@gnu.org>
172
173 From Ulrich Weigand <weigand@informatik.uni-erlangen.de>:
174 * dwarf2-frame.c (dwarf2_frame_cache): Use the untranslated RA
175 column instead of translating it.
176
177 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
178
179 Partial fix for PR c++/1465.
180 Fix for PR c++/1377.
181 * cp-support.h (cp_lookup_rtti_type): New function.
182 * cp-support.c (cp_lookup_rtti_type): New function.
183 * gnu-v2-abi.c: Update copyright years.
184 (gnuv2_rtti_type): Call cp_lookup_rtti_type.
185 * gnu-v3-abi.c: Update copyright years.
186 (gnuv3_rtti_type): Call cp_lookup_rtti_type.
187
188 2003-12-04 J. Brobecker <brobecker@gnat.com>
189
190 * stabsread.c (read_type): Save a reference to types that are defined
191 as cross references to other types.
192
193 2003-12-02 Roland McGrath <roland@redhat.com>
194
195 * thread-db.c (enable_thread_event): Change return type to
196 td_err_e. Return TD_OK or error code.
197 (enable_thread_event_reporting): Update callers.
198
199 2003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
200
201 * NEWS: Mention new C++ demangler code.
202
203 2003-12-03 Andrew Cagney <cagney@redhat.com>
204
205 * ppc-linux-nat.c (store_register, fetch_register): Convert
206 between ptrace and regcache's wordsize.
207 (ppc_register_u_addr): Use the ptrace wordsize.
208
209 2003-12-02 Kevin Buettner <kevinb@redhat.com>
210
211 * frv-tdep.c (frv_gdbarch_init): Add case for fr550.
212
213 2003-12-02 Daniel Jacobowitz <drow@mvista.com>
214
215 * dwarf2read.c (dwarf_info_offset, dwarf_abbrev_offset)
216 (dwarf_line_offset, dwarf_pubnames_offset, dwarf_aranges_offset)
217 (dwarf_loc_offset, dwarf_macinfo_offset, dwarf_str_offset)
218 (dwarf_ranges_offset, dwarf_frame_offset, dwarf_eh_frame_offset):
219 Delete.
220 (dwarf2_read_section): Remove offset and size arguments. Use
221 bfd_get_section_size_before_reloc and sectp->filepos.
222 (dwarf2_has_info): Clear section variables instead of offsets.
223 (dwarf2_locate_sections): Don't initialize the deleted variables.
224 (dwarf2_build_psymtabs): Update calls to dwarf2_read_section.
225 (dwarf2_build_psymtabs_easy): Likewise.
226 * dwarf2-frame.c (dwarf_frame_offset, dwarf_frame_size)
227 (dwarf_eh_frame_offset, dwarf_eh_frame_size): Remove extern
228 declarations.
229 (dwarf2_read_section): Update prototype.
230 (dwarf2_build_frame_info): Update calls to dwarf2_read_section.
231 Use bfd_get_section_size_before_reloc instead of global size
232 variables.
233
234 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
235
236 * dwarfread.c: Update documentation on the state of dwarf-1.
237
238 2003-12-01 Andrew Cagney <cagney@redhat.com>
239
240 Obsolete old MIPS SVr3 and SVr4 systems.
241 * NEWS: Mention obsoleted systems.
242 * configure.tgt: Mark mips*-*-sysv4* as obsolete.
243 * configure.host: Mark mips-dec-*, mips-little-*, mips-sony-*,
244 mips-*-sysv4*, mips-*-sysv*, mips-*-riscos* and mips-*-mach3* as
245 obsolete.
246 * config/mips/decstation.mh: Mark as obsolete.
247 * config/mips/littlemips.mh: Mark as obsolete.
248 * config/mips/nm-mips.h: Mark as obsolete.
249 * config/mips/xm-mips.h: Mark as obsolete.
250 * config/mips/news-mips.mh: Mark as obsolete.
251 * config/mips/nm-news-mips.h: Mark as obsolete.
252 * config/mips/riscos.mh: Mark as obsolete.
253 * config/mips/nm-riscos.h: Mark as obsolete.
254 * config/mips/xm-riscos.h: Mark as obsolete.
255 * config/mips/mipsv4.mt: Mark as obsolete.
256 * config/mips/tm-mipsv4.h: Mark as obsolete.
257 * config/mips/xm-mipsv4.h: Mark as obsolete.
258
259 Obsolete old m68k systems.
260 * configure.host: Mark m68*-sun-*, m68*-sun-sunos4*,
261 m68*-sun-sunos3*, m68*-motorola-*, m68*-*-sysv4*, m68*-*-lynxos*,
262 m68*-bull*-sysv*, m68*-att-*, m680[01]0-sun-sunos4*, and
263 m680[01]0-sun-sunos3* as obsolete.
264 * configure.tgt: Mark m68*-*-lynxos*, m68*-*-sunos3*,
265 m68*-*-sunos4*, m68*-*-sysv4*, m68000-*-sunos3*, m68000-*-sunos4*,
266 m68*-bull-sysv*, m68*-att-*, and m68*-motorola-*, as obsolete.
267 * config/m68k/sun3os4.mh: Mark file obsolete.
268 * config/m68k/xm-sun3os4.h: Mark file obsolete.
269 * config/m68k/sun3os3.mh: Mark file obsolete.
270 * config/m68k/nm-sun3.h: Mark file obsolete.
271 * config/m68k/xm-sun3.h: Mark file obsolete.
272 * config/m68k/sun2os4.mh: Mark file obsolete.
273 * config/m68k/sun2os3.mh: Mark file obsolete.
274 * config/m68k/nm-sun2.h: Mark file obsolete.
275 * config/m68k/xm-sun2.h: Mark file obsolete.
276 * config/m68k/m68kv4.mh: Mark file obsolete.
277 * config/m68k/nm-sysv4.h: Mark file obsolete.
278 * config/m68k/xm-m68kv4.h: Mark file obsolete.
279 * config/m68k/m68klynx.mh: Mark file obsolete.
280 * config/m68k/nm-m68klynx.h: Mark file obsolete.
281 * config/m68k/dpx2.mh: Mark file obsolete.
282 * config/m68k/xm-dpx2.h: Mark file obsolete.
283 * config/m68k/nm-dpx2.h: Mark file obsolete.
284 * config/m68k/delta68.mh: Mark file obsolete.
285 * config/m68k/xm-delta68.h: Mark file obsolete.
286 * config/m68k/nm-delta68.h: Mark file obsolete.
287 * config/m68k/3b1.mh: Mark file obsolete.
288 * config/m68k/xm-3b1.h: Mark file obsolete.
289 * config/m68k/sun3os4.mt: Mark file obsolete.
290 * config/m68k/tm-sun3os4.h: Mark file obsolete.
291 * config/m68k/sun3os3.mt: Mark file obsolete.
292 * config/m68k/tm-sun3.h: Mark file obsolete.
293 * config/m68k/sun2os4.mt: Mark file obsolete.
294 * config/m68k/tm-sun2os4.h: Mark file obsolete.
295 * config/m68k/sun2os3.mt: Mark file obsolete.
296 * config/m68k/tm-sun2.h: Mark file obsolete.
297 * config/m68k/m68kv4.mt: Mark file obsolete.
298 * config/m68k/tm-m68kv4.h: Mark file obsolete.
299 * config/m68k/m68klynx.mt: Mark file obsolete.
300 * config/m68k/tm-m68klynx.h: Mark file obsolete.
301 * config/m68k/dpx2.mt: Mark file obsolete.
302 * config/m68k/tm-dpx2.h: Mark file obsolete.
303 * config/m68k/delta68.mt: Mark file obsolete.
304 * config/m68k/tm-delta68.h: Mark file obsolete.
305 * config/m68k/3b1.mt: Mark file obsolete.
306 * config/m68k/tm-3b1.h: Mark file obsolete.
307
308 2003-11-29 Mark Kettenis <kettenis@gnu.org>
309
310 * x86-64-tdep.c (MAX_CLASSES): Remove macro.
311 (x86_64_reg_class): Remove enum.
312 (merge_classes, classify_argument, examine_argument): Remove
313 functions.
314 (INT_REGS, SSE_REGS): Remove macros.
315 (x86_64_push_arguments): Remove function.
316 (amd64_push_arguments): New function.
317 (x86_64_push_dummy_call): Call amd64_push_arguments instead of
318 x86_64_push_arguments.
319
320 2003-11-28 Mark Kettenis <kettenis@gnu.org>
321
322 * x86-64-tdep.c (x86_64_frame_cache): Don't bail out if %rbp is
323 zero. Reorganize code a bit.
324
325 2003-11-27 Mark Kettenis <kettenis@gnu.org>
326
327 * dwarf2-frame.c: Fix another comment.
328
329 * x86-64-tdep.c (RET_INT_REGS, RET_SSE_REGS): Remove defines.
330 (x86_64_use_struct_convention, x86_64_extract_return_value,
331 x86_64_store_return_value): Remove.
332 (amd64_reg_class): New enum.
333 (amd64_merge_classes, amd64_classify_aggregate, amd64_classify,
334 amd64_return_value): New functions.
335 (x86_64_init_abi): Don't set extract_return_value,
336 store_return_value and use_struct_convention. Set return_value to
337 amd64_return_value.
338 * i387-tdep.h (i387_return_value): New prototype.
339 * i387-tdep.c (i387_return_value): New function.
340
341 * dwarf2-frame.c: Fix some comments and whitespace problems.
342
343 * i386nbsd-tdep.c: Don't include "gdbtypes.h". Include
344 "gdb_assert.h" and "gdb_string.h".
345 (i386nbsd_r_reg_offset): Rename from regmap.
346 (SIZEOF_STRUCT_REG): Remove.
347 (i386nbsd_supply_reg, fetch_core_registers,
348 fetch_elfcore_registers, i386nbsd_core_fns, i386nbsd_elfcore_fns):
349 Remove.
350 (i386nbsd_aout_supply_regset,
351 i386nbsd_aout_regset_from_core_section): New functions.
352 (i386nbsd_sc_reg_offset): Don't explicitly specify size of array.
353 (i386nbsd_init_abi): Initialize TDEP->gregset_reg_offset,
354 TDEP->gregset_num_regs amd sizeof_gregset. Use ARRAY_SIZE to
355 initialize TDEP->sc_num_regs.
356 (i386nbsdaout_init_abi): New function.
357 (i386nbsdelf_init_abi): Remove initialization of
358 TDEP->num_xmm_regs. Don't set num_regs here.
359 (_initialize_i386nbsd_tdep): Don't call add_core_fns. Use
360 i386nbsd_aout_init to register NetBSD a.out OS/ABI.
361
362 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use
363 .note.netbsdcore.procinfo section to recognize NetBSD core files.
364
365 2003-11-26 Michael Chastain <mec.gnu@mindspring.com>
366
367 * cp-abi.c: Update copyright years.
368
369 2003-11-25 Andrew Cagney <cagney@redhat.com>
370
371 * thread-db.c (enable_thread_event): New function. Ensure that BP
372 is a code address.
373 (enable_thread_event_reporting): Use enable_thread_event.
374
375 2003-11-25 Michael Snyder <msnyder@redhat.com>
376
377 * mips-tdep.c (mips_o64_extract_return_value): Correct for
378 NUM_REGS (see changes 2003-06-21).
379 (mips_eabi_extract_return_value): Ditto.
380
381 2003-11-25 Andrew Cagney <cagney@redhat.com>
382
383 * infrun.c: Don't include "exec.h".
384 (handle_inferior_event): Pass current_target, instead of exec_ops,
385 to SOLIB_ADD. Add comments.
386 * Makefile.in (infrun.o): Update dependencies.
387
388 2003-11-24 Daniel Jacobowitz <drow@mvista.com>
389
390 * NEWS: Mention improved location expression support.
391
392 2003-11-23 Andrew Cagney <cagney@redhat.com>
393
394 * Makefile.in (infrun.o): Update dependencies.
395 * infrun.c: Include "exec.h".
396 (handle_inferior_event): Pass exec_ops to SOLIB_ADD.
397
398 2003-11-23 Andrew Cagney <cagney@redhat.com>
399
400 * frame.c (frame_unwind_signed_register): Delete function.
401 * frame.h (frame_unwind_register_signed): Delete declaration.
402 * mips-tdep.c (mips_frame_saved_pc): Use frame_unwind_register_signed.
403
404 * arch-utils.h (generic_cannot_extract_struct_value_address):
405 Delete declaration.
406
407 * defs.h (DEPRECATED_STREQN): Rename STREQN.
408 (DEPRECATED_STREQ): Rename STREQ.
409 * ada-exp.y, ada-lang.c, ada-lex.l, coffread.c: Update.
410 * config/mips/tm-irix5.h, config/mips/tm-irix6.h: Update.
411 * config/mips/tm-mipsv4.h, config/sparc/tm-sun4sol2.h: Update.
412 * dbxread.c, dwarf2read.c, dwarfread.c, environ.c: Update.
413 * eval.c, exec.c, f-lang.c, hppa-tdep.c, hpread.c: Update.
414 * jv-exp.y, language.c, m2-exp.y, mcore-rom.c: Update.
415 * mdebugread.c, mipsread.c, objc-exp.y, objfiles.c: Update.
416 * p-exp.y, p-typeprint.c, p-valprint.c, rs6000-nat.c: Update.
417 * source.c, sparc-tdep.c, stack.c, target.c: Update.
418
419 * symfile.c (symbol_file_command): Replace STREQ with strcmp.
420 * elfread.c (elf_symtab_read): Delete STREQ from comment.
421
422 2003-11-22 Andrew Cagney <cagney@redhat.com>
423
424 * frame.c (deprecated_frame_xmalloc): Delete function.
425 (deprecated_set_frame_extra_info_hack): Delete function.
426 (deprecated_set_frame_saved_regs_hack): Delete function.
427 * frame.h (deprecated_frame_xmalloc): Delete declaration.
428 (deprecated_set_frame_extra_info_hack): Delete declaration.
429 (deprecated_set_frame_saved_regs_hack): Delete declaration.
430 * mcore-tdep.c (analyze_dummy_frame): Instead of
431 deprecated_frame_xmalloc, deprecated_set_frame_saved_regs_hack,
432 and deprecated_set_frame_extra_info_hack use
433 deprecated_frame_xmalloc_with_cleanup.
434 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
435 * mips-tdep.c (mips_init_extra_frame_info): Delete call to
436 deprecated_set_frame_saved_regs_hack.
437
438 * mips-tdep.c (mips_frame_chain): Delete call to
439 deprecated_inside_entry_file.
440
441 * frame.h (deprecated_set_frame_next_hack): Delete declaration.
442 (deprecated_set_frame_prev_hack): Delete declaration.
443 * frame.c (deprecated_set_frame_next_hack): Delete function.
444 (deprecated_set_frame_prev_hack): Delete function.
445 * mcore-tdep.c (analyze_dummy_frame): Delete calls to
446 "deprecated_set_frame_next_hack" and
447 "deprecated_set_frame_prev_hack".
448 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
449
450 * mips-tdep.c (mips_register_convertible): Delete function.
451 (mips_register_convert_to_virtual): Delete function.
452 (mips_register_convert_to_raw): Delete function.
453 (mips_gdbarch_init): Do not set "deprecated_register_convertible",
454 "deprecated_register_convert_to_virtual", or
455 "deprecated_register_convert_to_raw".
456 (mips_pseudo_register_write, mips_pseudo_register_read): Handle
457 32/64 cooked to raw register conversions.
458
459 * frame.c (deprecated_get_frame_context): Delete function.
460 (deprecated_set_frame_context): Delete function.
461 (struct frame_info): Delete member "context".
462 * frame.h (deprecated_get_frame_context): Delete declaration.
463 (deprecated_set_frame_context): Delete declaration.
464
465 * procfs.c (procfs_wait): Delete FAULTED_USE_SIGINFO comment.
466 * config/sparc/tm-sun4sol2.h (FAULTED_USE_SIGINFO): Delete macro.
467 * config/i386/tm-i386sol2.h (FAULTED_USE_SIGINFO): Delete macro.
468 * config/alpha/nm-osf2.h (FAULTED_USE_SIGINFO): Delete macro.
469
470 * mips-tdep.c (SIGFRAME_REG_SIZE): Delete macro.
471 (mips_find_saved_regs): Replace SIGFRAME_REG_SIZE with
472 mips_regsize.
473 (mips_dump_tdep): Do not print SIGFRAME_REG_SIZE.
474 * config/mips/tm-irix6.h (SIGFRAME_REG_SIZE): Delete macro.
475 * config/mips/tm-irix5.h: Update copyright.
476 (SIGFRAME_REG_SIZE): Delete macro.
477
478 * hppa-tdep.c (hppa_value_returned_from_stack): Delete function.
479 * config/pa/tm-hppa.h (hppa_value_returned_from_stack): Delete
480 declaration.
481 (DEPRECATED_VALUE_RETURNED_FROM_STACK): Delete macro.
482 * infcall.c (call_function_by_hand): Delete #ifdef
483 DEPRECATED_VALUE_RETURNED_FROM_STACK code.
484 * infcmd.c (print_return_value): Ditto.
485
486 * mips-tdep.c (skip_prologue_using_sal): New function.
487 (mips32_skip_prologue, mips16_skip_prologue): Use
488 skip_prologue_using_sal to get an upper bound on the search.
489
490 * config/powerpc/tm-linux.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete
491 #if 0'ed macro.
492 * infrun.c (step_into_function): Delete #ifdef
493 PROLOGUE_FIRSTLINE_OVERLAP code.
494 * symtab.c (find_function_start_sal): Ditto.
495
496 * remote-rdp.c: Update copyright.
497 (rdp_init): #if 0 references to "target_byte_order".
498
499 * mips-tdep.c (mips_o32_store_return_value): Delete function.
500 (mips_o32_return_value): Replace mips_o32_xfer_return_value.
501 (mips_o32_extract_return_value): Delete function.
502 (mips_n32n64_return_value): Replace mips_n32n64_xfer_return_value.
503 (mips_n32n64_extract_return_value): Delete function.
504 (mips_n32n64_store_return_value): Delete function.
505 (mips_gdbarch_init): For o32 and n32n64, set "return_value"
506 instead of "store_return_value", "extract_return_value", and
507 "use_struct_convention".
508 (mips_n32n64_use_struct_convention): Delete function.
509
510 2003-11-21 Kevin Buettner <kevinb@redhat.com>
511
512 * frv-tdep.c (frv_frame_this_id): Eliminate call to
513 inside_entry_func().
514
515 2003-11-20 Mark Kettenis <kettenis@gnu.org>
516
517 * i386-tdep.c (i386_extract_return_value,
518 i386_store_return_value): Add gdbarch argument. Use it instead of
519 determining it from REGCACHE. Remove recursive call for
520 structures with a single member.
521 (i386_use_struct_convention): Remove.
522 (i386_reg_struct_return_p): New function.
523 (i386_return_value): New function.
524 (i386_gdbarch_init): Set return_value, don't set
525 extract_return_value, store_return_value and
526 use_struct_convention.
527 * x86-64-tdep.c (x86_64_init_abi): Set return_value to NULL.
528
529 2003-11-20 Jim Blandy <jimb@redhat.com>
530
531 * osabi.c (_initialize_gdb_osabi): Don't return before registering
532 the 'set osabi' and 'show osabi' commands.
533
534 2003-11-19 Mark Kettenis <kettenis@gnu.org>
535
536 * frame.c (get_prev_frame): Use result from
537 get_frame_address_in_block instead of get_frame_pc as argument to
538 inside_main_func. Fixes PR backtrace/1435.
539
540 2003-11-19 Andrew Cagney <cagney@redhat.com>
541
542 * stack.c (return_command): Handle "void", "legacy" and "unknown
543 location" return values separatly.
544 * values.c (using_struct_return): Return 0 for a "void" return
545 type. Mention "register_value_being_returned".
546 (register_value_being_returned): Mention "using_struct_return".
547
548 2003-11-19 Daniel Jacobowitz <drow@mvista.com>
549
550 * dwarf2read.c (offreg, basereg, isderef, frame_base_reg)
551 (frame_base_offset): Delete.
552 (read_func_scope): Delete call to decode_locdesc.
553 (decode_locdesc): Update comments. Don't set the removed variables.
554 Complain for DW_OP_reg* not at the end. Remove DW_OP_breg* and
555 DW_OP_fbreg support.
556
557 2003-11-18 Daniel Jacobowitz <drow@mvista.com>
558
559 * dwarf2read.c (optimized_out, islocal): Remove.
560 (decode_locdesc): Update comments. Don't set optimized_out
561 or islocal.
562
563 2003-11-17 Jeff Johnston <jjohnstn@redhat.com>
564 David Mosberger <davidm@hpl.hp.com>
565
566 * ia64-tdep.c: Include elf.h.
567 [HAVE_LIBUNWIND_IA64_H]: Include libunwind-frame.h and
568 libunwind-ia64.h.
569 (ia64_rse_slot_num, ia64_rse_skip_regs): New for libunwind support.
570 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum): Ditto.
571 (ia64_is_fpreg, ia64_access_reg): Ditto.
572 (ia64_access_fpreg, ia64_access_mem): Ditto.
573 (get_kernel_table): Ditto.
574 (ia64_find_unwind_table): Ditto.
575 (ia64_find_proc_info_x, ia64_put_unwind_info): Ditto.
576 (ia64_get_dyn_info_list, ia64_libunwind_frame_this_id): Ditto.
577 (ia64_libunwind_frame_prev_register): Ditto.
578 (ia64_libunwind_frame_sniffer): Ditto.
579 (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Add libunwind frame
580 sniffer. Register libunwind functions needed by generic
581 libunwind frame code using libunwind_frame_set_descr().
582
583 2003-11-16 Daniel Jacobowitz <drow@mvista.com>
584
585 * breakpoint.c (re_enable_breakpoints_in_shlibs): Only re-enable a
586 bp_shlib_disabled breakpoint if there is a shared library mapped
587 at its expected address.
588
589 2003-11-16 Andrew Cagney <cagney@redhat.com>
590
591 * configure.tgt: Delete mips*tx39*-elf*.
592 * config/mips/tm-tx39.h: Delete file.
593 * config/mips/tx39.mt: Delete file.
594 * config/mips/tx39.mt: Delete file.
595
596 * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Declare.
597 * remote-mips.c (common_open): Instead of
598 "mips_read_register_type" and "mips_set_processor_type_command"
599 call "deprecated_mips_set_processor_regs_hack".
600 * config/mips/tm-mips.h (mips_read_processor_type): Delete
601 declaration.
602 (mips_set_processor_type_command): Delete declaration.
603 * mips-tdep.c (mips_gdbarch_init): Update comment.
604 (mips_dump_tdep): Do not print MIPS_REGISTER_NAMES.
605 (mips_set_processor_type): Delete function.
606 (NUM_MIPS_PROCESSOR_REGS): Define.
607 (mips_show_processor_type_command): Delete function.
608 (mips_set_processor_type_command): Delete function.
609 (tmp_mips_processor_type): Delete.
610 (mips_processor_type): Delete.
611 (mips_processor_type_table): Delete.
612 (mips_r3051_reg_names): Delete.
613 (mips_r3081_reg_names): Delete.
614 (mips_lsi33k_reg_names): Delete.
615 (mips_processor_reg_names): Delete.
616 (mips_read_processor_type): Delete function.
617 (deprecated_mips_set_processor_regs_hack): New function.
618 (struct gdbarch_tdep): Add member "mips_processor_reg_names".
619 (mips_register_name): Get the processor names from the tdep.
620 (mips_tx39_reg_names): New array.
621 (mips_generic_reg_names): Wire to a standard set of names.
622 (mips_gdbarch_init): Set "mips_processor_reg_names".
623 * config/mips/tm-irix5.h (MIPS_REGISTER_NAMES): Delete macro.
624 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Delete macro.
625 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Delete macro.
626
627 2003-11-16 Andrew Cagney <cagney@redhat.com>
628
629 * mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
630 (mips_fpa0_regnum, mips_regnum): New function.
631 (mips_gdbarch_init): Fill in the "regnum" fields.
632 * mips-tdep.h (struct mips_regnum): Define.
633 (mips_regnum): Declare.
634 * config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
635 (LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
636 (CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
637 (FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
638 * config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
639 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
640 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
641 * config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
642 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
643 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
644 * remote-mips.c: Include "mips-tdep.h". Update.
645 * mipsnbsd-tdep.c: Update.
646 * mipsv4-nat.c: Update.
647 * mips-tdep.c: Update.
648 * mips-nat.c: Update.
649 * mips-linux-tdep.c: Update.
650 * mips-linux-nat.c: Update.
651 * irix5-nat.c: Update.
652 * dve3900-rom.c: Include "mips-tdep.h". Update.
653 (ignore_packet): Supress GCC warning.
654 * config/mips/nm-riscos.h: Update.
655
656 2003-11-16 Andrew Cagney <cagney@redhat.com>
657
658 * mips-tdep.c: Replace DEPRECATED_REGISTER_RAW_SIZE with
659 register_size.
660 (mips_register_raw_size): Delete function.
661 (mips_register_type): Handle "mips64_transfers_32bit_regs_p".
662 (mips_gdbarch_init): Do not set "deprecated_register_raw_size".
663 Check and set "mips64_transfers_32bit_regs_p".
664 (struct gdbarch_tdep): Add "mips64_transfers_32bit_regs_p".
665 (mips_register_convertible): Check the architecture's
666 "mips64_transfers_32bit_regs_p".
667 (set_mips64_transfers_32bit_regs): New function.
668 (_initialize_mips_tdep): Use "add_setshow_cmd" when adding the
669 "set remote-mips64-transfers-32bit-regs" command. Specify
670 set_mips64_transfers_32bit_regs as the set function.
671 * Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
672
673 2003-11-16 Mark Kettenis <kettenis@gnu.org>
674
675 * i386-tdep.h (i386_supply_gregset): Provide prototype.
676 * i386-tdep.c (i386_supply_gregset): Make public.
677
678 2003-11-16 Andrew Cagney <cagney@redhat.com>
679
680 * mips-tdep.c (mips_register_byte): Delete function.
681 (mips_gdbarch_init): Do not set "deprecated_register_byte".
682 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Delete macro.
683 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Delete macro.
684 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Delete macro.
685
686 2003-11-16 Mark Kettenis <kettenis@gnu.org>
687
688 * i386-tdep.c (i386_extract_return_value): Don't use bfd_byte.
689
690 2003-11-16 Andrew Cagney <cagney@redhat.com>
691
692 * config/mips/linux64.mt: Delete file.
693 * config/mips/tm-linux64.h: Delete file.
694 * config/mips/tm-mips64.h: Delete file.
695 * config/mips/embed64.mt: Delete file.
696 * config/djgpp/fnchange.lst: Update.
697 * configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*,
698 mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*.
699 * config/mips/tm-irix6.h: Update copyright. Include
700 "mips/tm-mips.h" instead of "mips/tm-mips64.h".
701 * mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or
702 "OP_LDGPR".
703
704 2003-11-15 Andrew Cagney <cagney@redhat.com>
705
706 * mips-tdep.c (mips_register_type): Simplify. Eliminate reference
707 to MIPS_REGISTER_TYPE. Make integer registers signed. Make IRIX
708 n32 registers 64 bit.
709 (mips_register_raw_size, mips_register_byte): For pseudo
710 registers, use the register's pseudo size and not the
711 corresponding raw register's size.
712 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Delete macro.
713 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Delete macro.
714 * config/mips/tm-irix6.h: Don't #undef MIPS_REGISTER_TYPE.
715 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Delete macro.
716
717 2003-11-15 Andrew Cagney <cagney@redhat.com>
718
719 * mips-tdep.c (struct gdbarch_tdep): Delete member
720 gdb_target_is_mips64.
721 (GDB_TARGET_IS_MIPS64): Delete macro.
722 (mips_gdbarch_init): Do not set tdep's gdb_target_is_mips64.
723 (mips_dump_tdep): Do not print GDB_TARGET_IS_MIPS64.
724 (mips_addr_bits_remove): Simplify.
725
726 * mips-tdep.c: Replace DEPRECATED_REGISTER_VIRTUAL_SIZE with
727 register_size.
728
729 Replace MIPS_REGSIZE with mips_regsize.
730 * mips-tdep.c (mips_regsize): New function.
731 * mips-tdep.h (mips_regsize): Declare.
732 * mipsnbsd-tdep.h (SIZEOF_STRUCT_FPREG): Update.
733 (SIZEOF_STRUCT_REG): Update.
734 * mipsnbsd-tdep.c (mipsnbsd_supply_reg): Update.
735 (mipsnbsd_fill_reg): Update.
736 (mipsnbsd_supply_fpreg): Update.
737 (mipsnbsd_fill_fpreg): Update.
738 (NBSD_MIPS_JB_ELEMENT_SIZE): Update.
739 * mips-tdep.c (mips_register_raw_size): Update.
740 (mips_register_type): Update.
741 (SIGFRAME_BASE): Update.
742 (SIGFRAME_PC_OFF): Update.
743 (SIGFRAME_REGSAVE_OFF): Update.
744 (SIGFRAME_FPREGSAVE_OFF): Update.
745 (SIGFRAME_REG_SIZE): Update.
746 (mips32_heuristic_proc_desc): Update.
747 (print_gp_register_row): Update.
748 (mips_dump_tdep): Do not print MIPS_REGSIZE.
749 * irix5-nat.c (supply_gregset): Update.
750 (fetch_core_registers): Update.
751 * config/mips/tm-mips64.h (MIPS_REGSIZE): Delete macro.
752 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Update.
753 * config/mips/tm-mips.h (MIPS_REGSIZE): Delete macro.
754 (MIPS_REGISTER_BYTE): Update.
755 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Update.
756
757 2003-11-15 Andrew Cagney <cagney@redhat.com>
758
759 * config/sparc/tm-sparc.h (DEPRECATE_USE_REGISTER_NOT_ARG): Rename
760 USE_REGISTER_NOT_ARG.
761 * stabsread.c (define_symbol): Update.
762
763 2003-11-15 Andrew Cagney <cagney@redhat.com>
764
765 * bcache.h (deprecated_bcache): Declare.
766 (bcache): Make returned buffer constant.
767 * bcache.c (deprecated_bcache): New function.
768 (bcache_data): New function.
769 (bcache): Call bcache data.
770 * symfile.c (add_psymbol_to_list): Use deprecated_bcache.
771 (add_psymbol_with_dem_name_to_list): Ditto.
772
773 2003-11-15 Mark Kettenis <kettenis@gnu.org>
774
775 * glibc-tdep.h (struct gdbarch): Declare opaque.
776 (glibc_skip_solib_resolver): Adjust prototype.
777 * glibc-tdep.c (glibc_skip_solib_resolver): Adjust.
778 * arm-linux-tdep.c (arm_linux_skip_solib_resolver): Remove.
779 (arm_linux_init_abi): Set skip_solib_resolver.
780 * i386-linux-tdep.c (i386_linux_skip_solib_resolver): Remove.
781 (i386_linux_init_abi): Set skip_solib_resolver.
782 * config/arm/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
783 (arm_linux_skip_solib_resolver): Remove prototype.
784 * config/i386/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
785 (i386_linux_skip_solib_resolver): Remove prototype.
786
787 2003-11-14 Mark Kettenis <kettenis@gnu.org>
788
789 * gdbarch.sh (skip_solib_resolver): Change into a multi-arch
790 function.
791 * gdbarch.c, gdbarch.h: Regenerate.
792 * infrun.c (handle_inferior_event): Call
793 gdbarch_skip_solib_resolver instead of SKIP_SOLIB_RESOLVER.
794 * arch-utils.c (generic_in_solib_call_trampoline): Adjust function
795 definition.
796 * arch-utils.h (generic_in_solib_call_trampoline): Adjust function
797 prototype.
798
799 2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
800
801 * libunwind-frame.c: New file.
802 * libunwind-frame.h: New file.
803 * acconfig.h (HAVE_LIBUNWIND): #undef reference added.
804 * configure.in: Add --with-libunwind option support. Define
805 HAVE_LIBUNWIND if libunwind support selected / defaulted.
806 Also check for libunwind.h and libunwind-ia64.h headers.
807 * configure: Regenerated.
808 * Makefile.in: Add support for libunwind-frame.o.
809 * config.in: Regenerated.
810
811 2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
812
813 * config/ia64/nm-linux.h (NATIVE_XFER_UNWIND_TABLE): New macro to
814 set up the ia64 linux native target method for getting the kernel
815 unwind table.
816 * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): New function.
817 * inftarg.c (child_xfer_partial): Enable section of code to
818 handle TARGET_OBJECT_UNWIND_TABLE.
819 * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro.
820
821 2003-11-14 Ian Lance Taylor <ian@wasabisystems.com>
822
823 * config/arm/nbsd.mt (TM_FILE): Define.
824 * config/arm/tm-nbsd.h: New file.
825
826 2003-11-14 Andrew Cagney <cagney@redhat.com>
827
828 * Makefile.in (ppc-sysv-tdep.o): Update dependencies.
829 * ppc-sysv-tdep.c: Include "objfiles.h".
830 (ppc64_sysv_abi_push_dummy_call): Provide the
831 the FN's objfile when looking for the descriptor.
832
833 * ppc-linux-tdep.c (ppc_linux_init_abi): Set PPC64's
834 "name_of_malloc" to ".malloc".
835
836 2003-11-13 Mark Kettenis <kettenis@gnu.org>
837
838 * config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
839
840 2003-11-13 David Carlton <carlton@kealia.com>
841
842 * cp-namespace.c (lookup_namespace_scope): Fix typo in comment.
843
844 2003-11-13 Andrew Cagney <cagney@redhat.com>
845
846 * arch-utils.h (selected_architecture_name): Declare.
847 (selected_byte_order): Declare.
848 * arch-utils.c (selected_byte_order): New function.
849 (selected_architecture_name): New function.
850 (target_architecture_auto): Make static.
851 (set_architecture_string): Make static.
852 (target_byte_order): Make static.
853 (target_byte_order_auto): Make static.
854 * gdbarch.sh (TARGET_BYTE_ORDER, TARGET_ARCHITECTURE): Delete
855 non-multi-arch definition.
856 (TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_AUTO): Delete.
857 (target_byte_order, target_architecture): Delete declaration.
858 (target_byte_order_auto, target_architecture_auto): Ditto.
859 * gdbarch.h: Re-generate.
860 * remote-sim.c (gdbsim_open): Use "selected_architecture_name" and
861 "selected_byte_order".
862
863 2003-11-13 Andrew Cagney <cagney@redhat.com>
864
865 * ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order.
866
867 2003-11-13 Jim Blandy <jimb@redhat.com>
868
869 * cp-namespace.c: Doc fix.
870
871 2003-11-12 Michael Snyder <msnyder@redhat.com>
872
873 * sh64_tdep.c: Regularize some names.
874 (sh_sh64_register_name): Rename to sh64_register_name.
875 (sh_sh64_breakpoint_from_pc): Rename to sh64_breakpoint_from_pc.
876 (sh_sh64_register_byte): Rename to sh64_register_byte.
877 (sh_sh64_build_float_register_type):
878 Rename to sh64_build_float_register_type.
879 (sh_sh64_register_convert_to_virtual):
880 Rename to sh64_register_convert_to_virtual.
881 (sh_sh64_register_convert_to_raw):
882 Rename to sh64_register_convert_to_raw.
883
884 * sh64-tdep.c (translate_insn_rn, is_media_pseudo,
885 sh64_media_reg_base_num, sh64_compact_reg_base_num,
886 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
887 sh64_extract_return_value, sh64_show_media_regs,
888 sh64_show_compact_regs, sh_sh64_register_byte, sh64_register_type,
889 sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw,
890 sh64_pseudo_register_read, sh64_pseudo_register_write,
891 sh64_do_pseudo_register, sh_compact_print_registers_info):
892 Delete unused variable 'tdep'.
893
894 * sh64-tdep.c: Coding standard and spelling comment fixes.
895 (sh64_extract_return_value): Replace deprecated_store_floating
896 with store_typed_floating.
897 (sh_sh64_register_convert_to_raw): Replace
898 deprecated_store_floating with store_typed_floating.
899 (sh_sh64_register_virtual_type): Convert to sh64_register_type.
900 (sh64_frame_chain, sh64_get_saved_pr, sh64_get_saved_register,
901 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
902 sh64_extract_struct_value_address, sh64_pop_frame,
903 sh64_extract_return_value, sh64_store_return_value,
904 sh_sh64_register_convert_to_virtual, sh64_pseudo_register_read,
905 sh_sh64_register_convert_to_raw, sh_pseudo_register_write):
906 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
907 Replace DEPRECATED_REGISTER_VIRTUAL_TYPE with register_type.
908 (sh64_gdbarch_init): Don't set deprecated_register_bytes,
909 deprecated_register_virtual_type, deprecated_register_raw_size,
910 deprecated_max_register_raw_size, or
911 deprecated_max_register_virtual_size. Instead, just set
912 gdbarch_register_type.
913 (sh_sh64_register_raw_size): Delete.
914 (sh_sh64_register_virtual_size): Delete.
915
916 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
917
918 * dwarf2read.c (struct dwarf2_cu): New type.
919
920 (dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
921 dwarf2_cu structure to pass down.
922
923 (scan_partial_symbols, add_partial_symbol, add_partial_namespace)
924 (add_partial_enumeration, locate_pdi_sibling, process_die)
925 (read_file_scope, read_func_scope)
926 (read_lexical_block_scope, dwarf2_get_pc_bounds)
927 (dwarf2_add_field, dwarf2_attach_fields_to_type)
928 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
929 (read_structure_scope, read_enumeration, read_array_type)
930 (read_common_block, read_namespace, read_tag_pointer_type)
931 (read_tag_ptr_to_member_type, read_tag_reference_type)
932 (read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
933 (read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
934 (read_die_and_children, read_die_and_siblings, dwarf2_read_section)
935 (dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
936 (read_full_die. read_attribute_value, read_attribute)
937 (read_address, dwarf_decode_line_header, dwarf_decode_lines)
938 (var_decode_location, new_symbol, dwarf2_const_value, die_type)
939 (die_containing_type, type_at_offset, tag_type_to_type)
940 (read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
941 (dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.
942
943 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
944
945 PR breakpoints/1450
946 * breakpoint.c (insert_bp_location): Fix a logic error by returning
947 0 after a catchpoint fails.
948
949 2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
950
951 * mips-tdep.c (msymbol_size): Delete.
952
953 2003-11-07 Michael Chastain <mec@shout.net>
954
955 * symtab.h (struct minimal_symbol): Add size.
956 * dbxread.c: Use it.
957 * elfread.c: (record_minimal_symbol_and_info): Do not use info.
958 Rename to record_minimal_symbol.
959 (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
960 * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
961 (install_minimal_symbols): Ditto.
962 * objfiles.c (terminate_minimal_symbol_table): Ditto.
963 * arm-tdep.c: Delete unused MSYMBOL_SIZE.
964 * m68hc11-tdep.c: Ditto.
965 * mips-tdep.c: Ditto.
966 * sh64-tdep.c: Ditto.
967
968 2003-11-10 Michael Chastain <mec.gnu@mindspring.com>
969
970 * MAINTAINERS: Change my e-mail address.
971
972 2003-11-10 Andrew Cagney <cagney@redhat.com>
973
974 * gdbarch.sh (return_value): Replace "inval" and "outval" with
975 "readbuf" and "writebuf".
976 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
977 * d10v-tdep.c (d10v_return_value): Ditto.
978 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
979 (ppc_sysv_abi_broken_return_value): Ditto.
980 (ppc64_sysv_abi_return_value): Ditto.
981 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
982 (ppc_sysv_abi_return_value): Ditto.
983 (ppc_sysv_abi_broken_return_value): Ditto.
984 (ppc64_sysv_abi_return_value): Ditto.
985 * values.c (register_value_being_returned): Update call.
986 * stack.c (return_command): Update call.
987 * gdbarch.h, gdbarch.c: Re-generate.
988
989 * target.h (struct target_ops): Order xfer buffer parameters "read
990 write" not "write read".
991 * bfd-target.c (target_bfd_xfer_partial): Update.
992 * remote.c (remote_xfer_partial): Update.
993 * inftarg.c (child_xfer_partial): Update.
994 * target.c (default_xfer_partial): Update.
995 (target_read_partial, target_write_partial): Update.
996 (debug_to_xfer_partial): Update.
997
998 * arch-utils.h, arch-utils.c: Fix typo in comment.
999
1000 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
1001 (gdbarch_from_bfd): Call gdbarch_find_by_info.
1002 (set_gdbarch_from_file): Call
1003 "deprecated_current_gdbarch_select_hack".
1004
1005 2003-11-09 Andrew Cagney <cagney@redhat.com>
1006
1007 * arch-utils.c (gdbarch_update_p): New function.
1008 * gdbarch.sh (gdbarch_update_p): Delete function.
1009 (find_arch_by_info, gdbarch_find_by_info): New functions.
1010 (deprecated_current_gdbarch_select_hack): New function.
1011 * gdbarch.c: Re-generate.
1012
1013 * gdbarch.sh (clear_gdbarch_swap): Delete function.
1014 (swapout_gdbarch_swap): Delete function.
1015 (swapin_gdbarch_swap): Delete function.
1016 (init_gdbarch_swap): Delete function.
1017 (initialize_non_multiarch): Delete function.
1018 (current_gdbarch_swap_in_hack): New function.
1019 (current_gdbarch_swap_out_hack): New function.
1020 (current_gdbarch_swap_init_hack): New function.
1021 * gdbarch.c: Re-generate.
1022
1023 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
1024 parameter to "current_gdbarch". Add comment explaining why.
1025 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
1026 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
1027 * gdbarch.c: Re-generate.
1028
1029 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
1030 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
1031 * config/s390/xm-linux.h: Delete file.
1032 * config/m88k/xm-delta88v4.h: Delete stray.
1033
1034 * Makefile.in (arch-utils.o): Update dependencies.
1035 * arch-utils.c: Include "osabi.h".
1036 (gdbarch_info_fill): New function.
1037 * arch-utils.h (gdbarch_info_fill): Declare.
1038 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
1039 * gdbarch.c: Re-generate.
1040
1041 2003-11-09 Mark Kettenis <kettenis@gnu.org>
1042 David S. Miller <davem@redhat.com>
1043
1044 * glibc-tdep.c, glibc-tdep.h: New files.
1045 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
1046 * config/i386/linux.mt (TDEPFILES): Likewise.
1047 * i386-linux-tdep.c (glibc-tdep.h): Include.
1048 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
1049 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
1050 * arm-linux-tdep.c (glibc-tdep.h): Include.
1051 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
1052 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
1053 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
1054 (glibc_tdep_h): Define.
1055 (glibc-tdep.o): Add dependencies.
1056 (arm-linux-tdep.o): Update dependencies.
1057 (i386-linux-tdep.o): Likewise.
1058
1059 2003-11-09 Andrew Cagney <cagney@redhat.com>
1060
1061 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
1062 * config/mips/nm-irix6.h: Delete file.
1063 * config/mips/nm-linux.h: Update copyright.
1064 (MIPS_GNULINUX_TARGET): Delete macro.
1065 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
1066 * config/mips/xm-irix6.h: Delete file.
1067 * config/mips/linux.mh (XM_FILE): Delete definition.
1068 * config/mips/xm-linux.h: Delete file.
1069
1070 2003-11-09 Andrew Cagney <cagney@redhat.com>
1071
1072 * d10v-tdep.c (d10v_return_value): New function.
1073 (d10v_use_struct_convention): Delete function.
1074 (d10v_store_return_value): Delete function.
1075 (d10v_extract_struct_value_address): Delete function.
1076 (d10v_gdbarch_init): Set "return_value" instead of
1077 "extract_return_value", "store_return_value",
1078 "extract_struct_value_address", and "use_struct_convention".
1079 (RET1_REGNUM): Delete const.
1080
1081 2003-11-09 Mark Kettenis <kettenis@gnu.org>
1082
1083 From David S. Miller <davem@redhat.com>:
1084 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
1085 * gdbarch.c, gdbarch.h: Regenerated.
1086 * arch-utils.c (generic_skip_solib_resolver): New function.
1087 * arch-utils.h (generic_skip_solib_resolver): New prototype.
1088 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
1089
1090 2003-11-07 Andrew Cagney <cagney@redhat.com>
1091
1092 * top.c (print_gdb_version): Replace STREQ with strcmp.
1093 * valops.c (value_struct_elt_for_reference): Ditto.
1094 (value_struct_elt_for_reference): Ditto.
1095 * symtab.c (gdb_mangle_name): Ditto.
1096 (find_line_symtab): Ditto.
1097 * symmisc.c (maintenance_print_symbols): Ditto.
1098 * symfile.c (symbol_file_command): Ditto.
1099 * stabsread.c (define_symbol, read_type): Ditto.
1100 (cleanup_undefined_types, scan_file_globals): Ditto.
1101 * solib.c (solib_map_sections): Ditto.
1102 * solib-svr4.c (bfd_lookup_symbol): Ditto.
1103 * rs6000-tdep.c (skip_prologue): Ditto.
1104 * p-valprint.c (pascal_value_print): Ditto.
1105 (pascal_object_is_vtbl_ptr_type): Ditto.
1106 * objfiles.c (in_plt_section): Ditto.
1107 * minsyms.c (lookup_minimal_symbol): Ditto.
1108 (compact_minimal_symbols): Ditto.
1109 (find_solib_trampoline_target): Ditto.
1110 * mdebugread.c (parse_type): Ditto.
1111 * language.c (set_language_command): Ditto.
1112 (set_type_command, set_range_command): Ditto.
1113 * f-lang.c (add_common_block): Ditto.
1114 (add_common_block): Ditto.
1115 (find_first_common_named): Ditto.
1116 (patch_all_commons_by_name): Ditto.
1117 * elfread.c (elf_locate_sections): Ditto.
1118 (elf_locate_sections): Ditto.
1119 (elfstab_offset_sections): Ditto.
1120 * dwarf2read.c (dwarf2_locate_sections): Ditto.
1121 * dbxread.c (add_old_header_file): Ditto.
1122 (find_corresponding_bincl_psymtab): Ditto.
1123 (read_dbx_symtab, process_one_symbol): Ditto.
1124 * coffread.c (patch_opaque_types): Ditto.
1125 * cli/cli-decode.c (delete_cmd): Ditto.
1126 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
1127 * c-typeprint.c (c_type_print_base): Ditto.
1128 * breakpoint.c (bpstat_stop_status): Ditto.
1129 (clear_command, breakpoint_re_set_one): Ditto.
1130
1131 2003-11-07 Andrew Cagney <cagney@redhat.com>
1132
1133 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
1134 * bcache.c (struct bstring): Make "length" an unsigned short, add
1135 "half_hash".
1136 (struct bcache): Add "half_hash_error_count".
1137 (bcache): Compute and save the "half_hash". Compare the
1138 "half_hash" before comparing the length. Update
1139 half_hash_error_count.
1140
1141 2003-11-07 Andrew Cagney <cagney@redhat.com>
1142
1143 * inftarg.c (child_xfer_partial): New function
1144 (init_child_ops): Set "to_xfer_partial".
1145
1146 2003-11-07 Andrew Cagney <cagney@redhat.com>
1147
1148 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
1149 set "return_value" instead of "use_struct_convention".
1150 (ppc_linux_use_struct_convention): Delete function.
1151 (ppc_linux_return_value): New function.
1152 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
1153 (ppc_sysv_abi_broken_return_value): New function.
1154 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
1155 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
1156 static.
1157 (ppc_sysv_abi_extract_return_value): Delete function.
1158 (ppc_sysv_abi_broken_extract_return_value): Delete function.
1159 (ppc_sysv_abi_store_return_value): Delete function.
1160 (ppc_sysv_abi_broken_store_return_value): Delete function.
1161 (ppc_sysv_abi_use_struct_convention): Delete function.
1162 (ppc64_sysv_abi_use_struct_convention): Delete function.
1163 (ppc64_sysv_abi_extract_return_value): Delete function.
1164 (ppc64_sysv_abi_store_return_value): Delete function.
1165 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
1166 (ppcnbsd_init_abi): Set "return_value", instead of
1167 "use_struct_convention", "extract_return_value", and
1168 "store_return_value".
1169 (ppcnbsd_use_struct_convention): Delete function.
1170 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
1171 (ppc_sysv_abi_return_value): Declare.
1172 (ppc_sysv_abi_broken_return_value): Declare.
1173 (ppc_sysv_abi_use_struct_convention): Delete.
1174 (ppc_sysv_abi_store_return_value): Delete.
1175 (ppc_sysv_abi_extract_return_value): Delete.
1176 (ppc_sysv_abi_broken_store_return_value): Delete.
1177 (ppc_sysv_abi_broken_extract_return_value): Delete.
1178 (ppc64_sysv_abi_use_struct_convention): Delete.
1179 (ppc64_sysv_abi_extract_return_value): Delete.
1180 (ppc64_sysv_abi_store_return_value): Delete.
1181 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
1182 set "return_value" instead of "extract_return_value",
1183 "store_return_value", and "use_struct_convention".
1184
1185 2003-11-07 Mark Kettenis <kettenis@gnu.org>
1186
1187 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
1188
1189 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
1190 fscanf.
1191
1192 2003-11-07 Mark Kettenis <kettenis@gnu.org>
1193
1194 * fbsd-proc.c: Fix formatting.
1195
1196 2003-11-06 Kevin Buettner <kevinb@redhat.com>
1197
1198 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
1199 Define.
1200 (new_variant): Set name for iacc0_regnum.
1201 (frv_register_name): Accommodate pseudo-registers.
1202 (frv_register_type): Add case for iacc0_regnum.
1203 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
1204 (frv_gdbarch_init): Set number of pseudo registers. Establish
1205 pseudo-register read/write methods.
1206
1207 2003-11-06 Andrew Cagney <cagney@redhat.com>
1208
1209 * valops.c (destructor_name_p): Replace STREQN with strncmp.
1210 * top.c (command_line_input): Ditto.
1211 * objc-exp.y (yylex): Ditto.
1212 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
1213 * jv-exp.y (yylex): Ditto.
1214 * f-exp.y (yylex): Ditto.
1215 * event-top.c (command_line_handler): Ditto.
1216 * environ.c (get_in_environ): Ditto.
1217 (set_in_environ): Ditto.
1218 * dwarfread.c (handle_producer): Ditto.
1219 * dbxread.c (process_one_symbol): Ditto.
1220 * c-typeprint.c (c_type_print_base): Ditto.
1221 * c-exp.y (yylex): Ditto.
1222
1223 2003-11-06 Andrew Cagney <cagney@redhat.com>
1224 Jeff Johnston <jjohnstn@redhat.com>
1225
1226 * target.c (add_target): Only set "to_xfer_partial" when NULL.
1227 (init_dummy_target): Set "to_xfer_partial".
1228
1229 2003-11-06 Andrew Cagney <cagney@redhat.com>
1230
1231 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
1232 REGISTER_CONVENTION.
1233
1234 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1235
1236 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
1237 static.
1238
1239 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1240
1241 * breakpoint.c (remove_breakpoint): Take an bp_location
1242 instead of a breakpoint argument. Check the bp_location's type.
1243 Fix a reversed condition for hardware breakpoints.
1244
1245 (insert_bp_location): Update call to remove_breakpoint.
1246 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
1247 (remove_hw_watchpoints): Likewise.
1248 (reattach_breakpoints): Likewise.
1249 (detach_breakpoints): Likewise.
1250 (delete_breakpoint): Likewise.
1251
1252 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1253
1254 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
1255 (beakpoint_init_inferior): Likewise.
1256 (breakpoint_here_p): Likewise. Only check addresses for software
1257 or hardware breakpoints.
1258 (breakpoint_inserted_here_p): Likewise.
1259 (breakpoint_thread_match): Likewise. Correct comment.
1260 (bpstat_have_active_hw_watchpoints): Likewise.
1261 (check_duplicates): Likewise.
1262
1263 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1264
1265 * breakpoints.c (insert_bp_location): New function, broken out
1266 from insert_breakpoints. Work on an bp_location instead of a
1267 breakpoint.
1268 (insert_breakpoints): Use it.
1269
1270 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1271
1272 * breakpoint.h (struct bp_location): Add section.
1273 (struct breakpoint): Remove section.
1274 * breakpoint.c (insert_breakpoints, remove_breakpoint)
1275 (breakpoint_here_p, breakpoint_inserted_here_p)
1276 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
1277 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
1278 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
1279 section through loc.
1280
1281 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1282
1283 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
1284 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
1285
1286 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1287
1288 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
1289 arguments. Initialize owner and type for the new breakpoint
1290 location item.
1291 (set_raw_breakpoint): Update call to allocate_bp_location.
1292
1293 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1294
1295 * breakpoint.h (struct bp_location): Add a chain pointer.
1296 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
1297 macros.
1298 (bp_location_chain): New variable.
1299 (allocate_bp_location): New function.
1300 (set_raw_breakpoint): Use it.
1301 (delete_breakpoint): Remove ->loc from the bp_location_chain.
1302
1303 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1304
1305 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
1306 (struct breakpoint): Remove address, shadow_contents, inserted,
1307 requested_address, and duplicate. Add a struct bp_location.
1308 * breakpoint.c (condition_command, read_memory_nobpt)
1309 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
1310 (reattach_breakpoints, update_breakpoints_after_exec)
1311 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
1312 (breakpoint_init_inferior, breakpoint_here_p)
1313 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
1314 (breakpoint_thread_match, bpstat_stop_status)
1315 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
1316 (describe_other_breakpoints, check_duplicates)
1317 (make_breakpoint_permanent, create_thread_event_breakpoint)
1318 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
1319 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
1320 (watch_command_1, print_one_exception_catchpoint)
1321 (clear_command, breakpoint_re_set_one): Adjust member accesses to
1322 use the breakpoint's ->loc.
1323 (set_raw_breakpoint): Likewise. Initialize ->loc.
1324 (delete_breakpoint): Likewise. Free ->loc.
1325
1326 2003-11-05 Andrew Cagney <cagney@redhat.com>
1327
1328 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
1329 macro.
1330 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
1331 * config/i386/tm-cygwin.h
1332 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
1333 * config/powerpc/tm-linux.h
1334 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
1335 (at_subroutine_call_instruction_target): Delete declaration.
1336 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
1337 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
1338 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
1339
1340 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
1341 "struct bfd_section" and "struct bfd".
1342 * target.h (struct section_table): Ditto.
1343 * rs6000-nat.c (xcoff_relocate_core): Ditto.
1344 * solib-svr4.c (elf_locate_base): Ditto.
1345 * pa64solib.c (dld_cache_t): Ditto.
1346 * objfiles.h (struct obj_section): Ditto.
1347 * objfiles.c (add_to_objfile_sections): Ditto.
1348 * exec.c (bfdsec_to_vmap): Ditto.
1349 (add_to_section_table): Ditto.
1350 (build_section_table): Ditto.
1351 * corelow.c (get_core_register_section): Ditto.
1352 * coffread.c (find_linenos): Ditto.
1353 * elfread.c (elf_interpreter): Delete #if0'd function.
1354
1355 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
1356 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
1357 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
1358 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
1359
1360 * arch-utils.h (generic_cannot_extract_struct_value_address):
1361 Delete declaration.
1362 * wince.c (_initialize_wince): Fix multi-line string.
1363 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
1364
1365 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
1366
1367 * top.c (execute_command): Fix broken logic for command execution
1368 while inferior is running in async mode.
1369
1370 2003-11-06 Mark Kettenis <kettenis@gnu.org>
1371
1372 * dwarf2-frame.c (execute_cfa_program): Mark register as
1373 REG_SAVED_REG for DW_CFA_register opcode.
1374
1375 2003-11-05 Mark Kettenis <kettenis@gnu.org>
1376
1377 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
1378 %rsp, %rip and %eflags to match ABI-change.
1379
1380 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
1381
1382 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
1383 (ia64_gdbarch_init): Don't bother calculating the os.
1384 Instead use the gdbarch_info struct and look at the osabi field.
1385 Also use gdbarch_list_lookup_by_info() to look for a
1386 candidate gdbarch.
1387
1388 2003-11-05 Kevin Buettner <kevinb@redhat.com>
1389
1390 * frv-tdep.c (frv_register_byte): Delete.
1391 (frv_extract_return_value, frv_store_return_value)
1392 (frv_extract_struct_value_address): Don't call frv_register_byte().
1393 Convert to non-deprecated form.
1394 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
1395 Convert calls to set_gdbarch_deprecated_extract_return_value(),
1396 set_gdbarch_deprecated_store_return_value(), and
1397 set_gdbarch_deprecated_extract_struct_value_address() into
1398 non-deprecated forms.
1399
1400 2003-11-05 Andrew Cagney <cagney@redhat.com>
1401
1402 * mips-tdep.c (mips_dump_tdep): Do not print
1403 PRINT_EXTRA_FRAME_INFO.
1404 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
1405 Rename PRINT_EXTRA_FRAME_INFO.
1406 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
1407 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
1408 (mips_print_extra_frame_info): Delete declaration.
1409 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
1410
1411 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
1412
1413 * coffread.c (coff_symtab_read): Remove passing of info parameter
1414 to prim_record_minimal_symbol_and_info.
1415
1416 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
1417
1418 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
1419 (decode_base_type): Delete ifdeffed out code.
1420
1421 2003-11-04 Andrew Cagney <cagney@redhat.com>
1422
1423 * symtab.c (find_active_alias): Delete function.
1424 (lookup_block_symbol): Delete alias code.
1425 * stabsread.c (resolve_live_range): Delete function.
1426 (add_live_range): Delete function.
1427 (resolve_symbol_reference): Delete function.
1428 (define_symbol): Delete live range and alias code.
1429 (scan_file_globals): Delete alias code.
1430 * symtab.h (SYMBOL_RANGES): Delete macro.
1431 (struct range_list): Delete structure.
1432 (struct symbol): Delete field "ranges".
1433 (SYMBOL_ALIASES): Delete macro.
1434 (struct alias_list): Delete structure.
1435 (struct symbol): Delete field "aliases".
1436
1437 2003-11-04 Michael Snyder <msnyder@redhat.com>
1438
1439 * MAINTAINERS: Remove myself as owner of breakpoints and
1440 of sparc/solaris.
1441
1442 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
1443
1444 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
1445 (sh_sh4al_dsp_register_name): Ditto.
1446 (sh4_nofpu_show_regs): Ditto.
1447 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
1448 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
1449
1450 2003-11-03 Andrew Cagney <cagney@redhat.com>
1451
1452 * bcache.c: Include "gdb_assert.h".
1453 (struct bcache): Add fields "expand_count" and
1454 "expand_hash_count".
1455 (expand_hash_table): Update the expand counts.
1456 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
1457 on object sizes and hashes.
1458 * Makefile.in (bcache.o): Update dependencies.
1459
1460 2003-11-03 Andrew Cagney <cagney@redhat.com>
1461
1462 * exec.c (xfer_memory): Eliminate xfer_fn.
1463
1464 2003-10-31 Kevin Buettner <kevinb@redhat.com>
1465
1466 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
1467 (opcodes/frv-desc.h): Include.
1468 (iacc0h_regnum, iacc0l_regnum): Define.
1469 (last_spr_regnum, frv_num_regs): Update.
1470 (new_variant): Don't supply default names for holes in the SPRs.
1471 Supply names for iacc0h_regnum and iacc0l_regnum.
1472 (frv_register_type): Use symbolic constants first_fpr_regnum and
1473 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
1474 builtin_type_int instead of builtin_type_int32.
1475 (frv_register_sim_regno): New function.
1476 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
1477 * Makefile.in (gdb_sim_frv_h): Define.
1478 (frv-tdep.o): Update dependencies.
1479
1480 2003-10-31 Andrew Cagney <cagney@redhat.com>
1481
1482 * avr-tdep.c (avr_frame_this_id): Do not call
1483 deprecated_inside_entry_file.
1484 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
1485 * m32r-tdep.c (m32r_frame_this_id): Ditto.
1486 * d10v-tdep.c (d10v_frame_this_id): Ditto.
1487 * arm-tdep.c (arm_prologue_this_id): Ditto.
1488 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
1489
1490 2003-10-31 Jim Blandy <jimb@redhat.com>
1491
1492 * elfread.c (elf_symtab_read): Allocate correct number of tail
1493 elements to sectinfo structure. (Fix from Woody LaRue.)
1494
1495 2003-10-31 Andrew Cagney <cagney@redhat.com>
1496
1497 * stack.c (return_command): Use get_frame_type, instead of
1498 CALL_DUMMY_HAS_COMPLETED.
1499 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
1500 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
1501
1502 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1503
1504 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
1505 explicitly specify size of array.
1506 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
1507 TDEP->sc_num_regs.
1508
1509 2003-10-31 Andrew Cagney <cagney@redhat.com>
1510
1511 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
1512 function.
1513 (s390_gdbarch_init): Set extract_struct_value_address.
1514 * arch-utils.c (generic_cannot_extract_struct_value_address):
1515 Delete function.
1516 * arch-utils.h (generic_cannot_extract_struct_value_address):
1517 Delete definition.
1518
1519 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1520
1521 * i386-linux-nat.c (fetch_core_registers): Remove.
1522 (linux_elf_core_fns): Remove.
1523 (_initialize_i386_linux_nat): Remove.
1524
1525 2003-10-31 Andrew Cagney <cagney@redhat.com>
1526
1527 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
1528 "exec.h".
1529 (exec_entry_point): New function.
1530 (enable_break): Create a "tmp_bfd_target", use that and
1531 entry_point_address when computing the relocation offset.
1532 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
1533 * Makefile.in (solib-svr4.o): Update dependencies.
1534
1535 2003-10-31 Andrew Cagney <cagney@redhat.com>
1536
1537 * defs.h (XZALLOC): Define.
1538 * target.h (struct target_ops): Add "to_data";
1539 * bfd-target.h, bfd-target.c: New files.
1540 * Makefile.in (SFILES): Add "bfd-target.c".
1541 (COMMON_OBS): Add "bfd-target.o".
1542 (bfd-target.o): Specify dependencies.
1543 (bfd_target_h): Define.
1544 * defs.h (XZALLOC): Define.
1545
1546 2003-10-31 Andrew Cagney <cagney@redhat.com>
1547
1548 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
1549 adjust_breakpoint_address.
1550 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
1551 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
1552 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
1553 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
1554
1555 2003-10-31 Andrew Cagney <cagney@redhat.com>
1556
1557 * target.h (struct target_ops): Replace "to_read_partial" and
1558 "to_write_partial" with "to_xfer_partial". Update comments.
1559 * target.c (debug_to_write_partial): Delete function.
1560 (debug_to_xfer_partial): Replace debug_to_read_partial.
1561 (add_target, update_current_target, setup_target_debug): Set
1562 "to_xfer_partial" instead of "to_read_partial" and
1563 "to_write_partial".
1564 (default_xfer_partial): Replace "default_write_partial".
1565 (default_read_partial): Delete.
1566 (target_read_partial, target_write_partial): Call
1567 "to_xfer_partial".
1568 * remote.c (init_remote_ops): Set "to_xfer_partial".
1569 (init_remote_async_ops): Ditto.
1570 (remote_xfer_partial): Replace "remote_read_partial".
1571
1572 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1573
1574 * i386-tdep.c (i386_supply_fpregset): Support floating-point
1575 registers in `fxsave' format.
1576 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
1577
1578 2003-10-30 Mark Kettenis <kettenis@gnu.org>
1579
1580 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
1581 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
1582 TDEP->gregset_num_regs and tdep->sizeof_gregset.
1583
1584 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
1585 specify size of array.
1586 (i386_linux_init_abi): Remove initialization of
1587 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
1588 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
1589
1590 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
1591 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
1592 core-regset.o.
1593
1594 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
1595 the ELF header.
1596
1597 2003-10-29 Mark Kettenis <kettenis@gnu.org>
1598
1599 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
1600 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
1601 core-regset.o.
1602
1603 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
1604
1605 * corelow.c: Include "arch-utils.h", "regset.h" and
1606 "gdb_assert.h".
1607 (core_gdbarch): New variable.
1608 (sniff_core_bfd): Don't sniff if we have support for register sets
1609 in CORE_GDBARCH.
1610 (core_close): Reset CORE_GDBARCH.
1611 (core_open): Initialize CORE_GDBARCH.
1612 (get_core_register_section): Use register sets if they are
1613 supported by CORE_GDBARCH.
1614 (get_core_registers): Don't print error message if we have support
1615 for register sets in CORE_GDBARCH.
1616
1617 2003-10-29 Andrew Cagney <cagney@redhat.com>
1618
1619 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
1620 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
1621
1622 2003-10-29 Mark Kettenis <kettenis@gnu.org>
1623
1624 * objfiles.h (clear_objfile_data): New prototype.
1625 * objfiles.c (clear_objfile_data): New function.
1626 * symfile.c (reread_symbols): Clear per-objfile data.
1627
1628 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
1629
1630 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
1631 printf_unfiltered instead of printf_filtered for output messages.
1632 (add_symbol_file_command): Ditto.
1633 (reread_symbols): Ditto.
1634 (overlay_auto_command): Ditto.
1635 (overlay_manual_command): Ditto.
1636 (overlay_off_command): Ditto.
1637
1638 2003-10-27 Mark Kettenis <kettenis@gnu.org>
1639
1640 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
1641 (gdbarch_from_bfd): New function.
1642 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
1643 deprecated_select_gdbarch_hack.
1644 * arch-utils.h (gdbarch_from_bfd): New prototype.
1645
1646 2003-10-27 Andrew Cagney <cagney@redhat.com>
1647
1648 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
1649 arch_info. Use warning instead of fprintf_filtered. Do not use
1650 deprecated bfd_printable_arch_mach.
1651
1652 2003-10-26 Kevin Buettner <kevinb@redhat.com>
1653
1654 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
1655 Delete.
1656 (frv_register_type): Rename from frv_register_virtual_type. Add
1657 ``struct gdbarch *'' parameter.
1658 (frv_gdbarch_init): Delete calls to the following functions:
1659 set_gdbarch_deprecated_size(),
1660 set_gdbarch_deprecated_register_bytes(),
1661 set_gdbarch_deprecated_register_raw_size(),
1662 set_gdbarch_deprecated_max_register_raw_size(),
1663 set_gdbarch_deprecated_register_virtual_size(),
1664 set_gdbarch_deprecated_max_register_virtual_size(),
1665 set_gdbarch_deprecated_register_virtual_size(),
1666 set_gdbarch_deprecated_register_virtual_type().
1667 Add call to function set_gdbarch_register_type().
1668
1669 2003-10-26 Mark Kettenis <kettenis@gnu.org>
1670
1671 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
1672 FDOFF_REGNUM): Remove defines.
1673 * win32-nat.c (do_child_fetch_inferior_registers): Include
1674 "i387-tdep.h".
1675 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
1676 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
1677 undefine I387_ST0_REGNUM.
1678
1679 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
1680 * x86-64-tdep.c (x86_64_store_return_value): Use
1681 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
1682
1683 Change register numbers to enumartion values.
1684 * i386-tdep.h (enum i386_regnum): New.
1685 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1686 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
1687 I386_ST0_REGNUM): Remove defines.
1688 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1689 I386_EDI_REGNUM): Remove defines.
1690
1691 2003-10-24 Andrew Cagney <cagney@redhat.com>
1692
1693 * target.c: Include "gdbcore.h".
1694 (get_target_memory, get_target_memory_unsigned): New functions.
1695 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
1696 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
1697 Use get_target_memory_unsigned.
1698 * Makefile.in (target.o): Update dependencies.
1699
1700 2003-10-24 Andrew Cagney <cagney@redhat.com>
1701
1702 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
1703 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
1704 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
1705 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
1706 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
1707
1708 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
1709 (can_run_code_for): Use the OO term "singleton".
1710
1711 2003-10-23 Andrew Cagney <cagney@redhat.com>
1712
1713 * Makefile.in (stack.o): Add $(regcache_h).
1714 * stack.c: Include "regcache.h"
1715 (return_command): Rewrite. Use get_frame_id and
1716 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
1717 about unhandled return-values.
1718 * value.h (set_return_value): Delete declaration.
1719 * values.c (set_return_value): Delete function.
1720
1721 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
1722
1723 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
1724 (pseudo_regs): Add comment regarding register stack registers.
1725 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
1726 (floatformat_valid): New static routine.
1727 (floatformat_ia64_ext): Add name field and set up is_valid routine
1728 to floatformat_valid().
1729 (examine_prologue): For the previous cfm, use
1730 frame_unwind_register()
1731 if the cfm is not stored in a register-stack register. Save the
1732 previous cfm value in the prev_cfm field. Add debug output.
1733 (ia64_frame_this_id): Use frame_id_build_special() to also register
1734 the bsp. Add debug output.
1735 (ia64_sigtramp_frame_this_id): Ditto.
1736 (ia64_frame_prev_register): Look at cache saved_regs for a few more
1737 registers and also add some checks for framelessness before accepting
1738 current register values for fields such as return address. For cfm,
1739 use the cached prev_cfm field if available. Add comment to explain
1740 PSR logic. Add debug output.
1741 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
1742 as part of initialization.
1743 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
1744 calculated. Cache the bsp and cfm values.
1745 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
1746 instead of using ia64_frame_prev_register() which doesn't expect most
1747 registers to be saved. The saved values for bsp and sp
1748 can be taken from the cache. Add debug output.
1749 (ia64_push_dummy_call): Use frame_id_build_special() to also register
1750 the bsp.
1751
1752 2003-10-23 Jim Blandy <jimb@redhat.com>
1753
1754 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
1755 architecture the current arch can run code for --- but not if it's
1756 a superset.
1757 (can_run_code_for): New function.
1758
1759 2003-10-22 James E Wilson <wilson@specifixinc.com>
1760
1761 * MAINTAINERS: Move myself from paper trail section back to write
1762 after approval section.
1763
1764 2003-10-22 Andrew Cagney <cagney@redhat.com>
1765
1766 * exec.h: New file.
1767 * win32-nat.c: Include "exec.h".
1768 * solib.c: Include "exec.h".
1769 * target.h (build_section_table): Delete declaration.
1770 * somsolib.c: Include "exec.h".
1771 (exec_ops): Delete extern declaration.
1772 * rs6000-nat.c: Update copyright. Include "exec.h".
1773 (exec_ops): Delete extern declaration.
1774 * pa64solib.c: Update copyright. Include "exec.h".
1775 (exec_ops): Delete extern declaration.
1776 * exec.c: Update copyright. Include "exec.h".
1777 * corelow.c: Update dependencies. Include "exec.h".
1778 * Makefile.in (exec_h): Define.
1779 (exec.o, somsolib.o): Update dependencies.
1780 (pa64solib.o, corelow.o): Update dependencies.
1781
1782 2003-10-22 Andrew Cagney <cagney@redhat.com>
1783
1784 * target.c: Include "gdb_assert.h" (target_read): Call
1785 "target_read_partial", not "target_write_partial".
1786 (default_read_partial, default_write_partial): New function.
1787 (target_read_partial, target_write_partial): Simplify, assume that
1788 there is always a read/write method.
1789 (update_current_target, add_target): Always set "to_read_partial"
1790 and "to_write_partial".
1791 (target_write, target_read): Fail on a zero byte transfer.
1792 * Makefile.in (target.o): Update dependencies.
1793 * target.h: Update copyright date.
1794 (target_object): Fix typo.
1795
1796 2003-10-22 Andrew Cagney <cagney@redhat.com>
1797
1798 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
1799 multi-arch method, add "targ" parameter.
1800 (struct target_ops): Declare.
1801 * gdbarch.h, gdbarch.c: Re-generate.
1802 * Makefile.in (c-valprint.o): Update dependencies.
1803 * arch-utils.h: Update copyright.
1804 (convert_from_func_ptr_addr_identity): Declare.
1805 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
1806 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1807 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
1808 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
1809 * infcall.c (find_function_addr, call_function_by_hand): Update.
1810 * c-valprint.c: Include "target.h".
1811 (print_function_pointer_address): Update.
1812
1813 2003-10-22 Andrew Cagney <cagney@redhat.com>
1814
1815 * target.c (target_close): New function.
1816 (debug_to_close): Use "target_close".
1817 (push_target): Use "target_close".
1818 (unpush_target): Use "target_close".
1819 (pop_target): Use "target_close".
1820 * target.h (struct target_ops): Add "to_xclose".
1821 (target_open): Delete macro. Move comment to "to_open".
1822 (target_close): Replace macro with function that takes a target.
1823 * top.c (quit_target): Pass "current_target" to "target_close".
1824
1825 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
1826
1827 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
1828 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1829 * symtab.h (lookup_minimal_symbol_text): Update.
1830 * breakpoint.c (create_overlay_event_breakpoint,
1831 create_longjmp_breakpoint): Update callers.
1832 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
1833 * symtab.c (find_pc_sect_line): Ditto.
1834
1835 2003-10-21 Andrew Cagney <cagney@redhat.com>
1836
1837 * target.c (errno): Delete extern declaration.
1838
1839 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
1840
1841 * ia64-tdep.c: Change all occurrences of
1842 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
1843 (ia64_frame_prev_register): Minor whitespace change.
1844
1845 2003-10-20 Michael Chastain <mec@shout.net>
1846
1847 * config/djgpp/fnchange.lst: Add lines for:
1848 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
1849 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
1850 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
1851 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
1852 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
1853 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
1854 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
1855
1856 2003-10-20 Andrew Cagney <cagney@redhat.com>
1857
1858 * values.c (register_value_being_returned): Update comments. Use
1859 "gdbarch_return_value" when available.
1860 (using_struct_return): Ditto.
1861 (set_return_value): Ditto. Use "gdbarch_return_value" when
1862 available.. Print a warning, and not an error, when an unhandled
1863 return type is encountered.
1864 * infcmd.c: Include "gdb_assert.h".
1865 (print_return_value): When gdbarch_return_value_p, and using
1866 struct return, assume that the value is not available.
1867 * defs.h (return_value_convention): Define.
1868 * gdbarch.sh (gdbarch_return_value): New predicate method.
1869 * gdbarch.h, gdbarch.c: Re-generate
1870 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
1871
1872 2003-10-20 Andrew Cagney <cagney@redhat.com>
1873
1874 * symtab.c: Replace "struct sec" with "struct bfd_section".
1875 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
1876
1877 2003-10-19 Michael Chastain <mec@shout.net>
1878
1879 * config/djgpp/fnchange.lst: Add lines for:
1880 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
1881 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
1882 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
1883
1884 2003-10-19 Mark Kettenis <kettenis@gnu.org>
1885
1886 * amd64fbsd-nat.c (fetch_inferior_registers,
1887 store_inferior_registers): Remove functions.
1888 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
1889
1890 2003-10-18 Mark Kettenis <kettenis@gnu.org>
1891
1892 Add NetBSD/amd64 native configuration:
1893 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
1894 * amd64nbsd-tdep.c: New file.
1895 * amd64nbsd-nat.c: New file.
1896 * amd64bsd-nat.c: New file.
1897 * config/i386/nbsd64.mh: New file.
1898 * config/i386/nbsd64.mt: New file.
1899 * configure.host: Add x86_64-*-netbsd*.
1900 * configure.tgt: Add x86_64-*-netbsd*.
1901 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
1902 New targets.
1903 * NEWS (New native configurations): Mention NetBSD/amd64.
1904
1905 2003-10-17 Michael Chastain <mec@shout.net>
1906
1907 * config/djgpp/fnchange.lst: Remove dead lines for:
1908 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
1909 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
1910 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
1911 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
1912 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
1913 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
1914 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
1915 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
1916 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
1917 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
1918 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
1919 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
1920 gdb/config/sparc/tm-sparclite.h,
1921 gdb/gdbtk/generic/ChangeLog-2001,
1922 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
1923 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
1924 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
1925 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
1926 gdb/testsuite/gdb.mi/mi0-var-block.exp,
1927 gdb/testsuite/gdb.mi/mi0-var-child.exp,
1928 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
1929 gdb/testsuite/gdb.mi/mi0-var-display.exp,
1930 itcl/iwidgets3.0.0/demos/extfileselectionbox,
1931 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
1932 itcl/iwidgets3.0.0/demos/fileselectionbox,
1933 itcl/iwidgets3.0.0/demos/fileselectiondialog,
1934 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
1935 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
1936 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
1937 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
1938 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
1939 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
1940 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
1941 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
1942 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
1943 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
1944 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
1945 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
1946 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
1947 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
1948 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
1949 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
1950 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
1951 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1952 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1953 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1954 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1955 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1956 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1957 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1958 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1959 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1960 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1961 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1962 itcl/iwidgets3.0.0/demos/html/shell.n.html,
1963 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1964 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1965 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1966 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1967 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1968 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1969 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1970 itcl/iwidgets3.0.0/demos/scrolledcanvas,
1971 itcl/iwidgets3.0.0/demos/scrolledframe,
1972 itcl/iwidgets3.0.0/demos/scrolledhtml,
1973 itcl/iwidgets3.0.0/demos/scrolledlistbox,
1974 itcl/iwidgets3.0.0/demos/scrolledtext,
1975 itcl/iwidgets3.0.0/demos/selectionbox,
1976 itcl/iwidgets3.0.0/demos/selectiondialog,
1977 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1978 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1979 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1980 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1981 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1982 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1983 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1984 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1985 itcl/iwidgets3.0.0/doc/scrolledframe.n,
1986 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1987 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1988 itcl/iwidgets3.0.0/doc/scrolledtext.n,
1989 itcl/iwidgets3.0.0/doc/selectionbox.n,
1990 itcl/iwidgets3.0.0/doc/selectiondialog.n,
1991 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1992 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1993 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
1994 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
1995 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
1996 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
1997 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
1998 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
1999 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
2000 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
2001 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
2002 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
2003 itcl/iwidgets3.0.0/generic/selectionbox.itk,
2004 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
2005 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
2006 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
2007 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
2008 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
2009 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
2010 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
2011 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
2012 itcl/iwidgets3.0.0/tests/scrolledframe.test,
2013 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
2014 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
2015 itcl/iwidgets3.0.0/tests/scrolledtext.test,
2016 itcl/iwidgets3.0.0/tests/selectionbox.test,
2017 itcl/iwidgets3.0.0/tests/selectiondialog.test,
2018 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
2019 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
2020 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
2021 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
2022 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
2023 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
2024 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
2025 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
2026 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
2027 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
2028 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
2029 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
2030 tk/mac/tkMacProjects.sit.hqx.
2031
2032 2003-10-17 Andrew Cagney <cagney@redhat.com>
2033
2034 * target.c (target_section_by_addr): New function.
2035 (do_xfer_memory): Use "target_section_by_addr".
2036 * target.h (target_section_by_addr): Declare.
2037
2038 * target.h (struct target_ops): Add "to_read_partial" and
2039 "to_write_partial", delete "to_query".
2040 (target_read_partial, target_write_partial): Declare.
2041 (target_read, target_write): Declare.
2042 (target_query): Delete macro.
2043 * target.c (target_read_partial): New function.
2044 (target_write_partial, target_read, target_write): New function.
2045 (update_current_target): Delete inheritance of "to_query". Add
2046 comments about "to_read_partial" and "to_write_partial".
2047 (debug_to_partial_read, debug_to_partial_write): New functions.
2048 (debug_to_query): Delete function.
2049 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
2050 instead of "to_query".
2051 * remote.c (remote_read_partial): Replace "remote_query".
2052 (init_remote_ops): Set "to_read_partial" instead of "to_query".
2053 (init_remote_async_ops): Ditto.
2054 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
2055 "target_read_partial" instead of "target_query".
2056 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
2057 Use "target_read_partial" instead of "target_query".
2058
2059 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
2060
2061 * frame.h (struct frame_id): Add new field: special_addr.
2062 (frame_id_build_special): New prototype.
2063 * frame.c (frame_id_build_special): New function.
2064 (frame_id_build): Change to call frame_id_build_special().
2065 (frame_id_eq): Change to also test special_addr field.
2066 (frame_id_inner): Update comment.
2067
2068 2003-10-17 Andrew Cagney <cagney@redhat.com>
2069
2070 * target.c (update_current_target): Perform the target cleanup.
2071 Put the target stack beneath the squashed "current_target".
2072 (add_target): Delete disabled call to "cleanup_target".
2073 (cleanup_target): Delete function.
2074 (push_target, unpush_target): Do not call "cleanup_target".
2075
2076 2003-10-17 Andrew Cagney <cagney@redhat.com>
2077
2078 * target.c (target_stack): Change to a static target_ops.
2079 (update_current_target): Walk the "struct target_ops" stack.
2080 (pop_target, do_xfer_memory, target_info): Ditto.
2081 (find_target_beneath): Ditto.
2082 (push_target): Rewrite to use the "struct target_ops" stack.
2083 (unpush_target): Ditto.
2084 * target.h (struct target_stack_item): Delete definition.
2085 (target_stack): Delete declaration.
2086 (struct target_ops): Add field "beneath".
2087
2088 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
2089
2090 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
2091 declaration.
2092 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
2093 (h8300_examine_prologue): Use h8300_normal_mode flag
2094 (h8300_gdbarch_init): Set architecture info for normal mode
2095
2096 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
2097
2098 * remote.c (remote_protocol_vcont): New variable.
2099 (set_remote_protocol_vcont_packet_cmd): New function.
2100 (show_remote_protocol_vcont_packet_cmd): New function.
2101 (init_all_packet_configs): Handle remote_protocol_vcont.
2102 (remote_vcont_probe): New function.
2103 (remote_vcont_resume): New function.
2104 (remote_resume): Use it.
2105 (remote_async_resume): Call remote_resume.
2106 (_initialize_remote): Add verbose-resume packet commands.
2107
2108 2003-10-16 Andrew Cagney <cagney@redhat.com>
2109
2110 * infrun.c (handle_inferior_event): Add comment about
2111 "frame_id_inner" being too weak.
2112
2113 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
2114
2115 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
2116 second parameter, which is always null. Remove
2117 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
2118 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
2119 accordingly.
2120 * somsolib.c (som_solib_create_inferior_hook,
2121 som_solib_desire_dynamic_linker_symbols): Update callers.
2122 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
2123
2124 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
2125
2126 * remote-m32r-sdi.c : New file, interface to m32r on-chip
2127 debug interface, SDI (Scalable Debug Interface).
2128 * NEWS: Mention m32r SDI protocol was supported.
2129 * Makefile.in (remote-m32r-sdi.o): Add build rule.
2130 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
2131
2132 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
2133
2134 * ia64-linux-tdep.c: Include gdbcore.h.
2135 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
2136 (ia64_linux_sigcontext_register_addr): Find the address of the
2137 sigcontext area stored in the sigframe instead of using
2138 a magic offset constant.
2139
2140 2003-10-15 Andrew Cagney <cagney@redhat.com>
2141
2142 * remote.c (remote_search): Delete function.
2143 * target.h (target_search): Delete disabled macro.
2144 (struct target_ops): Delete disabled field "to_search".
2145
2146 2003-10-14 Kevin Buettner <kevinb@redhat.com>
2147
2148 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
2149 instead of deprecated_inside_entry_file().
2150
2151 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
2152
2153 * sh-tdep.c: Fix copy/paste hangover in comment.
2154 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
2155 mode.
2156 (sh3e_sh4_extract_return_value): Ditto.
2157
2158 2003-10-13 Richard Henderson <rth@redhat.com>
2159
2160 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
2161 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
2162 match c_val_print a bit closer.
2163
2164 2003-10-13 Kevin Buettner <kevinb@redhat.com>
2165
2166 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
2167 (frv_gdbarch_adjust_breakpoint_address): New function.
2168 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
2169 method.
2170
2171 2003-10-13 Kevin Buettner <kevinb@redhat.com>
2172
2173 * breakpoint.h (struct breakpoint): Add new member
2174 ``requested_address''.
2175 * breakpoint.c (breakpoint_adjustment_warning)
2176 (adjust_breakpoint_address): New static functions.
2177 (print_it_typical): Issue warning if breakpoint's address is different
2178 from its requested address.
2179 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
2180 (breakpoint_re_set_one): Set breakpoint's
2181 ``requested_address'' field. Set ``address'' field to the
2182 result of calling adjust_breakpoint_address() on the requested
2183 address.
2184
2185 2003-10-13 Kevin Buettner <kevinb@redhat.com>
2186
2187 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
2188 * gdbarch.h, gdbarch.c: Regenerate.
2189
2190 2003-10-11 Mark Kettenis <kettenis@gnu.org>
2191
2192 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
2193 TDEP->sc_num_regs.
2194
2195 * i386fbsd-tdep.c: New file.
2196 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2197 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
2198 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
2199 i386bsd-tdep.c.
2200 (_initialize_i386fbsd_tdep): New function.
2201 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
2202 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
2203 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
2204 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
2205 TDEP->sc_num_regs.
2206 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
2207 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
2208 to initialize TDEP->sc_num_regs.
2209 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2210 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
2211 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
2212 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
2213 FreeBSD ELF OS/ABI's here.
2214 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
2215 (i386fbsd-tdep.o): New target.
2216 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
2217 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
2218
2219 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
2220 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
2221 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
2222 in initialization of TDEP->sc_num_regs.
2223
2224 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
2225 (x86_64_init_abi): Initialize regset_from_core_section if
2226 appropriate.
2227
2228 * i386-tdep.c (i386_regset_from_core_section): New function.
2229 (i386_gdbarch_init): Initialize regset_from_core_section if
2230 appropriate.
2231 * i386-tdep.h (i386_regset_from_core_section): New declaration.
2232
2233 * i386-tdep.h (struct regset): Declare opaque.
2234
2235 * gdbarch.sh (regset_from_core_section): New method.
2236 (struct regset): Declare opaque.
2237 * gdbarch.c, gdbarch.h: Regenerated.
2238
2239 2003-10-11 Alan Modra <amodra@bigpond.net.au>
2240
2241 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
2242 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
2243 Correct test for pc within section.
2244
2245 2003-10-11 Mark Kettenis <kettenis@gnu.org>
2246
2247 * gdbarch.sh: Remove trailing whitepsace from comments.
2248
2249 2003-10-08 Roland McGrath <roland@redhat.com>
2250
2251 * gcore.c (make_mem_sec): Function removed, folded into ...
2252 (gcore_create_callback): ... here. To omit a section, clear its
2253 SEC_LOAD bit rather than zeroing its size.
2254 Omit read-only sections only if they correspond to a known disk file.
2255 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
2256
2257 2003-10-10 Michael Snyder <msnyder@redhat.com>
2258
2259 * d10v-tdep.c: Fix typo in comment.
2260
2261 2003-10-10 Andrew Cagney <cagney@redhat.com>
2262
2263 * rs6000-tdep.c (e500_store_return_value): Delete function.
2264 (e500_extract_return_value): Delete function.
2265 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
2266 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
2267 "ppc_sysv_abi_restore_return_value" where applicable.
2268 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
2269 (ppc_sysv_abi_extract_return_value): Declare.
2270 (ppc_sysv_abi_broken_store_return_value): Declare.
2271 (ppc_sysv_abi_broken_extract_return_value): Declare.
2272 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
2273 * ppc-sysv-tdep.c (return_value_convention): Move definition to
2274 start of file.
2275 (do_ppc_sysv_return_value): New function.
2276 (ppc_sysv_abi_extract_return_value): New function.
2277 (ppc_sysv_abi_store_return_value): New function.
2278 (ppc_sysv_abi_broken_extract_return_value): New function.
2279 (ppc_sysv_abi_broken_store_return_value): New function.
2280 (ppc_sysv_abi_use_struct_convention): Call
2281 do_ppc_sysv_return_value.
2282
2283 2003-10-10 J. Brobecker <brobecker@gnat.com>
2284
2285 * blockframe.c (inside_main_func): No longer use symbol_lookup()
2286 to lookup the main function symbol.
2287
2288 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
2289
2290 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
2291 types correctly.
2292 (sh_push_dummy_call_fpu): Fix argument passing rules.
2293 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
2294 float types.
2295 (sh3e_sh4_store_return_value): Ditto.
2296
2297 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
2298
2299 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
2300 comment.
2301
2302 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
2303
2304 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
2305 more readable code. Accomodate passing of bitfields.
2306
2307 2003-10-10 Andrew Cagney <cagney@redhat.com>
2308
2309 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
2310 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
2311 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
2312 * ppc-sysv-tdep.c: Include "gdb_assert.h".
2313 (ppc64_sysv_abi_push_dummy_call): New function.
2314 (ppc64_sysv_abi_broken_push_dummy_call): New function.
2315 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
2316 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
2317
2318 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2319
2320 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2321 * README: Ditto.
2322 * d10v-tdep.c: Ditto.
2323 * h8300-tdep.c: Ditto.
2324 * remote-e7000.c: Ditto.
2325 * remote-hms.c: Ditto.
2326 * ser-e7kpc.c: Ditto.
2327 * sh-stub.c: Ditto.
2328 * sh-tdep.c: Ditto.
2329 * sh-tdep.h: Ditto.
2330 * sh3-rom.c: Ditto.
2331 * sh64-tdep.c: Ditto.
2332 * top.c: Ditto.
2333 * wince.c: Ditto.
2334 * config/d10v/d10v.mt: Ditto.
2335 * config/sh/embed.mt: Ditto.
2336 * config/sh/linux.mt: Ditto.
2337 * config/sh/tm-linux.h: Ditto.
2338 * config/sh/tm-sh.h: Ditto.
2339 * config/sh/wince.mt: Ditto.
2340
2341 2003-10-09 Andrew Cagney <cagney@redhat.com>
2342
2343 * ppc-tdep.h (struct type): Declare opaque.
2344 * x86-64-tdep.h (struct regcache): Declare opaque.
2345 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
2346 coding style.
2347
2348 2003-10-09 Andrew Cagney <cagney@redhat.com>
2349
2350 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
2351 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
2352 (SOFTWARE_SINGLE_STEP_P): Ditto.
2353 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2354 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
2355 (SOFTWARE_SINGLE_STEP_P): Ditto.
2356 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
2357 software_single_step to rs6000_software_single_step.
2358
2359 2003-10-09 Andrew Cagney <cagney@redhat.com>
2360
2361 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
2362
2363 2003-10-09 Michael Snyder <msnyder@redhat.com>
2364
2365 * frame.h: Fix typo in comment.
2366 * dummy-frame.c: Fix typo in comment.
2367 * d10v-tdep.c: Random whitespace/comment tweaks.
2368
2369 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
2370
2371 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
2372 (sh_push_dummy_code): Delete function, it's only used for dummy calls
2373 on stack.
2374
2375 Based on input by Stephen Clarke (stephen.clarke@superh.com):
2376 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
2377 in detail.
2378
2379 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
2380
2381 * remote-mips.c (mips_initialize): Remove unneeded call to
2382 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2383
2384 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
2385
2386 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
2387 a memory pointer.
2388
2389 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
2390
2391 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
2392 for any lwp we resume.
2393 (running_callback): Add lwps that have pending status events
2394 against them to be considered running.
2395
2396 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
2397
2398 * m32r-tdep.c : Include "dis-asm.h".
2399 * Makefile.in (m32r-tdep.o): Update dependencies.
2400
2401 2003-10-06 J. Brobecker <brobecker@gnat.com>
2402
2403 * completer.h (get_gdb_completer_word_break_characters): Delete.
2404 * completer.c: include language.h.
2405 (gdb_completer_word_break_characters): Delete.
2406 (get_gdb_completer_word_break_characters): Delete.
2407 (location_completer): Use the word break characters of the current
2408 language.
2409 (complete_line): Likewise.
2410 (line_completion_function): Likewise.
2411 (skip_quoted_chars): Likewise.
2412 * Makefile.in (completer.o): Add dependency on language.h.
2413 * top.c (init_main): Set the readline word break characters
2414 to GDB's default word break characters.
2415
2416 2003-10-06 J. Brobecker <brobecker@gnat.com>
2417
2418 * language.h (language_defn): new field, la_word_break_characters.
2419 * language.c (unknown_language_defn): Set new field to
2420 default_word_break_characters.
2421 (auto_language_defn): Likewise.
2422 (local_language_defn): Likewise.
2423 * ada-lang.c (ada_language_defn): Likewise.
2424 * c-lang.c (c_language_defn): Likewise.
2425 (cplus_language_defn): Likewise.
2426 (asm_language_defn): Likewise.
2427 (minimal_language_defn): Likewise.
2428 * f-lang.c (f_language_defn): Likewise.
2429 * jv-lang.c (java_language_defn): Likewise.
2430 * m2-lang.c (m2_language_defn): Likewise.
2431 * objc-lang.c (objc_language_defn): Likewise.
2432 * p-lang.c (pascal_language_defn): Likewise.
2433 * scm-lang.c (scm_language_defn): Likewise.
2434
2435 2003-10-06 Andrew Cagney <cagney@redhat.com>
2436
2437 * ppc-sysv-tdep.c: Re-indent.
2438
2439 2003-10-06 J. Brobecker <brobecker@gnat.com>
2440
2441 * language.h (default_word_break_characters): Add prototype.
2442 * language.c (default_word_break_characters): New function.
2443
2444 2003-10-06 Andreas Schwab <schwab@suse.de>
2445
2446 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
2447 with %eax.
2448
2449 2003-10-06 Andrew Cagney <cagney@redhat.com>
2450
2451 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
2452 "h8500-tdep.c".
2453 (z8k-tdep.o): Delete custom build rule.
2454
2455 2003-10-06 Andrew Cagney <cagney@redhat.com>
2456
2457 * Makefile.in: Update all dependencies.
2458
2459 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
2460 No longer list PA as as obsolete candidate. List m32r as
2461 broken instead of obsolete.
2462
2463 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
2464 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
2465 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
2466 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
2467 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
2468 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
2469 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
2470 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
2471 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
2472 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
2473 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
2474 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
2475 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
2476 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
2477 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
2478 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
2479 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
2480 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
2481 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
2482 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
2483 * config/z8k/z8k.mt: Ditto.
2484
2485 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
2486 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
2487 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
2488 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
2489 sparclite were removed.
2490 * configure.host, configure.tgt: Remove corresponding tuples.
2491
2492 * breakpoint.c, breakpoint.h: Remove obsolete code.
2493 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
2494 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
2495 * stabsread.h, xcoffread.c: Ditto.
2496
2497 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
2498 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
2499 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
2500 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
2501
2502 2003-10-06 David Lecomber <dsl@sources.redhat.com>
2503
2504 * f-valprint.c: Reformatting
2505
2506 2003-10-06 Mark Kettenis <kettenis@gnu.org>
2507
2508 * x86-64-tdep.c: Remove duplicate comment.
2509
2510 * x86-64-tdep.c (x86_64_store_return_value): Don't use
2511 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
2512 names for return values. This fixes a bug since we looked at %rbx
2513 instead of %rdx.
2514
2515 2003-10-05 Mark Kettenis <kettenis@gnu.org>
2516
2517 * x86-64-tdep.c: Include "regset.h".
2518
2519 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
2520 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
2521 sizeof_fpregset.
2522 * i386-tdep.c: Include "regset.h".
2523 (i386_supply_gregset): New function.
2524 (i386_supply_fpregset): New function.
2525 (i386_gdbarch_init): Initialze register set-related members of
2526 TDEP.
2527 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
2528 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
2529
2530 2003-10-03 Andrew Cagney <cagney@redhat.com>
2531
2532 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
2533 set extract_return_value, store_return_value and
2534 use_struct_convention to ppc64_sysv_abi_extract_return_value,
2535 ppc64_sysv_abi_store_return_value and
2536 ppc64_sysv_abi_use_struct_convention.
2537 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
2538 (ppc64_sysv_abi_store_return_value): Declare.
2539 (ppc64_sysv_abi_use_struct_convention): Declare.
2540 * ppc-sysv-tdep.c (enum return_value_convention): Define.
2541 (ppc64_sysv_abi_extract_return_value): New function.
2542 (ppc64_sysv_abi_store_return_value): New function.
2543 (ppc64_sysv_abi_use_struct_convention): New function.
2544 (ppc64_sysv_abi_return_value): New function.
2545
2546 2003-10-03 Andrew Cagney <cagney@redhat.com>
2547
2548 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
2549 convert a descriptor to a function when it's in the ".opd"
2550 section.
2551
2552 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2553
2554 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
2555 reg_size to keep GCC silent.
2556
2557 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2558
2559 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
2560 base for DW_EH_PE_textrel encodings.
2561 (read_encoded_value): Add a DW_EH_PE_textrel case.
2562 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
2563 section.
2564
2565 2003-10-03 Mark Kettenis <kettenis@gnu.org>
2566
2567 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
2568
2569 2003-10-02 Andrew Cagney <cagney@redhat.com>
2570
2571 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
2572 REGISTER_RAW_SIZE.
2573 * gdbarch.h, gdbarch.c: Re-generate.
2574 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
2575 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
2576 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2577 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2578 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
2579 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
2580 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
2581 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
2582 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
2583 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
2584 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
2585 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
2586 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
2587 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
2588 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
2589 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
2590
2591 2003-10-02 Jim Blandy <jimb@redhat.com>
2592
2593 * dwarf2read.c (struct die_info): Doc fix.
2594
2595 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
2596
2597 * sh-tdep.c: Running thru gdb_indent.sh.
2598
2599 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
2600
2601 * sh-tdep.c (sh_justify_value_in_reg): New function.
2602 (sh_stack_allocsize): Ditto.
2603 (flt_argreg_array): New array used for floating point argument
2604 passing.
2605 (sh_init_flt_argreg): New function.
2606 (sh_next_flt_argreg): Ditto.
2607 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
2608 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
2609 Fix argument passing strategy.
2610 (sh_push_dummy_call_nofpu): Ditto.
2611
2612 2003-10-01 Andrew Cagney <cagney@redhat.com>
2613
2614 * value.h (register_value_being_returned): Declare. Replace
2615 "value_being_returned".
2616 * infcall.c (call_function_by_hand): Use
2617 register_value_being_returned.
2618 * infcmd.c (print_return_value): Call
2619 "register_value_being_returned", handle struct return locally.
2620 * values.c (register_value_being_returned): New function. Replace
2621 "value_being_returned".
2622
2623 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
2624
2625 * linux-proc.c (linux_do_registers): New function.
2626 (linux_make_note_section): Use linux_do_registers in case of
2627 single threaded inferior programs.
2628
2629 2003-10-01 Andrew Cagney <cagney@redhat.com>
2630
2631 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
2632 use STRUCT_ADDR. When not using "struct return convention", pass
2633 "0" to "value_being_returned". Add FIXMEs.
2634 * infcmd.c (print_return_value): Pass an explicit 0/1 to
2635 value_being_returned. Add comments.
2636 * values.c (value_being_returned): Add fixme.
2637 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
2638 (hppa_value_returned_from_stack): Add FIXME.
2639
2640 2003-09-30 David Carlton <carlton@kealia.com>
2641
2642 * dwarf2read.c (struct die_info): Add 'parent' field; replace
2643 'has_children' and 'next' by 'child' and 'sibling'.
2644 (read_comp_unit): Rework algorithm, breaking body into
2645 read_die_and_children and read_die_and_siblings.
2646 (read_die_and_children, read_die_and_siblings): New.
2647 (read_full_die): Add 'has_children' argument; set it instead of
2648 the die's 'has_children' field. Minor formatting cleanup.
2649 (free_die_list): Use die->child and die->sibling instead of
2650 die->next.
2651 (dump_die_list): Ditto.
2652 (sibling_die): Use die->sibling.
2653 (psymtab_to_symtab_1): Use die's 'child' field in place of its
2654 'has_children' and 'next' fields.
2655 (process_die, read_file_scope, read_func_scope)
2656 (read_lexical_block_scope, read_structure_scope)
2657 (read_enumeration, read_array_type, read_common_block)
2658 (read_namespace, read_subroutine_type, dump_die): Ditto.
2659
2660 2003-09-30 Andrew Cagney <cagney@redhat.com>
2661
2662 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
2663 to 224, not 220.
2664
2665 2003-09-30 Andrew Cagney <cagney@redhat.com>
2666
2667 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
2668 REGISTER_VIRTUAL_SIZE.
2669 * gdbarch.h, gdbarch.c: Regenerate.
2670 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
2671 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
2672 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
2673
2674 2003-09-29 Andrew Cagney <cagney@redhat.com>
2675
2676 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
2677 REGISTER_VIRTUAL_TYPE.
2678 * gdbarch.h, gdbarch.c: Regenerate.
2679 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
2680 * sh64-tdep.c, sparc-tdep.c: Update.
2681
2682 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
2683 * remote-vxmips.c (vx_read_register): Ditto.
2684 * remote-vx68.c (vx_read_register): Ditto.
2685 * gnu-nat.c (inf_validate_procs): Ditto.
2686
2687 2003-09-29 J. Brobecker <brobecker@gnat.com>
2688
2689 * infcall.c (call_function_by_hand): Fix build failure
2690 introduced in the previous change to this file.
2691
2692 2003-09-29 Andrew Cagney <cagney@redhat.com>
2693
2694 * NEWS: Mention Objective-C.
2695
2696 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
2697
2698 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
2699 test if the register has been saved on the stack.
2700 (arm_scan_prologue_cache): When analysing the instruction
2701 "str lr, [sp, #-4]", save the address where lr has been stored.
2702
2703 2003-09-28 Andrew Cagney <cagney@redhat.com>
2704
2705 * frame.c (frame_read_unsigned_register): Delete function.
2706 * frame.h (frame_read_unsigned_register): Delete declaration.
2707 * sparc-tdep.c (sparc_init_extra_frame_info): Use
2708 get_frame_register_unsigned.
2709 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
2710 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2711 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2712
2713 * frame.h (frame_read_register): Delete declaration.
2714 * frame.c (frame_read_register): Delete function.
2715 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
2716 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
2717 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
2718 * mips-tdep.c (mips_register_to_value): Ditto.
2719 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
2720 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2721
2722 * frame.c (frame_read_signed_register): Delete function.
2723 (frame_read_unsigned_register): Update comments.
2724 * frame.h (frame_read_signed_register): Delete declaration.
2725 * h8300-tdep.c (h8300_print_register): Use
2726 get_frame_register_signed.
2727 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2728
2729 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
2730 Rename VALUE_RETURNED_FROM_STACK.
2731 * infcmd.c (print_return_value): Update.
2732 * infcall.c (call_function_by_hand): Update.
2733
2734 2003-09-28 Mark Kettenis <kettenis@gnu.org>
2735
2736 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
2737 regcache argument and reverse the order of the other two
2738 arguments. Remove local regcache variable. Determine
2739 architecture from REGCACHE. Update comments.
2740 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
2741 reverse the order of the other two arguments. Remove local
2742 regcache variable. Determine architecture from REGCACHE. Update
2743 comments.
2744 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
2745 prototypes. Update comments.
2746 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
2747 comment.
2748 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
2749 Update.
2750 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
2751 * i386-interix-nat.c (supply_fpregset): Update.
2752 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
2753 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
2754 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
2755 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
2756 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
2757 Update.
2758 * i386obsd-tdep.c (fetch_core_registers): Update.
2759 * i386v4-nat.c (supply_fpregset): Update.
2760 * x86-64-linux-nat.c (supply_fpregset): Update.
2761 * x86-64-linux-tdep.c (fetch_core_registers): Update.
2762
2763 2003-09-27 Mark Kettenis <kettenis@gnu.org>
2764
2765 * i386-tdep.h: Put opaque declarations in alphabetical
2766 order. Remove spurious whitespace.
2767 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
2768 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
2769 * i386-tdep.c (MM0_REGNUM): Remove define.
2770 (i386_mmx_regnum_p): Add gdbarch argument.
2771 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
2772 Rewrite using new macro definitions for FPU/SSE registers.
2773 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
2774 definitions from i387-tdep.h.
2775 (i386_register_name): Update.
2776 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
2777 new macro definitions for FPU/SSE registers.
2778 (i386_extract_return_value): Determine whether floating-point
2779 registers are present by examining REGCACHE's architecture.
2780 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
2781 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
2782 FPU/SSE registers.
2783 (i386_register_type): Update.
2784 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
2785 definitions for FPU registers. Use REGCACHE's architecture to
2786 determine the appropriate register numbers.
2787 (i386_pseudo_register_read, i386_pseudo_register_write,
2788 i386_register_reggroup_p): Update.
2789 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
2790 TDEP->mm0_regnum.
2791 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
2792 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
2793 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
2794 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
2795 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
2796 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
2797 *' to `void *'.
2798 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
2799 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
2800 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
2801 definitions for FPU/SSE registers.
2802 (FXSAVE_MXCSR_ADDR): New define.
2803 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
2804 TDEP->mm0_regnum.
2805 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
2806 (I387_ST0_REGNUM): Define.
2807
2808 * regcache.h (get_regcache_arch): New prototype.
2809 * regcache.c (get_regcache_arch): New function.
2810
2811 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
2812 whitespace.
2813
2814 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
2815 Initialize using ARRAY_SIZE.
2816
2817 2003-09-27 Andrew Cagney <cagney@redhat.com>
2818
2819 * arch-utils.c (deprecated_init_frame_pc_default): Rename
2820 "init_frame_pc_default".
2821 * arch-utils.h (deprecated_init_frame_pc_default): Update.
2822 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2823 * vax-tdep.c (vax_gdbarch_init): Update.
2824 * v850-tdep.c (v850_gdbarch_init): Update.
2825 * sh64-tdep.c (sh64_gdbarch_init): Update.
2826 * s390-tdep.c (s390_gdbarch_init): Update.
2827 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2828 * mcore-tdep.c (mcore_gdbarch_init): Update.
2829 * h8300-tdep.c (h8300_gdbarch_init): Update.
2830 * cris-tdep.c (cris_gdbarch_init): Update.
2831 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
2832
2833 2003-09-26 Mark Kettenis <kettenis@gnu.org>
2834
2835 * regset.h: New file.
2836 * Makefile.in (regset_h): Add.
2837
2838 2003-09-25 Andrew Cagney <cagney@redhat.com>
2839
2840 * frame.h (deprecated_frame_saved_regs): Rename
2841 get_frame_saved_regs.
2842 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
2843 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
2844 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
2845 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
2846 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
2847
2848 2003-09-25 Andrew Cagney <cagney@redhat.com>
2849
2850 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
2851 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
2852 and Java.
2853 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
2854 arm*-*-* do not use the new frame code.
2855
2856 2003-09-25 David Carlton <carlton@kealia.com>
2857
2858 * c-exp.y: Remove 'register' declarations.
2859 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
2860
2861 2003-09-25 David Carlton <carlton@kealia.com>
2862
2863 * c-exp.y: Include cp-support.h. Add qualified_type.
2864 (yylex): Delete nested type hack; add comments.
2865 * cp-namespace.c (cp_lookup_nested_type): New function.
2866 * cp-support.h: Declare cp_lookup_nested_type.
2867 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
2868 instead of value_struct_elt_for_reference.
2869 * valops.c: Include cp-support.h.
2870 (value_aggregate_elt): New function.
2871 (value_namespace_elt): Ditto.
2872 (value_struct_elt_for_reference): Make static.
2873 * value.h: Delete declaration of value_struct_elt_for_reference;
2874 add declaration for value_aggregate_elt.
2875 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
2876 (valops.o): Ditto.
2877
2878 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
2879
2880 * stack.c: Include "reggroups.h".
2881 (frame_info): Only display registers in all_reggroup.
2882 * Makefile.in (stack.o): Update dependencies.
2883
2884 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
2885
2886 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
2887 "add ip, sp #n" in the prologue.
2888 (arm_scan_prologue): Ditto.
2889
2890 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
2891
2892 * MAINTAINERS (write after approval): Add myself.
2893
2894 2003-09-25 Andreas Schwab <schwab@suse.de>
2895
2896 * m68k-tdep.c: Include "dwarf2-frame.h".
2897 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
2898 * Makefile.in (m68k-tdep.o): Update dependencies.
2899
2900 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
2901
2902 * sh-tdep.c (struct frame_extra_info): Remove.
2903 (struct sh_frame_cache): New structure.
2904 (GET_SOURCE_REG): New macro extracting source register of an opcode.
2905 (GET_TARGET_REG): Ditto but target register.
2906 (GET_PUSHED_REG): Remove.
2907 (IS_MOV_ARG_TO_REG): New macro.
2908 (IS_MOV_ARG_TO_IND_R14): New macro.
2909 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
2910 (IS_MOVW_PCREL_TO_REG): New macro.
2911 (IS_MOVL_PCREL_TO_REG): New macro.
2912 (IS_SUB_REG_FROM_SP): New macro.
2913 (IS_ARG_MOV): Remove.
2914 (IS_MOV_TO_R14): Remove.
2915 (IS_RESTORE_FP): New macro.
2916 (IS_RTS): New macro.
2917 (IS_LDS): New macro.
2918 (IS_MOV_FP_SP): New macro.
2919 (IS_ADD_REG_TO_FP): New macro.
2920 (IS_ADD_IMM_FP): New macro.
2921 (sh_skip_prologue_hard_way): Remove.
2922 (sh_saved_pc_after_call): Remove.
2923 (sh_frame_chain): Remove.
2924 (sh_find_callers_reg): Remove.
2925 (sh_nofp_frame_init_saved_regs): Remove.
2926 (sh_fp_frame_init_saved_regs): Remove.
2927 (sh_init_extra_frame_info): Remove.
2928 (sh_analyze_prologue): New function.
2929 (sh_skip_prologue): Remove deprecated code. Rely on new function
2930 sh_analyze_prologue when after_prologue fails.
2931 (sh_frame_saved_pc): Remove.
2932 (sh_alloc_frame_cache): New function.
2933 (sh_frame_cache): Ditto.
2934 (sh_frame_prev_register): Ditto.
2935 (sh_frame_this_id): Ditto.
2936 (sh_frame_unwind): New structure defining the heuristic frame
2937 sniffer interface.
2938 (sh_frame_sniffer): New function.
2939 (sh_unwind_sp): Ditto.
2940 (sh_unwind_pc): Ditto.
2941 (sh_unwind_dummy_id): Ditto.
2942 (sh_frame_base_address): Ditto.
2943 (sh_frame_base): New structure defining new frame base code.
2944 (sh_in_function_epilogue_p): New function.
2945 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
2946 code and to call all new code instead. Initialize dwarf2 and
2947 heuristic frame sniffer.
2948
2949 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2950
2951 * parser-defs.h (struct exp_descriptor): New definition, containing
2952 language-specific info for printing, prefixifying, dumping, and
2953 evaluating expressions.
2954 (exp_descriptor_standard): Declare new variable.
2955 (print_subexp): Make global and declare here (from expprint.c).
2956 (dump_subexp): Ditto.
2957 (dump_subexp_body_standard): Declare.
2958 (operator_length_standard): Declare.
2959 (op_name_standard): Declare.
2960 (print_subexp): Declare.
2961 (print_subexp_standard): Declare.
2962
2963 * language.h (struct language_defn): Add la_exp_desc field to hold
2964 pointer to table for language-specific operators.
2965 Remove evaluate_exp field, which is now in struct exp_descriptor.
2966
2967 * parse.c (operator_length): Move most code to new
2968 operator_length_standard function. Use language-specific information.
2969 (operator_length_standard): New function taking most code from
2970 operator_length.
2971 (exp_descriptor_standard): New constant.
2972
2973 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
2974 and OP_EXTENDED_LAST.
2975
2976 * expprint.c (print_subexp): Use language-specific print_subexp.
2977 Make global; remove static declaration.
2978 Move most code to print_subexp_standard.
2979 (print_subexp_standard): New function, containing code formerly in
2980 print_subexp.
2981 (op_name): Add expression to argument signature.
2982 Use langauge-specific op_name.
2983 Move most code to op_name_standard.
2984 (op_name_standard): New function, containing code formerly in op_name.
2985 (dump_subexp): Use new version of op_name function.
2986 Use language-specific dump_subexp_body, and move most existing code to
2987 dump_subexp_body_standard.
2988 (dump_raw_expression): Use new op_name interface.
2989 (dump_subexp_body): Move most code to dump_subexp_body_standard.
2990 (dump_subexp_body_standard): New function, containing code formerly
2991 in dump_subexp_body.
2992
2993 * language.c (unknown_language): Add default la_exp_desc field and
2994 remove evaluate_exp field.
2995 (auto_language): Ditto.
2996 (local_language): Ditto.
2997 * f-lang.c (f_language_defn): Ditto.
2998 * c-lang.c (c_language_defn): Ditto.
2999 (cplus_language_defn): Ditto.
3000 (asm_language_defn): Ditto.
3001 (minimal_language_defn): Ditto.
3002 * p-lang.c (pascal_language_defn): Ditto.
3003 * m2-lang.c (m2_language_defn): Ditto.
3004 * objc-lang.c (objc_language_defn): Ditto.
3005
3006 * jv-lang.c (exp_descriptor_java): New variable, containing
3007 Java-specific expression evaluator.
3008 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
3009 field.
3010 * scm-lang.c (exp_descriptor_scm): New variable, containing
3011 Scheme-specific expression evaluator.
3012 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
3013 field.
3014 * objc-lang.c (print_object_command): Take evaluate_exp from the
3015 la_exp_desc field.
3016
3017 * Makefile.in (eval.o): Add dependency on parser-defs.h.
3018
3019 * eval.c: Include parser-defs.h for the full declaration of
3020 la_exp_desc's type.
3021 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
3022
3023 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
3024
3025 * parser-defs.h (operator_length): Declare.
3026
3027 * parse.c (length_of_subexp): Use operator_length to get operator
3028 lengths and arities for operators.
3029 Move most code to new operator_length function.
3030 (operator_length): New function absorbing most code from
3031 length_of_subexp.
3032 (prefixify_subexp): Remove large case and use operator_length instead.
3033 (parse_exp_1): Use renamings:
3034 dump_prefix_expression => dump_raw_expression and
3035 dump_postfix_expression => dump_prefix_expression.
3036
3037 * expression.h (dump_prefix_expression): Rename to ...
3038 (dump_raw_expression): New name.
3039 (dump_postfix_expression): Rename to ...
3040 (dump_prefix_expression): New name.
3041
3042 * expprint.c (dump_subexp): Make global. Add comment.
3043 Move most existing code to dump_subexp_body.
3044 (dump_subexp_body): New function.
3045 (dump_prefix_expression): Rename to dump_raw_expression.
3046 Remove attempt to print the expression via print_expression: it can't
3047 work before the expression is prefixified.
3048 (dump_raw_expression): Renamed from dump_prefix_expression.
3049 (dump_postfix_expression): Rename to dump_prefix_expression, since
3050 that's what it does.
3051 Remove 'note' parameter, since this routine must be used on
3052 prefixified expression.
3053 (dump_prefix_expression): Renamed from dump_postfix_expression.
3054
3055 2003-09-22 Jim Blandy <jimb@redhat.com>
3056
3057 * dwarf2read.c (read_array_type): When building the type for an
3058 array of unspecified length, make sure to choose the upper bound
3059 so that the array's total length comes out to be zero --- that's
3060 how we represent such arrays.
3061
3062 2003-09-22 Michael Chastain <mec@shout.net>
3063
3064 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
3065
3066 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
3067
3068 * top.c (quit_force): Fix indirect call to quit_target so
3069 a struct qt_args pointer is passed.
3070
3071 2003-09-22 Andrew Cagney <cagney@redhat.com>
3072
3073 * arch-utils.h (init_frame_pc_noop): Delete declaration.
3074 * arch-utils.c (init_frame_pc_noop): Delete function.
3075 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
3076 "init_frame_pc".
3077 * mips-tdep.c (mips_gdbarch_init): Ditto.
3078 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
3079 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
3080 declaration.
3081 (DEPRECATED_INIT_FRAME_PC): Delete macro.
3082 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
3083 declaration.
3084 (DEPRECATED_INIT_FRAME_PC): Delete macro.
3085
3086 2003-09-22 Anthony Green <green@redhat.com>
3087
3088 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
3089 declaration.
3090
3091 2003-09-20 Andrew Cagney <cagney@redhat.com>
3092
3093 * breakpoint.c: Eliminate ARGSUSED.
3094 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
3095 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
3096 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
3097 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
3098 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
3099 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
3100 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
3101 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
3102 * wince.c, remote-vx.c: Ditto.
3103
3104 * cli/cli-script.c: Remove "register" attributes.
3105 * config/pa/tm-hppa.h: Ditto.
3106 * cli/cli-decode.c: Ditto.
3107 * cli/cli-cmds.c: Ditto.
3108
3109 2003-09-19 Andrew Cagney <cagney@redhat.com>
3110
3111 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
3112 DEPRECATED_NPC_REGNUM.
3113 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
3114
3115 2003-09-19 Christopher Faylor <cgf@redhat.com>
3116
3117 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
3118
3119 2003-09-19 Jim Blandy <jimb@redhat.com>
3120
3121 * macrotab.c (macro_include): Use the correct comparison to find
3122 the appropriate place for this inclusion in the list.
3123
3124 2003-09-19 Andrew Cagney <cagney@redhat.com>
3125
3126 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
3127 (DEPRECATED_HPUX_TEXT_END): Define.
3128 (deprecated_hpux_text_end): Declare.
3129 (struct target_ops): Declare opaque.
3130 * hppah-nat.c (text_end): Make static.
3131 (deprecated_hpux_text_end): New function.
3132 * exec.c (text_end): Delete global variable.
3133 (NEED_TEXT_START_END): Do not define.
3134 (exec_file_attach): Replace code computing "text_end" code with
3135 call to DEPRECATED_HPUX_TEXT_END.
3136
3137 2003-09-19 Andrew Cagney <cagney@redhat.com>
3138
3139 * utils.c (align_up, align_down): New functions.
3140 * defs.h (align_up, align_down): Declare.
3141 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
3142 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
3143 and "align_down".
3144 (round_up, round_down): Delete functions.
3145 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
3146 "align_down".
3147 (ROUND_DOWN, ROUND_UP): Delete macros.
3148 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
3149 * h8300-tdep.c: Replace "round_up" and "round_down" with
3150 "align_up" and "align_down".
3151 (round_up, round_down): Delete macros.
3152 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
3153 "align_down".
3154 (ROUND_UP, ROUND_DOWN): Delete macros.
3155
3156 2003-09-18 J. Brobecker <brobecker@gnat.com>
3157
3158 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
3159 hard-coded constant. Use the proper machine name instead.
3160
3161 2003-09-17 Andrew Cagney <cagney@redhat.com>
3162
3163 * sparc-tdep.c (legacy_register_name): Delete function.
3164 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
3165 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
3166 * infcmd.c (gdb_register_name): Delete variable.
3167 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
3168 REGISTER_NAME and "tm.h".
3169 * gdbarch.h, gdbarch.c: Regenerate.
3170 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
3171 REGISTER_NAMES in comments.
3172 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
3173 * m68klinux-nat.c (regmap): Ditto.
3174
3175 2003-09-17 Jim Blandy <jimb@redhat.com>
3176
3177 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
3178
3179 2003-09-17 Andrew Cagney <cagney@redhat.com>
3180
3181 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
3182 (ppcnbsd_init_abi): Set "use_struct_convention" to
3183 "ppcnbsd_use_struct_convention".
3184
3185 2003-09-17 Mark Kettenis <kettenis@gnu.org>
3186
3187 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
3188 * gdbarch.h, gdbarch.c: Regenerate.
3189 (stabs_argument_has_addr): New architecture method.
3190 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
3191 * arch-utils.c: Include "buildsym.h".
3192 (default_stabs_argument_has_addr): New function.
3193 * stabsread.c (define_symbol): Use stabs_argument_has_addr
3194 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
3195
3196 2003-09-17 Andrew Cagney <cagney@redhat.com>
3197
3198 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
3199 * gdbarch.h, gdbarch.c: Regenerate.
3200 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
3201 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
3202 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
3203 * sparcnbsd-tdep.c: Update.
3204
3205 2003-09-17 Andrew Cagney <cagney@redhat.com>
3206
3207 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
3208 * gdbarch.h, gdbarch.c: Regenerate.
3209 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
3210 * d10v-tdep.c, frame.c: Update.
3211 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
3212 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
3213 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
3214 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
3215 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
3216 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
3217 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
3218 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
3219 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
3220 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
3221 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
3222 * config/pa/nm-hppah.h: Update.
3223
3224 2003-09-16 Andrew Cagney <cagney@redhat.com>
3225
3226 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
3227 "use_struct_convention" to "ppc_linux_use_struct_convention".
3228 (ppc_linux_use_struct_convention): New function.
3229 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
3230 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
3231 "rs6000_use_struct_convention".
3232 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
3233 declaration.
3234 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
3235 Delete function.
3236
3237 2003-09-16 Andrew Cagney <cagney@redhat.com>
3238
3239 * buildsym.c: Remove more occurances of "register".
3240 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
3241 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
3242 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
3243 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
3244 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
3245 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
3246 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
3247 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
3248
3249 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
3250
3251 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
3252 numbers to enumeration values.
3253 * sh-tdep.c: Accomodate above change.
3254 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
3255 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
3256 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
3257 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
3258 (IS_FPUSH): Rename from IS_FMOV.
3259 (sh_extract_struct_value_address): Remove useless comment.
3260 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
3261 instead of own local values.
3262 (sh_dump_tdep): Remove.
3263 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
3264 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
3265
3266 2003-09-15 Andrew Cagney <cagney@redhat.com>
3267
3268 * doublest.c (convert_floatformat_to_doublest): No longer need to
3269 cast "exp_bias" to an int. Reverts 2002-12-04 change.
3270
3271 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
3272
3273 * values.c (unpack_double): Call floatformat_is_valid.
3274
3275 2003-09-15 Mark Kettenis <kettenis@gnu.org>
3276
3277 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
3278 ps_strings into a long.
3279
3280 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
3281 _initialize_am64fbsd_nat.
3282
3283 2003-09-15 Kevin Buettner <kevinb@redhat.com>
3284
3285 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
3286 associated with DW_AT_ranges attribute is out of bounds.
3287
3288 2003-09-15 David Lecomber <dsl@sources.redhat.com>
3289
3290 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
3291
3292 2003-09-14 Michael Chastain <mec@shout.net>
3293
3294 * config/m68k/nm-apollo68v.h: Delete.
3295 * config/m68k/xm-apollo68v.h: Delete.
3296
3297 2003-09-14 Andrew Cagney <cagney@redhat.com>
3298
3299 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
3300 * dcache.c: Update copyrights and descriptions.
3301 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
3302
3303 2003-09-14 Andrew Cagney <cagney@redhat.com>
3304
3305 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
3306 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
3307
3308 2003-09-14 Andrew Cagney <cagney@redhat.com>
3309
3310 * alpha-nat.c: Remove some occurances of "register".
3311 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
3312 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
3313 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
3314 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
3315 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
3316 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
3317 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
3318 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
3319 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
3320 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
3321 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
3322 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
3323 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
3324 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
3325 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
3326 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
3327 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
3328 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
3329 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
3330 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
3331 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
3332 * values.c, vax-tdep.c, xcoffread.c: Ditto.
3333
3334 2003-09-13 Andrew Cagney <cagney@redhat.com>
3335
3336 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
3337 * ppc-tdep.h (struct regcache): Declare opaque.
3338 * objfiles.h (struct objfile_data): Declare opaque.
3339 * cp-support.h (struct objfile): Declare opaque.
3340 * linux-nat.h (target_waitstatus): Declare opaque.
3341
3342 2003-09-14 Mark Kettenis <kettenis@gnu.org>
3343
3344 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
3345 (stabs_argument_has_addr): New architecture method.
3346 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
3347 * arch-utils.c: Include "buildsym.h".
3348 (default_stabs_argument_has_addr): New function.
3349 * stabsread.c (define_symbol): Use stabs_argument_has_addr
3350 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
3351
3352 * cris-tdep.c (cris_gdbarch_init): Set
3353 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
3354 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
3355 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
3356 * mips-tdep.c (mips_gdbarch_init): Likewise.
3357 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3358 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3359
3360 2003-09-13 Andrew Cagney <cagney@redhat.com>
3361
3362 * values.c (using_struct_return): Delete "function" and "funcaddr"
3363 parameters.
3364 * value.h (using_struct_return): Update declaration.
3365 * infcmd.c (finish_command_continuation): Update.
3366 (finish_command): Update.
3367 * infcall.c (call_function_by_hand): Update.
3368 * eval.c (evaluate_subexp_standard): Update.
3369
3370 2003-09-13 Christopher Faylor <cgf@redhat.com>
3371
3372 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
3373 SSE registers since gdb will not operate correctly without this.
3374 Restore include file ordering munged in previous change.
3375 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
3376
3377 2003-09-13 Mark Kettenis <kettenis@gnu.org>
3378
3379 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
3380 REG_STRUCT_HAS_ADDR.
3381 * gdbarch.c, gdbarch.h: Updated.
3382 * infcall.c (call_function_by_hand): Update.
3383 * stabsread.c (define_symbol): Updated.
3384
3385 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
3386
3387 2003-09-12 Christopher Faylor <cgf@redhat.com>
3388
3389 * win32-nat.c: Reorganize so that defines used by target headers are
3390 actually defined by the system headers.
3391 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
3392 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
3393
3394 2003-09-12 Jim Blandy <jimb@redhat.com>
3395
3396 * dbxread.c (read_dbx_symtab): Don't report an internal error if
3397 the file has no .data, .bss, or .rodata sections. Instead wait
3398 until we see a variable alleged to live in one of those sections.
3399
3400 * dbxread.c (read_dbx_symtab): If we have no .data section and no
3401 .bss section, presume that any variables we find live in the
3402 .rodata section.
3403
3404 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
3405 offsets for global and static variables.
3406
3407 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
3408 symbol types are, by definition, in the .data section, so it is
3409 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
3410 If there is no .data section, there should be no N_DATA or N_DATA
3411 | N_EXT symbols.
3412
3413 2003-09-12 Mark Kettenis <kettenis@gnu.org>
3414
3415 * amd64fbsd-tdep.c: Fix sigtramp recognition.
3416 (amd64fbsd_sigcontext_addr): Rewrite.
3417 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
3418 with correct values.
3419 (amd64fbsd_sc_reg_offset): Initialize with correct values.
3420 (amd64fbsd_init_abi): Fix typo.
3421
3422 2003-09-12 Andrew Cagney <cagney@redhat.com>
3423
3424 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
3425 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
3426
3427 2003-09-12 Andrew Cagney <cagney@redhat.com>
3428
3429 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
3430 "entry_file_highpc". Update comments.
3431 * defs.h (deprecated_inside_entry_file): Rename
3432 "inside_entry_file".
3433 * blockframe.c (deprecated_inside_entry_file): Rename
3434 "inside_entry_file".
3435 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
3436 * vax-tdep.c (vax_frame_chain): Update.
3437 * sh64-tdep.c (sh64_frame_chain): Update.
3438 * sh-tdep.c (sh_frame_chain): Update.
3439 * rs6000-tdep.c (rs6000_frame_chain): Update.
3440 * ns32k-tdep.c (ns32k_frame_chain): Update.
3441 * mips-tdep.c (mips_frame_chain): Update.
3442 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
3443 * m32r-tdep.c (m32r_frame_this_id): Update.
3444 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
3445 * frv-tdep.c (frv_frame_this_id): Update.
3446 * d10v-tdep.c (d10v_frame_this_id): Update.
3447 * cris-tdep.c (cris_frame_chain): Update.
3448 * blockframe.c (legacy_frame_chain_valid): Update.
3449 * avr-tdep.c (avr_frame_this_id): Update.
3450 * arm-tdep.c (arm_prologue_this_id): Update.
3451 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
3452 * objfiles.c (objfile_relocate): Update.
3453 * mipsread.c (mipscoff_symfile_read): Update.
3454 (mipscoff_symfile_read): Update.
3455 * mdebugread.c (parse_partial_symbols): Update.
3456 * dwarfread.c (read_file_scope): Update.
3457 * dwarf2read.c (read_file_scope): Update.
3458 * dbxread.c (read_dbx_symtab): Update.
3459 (read_dbx_symtab): Update.
3460 * coffread.c (complete_symtab): Update.
3461
3462 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
3463
3464 * top.c (quit_target): New static helper function.
3465 (quit_force): Moved code to quit_target(). Call quit_target()
3466 via catch_errors() to catch errors during quit.
3467
3468 2003-09-11 David Carlton <carlton@kealia.com>
3469
3470 * buildsym.c (finish_block): Use allocate_block to allocate the
3471 block.
3472 * mdebugread.c (new_block): Add FIXME.
3473
3474 2003-09-11 David Carlton <carlton@kealia.com>
3475
3476 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
3477 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
3478 (recursive_dump_type): Ditto.
3479 * printcmd.c (print_formatted): Ditto.
3480 * typeprint.c (print_type_scalar): Ditto.
3481 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
3482 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
3483 * cp-support.h: Declare cp_check_possible_namespace_symbols,
3484 maint_cplus_cmd_list.
3485 * cp-support.c: Make maint_cplus_cmd_list extern.
3486 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
3487 command.h.
3488 (lookup_symbol_file): Look in possible namespace blocks when
3489 appropriate.
3490 (initialize_namespace_symtab): New.
3491 (get_possible_namespace_block, free_namespace_block)
3492 (check_possible_namespace_symbols)
3493 (check_possible_namespace_symbols_loop)
3494 (check_one_possible_namespace_symbol)
3495 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
3496 (_initialize_cp_namespace): Ditto.
3497 * block.h: Declare allocate_block.
3498 * block.c (allocate_block): New.
3499 * jv-lang.c (get_java_class_symtab): Allocate blocks via
3500 allocate_block.
3501 * symfile.h: Update declaration of add_psymbol_to_list.
3502 * symfile.c (add_psymbol_to_list): Return the partial symbol in
3503 question.
3504 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
3505 scan_partial_symbols_call.
3506 (scan_partial_symbols): Add NAMESPACE argument; update calls to
3507 helper functions.
3508 (add_partial_symbol): If necessary, scan mangled names for names
3509 of namespaces.
3510 (add_partial_namespace): Add NAMESPACE argument; generate partial
3511 symbols associated to namespaces.
3512 (add_partial_enumeration): Add NAMESPACE argument.
3513 (new_symbol): Allow namespace syms.
3514 (read_namespace): Generate namespace syms.
3515 * objfiles.h: Add opaque declaration of struct symtab.
3516 (struct objfile): Add cp_namespace_symtab member.
3517 * objfiles.c (allocate_objfile): Set
3518 objfile->cp_namespace_symtab.
3519 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
3520 dictionary_h, command_h.
3521
3522 2003-09-11 Andrew Cagney <cagney@redhat.com>
3523
3524 * rs6000-tdep.c (rs6000_push_dummy_call): Use
3525 regcache_raw_write_signed to set SP_REGNUM, move the operation to
3526 near the function's end.
3527 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
3528 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
3529 regcache_raw_write_signed to set SP_REGNUM.
3530
3531 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
3532
3533 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
3534 orig_addrs is set up properly.
3535
3536 2003-09-11 Andrew Cagney <cagney@redhat.com>
3537
3538 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
3539 * gdbarch.h, gdbarch.c: Re-generate.
3540 * infcall.c (call_function_by_hand): Update.
3541 * hppa-tdep.c (hppa_push_arguments): Update.
3542 * ada-lang.c (place_on_stack): Update.
3543 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3544 * sparc-tdep.c (sparc_gdbarch_init): Update.
3545 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3546 * hppa-tdep.c (hppa_gdbarch_init): Update.
3547 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
3548 stack_align.
3549
3550 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
3551
3552 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
3553 register do need a frame.
3554
3555 2003-09-11 Andrew Cagney <cagney@redhat.com>
3556
3557 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
3558 buildable since GDB 5.0.
3559 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
3560 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
3561 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
3562 * irix4-nat.c: Delete file.
3563 * config/mips/irix4.mh: Delete file.
3564 * config/mips/irix3.mh: Delete file.
3565 * config/mips/irix3.mt: Delete file.
3566 * config/mips/tm-irix3.h: Delete file.
3567 * config/mips/nm-irix3.h: Delete file.
3568 * config/mips/xm-irix3.h: Delete file.
3569 * config/mips/nm-irix4.h: Delete file.
3570 * config/mips/xm-irix4.h: Delete file.
3571 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
3572
3573 2003-09-10 J. Brobecker <brobecker@gnat.com>
3574
3575 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
3576 * Makefile.in (hppa-tdep.o): Update dependencies.
3577
3578 2003-09-10 James E Wilson <wilson@specifixinc.com>
3579
3580 * MAINTAINERS: Change my e-mail address. Move to paper trail
3581 section.
3582
3583 2003-09-10 Kevin Buettner <kevinb@redhat.com>
3584
3585 * MAINTAINERS (frv): New ISA entry.
3586
3587 2003-09-10 Kevin Buettner <kevinb@redhat.com>
3588
3589 * frv-tdep.c (dis-asm.h): Include.
3590 * Makefile.in (frv-tdep.o): Update dependencies.
3591
3592 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
3593
3594 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
3595 Fix typo for high range of floating registers.
3596
3597 2003-09-09 David Carlton <carlton@kealia.com>
3598
3599 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
3600 highpc initialization here out of scan_partial_symbols.
3601 (scan_partial_symbols): Restructure into a recursive version,
3602 calling add_partial_namespace and add_partial_enumeration when
3603 appropriate.
3604 (add_partial_namespace): New.
3605 (add_partial_enumeration, locate_pdi_sibling): Ditto.
3606
3607 2003-09-09 Andrew Cagney <cagney@redhat.com>
3608
3609 * rs6000-tdep.c (ppc_push_return_address): Delete function.
3610 (rs6000_push_dummy_call): Set LR to BP_ADDR.
3611 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
3612 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3613
3614 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
3615 (rs6000_push_dummy_call): Set the "TOC" register.
3616
3617 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
3618 methods "max_register_raw_size", "max_register_virtual_size" or
3619 "register_virtual_size".
3620
3621 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
3622
3623 * MAINTAINERS: Update my e-mail address.
3624
3625 2003-09-09 Andrew Cagney <cagney@redhat.com>
3626
3627 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
3628 (rs6000_push_dummy_call): Store the struct return address.
3629 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3630
3631 2003-09-09 Andrew Cagney <cagney@redhat.com>
3632
3633 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
3634 "ppc_sysv_abi_push_arguments".
3635 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
3636 "ppc_sysv_abi_push_arguments".
3637 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
3638 instead of "push_arguments".
3639 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
3640
3641 2003-09-09 Andrew Cagney <cagney@redhat.com>
3642
3643 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
3644 instead of CALL_DUMMY_ADDRESS.
3645
3646 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
3647
3648 * p-lang.c: Eliminate "register".
3649 * c-lang.c: Ditto.
3650 * expprint.c: Ditto.
3651 * f-lang.c: Ditto.
3652 * jv-lang.c: Ditto.
3653 * language.c: Ditto.
3654 * m2-lang.c: Ditto.
3655 * parse.c: Ditto.
3656 * scm-lang.c: Ditto.
3657 * objc-lang.c: Ditto.
3658
3659 2003-09-09 Nick Clifton <nickc@redhat.com>
3660
3661 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
3662
3663 2003-09-04 Andrew Cagney <cagney@redhat.com>
3664
3665 * avr-tdep.c: Include "dis-asm.h".
3666 * cris-tdep.c: Include "dis-asm.h".
3667 (cris_delayed_get_disassembler): Use "struct disassemble_info"
3668 instead of corresponding typedef.
3669 * h8300-tdep.c: Include "dis-asm.h".
3670 * ia64-tdep.c: Include "dis-asm.h".
3671 * i386-tdep.c: Include "dis-asm.h".
3672 (i386_print_insn): Use "struct disassemble_info" instead of
3673 corresponding typedef.
3674 * m68k-tdep.c: Include "dis-asm.h".
3675 * mcore-tdep.c: Include "dis-asm.h".
3676 * mips-tdep.c: Include "dis-asm.h".
3677 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
3678 instead of corresponding typedef.
3679 * ns32k-tdep.c: Include "dis-asm.h".
3680 * s390-tdep.c: Include "dis-asm.h".
3681 * sparc-tdep.c: Include "dis-asm.h".
3682 * vax-tdep.c: Include "dis-asm.h".
3683 * v850-tdep.c: Include "dis-asm.h".
3684 * mn10300-tdep.c: Include "dis-asm.h".
3685 * rs6000-tdep.c: Include "dis-asm.h".
3686 * xstormy16-tdep.c: Include "dis-asm.h".
3687 (_initialize_xstormy16_tdep): Delete "extern" declaration of
3688 print_insn_xstormy16.
3689 * Makefile.in (v850-tdep.o): Update dependencies.
3690 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
3691 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
3692 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
3693 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
3694 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
3695 (gdbarch_h): Remove $(dis_asm_h).
3696 * disasm.c: Include "dis-asm.h".
3697 (dis_asm_read_memory): Use "struct disassemble_info" instead of
3698 corresponding typedef.
3699 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
3700 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
3701 * gdbarch.sh: Do not include "dis-asm.h".
3702 (struct disassemble_info): Declare opaque.
3703 (TARGET_PRINT_INSN): Update declaration.
3704 * gdbarch.h, gdbarch.c: Re-generate.
3705
3706 2003-09-08 Andrew Cagney <cagney@redhat.com>
3707
3708 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
3709 CALL_DUMMY_ADDRESS, change to a predicate.
3710 * gdbarch.h, gdbarch.c: Re-generate.
3711 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3712 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
3713 * infcall.c (call_function_by_hand): Ditto.
3714 * sparc-tdep.c (sparc_push_return_address): Ditto.
3715 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
3716 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
3717 CALL_DUMMY_ADDRESS with entry_point_address.
3718 * v850-tdep.c (v850_push_return_address): Ditto.
3719 * s390-tdep.c (s390_push_return_address): Ditto.
3720 * rs6000-tdep.c (ppc_push_return_address): Ditto.
3721 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
3722 * mcore-tdep.c (mcore_push_return_address): Ditto.
3723 * cris-tdep.c (cris_push_return_address): Ditto.
3724 * arm-tdep.c (arm_push_return_address): Ditto.
3725
3726 2003-09-08 Andrew Cagney <cagney@redhat.com>
3727
3728 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
3729 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
3730 and REG_UNMODIFIED to REG_SAME_VALUE.
3731 (execute_cfa_program): Update.
3732 (dwarf2_frame_cache): Update. Initialize table to
3733 REG_UNSPECIFIED, complain if CFI fails to specify a register's
3734 location.
3735 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
3736
3737 2003-09-08 Andrew Cagney <cagney@redhat.com>
3738
3739 * gnu-nat.c: Remove "inline" function attribute.
3740 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
3741
3742 2003-09-08 Kevin Buettner <kevinb@redhat.com>
3743
3744 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
3745 target.
3746
3747 2003-09-08 Kevin Buettner <kevinb@redhat.com>
3748
3749 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
3750 (frame_extra_info): Rename this struct to frv_unwind_cache.
3751 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
3752 Add fields ``prev_sp'' and ``base''.
3753 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
3754 (frv_saved_pc_after_call, frv_init_extra_frame_info)
3755 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
3756 Delete.
3757 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
3758 Revise all callers. Fill in the unwind cache argument and make
3759 other adjustments to account for new frame mechanisms.
3760 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
3761 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
3762 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
3763 (frv_frame_unwind, frv_frame_base): New structs.
3764 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
3765 additional arguments expected by this method and adjust function
3766 body accordingly.
3767 (frv_gdbarch_init): Remove calls to the following functions:
3768 set_gdbarch_deprecated_init_frame_pc(),
3769 set_gdbarch_deprecated_saved_pc_after_call(),
3770 set_gdbarch_deprecated_frame_chain(),
3771 set_gdbarch_deprecated_frame_saved_pc(),
3772 set_gdbarch_deprecated_frame_init_saved_regs(),
3773 set_gdbarch_deprecated_push_arguments(),
3774 set_gdbarch_deprecated_push_return_address(),
3775 set_gdbarch_deprecated_pop_frame(),
3776 set_gdbarch_deprecated_call_dummy_words(),
3777 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3778 set_gdbarch_deprecated_init_extra_frame_info(),
3779 set_gdbarch_deprecated_dummy_write_sp(), and
3780 set_gdbarch_deprecated_pc_in_call_dummy().
3781 Add calls to the following functions:
3782 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
3783 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
3784 frame_base_set_default().
3785 * Makefile.in (frv-tdep.o): Update dependencies.
3786
3787 2003-09-09 Mark Kettenis <kettenis@gnu.org>
3788
3789 * dwarf2-frame.c (read_encoded_value): Add support for
3790 DW_EH_PE_aligned encoding.
3791
3792 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
3793
3794 * infrun.c (normal_stop): Don't print a message if the inferior
3795 has exited.
3796
3797 2003-09-08 Jim Blandy <jimb@redhat.com>
3798
3799 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
3800 * dbxread.c: #include "gdb_assert.h".
3801 (read_dbx_symtab): If the objfile has no .data section, use the
3802 section index for the .bss section instead.
3803
3804 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
3805
3806 * frame.c (deprecated_safe_get_selected_frame): New function.
3807 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
3808 * findvar.c (read_var_value): Call it.
3809
3810 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
3811
3812 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
3813 (sh64-tdep.o): Add dependencies.
3814 * configure.tgt: Add FIXME to sh-*-linux*.
3815 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
3816 (sh_gdbarch_init): Always set correct sh_show_regs function
3817 pointer. Call sh64_gdbarch_init() if machine type is sh5.
3818 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
3819 * sh64-tdep.c: New file, containing all sh64 related code from
3820 sh-tdep.c.
3821 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
3822 * config/sh/linux.mt (TDEPFILES): Ditto.
3823 * config/sh/nbsd.mt (TDEPFILES): Ditto.
3824 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
3825 * config/sh/wince.mt (TDEPFILES): Ditto.
3826
3827 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
3828
3829 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
3830 (stop_wait_callback): Handle !lp->signalled also.
3831 (lin_lwp_has_pending, flush_callback): New functions.
3832 (lin_lwp_wait): Call flush_callback.
3833 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
3834 (linux_proc_pending_signals): New function.
3835 * linux-nat.h (linux_proc_pending_signals): Add prototype.
3836
3837 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
3838
3839 From Nick Kelsey <nickk@ubicom.com>:
3840 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
3841 when the stop PC is at the beginning of a function also.
3842
3843 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
3844
3845 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
3846 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
3847
3848 2003-09-06 Mark Kettenis <kettenis@gnu.org>
3849
3850 * sol-thread.c: Include "gdb_string.h".
3851
3852 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
3853
3854 * gcore.c: Reorder include files in alphabetical order. Include
3855 "gdb_assert.h". Various coding style fixes.
3856 (derive_stack_segment, derive_heap_segment): Replace check for
3857 non-null BOTTOM and TOP with gdb_assert.
3858 (derive_heap_segment): Replace check for successful creation of
3859 ZERO with gdb_assert.
3860 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
3861
3862 2003-09-04 Andrew Cagney <cagney@redhat.com>
3863
3864 * thread-db.c (verbose_dlsym): New function.
3865 (thread_db_load): Use verbose_dlsym
3866 (thread_db_new_objfile): Print that libthread_db was loaded, and
3867 that thread debugging was enabled.
3868
3869 2003-09-04 Andrew Cagney <cagney@redhat.com>
3870
3871 * configure.tgt: Add "mips64*-*-*" target. Delete
3872 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
3873 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
3874 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
3875 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
3876 mips*-sony-*, and mips64*-*-elf* targets.
3877 * config/mips/embedl.mt: Delete file.
3878 * config/mips/embedl64.mt: Delete file.
3879 * config/mips/mips.mt: Delete file.
3880 * config/mips/mips64.mt: Delete file.
3881 * config/mips/tm-embed.h: Delete file.
3882 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
3883 * config/mips/embed64.mt: Delete out-of-date comment.
3884
3885 2003-09-04 Andrew Cagney <cagney@redhat.com>
3886
3887 * hppa-tdep.c (hppa_gdbarch_init): Set
3888 "have_nonsteppable_watchpoint".
3889 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3890 * mips-tdep.c (mips_dump_tdep): Do not print
3891 HAVE_NONSTEPPABLE_WATCHPOINT.
3892 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
3893 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3894 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3895 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3896
3897 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
3898
3899 * breakpoint.c (watchpoint_check): Remove accidentally checked in
3900 unused code. Add comment.
3901
3902 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
3903
3904 * breakpoint.c (watchpoint_check): Check for pc being in an
3905 epilogue if watchpoint frame couldn't be found.
3906
3907 2003-09-04 Andrew Cagney <cagney@redhat.com>
3908
3909 * Makefile.in: Re-generate all dependencies.
3910
3911 2003-09-03 Andrew Cagney <cagney@redhat.com>
3912
3913 * arch-utils.h (legacy_print_insn): Delete declaration.
3914 * arch-utils.c (legacy_print_insn): Delete function.
3915 * disasm.c (deprecated_tm_print_insn_info): Delete.
3916 (_initialize_disasm): Delete function, contained code initializing
3917 deprecated_tm_print_insn_info.
3918 * gdbarch.sh (deprecated_tm_print_insn): Delete.
3919 (deprecated_tm_print_insn_info): Delete.
3920 (TARGET_PRINT_INSN): Do not provide a default.
3921 * gdbarch.h, gdbarch.c: Re-generate.
3922
3923 2003-09-03 Andrew Cagney <cagney@redhat.com>
3924
3925 * disasm.c (fprintf_disasm): New function.
3926 (gdb_disassemble_info): Call "init_disassemble_info", instead of
3927 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
3928 reverts 2003-08-14 change.
3929 (_initialize_disasm): Call "init_disassemble_info", instead of
3930 INIT_DISASSEMBLE_INFO_NO_ARCH.
3931
3932 2003-09-03 Michael Snyder <msnyder@redhat.com>
3933
3934 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
3935
3936 2003-09-03 Andrew Cagney <cagney@redhat.com>
3937
3938 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
3939 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
3940 * symfile.c (syms_from_objfile): Update.
3941 (reread_symbols): `Update
3942 * exec.c (exec_file_attach): Update.
3943 (exec_file_attach): Update.
3944 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
3945 2003-08-29 change.
3946 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
3947
3948 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3949
3950 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
3951 trad-frame.h.
3952 (arm_get_cache): Delete macro.
3953 (struct arm_prologue_cache): Update comments. Make saved_regs into
3954 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
3955 to prev_sp.
3956 (thumb_scan_prologue): Update for cache changes. Don't call
3957 DEPRECATED_PC_IN_CALL_DUMMY.
3958 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
3959 argument and use it in desperation search for our prologue. Do not
3960 search past the specified PC.
3961 (arm_make_prologue_cache): Simplify.
3962
3963 (arm_prologue_this_id, arm_prologue_prev_register)
3964 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3965 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3966 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3967 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3968 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3969
3970 (arm_frame_chain_valid, arm_find_callers_reg)
3971 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3972 (arm_pop_frame): Delete obsolete methods.
3973 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3974
3975 (arm_gdbarch_init): Update for new frame methods. Register prologue
3976 and sigtramp unwinders. Set the default frame base method.
3977
3978 * Makefile.in (arm-tdep.o): Update dependencies.
3979 * varobj.c (find_frame_addr_in_frame_chain): Call
3980 get_frame_base_address.
3981 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3982
3983 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3984
3985 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3986 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
3987 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3988 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3989 Take NEXT_FRAME and CACHE arguments. Call
3990 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3991 Set unwound_pc in CACHE instead of modifying the frame argument.
3992 Don't bother checking the frame type when looking for sigtramp
3993 frames.
3994 (arm_make_prologue_cache, arm_frame_chain)
3995 (arm_init_extra_frame_info): New functions.
3996
3997 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3998
3999 * arm-tdep.c (arm_get_cache): Define.
4000 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
4001 unwound_sp, unwound_pc, and saved_regs.
4002 (thumb_scan_prologue): Take a cache instead of the frame.
4003 (arm_scan_prologue): Likewise.
4004 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
4005 instead of a temporary frame.
4006 (arm_init_extra_frame_info): Allocate and use a cache.
4007 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
4008
4009 2003-09-03 Andrew Cagney <cagney@redhat.com>
4010
4011 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
4012 * config/mips/wince.mt (TM_CLIBS): Ditto.
4013 * config/sh/wince.mt (TM_CLIBS): Ditto.
4014 * config/pa/hppa64.mt (TM_CLIBS): Delete.
4015 * config/sparc/sp64.mt (CC): Delete.
4016
4017 2003-09-03 Andrew Cagney <cagney@redhat.com>
4018
4019 * defs.h: Do not include "arch-utils.h".
4020 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
4021 GDB_MULTI_ARCH_PURE.
4022 * configure.in (GDB_MULTI_ARCH): Do not define.
4023 * configure, config.in: Regenerate.
4024 * configure.tgt: Do not set variable "gdb_multi_arch".
4025 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
4026 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
4027 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
4028 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
4029 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
4030 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
4031 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
4032 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
4033 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
4034 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
4035 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
4036 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
4037 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
4038 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
4039 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
4040 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
4041 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
4042 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
4043
4044 2003-08-30 Michael Chastain <mec@shout.net>
4045
4046 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
4047 * config/m68k/nm-hp300hpux.h: Delete.
4048 * config/m68k/tm-hp300hpux.h: Delete.
4049 * config/m68k/xm-hp300hpux.h: Delete.
4050 * config/m68k/xm-hp300bsd.h: Delete.
4051 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
4052 tm-hp300hpux.h, xm-hp300hpux.h.
4053 * somsolib.c: Remove comment about hp300 shared libraries.
4054
4055 2003-08-31 Mark Kettenis <kettenis@gnu.org>
4056
4057 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
4058 Only define PTRACE_GET_THREAD_AREA is not already defined.
4059 Various style fixes in code and comments and some additional
4060 spelling fixes in comments. Move after functions dealing with
4061 debug registers.
4062 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
4063 Fix coding-style.
4064
4065 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
4066 frame_unwind_register_unsigned instead of
4067 frame_unwind_unsigned_register.
4068
4069 2003-08-30 Mark Kettenis <kettenis@gnu.org>
4070
4071 * configure.in: Search for gethostbyname in libnsl.
4072 * configure: Regenerated.
4073
4074 2003-08-29 Mark Kettenis <kettenis@gnu.org>
4075
4076 * configure.in: Remove redundant AC_MSG_RESULT in check for
4077 uintptr_t in stdint.h.
4078 * configure: Regenerated.
4079
4080 * amd64-nat.h (struct regcache): Add opaque declaration.
4081
4082 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
4083 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
4084 Change "register array" to "register cache" in comments.
4085 (x86_64_linux_gregset64_reg_offset): New variable.
4086 (GETREGS_SUPPLIES): Remove macro.
4087 (supply_gregset): Call amd64_supply_native_gregset instead of
4088 x86_64_linux_supply_gregset.
4089 (fill_gregset): Rename `regno' to `regnum'. Call
4090 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
4091 (store_regs): Rename `regno' to `regnum'.
4092 (store_fpregs): Rename `regno' to `regnum'.
4093 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
4094 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
4095 Reorganize function a bit.
4096 (store_inferior_registers): Rename `regno' to `regnum'. Use
4097 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
4098 Reorganize function a bit.
4099 (_initialize_x86_64_linux_nat): New function.
4100 * config/i386/x86-64linux.mh.
4101
4102 2003-08-29 Andrew Cagney <cagney@redhat.com>
4103
4104 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
4105 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
4106 (target_remove_watchpoint): Delete macro.
4107 (target_insert_watchpoint): Delete macro.
4108 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
4109 (remote_mips_stopped_by_watchpoint): Delete declaration.
4110 (remote_mips_remove_watchpoint): Delete declaration.
4111 (remote_mips_set_watchpoint): Delete declaration.
4112 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
4113 * remote-mips.c (_initialize_remote_mips): Set
4114 "to_insert_watchpoint", "to_stopped_by_watchpoint",
4115 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
4116 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
4117 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
4118 (mips_stopped_by_watchpoint): Rename
4119 remote_mips_stopped_by_watchpoint.
4120 (mips_can_hardware_watchpoint): Rename
4121 remote_mips_can_use_hardware_watchpoint, update function
4122 signature.
4123
4124 2003-08-29 Mark Kettenis <kettenis@gnu.org>
4125
4126 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
4127 USER_DS. We haven't given them a register number yet.
4128
4129 * amd64-nat.h: New file.
4130 * amd64-nat.c: New file.
4131 * amd64fbsd-nat.c: Include "amd64-nat.h".
4132 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
4133 (amd64fbsd32_r_reg_offset): New variable.
4134 (supply_gregset): Simply call amd64_supply_native_gregset.
4135 (fill_gregset): Rename `regno' to `regnum'. Simply call
4136 amd64_collect_native_gregset.
4137 (fill_fpregset): Rename `regno' to `regnum'.
4138 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
4139 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
4140 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
4141 `fpregset_t'. Call amd64_supply_native_gregset instead of
4142 supply_gregset. Call x86_64_supply_fxsave instead of
4143 supply_fpregset.
4144 (store_inferior_registers): Rename `regno' to `regnum'. Replace
4145 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
4146 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
4147 `fpregset_t'. Call amd64_collect_native_gregset instead of
4148 fill_gregset. Call x86_64_collect_fxsave instead of
4149 fill_fpregset.
4150 (_initialize_am64fbsd_nat): Initialize
4151 amd64_native_gregset32_reg_offset and
4152 amd64_native_gregset64_reg_offset.
4153 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
4154
4155 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
4156 null pointer. Fix typo in comment.
4157
4158 * regcache.c (supply_register): Reimplement to call
4159 regcache_raw_supply.
4160 (regcache_collect): Reimplement by calling regcache_raw_collect.
4161
4162 2003-08-28 Mark Kettenis <kettenis@gnu.org>
4163
4164 * regcache.c (register_buffer): Consitify first argument.
4165 (regcache_raw_supply, regcache_raw_collect): New
4166 functions.
4167
4168 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
4169
4170 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
4171 by Nathan J. Williams.
4172
4173 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
4174
4175 * lin-lwp.c (wait_lwp): New function, copied from
4176 stop_wait_callback. Clean up.
4177 (stop_wait_callback): Use wait_lwp.
4178
4179 2003-08-28 Andrew Cagney <cagney@redhat.com>
4180
4181 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
4182 flavour and disassembler options.
4183 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
4184 (mips_gdbarch_init): Set "print_insn". Delete initialization of
4185 deprecated_tm_print_insn_info.
4186
4187 2003-08-27 Andrew Cagney <cagney@redhat.com>
4188
4189 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
4190 Use target_read_memory.
4191 (s390_get_frame_info): Update. Do not reference
4192 deprecated_tm_print_insn_info.
4193 (s390_check_function_end, s390_is_sigreturn): Ditto.
4194
4195 2003-08-27 Andrew Cagney <cagney@redhat.com>
4196
4197 * Makefile.in (cris-tdep.o): Update dependencies.
4198 * cris-tdep.c: Include "gdb_assert.h".
4199 (cris_gdbarch_init): Set print_insn.
4200 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
4201 (cris_delayed_get_disassembler): Simplify, directly call the
4202 disassembler returned by cris_get_disassembler.
4203 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
4204 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
4205 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
4206 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
4207 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
4208 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
4209 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
4210 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
4211 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
4212 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
4213 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
4214 (gdb_print_insn_sparc): Delete function.
4215 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
4216 deprecated_tm_print_insn_info.
4217 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
4218 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
4219 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
4220 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
4221 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
4222 * s390-tdep.c (gdb_print_insn_s390): Delete function.
4223 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
4224 (s390_gdbarch_init): Set print_insn.
4225
4226 2003-08-27 Andrew Cagney <cagney@redhat.com>
4227
4228 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
4229 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
4230 * infcall.c (call_function_by_hand): Convert the entry point
4231 address into a code address.
4232
4233 2003-08-27 Andrew Cagney <cagney@redhat.com>
4234
4235 * dsrec.c: Include "gdb_string.h".
4236 * Makefile.in (dsrec.o): Update dependencies.
4237
4238 2003-08-27 Michael Chastain <mec@shout.net>
4239
4240 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
4241
4242 2003-08-27 Andrew Cagney <cagney@redhat.com>
4243
4244 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
4245 (alpha_osf1_init_abi): Do not set call_dummy_address.
4246
4247 2003-08-27 David Carlton <carlton@kealia.com>
4248
4249 From Randolph Chung <tausq@debian.org>:
4250 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
4251 compiles with -Wformat-nonliteral -Werror.
4252
4253 2003-08-26 Jim Blandy <jimb@redhat.com>
4254
4255 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
4256 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
4257 bfd_lookup_symbol, since we only want symbols in code sections.
4258 (look_for_base): Pass zero as the SECT_FLAGS argument to
4259 bfd_lookup_symbol, since we're not concerned about which section
4260 the symbol is in.
4261
4262 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
4263
4264 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
4265 we are frameless or the return address register is already known.
4266
4267 2003-08-26 Andrew Cagney <cagney@redhat.com>
4268
4269 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
4270 in size. Add comments.
4271
4272 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
4273
4274 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
4275 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
4276
4277 2003-08-26 Jason Merrill <jason@redhat.com>
4278
4279 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
4280 case out of #ifdef MIPS block.
4281
4282 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
4283
4284 PR java/1322
4285 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
4286 available before calling SECT_OFF_TEXT.
4287 * PROBLEMS: Remove description of java/1322.
4288
4289 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
4290
4291 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
4292 bof, and nat0-nat127 as pseudo-registers.
4293 (ia64_frame_cache): New struct used to cache frame info.
4294 (ia64_register_reggroup_p): New routine used to override default
4295 register grouping so registers without names are still saved and
4296 restored.
4297 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
4298 pseudo values.
4299 (ia64_pseudo_register_read): New routine to read pseudo-registers.
4300 (ia64_pseudo_register_write): New routine to write pseudo-registers.
4301 (ia64_alloc_frame_cache): New routine to create a new
4302 ia64_frame_cache.
4303 (examine_prologue): Change prototype to add next_frame pointer.
4304 Assume frameless until otherwise proven. Verify that the cfm for
4305 current frame matches the cfm that should occur for the prologues
4306 alloc insn and if equal, mark as not frameless. At end of routine,
4307 if not frameless, calculate registers for the previous frame and store
4308 in the cache, if a cache is provided.
4309 (ia64_skip_prologue): Use new prototype when calling examine_prologue
4310 and pass 0 for next_frame.
4311 (ia64_store_return_value): Change to use convert_typed_floating()
4312 instead of calling ia64_convert_to_raw().
4313 (ia64_extract_return_value): Change to use convert_typed_floating()
4314 instead of calling ia64_convert_to_virtual().
4315 (ia64_frame_cache): New routine to support new frame model.
4316 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
4317 (ia64_frame_sniffer): Ditto.
4318 (ia64_sigtramp_frame_init_saved_regs): Ditto.
4319 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
4320 (ia64_sigtramp_frame_prev_register): Ditto.
4321 (ia64_sigtramp_frame_sniffer): Ditto.
4322 (ia64_frame_base_address): Ditto.
4323 (ia64_extract_struct_value_address): Change to issue error message.
4324 (ia64_frame_align): New routine to align sp.
4325 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
4326 (ia64_push_arguments): Removed. Logic moved to
4327 ia64_push_dummy_call().
4328 (ia64_push_return_address): Ditto.
4329 (ia64_unwind_dummy_id): New function.
4330 (ia64_unwind_pc): Ditto.
4331 (ia64_convert_register_p): Ditto.
4332 (ia64_register_to_value): Ditto.
4333 (ia64_value_to_register): Ditto.
4334 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
4335 (ia64_register_byte, ia64_register_raw_size): Ditto.
4336 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
4337 (ia64_saved_pc_after_call): Ditto.
4338 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
4339 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
4340 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
4341 (ia64_register_convert_to_raw): Ditto.
4342 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
4343 (ia64_init_extra_frame_info): Ditto.
4344 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
4345 (ia64_gdbarch_init): Remove registering of deprecated functions that
4346 are no longer used. Add registration of new gdbarch functions.
4347 Remove registering deprecated_write_sp. Replace
4348 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
4349 Delete set_gdbarch_deprecated_register_convertible(),
4350 set_gdbarch_deprecated_register_convert_to_virtual(), and
4351 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
4352 set_gdbarch_deprecated_register_size(),
4353 set_gdbarch_deprecated_register_bytes(),
4354 set_gdbarch_pcregnum(),
4355 set_gdbarch_deprecated_register_byte(),
4356 set_gdbarch_deprecated_register_raw_size(),
4357 set_gdbarch_deprecated_max_register_raw_size(),
4358 set_gdbarch_deprecated_register_virtual_size(),
4359 and set_gdbarch_deprecated_max_register_virtual_size() calls.
4360 Replace set_gdbarch_deprecated_extract_return_value() with
4361 set_gdbarch_extract_return_value(). Remove calls to:
4362 set_gdbarch_deprecated_saved_pc_after_call();
4363 set_gdbarch_deprecated_frame_chain(),
4364 set_gdbarch_deprecated_frame_saved_pc(),
4365 set_gdbarch_deprecated_frame_init_saved_regs(),
4366 set_gdbarch_deprecated_get_saved_register(),
4367 set_gdbarch_deprecated_call_dummy_words(),
4368 set_gdbarch_deprecated_sizeof_call_dummy_words(),
4369 set_gdbarch_deprecated_init_extra_frame_info(),
4370 set_gdbarch_deprecated_frame_args_address(),
4371 set_gdbarch_deprecated_frame_locals_address(),
4372 and set_gdbarch_deprecated_dummy_write_sp().
4373 Add set_gdbarch_convert_register_p(),
4374 set_gdbarch_register_to_value(),
4375 set_gdbarch_value_to_register(),
4376 set_gdbarch_push_dummy_call(),
4377 set_gdbarch_frame_align(),
4378 set_gdbarch_unwind_dummy_id(),
4379 set_gdbarch_unwind_pc(),
4380 frame_unwind_append_sniffer(),
4381 frame_unwind_append_sniffer(),
4382 and frame_base_set_default().
4383
4384 2003-08-25 Chris Demetriou <cgd@broadcom.com>
4385
4386 * configure.tgt: Document need for special "mipsisa64" handling.
4387 (mipsisa64*-*-linux64): Handle as target linux64.
4388 (mipsisa64*-*-*): Handle as target embed64.
4389
4390 2003-08-18 Michael Chastain <mec@shout.net>
4391
4392 * PROBLEMS: Document pr gdb/1322, the Java anonymous
4393 objfile bug.
4394
4395 2003-08-24 Mark Kettenis <kettenis@gnu.org>
4396
4397 * i387-tdep.h: Update copyright date.
4398 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
4399
4400 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
4401 CFLAGS games to reflect reality.
4402
4403 2003-08-24 Andrew Cagney <cagney@redhat.com>
4404
4405 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
4406 GDB_MULTI_ARCH is always non-zero.
4407 * osabi.c (_initialize_gdb_osabi): Ditto.
4408 (gdbarch_init_osabi): Ditto.
4409 * sparc-tdep.c: Ditto for #if code.
4410
4411 2003-08-23 Mark Kettenis <kettenis@gnu.org>
4412
4413 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
4414 Update comments.
4415 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
4416 comments.
4417 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
4418 x86_64_supply_fxsave.
4419 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
4420 x86_64_supply_fxsave.
4421 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
4422 x86_64_supply_fxsave.
4423
4424 2003-08-23 Andreas Jaeger <aj@suse.de>
4425
4426 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
4427 i387_supply_fxsave.
4428
4429 2003-08-23 Mark Kettenis <kettenis@gnu.org>
4430
4431 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
4432 i387_supply_register.
4433 (go32_fetch_registers): Adjust call to i387_supply_fsave.
4434 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
4435 i387_supply_fsave.
4436 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
4437 i387_supply_fxsave.
4438 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
4439 i387_supply_fsave.
4440 * i386bsd-nat.c (supply_fpregset): Adjust call to
4441 i387_supply_fsave.
4442 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
4443 call to i387_supply_fxsave. Call i387_supply_fsave instead of
4444 supply_fpregset.
4445 (store_inferior_registers): Remove extraneous whitespace. Call
4446 i387_fill_fsave instead of fill_fpregset.
4447 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
4448 (supply_fpregset): Likewise.
4449 * i386v4-nat.c (supply_fpregset): Adjust call to
4450 i387_supply_fsave.
4451 * i386-interix-nat.c (supply_fpregset): Adjust call to
4452 i387_supply_fsave.
4453 * i386-linux-nat.c (supply_fpregset): Adjust call to
4454 i387_supply_fsave.
4455 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
4456 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
4457 i387supply_fsave and i387_supply_fxsave.
4458 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
4459 Incorporate code from `i387_supply_register.
4460 (i387_supply_register): Remove.
4461 (i387_supply_fxsave): Add `regnum' argument.
4462 Update comments.
4463 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
4464 prototype.
4465 (i387_supply_register): remove prototype.
4466 Update comments.
4467
4468 2003-08-22 Michael Chastain <mec@shout.net>
4469
4470 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
4471 Add lines for files in gdb/testsuite/gdb.cp/* that are
4472 still not 8.3 unique.
4473
4474 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
4475
4476 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
4477 TYPE_VPTR_FIELDNO is valid.
4478
4479 2003-08-19 Mark Kettenis <kettenis@gnu.org>
4480
4481 * utils.c (set_width_command): Remove prototypes.
4482 (set_screen_size): New prototype.
4483 (init_page_info): Simplify by fetching the screen size from
4484 Readline. Call set_screen_size.
4485 (set_screen_size): New function.
4486 (set_width): Add missing whitespace in comment.
4487 (set_width_command): Call set_screen_size.
4488 (set_height_command): New function.
4489 (initialize_utils): Fix formatting. Make "set height" command
4490 call set_height_command. Remove redundant code that turns off
4491 pagination if output isn't a terminal. Remove redundant call to
4492 set_width_command.
4493
4494 2003-08-22 Mark Kettenis <kettenis@gnu.org>
4495
4496 * sparc64-tdep.h (sparc64_regnum): Fix comment.
4497 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
4498 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
4499 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
4500 `case' keyword.
4501 (sparc64_register_info): Give the reister with number
4502 SPARC64_STATE_REGNUM a name.
4503 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
4504 %asi and %ccr.
4505 (sparc64_push_dummy_call): Take BIAS into account when checking
4506 stcak alignment.
4507 (sparc_software_single_step): Remove assertions that check whether
4508 NPC and NNPC were zero.
4509 (sparc_supply_rwindow): Make public. Merge functionality with
4510 sparc64_supply_rwindow.
4511 (sparc_fill_rwindow): Make public. Merge functionality with
4512 sparc64_fill_rwindow.
4513 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
4514 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
4515 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
4516 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
4517 sparc_supply_rwindow instead of sparc64_supply_rwindow.
4518
4519 * reggroups.c: Add whitespace after declarations of local
4520 variables in functions.
4521
4522 2003-08-21 Michael Chastain <mec@shout.net>
4523
4524 * gdbtypes.h: Change array bound type from an int to enum.
4525
4526 2003-08-21 Andrew Cagney <cagney@redhat.com>
4527
4528 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
4529 * config/sparc/tm-sparc.h: Ditto.
4530 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
4531 unconditionally.
4532 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
4533
4534 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4535
4536 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
4537 (register_objfile_data, set_objfile_data, objfile_data): New
4538 prototypes.
4539 * objfiles.c (objfile_alloc_data, objfile_free_data): New
4540 prototypes.
4541 (allocate_objfile): Call objfile_alloc_data.
4542 (free_objfile): Call objfile_free_data.
4543 (struct objfile_data): New.
4544 (struct objfile_data_registration): New.
4545 (struct objfile_data_registry): New.
4546 (objfile_data_registry): New variable.
4547 (register_objfile_data): New function.
4548 (objfile_alloc_data, objfile_free_data): New functions.
4549 (set_objfile_data, objfile_data): New functions.
4550 * dwarf2-frame.c (dwarf2_frame_data): New variable.
4551 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
4552 (_initialize_dwarf2_frame): New function and prototype.
4553
4554 2003-08-21 Andrew Cagney <cagney@redhat.com>
4555
4556 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
4557 a specific architecture.
4558 * arch-utils.h (set_architecture_from_arch_mach): Delete
4559 declaration.
4560 (target_architecture_hook): Delete declaration.
4561 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
4562 (default_float_format): Assume GDB_MULTI_ARCH.
4563 (default_double_format): Assume GDB_MULTI_ARCH.
4564 (set_endian_from_file): Delete function.
4565 (arch_ok): Delete function.
4566 (set_arch): Delete function.
4567 (set_architecture_from_arch_mach): Delete function.
4568 (set_architecture_from_file): Delete function.
4569 (set_architecture): Assume GDB_MULTI_ARCH.
4570 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
4571
4572 2003-08-21 Mark Kettenis <kettenis@gnu.org>
4573
4574 Rewrite FreeBSD/sparc64 native configuration.
4575 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
4576 * sparc64fbsd-nat.c: New file.
4577 * sparc64fbsd-tdep.c: New file.
4578 * sparc64-tdep.c sparc64-tdep.h: New files.
4579 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
4580 sparc64fbsd-tdep.o): New dependencies.
4581 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
4582 and sparc64fbsd-tdep.c.
4583 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
4584 * config/sparc/fbsd.mh: Remove copyright notice.
4585 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
4586 sparcbsd-nat.o.
4587 * config/sparc/fbsd.mt: Remove copyright notice.
4588 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
4589 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
4590 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
4591 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
4592 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
4593 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
4594 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
4595 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
4596 "sparc/tm-sp64.h".
4597 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
4598 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
4599
4600 2003-08-21 Michael Chastain <mec@shout.net>
4601
4602 * symtab.h: Add doco on the space critical structures and
4603 some measurements of space usage.
4604
4605 2003-08-21 Michael Snyder <msnyder@redhat.com>
4606
4607 * tracepoint.c (trace_dump_command): Trace break address
4608 is subject to DECR_PC_AFTER_BREAK.
4609 (set_traceframe_context): Make "trace_line" an int.
4610 Fixes suggested by Mark Newman <mark.newman@lmco.com>
4611
4612 2003-08-20 Michael Snyder <msnyder@redhat.com>
4613
4614 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
4615 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
4616 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
4617 argument passing.
4618 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
4619 functions, replace sh_push_dummy_call.
4620 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
4621
4622 2003-08-20 Michael Chastain <mec@shout.net>
4623
4624 * gdbtypes.h (struct main_type): Rearrange to save space.
4625
4626 2003-08-20 Michael Snyder <msnyder@redhat.com>
4627
4628 * trad-frame.c: Comment typo fix.
4629
4630 2003-08-20 Michael Snyder <msnyder@redhat.com>
4631 Kevin Buettner <kevinb@redhat.com>
4632
4633 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
4634 (frv_frame_init_saved_regs): Add declaration.
4635 (frame_extra_info): Add new field ``saved_regs''.
4636 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
4637 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
4638 Update frame related code.
4639 (frv_extract_struct_value_address): Adjust formatting.
4640 * Makefile.in (frv-tdep.o): Update dependencies.
4641 * config/frv/tm-frv.h (target_insert_watchpoint)
4642 (target_remove_watchpoint, target_insert_hw_breakpoint)
4643 (target_remove_hw_breakpoint): Delete these macros.
4644 (remote_insert_watchpoint, remote_remove_watchpoint)
4645 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
4646 these declarations.
4647
4648 2003-08-20 Michael Chastain <mec@shout.net>
4649
4650 * defs.h (ENUM_BITFIELD): New macro.
4651 * symtab.h (ENUM_BITFIELD): Use it.
4652 (BYTE_BITFIELD): Remove old macro, which was already disabled.
4653
4654 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
4655
4656 * MAINTAINERS (write after approval): Add myself.
4657
4658 2003-08-18 Andrew Cagney <cagney@redhat.com>
4659
4660 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
4661 * gdbarch.h, gdbarch.c: Re-generate.
4662 * infcall.c (call_function_by_hand): Adjust the SP by
4663 frame_red_zone_size before allocating any stack space.
4664 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
4665 * x86-64-tdep.c (x86_64_frame_align): New function.
4666 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
4667
4668 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
4669 Remove code adjusting SP so that it skips over the Red Zone.
4670
4671 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4672
4673 * NEWS (New native configurations): Mention FreeBSD/amd64.
4674
4675 2003-08-18 Andrew Cagney <cagney@redhat.com>
4676
4677 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
4678 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
4679 "m68k_frame_p".
4680 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
4681
4682 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4683
4684 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
4685
4686 2003-08-18 Michal Ludvig <mludvig@suse.cz>
4687
4688 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
4689 Define.
4690 * i386-linux-nat.c: Include "linux-nat.h".
4691 (child_post_startup_inferior): New function.
4692
4693 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4694
4695 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
4696 at the start of a frameless function. This probably fixes PR
4697 backtrace/1338.
4698
4699 2003-08-17 Michael Chastain <mec@shout.net>
4700
4701 * symfile.c (find_sym_fns): Remove special case for apollo target.
4702
4703 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4704
4705 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
4706 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
4707 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
4708 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
4709 (linux_supports_tracevforkdone): New function.
4710 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
4711 TRACEVFORKDONE.
4712 (child_follow_fork): Handle vfork.
4713 (linux_handle_extended_wait): Likewise. Also handle exec.
4714 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
4715 * NEWS: Mention fork tracing.
4716
4717 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4718
4719 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4720
4721 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4722
4723 * Makefile.in (i386-linux-nat.o): Update dependencies.
4724 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
4725 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
4726 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
4727 * i386-linux-nat.c: Include "linux-nat.h".
4728 (child_post_startup_inferior): New function.
4729 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
4730 * infptrace.c (kill_inferior): Wrap in #ifdef.
4731 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
4732 attaching to each LWP.
4733 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
4734 (init_lin_lwp_ops): Fill in some more operations.
4735 * linux-nat.h (linux_enable_event_reporting)
4736 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
4737 prototypes.
4738 * linux-nat.c (linux_enable_event_reporting): New function.
4739 (child_post_attach, linux_child_post_startup_inferior)
4740 (child_post_startup_inferior, child_follow_fork)
4741 (linux_handle_extended_wait, kill_inferior): New functions.
4742
4743 2003-08-16 Andrew Cagney <cagney@redhat.com>
4744
4745 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
4746 * gdbarch.h, gdbarch.c: Re-generate.
4747
4748 2003-08-16 Mark Kettenis <kettenis@gnu.org>
4749
4750 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
4751
4752 2003-08-16 Andrew Cagney <cagney@redhat.com>
4753
4754 * NEWS: Mention that "set prompt-escape-char" was deleted.
4755 * top.c (get_prompt_1): Delete function.
4756 (gdb_prompt_escape):
4757 (init_main): Do not clear "gdb_prompt_escape". Delete "set
4758 prompt-escape-char" command.
4759 (MAX_PROMPT_SIZE): Delete macro.
4760 (get_prompt): Simplify, do not call get_prompt_1.
4761
4762 2003-08-16 Andrew Cagney <cagney@redhat.com>
4763
4764 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
4765 -Werror. -Wformat-nonliteral problems.
4766
4767 2003-08-15 J. Brobecker <brobecker@gnat.com>
4768
4769 Further multiarching work mostly for hppa64-*-hpux11:
4770 * hppa-tdep.h: New file.
4771 * hppa-tdep.c: #include hppa-tdep.c.
4772 (hppa32_num_regs): Renamed from hppa_num_regs.
4773 (hppa64_num_regs): New constant.
4774 (hppa64_call_dummy_breakpoint_offset): New constant.
4775 (hppa32_call_dummy_length): New constant.
4776 (hppa64_call_dummy_length): New constant.
4777 (hppa32_stack_align): Make name 32bit explicit.
4778 (hppa32_register_virtual_type): Likewise.
4779 (hppa32_extract_return_value): Likewise.
4780 (hppa32_use_struct_convention): Likewise.
4781 (hppa32_store_return_value): Likewise.
4782 (hppa64_register_virtual_type): New function.
4783 (hppa64_extract_return_value): New function.
4784 (hppa64_use_struct_convention): New function.
4785 (hppa64_store_return_value): New function.
4786 (hppa_frame_locals_address): Remove declaration, function does
4787 not exist anymore.
4788 (hppa_register_byte): Add support for PA64 ABI.
4789 (hppa_gdbarch_init): Add support for PA64 ABI.
4790 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
4791 Make name 32bit explicit.
4792 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
4793 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
4794 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
4795 (hppa64_hpux_frame_base_before_sigtramp): New function.
4796 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
4797 * config/pa/tm-hppa64.h: Remove macros that are no longer
4798 necessary now that the gdbarch vector is properly setup.
4799 Transform some macros into function calls. Some minor cleanup.
4800 * config/pa/tm-hppah.h: Update function calls in macros
4801 following the function renaming in hppa-hpux-tdep.c.
4802 * Makefile.in (hppa_tdep_h): New variable.
4803 (hppa-tdep.o): Add dependency over hppa_tdep_h.
4804
4805 2003-08-14 Michael Snyder <msnyder@redhat.com>
4806
4807 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
4808
4809 2003-08-13 J. Brobecker <brobecker@gnat.com>
4810
4811 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
4812 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
4813 routine.
4814
4815 2003-08-13 Michael Snyder <msnyder@redhat.com>
4816
4817 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
4818 (frv_saved_pc_after_call): Use deprecated ftype.
4819 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
4820 (frv_remote_translate_xfer_address): Remove.
4821 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
4822
4823 2003-08-13 J. Brobecker <brobecker@gnat.com>
4824
4825 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
4826 initialization after the common gdbarch initialization, not before.
4827
4828 2003-08-13 J. Brobecker <brobecker@gnat.com>
4829
4830 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
4831 (ADDR_BITS_REMOVE): Remove, redundant.
4832
4833 2003-08-13 J. Brobecker <brobecker@gnat.com>
4834
4835 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
4836 gdbarch method to clear the 2 low bits of text addresses.
4837
4838 2003-08-12 Andrew Cagney <cagney@redhat.com>
4839
4840 * Makefile.in (dsrec.o): Update dependencies.
4841 * dsrec.c: Include "gdb_assert.h".
4842 (make_srec): Use snprintf instead of sprintf, use a literal format
4843 string.
4844
4845 2003-08-12 Andrew Cagney <cagney@redhat.com>
4846
4847 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
4848 FRAME_OBSTACK_ZALLOC.
4849
4850 2003-08-12 Kevin Buettner <kevinb@redhat.com>
4851
4852 * i386-tdep.c (i386_gdbarch_init): Enable default support for
4853 SSE registers.
4854
4855 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4856
4857 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
4858 amd64fbsd_sc_reg_offset): Add extern declarations.
4859 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
4860 declarations.
4861
4862 2003-08-11 Ben Elliston <bje@wasabisystems.com>
4863
4864 * MAINTAINERS (write after approval): Update my mail address.
4865
4866 2003-08-10 Andrew Cagney <cagney@redhat.com>
4867
4868 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
4869
4870 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4871
4872 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4873 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
4874 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
4875 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
4876 i386bsd_sc_reg_offset): Add extern declarations.
4877 * i386obsd-nat.c: Include "i386-tdep.h"
4878 (_initialize_i386obsd_nat): Remove extern declarations.
4879 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
4880 declarations.
4881 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
4882 declarations.
4883
4884 * i386-tdep.c (i386_register_to_value): Use get_frame_register
4885 instead of frame_read_register.
4886 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
4887 instead of frame_read_register. Use I386_ESP_REGNUM instead of
4888 SP_REGNUM.
4889 (i386_frame_prev_register): Use frame_unwind_register_unsigned
4890 instead of frame_unwind_unsigned_register. Use
4891 I386_EFLAGS_REGISTER instead of PS_REGNUM.
4892 (i386_get_longjmp_target): Use regcache_read_unsigned_register
4893 instead of read_register. Use builtin_type_void_data_ptr instead
4894 of builtin_type_void_func_ptr when extracting the address of the
4895 jmp_buf.
4896 (i386_extract_return_value, i386_store_return_value,
4897 i386_pseudo_register_read, i386_pseudo_register_write): Use
4898 register_size instead REGISTER_RAW_SIZE.
4899
4900 2003-08-10 Andrew Cagney <cagney@redhat.com>
4901
4902 * infcall.c (call_function_by_hand): Use xstrprintf instead of
4903 sprintf. Make "name" constant.
4904
4905 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4906
4907 * i387-tdep.c (i387_register_to_value): Use get_frame_register
4908 instead of frame_read_register.
4909 (i387_print_float_info): Use get_frame_register and
4910 get_frame_register_unsigned instead of frame_register_read.
4911
4912 * i386fbsd-nat.c: Include "i386-tdep.h".
4913 (child_resume): Make `eflags' an ULONGEST. Use
4914 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
4915 instead of register_read and register_write.
4916
4917 * i386bsd-nat.c (fetch_inferior_registers,
4918 store_inferior_registers): Don't use && at the end of a line.
4919 (_initialize_i386bsd_nat): Fix typo.
4920
4921 * frame.c (_initialize_frame): Add missing backslash.
4922
4923 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4924 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
4925 and supply_register instead of manipulating the register buffer
4926 directly.
4927
4928 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4929 * config/i386/nm-i386sol2.h
4930 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
4931
4932 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
4933 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
4934 instructions that GCC likes to mingle into the prologue. Fixes
4935 gdb/1253 and gdb/1255.
4936
4937 2003-08-09 Andrew Cagney <cagney@redhat.com>
4938
4939 Fix GDB PR cli/926.
4940 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
4941 * command.h (add_setshow_uinteger_cmd): Declare.
4942 * frame.c (set_backtrace_cmd): New function.
4943 (show_backtrace_cmd): New function.
4944 * frame.c (_initialize_frame): Replace "set/show
4945 backtrace-below-main" with "set/show backtrace past-main". Add
4946 command "set/show backtrace limit".
4947 (backtrace_past_main): Rename "backtrace_below_main".
4948 (backtrace_limit): New variable.
4949 (get_prev_frame): Update. Check the backtrace_limit.
4950
4951 2003-08-09 Andrew Cagney <cagney@redhat.com>
4952
4953 * defs.h (xstrprintf): Declare.
4954 * utils.c (xstrprintf): New function.
4955 * breakpoint.c (insert_breakpoints): Replace sprintf and
4956 non-literal format strings, with xstrprintf and cleanups.
4957 (delete_breakpoint,breakpoint_re_set): Ditto.
4958 (commands_command, insert_breakpoints): Ditto.
4959 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4960 (break_at_finish_command_1): Ditto.
4961
4962 2003-08-09 Andrew Cagney <cagney@redhat.com>
4963
4964 * MAINTAINERS (language support): List Adam Fedor as Objective C
4965 maintainer.
4966
4967 2003-08-08 J. Brobecker <brobecker@gnat.com>
4968
4969 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4970 are now multiarched.
4971
4972 2003-08-08 J. Brobecker <brobecker@gnat.com>
4973
4974 * config/pa/tm-hppa64.h: Remove lots of macros that are no
4975 longer necessary now that hppa64 is partially multiarch'ed.
4976
4977 2003-08-08 Andrew Cagney <cagney@redhat.com>
4978
4979 * interps.c (interp_set): Check for a NULL "old_interp".
4980
4981 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4982
4983 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4984 (install-only): Support DESTDIR.
4985 (uninstall): Likewise.
4986 (install-gdbtk): Likewise.
4987
4988 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
4989
4990 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4991 contains something meaningful at all times.
4992
4993 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
4994
4995 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
4996
4997 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
4998
4999 * MAINTAINERS (write after approval): Added self.
5000
5001 2003-08-07 Andrew Cagney <cagney@redhat.com>
5002
5003 * inferior.h (AT_SYMBOL): Define.
5004 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
5005 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
5006 * mips-tdep.c (mips_call_dummy_address): Delete function.
5007 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
5008 set call_dummy_address.
5009
5010 2003-08-07 Andrew Cagney <cagney@redhat.com>
5011
5012 * language.c (op_error): Delete function.
5013 (binop_type_check): Delete function.
5014 * language.h (type_op_error, range_op_error): Delete macros.
5015 (op_error): Delete declaration.
5016
5017 2003-08-07 Andrew Cagney <cagney@redhat.com>
5018
5019 * interps.h (INTERP_MI2, INTERP_MI3): Define.
5020
5021 2003-08-07 Michal Ludvig <mludvig@suse.cz>
5022
5023 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
5024 (x86_64_push_arguments): Skip the red zone.
5025
5026 2003-08-05 Andrew Cagney <cagney@redhat.com>
5027
5028 * reggroups.c (reggroup_next): Check for the final entry.
5029
5030 2003-08-04 Andrew Cagney <cagney@redhat.com>
5031
5032 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
5033 * cli/cli-script.c (define_command): Call query directly, instead
5034 of passing it a buffer.
5035 * ocd.c (ocd_error): Pass error a constant format string.
5036 * remote-mips.c (mips_error): Use fputs_filtered.
5037
5038 * solib-svr4.c (_initialize_svr4_solib): Update
5039 register_gdbarch_data call.
5040 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
5041
5042 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
5043 (register_gdbarch_data): Delete "free" parameter. Update
5044 comments.
5045 * gdbarch.h, gdbarch.c: Re-generate.
5046 * reggroups.c (_initialize_reggroup): Update.
5047 * gnu-v3-abi.c (init_gnuv3_ops): Update.
5048 * frame-base.c (_initialize_frame_base): Update.
5049 * frame-unwind.c (_initialize_frame_unwind): Update.
5050 * user-regs.c (_initialize_user_regs): Update.
5051 * remote.c (_initialize_remote): Update.
5052 * regcache.c (_initialize_regcache): Update.
5053
5054 * regcache.c (xfree_regcache_descr): Delete function.
5055 (_initialize_regcache): Update call to register_gdbarch_data.
5056 (init_regcache_descr, init_legacy_regcache_descr): Use
5057 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
5058
5059 * remote.c (free_remote_state): Delete function.
5060 (_initialize_remote): Update register_gdbarch_data.
5061 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
5062 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
5063
5064 2003-08-04 Andrew Cagney <cagney@redhat.com>
5065
5066 * reggroups.c (struct reggroup_el): Define.
5067 (struct reggroups): Delete field "nr_group". Replace array
5068 "group" with a "first" to "last" linked list.
5069 (reggroups_init): Update. Allocate using gdbarch's obstack.
5070 (reggroups_free): Delete function.
5071 (add_group): Update. Add "el" parameter.
5072 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
5073 (default_groups): Update.
5074 (reggroup_next): Replace reggroups.
5075 (reggroups_dump): Update.
5076 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
5077 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
5078 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
5079
5080 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
5081
5082 * Makefile.in (tui-interp.o): Update dependencies.
5083
5084 2003-08-04 David Carlton <carlton@kealia.com>
5085
5086 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
5087 to internal_error call.
5088 * source.c (forward_search_command): Add "%s" format argument.
5089 (reverse_search_command): Ditto.
5090 * top.c (quit_confirm): Ditto.
5091 * cli/cli-setshow.c (do_setshow_command): Ditto.
5092 * cp-valprint.c (cp_print_class_method): Replace
5093 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
5094 (cp_print_class_member): Ditto.
5095 * event-top.c (command_line_handler): Ditto.
5096 * linux-proc.c (linux_info_proc_cmd): Ditto.
5097 * p-typeprint.c (pascal_type_print_base): Ditto.
5098 * p-valprint.c (pascal_object_print_class_method): Ditto.
5099 (pascal_object_print_class_member): Ditto.
5100 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
5101 * remote.c (remote_cisco_section_offsets): Ditto.
5102 * top.c (command_line_input): Ditto.
5103 * utils.c (vwarning,error_stream,quit): Ditto.
5104 * valprint.c (print_floating,print_binary_chars)
5105 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
5106
5107 2003-08-04 Andrew Cagney <cagney@redhat.com>
5108
5109 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
5110
5111 2003-08-02 Andrew Cagney <cagney@redhat.com>
5112
5113 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
5114 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
5115 amd64fbsd-nat.c.
5116
5117 2003-08-02 Andrew Cagney <cagney@redhat.com>
5118
5119 * Makefile.in: Update all dependencies and definitions.
5120
5121 2003-08-02 Adam Fedor <fedor@gnu.org>
5122
5123 * linespec.c (is_objc_method_format): New function
5124 (decode_line_1, locate_first_half): Use it.
5125 Fixes PR objc/1298
5126
5127 2003-08-01 Andrew Cagney <cagney@redhat.com>
5128
5129 * NEWS: Mention that m32r is multi-arch.
5130 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
5131 * configure.tgt: Recognize m32r-*-*.
5132 * config/m32r/tm-m32r.h: Delete file.
5133 * config/m32r/m32r.mt: New file.
5134 * m32r-rom.c (m32r_upload_command): Use hostent only when
5135 gethostname succeeds, in order to avoid a compilation
5136 warning.
5137 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
5138 compiler warning.
5139
5140 2003-08-01 Michael Snyder <msnyder@redhat.com>
5141
5142 * sh-tdep.c (sh_frame_align): New gdbarch method.
5143 (sh_gdbarch_init): Set up frame_align method.
5144
5145 2003-07-31 Michael Snyder <msnyder@redhat.com>
5146
5147 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
5148 which is already covered by the new frames infrastructure.
5149
5150 2003-07-31 Andrew Cagney <cagney@redhat.com>
5151
5152 * user-regs.c (struct user_reg): Add "next" link.
5153 (struct user_regs): Replace "user" with "first" and "last" links.
5154 (append_user_reg): Add pre-allocated "reg" parameter.
5155 (builtin_user_regs): Provide initial value for "last".
5156 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
5157 (user_regs_init): Allocate memory from the gdbarch obstack.
5158 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
5159 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
5160 linked list.
5161 (usernum_to_user_reg): New function.
5162 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
5163 (value_of_user_reg): Use usernum_to_user_reg.
5164 (user_regs_free): Delete function.
5165 (_initialize_user_regs): Update register_gdbarch_data call.
5166
5167 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
5168
5169 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
5170
5171 2003-07-30 Michael Snyder <msnyder@redhat.com>
5172
5173 * value.h (value_being_returned): Add a struct_addr argument.
5174 * infcall.c (call_function_by_hand): Pass struct_addr to
5175 value_being_returned.
5176 * infcmd.c (print_return_value): Pass zero as struct_addr.
5177 * values.c (value_being_returned): If struct_addr is passed,
5178 use it instead of trying to recover it from the inferior.
5179
5180 2003-07-30 Kevin Buettner <kevinb@redhat.com>
5181
5182 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
5183 the prologue analyzer won't need to attempt to extract the pc
5184 value from the woefully incomplete dummy frame.
5185 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
5186 possible. Disable code which modifies the frame.
5187
5188 2003-07-28 Andrew Cagney <cagney@redhat.com>
5189
5190 * annotate.c (annotate_breakpoints_headers): Restrict annotation
5191 to level 2.
5192 (annotate_breakpoints_table, annotate_record): Ditto.
5193 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
5194 (annotate_field_name_end, annotate_field_value): Ditto.
5195 (annotate_field_end, annotate_frame_source_begin): Ditto.
5196 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
5197 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
5198 (annotate_frame_begin, annotate_frame_function_name): Ditto.
5199 (annotate_frame_address_end, annotate_frame_address): Ditto.
5200 (annotate_frame_args, annotate_frame_end): Ditto.
5201 (annotate_frame_where, annotate_arg_begin): Ditto.
5202 (annotate_arg_name_end, annotate_arg_value): Ditto.
5203 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
5204 (annotate_function_call, annotate_signal_name): Ditto.
5205 (annotate_signal_string, annotate_signal_name_end): Ditto.
5206 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
5207 (annotate_value_begin, annotate_value_history_value): Ditto.
5208 (annotate_value_history_end, annotate_value_end): Ditto.
5209 (annotate_display_begin, annotate_display_number_end): Ditto.
5210 (annotate_display_format, annotate_display_expression): Ditto.
5211 (annotate_display_expression_end, annotate_display_value): Ditto.
5212 (annotate_display_end, annotate_array_section_begin): Ditto.
5213 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
5214 (annotate_elt, annotate_array_section_end): Ditto.
5215
5216 2003-07-28 Andrew Cagney <cagney@redhat.com>
5217
5218 * regcache.c (struct regcache_descr): Update comments on
5219 nr_raw_registers.
5220 (init_legacy_regcache_descr): Don't set nr_raw_registers or
5221 sizeof_raw_register_valid_p.
5222 (init_regcache_descr): Set nr_raw_registers and
5223 sizeof_raw_register_valid_p before calling
5224 init_legacy_regcache_descr.
5225
5226 2003-07-28 Andrew Cagney <cagney@redhat.com>
5227
5228 * mips-tdep.c (print_gp_register_row): Print the GPR's register
5229 MOD NUM_REGS.
5230
5231 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
5232
5233 * thread.c (info_threads_command): Use get_selected_frame ().
5234 Check that there is at least one non-sentinel frame.
5235
5236 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
5237
5238 * m68hc11-tdep.c (struct frame_extra_info): Remove.
5239 (m68hc11_pop_frame): Remove.
5240 (m68hc11_frame_saved_pc): Remove.
5241 (m68hc11_frame_chain): Remove.
5242 (m68hc11_frame_init_saved_regs): Remove.
5243 (m68hc11_init_extra_frame_info): Remove.
5244 (m68hc11_store_struct_return): Remove.
5245 (m68hc11_saved_pc_after_call): Remove.
5246
5247 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
5248
5249 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
5250 frame unwind information.
5251 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
5252 and adapted for frame unwinding.
5253 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
5254 (m68hc11_unwind_pc): New function.
5255 (m68hc11_frame_unwind_cache): New function to analyze frames.
5256 (m68hc11_frame_this_id): New function to create new frame struct.
5257 (m68hc11_frame_prev_register): New function to unwind a register from
5258 the frame.
5259 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
5260 (m68hc11_frame_p): New function for the above.
5261 (m68hc11_frame_base_address): New function to return fp of frame.
5262 (m68hc11_frame_args_address): Update for frame.
5263 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
5264 (m68hc11_unwind_sp): New function.
5265 (m68hc11_unwind_dummy_id): New function.
5266 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
5267 calls.
5268
5269 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
5270
5271 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
5272 (m68hc11_guess_from_prologue): Advance the pc and frame size only
5273 when we are beyond the current pc.
5274
5275 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
5276
5277 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
5278 from m68hc11_push_arguments.
5279 (m68hc11_push_arguments): Remove.
5280 (m68hc11_push_return_address): Remove.
5281 (m68hc11_gdbarch_init): Install the above; remove above deprecated
5282 handlers; remove deprecated_extra_stack_alignment_needed.
5283
5284 2003-07-27 Andrew Cagney <cagney@redhat.com>
5285
5286 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
5287 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
5288 REAL_PC and not the pointer.
5289 * hppa-hpux-tdep.c: Include frame.h
5290
5291 2003-07-27 Andrew Cagney <cagney@redhat.com>
5292
5293 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
5294 GDB_MULTI_ACH_PARTIAL.
5295
5296 2003-07-27 Andrew Cagney <cagney@redhat.com>
5297
5298 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
5299 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
5300 operator at start and not end of line.
5301 (decode_prologue): Ditto.
5302 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
5303 frame_unwind_register_unsigned instead of
5304 frame_unwind_unsigned_register.
5305 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
5306 read_register.
5307 (m32r_push_dummy_call): Use register_size instead of
5308 REGISTER_RAW_SIZE.
5309 (m32r_frame_sniffer): Replace m32r_frame_p.
5310 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
5311 * m32r-rom.c (report_transfer_performance): Delete extern
5312 declaration.
5313 (m32r_load, m32r_upload_command): Use print_transfer_performance
5314 instead of report_transfer_performance.
5315 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
5316 / add_show_from_set.
5317
5318 2003-07-26 Andrew Cagney <cagney@redhat.com>
5319
5320 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
5321 store_return_value and extract_struct_value_address.
5322
5323 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
5324
5325 PR c++/1267
5326 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
5327 NULL, default to the section containing PC.
5328
5329 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
5330
5331 * NEWS: Mention "regs" deprecated for m68hc11 too.
5332
5333 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
5334 (m68hc11_print_register): New function to print out one register.
5335 (m68hc11_print_registers_info): New function to print registers.
5336 (show_regs): Deprecate and use the above.
5337 (m68hc11_gdbarch_init): Install the print_registers_info.
5338
5339 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
5340
5341 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
5342 that we have a SIGTRAP before returning non-zero.
5343
5344 2003-07-23 Michal Ludvig <mludvig@suse.cz>
5345 Elena Zannoni <ezannoni@redhat.com>
5346
5347 * linespec.c (decode_line_2): Avoid crash if
5348 find_function_start_sal() returns empty record.
5349
5350 2003-07-23 Andreas Schwab <schwab@suse.de>
5351
5352 * ia64-tdep.c (ia64_print_insn): New function.
5353 (ia64_gdbarch_init): Set print_insn to it.
5354 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
5355 deprecated_tm_print_insn_info.
5356
5357 2003-07-22 Michael Snyder <msnyder@redhat.com>
5358
5359 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
5360 handle 8-bit returns (long long).
5361 (h8300h_extract_return_value): Ditto.
5362 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
5363
5364 2003-07-22 Andrew Cagney <cagney@redhat.com>
5365
5366 * gdbarch.c Include "gdb_obstack.h".
5367 (struct gdbarch): Add an "obstack".
5368 (alloc_gdbarch_data): Allocate the gdbarch data using
5369 GDBARCH_OBSTACK_CALLOC.
5370 (free_gdbarch_data): Delete function.
5371 (gdbarch_obstack_zalloc): New function.
5372 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
5373 Assert that the architecture is not initialized.
5374 (gdbarch_alloc): Allocate an obstack, allocate the architecture
5375 vector from the obstack.
5376 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
5377 architecture obstack.
5378 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
5379 (set_gdbarch_data): Assert that the data is not initialized.
5380 (struct gdbarch_data): Delete member "free".
5381 (register_gdbarch_data): Do not initialize "free".
5382 * gdbarch.h, gdbarch.c: Re-generate.
5383
5384 2003-07-22 Andrew Cagney <cagney@redhat.com>
5385
5386 * configure.in (build_warnings): Add -Wformat-nonliteral.
5387 * configure: Re-generate.
5388
5389 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
5390
5391 * dwarf2loc.c (locexpr_describe_location): Fix typos.
5392
5393 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
5394
5395 * findvar.c (read_var_value): Remove case for thread local storage
5396 variables. It is now entirely handled by the dwarf2 location
5397 expression code.
5398 * printcmd.c (address_info): Ditto.
5399 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
5400 enumeration value.
5401 (struct symbol): Remove objfile field, which was used by
5402 LOC_THREAD_LOCAL_STATIC only.
5403 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
5404 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
5405 usage of objfile pointer.
5406 * dwarf2loc.c (locexpr_describe_location): Add case to handle
5407 thread local variables.
5408 Add include of objfiles.h.
5409 * dwarf2expr.c (execute_stack_op): Add comments about thread local
5410 storage variables.
5411 * Makefile.in (dwarf2loc.o): Update dependencies.
5412
5413 2003-07-22 Andrew Cagney <cagney@redhat.com>
5414
5415 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
5416 get_frame_base.
5417 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
5418 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
5419 (struct value): Add opaque declaration.
5420 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
5421
5422 2003-07-21 Andrew Cagney <cagney@redhat.com>
5423
5424 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5425 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
5426
5427 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
5428
5429 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
5430 regcache_cooked_read_unsigned instead of read_register.
5431 (m68hc11_saved_pc_after_call): Likewise.
5432 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
5433 instead of write_register.
5434 (m68hc11_register_type): New function.
5435 (m68hc11_register_virtual_type): Remove.
5436 (m68hc11_store_return_value): Convert to use the regcache.
5437 (m68hc11_extract_struct_value_address): Likewise.
5438 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
5439 m68hc11_register_type; undeprecate store_return_value and
5440 extract_struct_value_address.
5441
5442 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
5443
5444 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
5445 and translate to use regcache.
5446 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
5447
5448 2003-07-18 Andrew Cagney <cagney@redhat.com>
5449
5450 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
5451 * gdbarch.h, gdbarch.c: Re-generate.
5452 * i386-tdep.c (i386_gdbarch_init): Do not set
5453 DWARF2_BUILD_FRAME_INFO.
5454 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
5455 unconditionally.
5456 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
5457 DWARF2_BUILD_FRAME_INFO.
5458
5459 2003-07-18 Andrew Cagney <cagney@redhat.com>
5460
5461 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5462 * disasm.c (gdb_disassemble_info): Initilize di.arch.
5463
5464 2003-07-18 Andrew Cagney <cagney@redhat.com>
5465
5466 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
5467 frame_unwind_address_in_block, instead of frame_pc_unwind.
5468 (dwarf2_frame_cache): Ditto.
5469
5470 2003-07-18 Andrew Cagney <cagney@redhat.com>
5471
5472 * user-regs.h (struct gdbarch): Declare opaque.
5473 * ui-out.h (struct ui_file): Declare opaque.
5474 * dwarf2-frame.h (struct frame_info): Declare opaque.
5475
5476 2003-07-18 Kris Warkentin <kewarken@qnx.com>
5477
5478 * nto-procfs.c: Clean ARI hits. Change #include <..> to
5479 #include "...".
5480 (procfs_meminfo): Change strerror to safe_strerror.
5481 (procfs_can_run): Remove K&R badness.
5482
5483 2003-07-17 Michael Snyder <msnyder@redhat.com>
5484
5485 * remote-sim.c: Comment typo fix.
5486
5487 2003-07-17 Andrew Cagney <cagney@redhat.com>
5488
5489 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
5490 configure.
5491 * sparc-tdep.c (sparc_intreg_size): Make non-static.
5492 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
5493 GDB_MULTI_ARCH_PARTIAL.
5494
5495 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
5496
5497 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
5498 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
5499 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
5500
5501 2003-07-16 Theodore A. Roth <troth@openavr.org>
5502
5503 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
5504 found.
5505 (avr_frame_unwind_cache): Don't unwind FP for main.
5506 Update a comment.
5507 Save the computed prev_sp.
5508 (avr_saved_regs_unwinder): Remove function.
5509 (avr_frame_prev_register): Use PC unwind logic from
5510 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
5511
5512 2003-07-16 Andrew Cagney <cagney@redhat.com>
5513
5514 * frame-base.h (frame_base_p_ftype): Delete definition.
5515 (frame_base_append_predicate): Delete declaration.
5516 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
5517 (frame_unwind_append_predicate): Delete declaration.
5518 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
5519 (append_predicate): Delete parameter "p".
5520 (frame_unwind_append_predicate): Delete function.
5521 (frame_unwind_append_sniffer): Update call to append_predicate.
5522 (frame_unwind_free): Delete function.
5523 (_initialize_frame_unwind): Pass NULL as "free" to
5524 register_gdbarch_data.
5525 (frame_unwind_init): Append the dummy_frame_sniffer.
5526 (frame_unwind_find_by_frame): Simplify.
5527 * frame-base.c (struct frame_base_table): Delete field "p".
5528 (append_predicate): Delete parameter "p".
5529 (frame_base_append_predicate): Delete function.
5530 (frame_base_append_sniffer): Update call to append_predicate.
5531 (frame_base_free): Delete function.
5532 (frame_base_find_by_frame): Simplify.
5533 (_initialize_frame_base): Pass NULL as "free" to
5534 register_gdbarch_data.
5535 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
5536 (x86_64_sigtramp_frame_sniffer): Replace
5537 "x86_64_sigtramp_frame_p".
5538 (x86_64_init_abi): Set the frame unwind sniffers.
5539 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
5540 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
5541 (m68k_gdbarch_init): Set the frame unwind sniffers.
5542 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
5543 "i386_sigtramp_frame_p".
5544 (i386_frame_sniffer): Replace "i386_frame_p".
5545 (i386_gdbarch_init): Set the frame unwind sniffers.
5546 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
5547 (avr_gdbarch_init): Set the frame unwind sniffers.
5548 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
5549 "alpha_sigtramp_frame_p"
5550 (alpha_heuristic_frame_sniffer): Replace
5551 "alpha_heuristic_frame_p".
5552 (alpha_gdbarch_init): Set the frame unwind sniffers.
5553 (alpha_dwarf2_init_abi): Ditto.
5554 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
5555 "alpha_debug_frame_p".
5556 (alpha_mdebug_frame_base_sniffer): Replace
5557 "alpha_mdebug_frame_base_p".
5558 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
5559 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
5560 (d10v_gdbarch_init): Set the frame unwind sniffer.
5561 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5562 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5563 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5564 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5565 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
5566 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
5567
5568 2003-07-16 Michael Snyder <msnyder@redhat.com>
5569
5570 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
5571 should go thru sh_dsp_register_sim_regno, else the dsp regs
5572 will not get the right values.
5573
5574 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5575
5576 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
5577 deprecated_store_floating by call to store_typed_floating.
5578 (sh_sh4_register_convert_to_raw): Substitute call to
5579 deprecated_extract_floating by call to extract_typed_floating.
5580
5581 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5582
5583 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
5584
5585 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5586
5587 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
5588 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
5589 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
5590 as possible.
5591 (do_pseudo_register): Remove.
5592 (sh_push_dummy_code): New function.
5593 (sh64_store_struct_return): Rename from sh_store_struct_return.
5594 Only called for sh64 now.
5595 (sh_extract_struct_value_address): Regcache'ify.
5596 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
5597 and accomodate new tasks.
5598 (sh64_push_return_address): Rename from sh_push_return_address.
5599 Only called for sh64 now.
5600 (sh_default_extract_return_value): Rename from sh_extract_return_value.
5601 Regcache'ify.
5602 (sh3e_sh4_extract_return_value): Regcache'ify.
5603 (sh_default_store_return_value): Ditto.
5604 (sh3e_sh4_store_return_value): Ditto.
5605 (sh_default_register_byte): Remove.
5606 (sh_sh4_register_byte): Remove.
5607 (sh_default_register_raw_size): Remove.
5608 (sh_sh4_register_raw_size): Remove.
5609 (sh_register_virtual_size): Remove.
5610 (sh_sh3e_register_virtual_type): Remove.
5611 (sh_sh3e_register_type): New function.
5612 (sh_sh4_register_virtual_type): Remove.
5613 (sh_sh4_register_type): New function.
5614 (sh_default_register_virtual_type): Remove.
5615 (sh_default_register_type): New function.
5616 (do_fv_register_info): Add parameters to accomodate call from
5617 sh_print_registers_info.
5618 (do_dr_register_info): Ditto.
5619 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
5620 Add parameters to accomodate call from sh_print_registers_info.
5621 (sh_do_fp_register): Ditto.
5622 (sh64_do_pseudo_register): Call do_dr_register_info,
5623 do_fv_register_info and sh_do_fp_register with default parameters.
5624 (sh_do_register): Add parameters to accomodate call from
5625 sh_print_registers_info.
5626 (sh_print_register): Ditto.
5627 (sh_print_registers_info): Rename from sh_do_registers_info.
5628 Add parameters to be used as gdbarch_print_registers_info
5629 implementation. Accomodate removed do_pseudo_register function
5630 pointer.
5631 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
5632 function pointer. Call sh_print_register with default parameters.
5633 (sh64_do_registers_info): Call sh_print_registers_info instead of
5634 sh_do_registers_info.
5635 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
5636 detection of deprecated vs. non-deprecated functionality.
5637 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
5638 function pointer assignments by direct function calls.
5639
5640 2003-07-15 Andrew Cagney <cagney@redhat.com>
5641
5642 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
5643 (frame_register_unwind, create_new_frame): Ditto.
5644 (legacy_get_prev_frame, get_frame_type): Ditto.
5645 (get_frame_base_address): Use frame_base_find_by_frame.
5646 (get_frame_locals_address): Use frame_base_find_by_frame.
5647 (get_frame_args_address): Use frame_base_find_by_frame.
5648 * frame-base.h (frame_base_sniffer_ftype): Declare.
5649 (frame_base_append_sniffer): Declare.
5650 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
5651 * frame-base.c (append_predicate): Add a "sniffer" parameter.
5652 (frame_base_append_sniffer): New function.
5653 (frame_base_append_predicate): Add a NULL sniffer.
5654 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
5655 (struct frame_base_table): Add "sniffer".
5656 (frame_base_free): Free the "sniffer" table.
5657 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
5658 (frame_unwind_append_sniffer): Declare.
5659 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5660 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
5661 (struct frame_unwind_table): Add "sniffer", delete "middle".
5662 (append_predicate): Add "sniffer" parameter, append the sniffer.
5663 (frame_unwind_init): Update append_predicate call.
5664 (frame_unwind_append_sniffer): New function.
5665 (frame_unwind_append_predicate): Update append_predicate call.
5666 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5667
5668 2003-07-15 Andrew Cagney <cagney@redhat.com>
5669
5670 * frame.c (get_prev_frame): Move disabled inside_entry_func to
5671 before code inhibiting repeated unwind attempts. Add to
5672 commentary on that test's problems.
5673 * blockframe.c (inside_main_func): Look for "main" in the minimal
5674 symbol table.
5675 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
5676 identical.
5677
5678 2003-07-15 Andrew Cagney <cagney@redhat.com>
5679
5680 * complaints.c (struct explanation): Define.
5681 (struct complaints): Change type of "explanation" to "struct
5682 explanation".
5683 (symfile_explanations): Convert to a "struct explanation" table.
5684 (vcomplaint): Update.
5685
5686 2003-07-15 Michal Ludvig <mludvig@suse.cz>
5687
5688 * x86-64-linux-nat.c (regmap): Removed.
5689 (supply_gregset, fill_gregset): Call
5690 x86_64_linux_(fill,supply)_gregset functions.
5691 * x86-64-linux-tdep.c (USER_*): New defines.
5692 (user_to_gdb_regmap, x86_64_core_fns): New structure.
5693 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
5694 New functions.
5695 (fetch_core_registers): Ditto.
5696 (_initialize_x86_64_linux_tdep): Call add_core_fns().
5697 * x86-64-linux-tdep.h: New file.
5698 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
5699 and core-regset.o.
5700 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
5701
5702 2003-07-13 Mark Kettenis <kettenis@gnu.org>
5703
5704 * x86-64-tdep.c (x86_64_store_return_value): Use
5705 regcache_cooked_write_part instead of regcache_cooked_write.
5706
5707 * configure.host: Add x86_64-*-freebsd*.
5708 * configure.tgt: Add x86_64-*-freebsd*.
5709 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
5710 * amd64fbsd-nat.c: New file.
5711 * amd64fbsd-tdep.c: New file.
5712 * config/i386/nm-fbsd64.h: New file.
5713 * config/i386/fbsd64.mh: New file.
5714 * config/i386/fbsd64.mt: New file.
5715
5716 2003-07-11 Mark Kettenis <kettenis@gnu.org>
5717
5718 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
5719 `sc_regs_offset' and `sc_fpregs_offset'.
5720 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
5721 SIGFRAME_FPREGSAVE_OFF): Remove defines.
5722 (alpha_sigtramp_register_address): Rewrite to use new members of
5723 `struct gdbarch_tdep'.
5724 (alpha_gdbarch_init): Initialize new members of struct
5725 gdbarch_tdep'.
5726 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
5727 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
5728 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
5729 (alphafbsd_pc_in_sigtramp): Implement.
5730 (alphafbsd_sigtramp_offset): New function.
5731 (alphafbsd_sigcontext_addr): New function.
5732 (alphafbsd_init_abi): Initialize signal trampoline related members
5733 of `struct gdbarch_tdep'.
5734 (_initialize_alphafbsd_tdep): Add prototype.
5735
5736 2003-07-11 Theodore A. Roth <troth@openavr.org>
5737
5738 * Makefile.in (install-only): Quote sed expression when generating
5739 transformed_name.
5740
5741 2003-07-11 Richard Henderson <rth@redhat.com>
5742
5743 * Makefile.in (dwarf2-frame.o): Add complaints_h.
5744 * dwarf2-frame.c: Include complaints.h.
5745 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
5746 variable initialization; return NULL on error.
5747 (decode_frame_entry): New.
5748
5749 2003-07-11 Andrew Cagney <cagney@redhat.com>
5750
5751 * frame.h (frame_address_in_block): Delete declaration.
5752 * blockframe.c (frame_address_in_block): Delete function.
5753 (get_frame_block): Use get_frame_address_in_block.
5754 (block_innermost_frame): Ditto.
5755 * stack.c (print_frame, backtrace_command_1): Ditto.
5756
5757 * frame.h (get_frame_address_in_block): Declare.
5758 (frame_unwind_address_in_block): Declare.
5759 * frame.c (frame_unwind_address_in_block): New function.
5760 (get_frame_address_in_block): New function.
5761
5762 2003-07-10 Andrew Cagney <cagney@redhat.com>
5763
5764 * gdbarch.sh: Simplify predicate methods. Remove need to provide
5765 pre-default. Note: re-generate has no effect.
5766
5767 2003-07-10 Andrew Cagney <cagney@redhat.com>
5768
5769 * gdbarch.sh: When a variable, but not a function, compare against
5770 0. Fix problem in previous patch.
5771 * gdbarch.c: Re-generate.
5772
5773 2003-07-10 Andrew Cagney <cagney@redhat.com>
5774
5775 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
5776 functions against NULL, not 0.
5777 * gdbarch.c: Re-generate.
5778
5779 2003-07-10 Fred Fish <fnf@ninemoons.com>
5780
5781 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
5782 null string instead of a null pointer.
5783 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
5784
5785 2003-07-09 Michael Snyder <msnyder@redhat.com>
5786
5787 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
5788
5789 2003-07-09 Mark Kettenis <kettenis@gnu.org>
5790
5791 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
5792 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
5793 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
5794 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
5795 * x86-64-tdep.c: ... from here.
5796
5797 2003-07-09 Andreas Schwab <schwab@suse.de>
5798
5799 * m68k-tdep.h (enum struct_return): Define.
5800 (struct gdbarch_tdep): Add struct_return.
5801 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
5802 bytes are padded to the right, not to the left. Pass struct value
5803 address in register %a1, not on stack.
5804 (m68k_use_struct_convention): New function.
5805 (m68k_gdbarch_init): Set use_struct_convention. Initialize
5806 struct_return in tdep to pcc_struct_return.
5807 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
5808 reg_struct_return.
5809
5810 2003-07-09 Joel Brobecker <brobecker@gnat.com>
5811
5812 * somread.c (som_symfile_offsets): Fix compilation error.
5813
5814 2003-07-09 Andrew Cagney <cagney@redhat.com>
5815
5816 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
5817 Add comments about the checks.
5818
5819 2003-07-08 Andrew Cagney <cagney@redhat.com>
5820
5821 * Makefile.in: Make dependency section headers consistent.
5822 (config_h): Move to $BUILD headers section.
5823 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
5824 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
5825 (ada-exp.tab.c): Move to YACC/LEX section.
5826 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
5827 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
5828
5829 2003-07-08 Kris Warkentin <kewarken@qnx.com>
5830
5831 * nto-procfs.c: Cleaned up a bunch of ARI hits.
5832 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
5833 of strerror with safe_strerror, use ISO C function definitions,
5834 and replace instances of sprintf with snprintf.
5835
5836 2003-07-07 Andrew Cagney <cagney@redhat.com>
5837
5838 * frame.c (get_prev_frame): Enable check for identical frames.
5839 Update comments. Update error messages.
5840
5841 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5842
5843 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
5844
5845 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5846
5847 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
5848 sort_symtab_syms, no longer necessary.
5849
5850 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5851
5852 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
5853
5854 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5855
5856 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
5857 (mips_register_byte): Likewise.
5858
5859 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5860
5861 * Makefile.in (sparc_tdep_h): New.
5862 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
5863 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
5864 * sparc-linux-nat.c: Include "sparc-tdep.h".
5865 * sparc-nat.c: Likewise.
5866 * sparc-tdep.c: Likewise.
5867 * sparc64nbsd-nat.c: Likewise.
5868 * sparcnbsd-nat.c: Likewise.
5869 * sparcnbsd-tdep.c: Likewise.
5870 * sparc-tdep.h: New file.
5871 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
5872 and sparc_npc_regnum.
5873
5874 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5875
5876 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
5877 (mips_linux_cannot_store_register): List supported instead of
5878 unsupported registers.
5879
5880 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5881
5882 * disasm.c (dump_insns): Separate instructions from addresses.
5883
5884 2003-07-07 Andreas Schwab <schwab@suse.de>
5885
5886 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
5887 dependencies.
5888 * m68k-tdep.c (NUM_FREGS): Delete.
5889 (SIG_PC_FP_OFFSET): Delete.
5890 (TARGET_M68K): Delete.
5891 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
5892 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
5893 P_MOVEL_SP, P_MOVEML_SP): Define.
5894 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
5895 P_TRAP): Delete.
5896 (m68k_register_raw_size): Delete.
5897 (m68k_register_virtual_size): Delete.
5898 (m68k_register_type): Renamed from m68k_register_virtual_type and
5899 add gdbarch argument.
5900 (m68k_store_struct_return): Delete.
5901 (m68k_deprecated_extract_return_value): Delete.
5902 (m68k_deprecated_extract_struct_value_address): Delete.
5903 (m68k_frame_chain): Delete.
5904 (m68k_frame_saved_pc): Delete.
5905 (m68k_fix_call_dummy): Delete.
5906 (m68k_push_dummy_frame): Delete.
5907 (m68k_pop_frame): Delete.
5908 (m68k_extract_return_value): New function.
5909 (m68k_store_return_value): Rewrite using regcache.
5910 (m68k_extract_struct_value_address): Rewrite using regcache.
5911 (m68k_push_dummy_call): New function.
5912 (struct m68k_frame_cache): Define.
5913 (m68k_alloc_frame_cache): New function.
5914 (m68k_analyze_frame_setup): New function.
5915 (m68k_analyze_register_saves): New function.
5916 (m68k_analyze_prologue): New function.
5917 (m68k_skip_prologue): Rewrite using above functions.
5918 (m68k_unwind_pc): New function.
5919 (m68k_frame_cache): New function.
5920 (m68k_frame_this_id): New function.
5921 (m68k_frame_prev_register): New function.
5922 (m68k_frame_unwind): New variable.
5923 (m68k_frame_p): New function.
5924 (m68k_sigtramp_frame_cache): New function.
5925 (m68k_sigtramp_frame_this_id): New function.
5926 (m68k_sigtramp_frame_prev_register): New function.
5927 (m68k_sigtramp_frame_unwind): New variable.
5928 (m68k_sigtramp_frame_p): New function.
5929 (m68k_frame_base_address): New function.
5930 (m68k_frame_base): New function.
5931 (m68k_unwind_dummy_id): New function.
5932 (fill_gregset): Use regcache_collect.
5933 (fill_fpregset): Likewise.
5934 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
5935 defined.
5936 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
5937 deprecated_init_frame_pc, deprecated_store_struct_return,
5938 deprecated_extract_return_value, deprecated_store_return_value,
5939 deprecated_frame_chain, deprecated_frame_saved_pc,
5940 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
5941 deprecated_register_virtual_size,
5942 deprecated_max_register_raw_size,
5943 deprecated_max_register_virtual_size,
5944 deprecated_register_virtual_type, deprecated_register_size,
5945 deprecated_register_byte, deprecated_register_bytes,
5946 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
5947 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
5948 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
5949 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
5950 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
5951 deprecated_push_dummy_frame, deprecated_pop_frame,
5952 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
5953 only if SYSCALL_TRAP is defined. Set extract_return_value,
5954 store_return_value, extract_struct_value_address, register_type,
5955 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
5956 predicates.
5957 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5958 M68K_MAX_REGISTER_SIZE): Define.
5959 (struct m68k_sigtramp_info): Define.
5960 (struct gdbarch_tdep): Add get_sigtramp_info.
5961 * m68klinux-nat.c (fetch_register): Use register_size instead of
5962 REGISTER_RAW_SIZE. Don't put assignment in if.
5963 (store_register): Likewise.
5964 (fetch_inferior_registers): Likewise.
5965 (store_inferior_registers): Likewise.
5966 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5967 (m68k_linux_frame_saved_pc): Delete.
5968 (m68k_linux_sigcontext_reg_offset,
5969 m68k_linux_ucontext_reg_offset): Define.
5970 (m68k_linux_get_sigtramp_info): New function.
5971 (m68k_linux_extract_return_value): Rewrite using regcache.
5972 (m68k_linux_store_return_value): Likewise.
5973 (m68k_linux_extract_struct_value_address): Likewise.
5974 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5975 Don't set deprecated_frame_saved_pc,
5976 deprecated_extract_return_value, deprecated_store_return_value,
5977 deprecated_extract_struct_value_address. Set
5978 extract_return_value, store_return_value,
5979 extract_struct_value_address.
5980
5981 2003-07-07 Andrew Cagney <cagney@redhat.com>
5982
5983 * expprint.c: Include "user-regs.h" instead of "frame.h".
5984 (print_subexp): Use user_reg_map_regnum_to_name, instead of
5985 frame_map_regnum_to_name.
5986 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5987 (frame_map_name_to_regnum): Simplify, call
5988 user_reg_map_name_to_regnum.
5989 (frame_map_regnum_to_name): Simplify, call
5990 user_reg_map_regnum_to_name.
5991 (frame_register_unwind): Update.
5992 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5993 (_initialize_frame_reg): Call user_reg_add_builtin.
5994 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
5995 (value_of_register): Use value_of_user_reg.
5996 * eval.c (evaluate_subexp_standard): Update.
5997 * parse.c (write_dollar_variable): Update.
5998 * d10v-tdep.c (d10v_print_registers_info): Update.
5999 * infcmd.c (registers_info): Update.
6000 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
6001 (builtin_regs_h): Delete macro.
6002 (user_regs_h): Define.
6003 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
6004 (builtin-regs.o): Delete target.
6005 (user-regs.o): Specify dependencies.
6006 (expprint.o): Update dependencies.
6007 (findvar.o): Update dependencies.
6008 (frame.o): Update dependencies.
6009 (std-regs.o): Update dependencies.
6010
6011 2003-07-06 Christopher Faylor <cgf@redhat.com>
6012
6013 * win32-nat.c (solib_symbols_add): Use one variable for all section
6014 address stuff. Pass variable rather than address of variable to
6015 safe_symbol_file_add.
6016
6017 2003-07-06 Andreas Schwab <schwab@suse.de>
6018
6019 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
6020
6021 2003-07-04 Joel Brobecker <brobecker@gnat.com>
6022
6023 * rs6000-nat.c (vmap_symtab): Fix compilation error.
6024
6025 2003-07-04 Kris Warkentin <kewarken@qnx.com>
6026
6027 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
6028
6029 2003-07-04 Kris Warkentin <kewarken@qnx.com>
6030
6031 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
6032 * config/i386/nto.mh: New file.
6033 * config/i386/nm-nto.h: New file.
6034 * configure.host: Add i[3456]86-*-nto*.
6035
6036 2003-07-03 Joel Brobecker <brobecker@gnat.com>
6037
6038 * remote-vx.c (vx_add_symbols): Fix compilation error.
6039
6040 2003-07-03 Andrew Cagney <cagney@redhat.com>
6041
6042 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
6043 * gdbarch.h, gdbarch.c: Re-generate.
6044 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
6045 (legacy_register_name): Declare.
6046 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
6047 (REGISTER_NAME): Define.
6048 * sparc-tdep.c (legacy_register_name): New function.
6049 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
6050 (REGISTER_NAME): Define.
6051 (hppa64_register_name): Declare.
6052 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
6053 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
6054 (hppa64_register_name): New function.
6055 (hppa_register_name): New function.
6056 * arch-utils.c (legacy_register_name): Delete.
6057 * arch-utils.h (legacy_register_name): Delete.
6058
6059 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
6060
6061 * cli/cli-interp.c (cli_interpreter_resume): Update the
6062 cli_uiout's stream to gdb_stdout.
6063
6064 2003-07-03 Andrew Cagney <cagney@redhat.com>
6065
6066 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
6067 predicate.
6068 * gdbarch.h, gdbarch.c: Re-generate.
6069 * regcache.c (init_regcache_descr): Use legacy code when either
6070 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
6071
6072 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
6073
6074 * NEWS: Move "set logging" entry into GDB 6.0 section.
6075
6076 2003-07-02 Jim Blandy <jimb@redhat.com>
6077
6078 * s390-tdep.c (struct frame_extra_info): new member:
6079 'stack_bought_valid'.
6080 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
6081 initialize fextra_info->stack_bought.
6082 (s390_frameless_function_invocation): Don't trust the value of
6083 fextra_info_ptr->stack_bought unless
6084 fextra_info->stack_bought_valid is set.
6085
6086 New S390 prologue analyzer.
6087 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
6088 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
6089 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
6090 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
6091 compute_x_addr, s390_on_stack, s390_store,
6092 s390_get_signal_frame_info): New functions.
6093 (S390_NUM_SPILL_SLOTS): New macro.
6094 (s390_get_frame_info): Rewritten.
6095 (is_arg_reg): Deleted.
6096
6097 Break out the decoding of S/390 instructions into separate
6098 functions, to make it more legible, and easier to check
6099 against the spec.
6100 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
6101 is_rx, is_rxe): New functions.
6102 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
6103 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
6104 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
6105 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
6106 enums for opcode values. (Is this an improvement?)
6107
6108 2003-07-02 Andrew Cagney <cagney@redhat.com>
6109
6110 * i386-tdep.c: Revert change committed as part of trad-frame code
6111 below.
6112
6113 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
6114
6115 * breakpoint.c (insert_catchpoint): Make static.
6116
6117 2003-07-02 Andreas Schwab <schwab@suse.de>
6118
6119 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
6120 former ia64_push_arguments and ia64_push_return_address, and use
6121 regcache functions instead of read/write_register.
6122 (ia64_gdbarch_init): Set push_dummy_call instead of
6123 deprecated_push_arguments and deprecated_push_return_address.
6124
6125 2003-07-01 Andreas Jaeger <aj@suse.de>
6126
6127 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
6128 before the call.
6129 Set %rax only to number of SSE registers used.
6130
6131 2003-07-01 Andrew Cagney <cagney@redhat.com>
6132
6133 * trad-frame.h: Update comments, a -1 .addr is reserved.
6134 (trad_frame_value_p, trad_frame_addr_p): Declare.
6135 (trad_frame_reg_p): Declare.
6136 (trad_frame_set_value): Rename trad_frame_register_value.
6137 (trad_frame_set_unknown): Declare.
6138 * trad-frame.c (trad_frame_realreg_p): New function.
6139 (trad_frame_addr_p, trad_frame_value_p): New function.
6140 (trad_frame_set_unknown): New function.
6141 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
6142 (trad_frame_prev_register): Use trad_frame_realreg_p,
6143 trad_frame_addr_p and trad_frame_value_p.
6144 (trad_frame_set_value): Rename trad_frame_register_value.
6145 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
6146 and trad_frame_set_value.
6147
6148 2003-06-30 Jim Blandy <jimb@redhat.com>
6149
6150 Patch from IBM (authors unspecified, probably Ulrich Weigand and
6151 Gerhard Tonn) for argument passing on the S/390 and S/390x:
6152 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
6153 for 16 registers, and then 32 more bytes.
6154 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
6155 New macros.
6156 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
6157 Move up in the file, since it's now used by is_simple_arg.
6158 (is_simple_arg): Don't assume registers are four bytes long.
6159 Exclude all double arguments. Extended floats are not simple
6160 args.
6161 (is_power_of_two): New function.
6162 (pass_by_copy_ref): Call is_power_of_two, and check that the
6163 length fits in a register, rather than listing all the acceptable
6164 sizes. Extended floats are not passed by reference.
6165 (s390_push_arguments): Don't assume registers are four bytes long.
6166 Reserve an argument register to point to the buffer for structures
6167 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
6168 S390_STACK_FRAME_OVERHEAD.
6169
6170 2003-06-30 Andreas Schwab <schwab@suse.de>
6171
6172 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
6173 format error message.
6174
6175 2003-06-30 Joel Brobecker <brobecker@gnat.com>
6176
6177 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
6178
6179 2003-06-30 David Carlton <carlton@kealia.com>
6180
6181 Band-aid for PR c++/1245.
6182 * Makefile.in (cp-support.o): Depend on complaints_h.
6183 * cp-support.c: Include complaints.h. Add declaration for
6184 find_last_component.
6185 (cp_find_first_component): Separate code into
6186 cp_find_first_component_aux.
6187 (cp_find_first_component_aux): Call demangled_name_complaint.
6188 (demangled_name_complaint): New.
6189
6190 2003-06-30 Andrew Cagney <cagney@redhat.com>
6191
6192 * remote.c (remote_write_bytes): Explicitly compute and then use
6193 the payload size. Update comments to reflect. Fixes problem of
6194 GDB not sending small packets as found by Fred Fish.
6195
6196 2003-06-30 Andrew Cagney <cagney@redhat.com>
6197
6198 * remote.c (remote_async_wait): Fix -Wformat problem.
6199
6200 2003-06-29 Andrew Cagney <cagney@redhat.com>
6201
6202 * remote.c (remote_wait): Call error, and not warning, when the
6203 packet is corrupt.
6204 (remote_async_wait): Ditto.
6205
6206 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
6207
6208 * sparc-tdep.c (sparc_y_regnum): Make external again.
6209
6210 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
6211
6212 * cli/cli-logging.c (pop_output_files): Add void to function
6213 definition.
6214
6215 2003-06-29 Andrew Cagney <cagney@redhat.com>
6216
6217 * frame.c (frame_register_unwind): Use unsigned char when dumping
6218 the buffer contents.
6219
6220 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
6221
6222 * cli/cli-logging.c: New file.
6223 * cli-out.c (struct ui_out_data): Add original_stream.
6224 (cli_redirect): New function.
6225 (cli_ui_out_impl): Add cli_redirect.
6226 (cli_out_new): Initialize original_stream.
6227 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
6228 (uo_redirect, ui_out_redirect): New.
6229 * ui-out.h (struct ui_out_impl): Add redirect member.
6230 (redirect_ftype): New.
6231 (ui_out_redirect): Add prototype.
6232 * Makefile.in: Add rules for cli-logging.c.
6233 * NEWS: Mention "set logging".
6234
6235 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
6236
6237 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
6238
6239 2003-06-27 Andrew Cagney <cagney@redhat.com>
6240
6241 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
6242 (m68hc11_gdbarch_init): Do not set call_dummy_address.
6243 * avr-tdep.c (avr_call_dummy_address): Delete function.
6244 (avr_gdbarch_init): Do not set call_dummy_address.
6245
6246 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
6247
6248 * symfile.c (syms_from_objfile): Move variables to inner block.
6249 Move the checks for the non-mainline case a bit earlier to avoid
6250 doing some useless computations.
6251
6252 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
6253
6254 * dwarfread.c (decode_modified_type): Gag new compiler warning.
6255
6256 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
6257
6258 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
6259 sections.
6260
6261 2003-06-26 Michael Chastain <mec@shout.net>
6262
6263 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
6264 gdb/testsuite/gdb.c++/pr-1210.exp.
6265
6266 2003-06-26 Andrew Cagney <cagney@redhat.com>
6267
6268 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
6269 altivec_expression.h and altivec_registers.h.
6270
6271 2003-06-26 Andrew Cagney <cagney@redhat.com>
6272
6273 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
6274 info->mach when MIPS16. Patch suggested by Fred Fish.
6275
6276 2003-06-26 Andrew Cagney <cagney@redhat.com>
6277
6278 * utils.c (internal_vproblem): Print the problem to a reason
6279 buffer and then pass to query. Make the msg variable more local.
6280
6281 2003-06-26 Andrew Cagney <cagney@redhat.com>
6282
6283 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
6284 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
6285 * gdbarch.h, gdbarch.c: Re-generate.
6286 * frame-base.c (default_frame_args_address): Update. Use
6287 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
6288 not available.
6289 (default_frame_locals_address): Ditto for
6290 DEPRECATED_FRAME_LOCALS_ADDRESS.
6291 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
6292 (vax_frame_num_args): Update.
6293 (vax_gdbarch_init): Update.
6294 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6295 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6296 * mcore-tdep.c (mcore_gdbarch_init): Update.
6297 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6298 * ia64-tdep.c (ia64_gdbarch_init): Update.
6299 * symtab.h (address_class): Update comments.
6300 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
6301 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
6302 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
6303 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
6304 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
6305 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
6306 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
6307 * alpha-mdebug-tdep.c: Update.
6308 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
6309
6310 2003-06-26 Andreas Jaeger <aj@suse.de>
6311
6312 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
6313 of SSE registers so that varargs functions work. Rework handling
6314 of passing arguments on the stack.
6315 (x86_64_store_return_value): Return double and float values in SSE
6316 register.
6317
6318 2003-06-24 Michael Chastain <mec@shout.net>
6319
6320 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
6321 the "constructor breakpoints ignored" bug.
6322
6323 2003-06-25 David Carlton <carlton@kealia.com>
6324
6325 * MAINTAINERS: Update e-mail address.
6326
6327 2003-06-24 Jim Blandy <jimb@redhat.com>
6328
6329 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
6330
6331 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
6332 function.
6333 (ppc_linux_init_abi): Register it as the
6334 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
6335
6336 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
6337 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
6338 method.
6339
6340 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
6341 (ppc64_standard_linkage_target): Use it.
6342
6343 2003-06-23 Andrew Cagney <cagney@redhat.com>
6344
6345 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
6346 for 0 "int0" and 4 "int32" sized registers.
6347 * gdbtypes.c (builtin_type_int0): Define.
6348 (build_gdbtypes): Initialize builtin_type_int0.
6349 * gdbtypes.h (builtin_type_int0): Declare.
6350
6351 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
6352
6353 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
6354 as characters are unsigned.
6355
6356 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6357
6358 PR gdb/1179
6359 * dwarfread.c (struct_type): Skip static fields without crashing.
6360
6361 2003-06-22 Andrew Cagney <cagney@redhat.com>
6362
6363 GDB 6.0 branch created.
6364 * README: Update.
6365 * PROBLEMS: Update. Empty.
6366 * NEWS: Update.
6367
6368 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6369
6370 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
6371 Suggested by Nick Hibma <n_hibma@webweaving.org>.
6372
6373 2003-06-22 Andrew Cagney <cagney@redhat.com>
6374
6375 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
6376 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
6377 Velikov.
6378
6379 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6380
6381 * cli/cli-cmds.c (shell_escape): Silence warnings from old
6382 compilers.
6383
6384 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
6385
6386 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
6387 argument of val_print.
6388 * cp-valprint.c (cp_print_value): Don't add the offset parameter
6389 to the address argument of baseclass_offset or target_read_memory.
6390 Do add it to the argument of cp_print_value_fields.
6391
6392 2003-06-21 Andrew Cagney <cagney@redhat.com>
6393
6394 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
6395 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
6396 instead of 0..NUM_REGS.
6397 (mips_register_reggroup_p): New function.
6398 (mips_pseudo_register_write): New function.
6399 (mips_pseudo_register_read): New function.
6400 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
6401 based on the register's type.
6402 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
6403 cooked.
6404 (mips_get_saved_register): Simplify. Assert that REGNO is a
6405 pseudo / cooked.
6406 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
6407 (mips_register_type): Replace mips_register_virtual_type. Map
6408 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
6409 when available.
6410 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
6411 that the register is cooked / virtual.
6412 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
6413 Only get the extra info when needed.
6414 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
6415 (mips32_heuristic_proc_desc): Fetch the cooked register.
6416 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
6417 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
6418 (mips_print_register): Use gdbarch_register_type, instead of
6419 REGISTER_VIRTUAL_TYPE.
6420 (print_gp_register_row): Use gdbarch_register_type, instead of
6421 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
6422 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
6423 Print the pseudo / cooked registers.
6424 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
6425 Print the pseudo / cooked registers.
6426 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
6427 REG_NUM is pseudo / cooked.
6428 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
6429 (mips_n32n64_xfer_return_value): Ditto.
6430 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
6431 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
6432 (mips_register_sim_regno): New function.
6433 (mips_gdbarch_init): Set deprecated_register_byte,
6434 register_group_p, pseudo_register_write, pseudo_register_read,
6435 register_sim_regno, and num_pseudo_regs. Set register_type,
6436 instead of register_virtual_type.
6437 * Makefile.in (mips-tdep.o): Update dependencies.
6438 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
6439 REGISTER_VIRTUAL_TYPE.
6440 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
6441 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
6442 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
6443 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
6444 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
6445
6446 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
6447
6448 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
6449 * cli/cli-cmds.c: Include "gdb_vfork.h".
6450 (shell_escape): Use vfork.
6451
6452 2003-06-21 Andrew Cagney <cagney@redhat.com>
6453
6454 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
6455 32 bit floating-point register saves.
6456
6457 * frame.h (deprecated_unwind_get_saved_register): Delete.
6458 * frame.c (deprecated_unwind_get_saved_register): Delete function.
6459 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
6460 and deprecated_get_next_frame_hack instead of
6461 deprecated_unwind_get_saved_register.
6462
6463 * mips-tdep.c (mips_dump_tdep): Do not print
6464 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
6465
6466 * frame.c (get_frame_register): New function.
6467 (frame_unwind_register_signed): New function.
6468 (get_frame_register_signed): New function.
6469 (frame_unwind_register_unsigned): New function.
6470 (get_frame_register_unsigned): New function.
6471 * frame.h: Add comments on naming schema.
6472 (get_frame_register, frame_unwind_register_signed): Declare.
6473 (get_frame_register_signed, get_frame_register_signed): Declare.
6474 (frame_unwind_register_unsigned): Declare.
6475 (get_frame_register_unsigned): Declare.
6476
6477 2003-06-20 Theodore A. Roth <troth@openavr.org>
6478
6479 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
6480
6481 2003-06-20 Theodore A. Roth <troth@openavr.org>
6482
6483 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
6484 (avr_read_sp): Ditto.
6485
6486 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
6487
6488 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
6489 * config/arm/nm-linux.h: Likewise.
6490 * config/arm/tm-linux.h: Likewise.
6491 * config/ia64/nm-linux.h: Likewise.
6492 * config/ia64/tm-ia64.h: Likewise.
6493 * config/s390/tm-linux.h: Likewise.
6494 * config/s390/tm-s390.h: Likewise.
6495 * s390-nat.c: Likewise.
6496 * s390-tdep.c: Likewise.
6497
6498 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
6499 * config/ia64/linux.mt: Likewise.
6500 * config/m68k/linux.mh: Likewise.
6501 * config/mips/linux.mt: Likewise.
6502 * config/powerpc/linux.mh: Likewise.
6503 * config/sh/linux.mt: Likewise.
6504
6505 2003-06-19 Kris Warkentin <kewarken@qnx.com>
6506
6507 * solib.c (solib_open): Change tests for whether to search
6508 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
6509 comments.
6510
6511 2003-06-19 Theodore A. Roth <troth@openavr.org>
6512
6513 * avr-tdep.c (avr_frame_address): Delete function.
6514 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
6515 set_gdbarch_frame_args_address.
6516
6517 2003-06-19 Andrew Cagney <cagney@redhat.com>
6518
6519 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
6520 (REGISTER_CONVERT_FROM_TYPE): Delete.
6521 (mips_register_convert_to_type): Delete declaration.
6522 (mips_register_convert_from_type): Delete declaration.
6523 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
6524 kernel/.
6525
6526 2003-06-19 Michael Snyder <msnyder@redhat.com>
6527
6528 * linux-nat.h: New file.
6529 * linux-nat.c: Include linux-nat.h.
6530 * lin-lwp.c: Include linux-nat.h.
6531 Move struct lwp_info def to linux-nat.h.
6532 * linux-proc.c: Include linux-nat.h.
6533 (linux_make_note_section): Iterate over lwps instead of threads.
6534 (linux_do_thread_registers): Use lwp instead of merged pid.
6535 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
6536 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
6537 Add dependency on linux_nat_h.
6538
6539 2003-06-19 Theodore A. Roth <troth@openavr.org>
6540
6541 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
6542
6543 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6544
6545 * varobj.c (get_type, get_target_type): Use check_typedef.
6546
6547 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6548
6549 * breakpoint.c (insert_catchpoint): Call internal_error.
6550
6551 2003-06-19 Theodore A. Roth <troth@openavr.org>
6552
6553 * avr-tdep.c (avr_push_dummy_code): Delete function.
6554 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
6555
6556 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6557
6558 * arch-utils.c (default_prepare_to_proceed): Remove.
6559 (generic_prepare_to_proceed): Remove.
6560 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
6561 (generic_prepare_to_proceed): Remove prototype.
6562 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
6563 * gdbarch.c: Regenerate.
6564 * gdbarch.h: Regenerate.
6565 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
6566 * hppah-nat.c (hppa_switched_threads): Remove.
6567 * infrun.c (prepare_to_proceed): New static function, copied from
6568 generic_prepare_to_proceed. Remove select_it argument.
6569 (proceed): Call prepare_to_proceed.
6570 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
6571 variables.
6572 (ptrace_wait): Don't set the removed variables.
6573 (hppa_switched_threads): Remove.
6574 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
6575 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
6576 (lin_lwp_prepare_to_proceed): Remove prototype.
6577 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
6578 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
6579
6580 2003-06-18 Theodore A. Roth <troth@openavr.org>
6581
6582 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
6583 trad-frame.h.
6584 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
6585 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
6586 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
6587 (AVR_PROLOGUE_*): Enumerate prologue types.
6588 (struct frame_extra_info): Remove.
6589 (struct avr_unwind_cache): Define.
6590 (avr_write_sp): Delete function.
6591 (avr_read_fp): Ditto.
6592 (avr_init_extra_frame_info): Ditto.
6593 (avr_pop_frame): Ditto.
6594 (avr_frame_saved_pc): Ditto.
6595 (avr_saved_pc_after_call): Ditto.
6596 (avr_push_return_address): Ditto.
6597 (avr_frame_chain): Ditto.
6598 (avr_store_struct_return): Ditto.
6599 (avr_push_arguments): Ditto.
6600 (avr_scan_prologue): Update comments. Changed to set up the info for
6601 cache unwinding. Now returns end of prologue PC.
6602 (avr_skip_prologue): Better handling of functions lacking a prologue
6603 by using avr_scan_prologue.
6604 (avr_scan_arg_moves): New function.
6605 (avr_saved_regs_unwinder): Ditto.
6606 (avr_frame_unwind_cache): Ditto.
6607 (avr_unwind_pc): Ditto.
6608 (avr_frame_this_id): Ditto.
6609 (avr_frame_prev_register): Ditto.
6610 (avr_frame_p): Ditto.
6611 (avr_frame_base_address ): Ditto.
6612 (avr_unwind_dummy_id): Ditto.
6613 (avr_push_dummy_code): Ditto.
6614 (push_stack_item): Ditto.
6615 (pop_stack_item): Ditto.
6616 (avr_push_dummy_call): Ditto.
6617 (struct stack_item): Define.
6618 (avr_frame_unwind): Declare structure.
6619 (avr_frame_base): Ditto.
6620 (avr_gdbarch_init): Remove calls to
6621 set_gdbarch_deprecated_init_frame_pc,
6622 set_gdbarch_deprecated_target_read_fp,
6623 set_gdbarch_deprecated_dummy_write_sp,
6624 set_gdbarch_deprecated_fp_regnum,
6625 set_gdbarch_deprecated_push_arguments,
6626 set_gdbarch_deprecated_push_return_address,
6627 set_gdbarch_deprecated_pop_frame,
6628 set_gdbarch_deprecated_store_struct_return,
6629 set_gdbarch_deprecated_frame_init_saved_regs,
6630 set_gdbarch_deprecated_init_extra_frame_info,
6631 set_gdbarch_deprecated_frame_chain,
6632 set_gdbarch_deprecated_frame_saved_pc,
6633 set_gdbarch_deprecated_saved_pc_after_call.
6634 Add calls to set_gdbarch_push_dummy_call,
6635 set_gdbarch_push_dummy_code,
6636 frame_unwind_append_predicate,
6637 frame_base_set_default,
6638 set_gdbarch_unwind_dummy_id,
6639 set_gdbarch_unwind_pc.
6640 Wrap a long line.
6641
6642 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
6643
6644 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
6645 registers for H8/300S.
6646 (h8300_print_registers_info): Ditto.
6647 (h8300_gdbarch_init): Accommodate register count for H8/300S.
6648
6649 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
6650
6651 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
6652 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
6653 (lin_lwp_wait): Likewise. Update comments.
6654 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
6655 (pull_pid_from_list, linux_record_stopped_pid): New.
6656
6657 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6658
6659 * ada-lang.c (scan_discrim_bound): Name first argument.
6660 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
6661 declared by ALL_BLOCK_SYMBOLS.
6662
6663 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6664
6665 * ada-tasks.c (find_function_in_inferior): Don't declare it.
6666 ("regcache.h"): Include it.
6667 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
6668
6669 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6670
6671 * NEWS: Mention gdbserver detach change and "disconnect" command.
6672 * infcmd.c (disconnect_command): New function.
6673 (_initialize_infcmd): Add ``disconnect'' command.
6674 * remote.c (remote_async_detach): Delete.
6675 (remote_detach): Merge remote_async_detach.
6676 (remote_disconnect): New.
6677 (init_remote_ops): Set to_disconnect.
6678 (init_remote_cisco_ops): Likewise.
6679 (init_remote_async_ops): Likewise. Use remote_detach.
6680 * target.c (cleanup_target): Default to_disconnect.
6681 (update_current_target): Inherit to_disconnect.
6682 (target_disconnect, debug_to_disconnect): New functions.
6683 (setup_target_debug): Set to_disconnect.
6684 * target.h (struct target_ops): Add to_disconnect.
6685 (target_disconnect): Add prototype.
6686
6687 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6688
6689 * breakpoint.c (insert_catchpoint): New function.
6690 (insert_breakpoints): Use catch_exceptions to call
6691 insert_catchpoint. Disable catchpoints if they fail to insert.
6692
6693 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6694
6695 * symfile.c (reread_symbols): Clear sym_private.
6696
6697 2003-06-17 Andrew Cagney <cagney@redhat.com>
6698
6699 * trad-frame.h (struct frame_info): Add opaque declaration.
6700 * remote-fileio.h (struct cmd_list_element): Add opaque
6701 declaration.
6702 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
6703 comments.
6704
6705 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6706
6707 * remote.c (remote_prepare_to_store): Replace call to
6708 deprecated_read_register_bytes with multiple regcache_raw_read
6709 calls.
6710
6711 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6712
6713 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
6714 (nto_find_and_open_solib): Likewise.
6715 (nto_init_solib_absolute_prefix): Likewise.
6716 (_initialize_nto_tdep): Fix indentation.
6717
6718 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6719
6720 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
6721
6722 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6723
6724 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
6725
6726 2003-06-17 Jim Blandy <jimb@redhat.com>
6727
6728 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
6729
6730 2003-06-16 Theodore A. Roth <troth@openavr.org>
6731
6732 * avr-tdep.c (avr_extract_return_value): New function.
6733 (avr_gdbarch_init): Set extract_return_value method.
6734
6735 2003-06-16 Andrew Cagney <cagney@redhat.com>
6736
6737 * frame.h (deprecated_get_next_frame_hack): Declare.
6738 * frame.c (legacy_saved_regs_prev_register): Only require
6739 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
6740 there are always saved regs.
6741 (deprecated_generic_get_saved_register): Do not require
6742 DEPRECATED_FRAME_INIT_SAVED_REGS.
6743 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
6744 use frame ID unwind instead.
6745 (deprecated_get_next_frame_hack): New function.
6746
6747 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
6748
6749 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
6750 (h8300_push_dummy_call): ...this function. Some minor optimization.
6751 (h8300_push_return_address): Remove.
6752 (h8300_gdbarch_init): Remove calls to
6753 set_gdbarch_deprecated_dummy_write_sp,
6754 set_gdbarch_deprecated_push_arguments and
6755 set_gdbarch_deprecated_push_return_address.
6756 Add call to set_gdbarch_push_dummy_call.
6757
6758 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
6759
6760 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
6761 (E_PSEUDO_EXR_REGNUM): Ditto.
6762 (h8300_is_argument_spill): Check for instructions moving argument
6763 registers into safe registers.
6764 (h8300_skip_prologue): Check for stm instruction to push registers
6765 used for register variables onto stack.
6766 (gdb_print_insn_h8300): Remove.
6767 (h8300_examine_prologue): Add a comment.
6768 (h8300_register_name): Take pseudo registers into account.
6769 (h8300s_register_name): Ditto.
6770 (h8300sx_register_name): Ditto.
6771 (h8300_print_register): Ditto.
6772 (h8300_print_registers_info): Define "nice" printing order.
6773 (h8300_saved_pc_after_call): Take pseudo registers into account.
6774 (h8300_register_type): Ditto. Return type used for remote connection
6775 when requesting real CCR or EXR register, return actual type when
6776 requesting pseudo CCR or EXR.
6777 (h8300_pseudo_register_read): New function.
6778 (h8300_pseudo_register_write): Ditto.
6779 (h8300_dbg_reg_to_regnum): Ditto.
6780 (h8300s_dbg_reg_to_regnum): Ditto.
6781 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
6782 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
6783 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
6784 set_gdbarch_print_insn architecture dependent.
6785 Call set_gdbarch_pseudo_register_read and
6786 set_gdbarch_pseudo_register_write.
6787 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
6788
6789 2003-06-16 Andrew Cagney <cagney@redhat.com>
6790
6791 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
6792 * gdbarch.h, gdbarch.c: Re-generate.
6793 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6794 * s390-tdep.c (s390_gdbarch_init): Update.
6795 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6796 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6797 * mips-tdep.c (mips_gdbarch_init): Update.
6798 * mcore-tdep.c (mcore_gdbarch_init): Update.
6799 * cris-tdep.c (cris_gdbarch_init): Update.
6800 * infcall.c (call_function_by_hand): Update.
6801 * ia64-tdep.c (ia64_push_arguments): Update comment.
6802 * frame.c (legacy_get_prev_frame): Do not assume
6803 SAVE_DUMMY_FRAME_TOS_P.
6804 * dummy-frame.c (find_dummy_frame): Update comment.
6805
6806 2003-06-16 Andrew Cagney <cagney@redhat.com>
6807
6808 * regcache.c (do_cooked_read): Do not use register_valid_p.
6809
6810 2003-06-15 Theodore A. Roth <troth@openavr.org>
6811
6812 * avr-tdep.c (avr_register_type): Remove a blank line.
6813 (avr_scan_prologue): Correct some comments.
6814
6815 2003-06-15 Theodore A. Roth <troth@openavr.org>
6816
6817 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
6818 prologue types.
6819 Properly scan prologues generated by gcc with the -mcall-prologues
6820 option.
6821 Add code to scan -mcall-prologues for mega devices.
6822
6823 2003-06-15 Theodore A. Roth <troth@openavr.org>
6824
6825 * avr-tdep.c (avr_register_byte): Delete function.
6826 (avr_register_raw_size): Delete function.
6827 (avr_register_virtual_size): Delete function.
6828 (avr_register_virtual_type): Delete function.
6829 (avr_register_type): New function.
6830 (avr_address_to_pointer): Remove unused code.
6831 (avr_read_fp): Need to read FP as two separate bytes due to change to
6832 avr_register_type() usage.
6833 (avr_gdbarch_init): Don't set deprecated_register_size.
6834 Don't set deprecated_register_bytes.
6835 Don't set deprecated_register_byte.
6836 Don't set deprecated_register_raw_size.
6837 Don't set deprecated_max_register_raw_size.
6838 Don't set deprecated_register_virtual_size.
6839 Don't set deprecated_max_register_virtual_size.
6840 Don't set deprecated_register_virtual_type.
6841 Set register_type method.
6842
6843 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
6844
6845 * Makefile.in (linux-nat.o): Add rule.
6846 * linux-nat.c: New file.
6847 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
6848 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
6849 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
6850 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
6851 * config/arm/linux.mh (NATDEPFILES): Likewise.
6852 * config/i386/linux.mh (NATDEPFILES): Likewise.
6853 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6854 * config/ia64/linux.mh (NATDEPFILES): Likewise.
6855 * config/m68k/linux.mh (NATDEPFILES): Likewise.
6856 * config/mips/linux.mh (NATDEPFILES): Likewise.
6857 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
6858 * config/s390/s390.mh (NATDEPFILES): Likewise.
6859 * config/sparc/linux.mh (NATDEPFILES): Likewise.
6860
6861 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6862
6863 * i387-tdep.c: Reorder includes, fix some whitespace issues and
6864 replace out-of-date comment.
6865
6866 2003-06-15 Andrew Cagney <cagney@redhat.com>
6867
6868 * rdi-share/host.h (Fail): Change to a varargs function.
6869 * remote-rdi.c (Fail): Update.
6870
6871 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6872
6873 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
6874 (i386_convert_register_p, i386_register_to_value,
6875 i386_register_from_value): Handle types longer than 8 bytes.
6876
6877 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6878
6879 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
6880 Move floating-point code to new function in i387-tdep.c.
6881 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
6882 New functions containing code moved here from i386-tdep.c.
6883 * i387-tdep.h: Add opaque declaration for `struct type'.
6884 (i387_register_to_value, i387_value_to_register): New prototypes.
6885 * x86-64-tdep.c (x86_64_convert_register_p): New function.
6886 (x86_64_init_abi): Set convert_register_p, register_to_value and
6887 value_to_register here.
6888
6889 2003-06-14 Andrew Cagney <cagney@redhat.com>
6890
6891 * mips-tdep.c (mips_register_to_value): Make static.
6892 (mips_value_to_register): Make static.
6893 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
6894 * ia64-tdep.c (ia64_register_raw_size): Make static.
6895 (ia64_register_virtual_size): Make static.
6896 (ia64_register_byte): Make static.
6897 * i387-tdep.c: Include "i387-tdep.h".
6898 (print_387_control_word): Delete function.
6899 (print_387_status_word): Delete function.
6900 (print_387_status_bits): Delete function.
6901 (print_387_control_bits): Delete function.
6902 * Makefile.in (i387-tdep.o): Update dependencies.
6903 * rdi-share/host.h (Fail): Declare.
6904 * remote-rdi.c (Fail): Update to match declaration.
6905
6906 2003-06-14 Andrew Cagney <cagney@redhat.com>
6907
6908 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
6909 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
6910 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
6911 * config/djgpp/fnchange.lst: Delete "remote-array.c".
6912 * README: Delete reference to remote-array.
6913 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
6914 (remote-array.o): Delete target.
6915 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
6916 * remote-array.c: Delete file.
6917
6918 2003-06-14 Andrew Cagney <cagney@redhat.com>
6919 Mark Kettenis <kettenis@gnu.org>
6920
6921 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
6922 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
6923 parameter with "frame".
6924 * gdbarch.h, gdbarch.c: Re-generate.
6925 * frame.h (put_frame_register): Declare.
6926 * frame.c (put_frame_register): New function.
6927 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
6928 (legacy_register_to_value): Rewrite, use "frame" to get the
6929 register value.
6930 (legacy_value_to_register): Rewrite, use "frame" to find the
6931 register's location before storing.
6932 * arch-utils.h (legacy_convert_register_p): Update.
6933 (legacy_register_to_value, legacy_value_to_register): Update.
6934 * findvar.c (value_from_register): Rewrite, eliminate use of
6935 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
6936 "frame" to REGISTER_TO_VALUE.
6937 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
6938 lval_reg_frame_relative + lval_register branch of the switch. Do
6939 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
6940 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
6941 I386_EDI_REGNUM): New defines.
6942 (i386_next_regnum, i386_convert_register_p,
6943 i386_register_to_value, i386_value_to_register): New functions.
6944 (i386_register_convertible, i386_register_convert_to_virtual,
6945 i386_convert_to_raw): Remove functions.
6946 (i386_gdbarch_init): Set convert_register_p, register_to_value and
6947 value_to_register instead of register_convertible,
6948 register_convert_to_virtual and register_convert_to_raw.
6949 * mips-tdep.c (mips_convert_register_p): New function.
6950 (mips_value_to_register): Replace mips_register_convert_from_type.
6951 (mips_register_to_value): Replace mips_register_convert_to_type.
6952 (mips_gdbarch_init): Set conver_register_p, value_to_register and
6953 register_to_value.
6954 * alpha-tdep.c (alpha_convert_register_p): Update.
6955 (alpha_value_to_register): Update, store the register.
6956 (alpha_register_to_value): Update, fetch the register.
6957
6958 2003-06-14 Theodore A. Roth <troth@openavr.org>
6959
6960 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6961 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6962 Don't set deprecated_call_dummy_words.
6963 Remove commented out set_gdbarch_believe_pcc_promotion() call.
6964 Don't set remote_translate_xfer_address.
6965 (avr_io_reg_read_command): Remove commented out debug printf.
6966 Wrap a long line.
6967
6968 2003-06-14 Theodore A. Roth <troth@openavr.org>
6969
6970 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6971 causes gdb to seg fault.
6972
6973 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
6974
6975 * sparc-nat.c (fetch_inferior_registers): Correct
6976 a reference to "registers".
6977
6978 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
6979
6980 * Makefile.in (exc_request_U_h): Define
6981 (exc_request_S_h): Likewise.
6982 (msg_reply_S_h): Likewise.
6983 (msg_U_h): Likewise.
6984 (notify_S_h): Likewise.
6985 (process_reply_S_h): Likewise.
6986 (gnu-nat.o): Depend on gdb_obstack_h
6987 * gnu-nat.c: Include "gdb_obstack.h".
6988
6989 2003-06-13 Andrew Cagney <cagney@redhat.com>
6990
6991 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6992 * gdbarch.h, gdbarch.c: Re-generate.
6993
6994 2003-06-13 Andrew Cagney <cagney@redhat.com>
6995
6996 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
6997 when deprecated REGISTER macros can be deleted.
6998 * gdbarch.h, gdbarch.c: Re-generate.
6999
7000 2003-06-13 Jim Blandy <jimb@redhat.com>
7001
7002 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
7003 Linux entry point symbols for _dl_debug_state, too.
7004
7005 2003-06-13 Andrew Cagney <cagney@redhat.com>
7006
7007 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
7008 available, do not use the FP register, and always save the TOS.
7009 * dummy-frame.c (dummy_frame_this_id): Do not assert
7010 SAVE_DUMMY_FRAME_TOS.
7011 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
7012 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
7013 (i386_push_dummy_call): Add 8 to the returned SP.
7014 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
7015 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
7016 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
7017 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
7018 (x86_64_push_dummy_call): Return "sp + 16".
7019 (x86_64_init_abi): Do not set save_dummy_frame_tos.
7020 * alpha-tdep.c (alpha_gdbarch_init): Do not set
7021 save_dummy_frame_tos.
7022
7023 2003-06-13 Jim Blandy <jimb@redhat.com>
7024
7025 * frv-tdep.c (frv_use_struct_convention): Delete static
7026 declaration for function deleted in my change of 2003-06-12.
7027
7028 2003-06-13 Theodore A. Roth <troth@openavr.org>
7029
7030 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
7031 (avr_pointer_to_address): Shift code addrs left 1 bit.
7032 (avr_convert_from_func_ptr_addr): Delete function since operation is
7033 better handled by avr_address_to_pointer and avr_pointer_to_address.
7034 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
7035
7036 2003-06-13 Mark Kettenis <kettenis@gnu.org>
7037
7038 From Kelley Cook <kelleycook@wideopenwest.com>:
7039 * configure.host: Accept i[34567]86 variants.
7040 * configure.tgt: Likewise.
7041 * nlm/configure.in: Likewise.
7042 * nlm/configure: Regenerated.
7043
7044 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
7045
7046 * arm-tdep.c (solib-svr4.h): Dont' include it.
7047 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
7048 * arm-linux-tdep.c: ... here. Make static.
7049 (arm_linux_init_abi): Register it.
7050 (solib-svr4.h): Include it.
7051 * Makefile.in: Update dependencies.
7052 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
7053 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
7054
7055 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
7056
7057 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
7058 indicate registers used for return values.
7059 (struct frame_extra_info): Drop args_pointer and locals_pointer.
7060 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
7061 members.
7062 (h8300_init_extra_frame_info): Ditto.
7063 (h8300_frame_locals_address): Removed.
7064 (h8300_frame_args_address): Removed.
7065 (h8300_extract_return_value): Use new regcache structure. Only care
7066 for 16 bit CPUs.
7067 (h8300h_extract_return_value): Same function for 32 bit CPUs.
7068 (h8300_store_return_value): Use new regcache structure. Only care
7069 for 16 bit CPUs.
7070 (h8300h_store_return_value): Same function for 32 bit CPUs.
7071 (h8300_store_struct_return): Removed.
7072 (h8300_extract_struct_value_address): Use new regcache structure.
7073 (h8300h_extract_struct_value_address): Removed.
7074 (h8300_push_dummy_code): New function.
7075 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
7076 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
7077 set_gdbarch_store_return_value architecture dependent.
7078 Call set_gdbarch_push_dummy_code and
7079 set_gdbarch_extract_struct_value_address.
7080 Remove calls to set_gdbarch_frame_args_address,
7081 set_gdbarch_frame_locals_address,
7082 set_gdbarch_deprecated_store_struct_return,
7083 set_gdbarch_deprecated_extract_return_value,
7084 set_gdbarch_deprecated_extract_struct_value_address,
7085 set_gdbarch_deprecated_call_dummy_words and
7086 set_gdbarch_deprecated_sizeof_call_dummy_words.
7087
7088 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
7089
7090 * h8300-tdep.c (h8300_register_byte): Remove.
7091 (h8300h_register_byte): Remove.
7092 (h8300_register_virtual_type): Remove. Substitute by...
7093 (h8300_register_type): New function.
7094 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
7095 (h8300h_extract_struct_value_address): Ditto.
7096 (h8300_gdbarch_init): Drop calls to
7097 set_gdbarch_deprecated_register_byte and
7098 set_gdbarch_deprecated_register_virtual_type.
7099 Add call to set_gdbarch_register_type.
7100
7101 2003-06-13 Andrew Cagney <cagney@redhat.com>
7102
7103 * gdbarch.sh: Update comments on registers.
7104 (deprecated_register_byte): Rename register_byte.
7105 (deprecated_register_raw_size): Rename register_raw_size.
7106 (deprecated_register_virtual_size): Rename register_virtual_size.
7107 (deprecated_register_virtual_type): Rename register_virtual_type.
7108 * gdbarch.h, gdbarch.c: Re-generate.
7109 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7110 * vax-tdep.c (vax_gdbarch_init): Update.
7111 * v850-tdep.c (v850_gdbarch_init): Update.
7112 * sparc-tdep.c (sparc_gdbarch_init): Update.
7113 * sh-tdep.c (sh_gdbarch_init): Update.
7114 * s390-tdep.c (s390_gdbarch_init): Update.
7115 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7116 * ns32k-tdep.c: Update.
7117 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7118 * mips-tdep.c (mips_gdbarch_init): Update.
7119 * mcore-tdep.c (mcore_gdbarch_init): Update.
7120 * m68k-tdep.c (m68k_gdbarch_init): Update.
7121 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7122 * ia64-tdep.c (ia64_gdbarch_init): Update.
7123 * hppa-tdep.c (hppa_gdbarch_init): Update.
7124 * h8300-tdep.c (h8300_gdbarch_init): Update.
7125 * frv-tdep.c (frv_gdbarch_init): Update.
7126 * cris-tdep.c (cris_gdbarch_init): Update.
7127 * avr-tdep.c (avr_gdbarch_init): Update.
7128 * alpha-tdep.c (alpha_gdbarch_init): Update.
7129 * arm-tdep.c (arm_gdbarch_init): Update.
7130
7131 2003-06-13 Andrew Cagney <cagney@redhat.com>
7132
7133 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
7134 mips_o32_use_struct_convention with always_use_struct_convention.
7135
7136 2003-06-12 David Carlton <carlton@kealia.com>
7137
7138 * cp-namespace.c (cp_set_block_scope): Comment out
7139 processing_has_namespace_info branch.
7140
7141 2003-06-12 Jim Blandy <jimb@redhat.com>
7142
7143 Recognize and skip 64-bit PowerPC Linux linkage functions.
7144 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
7145 insn_pattern, insns_match_pattern, d_field, ds_field): New
7146 functions, macros, and types for working with PPC instructions.
7147 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
7148 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
7149 ppc64_skip_trampoline_code): New functions, variables, and macros
7150 for recognizing and skipping linkage functions.
7151 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
7152 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
7153
7154 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
7155 register offsets for both the 32- and 64-bit interfaces.
7156
7157 Actually finish the job started by my change of 2003-05-29.
7158 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
7159 other #definition of this.
7160 (ppc_linux_skip_trampoline_code): Remove declaration.
7161 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
7162 static.
7163 (ppc_linux_init_abi): Register it as the skip_trampoline_code
7164 method for GDBARCH.
7165
7166 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
7167 'long' on ppc64-*-linux*.
7168
7169 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
7170 isn't #defined, assume the register doesn't exist: act as if
7171 tdep->ppc_mq_regnum were -1.
7172
7173 * configure.host, configure.tgt: Add entries for
7174 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
7175 powerpc/linux.mt.
7176 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
7177 New files.
7178
7179 * arch-utils.c (always_use_struct_convention): New function.
7180 * arch-utils.h (always_use_struct_convention): New prototype.
7181 * alpha-tdep.c (alpha_use_struct_convention): Delete.
7182 (alpha_gdbarch_init): Register always_use_struct_convention,
7183 instead of alpha_use_struct_convention.
7184 * cris-tdep.c (cris_use_struct_convention): Delete.
7185 (cris_gdbarch_init): Register always_use_struct_convention,
7186 instead of cris_use_struct_convention.
7187 * frv-tdep.c (frv_use_struct_convention): Delete.
7188 (frv_gdbarch_init): Register always_use_struct_convention,
7189 instead of frv_use_struct_convention.
7190 * h8300-tdep.c (h8300_use_struct_convention): Delete.
7191 (h8300_gdbarch_init): Register always_use_struct_convention,
7192 instead of h8300_use_struct_convention.
7193 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
7194 (mips_o32_gdbarch_init): Register always_use_struct_convention,
7195 instead of mips_o32_use_struct_convention.
7196
7197 2003-06-12 Andrew Cagney <cagney@redhat.com>
7198
7199 * wince.c: Include "mips-tdep.h".
7200 * mips-tdep.h (mips_next_pc): Declare.
7201 * mcore-tdep.c: Make more local functions static.
7202 * Makefile.in (wince.o): Update dependencies.
7203
7204 2003-06-12 David Carlton <carlton@kealia.com>
7205
7206 * symtab.c (lookup_symbol_aux_minsyms): Replace
7207 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7208 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
7209 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
7210 SYMBOL_NATURAL_NAME.
7211
7212 2003-06-12 Andreas Schwab <schwab@suse.de>
7213
7214 * Makefile.in (tuiDisassem.o): Update dependencies.
7215
7216 2003-06-12 David Carlton <carlton@bactrian.org>
7217
7218 * symtab.h: Delete declaration of make_symbol_overload_list.
7219 Add declaration of lookup_partial_symbol.
7220 * symtab.c (remove_params): Move to cp-support.c.
7221 (overload_list_add_symbol, make_symbol_overload_list)
7222 (sym_return_val_size, sym_return_val_index): Ditto.
7223 (lookup_partial_symbol): Make extern.
7224 * cp-support.h: Add declaration of make_symbol_overload_list.
7225 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
7226 symtab.h, and block.h.
7227 (remove_params): Move here from symtab.c.
7228 (overload_list_add_symbol, make_symbol_overload_list)
7229 (sym_return_val_size, sym_return_val_index): Ditto.
7230 * valops.c: Include cp-support.h.
7231 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
7232 frame_h, and block_h.
7233 (valops.o): Depend on cp_support_h.
7234
7235 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
7236
7237 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
7238 substitute by NUM_REGS throughout.
7239 (h8300_register_name): Only care for H8/300 and H8/300H registers.
7240 (h8300s_register_name): New function for H8S registers.
7241 (h8300sx_register_name): Ditto for H8SX registers.
7242 (h8300_print_register): Revise register printing, avoid depending
7243 on 32 bit long.
7244 (h8300_register_byte): Only care for H8/300 registers.
7245 (h8300h_register_byte): New function for any other architecture.
7246 (h8300_register_raw_size): Remove.
7247 (h8300_register_virtual_type): Revise to return actually useful
7248 type.
7249 (h8300_extract_struct_value_address): Only care for H8/300 registers.
7250 (h8300h_extract_struct_value_address): New function for any other
7251 architecture.
7252 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
7253 set_gdbarch_register_name, set_gdbarch_register_byte,
7254 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
7255 Remove calls to set_gdbarch_deprecated_register_size,
7256 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
7257 set_gdbarch_deprecated_max_register_raw_size,
7258 set_gdbarch_register_virtual_size and
7259 set_gdbarch_deprecated_max_register_virtual_size entirely.
7260 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
7261 set_gdbarch_long_double_bit.
7262
7263 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
7264
7265 * doublest.c (convert_doublest_to_floatformat): When dealing
7266 with the implied integer bit, only alter mant_bits if we are
7267 processing a full 32 bits of mantissa.
7268
7269 2003-06-11 David Carlton <carlton@bactrian.org>
7270
7271 * dictionary.h: New.
7272 * dictionary.c: New.
7273 * block.h: Add opaque declaration for struct dictionary.
7274 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
7275 'sym' members.
7276 (BLOCK_DICT): New macro.
7277 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
7278 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
7279 BLOCK_SHOULD_SORT.
7280 (ALL_BLOCK_SYMBOLS): Update definition.
7281 * Makefile.in (SFILES): Add dictionary.c.
7282 (dictionary_h): New.
7283 (COMMON_OBS): Add dictionary.o.
7284 (dictionary.o): New.
7285 (ada-lang.o): Depend on dictionary_h.
7286 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
7287 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
7288 (mi-cmd-stack.o): Ditto.
7289 (gdbtk-cmds.o): Update dependencies.
7290 (gdbtk-stack.o): Ditto.
7291 * ada-lang.c: Include dictionary.h.
7292 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
7293 (fill_in_ada_prototype, debug_print_block): Ditto.
7294 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
7295 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
7296 'is_sorted'.
7297 * mdebugread.c: Include dictionary.h.
7298 (struct parse_stack): Delete 'maxsyms' member.
7299 (parse_symbol): Update calls to new_block. Delete calls to
7300 shrink_block. Use dictionary methods.
7301 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
7302 Update calls to new_symtab. Don't maintain maxsyms data.
7303 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
7304 (add_symbol): Just call dict_add_symbol.
7305 (new_symtab): Delete 'maxsyms' argument.
7306 (new_symtab): Update calls to new_block.
7307 (new_block): Delete 'maxsyms' argument; add 'function' argument.
7308 (shrink_block): Delete function.
7309 (fixup_sigtramp): Update call to new_block. Add symbol via
7310 dict_add_symbol.
7311 * jv-lang.c: Include dictionary.h.
7312 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
7313 appropriately. Set class_symtab->free_func. Make sure the
7314 blockvector is big enough to hold two blocks.
7315 (add_class_symtab_symbol): Use dictionary methods.
7316 (free_class_block): New function.
7317 (type_from_class): Replace explicit iteration by
7318 ALL_BLOCK_SYMBOLS.
7319 * symtab.h (struct symtab): Replace 'free_ptr' method by
7320 'free_func'.
7321 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
7322 sort_symtab_syms.
7323 * dwarfread.c (psymtab_to_symtab_1): Delete call to
7324 sort_symtab_syms.
7325 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
7326 Include dictionary.h.
7327 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
7328 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
7329 sort_symtab_syms.
7330 * objfiles.c: Include dictionary.h.
7331 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
7332 * buildsym.c: Include dictionary.h.
7333 (finish_block): Use dictionary methods.
7334 (end_symtab): Set free_func to NULL, not free_ptr.
7335 * tracepoint.c: Include dictionary.h.
7336 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
7337 (scope_info): Ditto.
7338 * stack.c: Include dictionary.h.
7339 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
7340 (print_block_frame_labels, print_frame_arg_vars)
7341 (print_frame_args): Ditto.
7342 * symmisc.c (free_symtab_block): Use dictionary methods.
7343 (dump_symtab): Ditto.
7344 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
7345 Include dictionary.h.
7346 * symfile.h: Delete declarations of sort_block_syms,
7347 sort_symtab_syms.
7348 * symfile.c (sort_block_syms): Delete.
7349 (sort_symtab_syms): Delete.
7350 * symtab.c: Include dictionary.h.
7351 (lookup_block_symbol): Use dictionary iterators.
7352 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
7353 (search_symbols, make_symbol_completion_list): Ditto.
7354 (make_symbol_overload_list): Ditto.
7355 * valops.c (value_of_local): Use dict_empty.
7356 Include dictionary.h.
7357
7358 2003-06-11 J. Brobecker <brobecker@gnat.com>
7359
7360 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
7361
7362 2003-06-11 David Carlton <carlton@bactrian.org>
7363
7364 * block.h (BLOCK_SHOULD_SORT): Delete.
7365 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
7366 blocks.
7367 * ada-lang.c (ada_add_block_symbols): Ditto.
7368 * symfile.c (sort_block_syms): Delete.
7369 (sort_symtab_syms): Ditto.
7370 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
7371 declarations.
7372 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
7373 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
7374 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
7375 * dwarfread.c (psymtab_to_symtab_1): Ditto.
7376 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
7377 * mdebugread.c (psymtab_to_symtab_1): Ditto.
7378 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
7379
7380 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
7381
7382 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
7383 bits to 128.
7384
7385 2003-06-11 Andrew Cagney <cagney@redhat.com>
7386
7387 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
7388 REGISTER_CONVERTIBLE.
7389 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
7390 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
7391 * gdbarch.h, gdbarch.c: Re-generate.
7392 * arch-utils.h (deprecated_register_convertible_not): Rename
7393 generic_register_convertible_not.
7394 * arch-utils.c (deprecated_register_convertible_not): Rename
7395 generic_register_convertible.
7396 (legacy_convert_register_p, legacy_register_to_value): Update.
7397 * sh-tdep.c (sh64_push_arguments): Update.
7398 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
7399 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
7400 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
7401 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
7402 * arch-utils.c (legacy_value_to_register): Update.
7403 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7404 (rs6000_register_convert_to_raw): Make parameter "from" const.
7405 * mips-tdep.c (mips_gdbarch_init): Update.
7406 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
7407 * infcmd.c (default_print_registers_info): Update.
7408 * ia64-tdep.c (ia64_gdbarch_init): Update.
7409 (ia64_register_convert_to_raw): Make parameter "from" const.
7410 * i386-tdep.c (i386_gdbarch_init): Update.
7411 (i386_register_convert_to_raw): Update.
7412
7413 2003-06-11 Andrew Cagney <cagney@redhat.com>
7414
7415 * remote-fileio.c: Include "remote-fileio.h".
7416 * Makefile.in (remote-fileio.o): Update dependencies.
7417 (remote_fileio_h): Fix typo.
7418
7419 2003-06-11 Andrew Cagney <cagney@redhat.com>
7420
7421 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
7422 (xstormy16_save_dummy_frame_tos): Make static.
7423 (_initialize_xstormy16_tdep): Add declaration.
7424 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
7425 * v850-tdep.c: Make local functions static.
7426 (_initialize_v850_tdep): Add declaration.
7427 * sparc-tdep.c: Make local functions static.
7428 (_initialize_sparc_tdep): Add declaration.
7429 * sh-tdep.c: Make local functions static.
7430 (_initialize_sh_tdep): Add declaration.
7431 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
7432 * s390-tdep.c: Make local functions static.
7433 (_initialize_s390_tdep): Add declaration.
7434 * dbxread.c (find_stab_function_addr): Make static.
7435 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
7436 * ocd.c (_initialize_remote_ocd): Add declaration.
7437 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
7438 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
7439 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
7440 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
7441 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
7442 * remote-array.c (_initialize_array): Add declaration.
7443 (_initialize_remote_monitors): Add declaration.
7444 * remote-mips.c: Make local functions static.
7445 (_initialize_remote_mips): Add declaration.
7446 * mcore-tdep.c: Make all local functions static.
7447 (_initialize_mcore_tdep): Add declaration.
7448 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
7449 * abug-rom.c (_initialize_abug_rom): Add declaration.
7450 * rom68k-rom.c (_initialize_rom68k): Add declaration.
7451 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
7452 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
7453 * remote-est.c (_initialize_est): Add declaration.
7454 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
7455 (m68hc11_call_dummy_address): Make static.
7456 * ia64-tdep.c: Make local functions static.
7457 (_initialize_ia64_tdep): Add declaration.
7458 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
7459 * monitor.c (monitor_wait_filter): Make static.
7460 (_initialize_remote_monitors): Add declaration.
7461 * remote-hms.c (_initialize_remote_hms): Add declaration.
7462 * remote-e7000.c (fetch_regs_from_dump): Make static.
7463 (expect_n): Make static.
7464 (_initialize_remote_e7000): Add declaration.
7465 * ser-e7kpc.c: Always include "defs.h".
7466 (_initialize_ser_e7000pc): Add declaration.
7467 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
7468 * cris-tdep.c: Make all but one function static.
7469 (_initialize_cris_tdep): Add declaration.
7470 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
7471 * solib.c (update_solib_list): Make static.
7472 (_initialize_solib): Add declaration.
7473 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
7474 (_initialize_avr_tdep): Add declaration.
7475 * remote-rdi.c (voiddummy): Make static.
7476 (_initialize_remote_rdi): Add declaration.
7477 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
7478 * remote-rdp.c (send_rdp): Make static.
7479 (_initialize_remote_rdp): Add declaration.
7480 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
7481
7482 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
7483
7484 * remote-fileio.c: Make ari happy.
7485
7486 2003-06-10 J. Brobecker <brobecker@gnat.com>
7487
7488 * rs6000-nat.c (child_xfer_memory): Compute the right address when
7489 fetching the trailing bytes of the buffer we are about to write.
7490
7491 2003-06-10 Andrew Cagney <cagney@redhat.com>
7492
7493 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
7494 * Makefile.in (remote-fileio.o): Update dependencies.
7495 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
7496 include <setjmp.h>, or <sys/types.h> conditional on USG.
7497 (remote_fio_jmp_buf): Delete global variable.
7498
7499 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
7500 Martin M. Hunt <hunt@redhat.com>
7501
7502 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
7503 (SFILES): Add remote-fileio.c.
7504 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
7505 dependencies for building remote.o.
7506 * remote-fileio.c: New file implementing the remote File-I/O protocol.
7507 * remote-fileio.h: New header file defining remote File-I/O interface.
7508 * remote.c (remote_write_bytes, remote_read_bytes): Remove
7509 static storage class.
7510 (remote_wait, remote_async_wait): Call remote_fileio_request() on
7511 'F' packet.
7512 (_initialize_remote): Call initialize_remote_fileio().
7513 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
7514 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7515 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7516 (captured_main): Initialize new ui_files.
7517 * ui-file.c: Add read and fgets input functions.
7518 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
7519 (null_file_read): New function.
7520 (ui_file_read): New function.
7521 (set_ui_file_read): New function.
7522 (stdio_file_read): New function.
7523 * ui-file.h: New type ui_file_read_ftype.
7524 (set_ui_file_read): Declare.
7525 (ui_file_read): Declare.
7526
7527 2003-06-09 Andrew Cagney <cagney@redhat.com>
7528
7529 * frame.h (deprecated_unwind_get_saved_register): Rename
7530 generic_unwind_get_saved_register, update comments.
7531 * mips-tdep.c (mips_get_saved_register): Update.
7532 * frame.c (deprecated_unwind_get_saved_register): Update.
7533
7534 2003-06-09 Andrew Cagney <cagney@redhat.com>
7535
7536 * vax-tdep.c (vax_frame_locals_address): Delete function.
7537 (vax_gdbarch_init): Do not set frame_locals_address.
7538 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
7539 (m68hc11_gdbarch_init): Do not set frame_locals_address.
7540 * s390-tdep.c (s390_frame_args_address): Delete function.
7541 (s390_gdbarch_init): Do not set frame_args_address or
7542 frame_locals_address.
7543 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
7544 (ns32k_gdbarch_init): Do not set frame_locals_address.
7545 * hppa-tdep.c (hppa_frame_args_address): Delete function.
7546 (hppa_frame_locals_address): Delete function.
7547 (hppa_gdbarch_init): Do not set frame_args_address, or
7548 frame_locals_address.
7549 * arm-tdep.c (arm_frame_args_address): Delete.
7550 (arm_frame_locals_address): Delete.
7551 (arm_gdbarch_init): Do not set frame_args_address, or
7552 frame_locals_address.
7553
7554 2003-06-09 Andrew Cagney <cagney@redhat.com>
7555
7556 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
7557 * gdbarch.h, gdbarch.c: Re-generate.
7558 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
7559 * arch-utils.c (frame_num_args_unknown): Delete function.
7560 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
7561 (frame_info): Use FRAME_NUM_ARGS_P.
7562 * arm-tdep.c (arm_frame_num_args): Delete function.
7563 (arm_gdbarch_init): Do not set frame_num_args.
7564 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
7565 * hppa-tdep.c (hppa_frame_num_args): Delete function.
7566 (hppa_gdbarch_init): Do not set frame_num_args.
7567 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
7568 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7569 frame_num_args to default frame_num_args_unknown.
7570 * v850-tdep.c (v850_gdbarch_init): Ditto.
7571 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7572 * sh-tdep.c (sh_gdbarch_init): Ditto.
7573 * s390-tdep.c (s390_gdbarch_init): Ditto.
7574 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7575 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7576 * mips-tdep.c (mips_gdbarch_init): Ditto.
7577 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7578 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7579 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7580 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7581 * i386-tdep.c (i386_gdbarch_init): Ditto.
7582 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7583 * frv-tdep.c (frv_gdbarch_init): Ditto.
7584 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7585 * cris-tdep.c (cris_gdbarch_init): Ditto.
7586 * avr-tdep.c (avr_gdbarch_init): Ditto.
7587 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7588
7589 2003-06-09 Andrew Cagney <cagney@redhat.com>
7590
7591 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
7592 (print_frame_args): Moved to "stack.c".
7593 * stack.c: Include "gdb_assert.h".
7594 (print_frame_nameless_args): Moved from "printcmd.c", made static.
7595 (print_frame_args): Moved from "printcmd.c".
7596 * frame.h (print_frame_args): Delete declaration.
7597 * Makefile.in (stack.o): Update dependencies.
7598
7599 2003-06-08 Andrew Cagney <cagney@redhat.com>
7600
7601 * frame.c (get_prev_frame): Remove reference to
7602 frame_args_address_correct in comments.
7603 * frame-base.c (default_frame_args_address): Delete code
7604 conditional on FRAME_ARGS_ADDRESS_CORRECT.
7605 * vax-tdep.c (vax_frame_args_address_correct): Delete.
7606 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
7607 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
7608 (vax_frame_args_address_correct): Delete declaration.
7609
7610 2003-06-08 Andrew Cagney <cagney@redhat.com>
7611
7612 * gdbarch.sh (UNWIND_SP): Add.
7613 * gdbarch.h, gdbarch.c: Re-generate.
7614 * frame.c (frame_sp_unwind): New function.
7615 (get_frame_sp): New function.
7616 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
7617 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
7618 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
7619 value.
7620 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
7621 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
7622
7623 2003-06-08 Andrew Cagney <cagney@redhat.com>
7624
7625 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
7626 REMOTE_BREAKPOINT.
7627 * remote.c: Update.
7628 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
7629 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
7630 * config/m68k/tm-sun3.h: Update.
7631 * config/m68k/tm-m68klynx.h: Update.
7632 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
7633
7634 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
7635 trad_frame". Update comments.
7636 * d10v-tdep.c (struct d10v_unwind_cache): Update.
7637 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
7638 (trad_frame_register_value, trad_frame_prev_register): Update.
7639
7640 2003-06-08 Andrew Cagney <cagney@redhat.com>
7641
7642 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
7643 from GCC's acinclude.m4.
7644 * configure.in: Check for getopt's delcaration.
7645 * aclocal.m4, config.in, configure: Re-generate.
7646 * main.c (error_init): Delete declaration.
7647 * defs.h (error_init): Declare.
7648 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
7649 (rs6000_convert_from_func_ptr_addr): Make static.
7650 (_initialize_rs6000_tdep): Add declaration.
7651 * cli/cli-cmds.c (dont_repeat): Delete declaration.
7652 (show_commands, set_verbose, show_history): Delete declaration.
7653 * top.h (set_verbose): Add declaration.
7654 (show_history, set_history, show_commands): Add declaration.
7655 (do_restore_instream_cleanup): Add declaration.
7656 * objc-lang.c (specialcmp): Make static.
7657 (print_object_command): Make static.
7658 (find_objc_msgsend): Make static.
7659 (find_objc_msgcall_submethod_helper): Make static.
7660 (find_objc_msgcall_submethod): Make static.
7661 (_initialize_objc_language): Add declaration.
7662 (find_implementation_from_class): Make static.
7663 (find_implementation): Make static.
7664 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
7665 * objc-lang.h (lookup_struct_typedef): Add declaration.
7666 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
7667 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
7668 (do_restore_user_call_depth): Make static.
7669 (do_restore_instream_cleanup): Delete declaration.
7670 (dont_repeat): Delete declaration.
7671 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
7672 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
7673 * reggroups.c (_initialize_reggroup): Add declaration.
7674 * cp-support.c (_initialize_cp_support): Add declaration.
7675 * cp-abi.c (_initialize_cp_abi): Add declaration.
7676 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
7677 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
7678 (_initialize_gnu_v3_abi): Add declaration.
7679 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
7680 (_initialize_gnu_v2_abi): Add declaration.
7681 * frame-base.c (_initialize_frame_base): Add declaration.
7682 * doublest.c (floatformat_from_length): Make static.
7683 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
7684 * frame.c (create_sentinel_frame): Make static.
7685 (_initialize_frame): Add declaration.
7686 * top.c (do_catch_errors): Make static.
7687 (gdb_rl_operate_and_get_next_completion): Make static.
7688 * typeprint.c: Include "typeprint.h".
7689 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
7690 (sentinel_frame_this_id): Make static.
7691 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
7692 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
7693 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
7694 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
7695 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
7696 * maint.c (maintenance_print_architecture): Make static.
7697 * signals/signals.c (_initialize_signals): Add declaration.
7698 * std-regs.c (_initialize_frame_reg): Add declaration.
7699 * jv-exp.y (push_variable): ISO C definition.
7700 (push_qualified_expression_name): Ditto.
7701 * memattr.c (_initialize_mem): Add declaration.
7702 * remote.c (remote_check_watch_resources): Make static.
7703 (remote_stopped_by_watchpoint): Make static.
7704 (remote_stopped_data_address): Make static.
7705 * d10v-tdep.c (nr_dmap_regs): Make static.
7706 (a0_regnum): Make static.
7707 (d10v_frame_unwind_cache): Make static.
7708 (d10v_frame_p): Make static.
7709 * osabi.c (show_osabi): Make static.
7710 (_initialize_gdb_osabi): Add extern declaration.
7711 * gdbtypes.c (make_qualified_type): Make static.
7712 (safe_parse_type): Make static.
7713 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
7714 * macrotab.c (macro_bcache_free): Make static.
7715 * interps.c (interp_set_quiet): Make static.
7716 (interpreter_exec_cmd): Make static.
7717 * stack.h (select_frame_command): New file.
7718 * stack.c: Include "stack.h".
7719 (select_frame_command_wrapper): Delete function.
7720 (select_frame_command): Make global.
7721 * infcall.c: Include "infcall.h".
7722 * linespec.c: Include "linespec.h".
7723 * symfile.c (sections_overlap): Make static.
7724 * cp-support.h (cp_initialize_namespace): ISO C declaration.
7725 * charset.c (_initialize_charset): Add missing prototype.
7726 * regcache.c (init_legacy_regcache_descr): Make static.
7727 (do_regcache_xfree): Make static.
7728 (regcache_xfer_part): Make static.
7729 (_initialize_regcache): Add missing prototype.
7730 * breakpoint.c (parse_breakpoint_sals): Make static.
7731 (breakpoint_sals_to_pc): Make static.
7732 * interps.h (clear_interpreter_hooks): ISO C declaration.
7733 * Makefile.in (stack_h): Define.
7734 (stack.o, typeprint.o, mi-main.o): Update dependencies.
7735 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
7736
7737 2003-06-08 Andrew Cagney <cagney@redhat.com>
7738
7739 * Makefile.in (d10v-tdep.o): Update dependencies.
7740 (SFILES): Add trad-frame.c.
7741 (trad_frame_h): Define.
7742 (COMMON_OBS): Add trad-frame.o.
7743 (trad-frame.o): Specify dependencies.
7744 * d10v-tdep.c: Include "trad-frame.h".
7745 (saved_regs_unwinder): Delete function.
7746 (d10v_frame_prev_register): Use trad_frame_prev_register.
7747 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
7748 trad_frame", delete "regs" and "prev_sp".
7749 (prologue_find_regs): Use trad-frame.
7750 * trad-frame.h, trad-frame.c: New files.
7751
7752 2003-06-08 Mark Kettenis <kettenis@gnu.org>
7753
7754 * dwarf2cfi.c, dwarf2cfi.h: Remove.
7755
7756 2003-06-07 Adam Fedor <fedor@gnu.org>
7757
7758 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
7759 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
7760 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
7761 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
7762 resolve_msgsend_super, resolve_msgsend_super_stret):
7763 Use it.
7764
7765 2003-06-07 Andrew Cagney <cagney@redhat.com>
7766
7767 * symfile.h: Re-indent, clean up comments.
7768
7769 2003-06-07 Andrew Cagney <cagney@redhat.com>
7770
7771 * inferior.h (deprecated_write_sp): Replace
7772 generic_target_write_sp.
7773 * regcache.c (deprecated_write_sp): Replace
7774 generic_target_write_sp.
7775 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7776 * vax-tdep.c (vax_gdbarch_init): Update.
7777 * v850-tdep.c (v850_gdbarch_init): Update.
7778 * sparc-tdep.c (sparc_gdbarch_init): Update.
7779 * sh-tdep.c (sh_gdbarch_init): Update.
7780 * s390-tdep.c (s390_gdbarch_init): Update.
7781 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7782 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7783 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7784 * mcore-tdep.c (mcore_gdbarch_init): Update.
7785 * m68k-tdep.c (m68k_gdbarch_init): Update.
7786 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7787 * ia64-tdep.c (ia64_gdbarch_init): Update.
7788 * h8300-tdep.c (h8300_gdbarch_init): Update.
7789 * frv-tdep.c (frv_gdbarch_init): Update.
7790 * cris-tdep.c (cris_gdbarch_init): Update.
7791 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
7792
7793 2003-06-07 Andrew Cagney <cagney@redhat.com>
7794
7795 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
7796 Assert that PC_REGNUM is valid.
7797 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
7798
7799 2003-06-07 Andrew Cagney <cagney@redhat.com>
7800
7801 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
7802 * gdbarch.h, gdbarch.c: Regenerate.
7803 * mn10300-tdep.c: Include "gdb_assert.h".
7804 (mn10300_read_fp): New function.
7805 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
7806 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
7807 * ia64-tdep.c: Include "gdb_assert.h".
7808 (ia64_read_fp): New function.
7809 (ia64_gdbarch_init): Set deprecated_target_read_fp to
7810 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
7811 * regcache.c (generic_target_read_sp): Delete function.
7812 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
7813 * inferior.h (generic_target_read_sp): Delete declaration.
7814 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
7815 generic_target_read_sp.
7816 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7817 * sparc-tdep.c (sparc_gdbarch_init): Ditto
7818 * sh-tdep.c (sh_gdbarch_init): Ditto.
7819 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7820 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
7821
7822 2003-06-07 Andrew Cagney <cagney@redhat.com>
7823
7824 * gdbarch.sh: Comment each field of startup_gdbarch.
7825 * gdbarch.h, gdbarch.c: Re-generate.
7826
7827 2003-06-07 Andrew Cagney <cagney@redhat.com>
7828
7829 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
7830 * gdbarch.h, gdbarch.c: Re-generate.
7831 * regcache.c: Update comments on read_pc et.al.
7832 (generic_target_read_pc): Delete function.
7833 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
7834 * inferior.h (generic_target_read_pc): Delete declaration.
7835 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
7836 generic_target_read_pc.
7837 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7838 * sh-tdep.c (sh_gdbarch_init): Ditto.
7839 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7840 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7841
7842 2003-06-07 Andrew Cagney <cagney@redhat.com>
7843
7844 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
7845 "index" with "special_local_sect". Use strcmp instead of STREQ.
7846 Append period to coments.
7847
7848 2003-06-06 Mark Mitchell <mark@codesourcery.com>
7849
7850 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
7851 (elfstab_offset_sections): Likewise.
7852 * gdb-stabs.h (stab_section_info): Likewise.
7853 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
7854 * objfiles.c (objfile_relocate): Likewise.
7855 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
7856 * remote.c (get_offsets): Likewise.
7857 (remote_cisco_objfile_relocate): Likewise.
7858 * somread.c (som_symfile_offsets): Likewise.
7859 * symfile.c (alloc_section_addr_info): New function.
7860 (build_section_addr_info_from_section_tab): Use it.
7861 (free_section_addr_info): Adjust.
7862 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
7863 (syms_from_objfile): Allocate local_addr dynamically.
7864 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
7865 dynamically.
7866 (add_symbol_file_command): Allocate sect_opts dynamically.
7867 (reread_symbols): Avoid use of SECT_OFF_MAX.
7868 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
7869 (alloc_section_addr_info): Declare it.
7870 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
7871 * win32-nat.c (solib_symbols_add): Allocate section_addrs
7872 dynamically.
7873 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
7874
7875 2003-06-06 Andrew Cagney <cagney@redhat.com>
7876
7877 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
7878 (d10v_frame_unwind_cache): Do not set "return_pc".
7879
7880 2003-06-06 Michael Snyder <msnyder@redhat.com>
7881
7882 * h8300-tdep.c: Make tidy (long lines).
7883
7884 2003-06-06 Michal Ludvig <mludvig@suse.cz>
7885
7886 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
7887 to regcache_collect().
7888
7889 2003-06-05 J. Brobecker <brobecker@gnat.com>
7890
7891 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
7892 pc_in_sigtramp multiarch method.
7893 (hppa_hpux_som_init_abi): Use it.
7894 (hppa_hpux_elf_init_abi): Likewise.
7895 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
7896 macro has been multiarched.
7897 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
7898 macro here, as hppa64 isn't multiarched yet.
7899
7900 2003-06-05 Andrew Cagney <cagney@redhat.com>
7901
7902 * Makefile.in (value_h): Add $(frame_h).
7903 * value.h: Include "frame.h".
7904 (struct value): Replace "frame_addr" with "frame_id".
7905 (VALUE_FRAME_ID): Replace VALUE_FRAME.
7906 * values.c (allocate_value): Use VALUE_FRAME_ID.
7907 (value_copy): Use VALUE_FRAME_ID.
7908 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
7909 * valops.c (value_assign): Update. Use frame_find_by_id.
7910
7911 2003-06-05 Michal Ludvig <mludvig@suse.cz>
7912
7913 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
7914 in each pass.
7915
7916 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
7917
7918 * thread-db.c (check_event): For create/death event breakpoints,
7919 loop through all messages to ensure that we read the message
7920 corresponding to the breakpoint we are at.
7921
7922 2003-06-04 Michael Snyder <msnyder@redhat.com>
7923
7924 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
7925
7926 2003-06-04 Mark Kettenis <kettenis@gnu.org>
7927
7928 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
7929 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
7930 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
7931 when handling .eh_frame sections.
7932
7933 2003-06-04 J. Brobecker <brobecker@gnat.com>
7934
7935 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
7936 prepare_to_proceed procedure instead of the hppa-specific one.
7937 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
7938
7939 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
7940
7941 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
7942 * config.in: Regenerated.
7943 * configure.in: Add test for syscall function and check for
7944 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
7945 * configure: Regenerated.
7946 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
7947 <sys/syscall.h>.
7948 (kill_lwp): New function that uses tkill syscall or
7949 uses kill, depending on whether threading model is nptl or not.
7950 All callers of kill() changed to use kill_lwp().
7951 (lin_lwp_wait): Make special check when WIFEXITED occurs to
7952 see if all threads have already exited in the nptl model.
7953 (stop_and_resume_callback): New callback function used by the
7954 lin_lwp_wait thread exit handling code.
7955 (stop_wait_callback): Check for threads already having exited and
7956 delete such threads fromt the lwp list when discovered.
7957 (stop_callback): Don't assert retcode of kill call.
7958
7959 Roland McGrath <roland@redhat.com>
7960 * i386-linux-nat.c (ps_get_thread_area): New function needed by
7961 nptl libthread_db.
7962
7963 2003-06-03 Richard Henderson <rth@redhat.com>
7964
7965 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7966 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7967 (alpha_sigtramp_frame_prev_register): Likewise.
7968 (alpha_heuristic_frame_prev_register): Likewise.
7969 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7970
7971 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
7972 alpha-specific register id names.
7973 (alpha_mdebug_frame_unwind_cache): Likewise.
7974 (alpha_mdebug_frame_prev_register): Likewise.
7975
7976 2003-06-03 Richard Henderson <rth@redhat.com>
7977
7978 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7979 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7980 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7981 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7982 unwind routines.
7983 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7984 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7985 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7986
7987 * alpha-linux-tdep.c: Remove unnecessary includes.
7988 * Makefile.in (alpha-linux-tdep.o): Update.
7989
7990 2003-06-03 Richard Henderson <rth@redhat.com>
7991
7992 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7993 (alphabsd_fill_fpreg): Likewise.
7994
7995 2003-06-03 J. Brobecker <brobecker@gnat.com>
7996
7997 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
7998 references to struct frame_info fields by calls to the equivalent
7999 accessors. Necessary now that frame_info is opaque.
8000
8001 2003-06-03 J. Brobecker <brobecker@gnat.com>
8002
8003 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
8004 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
8005 structure, field no longer exists.
8006
8007 2003-06-03 J. Brobecker <brobecker@gnat.com>
8008
8009 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8010 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
8011
8012 2003-06-03 J. Brobecker <brobecker@gnat.com>
8013
8014 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
8015 references to struct frame_info fields by calls to the equivalent
8016 accessors. Necessary now that frame_info is opaque.
8017
8018 2003-06-03 J. Brobecker <brobecker@gnat.com>
8019
8020 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
8021 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
8022 structure, field no longer exists.
8023
8024 2003-06-03 Theodore A. Roth <troth@openavr.org>
8025
8026 * remote.c (init_remote_state): Compute sizeof_g_packet by
8027 accumulation of the size of all registers instead of blindly using
8028 DEPRECATED_REGISTER_BYTES.
8029
8030 2003-06-03 Michael Snyder <msnyder@redhat.com>
8031
8032 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
8033 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
8034 for h8300sx.
8035
8036 2003-06-03 J. Brobecker <brobecker@gnat.com>
8037
8038 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
8039 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
8040
8041 2003-06-03 Andrew Cagney <cagney@redhat.com>
8042
8043 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
8044 (sparc_convert_to_raw): Delete function.
8045 (sparc_gdbarch_init): Do not set register_convert_to_raw or
8046 register_convert_to_virtual.
8047
8048 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
8049
8050 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
8051 layer if not dealing with a statically-linked threaded program.
8052
8053 2003-06-03 Kris Warkentin <kewarken@qnx.com>
8054
8055 * solib.c (solib_open): Update comment to reflect actual search order.
8056
8057 2003-06-03 Andrew Cagney <cagney@redhat.com>
8058
8059 * frame.c (get_frame_memory_signed): New function.
8060 (get_frame_memory, get_frame_memory_unsigned): New function.
8061 (get_frame_arch): New function.
8062 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
8063 (get_frame_memory, get_frame_unsigned_memory): Declare.
8064 * d10v-tdep.c (d10v_frame_unwind_cache): Use
8065 get_frame_memory_unsigned and get_frame_arch.
8066 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
8067
8068 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
8069
8070 * MAINTAINERS (write after approval): Add myself.
8071
8072 2003-06-03 Jim Blandy <jimb@redhat.com>
8073
8074 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
8075 elements of gregset_t are 64 bits each, but access registers
8076 are still 32 bits, so they're packed two per gregset_t
8077 element. Unpack/pack them properly.
8078
8079 2003-06-02 David Carlton <carlton@bactrian.org>
8080
8081 * linespec.c (find_methods): Break out code into
8082 add_matching_methods and add_constructors.
8083 (add_matching_methods): New.
8084 (add_constructors): Ditto.
8085
8086 2003-06-02 Andrew Cagney <cagney@redhat.com>
8087
8088 * sparc-tdep.c (sparc_print_registers): Delete call to
8089 REGISTER_CONVERTIBLE.
8090 (sparc_gdbarch_init): Do not set register_convertible.
8091 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8092 * frv-tdep.c (frv_gdbarch_init): Ditto.
8093 * cris-tdep.c (cris_gdbarch_init): Ditto.
8094
8095 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
8096
8097 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
8098 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
8099 (syms_from_objfile): Ditto.
8100
8101 2003-06-03 Andreas Schwab <schwab@suse.de>
8102
8103 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
8104 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
8105
8106 2003-06-02 Richard Henderson <rth@redhat.com>
8107
8108 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
8109 a member of all_reggroup.
8110
8111 2003-06-02 Richard Henderson <rth@redhat.com>
8112
8113 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
8114 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
8115 (alpha_lds, alpha_sts): New.
8116 (alpha_convert_register_p): Change from _register_convertible.
8117 (alpha_register_to_value): Change from _convert_to_virtual;
8118 restructure and fail for type sizes other than 4 or 8.
8119 (alpha_value_to_register): Similarly.
8120 (alpha_extract_return_value): Use alpha_sts.
8121 (alpha_store_return_value): Use alpha_lds.
8122 (alpha_gdbarch_init): Update hooks.
8123
8124 2003-06-02 Richard Henderson <rth@redhat.com>
8125
8126 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
8127 regnum identifiers.
8128 (alpha_sigtramp_register_address): Likewise.
8129
8130 2003-06-02 Richard Henderson <rth@redhat.com>
8131
8132 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
8133 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
8134 * alpha-tdep.h: Declare them.
8135
8136 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
8137 Remove zerobuf. Don't error on UNIQUE.
8138 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
8139 (ALPHA_REGSET_UNIQUE): Provide default.
8140 (supply_gregset): Use alpha_supply_int_regs.
8141 (fill_gregset): Use alpha_fill_int_regs.
8142 (supply_fpregset): Use alpha_supply_fp_regs.
8143 (fill_fpregset): Use alpha_fill_fp_regs.
8144 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
8145 (alphabsd_supply_reg): Use alpha_supply_int_regs.
8146 (alphabsd_fill_reg): Use alpha_fill_int_regs.
8147 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
8148 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
8149 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
8150
8151 2003-06-02 Richard Henderson <rth@redhat.com>
8152
8153 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
8154
8155 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
8156 (alpha_store_return_value): Likewise.
8157
8158 2003-06-02 David Carlton <carlton@math.stanford.edu>
8159
8160 * block.c (contained_in): Add 'const' to arguments.
8161 (block_function): Ditto.
8162 * block.h: Update declarations for block_function and
8163 contained_in.
8164
8165 2003-06-02 David Carlton <carlton@math.stanford.edu>
8166
8167 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
8168 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
8169 * p-valprint.c (pascal_val_print): Ditto.
8170 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
8171
8172 2003-06-02 Richard Henderson <rth@redhat.com>
8173
8174 * alpha-tdep.c (alpha_push_dummy_call): Use
8175 builtin_type_ieee_double_little instead of builtin_type_double.
8176
8177 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
8178 sign-extension of 32-bit values.
8179 (alpha_store_return_value): Similarly.
8180
8181 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
8182 (alpha_extract_return_value): Likewise.
8183 (alpha_store_return_value): Likewise.
8184
8185 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
8186 (alpha_store_return_value): Error on IEEE Quad floats.
8187
8188 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
8189 (alpha_extract_struct_value_address): Likewise.
8190 (alpha_store_return_value): Likewise.
8191 (alpha_store_struct_return): Remove.
8192 (alpha_gdbarch_init): Update hook registration to match.
8193
8194 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
8195 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
8196 macros where appropriate.
8197 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
8198 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
8199
8200 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
8201 for SP, GP; void_func_ptr for PC; non-language-specific types
8202 for all others.
8203 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
8204
8205 2003-06-02 Richard Henderson <rth@redhat.com>
8206
8207 * top.h (lim_at_start): Declare.
8208 * main.c (captured_main): Set it.
8209 * top.c (lim_at_start): Define.
8210 (command_loop): Use it instead of &environ.
8211 * event-top.c (command_handler): Likewise.
8212
8213 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
8214
8215 * mipsnbsd-tdep.c: Update copyright years.
8216 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
8217
8218 2003-06-01 Richard Henderson <rth@redhat.com>
8219
8220 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
8221 (alpha-linux-tdep.o): Update dependencies.
8222 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
8223 * alpha-mdebug-tdep.c: Remove unneeded includes.
8224
8225 2003-06-01 Richard Henderson <rth@redhat.com>
8226
8227 * alpha-tdep.c (alpha_register_reggroup_p): New.
8228 (alpha_gdbarch_init): Register it.
8229
8230 2003-06-02 Andrew Cagney <cagney@redhat.com>
8231
8232 * dwarfread.c: Eliminate "register"
8233 (decode_die_type): Eliminate assignment within "if".
8234 (struct_type, decode_array_element_type): Ditto.
8235 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
8236 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
8237 (decode_modified_type, completedieinfo): Ditto.
8238 * block.c: Eliminate "register".
8239 (blockvector_for_pc_sect): Eliminate assignment within "if".
8240 * cp-support.h (struct symbol): Opaque declaration.
8241 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
8242
8243 2003-06-01 Richard Henderson <rth@redhat.com>
8244
8245 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
8246 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
8247
8248 2003-06-01 Adam Fedor <fedor@gnu.org>
8249
8250 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
8251 * gdbarch.[ch]: Regenerate.
8252 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
8253 (hppa_gdbarch_init): Set it in the gdbarch vector.
8254 * i386-tdep.c (i386_fetch_pointer_argument): New
8255 (i386_gdbarch_init): Set it into gdbarch.
8256 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
8257 (rs6000_gdbarch_init): Set it in gdbarch.
8258 * sparc-tdep.c (sparc_fetch_pointer_argument): New
8259 (sparc_gdbarch_init): Set it in gdbarch.
8260
8261 2003-06-01 Andrew Cagney <cagney@redhat.com>
8262
8263 * defs.h (extract_address): Delete declaration.
8264 * findvar.c (extract_address): Delete function.
8265 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
8266 extract_address with the inline equivalent,
8267 extract_unsigned_integer.
8268 (xstormy16_extract_struct_value_address): Ditto.
8269 (xstormy16_pointer_to_address): Ditto.
8270 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
8271 * v850-tdep.c (v850_push_arguments): Ditto.
8272 (v850_extract_return_value): Ditto.
8273 (v850_extract_struct_value_address): Ditto.
8274 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
8275 (sparcnbsd_get_longjmp_target_64): Ditto.
8276 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
8277 (get_longjmp_target): Ditto.
8278 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
8279 (sh64_extract_struct_value_address): Ditto.
8280 (sh_push_arguments): Ditto.
8281 (sh64_push_arguments): Ditto.
8282 * remote-vxsparc.c (vx_read_register): Ditto.
8283 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
8284 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
8285 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
8286 * mipsv4-nat.c (get_longjmp_target): Ditto.
8287 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
8288 * mips-nat.c (get_longjmp_target): Ditto.
8289 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
8290 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
8291 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
8292 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
8293 * irix5-nat.c (get_longjmp_target): Ditto.
8294 * irix4-nat.c (get_longjmp_target): Ditto.
8295 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
8296 (ia64_push_arguments): Ditto.
8297 * hpux-thread.c (hpux_thread_store_registers): Ditto.
8298 * h8300-tdep.c (h8300_push_arguments): Ditto.
8299 (h8300_store_return_value): Ditto.
8300 (h8300_extract_struct_value_address): Ditto.
8301 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
8302 (frv_push_arguments): Ditto.
8303 * avr-tdep.c (avr_pointer_to_address): Ditto.
8304 (avr_push_arguments): Ditto.
8305 * arm-tdep.c (arm_push_dummy_call): Ditto.
8306 (arm_get_longjmp_target): Ditto.
8307 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8308 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
8309 (alpha_get_longjmp_target): Ditto.
8310
8311 * solib-irix.c (extract_mips_address): Inline extract_address,
8312 replacing it with extract_signed_integer.
8313 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
8314 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
8315 (first_link_map_member, open_symbol_file_object): Ditto.
8316 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
8317 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
8318 (LM_NEXT, LM_NAME): Ditto.
8319
8320 2003-06-01 Richard Henderson <rth@redhat.com>
8321
8322 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
8323 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
8324 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
8325 (alpha_cannot_store_register): Likewise.
8326 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
8327 * alpha-nat.c (supply_gregset): Likewise.
8328 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
8329
8330 2003-06-01 Andrew Cagney <cagney@redhat.com>
8331
8332 * infcall.c (call_function_by_hand): Update comment on
8333 DEPRECATED_DUMMY_WRITE_SP.
8334
8335 * mips-tdep.c (mips_gdbarch_init): Do not set
8336 deprecated_dummy_write_sp.
8337 (mips_eabi_push_dummy_call): Set the SP register.
8338 (mips_o64_push_dummy_call): Set the SP register.
8339 (mips_o32_push_dummy_call): Set the SP register.
8340 (mips_n32n64_push_dummy_call): Set the SP register.
8341
8342 2003-06-01 Richard Henderson <rth@redhat.com>
8343
8344 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
8345 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
8346 (supply_gregset): Likewise.
8347 * alpha-tdep.c (alpha_store_return_value): Likewise.
8348 (alpha_get_longjmp_target): Likewise.
8349 (alpha_register_name): Constify array.
8350 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
8351 deprecated_register_size, deprecated_register_bytes,
8352 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
8353 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
8354 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
8355
8356 2003-06-01 Richard Henderson <rth@redhat.com>
8357
8358 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
8359 from arg_reg_buffer to regcache to avoid double conversion.
8360
8361 2003-06-01 Mark Kettenis <kettenis@gnu.org>
8362
8363 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
8364 SP_REGNUM.
8365 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
8366 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
8367
8368 2003-06-01 Richard Henderson <rth@redhat.com>
8369
8370 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
8371 (decode_frame_entry): Set it. Skip FDE augmentation.
8372
8373 2003-06-01 Richard Henderson <rth@redhat.com>
8374
8375 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
8376 not overlapping PC_REGNUM.
8377
8378 2003-06-01 Richard Henderson <rth@redhat.com>
8379
8380 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
8381 alpha_push_arguments. Don't dump argument register data to
8382 the target stack. Fix float and 128-bit long double semantics.
8383 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
8384 (alpha_fix_call_dummy): Remove.
8385 (alpha_call_dummy_words): Remove.
8386 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
8387
8388 2003-06-01 Richard Henderson <rth@redhat.com>
8389
8390 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
8391
8392 2003-06-01 Andrew Cagney <cagney@redhat.com>
8393
8394 * mips-tdep.c (is_mips16_addr): New function.
8395 (make_mips16_addr, unmake_mips16_addr): New functions.
8396 (pc_is_mips16, mips_fetch_instruction): Use.
8397 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
8398 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
8399 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
8400 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
8401 TARGET_MIPS.
8402 * config/mips/tm-mips.h: Update copyright.
8403 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
8404 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
8405 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
8406 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
8407 (TM_PRINT_INSN_MACH): Delete.
8408 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
8409
8410 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
8411 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
8412 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
8413 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
8414 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
8415 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
8416 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
8417 mips*-*-riscos* and mips*-*-sysv* onto mips.
8418 * config/mips/mips64.mt: New file.
8419 * config/mips/mips.mt: New file.
8420 * config/mips/littlemips.mt: Delete file.
8421 * config/mips/decstation.mt: Delete file.
8422 * config/mips/vr4300el.mt: Delete file.
8423 * config/mips/vr5000el.mt: Delete file.
8424 * config/mips/vr5000.mt: Delete file.
8425 * config/mips/vr4100.mt: Delete file.
8426 * config/mips/vr4xxxel.mt: Delete file.
8427 * config/mips/vr4300.mt: Delete file.
8428 * config/mips/vr4xxx.mt: Delete file.
8429 * config/mips/bigmips.mt: Delete file.
8430 * config/mips/bigmips64.mt: Delete file.
8431 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
8432 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
8433 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
8434 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
8435 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
8436 "tm-bigmips.h".
8437 * config/mips/tm-irix3.h: Ditto.
8438 * config/mips/tm-mipsv4.h: Ditto.
8439 * config/mips/tm-embed.h: Ditto.
8440 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
8441 "tm-bigmips64.h".
8442 * config/mips/tm-vr5000el.h: Delete file.
8443 * config/mips/tm-tx39l.h: Delete file.
8444 * config/mips/tm-vr4300el.h: Delete file.
8445 * config/mips/tm-vr4xxxel.h: Delete file.
8446 * config/mips/tm-vr4300.h: Delete file.
8447 * config/mips/tm-vr4100.h: Delete file.
8448 * config/mips/tm-vr4xxx.h: Delete file.
8449 * config/mips/tm-vr5000.h: Delete file.
8450 * config/mips/tm-embedl64.h: Delete file.
8451 * config/mips/tm-embedl.h: Delete file.
8452 * config/mips/tm-embed64.h: Delete file.
8453 * config/mips/tm-bigmips64.h: Delete file.
8454 * config/mips/tm-bigmips.h: Delete file.
8455
8456 2003-06-01 Mark Kettenis <kettenis@gnu.org>
8457
8458 Fix gdb/1216.
8459 * shnbsd-nat.c: Include "sh-tdep.h".
8460
8461 From Richard Henderson <rth@redhat.com>:
8462 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
8463
8464 2003-05-31 Andrew Cagney <cagney@redhat.com>
8465
8466 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
8467 forward declaration.
8468 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8469 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8470 (mips_find_saved_regs): Use set_reg_offset.
8471 (mips_frame_init_saved_regs): Delete function.
8472 (mips_pop_frame): Call mips_find_saved_regs instead of
8473 DEPRECATED_FRAME_INIT_SAVED_REGS.
8474
8475 2003-05-31 Andrew Cagney <cagney@redhat.com>
8476
8477 * mips-tdep.c (mips_gdbarch_init): Do not set
8478 deprecated_max_register_raw_size, register_virtual_size, and
8479 deprecated_max_register_virtual_size.
8480
8481 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8482
8483 * i386-tdep.c: Include "dwarf2-frame.h".
8484 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
8485 * Makefile.in (i386-tdep.o): Update dependencies.
8486
8487 * dwarf2-frame.c, dwarf2-frame.h: New files.
8488 * Makefile.in (SFILES): Add dwarf2-frame.c.
8489 (dwarf2_frame_h): Define.
8490 (COMMON_OBS): Add dwarf2-frame.o.
8491 (dwarf2-frame.o): Add dependencies.
8492
8493 2003-05-31 Andreas Jaeger <aj@suse.de>
8494
8495 * x86-64-linux-nat.c: Fix comment.
8496
8497 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8498
8499 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
8500 function signature.
8501
8502 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
8503 have a sigcontext_addr handler.
8504 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
8505 sigcontext_addr handler.
8506
8507 2003-05-31 Andrew Cagney <cagney@redhat.com>
8508
8509 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
8510 (print_fp_register_row): Replace do_fp_register_row.
8511 (mips_print_fp_register): Add "file" and "frame" parameters.
8512 (mips_print_register): Add "file" and "frame" parameters.
8513 (mips_print_registers_info): Replace mips_do_registers_info.
8514 (mips_gdbarch_init): Set print_registers_info instead of
8515 deprecated_do_registers_info.
8516 (mips_read_fp_register_single): Add "frame" parameter.
8517 (mips_read_fp_register_double): Add "frame" parameter.
8518
8519 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8520
8521 * i386-tdep.c (i386_register_name): Check for MMX registers first.
8522 Fixes a bug where GDB would print the wrong register names for
8523 targets without SSE.
8524
8525 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
8526 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8527 registers.
8528
8529 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
8530 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
8531 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8532 TDEP->sc_sp_offset.
8533
8534 From Michal Ludvig <mludvig@suse.cz>:
8535 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
8536 and `sc_num_regs'.
8537 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8538 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8539 I386_ST0_REGNUM): Move here from...
8540 * i386-tdep.c: ... here.
8541 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
8542 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8543 registers if possible.
8544 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
8545 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
8546 Remove variables.
8547 (i386bsd_sc_reg_offset): New variable.
8548 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
8549 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8550 TDEP->sc_sp_offset.
8551 (i386fbsd_sc_reg_offset): New variable.
8552 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
8553 TDEP->sc_num_regs.
8554 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
8555 variables.
8556 (i386fbsd4_sc_reg_offset): New variable.
8557 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
8558 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8559 TDEP->sc_sp_offset.
8560 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
8561 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
8562 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
8563 Remove variables.
8564 (i386nbsd_sc_reg_offset): New variable.
8565 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
8566 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8567 TDEP->sc_sp_offset.
8568 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
8569 Remove variables.
8570 (i386obsd_sc_reg_offset): New variable.
8571 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
8572 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8573 TDEP->sc_sp_offset.
8574 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
8575 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
8576 for frame pointer offset in `struct sigcontext'.
8577
8578 2003-05-31 Andrew Cagney <cagney@redhat.com>
8579
8580 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
8581 architecture methods call_dummy_words, sizeof_call_dummy_words,
8582 push_return_address, store_struct_return, and fix_call_dummy. Set
8583 push_dummy_call instead of deprecated_push_arguments.
8584 (mips_store_struct_return): Delete function.
8585 (mips_fix_call_dummy): Delete function.
8586 (mips_push_return_address): Delete function.
8587 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
8588 RA_REGNUM and T9_REGNUM.
8589 (mips_n32n64_push_dummy_call): Ditto for
8590 mips_n32n64_push_arguments.
8591 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
8592 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
8593
8594 2003-05-31 Andrew Cagney <cagney@redhat.com>
8595
8596 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
8597 "dummy_addr" to "bp_addr".
8598 * infcall.c (call_function_by_hand): Pass "funaddr" to
8599 gdbarch_push_dummy_call.
8600 * gdbarch.h, gdbarch.c: Re-generate.
8601 * i386-tdep.c (i386_push_dummy_call): Update.
8602 * arm-tdep.c (arm_push_dummy_call): Update.
8603 * d10v-tdep.c (d10v_push_dummy_call): Update.
8604
8605 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8606
8607 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
8608 variable declarations.
8609 (x86_64_register_number, x86_64_register_name): Remove prototypes.
8610 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
8611 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
8612 x86_64_init_frame_pc, x86_64_init_frame_pc,
8613 x86_64_function_has_prologue): Remove prototypes.
8614 (X86_64_NUM_GREGS): New define.
8615 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
8616 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
8617 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
8618 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
8619 XMM1_REGNUM): Remove defines.
8620 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
8621 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
8622 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
8623 X86_64_XMM1_REGNUM): New defines.
8624 (struct x86_64_register_info): Renamed from `struct
8625 register_info'. Remove `size' member.
8626 (x86_64_register_info_table): Remove variable.
8627 (x86_64_register_info): New variable.
8628 (X86_64_NUM_REGS): New define.
8629 (X86_64_NUM_GREGS): Remove define.
8630 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
8631 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
8632 Remove variables.
8633 (x86_54_dwarf2_reg_to_regnum): Remove function.
8634 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
8635 (x86_64_dwarf_reg_to_regnum): New function.
8636 (x86_64_register_name): Rewrite.
8637 (x86_64_register_raw_size): Remove function.
8638 (x86_64_register_byte_table): Remove variable.
8639 (x86_64_register_byte): Remove function.
8640 (x86_64_register_virtual_type): Remove function.
8641 (x86_64_register_type): New function.
8642 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
8643 x86_64_register_convert_to_raw): Remove functions.
8644 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
8645 (x86_64_use_struct_convention): Make static. Adjust for renamed
8646 defines.
8647 (x86_64_frame_init_saved_regs): Remove function.
8648 (x86_64_push_arguments): Make static. Change to accept a regcache
8649 as argument.
8650 (x86_64_store_return_value, x86_64_extract_return_value): Make
8651 static. Rewrite based on i386 counterparts.
8652 (x86_64_push_dummy_call): New function.
8653 (X86_64_NUM_SAVED_REGS): New define.
8654 (x86_64_register_number): Remove function.
8655 (x86_64_store_struct_return): Remove function.
8656 (x86_64_frameless_function_invocation,
8657 x86_64_function_has_prologue): Remove functions.
8658 (PROLOG_BUFSIZE): Remove define.
8659 (struct x86_64_frame_cache): New structure.
8660 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
8661 x86_64_frame_cache, x86_64_frame_this_id,
8662 x86_64_frame_prev_register, x86_64_frame_p,
8663 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
8664 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
8665 functions.
8666 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
8667 variables.
8668 (x86_64_skip_prologue): Rewrite in terms of
8669 x86_64_analyze_prologue.
8670 (x86_64_frame_base_address): New function.
8671 (x86_64_frame_base): New variable.
8672 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
8673 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
8674 set deprecated_fp_regnum, deprecated_register_size,
8675 deprecated_register_bytes, register_raw_size, register_byte,
8676 register_virtual_type, register_convertiable,
8677 register_convert_to_virtual, convert_to_raw,
8678 deprecated_get_saved_register, deprecated_target_read_fp,
8679 deprecated_push_arguments, deprecated_push_return_address,
8680 deprecated_pop_frame, deprecated_store_struct_return,
8681 deprecated_frame_init_saved_regs, deprecated_frame_chain,
8682 frameless_function_invocation, deprecated_frame_saved_pc,
8683 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
8684 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
8685 deprecated_init_frame_pc and virtual_frame_pointer. Call
8686 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
8687 and x86_64_frame_p. Call frame_base_set_default to register
8688 x86_64_frame_base.
8689 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
8690 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
8691 (_initialize_x86_64_tdep): Remove function.
8692 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
8693 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
8694 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
8695 define.
8696 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
8697 (x86_64_linux_sigcontext_addr): Rewrite.
8698 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
8699 x86_64_linux_frame_saved_pc): Remove functions.
8700 (x86_64_linux_pc_in_sigtramp): Renamed from
8701 x86_64_linux_in_sigtramp. Try harder to recognize a signal
8702 trampoline.
8703 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
8704 Remove_functions.
8705 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
8706 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8707 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
8708 (x86_64_regmap): Rename to regmap.
8709 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
8710 x86_64_num_gregs.
8711 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
8712 x86_64_regmap.
8713 (x86_64_fxsave_offset): Remove function.
8714 (supply_fpregset): Simply call x86_64_supply_fxsave.
8715 (fill_fpregset): Simply call x86_64_fill_fxsave.
8716 (fetch_inferior_registers, store_inferior_registers): Avoid
8717 asignment in if-statement.
8718 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
8719 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
8720 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
8721 (fetch_core_registers): Remove function.
8722 (linux_elf_core_fns): Remove.
8723 (offsetoff): Don't define.
8724 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
8725 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
8726 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
8727 add core-regset.o.
8728 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
8729 protection against multiple includes instead of NM_X86_64_h. Add
8730 various comments. Include "config/nm-linux.h". Don't include
8731 <signal.h>.
8732 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
8733 GET_THREAD_SIGNALS): Remove defines.
8734 (x86_64_register_u_addr, kernel_u_size,
8735 lin_thread_get_thread_signals): Remove prototypes.
8736 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
8737 [HAVE_LINK_H]: Don't include "solib.h".
8738 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
8739 * config/i386/tm-x86-64linux.h: Fix comments.
8740 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
8741 x86-64-tdep.o): Update dependencies.
8742
8743 2003-05-30 Andrew Cagney <cagney@redhat.com>
8744
8745 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
8746 Change parameter type to a "struct regcache *".
8747
8748 * gdbarch.sh: Regardless of the multi-arch level, always define
8749 the macro when not already defined.
8750 * gdbarch.h, gdbarch.c: Re-generate.
8751
8752 2003-05-30 Richard Henderson <rth@redhat.com>
8753
8754 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
8755 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
8756 (alpha_mdebug_frame_this_id): Likewise.
8757 (alpha_mdebug_frame_prev_register): Likewise.
8758 (alpha_mdebug_frame_base_address): Likewise.
8759 (alpha_mdebug_frame_locals_address): Likewise.
8760 (alpha_mdebug_frame_args_address): Likewise.
8761 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
8762 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
8763 (alpha_heuristic_frame_unwind_cache): Make static; add missing
8764 loop increment.
8765 (alpha_heuristic_frame_this_id): Make static.
8766 (alpha_heuristic_frame_prev_register): Likewise.
8767 (alpha_heuristic_frame_base_address): Likewise.
8768 * alpha-tdep.h: Update.
8769
8770 2003-05-30 Mark Kettenis <kettenis@gnu.org>
8771
8772 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
8773 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
8774 defenitions.
8775 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
8776 * i386-tdep.c: Mark functions that are 64-bit safe as such.
8777 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8778 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8779 I386_ST0_REGNUM): New defines.
8780 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
8781 codestream_get): Remove define.
8782 (codestream_next_addr, condestream_addr, condestream_buf,
8783 codestream_off, codestream_cnt): Remove variables.
8784 (codestream_fill, codestream_seek, codestream_read): Remove
8785 functions.
8786 (i386_follow_jump): Rewrite to avoid usage of removed codestream
8787 functionality.
8788 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
8789 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
8790 i386_frame_saved_pc, i386_saved_pc_after_call,
8791 i386_frame_num_args, i386_frame_init_saved_regs,
8792 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
8793 i386_push_arguments): Remove functions.
8794 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
8795 functionality. Use i386_analyze_prologue instead of
8796 i386_get_frame_setup.
8797 (I386_NUM_SAVED_REGS): New define.
8798 (struct i386_frame_cache): New structure.
8799 (i386_alloc_frame_cache, i386_analyze_struct_return,
8800 i386_skip_probe, i386_analyze_frame_setup,
8801 i386_analyze_register_saves, i386_analyze_prologue,
8802 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
8803 i386_frame_prev_register, i386_sigtramp_frame_cache,
8804 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
8805 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
8806 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
8807 New functions.
8808 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
8809 New variables.
8810 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
8811 I386_EAX_REGNUM and I386_EDX_REGNUM.
8812 (i386_extract_return_value, i386_store_return_value): Use
8813 I386_ST0_REGNUM where appropriate.
8814 (i386_extract_struct_value_address): Rewrite to use extract_address.
8815 (i386_svr4_pc_in_sigtramp): Add comment.
8816 (i386_svr4_sigcontext_addr): Rewrite.
8817 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
8818 TDEP->sc_sp_offset.
8819 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
8820 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
8821 of new defines. Set push_dummy_call, don't set
8822 deprecated_push_arguments, deprecated_push_return_address,
8823 deprecated_pop_frame. Don't set parm_boundary. Don't set
8824 deprecated_frame_chain, deprecated_frame_saved_pc,
8825 deprecated_saved_pc_after_call. Set unwind_dummy_id,
8826 save_dummy_frame_tos, unwind_pc. Call
8827 frame_unwind_append_predicate and frame_base_set_default. Don't
8828 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
8829 Don't set frameless_function_invocation. Don't set
8830 deprecated_register_bytes, deprecated_register_size,
8831 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
8832 * i386-linux-tdep.c: Fix formatting in some comments.
8833 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
8834 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
8835 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
8836 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
8837 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
8838 redundant parentheses.
8839 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
8840 (i386_linux_sigcontext_addr): Use it. Rewrite.
8841 (find_minsym_and_objfile): Change name of second argument.
8842 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
8843 changed. Use frame_pc_unwind instead of
8844 DEPRECATED_SAVED_PC_AFTER_CALL.
8845 (i386_linux_init_abi): Don't set deprecated_register_bytes.
8846 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
8847 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
8848 unwinder.
8849 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
8850 "dummy-frame.h".
8851 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
8852 (_initialize_i386_cygwin_tdep): New prototype.
8853 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
8854 deprecated_frame_chain_valid.
8855 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
8856 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8857 Rely on the SVR4 defaults.
8858 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
8859 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
8860
8861 2003-05-30 Andrew Cagney <cagney@redhat.com>
8862
8863 * infcall.c (call_function_by_hand): Always call
8864 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
8865
8866 2003-05-30 Richard Henderson <rth@redhat.com>
8867
8868 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
8869 increment.
8870
8871 2003-05-29 Jim Blandy <jimb@redhat.com>
8872
8873 Use gdbarch methods for solib stuff on PowerPC Linux.
8874 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
8875 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
8876 show through.
8877 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
8878 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
8879 giving the same effect as the #definitions above.
8880
8881 2003-05-29 Adam Fedor <fedor@gnu.org>
8882
8883 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
8884 (find_implementation_from_class): Replace it with the standard
8885 case i.e. do nothing.
8886
8887 2003-05-29 Richard Henderson <rth@redhat.com>
8888
8889 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
8890 (alpha_linux_sigtramp_offset): Use it. Make static.
8891 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
8892 update for new frame model.
8893 * alpha-mdebug-tdep.c: New file.
8894 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
8895 (alpha_osf1_init_abi): Install it.
8896 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
8897 (linked_proc_desc_table): Remove.
8898 (alpha_frame_past_sigtramp_frame): Remove.
8899 (alpha_dynamic_sigtramp_offset): Remove.
8900 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
8901 (alpha_proc_desc_is_dyn_sigtramp): Remove.
8902 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
8903 (push_sigtramp_desc): Remove.
8904 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
8905 (alpha_cannot_store_register): Likewise.
8906 (alpha_sigcontext_addr): Remove.
8907 (alpha_find_saved_regs): Remove.
8908 (alpha_frame_init_saved_regs): Remove.
8909 (alpha_init_frame_pc_first): Remove.
8910 (read_next_frame_reg): Remove.
8911 (alpha_frame_saved_pc): Remove.
8912 (alpha_saved_pc_after_call): Remove.
8913 (temp_proc_desc, temp_saved_regs): Remove.
8914 (alpha_about_to_return): Remove.
8915 (cached_proc_desc): Remove.
8916 (alpha_frame_chain): Remove.
8917 (alpha_print_extra_frame_info): Remove.
8918 (alpha_init_extra_frame_info): Remove.
8919 (alpha_frame_locals_address): Remove.
8920 (alpha_frame_args_address): Remove.
8921 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
8922 (alpha_push_dummy_frame): Remove.
8923 (alpha_pop_frame): Remove.
8924 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
8925 (alpha_read_insn): New.
8926 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
8927 for different insn encodings.
8928 (alpha_in_lenient_prologue): Remove.
8929 (struct alpha_sigtramp_unwind_cache): New.
8930 (alpha_sigtramp_frame_unwind_cache): New.
8931 (alpha_sigtramp_register_address): New.
8932 (alpha_sigtramp_frame_this_id): New.
8933 (alpha_sigtramp_frame_prev_register): New.
8934 (alpha_sigtramp_frame_unwind): New.
8935 (alpha_sigtramp_frame_p): New.
8936 (struct alpha_heuristic_unwind_cache): New.
8937 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
8938 don't count nop insns that occur between functions.
8939 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
8940 heuristic_proc_desc, but without the mdebug wrapping.
8941 (alpha_heuristic_frame_this_id): New.
8942 (alpha_heuristic_frame_prev_register): New.
8943 (alpha_heuristic_frame_unwind): New.
8944 (alpha_heuristic_frame_p): New.
8945 (alpha_heuristic_frame_base_address): New.
8946 (alpha_heuristic_frame_base): New.
8947 (alpha_unwind_dummy_id): New.
8948 (alpha_unwind_pc): New.
8949 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
8950 frame related deprecated initializations; install replacements.
8951 (alpha_dump_tdep): Remove.
8952 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8953 (alpha_read_insn, alpha_after_prologue,
8954 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8955 alpha_heuristic_frame_prev_register,
8956 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8957 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8958 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8959 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8960
8961 2003-05-29 Andrew Cagney <cagney@redhat.com>
8962
8963 * gdb_assert.h (gdb_assert_fail): Provide different definitions
8964 dependant on the availability of ASSERT_FUNCTION.
8965 (ASSERT_FUNCTION): Do not define when there is no function name.
8966
8967 2003-05-29 Kevin Buettner <kevinb@redhat.com>
8968
8969 From Jimi X <jimix@watson.ibm.com>:
8970 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8971
8972 2003-05-28 Jim Blandy <jimb@redhat.com>
8973
8974 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8975 argument to ptrace to int; the system headers should give it the
8976 right type, and pointers don't fit in ints on powerpc64-*-*.
8977
8978 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
8979
8980 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8981 DW_TAG_catch_block.
8982
8983 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8984
8985 * stabsread.c (dbx_lookup_type): Make static.
8986 (read_type): Ditto.
8987 (add_undefined_type): Ditto.
8988 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8989 not export.
8990
8991 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8992
8993 * hpread.c (hpread_has_name): Make static.
8994 (hpread_psymtab_to_symtab): Ditto.
8995 (file_exists): Ditto.
8996 (hpread_call_pxdb): Ditto.
8997 (hpread_pxdb_needed): Ditto.
8998 (hpread_quick_traverse): Ditto.
8999 (hpread_get_header): Ditto.
9000 (hpread_get_lntt): Ditto.
9001 (hpread_get_slt): Ditto.
9002 (class_of): Ditto.
9003
9004 2003-05-25 Andreas Schwab <schwab@suse.de>
9005
9006 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
9007 stack_align and deprecated_extra_stack_alignment_needed.
9008 (m68k_stack_align): Delete.
9009
9010 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
9011 (m68k_register_virtual_size): Likewise.
9012 (altos_skip_prologue): Remove obsolete function.
9013 (isi_frame_num_args): Likewise.
9014 (news_frame_num_args): Likewise.
9015 (m68k_fix_call_dummy): Make static.
9016 (m68k_push_dummy_frame): Likewise.
9017 (m68k_pop_frame): Likewise.
9018 (m68k_skip_prologue): Likewise.
9019 (m68k_frame_init_saved_regs): Likewise.
9020 (m68k_saved_pc_after_call): Likewise.
9021 (m68k_get_longjmp_target): Make multi-arch.
9022 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
9023 structure. Register m68k_get_longjmp_target if enabled.
9024 * m68k-tdep.h (struct gdbarch_tdep): Define.
9025 * config/m68k/tm-m68k.h: Don't include "regcache.h".
9026
9027 * Makefile.in (config.status): Also depend on configure.tgt
9028 and configure.host.
9029 (m68klinux-tdep.o): Update dependencies.
9030 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
9031 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
9032 (M68K_LINUX_JB_PC): Define.
9033 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
9034 and take additional parameter.
9035 (m68k_linux_sigtramp_saved_pc): Update.
9036 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
9037 m68k_linux_pc_in_sigtramp, in_plt_section,
9038 find_solib_trampoline_target.
9039 * config/m68k/tm-linux.h: Don't include any tm headers.
9040 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
9041 (JB_ELEMENT_SIZE): Likewise.
9042 (JB_PC): Likewise.
9043 (GET_LONGJMP_TARGET): Likewise.
9044 (IN_SIGTRAMP): Likewise.
9045 (SVR4_SHARED_LIBS): Define this and include "solib.h".
9046
9047 2003-05-25 Mark Kettenis <kettenis@gnu.org>
9048
9049 * sparc-tdep.c (sparc32_do_push_arguments): New function.
9050 (sparc32_push_arguments): Re-implement by calling
9051 sparc32_do_push_arguments.
9052
9053 2003-05-25 Mark Kettenis <kettenis@gnu.org>
9054
9055 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
9056 SPARC_O1_REGNUM): New defines.
9057 (sparc32_extract_return_value): Rewrite to operate on a regcache.
9058 (sparc32_store_return_value): New function.
9059 (sparc_extract_struct_value_address): Rewrite to operate on a
9060 regcache.
9061 (sparc_gdbarch_init): Don't set
9062 deprecated_extract_struct_value_address. Set
9063 extract_struct_value_address instead. Don't set
9064 deprecated_extract_return_value and deprecated_store_return_value
9065 for 32-bit targets. Set extract_return_value and
9066 store_return_value instead.
9067 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
9068 DEPRECATED_EXTRACT_RETURN_VALUE,
9069 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
9070 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
9071 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
9072 (sparc_store_return_value): Remove prototype.
9073 (sparc32_store_return_value): New prototype.
9074 (sparc32_extract_return_value, sparc_extract_struct_value_address):
9075 Adjust prototypes.
9076
9077 2003-05-24 Mark Kettenis <kettenis@gnu.org>
9078
9079 * sparcnbsd-tdep.c: Include "gdb_string.h".
9080
9081 2003-05-23 Andrew Cagney <cagney@redhat.com>
9082
9083 * p-valprint.c (pascal_val_print): Replace extract_address with
9084 the inline equivalent extract_unsigned_integer.
9085 * jv-valprint.c (java_value_print): Ditto.
9086 * ada-valprint.c (ada_val_print_1): Ditto.
9087 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
9088
9089 2003-05-23 Theodore A. Roth <troth@openavr.org>
9090
9091 * blockframe.c (frameless_look_for_prologue): Remove unused
9092 after_prologue variable.
9093
9094 2003-05-23 Mark Kettenis <kettenis@gnu.org>
9095
9096 * blockframe.c (get_pc_function_start): Rewrite to avoid
9097 asignments in if-statements.
9098
9099 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9100
9101 Committed by Elena Zannoni <ezannoni@redhat.com>.
9102 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
9103 files, don't relocate absolute symbols (and do use mst_abs).
9104
9105 2003-05-23 Andrew Cagney <cagney@redhat.com>
9106
9107 * objc-lang.c: Include "gdb_assert.h".
9108 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
9109 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
9110 (gdb_check, gdb_check_fatal): Delete functions.
9111 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
9112 gdb_assert.
9113 (parse_selector, parse_method, find_methods, find_imps): Ditto.
9114 * Makefile.in (objc-lang.o): Update dependencies.
9115
9116 2003-05-22 Ian Lance Taylor <ian@airs.com>
9117
9118 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
9119 with fprintf_filtered, not fprintf_unfiltered.
9120
9121 2003-05-22 Andrew Cagney <cagney@redhat.com>
9122
9123 * stack.c (frame_info): Inline extract_address, replacing it with
9124 extract_unsigned_integer.
9125 * findvar.c (unsigned_pointer_to_address): Ditto.
9126 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
9127 * dwarf2expr.c (dwarf2_read_address): Ditto.
9128 * frame.c (frame_pc_unwind): Update comment.
9129 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
9130
9131 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
9132
9133 * infptrace.c (detach): Call print_sys_errmsg rather than
9134 perror_with_name to issue warning message when errno is non-zero
9135 after calling ptrace detach.
9136
9137 2003-05-21 J. Brobecker <brobecker@gnat.com>
9138
9139 * config/pa/tm-hppa.h: Delete some unused macros. Move some
9140 macro definitions from here...
9141 * hppa-tdep.c: ...to there.
9142
9143 2003-05-20 Kevin Buettner <kevinb@redhat.com>
9144
9145 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
9146 register_ptrace_addr(). Fix all callers.
9147
9148 2003-05-21 Andreas Schwab <schwab@suse.de>
9149
9150 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
9151 dependencies.
9152 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
9153 end.
9154 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
9155 (_initialize_m68k_linux_tdep): New function.
9156 (m68k_linux_frame_saved_pc): Make static.
9157 (m68k_linux_extract_return_value): Likewise.
9158 (m68k_linux_store_return_value): Likewise.
9159 (m68k_linux_extract_struct_value_address): Likewise.
9160 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
9161 Remove.
9162 (DEPRECATED_STORE_RETURN_VALUE): Remove.
9163 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
9164 (DEPRECATED_FRAME_SAVED_PC): Remove.
9165
9166 2003-05-20 Kris Warkentin <kewarken@qnx.com>
9167
9168 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
9169 regset numbering rather than our own.
9170
9171 2003-05-19 David Carlton <carlton@bactrian.org>
9172
9173 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
9174
9175 2003-05-19 David Carlton <carlton@bactrian.org>
9176
9177 Partial fix for PR c++/827.
9178 * cp-support.h: Include symtab.h.
9179 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
9180 * cp-namespace.c: Update contributors.
9181 (cp_lookup_symbol_nonlocal): New.
9182 (lookup_namespace_scope, cp_lookup_symbol_namespace)
9183 (lookup_symbol_file): Ditto.
9184 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
9185 * block.h: Declare block_scope, block_using, block_global_block.
9186 * block.c (block_scope): New.
9187 (block_using, block_global_block): Ditto.
9188 * Makefile.in (cp_support_h): Depend on symtab_h.
9189 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
9190
9191 2003-05-19 David Carlton <carlton@bactrian.org>
9192
9193 * language.h (struct language_defn): Add 'la_value_of_this'
9194 and 'la_lookup_symbol_nonlocal' members.
9195 * symtab.h: Declare basic_lookup_symbol_nonlocal,
9196 lookup_symbol_static, lookup_symbol_global,
9197 lookup_symbol_aux_block.
9198 * symtab.c (lookup_symbol_aux): Call language hooks to determine
9199 if we should search fields of this and how to do static/global
9200 lookup.
9201 (lookup_symbol_aux_block): Make extern.
9202 (basic_lookup_symbol_nonlocal): New.
9203 (lookup_symbol_static, lookup_symbol_global): Ditto.
9204 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
9205 'la_lookup_symbol_nonlocal' members.
9206 * c-lang.c (c_language_defn, cplus_language_defn)
9207 (asm_language_defn, minimal_language_defn): Ditto.
9208 * jv-lang.c (java_language_defn): Ditto.
9209 * language.c (unknown_language_defn, auto_language_defn)
9210 (local_language_defn): Ditto.
9211 * m2-lang.c (m2_language_defn): Ditto.
9212 * objc-lang.c (objc_language_defn): Ditto.
9213 * scm-lang.c (scm_language_defn): Ditto.
9214 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
9215 * p-lang.c (pascal_language_defn): Ditto for both.
9216 * Makefile.in (f-lang.o): Depend on value_h.
9217 (p-lang.o): Ditto.
9218
9219 2003-05-19 David Carlton <carlton@bactrian.org>
9220
9221 * block.h: Declare block_static_block.
9222 * block.c (block_static_block): New.
9223 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
9224 lookup_symbol_aux_local, calling block_static_block instead.
9225 (lookup_symbol_aux_local): Delete 'static_block' argument.
9226
9227 2003-05-19 David Carlton <carlton@bactrian.org>
9228
9229 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
9230
9231 2003-05-19 Michal Ludvig <mludvig@suse.cz>
9232
9233 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
9234 register numbers mapping.
9235
9236 2003-05-18 Adam Fedor <fedor@gnu.org>
9237
9238 * symtab.c (completion_list_objc_symbol): New function.
9239 (make_symbol_completion_list): Use it to add ObjC symbols
9240 when looking though the list.
9241 (language_search_unquoted_string): New function.
9242 (make_file_symbol_completion_list): Use it.
9243
9244 2003-05-18 Andreas Schwab <schwab@suse.de>
9245
9246 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
9247 dependencies.
9248 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
9249 as m68k_linux_extract_return_value.
9250 (DEPRECATED_STORE_RETURN_VALUE): Define as
9251 m68k_linux_store_return_value.
9252 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
9253 m68k_linux_extract_struct_value_address.
9254 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
9255 get_next_frame, get_frame_base, get_frame_pc.
9256 (m68k_linux_frame_saved_pc): Use get_frame_base.
9257 (m68k_linux_extract_return_value): New function.
9258 (m68k_linux_store_return_value): New function.
9259 (m68k_linux_extract_struct_value_address): New function.
9260 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
9261
9262 * c-exp.y (typebase): Remove duplicate occurence of
9263 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
9264 of lookup_signed_typename.
9265
9266 2003-05-18 Mark Kettenis <kettenis@gnu.org>
9267
9268 * dwarf2loc.c (find_location_expression): Change type of second
9269 argument to `size_t *'.
9270 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
9271 for size variable.
9272
9273 2003-05-18 David Carlton <carlton@bactrian.org>
9274
9275 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
9276 'linkage_name'. Add comment.
9277 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
9278 'linkage_name'.
9279 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
9280 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
9281 (lookup_block_symbol): Ditto.
9282
9283 2003-05-16 Andrew Cagney <cagney@redhat.com>
9284
9285 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
9286 * gdbarch.h, gdbarch.c: Re-generate.
9287 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
9288 * TODO (REGISTER_BYTES): Delete reference.
9289 * alpha-tdep.c (alpha_gdbarch_init): Update.
9290 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9291 * x86-64-tdep.c (x86_64_init_abi): Update.
9292 * vax-tdep.c (vax_gdbarch_init): Update.
9293 * v850-tdep.c (v850_gdbarch_init): Update.
9294 * sparc-tdep.c (sparc_gdbarch_init): Update.
9295 * sh-tdep.c (sh_gdbarch_init): Update.
9296 * s390-tdep.c (s390_gdbarch_init): Update.
9297 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9298 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
9299 (ns32k_gdbarch_init_32382): Update.
9300 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9301 * mcore-tdep.c (mcore_gdbarch_init): Update.
9302 * m68k-tdep.c (m68k_gdbarch_init): Update.
9303 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9304 * ia64-tdep.c (ia64_gdbarch_init): Update.
9305 * i386-tdep.c (i386_gdbarch_init): Update.
9306 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9307 * hppa-tdep.c (hppa_gdbarch_init): Update.
9308 * h8300-tdep.c (h8300_gdbarch_init): Update.
9309 * frv-tdep.c (frv_gdbarch_init): Update.
9310 * cris-tdep.c (cris_gdbarch_init): Update.
9311 * avr-tdep.c (avr_gdbarch_init): Update.
9312 * arm-tdep.c (arm_gdbarch_init): Update.
9313 * sparc-tdep.c (sparc_pop_frame): Update.
9314 * rs6000-tdep.c (rs6000_pop_frame): Update.
9315 * remote.c (init_remote_state): Update.
9316 (remote_prepare_to_store): Update.
9317 * remote-vx.c (vx_prepare_to_store): Update.
9318 * remote-sds.c (sds_fetch_registers): Update.
9319 (sds_prepare_to_store): Update.
9320 * remote-array.c: Update.
9321 * regcache.c (init_legacy_regcache_descr): Update.
9322 (init_regcache_descr): Update.
9323 * mips-tdep.c (mips_eabi_extract_return_value): Update.
9324 (mips_o64_extract_return_value): Update.
9325 * irix5-nat.c (fetch_core_registers): Update.
9326 * irix4-nat.c (fetch_core_registers): Update.
9327 * i386-tdep.h: Update.
9328 * hppa-tdep.c (pa_do_registers_info): Update.
9329 (pa_do_strcat_registers_info): Update.
9330 * cris-tdep.c (cris_register_bytes_ok): Update.
9331 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
9332 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
9333 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
9334 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
9335 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
9336 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
9337 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
9338 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
9339 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
9340 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
9341 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
9342 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
9343 (REGISTER_BYTES_OK): Update.
9344 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
9345 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
9346
9347 2003-05-16 Ian Lance Taylor <ian@airs.com>
9348
9349 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
9350 (vax_print_insn, print_insn_arg): Remove static functions.
9351 (vax_gdbarch_init): Call set_gdbarch_print_insn with
9352 print_insn_vax from opcodes library.
9353 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
9354
9355 2003-05-15 Andrew Cagney <cagney@redhat.com>
9356
9357 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
9358 * target.h (memory_breakpoint_from_pc): Delete declaration.
9359 * mem-break.c (memory_breakpoint_from_pc): Delete function.
9360 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
9361 * monitor.c (monitor_insert_breakpoint): Use
9362 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
9363 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
9364 * gdbarch.h, gdbarch.c: Re-generate.
9365 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
9366 (sparc_gdbarch_init): Set breakpoint_from_pc to
9367 sparc_breakpoint_from_pc.
9368 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
9369 (BREAKPOINT_FROM_PC): Define.
9370 (sparc_breakpoint_from_pc): Declare.
9371 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
9372 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
9373 (BREAKPOINT_FROM_PC): Define.
9374 (BREAKPOINT): Delete macro.
9375 * target.h: Update comment.
9376 * s390-tdep.c (s390_gdbarch_init): Update comments.
9377 * remote.c: Update comments.
9378 * remote-mips.c: Update comments.
9379 * proc-api.c (write_with_trace): Do not check for a breakpoint.
9380 * mem-break.c: Update comment.
9381 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
9382 (ia64_memory_insert_breakpoint): Update.
9383 * config/sparc/tm-sparc.h: Update comment.
9384 * config/pa/tm-hppa64.h: Update comment.
9385 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
9386 (rs6000_breakpoint_from_pc): Update.
9387 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
9388 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
9389 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
9390 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
9391 (mips_breakpoint_from_pc): Update.
9392 (mips_dump_tdep): Update.
9393
9394 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
9395 * minsyms.c (lookup_minimal_symbol): Inline
9396 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
9397
9398 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
9399 * p-valprint.c (pascal_object_print_value_fields): Ditto.
9400 * p-lang.c (pascal_printstr): Ditto.
9401 * objc-lang.c (objc_printstr): Ditto.
9402 * m2-lang.c (m2_printstr): Ditto.
9403 * jv-valprint.c (java_print_value_fields): Ditto.
9404 * f-lang.c (f_printstr): Ditto.
9405 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
9406 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
9407 for repeat_count_threshold.
9408 * Makefile.in (cp-valprint.o): Update dependencies.
9409
9410 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
9411
9412 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
9413 (examine_prologue): Support looking through leaf functions, knowing
9414 they start with mov r2,r12. Support skipping over indirect stores
9415 of the input registers. Upon hitting a non-nop branch instruction
9416 or predicated instruction, bail out by setting lim_pc to the current
9417 pc value in the loop. At the end, if the lim_pc value is still
9418 beyond our calculated value and we have trust_limit set,
9419 use the lim_pc value.
9420
9421 2003-05-15 Andrew Cagney <cagney@redhat.com>
9422
9423 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
9424 generic_find_dummy_frame.
9425 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
9426 (deprecated_generic_find_dummy_frame): Update.
9427 (deprecated_read_register_dummy): Update.
9428 * frame.c (deprecated_generic_get_saved_register): Update.
9429
9430 2003-05-15 Theodore A. Roth <troth@openavr.org>
9431
9432 * avr-tdep.c (avr_breakpoint_from_pc): New function.
9433 (avr_gdbarch_init): Set breakpoint_from_pc method.
9434
9435 2003-05-15 Andrew Cagney <cagney@redhat.com>
9436
9437 * regcache.c (build_regcache): Set deprecated_register_valid
9438 directly.
9439 (deprecated_grub_regcache_for_register_valid): Delete function.
9440 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
9441 declaration.
9442
9443 2003-05-15 David Carlton <carlton@bactrian.org>
9444
9445 Committed by Elena Zannoni <ezannoni@redhat.com>
9446 * symtab.c (lookup_symbol_aux): Delete calls to
9447 lookup_symbol_aux_minsyms.
9448 (lookup_symbol_aux_minsyms): Comment out function and
9449 prototype. Delete lookup by mangled name.
9450
9451 2003-05-14 Kevin Buettner <kevinb@redhat.com>
9452
9453 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
9454 correctly indicate an empty stack and ``stack_allocated'' to the
9455 indicate the number of elements initially allocated.
9456 (dwarf_expr_grow_stack): Simplify method for computing new
9457 stack size. Don't loop infinitely if ``stack_len'' is zero.
9458 (execute_stack_op): Move ``ctx->in_reg'' initialization
9459 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
9460 be used in conjuction with DW_OP_piece. Revise error message
9461 accordingly.
9462
9463 2003-05-14 Theodore A. Roth <troth@openavr.org>
9464
9465 * MAINTAINERS: Update my email address.
9466 * avr-tdep.c: Ditto.
9467
9468 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
9469
9470 * symtab.h (enum domain_enum): Rename from namespace_enum.
9471 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
9472 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
9473 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
9474 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
9475 TYPES_NAMESPACE, METHODS_NAMESPACE.
9476 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
9477 (struct symbol, struct partial_symbol): Rename field
9478 'namespace_enum namespace' to 'domain_enum domain'.
9479 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
9480 Delete old define kludge for namespace.
9481
9482 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
9483 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
9484 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
9485 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
9486 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
9487 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
9488 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
9489 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
9490 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
9491 occurrences of the above.
9492
9493 2003-05-14 Ian Lance Taylor <ian@airs.com>
9494
9495 * Makefile.in (install-only): Use $(SHELL) when running
9496 mkinstalldirs.
9497
9498 2003-05-13 Ian Lance Taylor <ian@airs.com>
9499
9500 * MAINTAINERS (write after approval): Add myself.
9501
9502 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
9503 second and third arguments.
9504 * ser-tcp.c (_initialize_ser_tcp): Likewise.
9505 * ser-unix.c (_initialize_ser_hardwire): Likewise.
9506
9507 2003-05-13 Andrew Cagney <cagney@redhat.com>
9508
9509 * defs.h (store_address): Delete declaration.
9510 findvar.c (store_address): Delete function.
9511 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
9512 store_unsigned_integer.
9513 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
9514 * v850-tdep.c (v850_push_arguments): Ditto.
9515 * sparc-tdep.c (sparc_get_saved_register): Ditto.
9516 * sh-tdep.c (sh64_get_saved_register): Ditto.
9517 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
9518 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
9519 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
9520 (mips_get_saved_register): Ditto.
9521 * ia64-tdep.c (ia64_get_saved_register): Ditto.
9522 (find_func_descr, ia64_push_arguments): Ditto.
9523 * i386-tdep.c (i386_push_arguments): Ditto.
9524 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9525 * frv-tdep.c (frv_push_arguments): Ditto.
9526 * frame.c (legacy_saved_regs_prev_register): Ditto.
9527 (deprecated_generic_get_saved_register): Ditto.
9528 * findvar.c (unsigned_address_to_pointer): Ditto.
9529 * dwarf2read.c (dwarf2_const_value): Ditto.
9530 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
9531 * alpha-tdep.c (alpha_push_arguments): Ditto.
9532
9533 2003-05-12 J. Brobecker <brobecker@gnat.com>
9534
9535 * NEWS: Mention that the hppa-hpux port has been partially
9536 multiarched (32bit ABIT only, so far).
9537
9538 2003-05-11 Andrew Cagney <cagney@redhat.com>
9539
9540 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
9541 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
9542 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
9543 sim/testsuite/sim/arm/misaligned2.ms, and
9544 sim/testsuite/sim/arm/misaligned3.ms.
9545 * disasm.h (struct ui_file): Add opaque struct declaration.
9546 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
9547 * frame.h (struct ui_file): Ditto.
9548
9549 2003-05-11 Mark Kettenis <kettenis@gnu.org>
9550
9551 * value.h: Pretty print.
9552
9553 2003-05-10 Mark Kettenis <kettenis@gnu.org>
9554
9555 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
9556
9557 2003-05-08 Andrew Cagney <cagney@redhat.com>
9558
9559 * regcache.h (max_register_size): Delete declaration.
9560 * regcache.c (max_register_size): Delete function.
9561 (struct regcache_descr): Delete field "max_register_size".
9562 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
9563 registers fit in MAX_REGISTER_SIZE.
9564 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
9565 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
9566 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
9567 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
9568 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
9569 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
9570 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
9571 * dve3900-rom.c, hppa-tdep.c: Ditto.
9572
9573 2003-05-08 David Carlton <carlton@math.stanford.edu>
9574
9575 * valops.c (push_word): Fix typo.
9576
9577 2003-05-08 Andrew Cagney <cagney@redhat.com>
9578
9579 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
9580 * gdbarch.h: Re-generate.
9581 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
9582 (legacy_max_register_raw_size): Delete declaration.
9583 * regcache.c (legacy_max_register_raw_size): Delete function.
9584 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
9585 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
9586 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
9587 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
9588 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
9589 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
9590 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
9591 * findvar.c, dwarf2cfi.c: Ditto.
9592
9593 2003-05-08 Andrew Cagney <cagney@redhat.com>
9594
9595 * mips-tdep.c (read_signed_register): New function, moved to here
9596 from "regcache.c".
9597 (read_signed_register_pid): Ditto.
9598 * regcache.c (read_signed_register_pid): Delete function, moved to
9599 "mips-tdep.c".
9600 (read_signed_register): Ditto.
9601 * regcache.h (read_signed_register): Delete declaration.
9602 (read_signed_register_pid): Delete declaration.
9603
9604 2003-05-08 Andrew Cagney <cagney@redhat.com>
9605
9606 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
9607 * gdbarch.h: Re-generate.
9608 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
9609 (legacy_max_register_virtual_size): Delete declaration.
9610 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
9611 * d10v-tdep.c (d10v_print_registers_info): Ditto.
9612 * tracepoint.c (memrange_sortmerge): Ditto.
9613 * sparc-tdep.c (sparc_print_registers): Ditto.
9614 * regcache.c (legacy_max_register_virtual_size): Delete function.
9615
9616 2002-05-08 J. Brobecker <brobecker@gnat.com>
9617
9618 * fork-child.c (escape_bang_in_quoted_argument): New function.
9619 (fork_inferior): Escape '!' characters in quoted arguments
9620 only when needed.
9621
9622 2003-05-08 J. Brobecker <brobecker@gnat.com>
9623
9624 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
9625 the language of the CU is not currently supported by GDB.
9626
9627 2003-05-08 J. Brobecker <brobecker@gnat.com>
9628
9629 * defs.h (language): Add language_minimal enum value.
9630 * c-lang.c (minimal_language_defn): New language definition.
9631 (_initialize_c_language): Add the new minimal language to the list
9632 of languages known to GDB.
9633
9634 2003-05-08 Kevin Buettner <kevinb@redhat.com>
9635
9636 * frame.c (get_frame_type): Don't attempt to lazily initialize
9637 frame's unwinder for legacy frames.
9638
9639 2003-05-07 Andrew Cagney <cagney@redhat.com>
9640
9641 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
9642 and "regcache" parameters.
9643 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
9644
9645 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9646
9647 * dwarf2read.c (dwarf_decode_lines): Only use output of
9648 check_cu_functions() when calling record_line(). Do not update
9649 the current address.
9650
9651 2003-05-07 Andrew Cagney <cagney@redhat.com>
9652
9653 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
9654 code.
9655
9656 2003-05-07 Jim Blandy <jimb@redhat.com>
9657
9658 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
9659 'maint info symtabs' and 'maint info psymtabs'.
9660 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
9661 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
9662 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
9663 Declarations updated.
9664 * maint.c (maintenance_list_command): Delete.
9665 (_initialize_maint_cmds): Update calls to add_cmd.
9666 * gdbcmd.h (maintenancelistlist): Delete declaration.
9667 * cli/cli-cmds.c (maintenancelistlist): Delete.
9668 (init_cmd_lists): Don't initialize it.
9669 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
9670
9671 2003-05-07 Andrew Cagney <cagney@redhat.com>
9672
9673 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
9674 "regcache".
9675 (d10v_print_registers_info): Update.
9676 (d10v_dmap_register, d10v_imap_register): Delete functions.
9677 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
9678 and "imap_register".
9679 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
9680 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
9681 * arch-utils.c (generic_remote_translate_xfer_address): Add
9682 "regcache" and "gdbarch" parameters.
9683 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
9684 parameter. Change class to multi-arch.
9685 * gdbarch.h, gdbarch.c: Re-generate.
9686 * remote.c (remote_xfer_memory): Use
9687 gdbarch_remote_translate_xfer_address.
9688
9689 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9690
9691 * infrun.c (prev_pc): Move declaration ahead of proceed().
9692 (proceed): Refresh prev_pc value before resuming.
9693 (stop_stepping): Remove code to refresh prev_pc.
9694
9695 2003-05-06 Kris Warkentin <kewarken@qnx.com>
9696
9697 * nto-tdep.c: Removed stray comment.
9698
9699 2003-05-06 Kris Warkentin <kewarken@qnx.com>
9700
9701 * i386-nto-tdep.c: Fix old K&R function definitions.
9702 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
9703 Also change add_show_from_set() call to add_setshow_cmd().
9704 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
9705
9706 2003-05-05 Andrew Cagney <cagney@redhat.com>
9707
9708 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
9709 (fprint_dummy_frames): New function.
9710 (maintenance_print_dummy_frames): New function.
9711 (_initialize_dummy_frame): Add command "maint print dummy-frames".
9712 * frame.c (fprint_frame_id): Make global.
9713 * frame.h (fprint_frame_id): Declare.
9714 * Makefile.in (dummy-frame.o): Update dependencies.
9715
9716 2003-05-05 Andrew Cagney <cagney@redhat.com>
9717
9718 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
9719 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
9720 SIZEOF_CALL_DUMMY_WORDS.
9721 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
9722 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
9723 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
9724 CALL_DUMMY_BREAKPOINT_OFFSET.
9725 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
9726 CALL_DUMMY_START_OFFSET.
9727 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
9728 * gdbarch.h, gdbarch.c: Re-generate.
9729 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
9730 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
9731 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
9732 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
9733 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
9734 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
9735 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
9736 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
9737 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
9738 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
9739 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
9740 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
9741 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
9742 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
9743 * config/sparc/tm-sparc.h: Update.
9744
9745 2003-05-05 Kris Warkentin <kewarken@qnx.com>
9746
9747 * configure.tgt: Add i[3456]86-*-nto*.
9748 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
9749 * nto-tdep.c: New file. Neutrino target support routines.
9750 * nto-tdep.h: New file. Neutrino target header.
9751 * config/tm-qnxnto.h: New file.
9752 * config/i386/i386nto.mt: New file.
9753 * config/i386/tm-i386nto.h: New file.
9754
9755 2003-05-04 Andrew Cagney <cagney@redhat.com>
9756
9757 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
9758 (load_infrun_state): Ditto.
9759 (struct thread_info): Drop "prev_func_name" field.
9760 * thread.c (load_infrun_state): Update.
9761 (save_infrun_state): Update.
9762 * infrun.c (prev_func_name): Delete variable.
9763 (init_wait_for_inferior): Do not clear prev_func_name.
9764 (stop_stepping, keep_going, context_switch): Do not swap
9765 prev_func_name.
9766 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
9767 instead of PC_IN_SIGTRAMP.
9768
9769 2003-05-04 Andrew Cagney <cagney@redhat.com>
9770
9771 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9772 REGISTER_BYTE with register_offset_hack.
9773 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
9774 that REGISTER_BYTE is consistent with the regcache.
9775 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
9776 * gdbarch.h, gdbarch.c: Regenerate.
9777
9778 2003-05-04 Mark Kettenis <kettenis@gnu.org>
9779
9780 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
9781 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
9782
9783 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
9784
9785 2003-05-03 J. Brobecker <brobecker@gnat.com>
9786
9787 From Thierry Schneider <tpschneider1@yahoo.com>
9788 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
9789 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
9790 (mi-cmd-symbol.o): Add rule.
9791
9792 2003-05-03 Andrew Cagney <cagney@redhat.com>
9793
9794 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
9795 comments noteing that it replaces the old FIX_CALL_DUMMY code.
9796 * gdbarch.h, gdbarch.c: Re-generate.
9797 * d10v-tdep.c (d10v_push_dummy_code): New function.
9798 (d10v_gdbarch_init): Set push_dummy_code.
9799 * infcall.c (legacy_push_dummy_code): New function.
9800 (generic_push_dummy_code): New function.
9801 (push_dummy_code): New function.
9802 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
9803 instead of dummy_addr, to push_dummy_call. Move call to
9804 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
9805 switch.
9806 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
9807
9808 2003-05-03 Andrew Cagney <cagney@redhat.com>
9809
9810 * disasm.h (print_insn): Declare.
9811 * disasm.c (init_gdb_disassemble_info): New function.
9812 (gdb_disassembly): Call init_gdb_disassemble_info.
9813 (gdb_print_insn): New function.
9814 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
9815 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
9816 * mcore-tdep.c: Include "disasm.h"
9817 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
9818 * d10v-tdep.c: Include "disasm.h".
9819 (display_trace): Call gdb_print_insn, instead of print_insn.
9820 (print_insn): Delete function.
9821 * printcmd.c: Include "disasm.h".
9822 (print_insn): Delete function.
9823 (print_formatted): Call gdb_print_insn, instead of print_insn.
9824 * Makefile.in (printcmd.o): Update dependencies.
9825 (mcore-tdep.o, d10v-tdep.o): Ditto.
9826
9827 2003-05-02 Andrew Cagney <cagney@redhat.com>
9828
9829 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
9830 PC_REGNUM, re-indent.
9831 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
9832 PC_REGNUM isn't set.
9833
9834 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
9835 * gdbarch.h, gdbarch.c: Re-generate.
9836 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
9837 register_virtual_size, pc_regnum, or register_bytes.
9838 (D10V_PC_REGNUM): Rename _PC_REGNUM.
9839 (d10v_register_type): Use D10V_PC_REGNUM.
9840 (d10v_print_registers_info, d10v_read_pc): Ditto.
9841 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
9842 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
9843
9844 2003-05-02 David Carlton <carlton@bactrian.org>
9845
9846 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
9847 the name with mstrsave.
9848
9849 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9850
9851 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
9852 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
9853 (host_charset_name, target_charset_name): New vars for use by
9854 set/show commands.
9855 (host_charset_enum, target_charset_enum): New enums for set/show
9856 commands.
9857 (set_charset_sfunc, set_host_charset_sfunc,
9858 set_target_charset_sfunc): New functions.
9859 (set_host_charset, set_target_charset): Make static.
9860 (list_charsets, set_host_charset_command,
9861 set_target_charset_command): Delete functions.
9862 (show_charset_command): Rewrite as....
9863 (show_charset): Hook this up with the set/show command mechanism.
9864 (_initialize_charset): Change names of charsets to match the
9865 set/show enums. Use host_charset_name and target_charset_name.
9866 Use set/show mechanism for charset, host-charset, target-charset
9867 commands. Do not make 'show host-charset' and 'show
9868 target-charset' be aliases of 'show charset'.
9869
9870 * charset.h (set_host_charset, set_target_charset): Don't export,
9871 they are not used outside the file.
9872
9873 2003-05-01 Andrew Cagney <cagney@redhat.com>
9874
9875 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
9876 (gdb_disassembly): Make "di" non static, always initialize and
9877 cleanup. Always use dis_asm_read_memory.
9878 (gdb_dis_asm_read_memory): Delete function.
9879
9880 2003-05-01 Andrew Cagney <cagney@redhat.com>
9881
9882 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
9883 (d10v_gdbarch_init): Set frame_align instead of stack_align.
9884
9885 2003-04-30 Andrew Cagney <cagney@redhat.com>
9886
9887 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
9888 "tm_print_insn_info".
9889 (TARGET_PRINT_INSN_INFO): Delete macro.
9890 (dis_asm_read_memory): Delete function declaration.
9891 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9892 (tm_print_insn_info): Delete variable definition.
9893 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
9894 * gdbarch.h, gdbarch.c: Re-generate.
9895 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
9896 "deprecated_tm_print_insn_info".
9897 * mcore-tdep.c (mcore_dump_insn): Ditto.
9898 * mips-tdep.c (mips_gdbarch_init): Ditto.
9899 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
9900 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
9901 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
9902 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
9903 instead of TARGET_PRINT_INSN_INFO, add comment.
9904 * s390-tdep.c (s390_get_frame_info): Instead of
9905 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
9906 (s390_check_function_end, s390_is_sigreturn): Ditto.
9907 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
9908 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9909 * disasm.c: Include "gdbcore.h".
9910 (_initialize_disasm): New function, initialize
9911 "deprecated_tm_print_insn_info".
9912 (deprecated_tm_print_insn_info): New variable.
9913 (dis_asm_read_memory): Moved from "corefile.c", made static.
9914 (dis_asm_print_address, dis_asm_memory_error): Ditto.
9915 * Makefile.in (disasm.o): Update dependencies.
9916
9917 2003-04-30 Andrew Cagney <cagney@redhat.com>
9918
9919 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
9920
9921 2003-04-29 Adam Fedor <fedor@gnu.org>
9922
9923 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
9924 * infcall.c (find_function_addr): Make non-static.
9925 * infcall.h (find_function_addr): Declare.
9926 * Makefile.in (eval.o): Update dependencies.
9927
9928 2003-04-28 Adam Fedor <fedor@gnu.org>
9929
9930 * symtab.c (symbol_find_demangled_name): Check for and demangle
9931 ObjC symbols.
9932 (symbol_init_demangled_name): Init for language_objc as well.
9933
9934 2003-04-28 Andrew Cagney <cagney@redhat.com>
9935
9936 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
9937 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
9938 * gdbarch.h, gdbarch.c: Re-generate.
9939 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
9940 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
9941 * inferior.h (deprecated_read_fp): Rename read_fp.
9942 (generic_target_read_fp): Delete declaration.
9943 * regcache.c (generic_target_read_fp): Delete function.
9944 (deprecated_read_fp): Replace read_fp, use
9945 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
9946 * d10v-tdep.c (d10v_read_fp): Delete function.
9947 (d10v_gdbarch_init): Do not set deprecated_read_fp.
9948
9949 * sparc-tdep.c (sparc_gdbarch_init): Do not set
9950 deprecated_target_read_fp to generic_target_read_fp.
9951 * sh-tdep.c (sh_gdbarch_init): Ditto.
9952 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9953 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9954 * frv-tdep.c (frv_gdbarch_init): Ditto.
9955
9956 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9957 deprecated_fp_regnum.
9958 * x86-64-tdep.c (x86_64_init_abi): Ditto.
9959 * vax-tdep.c (vax_gdbarch_init): Ditto.
9960 * v850-tdep.c (v850_gdbarch_init): Ditto.
9961 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9962 * sh-tdep.c (sh_gdbarch_init): Ditto.
9963 * s390-tdep.c (s390_gdbarch_init): Ditto.
9964 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9965 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9966 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9967 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9968 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9969 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9970 * i386-tdep.c (i386_gdbarch_init): Ditto.
9971 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9972 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9973 * frv-tdep.c (frv_gdbarch_init): Ditto.
9974 * cris-tdep.c (cris_gdbarch_init): Ditto.
9975 * avr-tdep.c (avr_gdbarch_init): Ditto.
9976 * arm-tdep.c (arm_gdbarch_init): Ditto.
9977 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9978
9979 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9980 * v850-tdep.c (v850_gdbarch_init): Ditto.
9981 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9982 * sh-tdep.c (sh_gdbarch_init): Ditto.
9983 * s390-tdep.c (s390_gdbarch_init): Ditto.
9984 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9985 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9986 * mips-tdep.c (mips_gdbarch_init): Ditto.
9987 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9988 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9989 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9990 * frv-tdep.c (frv_gdbarch_init): Ditto.
9991 * avr-tdep.c (avr_gdbarch_init): Ditto.
9992 * arm-tdep.c (arm_gdbarch_init): Ditto.
9993
9994 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
9995 DEPRECATED_FP_REGNUM.
9996 (vax_push_dummy_frame, vax_pop_frame): Ditto.
9997 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
9998 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9999 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
10000 (sparc32_register_virtual_type): Ditto.
10001 * sh-tdep.c (sh64_frame_chain): Ditto.
10002 (sh64_get_saved_register, sh64_pop_frame): Ditto.
10003 (sh_nofp_frame_init_saved_regs): Ditto.
10004 (sh64_nofp_frame_init_saved_regs): Ditto.
10005 (sh_fp_frame_init_saved_regs): Ditto.
10006 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
10007 * remote-e7000.c (fetch_regs_from_dump): Ditto.
10008 * procfs.c (procfs_fetch_registers): Ditto.
10009 (procfs_store_registers): Ditto.
10010 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
10011 (store_inferior_registers, fetch_core_registers): Ditto.
10012 (fetch_kcore_registers, clear_regs): Ditto.
10013 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
10014 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
10015 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
10016 * nlm/i386.c (do_status): Ditto.
10017 * mipsv4-nat.c (supply_gregset): Ditto.
10018 * mips-tdep.c: Ditto for comments.
10019 * mips-nat.c (fetch_inferior_registers): Ditto.
10020 (store_inferior_registers, fetch_core_registers): Ditto.
10021 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
10022 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
10023 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
10024 (i386_do_pop_frame, i386_register_type): Ditto.
10025 * hppa-tdep.c (hppa_frame_chain): Ditto.
10026 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
10027 (hppa_pop_frame, hppa_read_fp): Ditto.
10028 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
10029 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
10030 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
10031 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
10032 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
10033 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
10034 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
10035 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
10036 * blockframe.c: Ditto for comments.
10037 * arch-utils.h: Ditto for comments.
10038 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
10039 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
10040 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
10041 * alpha-tdep.h: Ditto for comments.
10042 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
10043 (alpha_cannot_store_register): Ditto.
10044 (alpha_push_dummy_frame): Ditto.
10045 * alpha-nat.c (supply_gregset): Ditto.
10046
10047 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
10048 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
10049 * config/sparc/tm-sparc.h: Update comment.
10050
10051 * hppa-tdep.c (hppa_init_extra_frame_info): Use
10052 deprecated_read_fp instead of TARGET_READ_FP.
10053 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
10054 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
10055 * sparc-tdep.c (sparc_init_extra_frame_info): Use
10056 deprecated_read_fp instead of read_fp.
10057 * s390-tdep.c (s390_push_arguments): Ditto.
10058 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10059 * frame.h: Ditto in comments.
10060 * frame.c (legacy_get_prev_frame): Ditto.
10061 * dummy-frame.c (dummy_frame_this_id): Ditto.
10062 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
10063
10064 2003-04-28 Andrew Cagney <cagney@redhat.com>
10065
10066 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
10067 * gdbarch.h, gdbarch.c: Re-generate.
10068 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
10069 * vax-tdep.c (_initialize_vax_tdep): Update.
10070 * v850-tdep.c (_initialize_v850_tdep): Update.
10071 * sparc-tdep.c (_initialize_sparc_tdep): Update.
10072 * s390-tdep.c (_initialize_s390_tdep): Update.
10073 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
10074 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
10075 * mips-tdep.c (_initialize_mips_tdep): Update.
10076 * mcore-tdep.c (_initialize_mcore_tdep): Update.
10077 * m68k-tdep.c (_initialize_m68k_tdep): Update.
10078 * ia64-tdep.c (_initialize_ia64_tdep): Update.
10079 * hppa-tdep.c (_initialize_hppa_tdep): Update.
10080 * h8300-tdep.c (_initialize_h8300_tdep): Update.
10081 * frv-tdep.c (_initialize_frv_tdep): Update.
10082 * cris-tdep.c (cris_delayed_get_disassembler): Update.
10083 (_initialize_cris_tdep): Update.
10084 * arch-utils.c (legacy_print_insn): Update.
10085 * alpha-tdep.c (_initialize_alpha_tdep): Update.
10086
10087 2003-04-26 Adam Fedor <fedor@gnu.org>
10088
10089 * linespec.c (decode_objc): New function to decode ObjC calls
10090 (decode_line_1): Check for ObjC calls (using decode_objc)
10091 * Makefile (linespec.o): Update dependencies.
10092
10093 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
10094
10095 * breakpoint.h (struct breakpoint_ops): New.
10096 (struct breakpoint): Add ops member.
10097
10098 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
10099 (mention): Use new breakpoint ops member.
10100 (set_raw_breakpoint): Initialize ops field to NULL.
10101 (print_exception_catchpoint, print_one_exception_catchpoint)
10102 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
10103 (gnu_v3_exception_catchpoint_ops): New.
10104 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
10105
10106 2003-04-25 Adam Fedor <fedor@gnu.org>
10107
10108 * Makefile.in (COMMON_OBS): Add objc-lang.o
10109
10110 2003-04-25 Andrew Cagney <cagney@redhat.com>
10111
10112 * d10v-tdep.c (print_insn): Delete function.
10113 (display_trace): Use TARGET_PRINT_INSN.
10114 (_initialize_d10v_tdep): Do not set tm_print_insn.
10115 (d10v_gdbarch_init): Set print_insn.
10116
10117 2003-04-25 Andrew Cagney <cagney@redhat.com>
10118
10119 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
10120 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
10121 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
10122 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
10123 (nr_dmap_regs, a0_regnum): ... new functions.
10124 (d10v_print_registers_info): Use a0_regnum, use register_size.
10125 (d10v_register_byte): Delete function.
10126 (d10v_register_raw_size): Delete function.
10127 (d10v_register_type): Use a0_regnum.
10128 (d10v_print_registers_info): Use a0_regnum.
10129 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
10130 (d10v_gdbarch_init): Do not set register_byte or
10131 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
10132 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
10133 extract_address.
10134 (trace_command): Use XCALLOC.
10135 (print_insn): Delete reference to tm_print_insn.
10136 (saved_regs_unwinder): Use store_unsigned_integer instead of
10137 store_address.
10138 * frame.h (FRAME_OBSTACK_CALLOC): Define
10139
10140 2003-04-25 David Carlton <carlton@bactrian.org>
10141
10142 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
10143
10144 2003-04-24 Adam Fedor <fedor@gnu.org>
10145
10146 * objc-lang.c: Include "valprint.h"
10147 * Makefile.in (objc-lang.o): Update dependencies.
10148
10149 2003-04-24 Adam Fedor <fedor@gnu.org>
10150
10151 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
10152 architecture dependant compilation and mark as unimplemented
10153 (until they get put in the gdbarch vector).
10154
10155 2003-04-23 David Carlton <carlton@bactrian.org>
10156
10157 * cp-support.c (cp_find_first_component): Accept 'operator' in
10158 more locations.
10159
10160 2003-04-23 Andrew Cagney <cagney@redhat.com>
10161
10162 * infcall.c (call_function_by_hand): Eliminate redundant
10163 indentation. Move "saved_async" and "old_cleanups" to where they
10164 are needed.
10165
10166 2003-04-23 Andrew Cagney <cagney@redhat.com>
10167
10168 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
10169 and "buffer". Move the "name" code to where it is needed.
10170
10171 2003-04-23 Andrew Cagney <cagney@redhat.com>
10172
10173 * infcall.c (call_function_by_hand): Move variables "start_sp",
10174 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
10175 code to ON_STACK switch branch.
10176
10177 2003-04-23 Andrew Cagney <cagney@redhat.com>
10178
10179 * infcall.c (call_function_by_hand): Make declaration of "i",
10180 "sal", "bpt" and "old_sp" more local to their use. Delete #if
10181 lint.
10182
10183 2003-04-23 Andrew Cagney <cagney@redhat.com>
10184
10185 * infcall.c (call_function_by_hand): Delete variable
10186 "n_method_args". Localize "param_type"'s declaration to the loop
10187 that it is used. Reinstate code assigning to said variable -
10188 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
10189 Rationalize code using "param_type".
10190
10191 2003-04-22 Andrew Cagney <cagney@redhat.com>
10192
10193 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
10194 compute the breakpoint address. Only call FIX_CALL_DUMMY when
10195 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
10196 to DEPRECATED_PUSH_RETURN_ADDRESS.
10197
10198 2003-04-22 Kevin Buettner <kevinb@redhat.com>
10199
10200 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
10201 on the DWARF2 register number prior to fetching a register.
10202
10203 2003-04-22 J. Brobecker <brobecker@gnat.com>
10204
10205 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
10206 Update all the tests using SOFT_FLOAT considering the fact that
10207 this macro was always set to 0.
10208 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
10209 considering the fact that this macro was always set to 0.
10210 * hppa-tdep.h (hppa_store_return_value): Likewise.
10211 (hppa_extract_return_value): Likewise.
10212
10213 2003-04-22 J. Brobecker <brobecker@gnat.com>
10214
10215 * config/pa/tm-hppa.h: Remove obsolete code, was used by
10216 the hppa-pro target only.
10217
10218 2003-04-21 J. Brobecker <brobecker@gnat.com>
10219
10220 Ongoing multi-arch conversion effort for HP/UX:
10221 * config/pa/tm-hppa.h: Move all macro that are no longer
10222 defined now that GDB_MULTI_ARCH is now set to 1 from here...
10223 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
10224
10225 2003-04-21 J. Brobecker <brobecker@gnat.com>
10226
10227 * config/pa/tm-hppa.h: Obsolete a section that was only used
10228 for hppa-pro.
10229
10230 2003-04-21 J. Brobecker <brobecker@gnat.com>
10231
10232 Ongoing multi-arch conversion for HP/UX.
10233 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
10234 if already defined (allows hppa64 to stay non-multiarched for now).
10235 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
10236
10237 2003-04-21 Andrew Cagney <cagney@redhat.com>
10238
10239 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
10240
10241 2003-04-21 Andrew Cagney <cagney@redhat.com>
10242
10243 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
10244 "i386_num_mmx_regs".
10245
10246 2003-04-21 Andrew Cagney <cagney@redhat.com>
10247
10248 * infcall.c: New file.
10249 * infcall.h: New file.
10250 * valarith.c: Include "infcall.h".
10251 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
10252 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
10253 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
10254 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
10255 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
10256 (SFILES): Add "infcall.c"
10257 (COMMON_OBS): Add "infcall.o".
10258 (infcall.o): Specify dependencies.
10259 * value.h (call_function_by_hand): Delete declaration.
10260 * inferior.h (run_stack_dummy): Delete declaration.
10261 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
10262 (run_stack_dummy): Move to "infcall.c", merged into
10263 call_function_by_hand.
10264 * valops.c (call_function_by_hand): Moved to "infcall.c".
10265 (find_function_addr, value_arg_coerce): Ditto.
10266 (unwindonsignal_p, coerce_float_to_double): Ditto.
10267 (_initialize_valops): Move "set/show coerce-float-to-double", and
10268 "set/show unwindonsignal" commands to "infcall.c".
10269 * v850-tdep.c, target.h: Update comments.
10270 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
10271 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
10272 (sh64_init_extra_frame_info): Update comments.
10273 * mn10300-tdep.c: Update comments.
10274 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
10275 * config/sparc/tm-sparc.h: Update comments.
10276 * breakpoint.h: Update comments.
10277 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
10278 * arm-tdep.c: Update comment.
10279
10280 2003-04-19 Mark Kettenis <kettenis@gnu.org>
10281
10282 * i386-tdep.c (i386_num_register_names): New variable.
10283 (i386_num_mmx_regs): Renamed from mmx_num_regs.
10284 (MM0_REGNUM): Remove redundant parentheses in define.
10285 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
10286 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
10287 i386_mxcsr_regnum_p): Remove redundant parentheses.
10288 (i386_register_name): Use i386_num_register_names.
10289
10290 * i386-tdep.c (i386_extract_return_value,
10291 i386_store_return_value): Correct check for availability of
10292 floating-point registers.
10293
10294 * i386-tdep.c (i386_frame_num_args): Remove function.
10295 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
10296
10297 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
10298 mmx_regnum_to_fp_regnum. Adjust all callers.
10299
10300 * i386-tdep.c (i386_get_longjmp_target): Use
10301 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
10302 and TARGET_CHAR_BIT. Use extract_typed_address instead of
10303 extract_address.
10304
10305 2003-04-19 Mark Kettenis <kettenis@gnu.org>
10306
10307 * core-regset.c: Update comments to reflect reality. Re-order
10308 includes.
10309 (fetch_core_registers): Use switch instead of if. Remove
10310 redundant prototype.
10311
10312 2003-04-18 Jim Blandy <jimb@redhat.com>
10313
10314 * s390-tdep.c (s390_frame_align): New function.
10315 (s390_gdbarch_init): Register it with the gdbarch object.
10316
10317 2003-04-17 Richard Henderson <rth@redhat.com>
10318
10319 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
10320
10321 2003-04-17 Michael Snyder <msnyder@redhat.com>
10322 Karen Bennet <bennet@redhat.com>
10323
10324 Committed by Elena Zannoni <ezannoni@redhat.com>
10325 * gdb_gcore.sh: New script to create a core dump of a process.
10326
10327 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
10328
10329 * values.c (value_being_returned): Don't fetch the return
10330 value if the return type is void.
10331
10332 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
10333
10334 * thread-db.c: Reindented.
10335
10336 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
10337
10338 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
10339 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
10340 as types.
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366 2003-04-16 Kevin Buettner <kevinb@redhat.com>
10367
10368 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
10369 the size of ``long double'' to 16, instead of 8.
10370
10371 2003-04-16 Mark Kettenis <kettenis@gnu.org>
10372
10373 * i386-linux-nat.c: Add some whitespace to make things more
10374 readable.
10375 (fetch_register, store_register, fetch_inferior_registers,
10376 store_inferior_registers): Get rid of assignment in if-statement.
10377 (store_register): Fix typo in error message.
10378
10379 2003-04-16 Andrew Cagney <cagney@redhat.com>
10380
10381 * utils.c (xmmalloc): Always allocate something, matches
10382 libiberty/xmalloc's semantics.
10383 (xmrealloc, xmcalloc): Ditto.
10384
10385 2003-04-16 Andrew Cagney <cagney@redhat.com>
10386
10387 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
10388 update comments.
10389 (get_frame_type): Initialize unwind and type when needed.
10390 (get_frame_id, frame_register_unwind): Ditto.
10391
10392 2003-04-16 Andrew Cagney <cagney@redhat.com>
10393
10394 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
10395 obsolete.
10396 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
10397 * sparcl-stub.c: Obsolete file.
10398 * config/sparc/tm-sparclet.h: Obsolete file.
10399 * sparclet-stub.c: Obsolete file.
10400 * sparclet-rom.c: Obsolete file.
10401 * sparcl-tdep.c: Obsolete file.
10402 * config/sparc/tm-sparclite.h: Obsolete file.
10403 * config/sparc/sparclite.mt: Obsolete file.
10404 * config/sparc/sparclet.mt: Obsolete file.
10405 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
10406 sparc86x-*-* obsolete.
10407
10408 2003-04-15 David Carlton <carlton@math.stanford.edu>
10409
10410 * Makefile.in (SFILES): Add cp-namespace.c.
10411 (COMMON_OBS): Add cp-namespace.o.
10412 (block.o): Depend on gdb_obstack_h and cp_support_h.
10413 (buildsym.o): Depend on cp_support_h.
10414 (cp-namespace.o): New.
10415 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
10416 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
10417 (dwarf2read.o): Depend on cp_support_h.
10418 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
10419 * dwarf2read.c (process_die): Set processing_has_namespace_info,
10420 processing_current_namespace.
10421 (read_namespace): Update processing_current_namespace; check for
10422 anonymous namespaces.
10423 (dwarf2_name): New function.
10424 (dwarf2_extension): Ditto.
10425 * cp-support.h: Update copyright, contributors.
10426 Add inclusion guards.
10427 Add opaque declaration for structs obstack, block, symbol.
10428 (struct using_direct): New struct.
10429 Add declarations for cp_find_first_component,
10430 cp_entire_prefix_len, processing_has_namespace_info,
10431 processing_current_namespace, cp_is_anonymous,
10432 cp_add_using_directive, cp_initialize_namespace,
10433 cp_finalize_namespace, cp_set_block_scope,
10434 cp_scan_for_anonymous_namespaces.
10435 * cp-namespace.c: New file.
10436 * cp-support.c: Update copyright.
10437 Include ctype.h, gdb_assert.h, gdbcmd.h.
10438 New variable maint_cplus_cmd_list.
10439 (cp_find_first_component): New function.
10440 (cp_entire_prefix_len, maint_cplus_command)
10441 (first_component_command, _initialize_cp_support): Ditto.
10442 * buildsym.c: Include cp-support.h.
10443 New variable using_list.
10444 (add_symbol_to_list): Check for anonymous namespaces.
10445 (finish_block): Set block's scope.
10446 (start_symtab): Initialize C++ namespace support.
10447 (end_symtab): Finalize C++ namespace support.
10448 * block.h: Add opaque declarations for structs
10449 block_namespace_info, using_direct, and obstack.
10450 Add declarations for block_set_scope and block_set_using.
10451 (struct block): Add 'language_specific' member.
10452 (BLOCK_NAMESPACE): New macro.
10453 * block.c: Include gdb_obstack.h and cp-support.h.
10454 (struct block_namespace_info): New struct.
10455 (block_set_scope): New function.
10456 (block_set_using, block_initialize_namespace): Ditto.
10457
10458 2003-04-14 Kevin Buettner <kevinb@redhat.com>
10459
10460 * solib-svr4.c (svr4_have_link_map_offsets): New function.
10461 (locate_base): Return early if there aren't any link map offsets.
10462 (svr4_solib_create_inferior_hook): Warn if shared library support
10463 is unavailable.
10464
10465 2003-04-14 David Carlton <carlton@math.stanford.edu>
10466
10467 * symtab.c (symbol_set_names): Add prefix when storing Java names
10468 in hash table. Fix for PR java/1039.
10469
10470 2003-04-14 David Carlton <carlton@math.stanford.edu>
10471
10472 * symtab.c (symbol_set_names): Rename 'name' arg to
10473 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
10474 * symtab.h: Change 'name' argument in declaration of
10475 symbol_set_names to 'linkage_name'.
10476 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
10477
10478 2003-04-14 Andrew Cagney <cagney@redhat.com>
10479
10480 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
10481 return the fully sign-extended register value.
10482 (get_frame_pointer): Ditto.
10483 (mips_pop_frame): Initialize "proc_desc" after checking for a
10484 dummy frame.
10485
10486 2003-04-14 Andrew Cagney <cagney@redhat.com>
10487
10488 * mips-tdep.c (mips_push_dummy_frame): Delete function.
10489 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
10490 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
10491 (mips_push_register): Delete function.
10492 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
10493 PUSH_FP_REGNUM.
10494
10495 2003-04-14 Jim Blandy <jimb@redhat.com>
10496
10497 * symmisc.c: #include "gdb_regex.h".
10498 (maintenance_list_symtabs, maintenance_list_psymtabs): New
10499 functions.
10500 * maint.c (maintenance_list_command): New function.
10501 (_initialize_maint_cmds): Register the above as commands.
10502 * symtab.h (maintenance_list_symtabs,
10503 maintenance_list_psymtabs): New declarations.
10504 * cli/cli-cmds.c (maintenancelistlist): New variable.
10505 (init_cmd_lists): Initialize it.
10506 * cli/cli-cmds.h (maintenancelistlist): New declaration.
10507 * gdbcmd.h (maintenancelistlist): New declaration.
10508 * Makefile.in (symmisc.o): Update dependencies.
10509
10510 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
10511
10512 * s390-nat.c: Include asm/types.h for addr_t.
10513
10514 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
10515
10516 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
10517 actually incoming type.
10518
10519 2003-04-13 Andrew Cagney <cagney@redhat.com>
10520
10521 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
10522 get_next_frame and get_frame_saved_regs.
10523
10524 2003-04-13 Andrew Cagney <cagney@redhat.com>
10525
10526 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
10527 of gdbarch_num_regs.
10528
10529 2003-04-13 Andrew Cagney <cagney@redhat.com>
10530
10531 * frame.h: Mention what replaced what in "struct frame_info".
10532 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
10533 deprecated_update_frame_base_hack and
10534 deprecated_update_frame_pc_hack.
10535 * hppa-tdep.c: Ditto.
10536
10537 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10538
10539 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
10540 to read_reg and update its comment. Remove regnum member.
10541 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
10542 Don't call read_reg when setting in_reg. Call read_reg to get
10543 the frame base if it's in a register. Return the register number
10544 on the stack instead of in the context. Remove extra arguments
10545 to read_reg.
10546 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
10547 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
10548 the register number on the expression stack.
10549 (needs_frame_read_reg): Remove extra arguments.
10550
10551 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10552
10553 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
10554 made non-static.
10555 (execute_stack_op): All callers updated.
10556 * dwarf2expr.h: Add prototype for dwarf2_read_address.
10557 * dwarf2loc.c (find_location_expression): New function.
10558 (dwarf_expr_frame_base): Call it.
10559 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
10560 (dwarf2_tracepoint_var_ref): New function, broken out from
10561 locexpr_tracepoint_var_ref.
10562 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
10563 Make static.
10564 (loclist_read_variable, loclist_read_needs_frame): New functions.
10565 (loclist_describe_location, loclist_tracepoint_var_ref): New
10566 functions.
10567 (dwarf2_loclist_funcs): New struct location_funcs.
10568 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
10569 (struct dwarf2_locexpr_baton): Add comments.
10570 (dwarf2_loclist_funcs): New extern.
10571 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
10572 base_address and base_known.
10573 (dwarf_loc_buffer): New variable.
10574 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
10575 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
10576 (dwarf2_has_info): Initialize dwarf_loc_offset.
10577 (dwarf2_build_psymtabs): Read in .debug_loc.
10578 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
10579 DWARF_LOC_SIZE.
10580 (psymtab_to_symtab_1): Likewise. Move base address calculation
10581 here, from...
10582 (dwarf2_get_pc_bounds): ... here. Use the base address from
10583 cu_header.
10584 (dwarf2_symbol_mark_computed): Handle location lists.
10585
10586 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10587
10588 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
10589 if the linkage name demangled successfully.
10590
10591 2003-04-13 Mark Kettenis <kettenis@gnu.org>
10592
10593 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
10594 disassmbly_flavour): Removed.
10595
10596 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
10597
10598 2003-04-13 Mark Kettenis <kettenis@gnu.org>
10599
10600 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
10601
10602 2003-04-12 Andrew Cagney <cagney@redhat.com>
10603
10604 * frame.h (struct frame_info): Move definition from here ...
10605 * frame.c (struct frame_info): ... to here.
10606
10607 2003-04-12 Andrew Cagney <cagney@redhat.com>
10608
10609 * gdbthread.h (save_infrun_state): Delete parameter
10610 "prev_func_start".
10611 (struct thread_info): Delete field "prev_func_start".
10612 (load_infrun_state): Ditto.
10613 * thread.c (load_infrun_state, save_infrun_state): Update.
10614 * infrun.c (prev_func_start): Delete variable.
10615 (context_switch, init_wait_for_inferior): Update.
10616 (stop_stepping, keep_going): Update.
10617
10618 2003-04-12 Andrew Cagney <cagney@redhat.com>
10619
10620 * gdbarch.sh: Add missing opaque declarations.
10621 * gdbarch.h: Regnerate.
10622 * symtab.h: Add missing opaque declarations.
10623 * value.h, target.h, symfile.h, stabsread.h: Ditto.
10624 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
10625 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
10626 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
10627 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
10628 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
10629 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
10630 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
10631 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
10632 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
10633 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
10634 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
10635 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
10636
10637 2003-04-11 Andrew Cagney <cagney@redhat.com>
10638
10639 * frame.c (get_frame_id): Return this frame's "id".
10640 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
10641 function start.
10642 (legacy_saved_regs_this_id): Replace function body with
10643 internal-error.
10644 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
10645 FRAME_OBSTACK_ZALLOC.
10646 (create_new_frame): Mark the frame ID as valid.
10647
10648 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
10649
10650 * Makefile.in (libbfd_h): Added missing setting.
10651 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
10652 according to the selected ABI.
10653
10654 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
10655
10656 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
10657
10658 2003-04-11 Andrew Cagney <cagney@redhat.com>
10659
10660 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
10661 SAVED_PC_AFTER_CALL.
10662 * gdbarch.h, gdbarch.c: Regenerate.
10663 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10664 * x86-64-tdep.c (x86_64_init_abi): Update.
10665 * vax-tdep.c (vax_gdbarch_init): Update.
10666 * v850-tdep.c (v850_gdbarch_init): Update.
10667 * sparc-tdep.c (sparc_gdbarch_init): Update.
10668 * sh-tdep.c (sh_gdbarch_init): Update.
10669 * s390-tdep.c (s390_gdbarch_init): Update.
10670 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10671 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10672 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10673 * mips-tdep.c (mips_gdbarch_init): Update.
10674 * mcore-tdep.c (mcore_gdbarch_init): Update.
10675 * m68k-tdep.c (m68k_gdbarch_init): Update.
10676 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10677 * ia64-tdep.c (ia64_gdbarch_init): Update.
10678 (ia64_saved_pc_after_call): Update declaration.
10679 * i386ly-tdep.c (i386lynx_init_abi): Update.
10680 * i386-tdep.c (i386_gdbarch_init): Update.
10681 * hppa-tdep.c (hppa_gdbarch_init): Update.
10682 * h8300-tdep.c (h8300_gdbarch_init): Update.
10683 * frv-tdep.c (frv_gdbarch_init): Update.
10684 * cris-tdep.c (cris_gdbarch_init): Update.
10685 * avr-tdep.c (avr_gdbarch_init): Update.
10686 * arm-tdep.c (arm_gdbarch_init): Update.
10687 * alpha-tdep.c (alpha_gdbarch_init): Update.
10688 * ns32knbsd-nat.c (frame_num_args): Update.
10689 * ns32k-tdep.c (umax_frame_num_args): Update.
10690 * mips-tdep.c (mips_init_frame_pc_first): Update.
10691 * infrun.c (step_over_function): Update.
10692 * i386-linux-tdep.c (skip_hurd_resolver): Update.
10693 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
10694 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10695 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10696 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10697 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10698 * arm-linux-tdep.c (skip_hurd_resolver): Update.
10699 * arch-utils.c (init_frame_pc_default): Update.
10700 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10701 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
10702 declaration.
10703
10704 2003-04-11 Andrew Cagney <cagney@redhat.com>
10705
10706 * i387-tdep.c: Update copyright.
10707 (i387_to_double): Delete function.
10708 (double_to_i387): Delete function.
10709
10710 2003-04-10 Andrew Cagney <cagney@redhat.com>
10711
10712 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
10713 frame's function's address. Simplify.
10714 (d10v_frame_unwind_cache): Check that the frame's function is
10715 non-zero.
10716
10717 2003-04-10 Jim Blandy <jimb@redhat.com>
10718
10719 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
10720 call to set_gdbarch_deprecated_push_arguments.
10721
10722 2003-04-10 Andrew Cagney <cagney@redhat.com>
10723
10724 * frame.c (fprint_frame_id): New function.
10725 (fprint_frame_type, fprint_frame): New function.
10726 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
10727 (create_sentinel_frame, get_frame_id): Ditto.
10728 (frame_id_p, frame_id_eq): Ditto.
10729 (frame_id_inner, create_new_frame): Ditto.
10730 (legacy_get_prev_frame, get_prev_frame): Ditto.
10731 (deprecated_update_frame_pc_hack): Ditto.
10732 (frame_register_unwind): Ditto.
10733 (deprecated_update_frame_base_hack): Ditto.
10734
10735 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
10736
10737 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
10738 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
10739 frame_chain function.
10740 * Makefile.in: Add dependencies due to above change.
10741
10742 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
10743
10744 * blockframe.c (legacy_frame_chain_valid): Move call to
10745 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
10746 inside_entry_file.
10747
10748 2003-04-09 Andrew Cagney <cagney@redhat.com>
10749
10750 * frame.h (struct frame_id): Replace "pc" and "base" with
10751 "stack_addr" and "code_addr". Update comments.
10752 (frame_id_build): Update parameter names and comment.
10753 (struct frame_info): Replace "id_p" and "id" with "this_id".
10754 * dummy-frame.c (dummy_frame_this_id): Update.
10755 * breakpoint.c (print_one_breakpoint): Update.
10756 * frame.c (get_frame_id): Update.
10757 (get_frame_base, frame_id_build): Update.
10758 (create_sentinel_frame, legacy_get_prev_frame): Update.
10759 (deprecated_update_frame_base_hack): Update.
10760 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
10761 (frame_id_inner): Ditto.
10762
10763 2003-04-09 Andrew Cagney <cagney@redhat.com>
10764
10765 * defs.h (gdb_print_host_address): Make "addr" parameter a
10766 pointer constant.
10767 * utils.c (gdb_print_host_address): Update.
10768
10769 2003-04-09 Kevin Buettner <kevinb@redhat.com>
10770
10771 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
10772 register number for R0 is 0.
10773
10774 2003-04-09 J. Brobecker <brobecker@gnat.com>
10775
10776 * frame.h (struct gdbarch): Add opaque structure definition
10777 to avoid a compilation warning on LynxOS 4.0.
10778
10779 2003-04-09 Andrew Cagney <cagney@redhat.com>
10780
10781 * frame.h (struct frame_info): Delete field "pc". Replace
10782 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
10783 structure.
10784 * frame.c (frame_pc_unwind): Update.
10785 (create_sentinel_frame): Do not set "pc".
10786 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
10787 (get_frame_pc): Call frame_pc_unwind.
10788 (deprecated_update_frame_pc_hack): Update.
10789 (create_new_frame): Use "pc" not "->pc".
10790
10791 2003-04-09 Andrew Cagney <cagney@redhat.com>
10792
10793 * frame.c (get_frame_id): Eliminate code updating "frame".
10794 (legacy_get_prev_frame): Ditto.
10795 (get_frame_base): Return id.base directly.
10796 (deprecated_update_frame_base_hack): Update "id.base".
10797 * frame.h (struct frame_info): Delete field "frame".
10798
10799 2003-04-09 Andrew Cagney <cagney@redhat.com>
10800
10801 * NEWS: Mention that the "Sequent family" is obsolete.
10802 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
10803 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10804 * configure.host: Obsolete i[3456]86-sequent-bsd*,
10805 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10806 * config/i386/tm-ptx4.h: Obsolete file.
10807 * config/i386/tm-ptx.h: Obsolete file.
10808 * symm-tdep.c: Obsolete file.
10809 * config/i386/symmetry.mt: Obsolete file.
10810 * config/i386/tm-symmetry.h: Obsolete file.
10811 * symm-nat.c: Obsolete file.
10812 * config/i386/nm-symmetry.h: Obsolete file.
10813 * config/i386/xm-symmetry.h: Obsolete file.
10814 * config/i386/symmetry.mh: Obsolete file.
10815 * config/i386/nm-ptx4.h: Obsolete file.
10816 * config/i386/ptx4.mh: Obsolete file.
10817 * config/i386/ptx.mt: Obsolete file.
10818 * config/i386/ptx.mh: Obsolete file.
10819 * config/i386/xm-ptx4.h: Obsolete file.
10820 * config/i386/xm-ptx.h: Obsolete file.
10821
10822 2003-04-09 Andrew Cagney <cagney@redhat.com>
10823
10824 Obsolete mips*-*-mach3*.
10825 * NEWS: Mention that mips*-*-mach3* is obsolete.
10826 * m3-nat.c: Obsolete file.
10827 * config/nm-m3.h: Obsolete file.
10828 * config/mips/tm-mipsm3.h: Obsolete file.
10829 * config/mips/mipsm3.mt: Obsolete file.
10830 * config/mips/mipsm3.mh: Obsolete file.
10831 * config/mips/xm-mipsm3.h: Obsolete file.
10832 * mipsm3-nat.c: Obsolete file.
10833 * configure.host: Obsolete mips-dec-mach3*.
10834 * configure.tgt: Obsolete mips*-*-mach3*.
10835
10836 2003-04-09 Andrew Cagney <cagney@redhat.com>
10837
10838 * doublest.h: Update copyright.
10839 (deprecated_store_floating, deprecated_extract_floating): Rename
10840 store_floating and extract_floating. Update comments.
10841 * doublest.c: Update copyright.
10842 (extract_floating_by_length): Replace extract_floating.
10843 (store_floating_by_length): Replace store_floating.
10844 (deprecated_extract_floating): New function.
10845 (deprecated_store_floating): New function.
10846 (extract_typed_floating): Call extract_floating_by_length.
10847 (store_typed_floating): Call store_floating_by_length.
10848 * x86-64-tdep.c (x86_64_store_return_value): Update.
10849 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
10850 (sh64_extract_return_value): Update.
10851 (sh_sh4_register_convert_to_virtual): Update.
10852 (sh_sh64_register_convert_to_virtual): Update.
10853 (sh_sh4_register_convert_to_raw): Update.
10854 (sh_sh64_register_convert_to_raw): Update.
10855 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
10856 (rs6000_register_convert_to_raw): Update.
10857 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
10858 (ia64_register_convert_to_raw): Update.
10859 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
10860 (REGISTER_CONVERT_TO_VIRTUAL): Update.
10861 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
10862 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
10863 (alpha_register_convert_to_raw): Update.
10864
10865 2003-04-08 Andrew Cagney <cagney@redhat.com>
10866
10867 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
10868 * gdbarch.h, gdbarch.c: Re-generate.
10869 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
10870 (d10v_gdbarch_init): Do not set saved_pc_after_call.
10871 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
10872 conditionally, use frame_pc_unwind as an alternative. Add
10873 comments.
10874 * arch-utils.c (init_frame_pc_default): Only call
10875 SAVED_PC_AFTER_CALL when available.
10876
10877 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
10878
10879 * infrun.c (stop_soon): Rename from stop_soon_quietly.
10880 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
10881 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
10882 (start_remote): Ditto.
10883 (handle_inferior_event): Ditto.
10884 (save_inferior_status): Ditto.
10885 (restore_inferior_status): Ditto.
10886 * infcmd.c (attach_command): Ditto.
10887 * fork-child.c (startup_inferior): Ditto.
10888 * inferior.h (stop_soon): Rename from stop_soon_quietly.
10889 * alpha-tdep.c (heuristic_proc_start): Ditto.
10890 * mips-tdep.c (heuristic_proc_start): Ditto.
10891 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
10892 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
10893 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
10894 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
10895 * remote-vx.c (vx_create_inferior): Ditto.
10896
10897 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
10898
10899 * infrun.c (stop_soon_quietly): Make it an enum, to better
10900 override the default behavior of handle_inferior_event.
10901 (clear_proceed_status): Update uses of stop_soon_quietly to
10902 reflect that it is now an enum.
10903 (start_remote): Ditto.
10904 (handle_inferior_event): Change logic a bit if stop_soon_quietly
10905 is set to handle the new GNU/Linux kernel behavior for
10906 attach/sigstop. Update uses of stop_soon_quietly.
10907 * inferior.h (enum stop_kind): New enum.
10908 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
10909 Reset normal handle_inferior_event behavior, afterwards.
10910 * fork-child.c (startup_inferior): Update.
10911 * alpha-tdep.c (heuristic_proc_start): Update.
10912 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
10913 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
10914 * solib-osf.c (osf_solib_create_inferior_hook): Update.
10915 * solib-irix.c (irix_solib_create_inferior_hook): Update.
10916 * remote-vx.c (vx_create_inferior): Update.
10917 * mips-tdep.c (heuristic_proc_start): Update.
10918
10919 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
10920
10921 * disasm.c (dump_insns): Move variables inside loop, or they will
10922 be freed more than once, causing wild memory corruptions.
10923 (gdb_disassembly): Look for the substring "-thread",
10924 instead of "-threads" in the target name, to make sure to find
10925 the 'multi-thread' target. Also, make sure we do the right thing
10926 with the "core" target.
10927
10928 2003-04-07 Kevin Buettner <kevinb@redhat.com>
10929
10930 * mips-tdep.c (mips_print_fp_register): New function, created from
10931 do_fp_register_row(). Registers are now (also) printed as hex.
10932 Only one register is printed per row.
10933 (mips_print_register, do_fp_register_row): Print floating point
10934 registers with mips_print_fp_register().
10935
10936 2003-04-06 Andrew Cagney <cagney@redhat.com>
10937
10938 * valprint.h (inspect_it): Add extern declaration.
10939 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
10940 (selectors_info, classes_info): Ditto.
10941 (find_objc_msgcall): Fix indentation.
10942 (objc_printstr): Delete extern declarations.
10943
10944 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
10945
10946 2003-04-06 Andrew Cagney <cagney@redhat.com>
10947
10948 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
10949 Update comment.
10950 * frame.c (legacy_saved_regs_this_id): Update.
10951 (legacy_get_prev_frame): Update.
10952 * xstormy16-tdep.c: Update comment.
10953 * sparc-tdep.c (sparc_frame_chain): Update comment.
10954 * blockframe.c (legacy_frame_chain_valid): Update.
10955
10956 2003-04-06 Andrew Cagney <cagney@redhat.com>
10957
10958 * valprint.c (val_print_type_code_int): Delete #ifdef
10959 PRINT_TYPELESS_INTEGER code.
10960
10961 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10962 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10963 multi-arch definition.
10964 * gdbarch.h: Re-generate.
10965
10966 2003-04-05 Andrew Cagney <cagney@redhat.com>
10967
10968 Eliminate FRAME_FIND_SAVED_REGS.
10969 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10970 Change FSR parameter to a pointer.
10971 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10972 Assume FSR parameter is a pointer.
10973 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10974 Make fsr a pointer.
10975 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10976 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
10977 saved_regs a pointer.
10978 (hppa_frame_saved_pc): Ditto.
10979 (find_dummy_frame_regs): Make frame_saved_regs a pointer
10980 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
10981 pointer.
10982 (restore_pc_queue): Make fsr a pointer.
10983 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10984 (hppa_frame_chain): Make saved_regs a pointer, call
10985 hppa_frame_init_saved_regs.
10986 * sparc-tdep.c: Include "gdb_assert.h".
10987 (sparc_frame_find_saved_regs): Replace internal_error with
10988 gdb_assert.
10989 * remote-vxsparc.c (vx_read_register): Delete reference to
10990 FRAME_FIND_SAVED_REGS.
10991 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10992 * gdbarch.h: Regenerate.
10993 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10994 (deprecated_get_frame_saved_regs): Delete declaration.
10995 (struct frame_saved_regs): Delete definition.
10996 * frame.c (deprecated_get_frame_saved_regs): Delete function.
10997 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
10998 (hppa_frame_find_saved_regs): Delete declaration.
10999 (FRAME_FIND_SAVED_REGS): Delete macro.
11000 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
11001 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
11002 FRAME_FIND_SAVED_REGS in comment.
11003
11004 2003-04-05 Andrew Cagney <cagney@redhat.com>
11005
11006 * frame.c (frame_func_unwind, get_frame_func): New functions.
11007 * frame.h (get_frame_func, frame_func_unwind): Declare.
11008 (struct frame_info): Add field "prev_func" for caching the
11009 previous frame's function address.
11010 * arm-tdep.c (arm_frameless_function_invocation): Combine
11011 get_pc_function_start and get_frame_pc into get_frame_func.
11012 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
11013 (sh64_nofp_frame_init_saved_regs): Ditto.
11014 * s390-tdep.c (s390_function_start): Ditto.
11015 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
11016 (rs6000_frameless_function_invocation): Ditto.
11017 (rs6000_frame_saved_pc): Ditto.
11018 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
11019 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
11020 * i386-tdep.c (i386_frameless_signal_p): Ditto.
11021 (i386_frame_init_saved_regs): Ditto.
11022 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
11023 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
11024 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
11025 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
11026 * blockframe.c (frameless_look_for_prologue): Ditto.
11027
11028 2003-04-05 Andrew Cagney <cagney@redhat.com>
11029
11030 * frame.c (legacy_get_prev_frame): Link prev to next at the
11031 function start. Update comments.
11032
11033 2003-04-05 Andrew Cagney <cagney@redhat.com>
11034
11035 * frame.c (get_frame_id): Update comment.
11036 (legacy_get_prev_frame): Update comment.
11037 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
11038 * gdbarch.h: Regenerate.
11039 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
11040 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
11041
11042 2003-04-05 Andrew Cagney <cagney@redhat.com>
11043
11044 * stack.c (print_frame_info): Use get_frame_pc.
11045
11046 2003-04-04 Andrew Cagney <cagney@redhat.com>
11047
11048 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
11049 the frame's type from the unwinder.
11050 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
11051 (create_new_frame, legacy_get_prev_frame): When the unwinder's
11052 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
11053 (get_frame_base_address): Use get_frame_type.
11054 (get_frame_locals_address, get_frame_args_address): Ditto.
11055 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
11056 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
11057 (struct frame_info): Add comment explaining why the frame contains
11058 a "type" field.
11059 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
11060 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
11061 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
11062 NORMAL_FRAME.
11063 * frame-unwind.h: Include "frame.h".
11064 (struct frame_unwind): Add "type" field.
11065 * Makefile.in (frame_unwind_h): Add $(frame_h).
11066
11067 2003-04-04 Andrew Cagney <cagney@redhat.com>
11068
11069 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
11070 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
11071 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
11072 get_frame_base.
11073 (d10v_unwind_dummy_id): Use frame_id_build.
11074 * frame.c (find_frame_sal): Use get_frame_pc.
11075 (create_new_frame): Use deprecated_update_frame_pc_hack and
11076 deprecated_update_frame_base_hack.
11077 (create_sentinel_frame): Add comment about ->pc going away.
11078 (get_prev_frame): Add comment about ->pc going away.
11079 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
11080 frame_id_build, deprecated_update_frame_pc_hack and
11081 deprecated_update_frame_base_hack.
11082 (select_frame): Use get_frame_pc.
11083 (legacy_saved_regs_this_id): Use frame_id_build.
11084
11085 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
11086
11087 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
11088 signed integer case.
11089 (classify_argument): Handle enumerations and references.
11090
11091 2003-04-04 Andrew Cagney <cagney@redhat.com>
11092
11093 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
11094 ID to NULL.
11095
11096 2003-04-01 Adam Fedor <fedor@gnu.org>
11097
11098 * gdb/objc-lang.c (selectors_info): Replace calls to
11099 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
11100 SYMBOL_NATURAL_NAME.
11101 (classes_info, find_methods): Likewise.
11102
11103 2003-04-03 Kevin Buettner <kevinb@redhat.com>
11104
11105 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
11106 ``mach'' to the value determined by bfd_default_set_arch_mach().
11107
11108 2003-04-02 Bob Rossi <bob_rossi@cox.net>
11109
11110 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
11111 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
11112 (mi-cmd-file.o): Update dependencies.
11113
11114 2003-04-01 Kevin Buettner <kevinb@redhat.com>
11115
11116 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
11117 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
11118
11119 2003-04-01 Adam Fedor <fedor@gnu.org>
11120
11121 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
11122 * language.h (struct language_defn): Add la_demangle.
11123 (language_demangle): Declare.
11124 * language.c (language_demangle): New function.
11125 (unk_lang_demangle): Likewise.
11126 (unknown_language_defn, auto_language_defn, local_language_defn):
11127 Add ukn_lang_demangle.
11128 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
11129 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
11130 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
11131 (cplus_language_defn): Add cplus_demangle for la_demangle element.
11132 * jv-lang.c (java_demangle): New function
11133 (java_language_defn): Use it for la_demangle element.
11134 * objc-lang.c (objc_demangle): Add options argument
11135 (objc_language_defn): Use objc_demangle for la_demangle element.
11136 * maint.c (maintenance_demangle): Replace switch with
11137 call to language_demangle.
11138 * utils.c (fprintf_symbol_filtered): Likewise.
11139
11140 2003-04-01 Andrew Cagney <cagney@redhat.com>
11141
11142 * printcmd.c (print_frame_nameless_args): Delete #ifdef
11143 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
11144 PRINT_TYPELESS_INTEGER.
11145 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
11146 PUSH_RETURN_ADDRESS.
11147
11148 2003-04-01 Andrew Cagney <cagney@redhat.com>
11149
11150 * Makefile.in (d10v-tdep.o): Update dependencies.
11151 * d10v-tdep.c: Include "frame-base.h".
11152 (d10v_frame_unwind): Make constant.
11153 (d10v_frame_base_address): New function.
11154 (d10v_frame_base): New variable.
11155 (d10v_gdbarch_init): Set frame_base default.
11156 (struct d10v_unwind_cache): Add the field "prev_sp". Update
11157 comment for base.
11158 (d10v_frame_unwind_cache): Set and use "prev_sp".
11159 (d10v_frame_this_id): Use the previous frame's inner most stack
11160 address and this frame's func address for the frame ID. Use
11161 frame_id_build. Don't analyze beyond the current instruction.
11162
11163 2003-04-01 Andrew Cagney <cagney@redhat.com>
11164
11165 * frame.h (get_frame_locals_address, get_frame_args_address):
11166 Refer to the base address, instead of the address of the first
11167 local or parameter.
11168
11169 2003-04-01 Andrew Cagney <cagney@redhat.com>
11170
11171 Add frame debug info addresses:
11172 * frame-base.c: New file.
11173 * frame-base.h: New file.
11174 * frame.h (struct frame_base): Add opaque declaration.
11175 (get_frame_base): Update comment.
11176 (get_frame_base_address): Declare.
11177 (get_frame_locals_address): Declare.
11178 (get_frame_args_address): Declare.
11179 (struct frame_info): Add "base" and "base_cache". Update
11180 comments on the unwinder.
11181 * frame.c: Include "frame-base.h".
11182 (get_frame_locals_address): New function.
11183 (get_frame_base_address): New function.
11184 (get_frame_args_address): New function.
11185 * findvar.c (read_var_value): Use get_frame_locals_address and
11186 get_frame_args_address.
11187 * stack.c (frame_info): Use get_frame_locals_address and
11188 get_frame_args_address.
11189 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
11190 moved to "frame-base.c".
11191 * printcmd.c (print_frame_nameless_args): Ditto.
11192 * symtab.h (address_class): Update comments.
11193 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
11194 get_frame_base_address.
11195 * dwarf2expr.c (execute_stack_op): Ditto.
11196 * Makefile.in (frame_base_h): Define.
11197 (frame.o): Update dependencies.
11198 (frame-base.o): Add dependencies.
11199 (SFILES): Add frame-base.c.
11200 (COMMON_OBS): Add frame-base.o.
11201
11202 2003-04-01 Andrew Cagney <cagney@redhat.com>
11203
11204 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
11205 CALL_DUMMY_LENGTH): Ditto.
11206 * gdbarch.c: Re-generate.
11207 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
11208 (CALL_DUMMY_LENGTH): Delete macro.
11209 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
11210 * arm-tdep.c (arm_gdbarch_init): Ditto.
11211 * avr-tdep.c (avr_gdbarch_init): Ditto.
11212 * cris-tdep.c (cris_gdbarch_init): Ditto.
11213 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11214 * frv-tdep.c (frv_gdbarch_init): Ditto.
11215 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11216 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11217 * i386-tdep.c (i386_gdbarch_init): Ditto.
11218 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11219 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11220 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11221 * mips-tdep.c (mips_gdbarch_init): Ditto.
11222 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11223 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11224 * s390-tdep.c (s390_gdbarch_init): Ditto.
11225 * sh-tdep.c (sh_gdbarch_init): Ditto.
11226 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11227 * v850-tdep.c (v850_gdbarch_init): Ditto.
11228 * vax-tdep.c (vax_gdbarch_init): Ditto.
11229 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11230
11231 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
11232
11233 * frame.c (get_prev_frame): Disable call to inside_entry_file().
11234
11235 2003-04-01 Andrew Cagney <cagney@redhat.com>
11236
11237 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
11238 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11239 * gdbarch.h, gdbarch.c: Re-generate.
11240 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11241 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11242 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11243 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11244 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11245 * infcmd.c (run_stack_dummy): Simplify assuming
11246 CALL_DUMMY_BREAKPOINT_OFFSET_P.
11247 * infrun.c (handle_inferior_event): Ditto.
11248 * alpha-tdep.c (alpha_gdbarch_init): Do not set
11249 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
11250 * arm-tdep.c (arm_gdbarch_init): Ditto.
11251 * avr-tdep.c (avr_gdbarch_init): Ditto.
11252 * cris-tdep.c (cris_gdbarch_init): Ditto.
11253 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11254 * frv-tdep.c (frv_gdbarch_init): Ditto.
11255 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11256 * i386-tdep.c (i386_gdbarch_init): Ditto.
11257 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11258 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11259 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11260 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11261 * mips-tdep.c (mips_gdbarch_init): Ditto.
11262 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11263 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11264 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11265 * s390-tdep.c (s390_gdbarch_init): Ditto.
11266 * sh-tdep.c (sh_gdbarch_init): Ditto.
11267 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11268 * v850-tdep.c (v850_gdbarch_init): Ditto.
11269 * vax-tdep.c (vax_gdbarch_init): Ditto.
11270 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11271
11272 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
11273
11274 * symfile.c (symfile_relocate_debug_section): Update call to
11275 bfd_simple_get_relocated_section_contents.
11276
11277 2003-03-31 Andrew Cagney <cagney@redhat.com>
11278
11279 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
11280 * gdbarch.h, gdbarch.c: Regenerate.
11281 * inferior.h (FIX_CALL_DUMMY): Delete macro.
11282 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
11283 available.
11284 * frame.h (generic_fix_call_dummy): Delete declaration.
11285 * dummy-frame.h: Update comment.
11286 * dummy-frame.c (generic_fix_call_dummy): Delete function.
11287 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11288 fix_call_dummy.
11289 * sh-tdep.c (sh_gdbarch_init): Ditto.
11290 * s390-tdep.c (s390_gdbarch_init): Ditto.
11291 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11292 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11293 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11294 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11295 * i386-tdep.c (i386_gdbarch_init): Ditto.
11296 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11297 * frv-tdep.c (frv_gdbarch_init): Ditto.
11298 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11299 * cris-tdep.c (cris_gdbarch_init): Ditto.
11300 * avr-tdep.c (avr_gdbarch_init): Ditto.
11301 * arm-tdep.c (arm_gdbarch_init): Ditto.
11302
11303 2003-03-31 J. Brobecker <brobecker@gnat.com>
11304
11305 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
11306 (INIT_FRAME_AP): Likewise.
11307 (EXTRA_FRAME_INFO): Likewise.
11308
11309 2003-03-31 Andrew Cagney <cagney@redhat.com>
11310
11311 * gdbarch.sh: Include "symfile.h".
11312 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
11313 * gdbarch.h, gdbarch.c: Re-generate.
11314 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
11315 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11316 call_dummy_address, the default is at entry_point_address.
11317 * v850-tdep.c (v850_gdbarch_init): Ditto.
11318 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11319 * sh-tdep.c (sh_gdbarch_init): Ditto.
11320 * s390-tdep.c (s390_gdbarch_init): Ditto.
11321 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11322 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11323 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11324 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11325 * i386-tdep.c (i386_gdbarch_init): Ditto.
11326 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11327 * frv-tdep.c (frv_gdbarch_init): Ditto.
11328 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11329 * cris-tdep.c (cris_gdbarch_init): Ditto.
11330 * arm-tdep.c (arm_gdbarch_init): Ditto.
11331
11332 2003-03-31 Andrew Cagney <cagney@redhat.com>
11333
11334 * gdbarch.sh (CALL_DUMMY_P): Delete.
11335 * gdbarch.h, gdbarch.c: Re-generate.
11336 * inferior.h (CALL_DUMMY_P): Delete macro.
11337 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11338 * vax-tdep.c (vax_gdbarch_init): Update.
11339 * v850-tdep.c (v850_gdbarch_init): Update.
11340 * sparc-tdep.c (sparc_gdbarch_init): Update.
11341 * sh-tdep.c (sh_gdbarch_init): Update.
11342 * s390-tdep.c (s390_gdbarch_init): Update.
11343 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11344 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11345 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11346 * mips-tdep.c (mips_gdbarch_init): Update.
11347 * mcore-tdep.c (mcore_gdbarch_init): Update.
11348 * m68k-tdep.c (m68k_gdbarch_init): Update.
11349 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11350 * ia64-tdep.c (ia64_gdbarch_init): Update.
11351 * i386-tdep.c (i386_gdbarch_init): Update.
11352 * h8300-tdep.c (h8300_gdbarch_init): Update.
11353 * frv-tdep.c (frv_gdbarch_init): Update.
11354 * d10v-tdep.c (d10v_gdbarch_init): Update.
11355 * cris-tdep.c (cris_gdbarch_init): Update.
11356 * breakpoint.c (deprecated_frame_in_dummy): Update.
11357 * avr-tdep.c (avr_gdbarch_init): Update.
11358 * alpha-tdep.c (alpha_gdbarch_init): Update.
11359 * arm-tdep.c (arm_gdbarch_init): Update.
11360 * dummy-frame.c (dummy_frame_this_id): Update comments.
11361 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
11362 * frame.c (legacy_get_prev_frame): Ditto.
11363 * valops.c (call_function_by_hand): Delete function.
11364 (hand_function_call): Rename to call_function_by_hand
11365
11366 2003-03-30 Andrew Cagney <cagney@redhat.com>
11367
11368 2002-11-10 Klee Dienes <kdienes@apple.com>
11369 * value.h (struct value): Update comment.
11370
11371 2003-03-30 Andrew Cagney <cagney@redhat.com>
11372
11373 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
11374 D10V_FP_REGNUM.
11375 (d10v_gdbarch_init): Do not set fp_regnum.
11376
11377 * frame.c (get_frame_base): Force ID initialization.
11378 (get_prev_frame): Move computation of the frame ID from here ...
11379 (get_frame_id): ... to here.
11380 (legacy_get_prev_frame): Mark the frame ID as valid.
11381 * frame.h (struct frame_info): Add field "id_p".
11382
11383 2003-03-30 Mark Kettenis <kettenis@gnu.org>
11384
11385 * i386-tdep.c (i386_store_struct_return): Removed.
11386 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
11387
11388 2003-03-30 Andrew Cagney <cagney@redhat.com>
11389
11390 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
11391 * gdbarch.h, gdbarch.c: Regenerate.
11392 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
11393 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11394 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11395 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11396 * i386-tdep.c (i386_gdbarch_init): Ditto.
11397 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11398 * cris-tdep.c (cris_gdbarch_init): Ditto.
11399 * vax-tdep.c (vax_gdbarch_init): Ditto.
11400 * s390-tdep.c (s390_gdbarch_init): Ditto.
11401 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11402 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11403 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11404 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
11405 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
11406 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
11407 * sparc-tdep.c (sparc_gdbarch_init): Update.
11408 * sh-tdep.c (sh_gdbarch_init): Update.
11409 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11410 * mips-tdep.c (mips_gdbarch_init): Update.
11411 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11412 * ia64-tdep.c (ia64_gdbarch_init): Update.
11413 * frv-tdep.c (frv_gdbarch_init): Update.
11414 * avr-tdep.c (avr_gdbarch_init): Update.
11415 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
11416 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
11417 instead of when push_dummy_call is not available.
11418
11419 2003-03-30 Andrew Cagney <cagney@redhat.com>
11420
11421 * infttrace.c: Include "gdbthread.h".
11422 (parent_attach_all): Fix function signature.
11423 (call_ptrace): Update call.
11424 * Makefile.in (infttrace.o): Update dependencies.
11425
11426 2003-03-30 Andrew Cagney <cagney@redhat.com>
11427
11428 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
11429 PUSH_RETURN_ADDRESS.
11430 * gdbarch.h, gdbarch.c: Regenerate.
11431 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11432 * x86-64-tdep.c (x86_64_init_abi): Update.
11433 * v850-tdep.c (v850_gdbarch_init): Update.
11434 * sparc-tdep.c (sparc_gdbarch_init): Update.
11435 * sh-tdep.c (sh_gdbarch_init): Update.
11436 * s390-tdep.c (s390_gdbarch_init): Update.
11437 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11438 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11439 * mips-tdep.c (mips_gdbarch_init): Update.
11440 * mcore-tdep.c (mcore_gdbarch_init): Update.
11441 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11442 * ia64-tdep.c (ia64_gdbarch_init): Update.
11443 * i386-tdep.c (i386_gdbarch_init): Update.
11444 * h8300-tdep.c (h8300_gdbarch_init): Update.
11445 * frv-tdep.c (frv_gdbarch_init): Update.
11446 * cris-tdep.c (cris_gdbarch_init): Update.
11447 * avr-tdep.c (avr_gdbarch_init): Update.
11448 * arm-tdep.c (arm_gdbarch_init): Update.
11449 * valops.c (hand_function_call): Update.
11450
11451 2003-03-29 Andrew Cagney <cagney@redhat.com>
11452
11453 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
11454 sizeof_call_dummy_words.
11455 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
11456 define.
11457 * gdbarch.h: Regenerate.
11458
11459 2003-03-29 Andrew Cagney <cagney@redhat.com>
11460
11461 * infttrace.h: New file.
11462 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
11463 (hpread_get_textlow): Detect an uninitialized dn_bufp.
11464 (hpread_read_doc_function_type): Detect an initialized type1.
11465 (hpread_quick_traverse): Initialize mod_name_string.
11466 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
11467 (som_solib_get_solib_by_pc): Declare.
11468 (so_lib_thread_start_addr): Declare.
11469 (no_shared_libraries): Declare.
11470 * somread.c (init_import_symbols): Make static. Add forward
11471 declaration.
11472 * config/pa/nm-hppah.h: Include "infttrace.h" for
11473 parent_attach_all.
11474 (hppa_insert_hw_watchpoint): Declare.
11475 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
11476 * hppah-nat.c: Include "gdb_string.h".
11477 (parent_attach_all): Delete extern declaration, moved to
11478 "infttrace.h".
11479 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
11480 int.
11481 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
11482 * Makefile.in (infttrace_h): Define.
11483 (hpread.o): Update dependencies.
11484 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
11485 * hppa-hpux-tdep.c: Include "gdb_string.h".
11486 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
11487 * infrun.c (handle_inferior_event): Always initialize
11488 stepped_after_stopped_by_watchpoint. Add default and remove
11489 fallthrough in switch statement.
11490 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
11491 parameter to int.
11492 (hppa_remove_hw_watchpoint): Ditto.
11493
11494 2003-03-29 Andrew Cagney <cagney@redhat.com>
11495
11496 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
11497 offset.
11498
11499 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
11500
11501 * arm-tdep.c (arm_push_arguments): Delete.
11502 (struct stack_item): New type.
11503 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
11504 (arm_store_struct_return): Delte.
11505 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
11506 arm_push_arguments or arm_store_struct_return.
11507
11508 2003-03-28 Andrew Cagney <cagney@redhat.com>
11509
11510 * Makefile.in (d10v-tdep.o): Update dependencies.
11511 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
11512 * d10v-tdep.c: Include "remote.h".
11513 (target_resume_hook): Delete extern declaration.
11514 (target_wait_loop_hook): Ditto.
11515 (tdisassemble_command): Eliminate assignment in "if" conditional.
11516 (d10v_ts2_register_sim_regno): Eliminate call to
11517 legacy_register_sim_regno.
11518 (d10v_ts3_register_sim_regno): Ditto.
11519
11520 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
11521
11522 * thread.c: Reindented.
11523 * lin-lwp.c: Ditto.
11524 * linux-proc.c: Ditto.
11525
11526 2003-03-28 Bob Rossi <bob_rossi@cox.net>
11527
11528 * MAINTAINERS (write after approval): Add myself.
11529
11530 2003-03-27 Theodore A. Roth <troth@openavr.org>
11531
11532 * objc-exp.y: Add missing semi-colons.
11533
11534 2003-03-27 Andrew Cagney <cagney@redhat.com>
11535
11536 * regcache.c (write_sp): Delete function and references.
11537 * inferior.h (write_sp): Delete declaration.
11538 * valops.c (hand_function_call): Replace write_sp with
11539 TARGET_WRITE_SP.
11540 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
11541 (sparc_pop_frame): Ditto.
11542
11543 2003-03-27 Andrew Cagney <cagney@redhat.com>
11544
11545 * NEWS: Mention removal of support for hppa*-*-bsd* and
11546 hppa*-*-osf* natives, and hppa*-*-pro* target.
11547 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
11548 * config/pa/xm-pa.h: Obsolete file.
11549 * config/pa/xm-hppab.h: Obsolete file.
11550 * config/pa/nm-hppab.h: Obsolete file.
11551 * config/pa/tm-hppab.h: Obsolete file.
11552 * config/pa/tm-hppao.h: Obsolete file.
11553 * config/pa/nm-hppao.h: Obsolete file.
11554 * config/pa/tm-pro.h: Obsolete file.
11555 * config/pa/hppaosf.mt: Obsolete file.
11556 * config/pa/hppaosf.mh: Obsolete file.
11557 * config/pa/hppapro.mt: Obsolete file.
11558 * config/pa/hppabsd.mt: Obsolete file.
11559 * config/pa/hppabsd.mh: Obsolete file.
11560 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
11561 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
11562 hppa*-*-osf*.
11563
11564 2003-03-27 Andrew Cagney <cagney@redhat.com>
11565
11566 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
11567 push_arguments. Don't set push_return_address or write_sp.
11568 (d10v_push_dummy_call): Replace d10v_push_arguments.
11569 (d10v_push_return_address, d10v_write_sp): Delete function,
11570 handled by push_dummy_call.
11571
11572 2003-03-26 Andrew Cagney <cagney@redhat.com>
11573
11574 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
11575 (push_dummy_call): New pure multi-arch replacement with gdbarch,
11576 regcache and dummy_addr parameters.
11577 * gdbarch.h, gdbarch.c: Re-generate.
11578 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
11579 available; assume it will handle stack alignment and return
11580 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
11581 legacy_push_arguments.
11582 (legacy_push_arguments): Rename default_push_arguments.
11583 * value.h (legacy_push_arguments): Rename default_push_arguments.
11584 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
11585 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11586 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11587 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11588 * config/i386/tm-symmetry.h: Update.
11589 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11590 * x86-64-tdep.c (x86_64_init_abi): Update.
11591 * v850-tdep.c (v850_gdbarch_init): Update.
11592 * sparc-tdep.c (sparc_gdbarch_init): Update.
11593 * sh-tdep.c (sh_gdbarch_init): Update.
11594 * s390-tdep.c (s390_gdbarch_init): Update.
11595 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11596 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11597 * mips-tdep.c (mips_gdbarch_init): Update.
11598 * mcore-tdep.c (mcore_gdbarch_init): Update.
11599 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11600 * ia64-tdep.c (ia64_gdbarch_init): Update.
11601 * i386-tdep.c (i386_gdbarch_init): Update.
11602 * hppa-tdep.c (hppa_gdbarch_init): Update.
11603 * h8300-tdep.c (h8300_gdbarch_init): Update.
11604 * frv-tdep.c (frv_gdbarch_init): Update.
11605 * d10v-tdep.c (d10v_gdbarch_init): Update.
11606 * cris-tdep.c (cris_gdbarch_init): Update.
11607 * avr-tdep.c (avr_gdbarch_init): Update.
11608 * arm-tdep.c (arm_gdbarch_init): Update.
11609 * arm-linux-tdep.c (arm_linux_init_abi): Update.
11610 * alpha-tdep.c (alpha_gdbarch_init): Update.
11611
11612 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11613
11614 * signals/signals.c (do_target_signal_to_host): Correct realtime
11615 signal range test.
11616
11617 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11618
11619 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
11620 (struct sal_chain, map_catch_names): Remove.
11621 (catch_exception_command_1): Don't call
11622 handle_gnu_4_16_catch_command.
11623
11624 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11625
11626 From Mark Dettinger <dettinge@de.ibm.com>:
11627 * dwarf2cfi.c (read_2u): Increment pointer by two.
11628
11629 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11630
11631 * signals/signals.c: Fix typos in last change.
11632
11633 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11634
11635 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
11636 not already defined. Use __SIGRTMIN if available.
11637 (target_signal_from_host): Remove SIGRTMIN block.
11638 (do_target_signal_to_host): Remove SIGRTMIN block; check that
11639 the signal is within the realtime range.
11640
11641 2003-03-25 Adam Fedor <fedor@gnu.org>
11642
11643 * Makefile.in (infrun.o): Add $(language_h)
11644 * infrun.c (handle_inferior_event): Use skip_language_trampoline
11645 for language specific trampolines.
11646 * language.h (struct language_defn): Add skip_trampoline.
11647 (skip_language_trampoline): Declare.
11648 * language.c (unk_lang_trampoline, skip_language_trampoline):
11649 New functions.
11650 (unknown_language_defn, auto_language_defn, local_language_defn):
11651 Add ukn_lang_trampoline.
11652 * ada-lang.c (ada_language_defn): Add NULL for language
11653 specific skip_trampoline.
11654 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
11655 scm-lang.c: Likewise.
11656 * objc-lang.c (objc_skip_trampoline): New function.
11657 (objc_language_defn): Add objc_skip_trampoline.
11658
11659 2003-03-25 Andrew Cagney <cagney@redhat.com>
11660
11661 * frame.c (get_prev_frame): Delay validating a frame's ID -
11662 non-NULL, didn't go backwards - until an attempt to unwind it to
11663 the previous frame.
11664
11665 2003-03-25 Andrew Cagney <cagney@redhat.com>
11666
11667 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
11668 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
11669 * gdbarch.h, gdbarch.c: Re-generate.
11670 * config/sparc/tm-sparc.h
11671 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
11672 * sparc-tdep.c (sparc_gdbarch_init): Set
11673 deprecated_extra_stack_alignment_needed.
11674 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11675 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
11676 extra_stack_alignment_needed.
11677 * v850-tdep.c (v850_gdbarch_init): Ditto.
11678 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11679 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11680 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11681 * cris-tdep.c (cris_gdbarch_init): Ditto.
11682 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11683 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11684
11685 2003-03-25 Andrew Cagney <cagney@redhat.com>
11686
11687 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
11688 STORE_STRUCT_RETURN.
11689 * gdbarch.h, gdbarch.c: Regenerate.
11690 * d10v-tdep.c (d10v_store_struct_return): Delete function.
11691 (d10v_push_arguments): Set the struct return register.
11692 (d10v_gdbarch_init): Update.
11693 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11694 * x86-64-tdep.c (x86_64_init_abi): Update.
11695 * vax-tdep.c (vax_gdbarch_init): Update.
11696 * v850-tdep.c (v850_gdbarch_init): Update.
11697 * sparc-tdep.c (sparc_gdbarch_init): Update.
11698 * sh-tdep.c (sh_gdbarch_init): Update.
11699 * s390-tdep.c (s390_gdbarch_init): Update.
11700 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11701 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11702 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11703 * mips-tdep.c (mips_gdbarch_init): Update.
11704 * mcore-tdep.c (mcore_gdbarch_init): Update.
11705 * m68k-tdep.c (m68k_gdbarch_init): Update.
11706 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11707 * ia64-tdep.c (ia64_gdbarch_init): Update.
11708 * i386-tdep.c (i386_gdbarch_init): Update.
11709 * hppa-tdep.c (hppa_gdbarch_init): Update.
11710 * h8300-tdep.c (h8300_gdbarch_init): Update.
11711 * frv-tdep.c (frv_gdbarch_init): Update.
11712 * cris-tdep.c (cris_gdbarch_init): Update.
11713 * avr-tdep.c (avr_gdbarch_init): Update.
11714 * arm-tdep.c (arm_gdbarch_init): Update.
11715 * alpha-tdep.c (alpha_gdbarch_init): Update.
11716
11717 2003-03-25 Andrew Cagney <cagney@redhat.com>
11718
11719 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
11720 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
11721 CALL_DUMMY_STACK_ADJUST with a predicate variable.
11722 * gdbarch.h, gdbarch.c: Regenerate.
11723 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11724 call_dummy_stack_adjust_p.
11725 * vax-tdep.c (vax_gdbarch_init): Ditto.
11726 * v850-tdep.c (v850_gdbarch_init): Ditto.
11727 * sh-tdep.c (sh_gdbarch_init): Ditto.
11728 * s390-tdep.c (s390_gdbarch_init): Ditto.
11729 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11730 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11731 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11732 * mips-tdep.c (mips_gdbarch_init): Ditto.
11733 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11734 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11735 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11736 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11737 * i386-tdep.c (i386_gdbarch_init): Ditto.
11738 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11739 * frv-tdep.c (frv_gdbarch_init): Ditto.
11740 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11741 * cris-tdep.c (cris_gdbarch_init): Ditto.
11742 * avr-tdep.c (avr_gdbarch_init): Ditto.
11743 * arm-tdep.c (arm_gdbarch_init): Ditto.
11744 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11745 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11746 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
11747 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11748 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
11749 call_dummy_stack_adjust_p.
11750 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
11751 (CALL_DUMMY_STACK_ADJUST): Delete macro.
11752 * sparc-tdep.c (sparc32_push_arguments): Update.
11753 * valops.c (hand_function_call): Update.
11754
11755 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
11756
11757 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
11758 set_gdbarch_char_signed.
11759
11760 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
11761
11762 PR cli/548
11763 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
11764
11765 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
11766
11767 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
11768 (_initialize_arm_tdep): Don't set tm_print_insn.
11769
11770 2003-03-24 Adam Fedor <fedor@gnu.org>
11771
11772 * Makefile.in (YYOBJ): Add objc-exp.tab.o
11773 * objc-lang.h: Add multiple inclusion protection.
11774 (start_msglist, add_msglist, end_msglist): Additional declarations.
11775
11776 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
11777
11778 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
11779 value was renamed to ARM_FLOAT_SOFT_FPA.
11780
11781 2003-03-23 Andrew Cagney <cagney@redhat.com>
11782
11783 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
11784 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
11785 * gdbarch.h, gdbarch.c: Regenerate.
11786 * valops.c (hand_function_call): Update.
11787 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11788 * frame.c (legacy_saved_regs_this_id): Update.
11789 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
11790 * dummy-frame.h: Update.
11791 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
11792 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11793 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
11794 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
11795 * config/m68k/tm-sun3.h: Update.
11796 * blockframe.c (inside_main_func, frame_chain_valid): Update.
11797 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11798 * x86-64-tdep.c (x86_64_init_abi): Update.
11799 * vax-tdep.c (vax_gdbarch_init): Update.
11800 * v850-tdep.c (v850_gdbarch_init): Update.
11801 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
11802 * sh-tdep.c (sh_gdbarch_init): Update.
11803 * s390-tdep.c (s390_gdbarch_init): Update.
11804 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
11805 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
11806 (frame_get_saved_regs): Update.
11807 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11808 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11809 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11810 * mips-tdep.c (mips_gdbarch_init): Update.
11811 * mcore-tdep.c (mcore_gdbarch_init): Update.
11812 * m68k-tdep.c (m68k_gdbarch_init): Update.
11813 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11814 * ia64-tdep.c (ia64_gdbarch_init): Update.
11815 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
11816 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11817 (i386_interix_back_one_frame): Update.
11818 * hppa-tdep.c (hppa_gdbarch_init): Update.
11819 (hppa_init_extra_frame_info): Update.
11820 * h8300-tdep.c (h8300_gdbarch_init): Update.
11821 * frv-tdep.c (frv_gdbarch_init): Update.
11822 * cris-tdep.c (cris_gdbarch_init): Update.
11823 * avr-tdep.c (avr_gdbarch_init): Update.
11824 * arm-tdep.c (arm_gdbarch_init): Update.
11825 * alpha-tdep.c (alpha_gdbarch_init): Update.
11826
11827 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11828
11829 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
11830 (arm_get_fp_model): Declare.
11831 * arm-tdep.c (fp_model_strings): New string array.
11832 (arm_fp_model, current_fp_model): New variables.
11833 (arm_get_fp_model): New function.
11834 (arm_set_fp): New function.
11835 (set_fp_model_sfunc): New function.
11836 (show_fp_model): New function.
11837 (_initialize_arm_tdep): Add new command to set/show the FPU.
11838 (arm_extract_return_value): Use arm_get_fp_model.
11839 (arm_store_return_value): Likewise.
11840 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
11841 to initialize the floating-point data types.
11842 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
11843 model is FPA.
11844
11845 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11846
11847 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
11848 the current setting of each value.
11849 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
11850 new_set and new_show. Use add_setshow_cmd_full and
11851 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
11852 commands and add new version as subcommands of "set/show arm".
11853
11854 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11855
11856 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
11857 (set_arm_command, show_arm_command): New functions.
11858 (_initialize_arm_tdep): Add them.
11859 (num_disassembly_options): Renamed from num_flavor_options.
11860 (valid_disassembly_styles): Renamed from valid_flavors.
11861 (disassembly_style): Renamed from disassembly_flavor.
11862 (set_disassembly_style_sfunc): Renamed from
11863 set_disassembly_flavor_sfunc.
11864 (set_disassembly_style): Renamed from set_disassembly_flavor.
11865 (arm_othernames): Updated.
11866 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
11867 command. Add "set/show arm disassembly" commands. Deprecate
11868 "othernames" command.
11869
11870 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11871
11872 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
11873 (arm-tdep.o): Depend on elf_arm_h.
11874
11875 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11876
11877 * Makefile.in (coff_internal_h): Define.
11878 (arm-tdep.o): Update dependencies.
11879
11880 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11881
11882 * arm-tdep.c (prologue_cache): Delete.
11883 (check_prologue_cache, save_prologue_cache): Delete.
11884 (arm_scan_prologue): Don't check or update the prologue_cache.
11885 (arm_gdb_arch_init): Don't initialize it.
11886 (_initialize_arm_tdep): Likewise.
11887
11888 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11889
11890 * MAINTAINERS (tui): Maintainer of tui code.
11891
11892 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
11893
11894 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
11895 (i386-cygwin-tdep.o): Add dependencies.
11896 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
11897 * i386-cygwin-tdep.c: New file.
11898 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
11899 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
11900
11901 2003-03-20 Andrew Cagney <cagney@redhat.com>
11902
11903 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
11904 (handle_inferior_event): Remove code calling
11905 DYNAMIC_TRAMPOLINE_NEXTPC.
11906
11907 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
11908 already has a full path.
11909
11910 * main.c (gdb_main): Return 1.
11911 (captured_main): Call error to report an invalid interpreter.
11912
11913 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
11914 * alpha-osf1-tdep.c: Include "gdb_string.h".
11915
11916 2003-03-19 J. Brobecker <brobecker@gnat.com>
11917
11918 Continuing work to convert the hppa targets to multiarch partial.
11919
11920 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
11921 method, now that hppa_push_dummy_frame has a conformant prototype.
11922 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
11923 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
11924 for the switch to multiarch partial.
11925
11926 2003-03-19 Kevin Buettner <kevinb@redhat.com>
11927
11928 * mdebugread.c (parse_symbol): For stEnd, we're done counting
11929 when iss is issNull.
11930
11931 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11932
11933 * mips-tdep.c (mips_register_name): Fix fencepost error involving
11934 NUM_REGS bounds check.
11935
11936 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11937
11938 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
11939 * mips-tdep.c (gdb_assert.h): Include.
11940 (mips_generic_reg_names, mips_processor_reg_names): Make static.
11941 (mips_register_name): Handle integer registers explicitly. Add
11942 bounds checking.
11943 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
11944 (mips_lsi33k_reg_names): Don't list integer registers; they're
11945 handled by mips_register_name() now.
11946 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
11947 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
11948 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
11949 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
11950 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
11951
11952 2003-03-18 Andrew Cagney <cagney@redhat.com>
11953
11954 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11955 a void pointer.
11956 * gdbtypes.h (print_scalar_formatted): Update declaration.
11957 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11958
11959 2003-03-18 J. Brobecker <brobecker@gnat.com>
11960
11961 * infrun.c (observer.h): Add #include.
11962 (normal_stop): Add call to observer_notify_normal_stop.
11963 * Makefile.in (infrun.o): Add dependency on observer.h.
11964
11965 2003-03-18 J. Brobecker <brobecker@gnat.com>
11966
11967 Continuing work to convert the hppa targets to multiarch partial.
11968 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11969 parameter. Reformat comment.
11970 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11971 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11972 to match new profile.
11973
11974 2003-03-18 J. Brobecker <brobecker@gnat.com>
11975
11976 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11977 appear to be working in any case.
11978
11979 2003-03-18 J. Brobecker <brobecker@gnat.com>
11980
11981 * observer.c (observer_test_first_observer): New static variable.
11982 (observer_test_second_observer): Likewise.
11983 (observer_test_third_observer): Likewise.
11984 (observer_test_first_notification_function): New static function.
11985 (observer_test_second_notification_function): Likewise.
11986 (observer_test_third_notification_function): Likewise.
11987
11988 2003-03-17 J. Brobecker <brobecker@gnat.com>
11989
11990 * hppa-tdep.c (gdb_assert.h): Add missing #include.
11991 * somsolib.c (gdb_assert.h): Likewise.
11992 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11993 (somsolib.o): Likewise.
11994
11995 2003-03-17 Andrew Cagney <cagney@redhat.com>
11996
11997 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
11998 BFD. Simplify setting of di.endian.
11999
12000 2003-03-17 Andrew Cagney <cagney@redhat.com>
12001
12002 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
12003 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
12004
12005 From Elena Zannoni <ezannoni@redhat.com>
12006 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
12007 vector and floating-point parameters.
12008 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
12009 convention.
12010 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
12011
12012 2003-03-17 Fernando Nasser <fnasser@redhat.com>
12013
12014 * MAINTAINERS: Remove my name from several maintainership roles.
12015
12016 2003-03-17 Andrew Cagney <cagney@redhat.com>
12017
12018 Fix frame off-by-one bug.
12019 * frame-unwind.h (frame_this_id_ftype): Replace
12020 frame_unwind_id_ftype.
12021 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
12022 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
12023 with "prev_register".
12024 * frame-unwind.c (frame_unwind_find_by_pc): Return
12025 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
12026 comment.
12027 * dummy-frame.c (cached_find_dummy_frame): Delete function.
12028 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
12029 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
12030 (dummy_frame_unwind): Update.
12031 * sentinel-frame.c (sentinel_frame_prev_register): Replace
12032 sentinel_frame_register_unwind.
12033 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
12034 (sentinel_frame_unwinder): Update.
12035 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
12036 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
12037 * frame.c (create_sentinel_frame): Update. Initialize
12038 "prologue_cache" instead of "unwind_cache".
12039 (frame_register_unwind): Call this frame's prev_register with the
12040 next frame and this frame's prologue cache.
12041 (get_prev_frame): Simplify. Always call prev frame's this_id with
12042 this frame and prev frame's prologue cache. Document that this
12043 call is shifted one to the left when compared to the
12044 frame_register_unwind call.
12045 (legacy_saved_regs_prev_register): Replace
12046 frame_saved_regs_register_unwind.
12047 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
12048 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
12049 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
12050 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
12051 (d10v_frame_unwind): Update.
12052 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
12053 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
12054 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
12055 "saved_regs" with "this_saved_regs".
12056
12057 2003-03-16 Andrew Cagney <cagney@redhat.com>
12058
12059 * frame.c (frame_pop): Don't call target_store_registers. Fix
12060 problem reported by Mark Kettenis.
12061
12062 2003-03-16 Mark Kettenis <kettenis@gnu.org>
12063
12064 * i386-tdep.c (i386_register_type): Renamed from
12065 i386_register_virtual_type. Adjust function signature.
12066 (i386_gdbarch_init): Set register_type instead of
12067 deprecated_max_register_raw_size,
12068 deprecated_max_register_virtual_size and register_virtual_type.
12069
12070 2003-03-14 Andrew Cagney <cagney@redhat.com>
12071
12072 * frame.c (get_prev_frame): When a legacy frame, always call
12073 legacy_get_prev_frame. Simplify unwind code using assumption that
12074 the unwinder is new.
12075 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
12076 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
12077 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
12078
12079 2003-03-14 Andrew Cagney <cagney@redhat.com>
12080
12081 * frame.c (get_saved_register): Delete function.
12082 * frame.h (get_saved_register): Delete declaration.
12083 * xstormy16-tdep.c: Update comment.
12084 * regcache.h: Update comments.
12085 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
12086 get_saved_register and extract_address, use
12087 frame_read_unsigned_register.
12088 (sparc_frame_saved_pc): Ditto.
12089 (sparc_get_saved_register): Instead of get_saved_register, use
12090 frame_register.
12091 (sparc_pop_frame): Ditto.
12092 * findvar.c: Update comments.
12093 (value_of_register): Call frame_register instead of
12094 get_saved_register.
12095 (value_from_register): Ditto.
12096 * config/sparc/tm-sparc.h: Update comment.
12097 * breakpoint.c: Update comment.
12098
12099 2003-03-14 Andrew Cagney <cagney@redhat.com>
12100
12101 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
12102 GET_SAVED_REGISTER.
12103 * gdbarch.h, gdbarch.c: Re-generate.
12104 * frame.h: Update comments.
12105 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12106 * x86-64-tdep.c (x86_64_init_abi): Update.
12107 * sparc-tdep.c (sparc_gdbarch_init): Update.
12108 * sh-tdep.c (sh_gdbarch_init): Update.
12109 * mips-tdep.c (mips_gdbarch_init): Update.
12110 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12111 * cris-tdep.c (cris_gdbarch_init): Update.
12112 * ia64-tdep.c (ia64_gdbarch_init): Update.
12113 * frame.c (frame_register): Update.
12114 (get_saved_register): Update.
12115 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
12116
12117 2003-03-13 Andrew Cagney <cagney@redhat.com>
12118
12119 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
12120 * gdbarch.h, gdbarch.c: Regenerate.
12121 * valops.c (hand_function_call): Update comment.
12122 * stack.c (return_command): Update comment.
12123 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
12124 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
12125 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12126 * x86-64-tdep.c (x86_64_init_abi): Update.
12127 * vax-tdep.c (vax_gdbarch_init): Update.
12128 * v850-tdep.c (v850_gdbarch_init): Update.
12129 * sparc-tdep.c (sparc_gdbarch_init): Update.
12130 * sh-tdep.c (sh_gdbarch_init): Update.
12131 * s390-tdep.c (s390_gdbarch_init): Update.
12132 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12133 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12134 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12135 * mips-tdep.c (mips_gdbarch_init): Update.
12136 * mcore-tdep.c (mcore_gdbarch_init): Update.
12137 * m68k-tdep.c (m68k_gdbarch_init): Update.
12138 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12139 * ia64-tdep.c (ia64_gdbarch_init): Update.
12140 * i386-tdep.c (i386_gdbarch_init): Update.
12141 * hppa-tdep.c (hppa_gdbarch_init): Update.
12142 * h8300-tdep.c (h8300_gdbarch_init): Update.
12143 * frv-tdep.c (frv_gdbarch_init): Update.
12144 * cris-tdep.c (cris_gdbarch_init): Update.
12145 * avr-tdep.c (avr_gdbarch_init): Update.
12146 * arm-tdep.c (arm_gdbarch_init): Update.
12147 * alpha-tdep.c (alpha_gdbarch_init): Update.
12148
12149 2003-03-13 Andrew Cagney <cagney@redhat.com>
12150
12151 * frame.c (legacy_frame_p): New function.
12152 (get_prev_frame): Use legacy_frame_p.
12153 * frame.h (legacy_frame_p): Declare.
12154
12155 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
12156
12157 * MAINTAINERS (write after approval): Alphabetically
12158 listing corrected.
12159
12160 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
12161
12162 * MAINTAINERS (write after approval): Add myself.
12163
12164 2003-03-12 Andrew Cagney <cagney@redhat.com>
12165
12166 * frame.c (get_prev_frame): Rename the frame parameter to
12167 "this_frame".
12168 (get_next_frame, legacy_get_prev_frame): Ditto.
12169
12170 2003-03-12 Andrew Cagney <cagney@redhat.com>
12171
12172 * frame.c (get_current_frame): Check target_has_registers before
12173 checking target_has_stack.
12174 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
12175 instead of deprecated_selected_frame.
12176 * findvar.c (value_of_register): Pass "frame", not
12177 deprecated_selected_frame, to value_of_builtin_reg.
12178
12179 2003-03-12 Andrew Cagney <cagney@redhat.com>
12180
12181 * regcache.c (regcache_cooked_write_signed): New function.
12182 (regcache_cooked_write_unsigned): New function.
12183 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
12184 (regcache_cooked_read_signed): Fix regnum in range assertion.
12185 * regcache.h (regcache_cooked_write_signed): Declare.
12186 (regcache_cooked_write_unsigned): Declare.
12187
12188 2003-03-12 Andrew Cagney <cagney@redhat.com>
12189
12190 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
12191 * gdbarch.h, gdbarch.c: Re-generate.
12192 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12193 * x86-64-tdep.h: Update.
12194 * x86-64-tdep.c (x86_64_init_abi): Update.
12195 * v850-tdep.c (v850_gdbarch_init): Update.
12196 * sparc-tdep.c (sparc_gdbarch_init): Update.
12197 * sh-tdep.c (sh_gdbarch_init): Update.
12198 * s390-tdep.c (s390_gdbarch_init): Update.
12199 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12200 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12201 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12202 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12203 * mips-tdep.c (mips_gdbarch_init): Update.
12204 * mcore-tdep.c (mcore_gdbarch_init): Update.
12205 * m68k-tdep.c (m68k_gdbarch_init): Update.
12206 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12207 * ia64-tdep.c (ia64_gdbarch_init): Update.
12208 * i386-tdep.c (i386_gdbarch_init): Update.
12209 * i386-interix-tdep.c (i386_interix_init_abi): Update.
12210 * hppa-tdep.c (hppa_gdbarch_init): Update.
12211 * h8300-tdep.c (h8300_gdbarch_init): Update.
12212 * frv-tdep.c (frv_gdbarch_init): Update.
12213 * cris-tdep.c (cris_gdbarch_init): Update.
12214 * avr-tdep.c (avr_gdbarch_init): Update.
12215 * arm-tdep.c (arm_gdbarch_init): Update.
12216 * alpha-tdep.c (alpha_gdbarch_init): Update.
12217 * sh-tdep.c (sh_init_extra_frame_info): Update.
12218 (sh64_init_extra_frame_info): Update.
12219 * ns32knbsd-nat.c (frame_num_args): Update.
12220 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
12221 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
12222 (xstormy16_frame_chain_valid): Update.
12223 * vax-tdep.c (vax_saved_pc_after_call): Update.
12224 * v850-tdep.c (v850_frame_chain): Update.
12225 (v850_pop_frame): Update.
12226 (v850_init_extra_frame_info): Update.
12227 * sparc-tdep.c (setup_arbitrary_frame): Update.
12228 * ns32k-tdep.c (umax_frame_num_args): Update.
12229 * s390-tdep.c (s390_pop_frame_regular): Update.
12230 * mn10300-tdep.c (mn10300_frame_chain): Update.
12231 (mn10300_pop_frame_regular): Update.
12232 (mn10300_init_extra_frame_info): Update.
12233 * mips-tdep.c (mips_init_frame_pc_first): Update.
12234 (mips_frame_chain): Update.
12235 (mips_pop_frame): Update.
12236 * mcore-tdep.c (mcore_frame_chain): Update.
12237 (mcore_pop_frame): Update.
12238 (mcore_init_extra_frame_info): Update.
12239 * arch-utils.c (init_frame_pc_default): Update.
12240 * m68k-tdep.c (isi_frame_num_args): Update.
12241 (delta68_frame_num_args): Update.
12242 (news_frame_num_args): Update.
12243 * ia64-tdep.c (ia64_pop_frame_regular): Update.
12244 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
12245 (alpha_frame_chain): Update.
12246 (alpha_pop_frame): Update.
12247 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
12248 (hppa_init_extra_frame_info): Update.
12249 (hppa_frame_chain): Update.
12250 (hppa_frame_chain_valid): Update.
12251 * cris-tdep.c (cris_init_extra_frame_info): Update.
12252 * avr-tdep.c (avr_init_extra_frame_info): Update.
12253 * arm-tdep.c (arm_frame_chain_valid): Update.
12254 (arm_init_extra_frame_info): Update.
12255 (arm_pop_frame): Update.
12256 * frame.c (frame_pc_unwind): Update.
12257 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
12258 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12259 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12260 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
12261 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
12262 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
12263
12264 2003-03-12 Andrew Cagney <cagney@redhat.com>
12265
12266 Eliminate the need for POP_FRAME.
12267 * frame.c (do_frame_unwind_register): New function.
12268 (frame_pop): When no POP_FRAME, pop the frame using register
12269 unwind and a scratch regcache.
12270 (frame_saved_regs_pop): Delete function.
12271 (trad_frame_unwinder): Update.
12272 * d10v-tdep.c (d10v_frame_pop): Delete function.
12273 (d10v_frame_unwind): Update.
12274 * sentinel-frame.c (sentinel_frame_pop): Delete function.
12275 (sentinel_frame_unwinder): Update.
12276 * dummy-frame.c (dummy_frame_pop): Delete function.
12277 (dummy_frame_unwind): Update.
12278 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
12279 (struct frame_unwind): Update.
12280
12281 2003-03-11 Kevin Buettner <kevinb@redhat.com>
12282
12283 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
12284 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
12285 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
12286 Do range checks on register number obtained from debugging info.
12287 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
12288 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
12289 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
12290 mapping function.
12291 (do_fp_register_row): Fix typo which caused double type to be
12292 used when attempting to unpack a float.
12293
12294 2003-03-11 J. Brobecker <brobecker@gnat.com>
12295
12296 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
12297
12298 2003-03-11 Andrew Cagney <cagney@redhat.com>
12299
12300 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
12301 frame. Problem found by Corinna Vinschen.
12302
12303 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
12304
12305 * doublest.c (floatformat_from_length): Accept also
12306 the real size of 'long double' type.
12307
12308 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
12309
12310 From Klee Dienes <kdienes@apple.com>:
12311 * breakpoint.c (bpstat_copy): Copy the command lines as well
12312 as the old value, to match what is freed in bpstat_clear.
12313
12314 2003-03-10 David Carlton <carlton@math.stanford.edu>
12315
12316 * minsyms.c (add_minsym_to_hash_table): Replace
12317 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
12318 (compare_minimal_symbols, compact_minimal_symbols)
12319 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
12320 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
12321 of DEPRECATED_SYMBOL_MATCHES_NAME.
12322 (lookup_minimal_symbol_solib_trampoline): Ditto.
12323
12324 2003-03-10 Andrew Cagney <cagney@redhat.com>
12325
12326 * regcache.h (regcache_cooked_read_ftype): Define.
12327 (regcache_save, regcache_restore): Add a cooked_read parameter.
12328 * regcache.c (regcache_save, regcache_restore): Update.
12329 (do_cooked_read): New function.
12330 (regcache_cpy): Pass do_cooked_read to regcache_save and
12331 regcache_restore.
12332
12333 2003-03-10 Andrew Cagney <cagney@redhat.com>
12334
12335 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
12336 * gdbarch.h, gdbarch.c: Re-generate.
12337 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12338 * x86-64-tdep.h: Update.
12339 * x86-64-tdep.c (x86_64_init_abi): Update.
12340 * v850-tdep.c (v850_gdbarch_init): Update.
12341 * sparc-tdep.c (sparc_gdbarch_init): Update.
12342 * sh-tdep.c (sh_gdbarch_init): Update.
12343 * s390-tdep.c (s390_gdbarch_init): Update.
12344 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12345 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12346 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12347 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12348 * mips-tdep.c (mips_gdbarch_init): Update.
12349 * mcore-tdep.c (mcore_gdbarch_init): Update.
12350 * m68k-tdep.c (m68k_gdbarch_init): Update.
12351 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12352 * ia64-tdep.c (ia64_gdbarch_init): Update.
12353 * i386-tdep.c (i386_gdbarch_init): Update.
12354 * i386-interix-tdep.c (i386_interix_init_abi): Update.
12355 * hppa-tdep.c (hppa_gdbarch_init): Update.
12356 * h8300-tdep.c (h8300_gdbarch_init): Update.
12357 * frv-tdep.c (frv_gdbarch_init): Update.
12358 * cris-tdep.c (cris_gdbarch_init): Update.
12359 * avr-tdep.c (avr_gdbarch_init): Update.
12360 * arm-tdep.c (arm_gdbarch_init): Update.
12361 * alpha-tdep.c (alpha_gdbarch_init): Update.
12362 * sh-tdep.c (sh_init_extra_frame_info): Update.
12363 (sh64_init_extra_frame_info): Update.
12364 * ns32knbsd-nat.c (frame_num_args): Update.
12365 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
12366 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
12367 (xstormy16_frame_chain_valid): Update.
12368 * vax-tdep.c (vax_saved_pc_after_call): Update.
12369 * v850-tdep.c (v850_frame_chain): Update.
12370 (v850_pop_frame): Update.
12371 (v850_init_extra_frame_info): Update.
12372 * sparc-tdep.c (setup_arbitrary_frame): Update.
12373 * ns32k-tdep.c (umax_frame_num_args): Update.
12374 * s390-tdep.c (s390_pop_frame_regular): Update.
12375 * mn10300-tdep.c (mn10300_frame_chain): Update.
12376 (mn10300_pop_frame_regular): Update.
12377 (mn10300_init_extra_frame_info): Update.
12378 * mips-tdep.c (mips_init_frame_pc_first): Update.
12379 (mips_frame_chain): Update.
12380 (mips_pop_frame): Update.
12381 * mcore-tdep.c (mcore_frame_chain): Update.
12382 (mcore_pop_frame): Update.
12383 (mcore_init_extra_frame_info): Update.
12384 * arch-utils.c (init_frame_pc_default): Update.
12385 * m68k-tdep.c (isi_frame_num_args): Update.
12386 (delta68_frame_num_args): Update.
12387 (news_frame_num_args): Update.
12388 * ia64-tdep.c (ia64_pop_frame_regular): Update.
12389 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
12390 (alpha_frame_chain): Update.
12391 (alpha_pop_frame): Update.
12392 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
12393 (hppa_init_extra_frame_info): Update.
12394 (hppa_frame_chain): Update.
12395 (hppa_frame_chain_valid): Update.
12396 * cris-tdep.c (cris_init_extra_frame_info): Update.
12397 * avr-tdep.c (avr_init_extra_frame_info): Update.
12398 * arm-tdep.c (arm_frame_chain_valid): Update.
12399 (arm_init_extra_frame_info): Update.
12400 (arm_pop_frame): Update.
12401 * frame.c (frame_pc_unwind): Update.
12402 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
12403 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12404 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12405 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
12406 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
12407 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
12408
12409 2003-03-10 Andrew Cagney <cagney@redhat.com>
12410
12411 * gdbarch.sh (gdbarch_unwind_pc): New method.
12412 * gdbarch.h, gdbarch.c: Regenerate.
12413 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
12414 but use read_pc and FRAME_SAVED_PC as fall backs.
12415 (frame_saved_regs_pc_unwind): Delete function.
12416 (trad_frame_unwinder): Update.
12417 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
12418 (struct frame_unwind): Update.
12419 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
12420 (dummy_frame_unwind): Update.
12421 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
12422 (sentinel_frame_unwinder): Update.
12423 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
12424 (d10v_frame_unwind): Update.
12425 (d10v_unwind_pc): New function.
12426 (d10v_gdbarch_init): Set unwind_pc.
12427
12428 2003-03-10 Andrew Cagney <cagney@redhat.com>
12429
12430 * gdbarch.h: Re-generate.
12431
12432 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
12433 PC.
12434 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
12435 the PC register.
12436
12437 2003-03-08 Mark Kettenis <kettenis@gnu.org>
12438
12439 * gdbarch.sh (save_dummy_frame_tos): Add comment.
12440
12441 2003-03-08 Andrew Cagney <cagney@redhat.com>
12442
12443 * cli-out.c: Update copyright.
12444 (cli_out_data): Define typedef. Use instead of ui_out_data.
12445
12446 2003-03-08 Andrew Cagney <cagney@redhat.com>
12447
12448 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
12449 the result.
12450
12451 2003-03-07 Andrew Cagney <cagney@redhat.com>
12452
12453 * gdbarch.sh: Don't generate two macro definitions when an
12454 undefined macro taking no arguments.
12455 * gdbarch.h: Regenerate.
12456
12457 2002-03-07 Michal Ludvig <mludvig@suse.cz>
12458
12459 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
12460 (x86_64_unwind_dummy_id): New functions.
12461 (x86_64_init_abi): Register these two new functions.
12462
12463 2003-03-07 Michal Ludvig <mludvig@suse.cz>
12464
12465 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
12466 (x86_64_skip_prologue): Move prologue detection to
12467 separate function.
12468 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
12469
12470 2003-03-05 Andrew Cagney <cagney@redhat.com>
12471
12472 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
12473 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
12474 * frame.c (get_prev_frame): Restructure the frame ID unwind code
12475 to use unwind_dummy_id when a dummy frame.
12476 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
12477 predicate.
12478 * gdbarch.h, gdbarch.c: Regneerate.
12479
12480 2003-03-05 Andrew Cagney <cagney@redhat.com>
12481
12482 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
12483 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
12484 Do not use d10v_read_sp or d10v_read_fp when obtaining register
12485 values.
12486
12487 2003-03-05 Andrew Cagney <cagney@redhat.com>
12488
12489 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
12490 (struct d10v_unwind_cache): Delete field "frameless". Replace
12491 "next_addr" with "sp_offset". Add "r11_offset".
12492 (d10v_frame_unwind_cache): Update.
12493 (prologue_find_regs): Update. When "mv r11, sp", save the
12494 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
12495 RN was saved in r11_offset.
12496
12497 2003-03-05 Andrew Cagney <cagney@redhat.com>
12498
12499 * frame.c (deprecated_update_frame_pc_hack): Also update the the
12500 cached PC value in the next frame.
12501
12502 2003-03-05 Andrew Cagney <cagney@redhat.com>
12503
12504 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
12505 "id_unwind_cache" with "id".
12506 (frame_id_unwind): Delete declaration.
12507 * frame.c (frame_id_unwind): Delete function.
12508 (get_prev_frame): Call the frame id unwind method directly. Store
12509 the returned next frame's ID value in NEXT_FRAME. Note that there
12510 is a problem with the wrong unwind ID being called with the wrong
12511 unwind cache.
12512
12513 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
12514
12515 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
12516
12517 2003-03-05 James Ingham <jingham@apple.com>
12518 Daniel Jacobowitz <drow@mvista.com>
12519
12520 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
12521 (auto_cp_abi): New variable.
12522 (current_cp_abi, num_cp_abis): Make static.
12523 (CP_ABI_MAX): Define.
12524 (cp_abis): Turn into an array.
12525 (value_virtual_fn_field): Fix formatting.
12526 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
12527 takes a pointer.
12528 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
12529 (list_cp_abis, _initialize_cp_abi): New functions.
12530 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
12531 declarations for cp_abis, num_cp_abis, current_cp_abi, and
12532 switch_to_cp_abi. Update prototype for register_cp_abi.
12533 * Makefile.in (cp-abi.o): Update dependencies.
12534 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
12535 instead of switch_to_cp_abi.
12536 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
12537 register_cp_abi.
12538 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
12539 register_cp_abi.
12540 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
12541
12542 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
12543
12544 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
12545 * dwarf2loc.c: Include "regcache.h".
12546 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
12547 register_size.
12548 * Makefile.in (dwarf2loc.o): Update dependencies.
12549
12550 2003-03-04 Theodore A. Roth <troth@openavr.org>
12551
12552 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
12553 number of io registers reported by remote target is not a multiple of
12554 step.
12555
12556 2003-03-04 David Carlton <carlton@math.stanford.edu>
12557
12558 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
12559 (lookup_symbol_aux_psymtabs): Update call to
12560 lookup_partial_symbol.
12561 (lookup_transparent_type, find_main_psymtab)
12562 (make_symbol_overload_list): Ditto.
12563
12564 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
12565
12566 * MAINTAINERS (Write after approval): Update my email address.
12567
12568 2003-03-03 Andrew Cagney <cagney@redhat.com>
12569
12570 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
12571 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
12572 predicate. Replace MAX_REGISTER_RAW_SIZE.
12573 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
12574 MAX_REGISTER_VIRTUAL_SIZE.
12575 * regcache.c (legacy_max_register_raw_size): New function.
12576 (legacy_max_register_virtual_size): New function.
12577 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
12578 (MAX_REGISTER_RAW_SIZE): Define.
12579 (legacy_max_register_raw_size): Declare.
12580 (legacy_max_register_virtual_size): Declare.
12581 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12582 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
12583 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12584 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12585 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12586 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12587 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12588 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12589 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12590 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12591 * vax-tdep.c (vax_gdbarch_init): Update.
12592 * v850-tdep.c (v850_gdbarch_init): Update.
12593 * sparc-tdep.c (sparc_gdbarch_init): Update.
12594 * sh-tdep.c (sh_gdbarch_init): Update.
12595 * s390-tdep.c (s390_gdbarch_init): Update.
12596 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12597 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12598 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12599 * mips-tdep.c (mips_gdbarch_init): Update.
12600 * mcore-tdep.c (mcore_gdbarch_init): Update.
12601 * m68k-tdep.c (m68k_gdbarch_init): Update.
12602 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12603 * ia64-tdep.c (ia64_gdbarch_init): Update.
12604 * i386-tdep.c (i386_gdbarch_init): Update.
12605 * hppa-tdep.c (hppa_gdbarch_init): Update.
12606 * h8300-tdep.c (h8300_gdbarch_init): Update.
12607 * frv-tdep.c (frv_gdbarch_init): Update.
12608 * cris-tdep.c (cris_gdbarch_init): Update.
12609 * avr-tdep.c (avr_gdbarch_init): Update.
12610 * arm-tdep.c (arm_gdbarch_init): Update.
12611 * alpha-tdep.c (alpha_gdbarch_init): Update.
12612 * d10v-tdep.c (d10v_gdbarch_init): Do not set
12613 max_register_raw_size or max_register_virtual_size.
12614
12615 2003-03-03 David Carlton <carlton@math.stanford.edu>
12616
12617 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
12618 SYMBOL_MATCHES_NAME, add comment.
12619 (SYMBOL_MATCHES_NATURAL_NAME): New.
12620 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
12621 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
12622 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
12623 * symtab.c (lookup_partial_symbol): Use
12624 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
12625 unhelpful comment.
12626 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
12627 SYMBOL_MATCHES_NAME.
12628 Fix for PR c++/33.
12629
12630 2003-03-03 David Carlton <carlton@math.stanford.edu>
12631
12632 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
12633 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
12634 by regexp matching against SYMBOL_NATURAL_NAME.
12635
12636 2003-03-03 David Carlton <carlton@math.stanford.edu>
12637
12638 * linespec.c (find_method): Extract code into collect_methods.
12639 (collect_methods): New.
12640
12641 2003-03-02 Mark Kettenis <kettenis@gnu.org>
12642
12643 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
12644 get_frame_base.
12645
12646 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
12647 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12648
12649 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
12650
12651 * arch-utils.c (generic_register_byte): Fix to use the loop index
12652 and not regnum when summing the size of all registers up to regnum.
12653
12654 2003-03-01 Andrew Cagney <cagney@redhat.com>
12655
12656 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
12657 FRAME_INIT_SAVED_REGS.
12658 * gdbarch.h, gdbarch.c: Regenerate.
12659 * stack.c (frame_info): Update.
12660 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
12661 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
12662 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
12663 * ns32k-tdep.c (ns32k_pop_frame): Update.
12664 * mips-tdep.c (mips_pop_frame): Update.
12665 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
12666 * ia64-tdep.c (ia64_frame_chain): Update.
12667 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
12668 (ia64_frameless_function_invocation): Update.
12669 (ia64_init_extra_frame_info): Update.
12670 (ia64_pop_frame_regular): Update.
12671 * frame.h (struct frame_info): Update comment.
12672 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
12673 * frame.c (frame_saved_regs_register_unwind): Update.
12674 (frame_saved_regs_register_unwind): Update.
12675 (deprecated_generic_get_saved_register): Update.
12676 * cris-tdep.c: Update comment.
12677 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
12678 Rename macro.
12679 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12680 * x86-64-tdep.c (x86_64_init_abi): Update.
12681 * vax-tdep.c (vax_gdbarch_init): Update.
12682 * v850-tdep.c (v850_gdbarch_init): Update.
12683 * sparc-tdep.c (sparc_gdbarch_init): Update.
12684 * sh-tdep.c (sh_gdbarch_init): Update.
12685 * s390-tdep.c (s390_gdbarch_init): Update.
12686 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12687 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12688 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12689 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12690 * mips-tdep.c (mips_gdbarch_init): Update.
12691 * mcore-tdep.c (mcore_gdbarch_init): Update.
12692 * m68k-tdep.c (m68k_gdbarch_init): Update.
12693 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12694 * ia64-tdep.c (ia64_gdbarch_init): Update.
12695 * i386-tdep.c (i386_gdbarch_init): Update.
12696 * frv-tdep.c (frv_gdbarch_init): Update.
12697 * avr-tdep.c (avr_gdbarch_init): Update.
12698 * arm-tdep.c (arm_gdbarch_init): Update.
12699 * alpha-tdep.c (alpha_gdbarch_init): Update.
12700
12701 2003-03-01 Andrew Cagney <cagney@redhat.com>
12702
12703 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
12704 option enum and switch. When no windows, set the interpreter to
12705 INTERP_CONSOLE.
12706
12707 2003-03-01 Andrew Cagney <cagney@redhat.com>
12708
12709 * main.c (captured_main): Replace magic option characters with an
12710 enum.
12711
12712 2003-03-01 Andrew Cagney <cagney@redhat.com>
12713
12714 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
12715 INIT_EXTRA_FRAME_INFO.
12716 * gdbarch.h, gdbarch.c: Regenerate.
12717 * arm-tdep.c: Update comments.
12718 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
12719 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
12720 * frame.h, avr-tdep.c: Ditto.
12721 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
12722 (create_new_frame, legacy_get_prev_frame): Ditto.
12723 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12724 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12725 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
12726 deprecated_init_extra_frame_info instead of init_extra_frame_info.
12727 * x86-64-tdep.c (x86_64_init_abi): Ditto.
12728 * v850-tdep.c (v850_gdbarch_init): Ditto.
12729 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12730 * sh-tdep.c (sh_gdbarch_init): Ditto.
12731 * s390-tdep.c (s390_gdbarch_init): Ditto.
12732 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
12733 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12734 * mips-tdep.c (mips_gdbarch_init): Ditto.
12735 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12736 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12737 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12738 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12739 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12740 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12741 * frv-tdep.c (frv_gdbarch_init): Ditto.
12742 * cris-tdep.c (cris_gdbarch_init): Ditto.
12743 * avr-tdep.c (avr_gdbarch_init): Ditto.
12744 * arm-tdep.c (arm_gdbarch_init): Ditto.
12745 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12746 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12747
12748 2003-03-01 Andrew Cagney <cagney@redhat.com>
12749
12750 * gdbarch.sh (register_type): New function with predicate.
12751 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
12752 * gdbarch.h, gdbarch.c: Re-generate.
12753 * arch-utils.c (generic_register_byte): Use generic_register_size.
12754 (generic_register_size): When available, use
12755 gdbarch_register_type.
12756 * regcache.c (init_regcache_descr): When available, initialize the
12757 register type array using gdbarch_register_type. If the
12758 architecture supplies gdbarch_register_type, do not use the legacy
12759 regcache layout.
12760 * d10v-tdep.c (d10v_register_type): Replace
12761 d10v_register_virtual_type.
12762 (d10v_gdbarch_init): Set register_type instead of
12763 register_virtual_type.
12764
12765 2003-03-01 Andrew Cagney <cagney@redhat.com>
12766
12767 * Makefile.in (ax-gdb.o): Update dependencies.
12768 * ax-gdb.c: Include "regcache.h".
12769 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
12770 * findvar.c (value_of_register): Ditto.
12771 * infcmd.c (default_print_registers_info): Ditto.
12772
12773 2003-03-01 Mark Kettenis <kettenis@gnu.org>
12774
12775 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
12776 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12777
12778 2003-03-01 Mark Kettenis <kettenis@gnu.org>
12779
12780 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
12781 of STREQ.
12782
12783 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
12784
12785 * Makefile.in (dwarf2loc.o): Update dependencies.
12786 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
12787 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
12788 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
12789 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
12790 (locexpr_tracepoint_var_ref): New function.
12791 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
12792
12793 2003-02-28 Andrew Cagney <cagney@redhat.com>
12794
12795 * regcache.c (register_size): New function.
12796 * regcache.h (register_size): Declare
12797 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
12798 max_register_size instead of MAX_REGISTER_RAW_SIZE.
12799
12800 2003-02-28 David Carlton <carlton@math.stanford.edu>
12801
12802 * linespec.c (decode_compound): Extract code into find_method.
12803 (find_method): New.
12804
12805 2003-02-28 J. Brobecker <brobecker@gnat.com>
12806
12807 * Makefile.in: Add rules to build and link in observer.o.
12808
12809 2003-02-27 J. Brobecker <brobecker@gnat.com>
12810
12811 * observer.c: Minor comments edits.
12812
12813 2003-02-27 J. Brobecker <brobecker@gnat.com>
12814
12815 * observer.h, observer.c: New file.
12816
12817 2003-02-27 Andrew Cagney <cagney@redhat.com>
12818
12819 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
12820
12821 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
12822
12823 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
12824 (M6812_OP_STS_EXT): Likewise.
12825 (m6811_prologue): Use the above to recognize prologue.
12826 (m6812_prologue): Likewise.
12827
12828 2003-02-27 David Carlton <carlton@math.stanford.edu>
12829
12830 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
12831 SYMBOL_PRINT_NAME.
12832 (compare_psymbols): Ditto.
12833 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
12834
12835 2003-02-27 Michael Snyder <msnyder@redhat.com>
12836
12837 * f-lang.c (build_fortran_types): New function.
12838 (_initialize_f_language): Gdbarch-register built-in fortran types.
12839 * doublest.c (extract_floating): Fix warning text.
12840
12841 2003-02-27 Andrew Cagney <cagney@redhat.com>
12842
12843 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
12844 predicate. Replaces PUSH_DUMMY_FRAME.
12845 * gdbarch.h, gdbarch.c: Regnerate.
12846 * valops.c (hand_function_call): Update. Call
12847 generic_push_dummy_frame directly.
12848 * vax-tdep.c (vax_gdbarch_init): Update.
12849 * sparc-tdep.c (sparc_gdbarch_init): Update.
12850 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12851 * m68k-tdep.c (m68k_gdbarch_init): Update.
12852 * hppa-tdep.c (hppa_gdbarch_init): Update.
12853 * alpha-tdep.c (alpha_gdbarch_init): Update.
12854 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12855 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12856 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
12857 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
12858 push_dummy_frame to generic_push_dummy_frame.
12859 * v850-tdep.c (v850_gdbarch_init): Ditto.
12860 * sh-tdep.c (sh_gdbarch_init): Ditto.
12861 * s390-tdep.c (s390_gdbarch_init): Ditto.
12862 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12863 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12864 * mips-tdep.c (mips_gdbarch_init): Ditto.
12865 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12866 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12867 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12868 * i386-tdep.c (i386_gdbarch_init): Ditto.
12869 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12870 * frv-tdep.c (frv_gdbarch_init): Ditto.
12871 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12872 * cris-tdep.c (cris_gdbarch_init): Ditto.
12873 * avr-tdep.c (avr_gdbarch_init): Ditto.
12874 * arm-tdep.c (arm_gdbarch_init): Ditto.
12875
12876 2003-02-26 Kevin Buettner <kevinb@redhat.com>
12877
12878 * mips-tdep.c (show_mips_abi): New function.
12879 (_initialize_mips_tdep): Use show_mips_abi() to implement the
12880 command ``show mips abi''.
12881
12882 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
12883
12884 From Elena Zannoni <ezannoni@redhat.com>
12885 * dbxread.c (process_one_symbol): Only record line 0 if one or
12886 more sline entries have been seen for the function.
12887
12888 2003-02-26 Michael Chastain <mec@shout.net>
12889
12890 * configure: Regenerate with autoconf 000227.
12891
12892 2003-02-26 Michael Chastain <mec@shout.net>
12893
12894 Close PR build/660.
12895 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
12896 for old libc5/glibc.
12897 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
12898
12899 2003-02-26 Kris Warkentin <kewarken@qnx.com>
12900
12901 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
12902 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
12903
12904 2003-02-26 Michael Chastain <mec@shout.net>
12905
12906 * configure.in: New variable HAVE_UINTPTR_T.
12907 * configure, config.in: Regenerated.
12908
12909 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
12910
12911 Fix PR build/1097.
12912 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
12913
12914 2003-02-25 Andrew Cagney <cagney@redhat.com>
12915
12916 * frame.c (get_prev_frame): Add comment on check for
12917 inside_entry_func. Only check for inside_entry_file when not a
12918 dummy and not a sentinel. Check that the new frame is not inner
12919 to the old frame.
12920
12921 2003-02-25 Andrew Cagney <cagney@redhat.com>
12922
12923 * frame.c (frame_debug): New variable.
12924 (_initialize_frame): Add "set/show debug frame" command.
12925 (get_prev_frame): When frame_debug, print reason why unwind
12926 failed.
12927
12928 2003-02-25 Michael Chastain <mec@shout.net>
12929
12930 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
12931 to avoid uintptr_t definition problems.
12932
12933 2003-02-25 David Carlton <carlton@math.stanford.edu>
12934
12935 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
12936 (SYMBOL_LINKAGE_NAME): Ditto.
12937 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
12938 SYMBOL_LINKAGE_NAME.
12939 (struct general_symbol_info): Expand comment.
12940 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
12941 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
12942 (SYMBOL_MATCHES_REGEXP): Ditto.
12943 * symtab.c (symbol_natural_name): New function.
12944 * objfiles.h: Replace all uses of SYMBOL_NAME by
12945 DEPRECATED_SYMBOL_NAME.
12946 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
12947 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
12948 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
12949 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
12950 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
12951 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12952 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12953 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12954 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12955 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12956 * ada-exp.y: Ditto.
12957 * ada-exp.y: Update copyright.
12958 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12959 * cp-valprint.c: Ditto.
12960
12961 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
12962
12963 * infptrace.c (detach): Do not flag error if ptrace detach fails
12964 and errno is set to ESRCH.
12965
12966 2003-02-24 Andrew Cagney <cagney@redhat.com>
12967
12968 * infptrace.c (udot_info): Change type of udot_off to long. Use
12969 paddr when printing udot_off's value.
12970
12971 2003-02-24 David Carlton <carlton@math.stanford.edu>
12972
12973 * symtab.c (make_symbol_overload_list): Only read in partial
12974 symtabs containing a matching partial symbol.
12975
12976 2003-02-24 David Carlton <carlton@math.stanford.edu>
12977
12978 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12979 do the comparison, not strcmp.
12980 * symfile.c (compare_psymbols): Ditto.
12981 * defs.h: Declare strcmp_iw_ordered.
12982 * utils.c (strcmp_iw_ordered): New function.
12983
12984 2003-02-24 Jim Blandy <jimb@redhat.com>
12985
12986 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12987 support, shared libs): Remove my name from here, to better reflect
12988 reality.
12989
12990 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12991
12992 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12993 (target_ops): Add to_have_continuable_watchpoint.
12994 * target.c (update_current_target): Add INHERIT line for
12995 to_have_continuable_watchpoint.
12996 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
12997 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
12998 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
12999 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
13000
13001 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
13002
13003 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
13004 maintainership.
13005
13006 2003-02-24 Kris Warkentin <kewarken@qnx.com>
13007
13008 * solib.c (solib_open): Call target defined search function after
13009 failing with solib-search-path.
13010 * solist.h (target_so_ops): Add find_and_open_solib function hook and
13011 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
13012
13013 2003-02-24 Kris Warkentin <kewarken@qnx.com>
13014
13015 * MAINTAINERS: Add myself to Write After section.
13016
13017 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
13018
13019 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
13020
13021 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
13022
13023 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
13024 (m68hc11_add_reggroups): New function.
13025 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
13026 (m68hc11_gdbarch_init): Install the reggroups.
13027 (_initialize_m68hc11_tdep): Initialize them.
13028
13029 2003-02-21 James E Wilson <wilson@tuliptree.org>
13030
13031 * MAINTAINERS: Update my email address.
13032
13033 2003-02-21 David Carlton <carlton@math.stanford.edu>
13034
13035 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
13036
13037 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
13038
13039 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
13040 * symtab.h: Add opaque declarations of struct axs_value and
13041 struct agent_expr.
13042 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
13043 (struct location_funcs): New type.
13044 (struct symbol): Add "loc" to aux_value.
13045 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
13046 * dwarf2read.c: Include "dwarf2expr.h".
13047 (dwarf2_symbol_mark_computed): New function.
13048 (read_func_scope): Use it.
13049 (var_decode_location): New function.
13050 (new_symbol): Use it.
13051 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
13052
13053 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
13054 (dwarf2expr_h, dwarf2loc_h): New variables.
13055 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
13056 (dwarf2expr.o, dwarf2loc.o): New rules.
13057 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
13058 * buildsym.c (finish_block): Handle LOC_COMPUTED and
13059 LOC_COMPUTED_ARG.
13060 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
13061 * m2-exp.y (yylex): Likewise.
13062 * printcmd.c (address_info, print_frame_args): Likewise.
13063 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
13064 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
13065 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
13066 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
13067 * symtab.c (lookup_block_symbol): Likewise.
13068
13069 2003-02-20 Adam Fedor <fedor@gnu.org>
13070
13071 * symtab.h: Remove objc_specific struct
13072 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
13073 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
13074 Have language_objc use cplus_specific struct.
13075
13076 2003-02-20 Tom Tromey <tromey@redhat.com>
13077
13078 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
13079 TYPE_NAME, when printing a String value. PR java/1075.
13080
13081 2003-02-20 Adam Fedor <fedor@gnu.org>
13082
13083 * objc-lang.h (find_methods): Remove declaration.
13084 * objc-lang.c (find_methods): Make static.
13085
13086 2003-02-20 Christopher Faylor <cgf@redhat.com>
13087
13088 * win32-nat.c (get_image_name): Check return value from
13089 ReadProcessMemory.
13090 (child_xfer_memory): Ditto.
13091
13092 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
13093
13094 * configure.in (TARGET_SYSTEM_ROOT): Set default to
13095 ${exec_prefix}/${target_alias}/sys-root. Match explicit
13096 '${exec_prefix}' (in addition to the expansion thereof) as
13097 relocatable.
13098 * configure: Rebuilt.
13099
13100 2003-02-20 David Carlton <carlton@math.stanford.edu>
13101
13102 * symtab.c (search_symbols): Revert the search_symbols part of my
13103 2002-12-23 patch. Add comment.
13104
13105 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
13106
13107 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
13108 * dbxread.c (elfstab_build_psymtabs): Don't call
13109 install_minimal_symbols.
13110 (stabsect_build_psymtabs): Likewise.
13111 * elfread.c (elf_symfile_read): Call install_minimal_symbols
13112 earlier.
13113 * somread.c (som_symfile_read): Call install_minimal_symbols
13114 and do_cleanups earlier.
13115 * nlmread.c (nlm_symfile_read): Likewise.
13116 * mdebugread.c (elfmdebug_build_psymtabs): Call
13117 install_minimal_symbols and make appropriate cleanups.
13118
13119 2003-02-20 Kevin Buettner <kevinb@redhat.com>
13120
13121 * solib.c (reload_shared_libraries): New function.
13122 (_initialize_solib): Add callbacks for ``set solib-search-path''
13123 and ``set solib-absolute-prefix''.
13124
13125 2003-02-20 David Carlton <carlton@math.stanford.edu>
13126
13127 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
13128 expand comment.
13129 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
13130 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
13131 * ada-typeprint.c (ada_typedef_print): Ditto.
13132 * ax-gdb.c (gen_var_ref): Ditto.
13133 * breakpoint.c (print_one_breakpoint): Ditto.
13134 * buildsym.c (finish_block): Ditto.
13135 * c-valprint.c (c_val_print): Ditto.
13136 * expprint.c (print_subexp): Ditto.
13137 * findvar.c (locate_var_value): Ditto.
13138 * infcmd.c (jump_command): Ditto.
13139 * linespec.c (decode_line_2, decode_compound): Ditto.
13140 * maint.c (maintenance_translate_address): Ditto.
13141 * objc-lang.c (compare_selectors, compare_classes): Ditto.
13142 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
13143 Ditto.
13144 * p-valprint.c (pascal_val_print): Ditto.
13145 * stabsread.c (define_symbol): Ditto.
13146 * stack.c (print_frame, frame_info, print_block_frame_locals)
13147 (print_frame_arg_vars, return_command): Ditto.
13148 * symfile.c (compare_symbols, compare_psymbols): Ditto.
13149 * symmisc.c (print_symbol): Ditto.
13150 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
13151 (compare_search_syms, print_symbol_info, print_msymbol_info)
13152 (rbreak_command): Ditto.
13153 * tracepoint.c (tracepoints_info): Ditto.
13154 * typeprint.c (typedef_print): Ditto.
13155 * valops.c (value_of_variable, hand_function_call): Ditto.
13156 * cli/cli-cmds.c (edit_command, list_command): Ditto.
13157 * ada-typeprint.c: Update Copyright.
13158 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
13159 * tracepoint.c, cli/cli-cmds.c: Ditto.
13160
13161 2003-02-20 Kevin Buettner <kevinb@redhat.com>
13162
13163 * frame.c (generic_unwind_get_saved_register): Make non-static.
13164 * frame.h (generic_unwind_get_saved_register): Declare.
13165 * mips-tdep.c (read_next_frame_reg): Fetch register from
13166 current regcache when frame is NULL.
13167 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
13168 that must be NULL.
13169 (mips_get_saved_register): Call generic_unwind_get_saved_register()
13170 instead of frame_register_unwind().
13171
13172 2003-02-20 Andrew Cagney <ac131313@redhat.com>
13173
13174 * remote-sim.c (gdbsim_insert_breakpoint)
13175 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
13176 code.
13177
13178 2003-02-20 Andrew Cagney <ac131313@redhat.com>
13179
13180 * remote.c (_initialize_remote): Add commands "set/show remote
13181 hardware-watchpoint-limit" and "set/show remote
13182 hardware-breakpoint-limit".
13183 (remote_hw_watchpoint_limit): Initialize to -1.
13184 (remote_hw_breakpoint_limit): Ditto.
13185 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
13186
13187 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
13188
13189 * coff-pe-read.c: New file - support reading of minimal symbols from a
13190 portable executable using the export table.
13191 * coff-pe-read.h: New file.
13192 * coffread.c: Include coff-pe-read.h.
13193 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
13194 debugging symbols found.
13195 * Makefile.in (SFILES): Add coff-pe-read.o.
13196 (coff_pe_read_h): Define.
13197 (COMMON_OBS): Add coff-pe-read.o.
13198 (coffread.o): Add coff_pe_read_h dependency.
13199 (coff-pe-read.o): New target.
13200
13201 2003-02-19 David Carlton <carlton@math.stanford.edu>
13202
13203 * Makefile.in (SFILES): Add block.c.
13204 (block_h): New.
13205 (COMMON_OBS): Add block.o.
13206 (block.o): New.
13207 (x86-64-tdep.o): Add $(block_h).
13208 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
13209 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
13210 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
13211 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
13212 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
13213 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
13214 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
13215 * value.h: Add opaque declaration for struct block.
13216 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
13217 * ada-lang.h: Ditto.
13218 * x86-64-tdep.c: #include "block.h"
13219 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
13220 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
13221 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
13222 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
13223 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
13224 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
13225 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
13226 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
13227 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
13228 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
13229 * symtab.c (block_function): Ditto.
13230 (contained_in): Ditto.
13231 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
13232 block.h. Add opaque declaration for struct block.
13233 * symtab.h: Move block_function and contained_in declarations to
13234 block.h. Add opaque declarations for struct block, struct
13235 blockvector.
13236 (struct block): Move to block.h.
13237 (struct blockvector): Ditto.
13238 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
13239 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
13240 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
13241 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
13242 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
13243 Ditto.
13244 * block.c: New file.
13245 * block.h: New file.
13246
13247 2003-02-19 Theodore A. Roth <troth@openavr.org>
13248
13249 * avr-tdep.c (avr_extract_return_value): Remove function.
13250 (avr_store_return_value): Remove function.
13251 (avr_extract_struct_value_address): Remove function.
13252 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
13253
13254 2003-02-19 Andrew Cagney <ac131313@redhat.com>
13255
13256 * rs6000-tdep.c: Include "gdb_assert.h".
13257 (registers_e500): Add "acc" and "spefscr".
13258 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
13259 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
13260 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
13261 really is "r0".
13262 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
13263
13264 2003-02-18 Keith Seitz <keiths@redhat.com>
13265
13266 * Makefile.in: Add gdbtk-interps.c.
13267
13268 2003-02-18 Kevin Buettner <kevinb@redhat.com>
13269
13270 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
13271 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
13272
13273 2003-02-18 Andrew Cagney <cagney@redhat.com>
13274
13275 * symtab.h (struct objfile): Add opaque declaration.
13276
13277 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
13278
13279 From Jim Ingham <jingham@apple.com>:
13280 * dbxread.c (process_one_symbol): Use last_function_start rather
13281 than function_start_offset to find the real beginning of the
13282 current function. The latter is just the text section offset on
13283 some systems, the former is always the real function start.
13284
13285 2003-02-17 Andrew Cagney <cagney@redhat.com>
13286
13287 * configure.in: Revert ${target} != ${host}.
13288
13289 2003-02-17 Andrew Cagney <ac131313@redhat.com>
13290
13291 * configure.in (Makefile): Use the test ${target} != ${host},
13292 instead of the absence of the "nm.h" file, to determine of the
13293 configuration non-native.
13294 * configure: Regenerate.
13295
13296 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
13297
13298 From Brian Ford <ford@vss.fsi.com>
13299
13300 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
13301 conditionalize tui_active test.
13302 (lookup_cmd_1): Ditto.
13303
13304 2003-02-14 Mark Kettenis <kettenis@gnu.org>
13305
13306 * configure.in: Add check for _etext.
13307 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
13308 available.
13309 * config.in, configure: regenerated.
13310
13311 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
13312
13313 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
13314
13315 2003-02-14 Andrew Cagney <ac131313@redhat.com>
13316
13317 * main.c (tui_version): Delete variable.
13318 (captured_main): When --tui, set interpreter_p to "tui" instead of
13319 enabling tui_version.
13320 * printcmd.c (display_command) [TUI]: Test tui_active instead of
13321 tui_version.
13322 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
13323 * cli/cli-cmds.c (disassemble_command): Ditto.
13324 * defs.h (tui_version): Delete declaration.
13325 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
13326 (tui-interp.o): Add rules.
13327 (SUBDIR_TUI_OBS): Add "tui-interp.o".
13328
13329 2003-02-14 Christopher Faylor <cgf@redhat.com>
13330
13331 * win32-nat.c (register_loaded_dll): Correctly set address range for
13332 just-loaded dll.
13333
13334 2003-02-12 Jason Molenda (jmolenda@apple.com)
13335
13336 * symmisc.c (print_objfile_statistics): Include information about
13337 the number of psymtabs and symtabs in each object file.
13338
13339 2003-02-13 Keith R Seitz <keiths@redhat.com>
13340
13341 * main.h (struct captured_main_args): Add interpreter_p.
13342 * main.c (captured_main): Initialize interpreter_p from context.
13343 * gdb.c (main): Set interpreter_p argument.
13344 * Makefile.in (gdb.o): Add dependency for interps.h.
13345
13346 2003-02-12 Andrew Cagney <ac131313@redhat.com>
13347
13348 * event-top.c (cli_command_loop): Delete declaration.
13349 (_initialize_event_loop): Delete function setting event_loop_hook.
13350 * event-top.h (cli_command_loop): Declare. Update copyright.
13351 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
13352 * interps.c (current_interp_command_loop): When event_loop_p, call
13353 cli_command_loop.
13354
13355 2003-02-12 Andrew Cagney <ac131313@redhat.com>
13356
13357 * interps.h (interp_command_loop_ftype): Change return type to
13358 void.
13359
13360 2003-02-12 Michal Ludvig <mludvig@suse.cz>
13361
13362 * x86-64-tdep.c (x86_64_extract_return_value)
13363 (x86_64_store_return_value): Use regcache instead of regbuf.
13364 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
13365 * x86-64-linux-nat.c (fill_gregset): Use regcache.
13366
13367 2003-02-11 Andrew Cagney <ac131313@redhat.com>
13368
13369 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
13370 * aclocal.m4: Regenerate.
13371 * configure: Regenerate.
13372
13373 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
13374 TCL_LD_SEARCH_FLAGS.
13375
13376 2003-02-10 Michal Ludvig <mludvig@suse.cz>
13377
13378 * dwarf2cfi.c: Reindented.
13379
13380 2003-02-09 Andrew Cagney <ac131313@redhat.com>
13381
13382 * interps.c (clear_interpreter_hooks): Convert function definition
13383 to ISO C.
13384
13385 2003-02-07 David Carlton <carlton@math.stanford.edu>
13386
13387 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
13388
13389 2003-02-07 Kevin Buettner <kevinb@redhat.com>
13390
13391 * gdbtypes.h (struct main_type): Move ``length'' field from here...
13392 (struct type): ...to here.
13393 (TYPE_LENGTH): Adjust to reflect different location of ``length''
13394 field.
13395 * gdbtypes.c (make_qualified_type): Set length on newly created type.
13396 (replace_type): Set length on all type variants for a given type.
13397
13398 2003-02-07 Andrew Cagney <ac131313@redhat.com>
13399
13400 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
13401 <sys/stat.h>.
13402 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
13403
13404 2003-02-06 Andrew Cagney <ac131313@redhat.com>
13405
13406 * Makefile.in (symm-nat.o): Update dependencies.
13407 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
13408 (lynx-nat.o, ia64-linux-nat.): Ditto.
13409 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
13410 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
13411 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
13412
13413 * Makefile.in (inflow_h): Define.
13414 (procfs.o, inflow.o, procfs.o): Update dependencies.
13415 * inftarg.c (child_stop): Delete extern declaration of
13416 inferior_process_group. Include "inflow.h".
13417 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
13418 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
13419 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
13420 (our_process_group, inferior_process_group): Extern declarations.
13421
13422 * procfs.c: Include "gdb_assert.h".
13423
13424 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
13425 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
13426 * jv-typeprint.c (java_type_print_base): Ditto.
13427 * typeprint.c (typedef_print): Eliminate STREQ.
13428 * cli/cli-script.c (define_command, define_command): Ditto.
13429 * main.c (captured_main): Ditto.
13430 * values.c (lookup_internalvar): Ditto.
13431 * utils.c (safe_strerror, parse_escape): Eliminate assignment
13432 within `if' conditional.
13433 * linespec.c (decode_line_2): Ditto.
13434 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
13435 (bfd_openw_with_cleanup): Ditto.
13436
13437 2003-02-07 Mark Kettenis <kettenis@gnu.org>
13438
13439 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
13440 legacy_extract_return_value and store_return_value to
13441 legacy_return_value.
13442
13443 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
13444
13445 * win32-nat.c (get_relocated_section_addrs): New function. Find
13446 section load addresses for symbol handling in relocated DLLs.
13447 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
13448
13449 2003-02-05 Fred Fish <fnf@intrinsity.com>
13450
13451 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
13452 '=' and '!='.
13453 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
13454 with '&' and '=='.
13455 (angel_RDI_info): Ditto.
13456 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
13457 with '&' and '!='.
13458 (threads_continue_all_with_signals): Ditto.
13459
13460 2003-02-05 Jim Ingham <jingham@apple.com>
13461 Keith Seitz <keiths@redhat.com>
13462 Elena Zannoni <ezannoni@redhat.com>
13463 Andrew Cagney <ac131313@redhat.com>
13464
13465 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
13466 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
13467 (SUBDIR_MI_OBS): Add "mi-interp.o".
13468 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
13469 (SFILES): Add "interps.c".
13470 (COMMON_OBS): Add "interps.o".
13471 (interps_h, mi_main_h): Define.
13472 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
13473 (mi-main.o, main.o, event-top.o): Update dependencies.
13474 * cli/cli-interp.c: New file.
13475 * interps.h, interps.c: New files.
13476 * top.c: (gdb_init): Don't install the default interpreter, handed
13477 by captured_main.
13478 * main.c: Include "interps.h".
13479 (interpreter_p): Note that it should malloc'ed.
13480 (captured_command_loop): Call current_interp_command_loop.
13481 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
13482 xfree and xstrdup when updating interpreter_p. Install the
13483 default interpreter. Add hack to stop mi1's copyright notice
13484 being encoded.
13485 * event-top.h (gdb_setup_readline): Declare.
13486 (gdb_disable_readline): Declare.
13487 * event-top.c: Include "interps.h".
13488 (display_gdb_prompt): Call current_interp_display_prompt_p.
13489 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
13490 gdb_stdlog, and gdb_stdtarg.
13491 (_initialize_event_loop): Don't call gdb_setup_readline.
13492 * cli-out.c (cli_out_set_stream): New function.
13493 * cli-out.h (cli_out_set_stream): Declare.
13494
13495 2003-02-06 Mark Kettenis <kettenis@gnu.org>
13496
13497 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
13498 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
13499 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
13500 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
13501 config/i386/i386v42mp.mt: Removed.
13502
13503 2003-02-05 Mark Kettenis <kettenis@gnu.org>
13504
13505 * configure.tgt (*-*-solaris*): Set gdb_osabi to
13506 GDB_OSABI_SOLARIS.
13507
13508 2003-02-05 Michael Chastain <mec@shout.net>
13509
13510 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
13511 2.12.1 and earlier versions.
13512
13513 2003-02-05 Andrew Cagney <ac131313@redhat.com>
13514
13515 Remove orphaned hosts, targets and files.
13516 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
13517 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
13518 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
13519 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
13520 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
13521 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
13522 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
13523 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
13524 * config/sparc/tm-sp64sim.h: Delete.
13525 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
13526 hosts.
13527 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
13528 mips*-dec-mach3* targets.
13529
13530 2003-02-04 Michael Chastain <mec@shout.net>
13531
13532 * NEWS: Fix typo: sepcifying -> specifying.
13533
13534 2003-02-04 Michael Chastain <mec@shout.net>
13535
13536 * dwarfread.c: Add documentation on the state of dwarf-1,
13537 looking towards obsoletion.
13538
13539 2003-02-03 Michael Chastain <mec@shout.net>
13540
13541 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
13542 gdb/testsuite/gdb.c++/pr-1023.exp.
13543
13544 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13545
13546 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
13547 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
13548
13549 * utils.c (init_page_info): Delete reference to MPW in comments.
13550 * main.c (captured_main): Delete #ifdef MPW.
13551
13552 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13553
13554 * NEWS: Note that the m32r-*-elf* is obsolete.
13555 * monitor.c (monitor_expect): Obsolete reference to m32r.
13556 * configure.tgt: Mark m32r-*-elf* as obsolete.
13557 * MAINTAINERS: Mark m32k as obsolete.
13558 * m32r-rom.c: Obsolete file.
13559 * config/m32r/m32r.mt: Obsolete file.
13560 * config/m32r/tm-m32r.h: Obsolete file.
13561 * m32r-stub.c: Obsolete file.
13562 * m32r-tdep.c: Obsolete file.
13563
13564 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13565
13566 * NEWS: Mention that the z8k-zilog-none is obsolete.
13567 * MAINTAINERS: Mark z8k as obsolete.
13568 * configure.tgt: Obsolete the z8k-*-coff* target.
13569 * config/z8k/z8k.mt: Obsolete file.
13570 * config/z8k/tm-z8k.h: Obsolete file.
13571 * z8k-tdep.c: Obsolete file.
13572
13573 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13574
13575 * NEWS: Mention that the mn10200-elf is obsolete.
13576 * configure.tgt: Obsolete mn10200-*-* target.
13577 * breakpoint.c (update_breakpoints_after_exec): Update comment to
13578 mention that the mn10200 is obsolete.
13579 * breakpoint.h: Ditto.
13580 * MAINTAINERS: Mark the mn10200-elf as obsolete.
13581 * config/mn10200/mn10200.mt: Obsolete file.
13582 * config/mn10200/tm-mn10200.h: Obsolete file.
13583 * mn10200-tdep.c: Obsolete file.
13584
13585 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13586
13587 * MAINTAINERS: Mark h8500 as obsolete.
13588 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
13589 * findvar.c (value_from_register): Ditto.
13590 * h8500-tdep.c: Mark file as obsolete.
13591 * config/h8500/h8500.mt: Ditto.
13592 * config/h8500/tm-h8500.h: Ditto.
13593 * NEWS: Mention that h8500 is obsolete.
13594
13595 2003-02-04 David Carlton <carlton@math.stanford.edu>
13596
13597 * objfiles.c (allocate_objfile): Always set name. Add comment at
13598 start of function.
13599 * jv-lang.c (get_dynamics_objfile): Add comment.
13600
13601 2003-02-04 David Carlton <carlton@math.stanford.edu>
13602
13603 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
13604 * printcmd.c (build_address_symbolic): Replace uses of
13605 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
13606 SYMBOL_NAME, and asm_demangle.
13607 Update copyright.
13608
13609 2003-02-04 David Carlton <carlton@math.stanford.edu>
13610
13611 * linespec.c (decode_compound): Extract code into
13612 lookup_prefix_sym.
13613 (lookup_prefix_sym): New function.
13614
13615 2003-02-04 David Carlton <carlton@math.stanford.edu>
13616
13617 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
13618 FLOAT_COERCION_BADNESS.
13619 * gdbtypes.c (rank_one_type): Replace all uses of
13620 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
13621
13622 2003-02-04 Jim Blandy <jimb@redhat.com>
13623
13624 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
13625 section, let dwarf_macinfo_section point to it, not
13626 dwarf_loc_section.
13627
13628 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
13629
13630 Pointed out by Anton Blanchard <anton@samba.org>.
13631 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
13632 (ppc_linux_at_sigtramp_return_path): Use it.
13633
13634 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
13635
13636 * defs.h (streq): Add prototype.
13637 * utils.c (streq): New function.
13638
13639 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
13640 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
13641 * mdebugread.c (new_symbol): Likewise.
13642 * stabsread.c (define_symbol): Likewise.
13643 * coffread.c (process_coff_symbol): Likewise.
13644 * dwarfread.c (new_symbol): Likewise.
13645
13646 * minsyms.c (prim_record_minimal_symbol_and_info): Use
13647 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
13648 here.
13649 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
13650 SYMBOL_INIT_DEMANGLED_NAME.
13651 * objfiles.c: Include "hashtab.h".
13652 (allocate_objfile): Call htab_set_functions_ex for the
13653 demangled_names_hash.
13654 (free_objfile): Call htab_delete for the demangled_names_hash.
13655 * objfiles.h (struct htab): Add declaration.
13656 (struct objfile): Add demangled_names_hash.
13657 * symfile.c: Include "hashtab.h".
13658 (reread_symbols): Call htab_delete for the demangled_names_hash.
13659 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
13660 SYMBOL_NAME in the bcache.
13661 * symtab.c: Include "hashtab.h". Update comments.
13662 (create_demangled_names_hash, symbol_set_names): New functions.
13663 (symbol_find_demangled_name): New function, broken out from
13664 symbol_init_demangled_names.
13665 (symbol_init_demangled_names): Use it.
13666 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
13667 (SYMBOL_SET_NAMES): New macro.
13668 (symbol_set_names): Add prototype.
13669
13670 2003-02-03 Jim Blandy <jimb@redhat.com>
13671
13672 Use a single, consistent representation for an empty minimal
13673 symbol table in an objfile.
13674 * objfiles.c (terminate_minimal_symbol_table): New function.
13675 (allocate_objfile): Call it.
13676 * objfiles.h (terminate_minimal_symbol_table): New declaration.
13677 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
13678 non-NULL.
13679 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
13680 objfile has minimal symbols, compare minimal_symbol_count to zero,
13681 instead of comparing msymbols with NULL.
13682 * objfiles.c (have_minimal_symbols): Same.
13683 * solib-sunos.c (solib_add_common_symbols): Call
13684 terminate_minimal_symbol_table.
13685 * symfile.c (reread_symbols): Same.
13686
13687 2003-02-03 Kevin Buettner <kevinb@redhat.com>
13688
13689 * s390-tdep.c (s390_address_class_type_flags)
13690 (s390_address_class_type_flags_to_name)
13691 (s390_address_class_name_to_type_flags): New functions.
13692 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
13693 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
13694
13695 2003-02-03 Michael Snyder <msnyder@redhat.com>
13696
13697 * arm-tdep.c: Fix spell-o in comment.
13698
13699 2003-02-03 Michal Ludvig <mludvig@suse.cz>
13700
13701 * dwarf2cfi.c (pointer_encoding): Added new parameter.
13702 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
13703 error messages to contain BFD filename.
13704
13705 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
13706
13707 Fix PR gdb/742 gdb/743 gdb/877
13708 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
13709 (do_mixed_source_and_assembly): Use
13710 make_cleanup_ui_out_tuple_begin_end and
13711 make_cleanup_ui_out_tuple_begin_end.
13712 (do_mixed_source_and_assembly): Ditto.
13713 * thread.c (do_captured_list_thread_ids): Ditto.
13714 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
13715 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
13716 ui_out_tuple_end): Delete prototypes.
13717 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
13718 ui_out_list_end, ui_out_tuple_end): Delete.
13719
13720 From Kevin Buettner <kevinb@redhat.com>:
13721 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
13722 * ui-out.c (make_cleanup_ui_out_table_begin_end)
13723 (do_cleanup_table_end): New functions.
13724 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
13725 Use cleanups to invoke_ui_out_tuple_end().
13726 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
13727 * cli/cli-setshow.c (cmd_show_list): Use
13728 make_cleanup_ui_out_tuple_begin_end.
13729
13730 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13731
13732 * frame.c (frame_unwind_register): New function.
13733 (frame_unwind_unsigned_register): Use.
13734 (frame_unwind_signed_register): Use.
13735 (frame_read_register): New function.
13736 * frame.h (frame_unwind_register): Declare.
13737 (frame_read_register): Declare.
13738
13739 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
13740 and frame_unwind_register instead of read_memory, write_register
13741 and deprecated_write_register_bytes.
13742
13743 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13744
13745 * frame.h: Note that namelen can be negative.
13746 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
13747 NAME's length.
13748
13749 * NEWS: Mention that the d10v's `regs' command is deprecated.
13750 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
13751 (d10v_print_registers_info): New function.
13752 (show_regs): Call d10v_print_registers_info.
13753 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
13754
13755 2003-02-02 Mark Kettenis <kettenis@gnu.org>
13756
13757 * stack.c (print_frame_info): Restore call to annotate_frame_begin
13758 lost in the previous patch.
13759
13760 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13761
13762 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
13763 * stack.c (print_frame_info_base): Output complete FRAME tuple
13764 for synthesized frames.
13765
13766 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13767
13768 * mips-nat.c (zerobuf): Delete.
13769 (fetch_inferior_registers): Alloc local zerobuf.
13770 (fetch_core_registers): Alloc local zerobuf.
13771 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
13772 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
13773 * thread-db.c (thread_db_store_registers): Ditto.
13774 * sh-tdep.c (sh_do_register): Ditto.
13775 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
13776 * remote-sim.c (gdbsim_store_register): Ditto.
13777 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
13778 * remote-e7000.c (fetch_regs_from_dump): Ditto.
13779 * monitor.c (monitor_supply_register): Ditto.
13780 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
13781 * mips-nat.c (fetch_inferior_registers): Ditto.
13782 * m68klinux-nat.c (fetch_register): Ditto.
13783 * lynx-nat.c (fetch_inferior_registers): Ditto.
13784 (fetch_inferior_registers): Ditto.
13785 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
13786 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
13787 (hpux_thread_store_registers): Ditto.
13788 * hppah-nat.c (fetch_register): Ditto.
13789 * hppab-nat.c (fetch_register): Ditto.
13790 * hppa-tdep.c (pa_register_look_aside): Ditto.
13791 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
13792 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
13793
13794 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13795
13796 * gdbarch.sh: Explictly specify all method levels. When a
13797 variable with an empty level, provide a non-multi-arch default.
13798 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
13799 * gdbarch.h: Re-generate.
13800 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
13801 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
13802
13803 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13804
13805 * defs.h (host_pointer_to_address): Delete declaration.
13806 (address_to_host_pointer): Delete declaration.
13807 * utils.c (host_pointer_to_address): Delete function.
13808 (address_to_host_pointer): Delete function.
13809 * procfs.c (procfs_address_to_host_pointer): New function.
13810 * procfs.c (proc_set_watchpoint): Use.
13811 (procfs_can_use_hw_breakpoint): Update comments.
13812 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
13813 (som_solib_add): Use.
13814 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
13815 * hppa-tdep.c (unwind_command): Use.
13816
13817 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13818
13819 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
13820 strlen d_name.
13821
13822 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
13823 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
13824 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
13825 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
13826 (define_symbol): Update.
13827 * symfile.c (generic_load): Remove references to nindy.
13828 * symtab.c: Remove references to nindy.
13829
13830 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13831
13832 * infcmd.c (print_float_info): Delete code conditional on
13833 FLOAT_INFO.
13834 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
13835 * config/m68k/nm-apollo68b.h: Ditto.
13836 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
13837 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
13838 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
13839
13840 2003-02-01 Mark Kettenis <kettenis@gnu.org>
13841
13842 * config/i386/tm-i386os9k.h: Removed.
13843
13844 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
13845 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
13846 they're identical to i[3456]86-*-sysv* now.
13847 * config/i386/i386v32.mh: Removed.
13848 * config/i386/xm-i386v32.h: Removed.
13849 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
13850
13851 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
13852
13853 * config/i386/i386dgux.mh: Removed.
13854 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
13855
13856 * configure.in: Fix typo.
13857 * configure: Regenerated.
13858
13859 2003-01-31 David Carlton <carlton@math.stanford.edu>
13860
13861 * dwarf2read.c (dwarf2_locate_sections): Set
13862 dwarf_ranges_section.
13863
13864 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13865
13866 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
13867 * utils.c: Update comments documenting legitimate uses of PTR.
13868
13869 * utils.c: Re-indent.
13870
13871 * config/djgpp/fnchange.lst: Delete nindy files.
13872 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
13873 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
13874 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
13875 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
13876 * nindy-share/README, nindy-share/Onindy.c: Delete files.
13877 * nindy-tdep.c, nindy-share/Makefile: Delete files.
13878 * Makefile.in (init.c): Remove nindy references.
13879 (saber_gdb): Delete rule.
13880 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
13881 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
13882 and a68v-nat.c.
13883 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
13884 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
13885 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
13886 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
13887 nindy-share/stop.h.
13888 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
13889 * saber.suppress: Delete file.
13890
13891 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
13892
13893 * dbxread.c (stabs_data): New static variable.
13894 (fill_symbuf): Support an in-memory buffer for stabs data.
13895 (stabs_seek): New function.
13896 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
13897 (read_ofile_symtab): Use stabs_seek.
13898 (elfstab_build_psymtabs): Take an asection* instead of
13899 an offset and size. Relocate the stabs data if necessary.
13900 Save the section* for dbx_psymtab_to_symtab.
13901 * dwarf2read.c: Add section variables for each debug section.
13902 (dwarf2_locate_sections): Fill them in.
13903 (dwarf2_read_section): Take an asection* argument.
13904 Relocate the section contents if necessary.
13905 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
13906 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
13907 it to dwarf2_read_section.
13908 (dwarf2_build_frame_info): Update callers.
13909 * elfread.c (elf_symfile_read): Update call to
13910 elfstab_build_psymtabs.
13911 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
13912 (DBX_STAB_SECTION): New macro.
13913 * stabsread.h (elfstab_build_psymtabs): Update prototype.
13914 * symfile.c (symfile_dummy_outputs): New function.
13915 (symfile_relocate_debug_section): New function.
13916 * symfile.h (symfile_relocate_debug_section): Add prototype.
13917
13918 2003-01-31 Richard Henderson <rth@redhat.com>
13919
13920 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
13921 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
13922 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
13923 * alpha-tdep.c (alpha_register_name): Add "unique".
13924 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
13925 (ALPHA_UNIQUE_REGNUM): New.
13926 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
13927
13928 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13929
13930 * README: Remove reference to Ericsson 1800 monitor.
13931 * Makefile.in (remote-es.o): Delete rule.
13932 (ALLDEPFILES): Delete remote-es.c.
13933 * remote-es.c: Delete file.
13934 * config/m68k/es1800.mt: Delete file.
13935 * config/djgpp/fnchange.lst: Update.
13936 * configure.tgt: Delete m68*-ericsson-* target.
13937
13938 2003-01-31 Adam Fedor <fedor@gnu.org>
13939
13940 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
13941 Remove duplicate/shadowing variable of same name.
13942
13943 2003-01-30 Jim Blandy <jimb@redhat.com>
13944
13945 * symfile.c (find_separate_debug_file): Assert that the objfile's
13946 directory name we compute ends with a slash, and then assume that
13947 that's so everywhere we use it.
13948
13949 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
13950
13951 * valops.c (value_assign): Flush frame cache after stores to memory
13952 also.
13953
13954 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13955
13956 * Makefile.in (mon960-rom.o): Delete rule.
13957 * mon960-rom.c: Delete file.
13958
13959 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13960
13961 * d10v-tdep.c: Include "frame-unwind.h".
13962 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13963 list.
13964 (next_addr, uses_frame): Delete.
13965 (struct d10v_unwind_cache): Define.
13966 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13967 Use info instead of next_addr and uses_frame globals.
13968 (d10v_frame_init_saved_regs): Delete function.
13969 (d10v_init_extra_frame_info): Delete function.
13970 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13971 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13972 init_frame_pc or frame_saved_pc.
13973 (d10v_pop_frame): Delete function.
13974 (do_d10v_pop_frame): Delete function.
13975 (d10v_frame_chain): Delete function.
13976 (d10v_frame_chain_valid): Delete function.
13977 (d10v_frame_pc_unwind): New function.
13978 (d10v_frame_id_unwind): New function.
13979 (saved_regs_unwinder): New function.
13980 (d10v_frame_register_unwind): New function.
13981 (d10v_frame_pop): New function.
13982 (d10v_frame_unwind): New variable.
13983 (d10v_frame_p): New function.
13984 (d10v_frame_saved_pc): Delete function.
13985 * Makefile.in (d10v-tdep.o): Update dependencies.
13986
13987 2003-01-30 J. Brobecker <brobecker@gnat.com>
13988
13989 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13990 causing some regressions due to a change in the default value
13991 for this macro.
13992
13993 2003-01-29 Richard Henderson <rth@redhat.com>
13994 Elena Zannoni <ezannoni@redhat.com>
13995 Daniel Jacobowitz <drow@mvista.com>
13996
13997 Fix PR gdb/961.
13998 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
13999 variables.
14000 (RANGES_SECTION): New.
14001 (dwarf_ranges_buffer): New variable.
14002 (struct comp_unit_head): Add member "die".
14003 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
14004 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
14005 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
14006 (dwarf2_locate_sections): Likewise.
14007 (dwarf2_build_psymtabs): Read .debug_ranges.
14008 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
14009 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
14010 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
14011 Look for DW_AT_ranges and return the bounding box.
14012
14013 2003-01-29 Brian Ford <ford@vss.fsi.com>
14014
14015 * win32-nat.c (cygwin_pid): Removed as unused.
14016 (child_attach): Try fall back to Cygwin pid.
14017
14018 2003-01-29 Jim Blandy <jimb@redhat.com>
14019
14020 * objfiles.h (struct objfile): Doc fix.
14021
14022 2003-01-29 Andrew Cagney <ac131313@redhat.com>
14023
14024 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
14025 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
14026 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
14027 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
14028 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
14029 (FRAME_SAVED_PC): Change to a function with predicate.
14030 * gdbarch.h, gdbarch.c: Re-generate.
14031
14032 2003-01-28 Andrew Cagney <ac131313@redhat.com>
14033
14034 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
14035
14036 * complaints.c (complain): Delete function.
14037 * complaints.h (struct deprecated_complaint): Delete definition.
14038 (complain): Delete declaration.
14039
14040 2003-01-28 Kevin Buettner <kevinb@redhat.com>
14041
14042 * mips-tdep.c (mips_init_extra_frame_info): Return early for
14043 dummy frames.
14044
14045 2003-01-27 Andrew Cagney <ac131313@redhat.com>
14046
14047 * sentinel-frame.h, sentinel-frame.c: New files.
14048 * Makefile.in (frame.o): Update dependencies.
14049 (SFILES): Add sentinel-frame.c.
14050 (sentinel_frame_h): Define.
14051 (COMMON_OBS): Add sentinel-frame.o.
14052 (sentinel-frame.o): Specify dependencies.
14053 * frame.c: Include "sentinel-frame.h".
14054 (frame_register_unwind): Rewrite assuming that there is always a a
14055 ->next frame.
14056 (frame_register, generic_unwind_get_saved_register): Ditto.
14057 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
14058 (create_sentinel_frame, unwind_to_current_frame): New functions.
14059 (get_current_frame): Rewrite using create_sentinel_frame and
14060 unwind_to_current_frame. When possible, always create a frame.
14061 (create_new_frame): Set next to the sentinel frame.
14062 (get_next_frame): Rewrite. Don't go below the level 0 frame.
14063 (deprecated_update_frame_pc_hack): Update the next frame's PC and
14064 ID cache when necessary.
14065 (frame_saved_regs_id_unwind): Use frame_relative_level.
14066 (deprecated_generic_get_saved_register): Use frame_relative_level,
14067 get_frame_saved_regs, get_frame_pc, get_frame_base and
14068 get_next_frame.
14069 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
14070 frame_register.
14071
14072 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
14073
14074 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
14075
14076 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
14077
14078 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
14079 (maintenance_set_profile_cmd): Use error () instead of warning ().
14080
14081 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
14082
14083 * configure.in: Check that -pg works if using --enable-profiling.
14084 Check for monstartup and _mcleanup regardless of --enable-profiling.
14085 * maint.c: Check for monstartup and _mcleanup before using them.
14086 * config.in: Regenerated.
14087 * configure: Regenerated.
14088
14089 2003-01-24 Nick Clifton <nickc@redhat.com>
14090
14091 * Add sh2e support:
14092
14093 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
14094
14095 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
14096 (sh2e_show_regs): New.
14097 (sh_gdbarch_init): Handle bfd_mach_sh2e.
14098 * config/sh/tm-sh.h: Added sh2e to comments.
14099
14100 2003-01-23 Jim Blandy <jimb@redhat.com>
14101
14102 * symfile.c (syms_from_objfile): Don't print the "(no debugging
14103 symbols found)" message here; we haven't checked for a separate
14104 debug info file yet, so we don't know yet.
14105 (symbol_file_add_with_addrs_or_offsets): Print it here, after
14106 we've looked everywhere. Also, there's no need to print a special
14107 message when we're loading the separate debug info file: the one
14108 symbol_file_add prints is fine.
14109
14110 2003-01-23 Alexander Larsson <alexl@redhat.com>
14111 Jim Blandy <jimb@redhat.com>
14112
14113 Add support for executables whose debug info has been separated
14114 out into a separate file, leaving only a link behind.
14115 * objfiles.h (struct objfile): New fields: separate_debug_objfile
14116 and separate_debug_objfile_backlink.
14117 (put_objfile_before): New declaration.
14118 * symfile.c: #include "filenames.h".
14119 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
14120 debug info in a separate file, read that, too. Save the addrs
14121 argument, so we can use it again to read the separated debug info;
14122 syms_from_objfile modifies the table we pass it.
14123 (reread_symbols): After re-reading an objfile, call
14124 reread_separate_symbols to refresh its separate debug info
14125 objfile, if it has one.
14126 (reread_separate_symbols, find_separate_debug_file,
14127 get_debug_link_info, separate_debug_file_exists): New functions.
14128 (debug_file_directory): New global var.
14129 (_initialize_symfile): Initialize debug_file_directory, and
14130 provide the new `set debug-file-directory' command to let the user
14131 change it.
14132 * objfiles.c (free_objfile): If this objfile has its debug info in
14133 a separate objfile, free that one too. If this is itself a
14134 separate debug info objfile, clear our parent's backlink.
14135 (put_objfile_before): New function.
14136 * utils.c (gnu_debuglink_crc32): New function.
14137 * defs.h (gnu_debuglink_crc32): New declaration.
14138 * Makefile.in (symfile.o): Note dependency on "filenames.h".
14139 * configure.in: Handle --with-separate-debug-dir config option.
14140 * acinclude.m4 (AC_DEFINE_DIR): New macro.
14141 * acconfig.h (DEBUGDIR): New macro.
14142 * configure, aclocal.m4, config.in: Regenerated.
14143
14144 2003-01-22 Jim Blandy <jimb@redhat.com>
14145
14146 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
14147 like the old symbol_file_add, but taking new arguments: you can
14148 now pass in either a `struct section_addr_info' list to say where
14149 each section is loaded, or a `struct section_offsets' table. Pass
14150 these new arguments through to syms_from_objfile as appropriate.
14151 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
14152 with the appropriate quiescent values for the new arguments.
14153
14154 * symfile.c: #include "gdb_assert.h".
14155 (syms_from_objfile): Add the ability to pass in a section offset
14156 table directly, as an alternative to the section_addr_info table.
14157 Document arguments better.
14158 (symbol_file_add): Pass extra arguments to syms_from_objfile.
14159 * symfile.h (syms_from_objfile): Update declaration.
14160 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
14161 syms_from_objfile.
14162 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
14163
14164 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
14165
14166 Original patch by Tom Tromey <tromey@cygnus.com> and
14167 Jason Molenda <jmolenda@apple.com>.
14168 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
14169 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
14170 * NEWS: Mention profiling.
14171 * configure.in (--enable-gdbtk): Fix typo.
14172 (--enable-profiling): New. Set PROFILE_CFLAGS.
14173 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
14174 Fill in function.
14175 (profiling_state): New variable.
14176 (mcleanup_wrapper): New function.
14177 (_initialize_maint): Remove NOTYET, fix call to
14178 add_setshow_boolean_cmd for "maint set profile".
14179 * configure: Regenerated.
14180
14181 2003-01-21 Martin M. Hunt <hunt@redhat.com>
14182
14183 * Makefile.in (install-gdbtk): Install PNG images too.
14184
14185 2003-01-21 Andrew Cagney <ac131313@redhat.com>
14186
14187 * exec.c (text_start): Delete global variable.
14188 (exec_file_attach): Make text_start local to the function.
14189 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
14190 * valops.c (hand_function_call): Delete code that handles
14191 BEFORE_TEXT_END and AFTER_TEXT_END.
14192 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
14193 of CALL_DUMMY_LOCATION.
14194 * gdbarch.c: Regenerate.
14195 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
14196 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
14197 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
14198 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
14199 (text_end): Delete extern declaration.
14200
14201 2003-01-21 Andrew Cagney <ac131313@redhat.com>
14202
14203 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
14204 * blockframe.c (backtrace_below_main): Move to "frame.c".
14205 (frame_chain_valid): Delete check for backtrace_below_main.
14206 (_initialize_blockframe): Delete initialization, move ``set
14207 backtrace-below-main'' command to "frame.c".
14208 (do_flush_frames_sfunc): Delete function.
14209 * frame.c: Include "command.h" and "gdbcmd.h".
14210 (frame_type_from_pc): New function.
14211 (create_new_frame): Use frame_type_from_pc.
14212 (legacy_get_prev_frame): New function.
14213 (get_prev_frame): Rewrite. When an old style frame, call
14214 legacy_get_prev_frame. Otherwize, unwind the PC first.
14215 (_initialize_frame): Add ``set backtrace-below-main'' command.
14216 * Makefile.in (frame.o): Update dependencies.
14217
14218 2003-01-19 Andrew Cagney <ac131313@redhat.com>
14219
14220 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
14221 DEPRECATED_REGISTERS_INFO.
14222
14223 2003-01-19 Andrew Cagney <ac131313@redhat.com>
14224
14225 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
14226 Maintainers'. Update `Various Maintainers'.
14227
14228 2003-01-19 Andrew Cagney <ac131313@redhat.com>
14229
14230 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
14231 * gdbarch.sh (POP_FRAME): Change to function with predicate.
14232 Suppress actual parameters when `-'.
14233 * gdbarch.h, gdbarch.c: Regenerate.
14234
14235 2003-01-19 Andrew Cagney <ac131313@redhat.com>
14236
14237 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
14238 code handling dummy frames.
14239
14240 2003-01-19 Andrew Cagney <ac131313@redhat.com>
14241
14242 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
14243 (struct frame_unwind): Add field pop.
14244 * frame.h (frame_pop): Declare.
14245 * frame.c (frame_saved_regs_pop): New function.
14246 (trad_frame_unwinder): Add frame_saved_regs_pop.
14247 (frame_pop): New function.
14248 * dummy-frame.c (dummy_frame_pop): New function.
14249 (discard_innermost_dummy): New function.
14250 (generic_pop_dummy_frame): Use discard_innermost_dummy.
14251 (dummy_frame_unwind): Add dummy_frame_pop.
14252 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
14253 * valops.c (hand_function_call): Ditto.
14254 * stack.c (return_command): Ditto.
14255
14256 2003-01-18 Andrew Cagney <ac131313@redhat.com>
14257
14258 * cris-tdep.c: Fix function declaration indentation.
14259 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
14260 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
14261 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
14262 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
14263 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
14264 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
14265
14266 2003-01-18 Michael Chastain <mec@shout.net>
14267
14268 * README (Unpacking and Installation -- quick overview):
14269 Warn against ".../gdb-5.3/gdb/configure".
14270
14271 2003-01-18 Andrew Cagney <ac131313@redhat.com>
14272
14273 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
14274 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
14275 (struct frame_unwind): Declare opaque.
14276 (dummy_frame_p): Declare function.
14277 * dummy-frame.c (dummy_frame_id_unwind): Make static.
14278 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
14279 * dummy-frame.c: Include "frame-unwind.h".
14280 (dummy_frame_p): New function.
14281 (dummy_frame_unwind): New variable.
14282 * frame.c: Include "frame-unwind.h".
14283 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
14284 to use the new unwind field.
14285 (set_unwind_by_pc): Delete function.
14286 (create_new_frame, get_prev_frame): Set unwind field using
14287 frame_unwind_find_by_pc.
14288 (trad_frame_unwind, trad_frame_unwinder): New variables.
14289 * frame.h (trad_frame_unwind): Declare variable.
14290 (frame_id_unwind_ftype): Delete declaration.
14291 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
14292 (struct frame_unwind): Declare opaque.
14293 (struct frame_info): Replace the fields id_unwind, pc_unwind and
14294 register_unwind with a single unwind pointer.
14295 * frame-unwind.h, frame-unwind.c: New files.
14296 * Makefile.in (SFILES): Add frame-unwind.c.
14297 (frame_unwind_h): Define.
14298 (COMMON_OBS): Add frame-unwind.o.
14299 (frame-unwind.o): Specify dependencies.
14300 (frame.o, dummy-frame.o): Update dependencies.
14301
14302 2003-01-18 Andrew Cagney <ac131313@redhat.com>
14303
14304 * ada-valprint.c: Eliminate PTR.
14305 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
14306 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
14307 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
14308 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
14309 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
14310 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
14311 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
14312
14313 2003-01-17 Andrew Cagney <ac131313@redhat.com>
14314
14315 * main.c (captured_main): Don't use PTR.
14316 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
14317 * gdbtypes.c (lookup_primitive_typename): Ditto.
14318 (lookup_struct_elt_type): Ditto.
14319 * f-valprint.c (info_common_command): Ditto.
14320 (list_all_visible_commons): Ditto.
14321 * jv-typeprint.c (java_type_print_base): Ditto.
14322
14323 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
14324 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
14325 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
14326 i386-interix-nat.c and i386-interix-tdep.c. Rename
14327 m68klinux-nat.c and m68klinux-tdep.c. Rename
14328 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
14329 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
14330 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
14331 * main.c (captured_main): Use xfree, not free.
14332
14333 2003-01-16 Andrew Cagney <ac131313@redhat.com>
14334
14335 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
14336 ID back using a parameter.
14337 * frame.c (frame_id_unwind): Update call.
14338 (frame_saved_regs_id_unwind): Update.
14339 * dummy-frame.c (dummy_frame_id_unwind): Update function.
14340 * dummy-frame.h (struct frame_id): Add opaque declaration.
14341 (dummy_frame_id_unwind): Update declaration.
14342
14343 2003-01-15 Andrew Cagney <ac131313@redhat.com>
14344
14345 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
14346
14347 2003-01-15 Stephen P. Smith <ischis2@cox.net>
14348
14349 * MAINTAINERS (Stephen P. Smith): Updated email address.
14350
14351 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
14352
14353 Fix PR gdb/898
14354 * breakpoint.c (until_break_command): Add new argument. Use it to
14355 decide whether to stop only at the current frame or not.
14356 * breakpoint.h (until_break_command): Update prototype.
14357 * infcmd.c (until_command): Add new argument to until_break_command
14358 call.
14359 (advance_command): New function.
14360 (_initialize_infcmd): Update help string for 'until' command.
14361 Add new 'advance' command.
14362
14363 2003-01-14 David Carlton <carlton@math.stanford.edu>
14364
14365 * linespec.c (decode_line_1): Normalize comments.
14366 (set_flags): Ditto.
14367 (locate_first_half): Ditto.
14368 (decode_compound): Ditto.
14369 (symtab_from_filename): Ditto.
14370 (decode_all_digits): Ditto.
14371 (decode_dollar): Ditto.
14372 (find_methods): Ditto.
14373 (find_toplevel_char): Ditto.
14374
14375 2003-01-13 Andrew Cagney <ac131313@redhat.com>
14376
14377 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
14378 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
14379 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
14380 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
14381 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
14382 * language.c, language.h, m32r-tdep.c: Update copyright.
14383 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
14384 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
14385 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
14386 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
14387 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
14388 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
14389
14390 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
14391
14392 * stabsread.h (process_later, resolve_cfront_continuation):
14393 Obsolete.
14394 Update copyright years.
14395 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
14396 Update copyright year.
14397 * dbxread.c(struct cont_elem): Obsolete.
14398 (process_later, process_now): Obsolete functions.
14399 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
14400 Update copyright year.
14401 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
14402 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
14403 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
14404 (parse_partial_symbols): Obsolete cfront support.
14405 * stabsread.c
14406 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
14407 macros.
14408 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
14409 read_cfront_baseclasses, read_cfront_member_functions,
14410 resolve_cfront_continuation,read_cfront_static_fields,
14411 copy_cfront_struct_fields): Obsolete functions.
14412 (define_symbol, read_one_struct_field): Obsolete cfront support.
14413 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
14414 Update Copyright year.
14415
14416 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
14417
14418 * stack.c (print_frame_info, print_stack_frame_base_stub,
14419 print_stack_frame_base, show_and_print_stack_frame_stub,
14420 show_and_print_stack_frame, print_only_stack_frame_stub,
14421 print_only_stack_frame): Delete functions.
14422 (print_stack_frame_stub): Call print_frame_info instead of
14423 print_frame_info_base.
14424 (print_frame_info_base): Rename to print_frame_info.
14425 (backtrace_command_1): Call print_frame_info, instead of
14426 print_frame_info_base.
14427 (current_frame_command): Call print_stack_frame, instead of
14428 print_only_stack_frame.
14429 (frame_command): Call print_stack_frame, instead of
14430 show_and_print_stack_frame.
14431 (up_command): Ditto.
14432 (down_command): Ditto.
14433 * frame.h (print_only_stack_frame): Delete prototype.
14434 * infrun.c (normal_stop): Call print_stack_frame, instead of
14435 show_and_print_stack_frame.
14436 * thread.c (info_threads_command): Call print_stack_frame, instead
14437 of print_only_stack_frame.
14438
14439 2003-01-13 Andrew Cagney <ac131313@redhat.com>
14440
14441 * README (Graphical interface to GDB): Update URL. Point at
14442 gdb/links/.
14443
14444 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
14445 version match.
14446
14447 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14448
14449 * symtab.c (find_pc_sect_line): Don't consider end-of-function
14450 lines.
14451
14452 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14453
14454 * thread-db.c (attach_thread): Prototype.
14455 (struct private_thread_info): Remove lwpid. Add thread handle (th),
14456 thread information (ti), and valid flags (th_valid, ti_valid).
14457 (attach_thread): Move target_pid_to_str call to after the thread
14458 is added to GDB's list. Initialize the cache.
14459 (thread_get_info_callback, thread_db_map_id2thr)
14460 (thread_db_get_info): New functions.
14461 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
14462 (thread_db_store_registers, thread_db_thread_alive)
14463 (thread_db_get_thread_local_address): Use them.
14464 (thread_db_pid_to_str): Likewise. Return "Missing" instead
14465 of calling error() for threads in unknown state.
14466
14467 (clear_lwpid_callback): New function.
14468 (thread_db_resume): Use it to clear the cache.
14469
14470 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14471
14472 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
14473 (resume_callback): Remove dead code.
14474
14475 2003-01-13 Andrew Cagney <ac131313@redhat.com>
14476
14477 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
14478 predicate.
14479 * gdbarch.h, gdbarch.c: Regenerate.
14480 * stack.c (frame_info): Only initialize the saved registers when
14481 FRAME_INIT_SAVED_REGS_P.
14482 * frame.c (frame_saved_regs_register_unwind): Assert
14483 FRAME_INIT_SAVED_REGS_P.
14484 (deprecated_generic_get_saved_register): Ditto.
14485
14486 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14487
14488 * source.c (openp): Squelch warning about "filename".
14489
14490 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14491
14492 * source.c (openp): If the file does not exist don't necessarily
14493 search the path.
14494
14495 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14496
14497 Fix PR gdb/872.
14498 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
14499 (integer_types_same_name_p): New function.
14500 (rank_one_type): Use it.
14501 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
14502
14503 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14504
14505 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
14506 variables.
14507 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
14508 * configure.in: Add --with-sysroot.
14509 * configure: Regenerated.
14510 * main.c (gdb_sysroot): New variable.
14511 (captured_main): Initialize gdb_sysroot.
14512 * defs.h (gdb_sysroot): New extern declaration.
14513 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
14514
14515 2003-01-12 Michael Chastain <mec@shout.net>
14516
14517 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
14518
14519 2003-01-12 Michael Chastain <mec@shout.net>
14520
14521 * top.c (print_gdb_version): Bump copyright year to 2003.
14522
14523 2003-01-12 David Carlton <carlton@bactrian.org>
14524
14525 * linespec.c (symtab_from_filename): Rename variable 's' to
14526 'file_symtab'.
14527
14528 2003-01-12 Andrew Cagney <ac131313@redhat.com>
14529
14530 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
14531 dummy frame.
14532 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
14533
14534 2003-01-12 Andrew Cagney <ac131313@redhat.com>
14535
14536 * d10v-tdep.c: Include "gdb_assert.h".
14537 (d10v_store_return_value): Rewrite to match current interface.
14538 (d10v_extract_struct_value_address): Ditto.
14539 (d10v_extract_return_value): Ditto.
14540 (d10v_gdbarch_init): Set store_restore_value,
14541 extract_struct_value_address and extract_return_value.
14542
14543 2003-01-12 J. Brobecker <brobecker@gnat.com>
14544
14545 * hpread.c (set_namestring): New procedure replacing the
14546 SET_NAMESTRING macro.
14547 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
14548 by calls to set_namestring.
14549
14550 2003-01-11 J. Brobecker <brobecker@gnat.com>
14551
14552 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
14553 a compilation warning.
14554 (hpread_process_one_debug_symbol): Likewise.
14555
14556 2003-01-10 David Carlton <carlton@math.stanford.edu>
14557
14558 * linespec.c (decode_line_1): Rename variable 's' to
14559 'file_symtab'.
14560 (decode_all_digits): Rename argument 's' to 'file_symtab'.
14561 (decode_dollar): Ditto.
14562 (decode_variable): Ditto.
14563 (symbol_found): Ditto.
14564
14565 2003-01-09 Michael Chastain <mec@shout.net>
14566
14567 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
14568
14569 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
14570
14571 * win32-nat.c (set_process_privilege): New function.
14572 (child_attach): Call set_process_privilege() to enable the
14573 SE_DEBUG_NAME user privilege if available in process token.
14574
14575 2003-01-10 J. Brobecker <brobecker@gnat.com>
14576
14577 * hpread.c (hpread_process_one_debug_symbol): Fix a small
14578 compilation error in the previous revision.
14579
14580 2003-01-09 David Carlton <carlton@math.stanford.edu>
14581
14582 * linespec.c: Update copyright.
14583
14584 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14585
14586 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
14587 than inferior_ptid.
14588 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
14589
14590 2003-01-09 Andrew Cagney <ac131313@redhat.com>
14591
14592 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
14593 Update comments.
14594 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
14595 (frame_saved_regs_zalloc): Update.
14596 (frame_saved_regs_register_unwind): Update.
14597 (create_new_frame): Update.
14598 (get_prev_frame): Update.
14599 (frame_extra_info_zalloc): Update.
14600 (deprecated_get_frame_saved_regs): Update.
14601 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
14602 * cris-tdep.c: Update comment.
14603
14604 * somsolib.h: Fix function indentation.
14605 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
14606 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
14607 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
14608 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
14609 * somsolib.c, inftarg.c: Remove assignment in if conditional.
14610
14611 * infrun.c (follow_fork): Use ISO C definition.
14612 * expprint.c (print_subexp): Use xfree instead of free.
14613 * charset.c: Include "gdb_string.h" instead of <string.h>.
14614 (register_iconv_charsets): Use ISO C definition.
14615 (host_charset, target_charset): Ditto.
14616 * Makefile.in (charset.o): Update dependencies.
14617 (mi-cmd-env.o): Update dependencies.
14618
14619 2003-01-08 Andrew Cagney <cagney@redhat.com>
14620
14621 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
14622 get_frame_base.
14623
14624 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14625
14626 * gdb_mbuild.sh: Add --keep option. When specified, keep the
14627 build directories. Save edited gdb output in Mbuild.log. If a
14628 build fails, remove any final GDB executable.
14629
14630 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14631
14632 * gdb_mbuild.sh: Edit the output of `maint print architecture'
14633 replacing hex constants with function names and stripping leading
14634 file name directory prefixes.
14635
14636 2003-01-08 Andrew Cagney <cagney@redhat.com>
14637
14638 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
14639 get_frame_base.
14640
14641 2003-01-08 David Carlton <carlton@math.stanford.edu>
14642
14643 * linespec.c (decode_line_1): Move code into decode_variable.
14644 (decode_variable): New function.
14645
14646 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14647
14648 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
14649
14650 2003-01-08 Andrew Cagney <cagney@redhat.com>
14651
14652 * cris-tdep.c (cris_frame_init_saved_regs): Use
14653 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
14654 saved_regs buffer.
14655 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
14656 (sh64_nofp_frame_init_saved_regs): Ditto.
14657 (sh_fp_frame_init_saved_regs): Ditto.
14658 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
14659 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14660 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14661 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14662
14663 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
14664
14665 * minsyms.c (lookup_minimal_symbol): Update comment.
14666 (lookup_minimal_symbol_text): Update comment. Use the hash table.
14667 (lookup_minimal_symbol_solib_trampoline): Likewise.
14668
14669 2003-01-08 Andrew Cagney <cagney@redhat.com>
14670
14671 * d10v-tdep.c (d10v_init_extra_frame_info): Use
14672 frame_relative_level.
14673
14674 * alpha-tdep.c: Use get_frame_extra_info.
14675 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14676 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
14677 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14678 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
14679
14680 * alpha-tdep.c: Use get_next_frame.
14681 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14682 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14683 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
14684 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
14685 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
14686 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
14687 * xstormy16-tdep.c: Ditto.
14688
14689 2003-01-07 Andrew Cagney <cagney@redhat.com>
14690
14691 * alpha-tdep.c: Use get_frame_base.
14692 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14693 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14694 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14695 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14696 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
14697 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14698 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
14699 * config/sparc/tm-sparc.h: Ditto.
14700
14701 2003-01-07 Andrew Cagney <cagney@redhat.com>
14702
14703 * frame.c (deprecated_get_frame_context): New function.
14704 (deprecated_set_frame_context): New function.
14705 * frame.h (deprecated_get_frame_context): Declare.
14706 (deprecated_set_frame_context): Declare.
14707 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
14708 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
14709
14710 2003-01-07 Andrew Cagney <cagney@redhat.com>
14711
14712 * frame.c (deprecated_set_frame_next_hack): New function.
14713 (deprecated_set_frame_prev_hack): New function.
14714 * frame.h (deprecated_set_frame_next_hack): Declare.
14715 (deprecated_set_frame_prev_hack): Declare.
14716 * mcore-tdep.c (analyze_dummy_frame): Use
14717 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
14718 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14719
14720 2003-01-07 David Carlton <carlton@math.stanford.edu>
14721
14722 * linespec.c (decode_line_1): Move code into decode_dollar.
14723 (decode_dollar): New function.
14724
14725 2003-01-07 Andrew Cagney <cagney@redhat.com>
14726
14727 * arm-tdep.c (arm_init_extra_frame_info): Use
14728 deprecated_update_frame_base_hack.
14729 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
14730 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14731 (fix_frame_pointer): Ditto.
14732 (mn10300_analyze_prologue): Ditto.
14733
14734 2003-01-07 Andrew Cagney <cagney@redhat.com>
14735
14736 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
14737 extra_info using frame_extra_info_zalloc.
14738 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
14739 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
14740 (sh64_init_extra_frame_info): Ditto.
14741 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
14742 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
14743 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14744 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
14745 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
14746 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
14747 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
14748 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
14749 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
14750 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
14751 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
14752 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
14753
14754 * mn10300-tdep.c (analyze_dummy_frame): Use
14755 deprecated_set_frame_extra_info_hack.
14756 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14757
14758 2003-01-07 J. Brobecker <brobecker@gnat.com>
14759
14760 * mdebugread.c (parse_symbol): Skip stProc entries which storage
14761 class is not scText. These do not define "real" procedures.
14762 (parse_partial_symbols): Likewise.
14763
14764 2003-01-06 Michael Snyder <msnyder@redhat.com>
14765
14766 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
14767
14768 2003-01-06 Andrew Cagney <ac131313@redhat.com>
14769
14770 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
14771 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
14772 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
14773 deprecated_frame_xmalloc_with_cleanup.
14774 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
14775 deprecated_frame_xmalloc.
14776 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
14777 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
14778
14779 2003-01-06 Andrew Cagney <cagney@redhat.com>
14780
14781 * x86-64-linux-tdep.c: Include "osabi.h".
14782 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
14783
14784 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
14785
14786 2003-01-06 Andrew Cagney <cagney@redhat.com>
14787
14788 * MAINTAINERS (Target Instruction Set Architectures): Update
14789 arm-elf. Can be built with -Werror, has been multiarched.
14790
14791 * value.h (unpack_long): Make buffer parameter constant.
14792 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
14793 * scm-lang.h (scm_parse): Ditto.
14794 * defs.h (extract_typed_address, extract_address): Ditto.
14795 (extract_long_unsigned_integer): Ditto.
14796 * inferior.h (unsigned_pointer_to_address): Ditto.
14797 (signed_pointer_to_address): Ditto.
14798 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
14799 * gdbarch.h, gdbarch.c: Regenerate.
14800 * findvar.c (extract_long_unsigned_integer): Update.
14801 (extract_address): Update.
14802 (extract_typed_address): Update.
14803 (unsigned_pointer_to_address): Update.
14804 * values.c (unpack_long): Update.
14805 (unpack_double): Update.
14806 (unpack_pointer): Update.
14807 (unpack_field_as_long): Update.
14808 * d10v-tdep.c (d10v_pointer_to_address): Update.
14809 * avr-tdep.c (avr_pointer_to_address): Update.
14810 * scm-lang.c (scm_unpack): Update.
14811 * findvar.c (signed_pointer_to_address): Update.
14812
14813 2003-01-06 Michal Ludvig <mludvig@suse.cz>
14814
14815 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
14816 since it is in i386-tdep.c.
14817
14818 2003-01-06 J. Brobecker <brobecker@gnat.com>
14819
14820 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
14821 failure introduced in the previous change.
14822
14823 2003-01-05 Michael Chastain <mec@shout.net>
14824
14825 * README: Remove references to deleted remote-*.c files:
14826 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
14827 remote-nrom.c, remote-os9k.c, remote-udi.c.
14828
14829 2003-01-05 Mark Kettenis <kettenis@gnu.org>
14830
14831 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
14832 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
14833 i386_get_longjmp_target.
14834
14835 2003-01-05 Andrew Cagney <ac131313@redhat.com>
14836
14837 * arm-tdep.c (prologue_cache): Change to a pointer.
14838 (_initialize_arm_tdep): Allocate prologue_cache.
14839 (check_prologue_cache): Update.
14840 (save_prologue_cache): Update.
14841 (arm_gdbarch_init): Update.
14842
14843 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14844
14845 * stabsread.c (update_method_name_from_physname): Call complaint()
14846 instead of error.
14847
14848 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14849
14850 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
14851 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
14852 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
14853
14854 * blockframe.c: Include "gdbcmd.h" and "command.h".
14855 (backtrace_below_main): New variable.
14856 (file_frame_chain_valid, func_frame_chain_valid)
14857 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
14858 (generic_func_frame_chain_valid): Remove functions.
14859 (frame_chain_valid, do_flush_frames_sfunc): New functions.
14860 (_initialize_blockframe): New function.
14861 * Makefile.in (blockframe.o): Update dependencies.
14862 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
14863 comment. Call frame_chain_valid ().
14864 * frame.h: Remove old prototypes. Add prototype for
14865 frame_chain_valid and update comments to match.
14866 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
14867 Remove old comment.
14868 * gdbarch.h: Regenerated.
14869 * gdbarch.c: Regenerated.
14870
14871 * alpha-tdep.c (alpha_gdbarch_init): Don't call
14872 set_gdbarch_frame_chain_valid.
14873 * avr-tdep.c (avr_gdbarch_init): Likewise.
14874 * cris-tdep.c (cris_gdbarch_init): Likewise.
14875 * frv-tdep.c (frv_gdbarch_init): Likewise.
14876 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
14877 * i386-tdep.c (i386_svr4_init_abi): Likewise.
14878 (i386_nw_init_abi): Likewise.
14879 (i386_gdbarch_init): Likewise.
14880 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
14881 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
14882 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
14883 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
14884 * mips-tdep.c (mips_gdbarch_init): Likewise.
14885 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
14886 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
14887 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
14888 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14889 * s390-tdep.c (s390_gdbarch_init): Likewise.
14890 * sh-tdep.c (sh_gdbarch_init): Likewise.
14891 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14892 * v850-tdep.c (v850_gdbarch_init): Likewise.
14893 * vax-tdep.c (vax_gdbarch_init): Likewise.
14894 * x86-64-tdep.c (x86_64_init_abi): Likewise.
14895
14896 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
14897 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
14898 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
14899 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
14900 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
14901 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
14902 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
14903 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
14904
14905 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14906
14907 * Makefile.in (acconfig_h): Remove incorrect macro.
14908 (config_h): Define.
14909 (osabi.o): Update dependencies.
14910 * configure.tgt: Set gdb_osabi based on target triplet.
14911 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
14912 * configure: Regenerated.
14913 * config.in: Regenerated.
14914 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
14915 (GDB_OSABI_DEFAULT): Define if not already defined.
14916 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
14917 (set_osabi_string): New variables.
14918 (gdbarch_register_osabi): Add new OS ABI to
14919 gdb_osabi_available_names.
14920 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
14921 (set_osabi, show_osabi): New functions.
14922 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
14923
14924 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14925
14926 * arch-utils.c (gdbarch_info_init): Set osabi to
14927 GDB_OSABI_UNINITIALIZED.
14928 * gdbarch.sh: Add osabi to struct gdbarch and to struct
14929 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
14930 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
14931 * gdbarch.c: Regenerated.
14932 * gdbarch.h: Regenerated.
14933 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
14934 there's no BFD.
14935 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
14936 * osabi.h (enum gdb_osabi): Move to defs.h.
14937 (gdbarch_init_osabi): Update prototype.
14938 * defs.h (enum gdb_osabi): Moved here.
14939 * Makefile.in: Update dependencies.
14940
14941 * alpha-tdep.h: Don't include "osabi.h".
14942 (struct gdbarch_tdep): Remove osabi member.
14943 * alpha-tdep.c: Include "osabi.h".
14944 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14945 iterate over arches. Update call to gdbarch_init_osabi.
14946 (alpha_dump_tdep): Don't dump osabi.
14947 * alpha-linux-tdep.c: Include "osabi.h".
14948 * alpha-osf1-tdep.c: Include "osabi.h".
14949 * alphafbsd-tdep.c: Include "osabi.h".
14950 * alphanbsd-tdep.c: Include "osabi.h".
14951
14952 * arm-tdep.h: Don't include "osabi.h".
14953 (struct gdbarch_tdep): Remove osabi member.
14954 * arm-tdep.c: Include "osabi.h".
14955 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14956 iterate over arches. Update call to gdbarch_init_osabi.
14957 (arm_dump_tdep): Don't dump osabi.
14958 * arm-linux-tdep.c: Include "osabi.h".
14959 * armnbsd-tdep.c: Include "osabi.h".
14960
14961 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14962 Update call to gdbarch_init_osabi.
14963
14964 * i386-tdep.h: Don't include "osabi.h".
14965 (struct gdbarch_tdep): Remove osabi member.
14966 * i386-tdep.c: Include "osabi.h".
14967 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14968 iterate over arches. Update call to gdbarch_init_osabi.
14969 (i386_dump_tdep): Don't dump osabi.
14970 * i386-linux-tdep.c: Include "osabi.h".
14971 * i386-sol2-tdep.c: Include "osabi.h".
14972 * i386bsd-tdep.c: Include "osabi.h".
14973 * i386gnu-tdep.c: Include "osabi.h".
14974 * i386ly-tdep.c: Include "osabi.h".
14975 * i386nbsd-tdep.c: Include "osabi.h".
14976 * i386obsd-tdep.c: Include "osabi.h".
14977
14978 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14979 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14980 check osabi when iterating over arches. Update call to
14981 gdbarch_init_osabi.
14982 (mips_dump_tdep): Don't dump osabi.
14983
14984 * ns32k-tdep.h: Don't include "osabi.h".
14985 (struct gdbarch_tdep): Remove.
14986 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14987 gdbarch_lookup_osabi. Don't iterate over arches. Don't
14988 allocate tdep. Update call to gdbarch_init_osabi.
14989 (ns32k_dump_tdep): Remove.
14990 (_initialize_ns32k_tdep): Update call to gdbarch_register.
14991 * ns32knbsd-tdep.c: Include "osabi.h".
14992
14993 * ppc-tdep.h: Don't include "osabi.h".
14994 (struct gdbarch_tdep): Remove osabi member.
14995 * rs6000-tdep.c: Include "osabi.h".
14996 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
14997 osabi when iterating over arches. Update call to
14998 gdbarch_init_osabi.
14999 (rs6000_dump_tdep): Don't dump osabi.
15000 * ppc-linux-tdep.c: Include "osabi.h".
15001 * ppcnbsd-tdep.c: Include "osabi.h".
15002
15003 * sh-tdep.h: Don't include "osabi.h".
15004 (struct gdbarch_tdep): Remove osabi member.
15005 * sh-tdep.c: Include "osabi.h".
15006 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15007 iterate over arches. Update call to gdbarch_init_osabi.
15008 (sh_dump_tdep): Don't dump osabi.
15009 * shnbsd-tdep.c: Include "osabi.h".
15010
15011 * sparc-tdep.c: Include "osabi.h".
15012 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15013 iterate over arches. Update call to gdbarch_init_osabi.
15014 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
15015 tdep structure.
15016
15017 * vax-tdep.h: Don't include "osabi.h".
15018 (struct gdbarch_tdep): Remove.
15019 * vax-tdep.c: Include "osabi.h".
15020 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15021 iterate over arches. Don't allocate tdep. Update call
15022 to gdbarch_init_osabi.
15023 (vax_dump_tdep): Remove.
15024 (_initialize_vax_tdep): Update call to gdbarch_register.
15025
15026 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
15027
15028 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
15029 entirely.
15030 (breakpoint_re_set_one): Don't fetch the value for a disabled
15031 watchpoint.
15032
15033 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
15034
15035 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
15036 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
15037 (COERCE_FLOAT_TO_DOUBLE): Remove.
15038 * gdbarch.c: Regenerate.
15039 * gdbarch.h: Regenerate.
15040 * Makefile.in: Remove value_h from gdbarch_h.
15041 * valops.c (coerce_float_to_double): New variable.
15042 (default_coerce_float_to_double): Remove.
15043 (standard_coerce_float_to_double): Remove.
15044 (value_arg_coerce): Use coerce_float_to_double.
15045 (_initialize_valops): Add "set coerce-float-to-double".
15046 * value.h (default_coerce_float_to_double): Remove prototype.
15047 (standard_coerce_float_to_double): Remove prototype.
15048
15049 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
15050 prototyped.
15051 * mdebugread.c (parse_symbol): Likewise.
15052 * stabsread.c (define_symbol): Mark all functions as prototyped.
15053
15054 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
15055 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
15056 set_gdbarch_coerce_float_to_double.
15057 * arm-tdep.c (arm_gdbarch_init): Likewise.
15058 * frv-tdep.c (frv_gdbarch_init): Likewise.
15059 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
15060 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
15061 * mips-tdep.c (mips_gdbarch_init): Likewise.
15062 (mips_coerce_float_to_double): Remove.
15063 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
15064 (rs6000_coerce_float_to_double): Remove.
15065 * s390-tdep.c (s390_gdbarch_init): Likewise.
15066 * sh-tdep.c (sh_gdbarch_init): Likewise.
15067 (sh_coerce_float_to_double): Remove.
15068 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
15069 (sparc_coerce_float_to_double): Remove.
15070 * v850-tdep.c (v850_gdbarch_init): Likewise.
15071 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
15072 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
15073 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
15074 (hppa_coerce_float_to_double): Remove prototype.
15075 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
15076
15077 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
15078
15079 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
15080
15081 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
15082
15083 Suggested by Stewart Brown <sb24@avaya.com>:
15084 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
15085 in recursive calls. Handle TYPE_CODE_TYPEDEF.
15086 (c_type_print_varspec_suffix): Likewise.
15087
15088 2003-01-04 Mark Kettenis <kettenis@gnu.org>
15089
15090 * configure.in: Don't set and AC_SUBST SUBDIRS.
15091 * configure: Regenerated.
15092
15093 * configure.in: Remove code dealing with shared libraries.
15094 * Makefile.in: Remove HLDFLAGS and HLDENV.
15095 * configure: Regenerated.
15096
15097 2003-01-04 Andrew Cagney <ac131313@redhat.com>
15098
15099 * frame.c (deprecated_frame_xmalloc): New function.
15100 (deprecated_set_frame_saved_regs_hack): New function.
15101 (deprecated_set_frame_extra_info_hack): New function.
15102 * frame.h (deprecated_frame_xmalloc): Declare.
15103 (deprecated_set_frame_saved_regs_hack): Declare.
15104 (deprecated_set_frame_extra_info_hack): Declare.
15105
15106 2003-01-04 Mark Kettenis <kettenis@gnu.org>
15107
15108 * configure.in: Move code that provides the --enable-gdbtk option
15109 right after the code that handles the --enable-tui option, and
15110 polish it somewhat.
15111 * configure: Regenerated.
15112
15113 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
15114 AC_CHECK_FUNCS and remove the old check for pread64.
15115 * acinclude.m4 (AC_GNU_SOURCE): New macro.
15116 * acconfig.h (_GNU_SOURCE): Add.
15117 (HAVE_PREAD64): Remove.
15118 * configure, aclocal.m4, config.in: Regenerated.
15119
15120 2003-01-03 Andrew Cagney <ac131313@redhat.com>
15121
15122 * alpha-tdep.c: Use get_frame_saved_regs.
15123 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
15124 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
15125 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
15126 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
15127 * vax-tdep.c, xstormy16-tdep.c: Ditto.
15128
15129 2003-01-03 Mark Kettenis <kettenis@gnu.org>
15130
15131 * configure.in: Remove all use of the SUBDIRS variable; add
15132 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
15133 code providing the --enable-multi-ice option, and move it right in
15134 front of the code that checks whether gdbserver is supported.
15135 Polish that too.
15136 * configure: Regenerated.
15137 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
15138 @SUBDIRS@.
15139
15140 2003-01-03 Andrew Cagney <cagney@redhat.com>
15141
15142 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
15143 * avr-tdep.c, cris-tdep.c: Ditto.
15144 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
15145 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
15146
15147 2003-01-03 Mark Kettenis <kettenis@gnu.org>
15148
15149 * configure.in: Remove --enable-netrom option.
15150 * configure: Regenerated.
15151
15152 2003-01-03 Mark Kettenis <kettenis@gnu.org>
15153
15154 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
15155 declaration for `struct re_pattern_buffer' instead.
15156 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
15157
15158 2003-01-03 J. Brobecker <brobecker@gnat.com>
15159
15160 * mdebugread.c (parse_symbol): Count until the stEnd matching
15161 the structure name.
15162
15163 2003-01-02 Mark Kettenis <kettenis@gnu.org>
15164
15165 * configure.in: Remove --with-cpu option.
15166 subscripts. Remove evil changequotes here.
15167 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
15168 * config.in, configure: Regenerated.
15169
15170 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
15171 * configure.in: Cleanup section that sources GDB and BFD configure
15172 subscripts. Remove evil changequotes here.
15173 * config.in, configure: Regenerated.
15174
15175 2003-01-02 Andrew Cagney <ac131313@redhat.com>
15176
15177 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
15178 frame accessor methods.
15179 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
15180 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
15181 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
15182 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
15183 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
15184 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
15185 * z8k-tdep.c: Ditto.
15186
15187 2003-01-02 Mark Kettenis <kettenis@gnu.org>
15188
15189 * configure.in: Remove UI_OUT configuration code.
15190 * ada-lang.c: Update assuming UI_OUT is always true.
15191 * Makefile.in (UIOUT_CFLAGS): Remove.
15192 * configure: Regenerated.
15193 * TODO: Remove blurb about elimination of -DUI_OUT.
15194
15195 * configure.in: Move code that provides the --enable-gdbcli,
15196 --enable-gdbmi options right before the code that handles the
15197 --enable-tui option. Polish a bit.
15198 * configure: Regenerated.
15199
15200 * configure.in: Rewrite check for GNU regex and the
15201 --without-included regex option, and move it into the "Checks for
15202 library functions" section. This makes us use the system regex
15203 again by default on systems with version 2 of the GNU C library.
15204 This was apparently broken.
15205 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
15206 * acconfig.h (USE_INCLUDED_REGEX): Remove.
15207 * config.in, configure: Regenerated.
15208
15209 * configure.in: Move code that provides the --enable-tui option
15210 before the "Checks for libraries" section. Polish the code
15211 somewhat and set need_curses to yes if we build the TUI. Rewrite
15212 code that looks for a library providing termcap functionality to
15213 match more closely what's done in the Readline library, and move
15214 it into to the "Checks for libraries" section.
15215 * configure: Regenerated.
15216 * Makefile.in (TERMCAP): Remove variable.
15217 * config/i386/go32.mh (TERMCAP): Remove variable.
15218
15219 2003-01-02 Andrew Cagney <ac131313@redhat.com>
15220
15221 * MAINTAINERS: Mention gdb_mbuild.sh.
15222 * gdb_mbuild.sh: Rewrite.
15223
15224 2003-01-02 Mark Kettenis <kettenis@gnu.org>
15225
15226 * configure.in: Fix typo in last change.
15227 * config.in, configure: Regenerated.
15228
15229 2003-01-02 Andrew Cagney <ac131313@redhat.com>
15230
15231 * valarith.c (value_binop): Delete obsolete code and comments.
15232 * configure.host: Ditto.
15233 * buildsym.h (make_blockvector): Ditto.
15234 * buildsym.c (make_blockvector): Ditto.
15235 * defs.h (enum language): Ditto.
15236 (chill_demangle): Ditto.
15237 * elfread.c (elf_symtab_read): Ditto.
15238 * dwarfread.c (CHILL_PRODUCER): Ditto.
15239 (set_cu_language): Ditto.
15240 (handle_producer): Ditto.
15241 * expprint.c (print_subexp): Ditto.
15242 * gdbtypes.c (chill_varying_type): Ditto.
15243 * gdbtypes.h (builtin_type_chill_bool): Ditto.
15244 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
15245 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
15246 (chill_varying_type): Ditto.
15247 * language.h (_LANG_chill): Ditto.
15248 * language.c (binop_result_type, integral_type): Ditto.
15249 (character_type, string_type, structured_type): Ditto.
15250 (lang_bool_type, binop_type_check): Ditto.
15251 * stabsread.h (os9k_stabs): Ditto.
15252 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
15253 (define_symbol, read_type, read_struct_fields): Ditto.
15254 (read_array_type, read_enum_type, read_huge_number): Ditto.
15255 (read_range_type, start_stabs): Ditto.
15256 * symfile.c (init_filename_language_table): Ditto.
15257 (add_psymbol_with_dem_name_to_list): Ditto.
15258 * symtab.c (symbol_init_language_specific): Ditto.
15259 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
15260 * symtab.h (struct general_symbol_info): Ditto.
15261 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
15262 * typeprint.c (typedef_print): Ditto.
15263 * utils.c (fprintf_symbol_filtered): Ditto.
15264 * valops.c (value_cast, search_struct_field, value_slice): Delete
15265 obsolete code.
15266 (varying_to_slice): Delete function.
15267 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
15268 (varying_to_slice): Delete declaration.
15269 * MAINTAINERS: Update.
15270
15271 2003-01-02 Mark Kettenis <kettenis@gnu.org>
15272
15273 * configure.in: Reorganize "Checks for library functions section"
15274 a bit. Remove check for `btowc' and `isascii' functions.
15275 * configure: Regenerated.
15276
15277 * acconfig.h (_MSE_INT_H): Remove.
15278 * configure.in: Create "Checks for header files" section, and move
15279 appropriate tests there. Don't check for objlist.h, wchar.h,
15280 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
15281 misdetection fix. Also add "Checks for types", "Checks for
15282 compiler characteristics" and "Checks for library functions"
15283 sections.
15284 * config.in, configure: Regenerated.
15285
15286 * configure.in: Create "Checks for programs" section, and move
15287 appropriate tests there.
15288
15289 2003-01-01 Mark Kettenis <kettenis@gnu.org>
15290
15291 * configure.in: Create "Checks for libraries" section, and move
15292 appropriate tests there. Cleanup check for wctype in libw. Use
15293 AC_SEARCH_LIBS to see whether we need libsocket.
15294 * configure: Regenerated.
15295
15296 For older changes see ChangeLog-2002
15297 \f
15298 Local Variables:
15299 mode: change-log
15300 left-margin: 8
15301 fill-column: 74
15302 version-control: never
15303 End:
This page took 0.353172 seconds and 4 git commands to generate.