2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
2
3 * hppam3-nat.c: Delete obsolete file.
4 * hppab-nat.c: Delete obsolete file.
5 * Makefile.in: Remove references.
6
7 2003-12-17 Jeff Johnston <jjohnstn@redhat.com>
8
9 * symtab.c (decode_line_spec): Change call to decode_line_1.
10
11 2003-12-17 Jeff Johnston <jjohnstn@redhat.com>
12
13 * linespec.h (decode_line_1): Add new not_found_ptr parameter.
14 * linespec.c (decode_line_1): Add new parameter. Pass on
15 new parameter to decode_variable and symtab_from_filename
16 functions.
17 (decode_variable): Add new not_found_ptr parameter. Throw exception
18 rather than failing if the not_found_ptr is non-null and the
19 function is not found.
20 (symtab_from_filename): Add new not_found_ptr parametr. Throw
21 exception rather than failing if the not_found_ptr is non-null and
22 the source file is not found.
23 * breakpoint.c: Change all callers of decode_line_1 to add default
24 extra parameter for decode_line_1 calls.
25 * tracepoint.c: Ditto.
26 * cli/cli-cmds.c: Ditto.
27
28 2003-12-16 J. Brobecker <brobecker@gnat.com>
29
30 * irix5-nat.c: Include mips-tdep.h.
31
32 2003-12-16 Mark Kettenis <kettenis@gnu.org>
33
34 * solib.h (SOLIB_CREATE_CATCH_LOAD_HOOK)
35 (SOLIB_CREATE_CATCH_UNLOAD_HOOK, SOLIB_LOADED_LIBRARY_PATHNAME)
36 (SOLIB_UNLOADED_LIBRARY_PATHNAME, SOLIB_HAVE_LOAD_EVENT)
37 (SOLIB_HAVE_UNLOAD_EVENT): Remove defines.
38
39 * blockframe.c (inside_main_func): Don't treat a zero PC specially.
40 Needed to fix PR backtrace/1476.
41
42 2003-12-16 David Carlton <carlton@kealia.com>
43
44 * cp-support.c (class_name_from_physname): Add DMGL_PARAMS.
45 (method_name_from_physname): Ditto.
46
47 2003-12-15 Mark Kettenis <kettenis@gnu.org>
48
49 * i386-sol2-tdep.c (i386_sol2_gregset_reg_offset): New variable.
50 (i386_sol2_init_abi): Initialize TDEP->gregset_reg_offset,
51 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
52 TDEP->sizeof_fpregset.
53 * config/i386/i386sol2.mh (XM_FILE): Set to xm-i386.h.
54 (XM_CLIBS): Remove.
55 (NATDEPFILES): Remove core-regset.o and corelow.o.
56 * config/i386/i386sol2.mt (TDEPFILES): Add corelow.o.
57
58 2003-12-14 Mark Kettenis <kettenis@gnu.org>
59
60 * proc-api.c (procfs_note): Add format string to fprintf call.
61
62 * i386-tdep.c (i386_analyze_frame_setup): Add missing encodings
63 for `subl' and `xorl' instructions.
64
65 2003-12-13 Jim Blandy <jimb@redhat.com>
66
67 * dwarf2read.c (dwarf2_add_member_fn, read_structure_scope):
68 Replace uses of DEPRECATED_STREQ and DEPRECATED_STREQN with calls
69 to strcmp and strncmp.
70
71 * osabi.c (gdbarch_init_osabi): Reformat error message with better
72 line breaks.
73
74 2003-12-13 Mark Kettenis <kettenis@gnu.org>
75
76 * blockframe.c (inside_main_func): Reformat. Introduce new local
77 variables to prevent long lines. Update comments to reflect
78 reality.
79
80 2003-12-12 Kevin Buettner <kevinb@redhat.com>
81
82 From David Mosberger <davidm@hpl.hp.com>:
83 * libunwind-frame.c (unw_find_dyn_list_p): Replace most arguments
84 with a single unw_dyn_info_t pointer.
85 (libunwind_find_dyn_list): Likewise.
86 * libunwind-frame.h: Likewise.
87 * ia64-tdep.c (ia64_find_unwind_table): Switch to using
88 UNW_INFO_FORMAT_REMOTE_TABLE so we can avoid having to read in the
89 entire unwind-table at once. Support for this table format has
90 been added to libunwind v0.95.
91 (ia64_find_proc_info_x): Adjust for remote-unwind-table changes.
92 (ia64_get_dyn_info_list): Adjust for interface change for
93 libunwind_find_dyn_list().
94
95 2003-12-12 Jeff Johnston <jjohnstn@redhat.com>
96
97 * breakpoint.c (breakpoint_enabled): New function to test whether
98 breakpoint is active and enabled.
99 (insert_bp_location, insert_breakpoints): Call new function to test
100 for enabled breakpoint.
101 (remove_breakpoint, breakpoint_here_p, breakpoint_thread_match)
102 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
103 (disable_breakpoints_in_shlibs, hw_watchpoint_used_count)
104 (disable_watchpoints_before_interactive_call_start)
105 (breakpoint_re_set_one): Ditto.
106 (bpstat_stop_status): Use new function and simplify test.
107
108 2003-12-11 Mark Kettenis <kettenis@gnu.org>
109
110 * observer.c (observer_test_first_observer)
111 (observer_test_second_observer, observer_test_third_observer):
112 Don't define as `static'.
113 (observer_test_first_notification_function)
114 (observer_test_second_notification_function)
115 (observer_test_third_notification_function): Likewise.
116
117 2003-12-10 Mark Kettenis <kettenis@gnu.org>
118
119 * solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead
120 of (0).
121
122 2003-12-11 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
123
124 * MAINTAINERS (write after approval): Add myself.
125
126 2003-12-11 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
127
128 * config/h8300/tm-h8300.h (h8300hmode): Remove.
129 (h8300hmode): Likewise.
130 (h8300smode): Likewise.
131 (h8300sxmode): Likewise.
132 (h8300_normal_mode): Likewise.
133 (GDB_TARGET_IS_H8300): Likewise.
134 (NUM_REALREGS): Use TARGET_ARCHITECTURE->mach instead of global.
135 * h8300-tdep.c (is_h8300hmode): New function.
136 (is_h8300smode): New function.
137 (is_h8300sxmode): New function.
138 (is_h8300_normal_mode): New function.
139 (BINWORD): Use new functions.
140 (h8300_examine_prologue): Likewise.
141 (h8300_print_register): Likewise.
142 (h8300_print_registers_info): Likewise.
143 (h8300_register_type): Likewise.
144 (h8300_gdbarch_init): Remove use of globals like h8300hmode.
145 * remote-e7000.c (e7000_open): Remove use of GDB_TARGET_IS_H8300.
146 (e7000_fetch_registers): Use TARGET_ARCHITECTURE->mach instead.
147 (e7000_wait): Use TARGET_ARCHITECTURE->mach instead of global.
148
149 2003-12-10 J. Brobecker <brobecker@gnat.com>
150
151 * frame.c (select_frame): Get the current frame PC using
152 get_frame_address_in_block() instead of get_frame_pc().
153 * stack.c (get_frame_language): Likewise.
154
155 2003-12-08 Kevin Buettner <kevinb@redhat.com>
156
157 * remote.c (remote_open_1, remote_cisco_open): Avoid closing
158 remote_desc more than once.
159
160 2003-12-07 Andrew Cagney <cagney@redhat.com>
161
162 * defs.h (DEPRECATED_STREQN, DEPRECATED_STREQ): Simplify by
163 directly calling strcmp equivalents. Add disclaimer.
164
165 2003-12-06 Andrew Cagney <cagney@redhat.com>
166
167 * remote.c (remote_fetch_registers): For short packets, explicitly
168 supply a zero value. Use regcache_raw_supply. Fix suggested by
169 Jonathan Larmour.
170
171 2003-12-05 Jeff Johnston <jjohnstn@redhat.com>
172
173 * ia64-tdep.c (ia64_gdbarch_init): Set up the gdbarch long double
174 format to be the i387 extended float format which is used for
175 long doubles stored in memory.
176
177 2003-12-05 Mark Kettenis <kettenis@gnu.org>
178
179 From Ulrich Weigand <weigand@informatik.uni-erlangen.de>:
180 * dwarf2-frame.c (dwarf2_frame_cache): Use the untranslated RA
181 column instead of translating it.
182
183 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
184
185 Partial fix for PR c++/1465.
186 Fix for PR c++/1377.
187 * cp-support.h (cp_lookup_rtti_type): New function.
188 * cp-support.c (cp_lookup_rtti_type): New function.
189 * gnu-v2-abi.c: Update copyright years.
190 (gnuv2_rtti_type): Call cp_lookup_rtti_type.
191 * gnu-v3-abi.c: Update copyright years.
192 (gnuv3_rtti_type): Call cp_lookup_rtti_type.
193
194 2003-12-04 J. Brobecker <brobecker@gnat.com>
195
196 * stabsread.c (read_type): Save a reference to types that are defined
197 as cross references to other types.
198
199 2003-12-02 Roland McGrath <roland@redhat.com>
200
201 * thread-db.c (enable_thread_event): Change return type to
202 td_err_e. Return TD_OK or error code.
203 (enable_thread_event_reporting): Update callers.
204
205 2003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
206
207 * NEWS: Mention new C++ demangler code.
208
209 2003-12-03 Andrew Cagney <cagney@redhat.com>
210
211 * ppc-linux-nat.c (store_register, fetch_register): Convert
212 between ptrace and regcache's wordsize.
213 (ppc_register_u_addr): Use the ptrace wordsize.
214
215 2003-12-02 Kevin Buettner <kevinb@redhat.com>
216
217 * frv-tdep.c (frv_gdbarch_init): Add case for fr550.
218
219 2003-12-02 Daniel Jacobowitz <drow@mvista.com>
220
221 * dwarf2read.c (dwarf_info_offset, dwarf_abbrev_offset)
222 (dwarf_line_offset, dwarf_pubnames_offset, dwarf_aranges_offset)
223 (dwarf_loc_offset, dwarf_macinfo_offset, dwarf_str_offset)
224 (dwarf_ranges_offset, dwarf_frame_offset, dwarf_eh_frame_offset):
225 Delete.
226 (dwarf2_read_section): Remove offset and size arguments. Use
227 bfd_get_section_size_before_reloc and sectp->filepos.
228 (dwarf2_has_info): Clear section variables instead of offsets.
229 (dwarf2_locate_sections): Don't initialize the deleted variables.
230 (dwarf2_build_psymtabs): Update calls to dwarf2_read_section.
231 (dwarf2_build_psymtabs_easy): Likewise.
232 * dwarf2-frame.c (dwarf_frame_offset, dwarf_frame_size)
233 (dwarf_eh_frame_offset, dwarf_eh_frame_size): Remove extern
234 declarations.
235 (dwarf2_read_section): Update prototype.
236 (dwarf2_build_frame_info): Update calls to dwarf2_read_section.
237 Use bfd_get_section_size_before_reloc instead of global size
238 variables.
239
240 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
241
242 * dwarfread.c: Update documentation on the state of dwarf-1.
243
244 2003-12-01 Andrew Cagney <cagney@redhat.com>
245
246 Obsolete old MIPS SVr3 and SVr4 systems.
247 * NEWS: Mention obsoleted systems.
248 * configure.tgt: Mark mips*-*-sysv4* as obsolete.
249 * configure.host: Mark mips-dec-*, mips-little-*, mips-sony-*,
250 mips-*-sysv4*, mips-*-sysv*, mips-*-riscos* and mips-*-mach3* as
251 obsolete.
252 * config/mips/decstation.mh: Mark as obsolete.
253 * config/mips/littlemips.mh: Mark as obsolete.
254 * config/mips/nm-mips.h: Mark as obsolete.
255 * config/mips/xm-mips.h: Mark as obsolete.
256 * config/mips/news-mips.mh: Mark as obsolete.
257 * config/mips/nm-news-mips.h: Mark as obsolete.
258 * config/mips/riscos.mh: Mark as obsolete.
259 * config/mips/nm-riscos.h: Mark as obsolete.
260 * config/mips/xm-riscos.h: Mark as obsolete.
261 * config/mips/mipsv4.mt: Mark as obsolete.
262 * config/mips/tm-mipsv4.h: Mark as obsolete.
263 * config/mips/xm-mipsv4.h: Mark as obsolete.
264
265 Obsolete old m68k systems.
266 * configure.host: Mark m68*-sun-*, m68*-sun-sunos4*,
267 m68*-sun-sunos3*, m68*-motorola-*, m68*-*-sysv4*, m68*-*-lynxos*,
268 m68*-bull*-sysv*, m68*-att-*, m680[01]0-sun-sunos4*, and
269 m680[01]0-sun-sunos3* as obsolete.
270 * configure.tgt: Mark m68*-*-lynxos*, m68*-*-sunos3*,
271 m68*-*-sunos4*, m68*-*-sysv4*, m68000-*-sunos3*, m68000-*-sunos4*,
272 m68*-bull-sysv*, m68*-att-*, and m68*-motorola-*, as obsolete.
273 * config/m68k/sun3os4.mh: Mark file obsolete.
274 * config/m68k/xm-sun3os4.h: Mark file obsolete.
275 * config/m68k/sun3os3.mh: Mark file obsolete.
276 * config/m68k/nm-sun3.h: Mark file obsolete.
277 * config/m68k/xm-sun3.h: Mark file obsolete.
278 * config/m68k/sun2os4.mh: Mark file obsolete.
279 * config/m68k/sun2os3.mh: Mark file obsolete.
280 * config/m68k/nm-sun2.h: Mark file obsolete.
281 * config/m68k/xm-sun2.h: Mark file obsolete.
282 * config/m68k/m68kv4.mh: Mark file obsolete.
283 * config/m68k/nm-sysv4.h: Mark file obsolete.
284 * config/m68k/xm-m68kv4.h: Mark file obsolete.
285 * config/m68k/m68klynx.mh: Mark file obsolete.
286 * config/m68k/nm-m68klynx.h: Mark file obsolete.
287 * config/m68k/dpx2.mh: Mark file obsolete.
288 * config/m68k/xm-dpx2.h: Mark file obsolete.
289 * config/m68k/nm-dpx2.h: Mark file obsolete.
290 * config/m68k/delta68.mh: Mark file obsolete.
291 * config/m68k/xm-delta68.h: Mark file obsolete.
292 * config/m68k/nm-delta68.h: Mark file obsolete.
293 * config/m68k/3b1.mh: Mark file obsolete.
294 * config/m68k/xm-3b1.h: Mark file obsolete.
295 * config/m68k/sun3os4.mt: Mark file obsolete.
296 * config/m68k/tm-sun3os4.h: Mark file obsolete.
297 * config/m68k/sun3os3.mt: Mark file obsolete.
298 * config/m68k/tm-sun3.h: Mark file obsolete.
299 * config/m68k/sun2os4.mt: Mark file obsolete.
300 * config/m68k/tm-sun2os4.h: Mark file obsolete.
301 * config/m68k/sun2os3.mt: Mark file obsolete.
302 * config/m68k/tm-sun2.h: Mark file obsolete.
303 * config/m68k/m68kv4.mt: Mark file obsolete.
304 * config/m68k/tm-m68kv4.h: Mark file obsolete.
305 * config/m68k/m68klynx.mt: Mark file obsolete.
306 * config/m68k/tm-m68klynx.h: Mark file obsolete.
307 * config/m68k/dpx2.mt: Mark file obsolete.
308 * config/m68k/tm-dpx2.h: Mark file obsolete.
309 * config/m68k/delta68.mt: Mark file obsolete.
310 * config/m68k/tm-delta68.h: Mark file obsolete.
311 * config/m68k/3b1.mt: Mark file obsolete.
312 * config/m68k/tm-3b1.h: Mark file obsolete.
313
314 2003-11-29 Mark Kettenis <kettenis@gnu.org>
315
316 * x86-64-tdep.c (MAX_CLASSES): Remove macro.
317 (x86_64_reg_class): Remove enum.
318 (merge_classes, classify_argument, examine_argument): Remove
319 functions.
320 (INT_REGS, SSE_REGS): Remove macros.
321 (x86_64_push_arguments): Remove function.
322 (amd64_push_arguments): New function.
323 (x86_64_push_dummy_call): Call amd64_push_arguments instead of
324 x86_64_push_arguments.
325
326 2003-11-28 Mark Kettenis <kettenis@gnu.org>
327
328 * x86-64-tdep.c (x86_64_frame_cache): Don't bail out if %rbp is
329 zero. Reorganize code a bit.
330
331 2003-11-27 Mark Kettenis <kettenis@gnu.org>
332
333 * dwarf2-frame.c: Fix another comment.
334
335 * x86-64-tdep.c (RET_INT_REGS, RET_SSE_REGS): Remove defines.
336 (x86_64_use_struct_convention, x86_64_extract_return_value,
337 x86_64_store_return_value): Remove.
338 (amd64_reg_class): New enum.
339 (amd64_merge_classes, amd64_classify_aggregate, amd64_classify,
340 amd64_return_value): New functions.
341 (x86_64_init_abi): Don't set extract_return_value,
342 store_return_value and use_struct_convention. Set return_value to
343 amd64_return_value.
344 * i387-tdep.h (i387_return_value): New prototype.
345 * i387-tdep.c (i387_return_value): New function.
346
347 * dwarf2-frame.c: Fix some comments and whitespace problems.
348
349 * i386nbsd-tdep.c: Don't include "gdbtypes.h". Include
350 "gdb_assert.h" and "gdb_string.h".
351 (i386nbsd_r_reg_offset): Rename from regmap.
352 (SIZEOF_STRUCT_REG): Remove.
353 (i386nbsd_supply_reg, fetch_core_registers,
354 fetch_elfcore_registers, i386nbsd_core_fns, i386nbsd_elfcore_fns):
355 Remove.
356 (i386nbsd_aout_supply_regset,
357 i386nbsd_aout_regset_from_core_section): New functions.
358 (i386nbsd_sc_reg_offset): Don't explicitly specify size of array.
359 (i386nbsd_init_abi): Initialize TDEP->gregset_reg_offset,
360 TDEP->gregset_num_regs amd sizeof_gregset. Use ARRAY_SIZE to
361 initialize TDEP->sc_num_regs.
362 (i386nbsdaout_init_abi): New function.
363 (i386nbsdelf_init_abi): Remove initialization of
364 TDEP->num_xmm_regs. Don't set num_regs here.
365 (_initialize_i386nbsd_tdep): Don't call add_core_fns. Use
366 i386nbsd_aout_init to register NetBSD a.out OS/ABI.
367
368 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use
369 .note.netbsdcore.procinfo section to recognize NetBSD core files.
370
371 2003-11-26 Michael Chastain <mec.gnu@mindspring.com>
372
373 * cp-abi.c: Update copyright years.
374
375 2003-11-25 Andrew Cagney <cagney@redhat.com>
376
377 * thread-db.c (enable_thread_event): New function. Ensure that BP
378 is a code address.
379 (enable_thread_event_reporting): Use enable_thread_event.
380
381 2003-11-25 Michael Snyder <msnyder@redhat.com>
382
383 * mips-tdep.c (mips_o64_extract_return_value): Correct for
384 NUM_REGS (see changes 2003-06-21).
385 (mips_eabi_extract_return_value): Ditto.
386
387 2003-11-25 Andrew Cagney <cagney@redhat.com>
388
389 * infrun.c: Don't include "exec.h".
390 (handle_inferior_event): Pass current_target, instead of exec_ops,
391 to SOLIB_ADD. Add comments.
392 * Makefile.in (infrun.o): Update dependencies.
393
394 2003-11-24 Daniel Jacobowitz <drow@mvista.com>
395
396 * NEWS: Mention improved location expression support.
397
398 2003-11-23 Andrew Cagney <cagney@redhat.com>
399
400 * Makefile.in (infrun.o): Update dependencies.
401 * infrun.c: Include "exec.h".
402 (handle_inferior_event): Pass exec_ops to SOLIB_ADD.
403
404 2003-11-23 Andrew Cagney <cagney@redhat.com>
405
406 * frame.c (frame_unwind_signed_register): Delete function.
407 * frame.h (frame_unwind_register_signed): Delete declaration.
408 * mips-tdep.c (mips_frame_saved_pc): Use frame_unwind_register_signed.
409
410 * arch-utils.h (generic_cannot_extract_struct_value_address):
411 Delete declaration.
412
413 * defs.h (DEPRECATED_STREQN): Rename STREQN.
414 (DEPRECATED_STREQ): Rename STREQ.
415 * ada-exp.y, ada-lang.c, ada-lex.l, coffread.c: Update.
416 * config/mips/tm-irix5.h, config/mips/tm-irix6.h: Update.
417 * config/mips/tm-mipsv4.h, config/sparc/tm-sun4sol2.h: Update.
418 * dbxread.c, dwarf2read.c, dwarfread.c, environ.c: Update.
419 * eval.c, exec.c, f-lang.c, hppa-tdep.c, hpread.c: Update.
420 * jv-exp.y, language.c, m2-exp.y, mcore-rom.c: Update.
421 * mdebugread.c, mipsread.c, objc-exp.y, objfiles.c: Update.
422 * p-exp.y, p-typeprint.c, p-valprint.c, rs6000-nat.c: Update.
423 * source.c, sparc-tdep.c, stack.c, target.c: Update.
424
425 * symfile.c (symbol_file_command): Replace STREQ with strcmp.
426 * elfread.c (elf_symtab_read): Delete STREQ from comment.
427
428 2003-11-22 Andrew Cagney <cagney@redhat.com>
429
430 * frame.c (deprecated_frame_xmalloc): Delete function.
431 (deprecated_set_frame_extra_info_hack): Delete function.
432 (deprecated_set_frame_saved_regs_hack): Delete function.
433 * frame.h (deprecated_frame_xmalloc): Delete declaration.
434 (deprecated_set_frame_extra_info_hack): Delete declaration.
435 (deprecated_set_frame_saved_regs_hack): Delete declaration.
436 * mcore-tdep.c (analyze_dummy_frame): Instead of
437 deprecated_frame_xmalloc, deprecated_set_frame_saved_regs_hack,
438 and deprecated_set_frame_extra_info_hack use
439 deprecated_frame_xmalloc_with_cleanup.
440 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
441 * mips-tdep.c (mips_init_extra_frame_info): Delete call to
442 deprecated_set_frame_saved_regs_hack.
443
444 * mips-tdep.c (mips_frame_chain): Delete call to
445 deprecated_inside_entry_file.
446
447 * frame.h (deprecated_set_frame_next_hack): Delete declaration.
448 (deprecated_set_frame_prev_hack): Delete declaration.
449 * frame.c (deprecated_set_frame_next_hack): Delete function.
450 (deprecated_set_frame_prev_hack): Delete function.
451 * mcore-tdep.c (analyze_dummy_frame): Delete calls to
452 "deprecated_set_frame_next_hack" and
453 "deprecated_set_frame_prev_hack".
454 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
455
456 * mips-tdep.c (mips_register_convertible): Delete function.
457 (mips_register_convert_to_virtual): Delete function.
458 (mips_register_convert_to_raw): Delete function.
459 (mips_gdbarch_init): Do not set "deprecated_register_convertible",
460 "deprecated_register_convert_to_virtual", or
461 "deprecated_register_convert_to_raw".
462 (mips_pseudo_register_write, mips_pseudo_register_read): Handle
463 32/64 cooked to raw register conversions.
464
465 * frame.c (deprecated_get_frame_context): Delete function.
466 (deprecated_set_frame_context): Delete function.
467 (struct frame_info): Delete member "context".
468 * frame.h (deprecated_get_frame_context): Delete declaration.
469 (deprecated_set_frame_context): Delete declaration.
470
471 * procfs.c (procfs_wait): Delete FAULTED_USE_SIGINFO comment.
472 * config/sparc/tm-sun4sol2.h (FAULTED_USE_SIGINFO): Delete macro.
473 * config/i386/tm-i386sol2.h (FAULTED_USE_SIGINFO): Delete macro.
474 * config/alpha/nm-osf2.h (FAULTED_USE_SIGINFO): Delete macro.
475
476 * mips-tdep.c (SIGFRAME_REG_SIZE): Delete macro.
477 (mips_find_saved_regs): Replace SIGFRAME_REG_SIZE with
478 mips_regsize.
479 (mips_dump_tdep): Do not print SIGFRAME_REG_SIZE.
480 * config/mips/tm-irix6.h (SIGFRAME_REG_SIZE): Delete macro.
481 * config/mips/tm-irix5.h: Update copyright.
482 (SIGFRAME_REG_SIZE): Delete macro.
483
484 * hppa-tdep.c (hppa_value_returned_from_stack): Delete function.
485 * config/pa/tm-hppa.h (hppa_value_returned_from_stack): Delete
486 declaration.
487 (DEPRECATED_VALUE_RETURNED_FROM_STACK): Delete macro.
488 * infcall.c (call_function_by_hand): Delete #ifdef
489 DEPRECATED_VALUE_RETURNED_FROM_STACK code.
490 * infcmd.c (print_return_value): Ditto.
491
492 * mips-tdep.c (skip_prologue_using_sal): New function.
493 (mips32_skip_prologue, mips16_skip_prologue): Use
494 skip_prologue_using_sal to get an upper bound on the search.
495
496 * config/powerpc/tm-linux.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete
497 #if 0'ed macro.
498 * infrun.c (step_into_function): Delete #ifdef
499 PROLOGUE_FIRSTLINE_OVERLAP code.
500 * symtab.c (find_function_start_sal): Ditto.
501
502 * remote-rdp.c: Update copyright.
503 (rdp_init): #if 0 references to "target_byte_order".
504
505 * mips-tdep.c (mips_o32_store_return_value): Delete function.
506 (mips_o32_return_value): Replace mips_o32_xfer_return_value.
507 (mips_o32_extract_return_value): Delete function.
508 (mips_n32n64_return_value): Replace mips_n32n64_xfer_return_value.
509 (mips_n32n64_extract_return_value): Delete function.
510 (mips_n32n64_store_return_value): Delete function.
511 (mips_gdbarch_init): For o32 and n32n64, set "return_value"
512 instead of "store_return_value", "extract_return_value", and
513 "use_struct_convention".
514 (mips_n32n64_use_struct_convention): Delete function.
515
516 2003-11-21 Kevin Buettner <kevinb@redhat.com>
517
518 * frv-tdep.c (frv_frame_this_id): Eliminate call to
519 inside_entry_func().
520
521 2003-11-20 Mark Kettenis <kettenis@gnu.org>
522
523 * i386-tdep.c (i386_extract_return_value,
524 i386_store_return_value): Add gdbarch argument. Use it instead of
525 determining it from REGCACHE. Remove recursive call for
526 structures with a single member.
527 (i386_use_struct_convention): Remove.
528 (i386_reg_struct_return_p): New function.
529 (i386_return_value): New function.
530 (i386_gdbarch_init): Set return_value, don't set
531 extract_return_value, store_return_value and
532 use_struct_convention.
533 * x86-64-tdep.c (x86_64_init_abi): Set return_value to NULL.
534
535 2003-11-20 Jim Blandy <jimb@redhat.com>
536
537 * osabi.c (_initialize_gdb_osabi): Don't return before registering
538 the 'set osabi' and 'show osabi' commands.
539
540 2003-11-19 Mark Kettenis <kettenis@gnu.org>
541
542 * frame.c (get_prev_frame): Use result from
543 get_frame_address_in_block instead of get_frame_pc as argument to
544 inside_main_func. Fixes PR backtrace/1435.
545
546 2003-11-19 Andrew Cagney <cagney@redhat.com>
547
548 * stack.c (return_command): Handle "void", "legacy" and "unknown
549 location" return values separatly.
550 * values.c (using_struct_return): Return 0 for a "void" return
551 type. Mention "register_value_being_returned".
552 (register_value_being_returned): Mention "using_struct_return".
553
554 2003-11-19 Daniel Jacobowitz <drow@mvista.com>
555
556 * dwarf2read.c (offreg, basereg, isderef, frame_base_reg)
557 (frame_base_offset): Delete.
558 (read_func_scope): Delete call to decode_locdesc.
559 (decode_locdesc): Update comments. Don't set the removed variables.
560 Complain for DW_OP_reg* not at the end. Remove DW_OP_breg* and
561 DW_OP_fbreg support.
562
563 2003-11-18 Daniel Jacobowitz <drow@mvista.com>
564
565 * dwarf2read.c (optimized_out, islocal): Remove.
566 (decode_locdesc): Update comments. Don't set optimized_out
567 or islocal.
568
569 2003-11-17 Jeff Johnston <jjohnstn@redhat.com>
570 David Mosberger <davidm@hpl.hp.com>
571
572 * ia64-tdep.c: Include elf.h.
573 [HAVE_LIBUNWIND_IA64_H]: Include libunwind-frame.h and
574 libunwind-ia64.h.
575 (ia64_rse_slot_num, ia64_rse_skip_regs): New for libunwind support.
576 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum): Ditto.
577 (ia64_is_fpreg, ia64_access_reg): Ditto.
578 (ia64_access_fpreg, ia64_access_mem): Ditto.
579 (get_kernel_table): Ditto.
580 (ia64_find_unwind_table): Ditto.
581 (ia64_find_proc_info_x, ia64_put_unwind_info): Ditto.
582 (ia64_get_dyn_info_list, ia64_libunwind_frame_this_id): Ditto.
583 (ia64_libunwind_frame_prev_register): Ditto.
584 (ia64_libunwind_frame_sniffer): Ditto.
585 (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Add libunwind frame
586 sniffer. Register libunwind functions needed by generic
587 libunwind frame code using libunwind_frame_set_descr().
588
589 2003-11-16 Daniel Jacobowitz <drow@mvista.com>
590
591 * breakpoint.c (re_enable_breakpoints_in_shlibs): Only re-enable a
592 bp_shlib_disabled breakpoint if there is a shared library mapped
593 at its expected address.
594
595 2003-11-16 Andrew Cagney <cagney@redhat.com>
596
597 * configure.tgt: Delete mips*tx39*-elf*.
598 * config/mips/tm-tx39.h: Delete file.
599 * config/mips/tx39.mt: Delete file.
600 * config/mips/tx39.mt: Delete file.
601
602 * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Declare.
603 * remote-mips.c (common_open): Instead of
604 "mips_read_register_type" and "mips_set_processor_type_command"
605 call "deprecated_mips_set_processor_regs_hack".
606 * config/mips/tm-mips.h (mips_read_processor_type): Delete
607 declaration.
608 (mips_set_processor_type_command): Delete declaration.
609 * mips-tdep.c (mips_gdbarch_init): Update comment.
610 (mips_dump_tdep): Do not print MIPS_REGISTER_NAMES.
611 (mips_set_processor_type): Delete function.
612 (NUM_MIPS_PROCESSOR_REGS): Define.
613 (mips_show_processor_type_command): Delete function.
614 (mips_set_processor_type_command): Delete function.
615 (tmp_mips_processor_type): Delete.
616 (mips_processor_type): Delete.
617 (mips_processor_type_table): Delete.
618 (mips_r3051_reg_names): Delete.
619 (mips_r3081_reg_names): Delete.
620 (mips_lsi33k_reg_names): Delete.
621 (mips_processor_reg_names): Delete.
622 (mips_read_processor_type): Delete function.
623 (deprecated_mips_set_processor_regs_hack): New function.
624 (struct gdbarch_tdep): Add member "mips_processor_reg_names".
625 (mips_register_name): Get the processor names from the tdep.
626 (mips_tx39_reg_names): New array.
627 (mips_generic_reg_names): Wire to a standard set of names.
628 (mips_gdbarch_init): Set "mips_processor_reg_names".
629 * config/mips/tm-irix5.h (MIPS_REGISTER_NAMES): Delete macro.
630 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Delete macro.
631 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Delete macro.
632
633 2003-11-16 Andrew Cagney <cagney@redhat.com>
634
635 * mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
636 (mips_fpa0_regnum, mips_regnum): New function.
637 (mips_gdbarch_init): Fill in the "regnum" fields.
638 * mips-tdep.h (struct mips_regnum): Define.
639 (mips_regnum): Declare.
640 * config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
641 (LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
642 (CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
643 (FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
644 * config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
645 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
646 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
647 * config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
648 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
649 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
650 * remote-mips.c: Include "mips-tdep.h". Update.
651 * mipsnbsd-tdep.c: Update.
652 * mipsv4-nat.c: Update.
653 * mips-tdep.c: Update.
654 * mips-nat.c: Update.
655 * mips-linux-tdep.c: Update.
656 * mips-linux-nat.c: Update.
657 * irix5-nat.c: Update.
658 * dve3900-rom.c: Include "mips-tdep.h". Update.
659 (ignore_packet): Supress GCC warning.
660 * config/mips/nm-riscos.h: Update.
661
662 2003-11-16 Andrew Cagney <cagney@redhat.com>
663
664 * mips-tdep.c: Replace DEPRECATED_REGISTER_RAW_SIZE with
665 register_size.
666 (mips_register_raw_size): Delete function.
667 (mips_register_type): Handle "mips64_transfers_32bit_regs_p".
668 (mips_gdbarch_init): Do not set "deprecated_register_raw_size".
669 Check and set "mips64_transfers_32bit_regs_p".
670 (struct gdbarch_tdep): Add "mips64_transfers_32bit_regs_p".
671 (mips_register_convertible): Check the architecture's
672 "mips64_transfers_32bit_regs_p".
673 (set_mips64_transfers_32bit_regs): New function.
674 (_initialize_mips_tdep): Use "add_setshow_cmd" when adding the
675 "set remote-mips64-transfers-32bit-regs" command. Specify
676 set_mips64_transfers_32bit_regs as the set function.
677 * Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
678
679 2003-11-16 Mark Kettenis <kettenis@gnu.org>
680
681 * i386-tdep.h (i386_supply_gregset): Provide prototype.
682 * i386-tdep.c (i386_supply_gregset): Make public.
683
684 2003-11-16 Andrew Cagney <cagney@redhat.com>
685
686 * mips-tdep.c (mips_register_byte): Delete function.
687 (mips_gdbarch_init): Do not set "deprecated_register_byte".
688 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Delete macro.
689 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Delete macro.
690 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Delete macro.
691
692 2003-11-16 Mark Kettenis <kettenis@gnu.org>
693
694 * i386-tdep.c (i386_extract_return_value): Don't use bfd_byte.
695
696 2003-11-16 Andrew Cagney <cagney@redhat.com>
697
698 * config/mips/linux64.mt: Delete file.
699 * config/mips/tm-linux64.h: Delete file.
700 * config/mips/tm-mips64.h: Delete file.
701 * config/mips/embed64.mt: Delete file.
702 * config/djgpp/fnchange.lst: Update.
703 * configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*,
704 mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*.
705 * config/mips/tm-irix6.h: Update copyright. Include
706 "mips/tm-mips.h" instead of "mips/tm-mips64.h".
707 * mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or
708 "OP_LDGPR".
709
710 2003-11-15 Andrew Cagney <cagney@redhat.com>
711
712 * mips-tdep.c (mips_register_type): Simplify. Eliminate reference
713 to MIPS_REGISTER_TYPE. Make integer registers signed. Make IRIX
714 n32 registers 64 bit.
715 (mips_register_raw_size, mips_register_byte): For pseudo
716 registers, use the register's pseudo size and not the
717 corresponding raw register's size.
718 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Delete macro.
719 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Delete macro.
720 * config/mips/tm-irix6.h: Don't #undef MIPS_REGISTER_TYPE.
721 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Delete macro.
722
723 2003-11-15 Andrew Cagney <cagney@redhat.com>
724
725 * mips-tdep.c (struct gdbarch_tdep): Delete member
726 gdb_target_is_mips64.
727 (GDB_TARGET_IS_MIPS64): Delete macro.
728 (mips_gdbarch_init): Do not set tdep's gdb_target_is_mips64.
729 (mips_dump_tdep): Do not print GDB_TARGET_IS_MIPS64.
730 (mips_addr_bits_remove): Simplify.
731
732 * mips-tdep.c: Replace DEPRECATED_REGISTER_VIRTUAL_SIZE with
733 register_size.
734
735 Replace MIPS_REGSIZE with mips_regsize.
736 * mips-tdep.c (mips_regsize): New function.
737 * mips-tdep.h (mips_regsize): Declare.
738 * mipsnbsd-tdep.h (SIZEOF_STRUCT_FPREG): Update.
739 (SIZEOF_STRUCT_REG): Update.
740 * mipsnbsd-tdep.c (mipsnbsd_supply_reg): Update.
741 (mipsnbsd_fill_reg): Update.
742 (mipsnbsd_supply_fpreg): Update.
743 (mipsnbsd_fill_fpreg): Update.
744 (NBSD_MIPS_JB_ELEMENT_SIZE): Update.
745 * mips-tdep.c (mips_register_raw_size): Update.
746 (mips_register_type): Update.
747 (SIGFRAME_BASE): Update.
748 (SIGFRAME_PC_OFF): Update.
749 (SIGFRAME_REGSAVE_OFF): Update.
750 (SIGFRAME_FPREGSAVE_OFF): Update.
751 (SIGFRAME_REG_SIZE): Update.
752 (mips32_heuristic_proc_desc): Update.
753 (print_gp_register_row): Update.
754 (mips_dump_tdep): Do not print MIPS_REGSIZE.
755 * irix5-nat.c (supply_gregset): Update.
756 (fetch_core_registers): Update.
757 * config/mips/tm-mips64.h (MIPS_REGSIZE): Delete macro.
758 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Update.
759 * config/mips/tm-mips.h (MIPS_REGSIZE): Delete macro.
760 (MIPS_REGISTER_BYTE): Update.
761 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Update.
762
763 2003-11-15 Andrew Cagney <cagney@redhat.com>
764
765 * config/sparc/tm-sparc.h (DEPRECATE_USE_REGISTER_NOT_ARG): Rename
766 USE_REGISTER_NOT_ARG.
767 * stabsread.c (define_symbol): Update.
768
769 2003-11-15 Andrew Cagney <cagney@redhat.com>
770
771 * bcache.h (deprecated_bcache): Declare.
772 (bcache): Make returned buffer constant.
773 * bcache.c (deprecated_bcache): New function.
774 (bcache_data): New function.
775 (bcache): Call bcache data.
776 * symfile.c (add_psymbol_to_list): Use deprecated_bcache.
777 (add_psymbol_with_dem_name_to_list): Ditto.
778
779 2003-11-15 Mark Kettenis <kettenis@gnu.org>
780
781 * glibc-tdep.h (struct gdbarch): Declare opaque.
782 (glibc_skip_solib_resolver): Adjust prototype.
783 * glibc-tdep.c (glibc_skip_solib_resolver): Adjust.
784 * arm-linux-tdep.c (arm_linux_skip_solib_resolver): Remove.
785 (arm_linux_init_abi): Set skip_solib_resolver.
786 * i386-linux-tdep.c (i386_linux_skip_solib_resolver): Remove.
787 (i386_linux_init_abi): Set skip_solib_resolver.
788 * config/arm/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
789 (arm_linux_skip_solib_resolver): Remove prototype.
790 * config/i386/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
791 (i386_linux_skip_solib_resolver): Remove prototype.
792
793 2003-11-14 Mark Kettenis <kettenis@gnu.org>
794
795 * gdbarch.sh (skip_solib_resolver): Change into a multi-arch
796 function.
797 * gdbarch.c, gdbarch.h: Regenerate.
798 * infrun.c (handle_inferior_event): Call
799 gdbarch_skip_solib_resolver instead of SKIP_SOLIB_RESOLVER.
800 * arch-utils.c (generic_in_solib_call_trampoline): Adjust function
801 definition.
802 * arch-utils.h (generic_in_solib_call_trampoline): Adjust function
803 prototype.
804
805 2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
806
807 * libunwind-frame.c: New file.
808 * libunwind-frame.h: New file.
809 * acconfig.h (HAVE_LIBUNWIND): #undef reference added.
810 * configure.in: Add --with-libunwind option support. Define
811 HAVE_LIBUNWIND if libunwind support selected / defaulted.
812 Also check for libunwind.h and libunwind-ia64.h headers.
813 * configure: Regenerated.
814 * Makefile.in: Add support for libunwind-frame.o.
815 * config.in: Regenerated.
816
817 2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
818
819 * config/ia64/nm-linux.h (NATIVE_XFER_UNWIND_TABLE): New macro to
820 set up the ia64 linux native target method for getting the kernel
821 unwind table.
822 * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): New function.
823 * inftarg.c (child_xfer_partial): Enable section of code to
824 handle TARGET_OBJECT_UNWIND_TABLE.
825 * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro.
826
827 2003-11-14 Ian Lance Taylor <ian@wasabisystems.com>
828
829 * config/arm/nbsd.mt (TM_FILE): Define.
830 * config/arm/tm-nbsd.h: New file.
831
832 2003-11-14 Andrew Cagney <cagney@redhat.com>
833
834 * Makefile.in (ppc-sysv-tdep.o): Update dependencies.
835 * ppc-sysv-tdep.c: Include "objfiles.h".
836 (ppc64_sysv_abi_push_dummy_call): Provide the
837 the FN's objfile when looking for the descriptor.
838
839 * ppc-linux-tdep.c (ppc_linux_init_abi): Set PPC64's
840 "name_of_malloc" to ".malloc".
841
842 2003-11-13 Mark Kettenis <kettenis@gnu.org>
843
844 * config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
845
846 2003-11-13 David Carlton <carlton@kealia.com>
847
848 * cp-namespace.c (lookup_namespace_scope): Fix typo in comment.
849
850 2003-11-13 Andrew Cagney <cagney@redhat.com>
851
852 * arch-utils.h (selected_architecture_name): Declare.
853 (selected_byte_order): Declare.
854 * arch-utils.c (selected_byte_order): New function.
855 (selected_architecture_name): New function.
856 (target_architecture_auto): Make static.
857 (set_architecture_string): Make static.
858 (target_byte_order): Make static.
859 (target_byte_order_auto): Make static.
860 * gdbarch.sh (TARGET_BYTE_ORDER, TARGET_ARCHITECTURE): Delete
861 non-multi-arch definition.
862 (TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_AUTO): Delete.
863 (target_byte_order, target_architecture): Delete declaration.
864 (target_byte_order_auto, target_architecture_auto): Ditto.
865 * gdbarch.h: Re-generate.
866 * remote-sim.c (gdbsim_open): Use "selected_architecture_name" and
867 "selected_byte_order".
868
869 2003-11-13 Andrew Cagney <cagney@redhat.com>
870
871 * ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order.
872
873 2003-11-13 Jim Blandy <jimb@redhat.com>
874
875 * cp-namespace.c: Doc fix.
876
877 2003-11-12 Michael Snyder <msnyder@redhat.com>
878
879 * sh64_tdep.c: Regularize some names.
880 (sh_sh64_register_name): Rename to sh64_register_name.
881 (sh_sh64_breakpoint_from_pc): Rename to sh64_breakpoint_from_pc.
882 (sh_sh64_register_byte): Rename to sh64_register_byte.
883 (sh_sh64_build_float_register_type):
884 Rename to sh64_build_float_register_type.
885 (sh_sh64_register_convert_to_virtual):
886 Rename to sh64_register_convert_to_virtual.
887 (sh_sh64_register_convert_to_raw):
888 Rename to sh64_register_convert_to_raw.
889
890 * sh64-tdep.c (translate_insn_rn, is_media_pseudo,
891 sh64_media_reg_base_num, sh64_compact_reg_base_num,
892 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
893 sh64_extract_return_value, sh64_show_media_regs,
894 sh64_show_compact_regs, sh_sh64_register_byte, sh64_register_type,
895 sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw,
896 sh64_pseudo_register_read, sh64_pseudo_register_write,
897 sh64_do_pseudo_register, sh_compact_print_registers_info):
898 Delete unused variable 'tdep'.
899
900 * sh64-tdep.c: Coding standard and spelling comment fixes.
901 (sh64_extract_return_value): Replace deprecated_store_floating
902 with store_typed_floating.
903 (sh_sh64_register_convert_to_raw): Replace
904 deprecated_store_floating with store_typed_floating.
905 (sh_sh64_register_virtual_type): Convert to sh64_register_type.
906 (sh64_frame_chain, sh64_get_saved_pr, sh64_get_saved_register,
907 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
908 sh64_extract_struct_value_address, sh64_pop_frame,
909 sh64_extract_return_value, sh64_store_return_value,
910 sh_sh64_register_convert_to_virtual, sh64_pseudo_register_read,
911 sh_sh64_register_convert_to_raw, sh_pseudo_register_write):
912 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
913 Replace DEPRECATED_REGISTER_VIRTUAL_TYPE with register_type.
914 (sh64_gdbarch_init): Don't set deprecated_register_bytes,
915 deprecated_register_virtual_type, deprecated_register_raw_size,
916 deprecated_max_register_raw_size, or
917 deprecated_max_register_virtual_size. Instead, just set
918 gdbarch_register_type.
919 (sh_sh64_register_raw_size): Delete.
920 (sh_sh64_register_virtual_size): Delete.
921
922 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
923
924 * dwarf2read.c (struct dwarf2_cu): New type.
925
926 (dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
927 dwarf2_cu structure to pass down.
928
929 (scan_partial_symbols, add_partial_symbol, add_partial_namespace)
930 (add_partial_enumeration, locate_pdi_sibling, process_die)
931 (read_file_scope, read_func_scope)
932 (read_lexical_block_scope, dwarf2_get_pc_bounds)
933 (dwarf2_add_field, dwarf2_attach_fields_to_type)
934 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
935 (read_structure_scope, read_enumeration, read_array_type)
936 (read_common_block, read_namespace, read_tag_pointer_type)
937 (read_tag_ptr_to_member_type, read_tag_reference_type)
938 (read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
939 (read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
940 (read_die_and_children, read_die_and_siblings, dwarf2_read_section)
941 (dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
942 (read_full_die. read_attribute_value, read_attribute)
943 (read_address, dwarf_decode_line_header, dwarf_decode_lines)
944 (var_decode_location, new_symbol, dwarf2_const_value, die_type)
945 (die_containing_type, type_at_offset, tag_type_to_type)
946 (read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
947 (dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.
948
949 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
950
951 PR breakpoints/1450
952 * breakpoint.c (insert_bp_location): Fix a logic error by returning
953 0 after a catchpoint fails.
954
955 2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
956
957 * mips-tdep.c (msymbol_size): Delete.
958
959 2003-11-07 Michael Chastain <mec@shout.net>
960
961 * symtab.h (struct minimal_symbol): Add size.
962 * dbxread.c: Use it.
963 * elfread.c: (record_minimal_symbol_and_info): Do not use info.
964 Rename to record_minimal_symbol.
965 (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
966 * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
967 (install_minimal_symbols): Ditto.
968 * objfiles.c (terminate_minimal_symbol_table): Ditto.
969 * arm-tdep.c: Delete unused MSYMBOL_SIZE.
970 * m68hc11-tdep.c: Ditto.
971 * mips-tdep.c: Ditto.
972 * sh64-tdep.c: Ditto.
973
974 2003-11-10 Michael Chastain <mec.gnu@mindspring.com>
975
976 * MAINTAINERS: Change my e-mail address.
977
978 2003-11-10 Andrew Cagney <cagney@redhat.com>
979
980 * gdbarch.sh (return_value): Replace "inval" and "outval" with
981 "readbuf" and "writebuf".
982 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
983 * d10v-tdep.c (d10v_return_value): Ditto.
984 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
985 (ppc_sysv_abi_broken_return_value): Ditto.
986 (ppc64_sysv_abi_return_value): Ditto.
987 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
988 (ppc_sysv_abi_return_value): Ditto.
989 (ppc_sysv_abi_broken_return_value): Ditto.
990 (ppc64_sysv_abi_return_value): Ditto.
991 * values.c (register_value_being_returned): Update call.
992 * stack.c (return_command): Update call.
993 * gdbarch.h, gdbarch.c: Re-generate.
994
995 * target.h (struct target_ops): Order xfer buffer parameters "read
996 write" not "write read".
997 * bfd-target.c (target_bfd_xfer_partial): Update.
998 * remote.c (remote_xfer_partial): Update.
999 * inftarg.c (child_xfer_partial): Update.
1000 * target.c (default_xfer_partial): Update.
1001 (target_read_partial, target_write_partial): Update.
1002 (debug_to_xfer_partial): Update.
1003
1004 * arch-utils.h, arch-utils.c: Fix typo in comment.
1005
1006 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
1007 (gdbarch_from_bfd): Call gdbarch_find_by_info.
1008 (set_gdbarch_from_file): Call
1009 "deprecated_current_gdbarch_select_hack".
1010
1011 2003-11-09 Andrew Cagney <cagney@redhat.com>
1012
1013 * arch-utils.c (gdbarch_update_p): New function.
1014 * gdbarch.sh (gdbarch_update_p): Delete function.
1015 (find_arch_by_info, gdbarch_find_by_info): New functions.
1016 (deprecated_current_gdbarch_select_hack): New function.
1017 * gdbarch.c: Re-generate.
1018
1019 * gdbarch.sh (clear_gdbarch_swap): Delete function.
1020 (swapout_gdbarch_swap): Delete function.
1021 (swapin_gdbarch_swap): Delete function.
1022 (init_gdbarch_swap): Delete function.
1023 (initialize_non_multiarch): Delete function.
1024 (current_gdbarch_swap_in_hack): New function.
1025 (current_gdbarch_swap_out_hack): New function.
1026 (current_gdbarch_swap_init_hack): New function.
1027 * gdbarch.c: Re-generate.
1028
1029 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
1030 parameter to "current_gdbarch". Add comment explaining why.
1031 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
1032 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
1033 * gdbarch.c: Re-generate.
1034
1035 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
1036 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
1037 * config/s390/xm-linux.h: Delete file.
1038 * config/m88k/xm-delta88v4.h: Delete stray.
1039
1040 * Makefile.in (arch-utils.o): Update dependencies.
1041 * arch-utils.c: Include "osabi.h".
1042 (gdbarch_info_fill): New function.
1043 * arch-utils.h (gdbarch_info_fill): Declare.
1044 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
1045 * gdbarch.c: Re-generate.
1046
1047 2003-11-09 Mark Kettenis <kettenis@gnu.org>
1048 David S. Miller <davem@redhat.com>
1049
1050 * glibc-tdep.c, glibc-tdep.h: New files.
1051 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
1052 * config/i386/linux.mt (TDEPFILES): Likewise.
1053 * i386-linux-tdep.c (glibc-tdep.h): Include.
1054 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
1055 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
1056 * arm-linux-tdep.c (glibc-tdep.h): Include.
1057 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
1058 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
1059 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
1060 (glibc_tdep_h): Define.
1061 (glibc-tdep.o): Add dependencies.
1062 (arm-linux-tdep.o): Update dependencies.
1063 (i386-linux-tdep.o): Likewise.
1064
1065 2003-11-09 Andrew Cagney <cagney@redhat.com>
1066
1067 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
1068 * config/mips/nm-irix6.h: Delete file.
1069 * config/mips/nm-linux.h: Update copyright.
1070 (MIPS_GNULINUX_TARGET): Delete macro.
1071 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
1072 * config/mips/xm-irix6.h: Delete file.
1073 * config/mips/linux.mh (XM_FILE): Delete definition.
1074 * config/mips/xm-linux.h: Delete file.
1075
1076 2003-11-09 Andrew Cagney <cagney@redhat.com>
1077
1078 * d10v-tdep.c (d10v_return_value): New function.
1079 (d10v_use_struct_convention): Delete function.
1080 (d10v_store_return_value): Delete function.
1081 (d10v_extract_struct_value_address): Delete function.
1082 (d10v_gdbarch_init): Set "return_value" instead of
1083 "extract_return_value", "store_return_value",
1084 "extract_struct_value_address", and "use_struct_convention".
1085 (RET1_REGNUM): Delete const.
1086
1087 2003-11-09 Mark Kettenis <kettenis@gnu.org>
1088
1089 From David S. Miller <davem@redhat.com>:
1090 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
1091 * gdbarch.c, gdbarch.h: Regenerated.
1092 * arch-utils.c (generic_skip_solib_resolver): New function.
1093 * arch-utils.h (generic_skip_solib_resolver): New prototype.
1094 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
1095
1096 2003-11-07 Andrew Cagney <cagney@redhat.com>
1097
1098 * top.c (print_gdb_version): Replace STREQ with strcmp.
1099 * valops.c (value_struct_elt_for_reference): Ditto.
1100 (value_struct_elt_for_reference): Ditto.
1101 * symtab.c (gdb_mangle_name): Ditto.
1102 (find_line_symtab): Ditto.
1103 * symmisc.c (maintenance_print_symbols): Ditto.
1104 * symfile.c (symbol_file_command): Ditto.
1105 * stabsread.c (define_symbol, read_type): Ditto.
1106 (cleanup_undefined_types, scan_file_globals): Ditto.
1107 * solib.c (solib_map_sections): Ditto.
1108 * solib-svr4.c (bfd_lookup_symbol): Ditto.
1109 * rs6000-tdep.c (skip_prologue): Ditto.
1110 * p-valprint.c (pascal_value_print): Ditto.
1111 (pascal_object_is_vtbl_ptr_type): Ditto.
1112 * objfiles.c (in_plt_section): Ditto.
1113 * minsyms.c (lookup_minimal_symbol): Ditto.
1114 (compact_minimal_symbols): Ditto.
1115 (find_solib_trampoline_target): Ditto.
1116 * mdebugread.c (parse_type): Ditto.
1117 * language.c (set_language_command): Ditto.
1118 (set_type_command, set_range_command): Ditto.
1119 * f-lang.c (add_common_block): Ditto.
1120 (add_common_block): Ditto.
1121 (find_first_common_named): Ditto.
1122 (patch_all_commons_by_name): Ditto.
1123 * elfread.c (elf_locate_sections): Ditto.
1124 (elf_locate_sections): Ditto.
1125 (elfstab_offset_sections): Ditto.
1126 * dwarf2read.c (dwarf2_locate_sections): Ditto.
1127 * dbxread.c (add_old_header_file): Ditto.
1128 (find_corresponding_bincl_psymtab): Ditto.
1129 (read_dbx_symtab, process_one_symbol): Ditto.
1130 * coffread.c (patch_opaque_types): Ditto.
1131 * cli/cli-decode.c (delete_cmd): Ditto.
1132 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
1133 * c-typeprint.c (c_type_print_base): Ditto.
1134 * breakpoint.c (bpstat_stop_status): Ditto.
1135 (clear_command, breakpoint_re_set_one): Ditto.
1136
1137 2003-11-07 Andrew Cagney <cagney@redhat.com>
1138
1139 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
1140 * bcache.c (struct bstring): Make "length" an unsigned short, add
1141 "half_hash".
1142 (struct bcache): Add "half_hash_error_count".
1143 (bcache): Compute and save the "half_hash". Compare the
1144 "half_hash" before comparing the length. Update
1145 half_hash_error_count.
1146
1147 2003-11-07 Andrew Cagney <cagney@redhat.com>
1148
1149 * inftarg.c (child_xfer_partial): New function
1150 (init_child_ops): Set "to_xfer_partial".
1151
1152 2003-11-07 Andrew Cagney <cagney@redhat.com>
1153
1154 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
1155 set "return_value" instead of "use_struct_convention".
1156 (ppc_linux_use_struct_convention): Delete function.
1157 (ppc_linux_return_value): New function.
1158 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
1159 (ppc_sysv_abi_broken_return_value): New function.
1160 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
1161 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
1162 static.
1163 (ppc_sysv_abi_extract_return_value): Delete function.
1164 (ppc_sysv_abi_broken_extract_return_value): Delete function.
1165 (ppc_sysv_abi_store_return_value): Delete function.
1166 (ppc_sysv_abi_broken_store_return_value): Delete function.
1167 (ppc_sysv_abi_use_struct_convention): Delete function.
1168 (ppc64_sysv_abi_use_struct_convention): Delete function.
1169 (ppc64_sysv_abi_extract_return_value): Delete function.
1170 (ppc64_sysv_abi_store_return_value): Delete function.
1171 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
1172 (ppcnbsd_init_abi): Set "return_value", instead of
1173 "use_struct_convention", "extract_return_value", and
1174 "store_return_value".
1175 (ppcnbsd_use_struct_convention): Delete function.
1176 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
1177 (ppc_sysv_abi_return_value): Declare.
1178 (ppc_sysv_abi_broken_return_value): Declare.
1179 (ppc_sysv_abi_use_struct_convention): Delete.
1180 (ppc_sysv_abi_store_return_value): Delete.
1181 (ppc_sysv_abi_extract_return_value): Delete.
1182 (ppc_sysv_abi_broken_store_return_value): Delete.
1183 (ppc_sysv_abi_broken_extract_return_value): Delete.
1184 (ppc64_sysv_abi_use_struct_convention): Delete.
1185 (ppc64_sysv_abi_extract_return_value): Delete.
1186 (ppc64_sysv_abi_store_return_value): Delete.
1187 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
1188 set "return_value" instead of "extract_return_value",
1189 "store_return_value", and "use_struct_convention".
1190
1191 2003-11-07 Mark Kettenis <kettenis@gnu.org>
1192
1193 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
1194
1195 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
1196 fscanf.
1197
1198 2003-11-07 Mark Kettenis <kettenis@gnu.org>
1199
1200 * fbsd-proc.c: Fix formatting.
1201
1202 2003-11-06 Kevin Buettner <kevinb@redhat.com>
1203
1204 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
1205 Define.
1206 (new_variant): Set name for iacc0_regnum.
1207 (frv_register_name): Accommodate pseudo-registers.
1208 (frv_register_type): Add case for iacc0_regnum.
1209 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
1210 (frv_gdbarch_init): Set number of pseudo registers. Establish
1211 pseudo-register read/write methods.
1212
1213 2003-11-06 Andrew Cagney <cagney@redhat.com>
1214
1215 * valops.c (destructor_name_p): Replace STREQN with strncmp.
1216 * top.c (command_line_input): Ditto.
1217 * objc-exp.y (yylex): Ditto.
1218 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
1219 * jv-exp.y (yylex): Ditto.
1220 * f-exp.y (yylex): Ditto.
1221 * event-top.c (command_line_handler): Ditto.
1222 * environ.c (get_in_environ): Ditto.
1223 (set_in_environ): Ditto.
1224 * dwarfread.c (handle_producer): Ditto.
1225 * dbxread.c (process_one_symbol): Ditto.
1226 * c-typeprint.c (c_type_print_base): Ditto.
1227 * c-exp.y (yylex): Ditto.
1228
1229 2003-11-06 Andrew Cagney <cagney@redhat.com>
1230 Jeff Johnston <jjohnstn@redhat.com>
1231
1232 * target.c (add_target): Only set "to_xfer_partial" when NULL.
1233 (init_dummy_target): Set "to_xfer_partial".
1234
1235 2003-11-06 Andrew Cagney <cagney@redhat.com>
1236
1237 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
1238 REGISTER_CONVENTION.
1239
1240 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1241
1242 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
1243 static.
1244
1245 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1246
1247 * breakpoint.c (remove_breakpoint): Take an bp_location
1248 instead of a breakpoint argument. Check the bp_location's type.
1249 Fix a reversed condition for hardware breakpoints.
1250
1251 (insert_bp_location): Update call to remove_breakpoint.
1252 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
1253 (remove_hw_watchpoints): Likewise.
1254 (reattach_breakpoints): Likewise.
1255 (detach_breakpoints): Likewise.
1256 (delete_breakpoint): Likewise.
1257
1258 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1259
1260 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
1261 (beakpoint_init_inferior): Likewise.
1262 (breakpoint_here_p): Likewise. Only check addresses for software
1263 or hardware breakpoints.
1264 (breakpoint_inserted_here_p): Likewise.
1265 (breakpoint_thread_match): Likewise. Correct comment.
1266 (bpstat_have_active_hw_watchpoints): Likewise.
1267 (check_duplicates): Likewise.
1268
1269 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1270
1271 * breakpoints.c (insert_bp_location): New function, broken out
1272 from insert_breakpoints. Work on an bp_location instead of a
1273 breakpoint.
1274 (insert_breakpoints): Use it.
1275
1276 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1277
1278 * breakpoint.h (struct bp_location): Add section.
1279 (struct breakpoint): Remove section.
1280 * breakpoint.c (insert_breakpoints, remove_breakpoint)
1281 (breakpoint_here_p, breakpoint_inserted_here_p)
1282 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
1283 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
1284 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
1285 section through loc.
1286
1287 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1288
1289 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
1290 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
1291
1292 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1293
1294 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
1295 arguments. Initialize owner and type for the new breakpoint
1296 location item.
1297 (set_raw_breakpoint): Update call to allocate_bp_location.
1298
1299 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1300
1301 * breakpoint.h (struct bp_location): Add a chain pointer.
1302 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
1303 macros.
1304 (bp_location_chain): New variable.
1305 (allocate_bp_location): New function.
1306 (set_raw_breakpoint): Use it.
1307 (delete_breakpoint): Remove ->loc from the bp_location_chain.
1308
1309 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
1310
1311 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
1312 (struct breakpoint): Remove address, shadow_contents, inserted,
1313 requested_address, and duplicate. Add a struct bp_location.
1314 * breakpoint.c (condition_command, read_memory_nobpt)
1315 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
1316 (reattach_breakpoints, update_breakpoints_after_exec)
1317 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
1318 (breakpoint_init_inferior, breakpoint_here_p)
1319 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
1320 (breakpoint_thread_match, bpstat_stop_status)
1321 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
1322 (describe_other_breakpoints, check_duplicates)
1323 (make_breakpoint_permanent, create_thread_event_breakpoint)
1324 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
1325 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
1326 (watch_command_1, print_one_exception_catchpoint)
1327 (clear_command, breakpoint_re_set_one): Adjust member accesses to
1328 use the breakpoint's ->loc.
1329 (set_raw_breakpoint): Likewise. Initialize ->loc.
1330 (delete_breakpoint): Likewise. Free ->loc.
1331
1332 2003-11-05 Andrew Cagney <cagney@redhat.com>
1333
1334 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
1335 macro.
1336 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
1337 * config/i386/tm-cygwin.h
1338 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
1339 * config/powerpc/tm-linux.h
1340 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
1341 (at_subroutine_call_instruction_target): Delete declaration.
1342 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
1343 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
1344 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
1345
1346 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
1347 "struct bfd_section" and "struct bfd".
1348 * target.h (struct section_table): Ditto.
1349 * rs6000-nat.c (xcoff_relocate_core): Ditto.
1350 * solib-svr4.c (elf_locate_base): Ditto.
1351 * pa64solib.c (dld_cache_t): Ditto.
1352 * objfiles.h (struct obj_section): Ditto.
1353 * objfiles.c (add_to_objfile_sections): Ditto.
1354 * exec.c (bfdsec_to_vmap): Ditto.
1355 (add_to_section_table): Ditto.
1356 (build_section_table): Ditto.
1357 * corelow.c (get_core_register_section): Ditto.
1358 * coffread.c (find_linenos): Ditto.
1359 * elfread.c (elf_interpreter): Delete #if0'd function.
1360
1361 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
1362 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
1363 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
1364 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
1365
1366 * arch-utils.h (generic_cannot_extract_struct_value_address):
1367 Delete declaration.
1368 * wince.c (_initialize_wince): Fix multi-line string.
1369 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
1370
1371 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
1372
1373 * top.c (execute_command): Fix broken logic for command execution
1374 while inferior is running in async mode.
1375
1376 2003-11-06 Mark Kettenis <kettenis@gnu.org>
1377
1378 * dwarf2-frame.c (execute_cfa_program): Mark register as
1379 REG_SAVED_REG for DW_CFA_register opcode.
1380
1381 2003-11-05 Mark Kettenis <kettenis@gnu.org>
1382
1383 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
1384 %rsp, %rip and %eflags to match ABI-change.
1385
1386 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
1387
1388 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
1389 (ia64_gdbarch_init): Don't bother calculating the os.
1390 Instead use the gdbarch_info struct and look at the osabi field.
1391 Also use gdbarch_list_lookup_by_info() to look for a
1392 candidate gdbarch.
1393
1394 2003-11-05 Kevin Buettner <kevinb@redhat.com>
1395
1396 * frv-tdep.c (frv_register_byte): Delete.
1397 (frv_extract_return_value, frv_store_return_value)
1398 (frv_extract_struct_value_address): Don't call frv_register_byte().
1399 Convert to non-deprecated form.
1400 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
1401 Convert calls to set_gdbarch_deprecated_extract_return_value(),
1402 set_gdbarch_deprecated_store_return_value(), and
1403 set_gdbarch_deprecated_extract_struct_value_address() into
1404 non-deprecated forms.
1405
1406 2003-11-05 Andrew Cagney <cagney@redhat.com>
1407
1408 * mips-tdep.c (mips_dump_tdep): Do not print
1409 PRINT_EXTRA_FRAME_INFO.
1410 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
1411 Rename PRINT_EXTRA_FRAME_INFO.
1412 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
1413 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
1414 (mips_print_extra_frame_info): Delete declaration.
1415 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
1416
1417 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
1418
1419 * coffread.c (coff_symtab_read): Remove passing of info parameter
1420 to prim_record_minimal_symbol_and_info.
1421
1422 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
1423
1424 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
1425 (decode_base_type): Delete ifdeffed out code.
1426
1427 2003-11-04 Andrew Cagney <cagney@redhat.com>
1428
1429 * symtab.c (find_active_alias): Delete function.
1430 (lookup_block_symbol): Delete alias code.
1431 * stabsread.c (resolve_live_range): Delete function.
1432 (add_live_range): Delete function.
1433 (resolve_symbol_reference): Delete function.
1434 (define_symbol): Delete live range and alias code.
1435 (scan_file_globals): Delete alias code.
1436 * symtab.h (SYMBOL_RANGES): Delete macro.
1437 (struct range_list): Delete structure.
1438 (struct symbol): Delete field "ranges".
1439 (SYMBOL_ALIASES): Delete macro.
1440 (struct alias_list): Delete structure.
1441 (struct symbol): Delete field "aliases".
1442
1443 2003-11-04 Michael Snyder <msnyder@redhat.com>
1444
1445 * MAINTAINERS: Remove myself as owner of breakpoints and
1446 of sparc/solaris.
1447
1448 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
1449
1450 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
1451 (sh_sh4al_dsp_register_name): Ditto.
1452 (sh4_nofpu_show_regs): Ditto.
1453 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
1454 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
1455
1456 2003-11-03 Andrew Cagney <cagney@redhat.com>
1457
1458 * bcache.c: Include "gdb_assert.h".
1459 (struct bcache): Add fields "expand_count" and
1460 "expand_hash_count".
1461 (expand_hash_table): Update the expand counts.
1462 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
1463 on object sizes and hashes.
1464 * Makefile.in (bcache.o): Update dependencies.
1465
1466 2003-11-03 Andrew Cagney <cagney@redhat.com>
1467
1468 * exec.c (xfer_memory): Eliminate xfer_fn.
1469
1470 2003-10-31 Kevin Buettner <kevinb@redhat.com>
1471
1472 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
1473 (opcodes/frv-desc.h): Include.
1474 (iacc0h_regnum, iacc0l_regnum): Define.
1475 (last_spr_regnum, frv_num_regs): Update.
1476 (new_variant): Don't supply default names for holes in the SPRs.
1477 Supply names for iacc0h_regnum and iacc0l_regnum.
1478 (frv_register_type): Use symbolic constants first_fpr_regnum and
1479 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
1480 builtin_type_int instead of builtin_type_int32.
1481 (frv_register_sim_regno): New function.
1482 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
1483 * Makefile.in (gdb_sim_frv_h): Define.
1484 (frv-tdep.o): Update dependencies.
1485
1486 2003-10-31 Andrew Cagney <cagney@redhat.com>
1487
1488 * avr-tdep.c (avr_frame_this_id): Do not call
1489 deprecated_inside_entry_file.
1490 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
1491 * m32r-tdep.c (m32r_frame_this_id): Ditto.
1492 * d10v-tdep.c (d10v_frame_this_id): Ditto.
1493 * arm-tdep.c (arm_prologue_this_id): Ditto.
1494 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
1495
1496 2003-10-31 Jim Blandy <jimb@redhat.com>
1497
1498 * elfread.c (elf_symtab_read): Allocate correct number of tail
1499 elements to sectinfo structure. (Fix from Woody LaRue.)
1500
1501 2003-10-31 Andrew Cagney <cagney@redhat.com>
1502
1503 * stack.c (return_command): Use get_frame_type, instead of
1504 CALL_DUMMY_HAS_COMPLETED.
1505 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
1506 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
1507
1508 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1509
1510 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
1511 explicitly specify size of array.
1512 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
1513 TDEP->sc_num_regs.
1514
1515 2003-10-31 Andrew Cagney <cagney@redhat.com>
1516
1517 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
1518 function.
1519 (s390_gdbarch_init): Set extract_struct_value_address.
1520 * arch-utils.c (generic_cannot_extract_struct_value_address):
1521 Delete function.
1522 * arch-utils.h (generic_cannot_extract_struct_value_address):
1523 Delete definition.
1524
1525 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1526
1527 * i386-linux-nat.c (fetch_core_registers): Remove.
1528 (linux_elf_core_fns): Remove.
1529 (_initialize_i386_linux_nat): Remove.
1530
1531 2003-10-31 Andrew Cagney <cagney@redhat.com>
1532
1533 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
1534 "exec.h".
1535 (exec_entry_point): New function.
1536 (enable_break): Create a "tmp_bfd_target", use that and
1537 entry_point_address when computing the relocation offset.
1538 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
1539 * Makefile.in (solib-svr4.o): Update dependencies.
1540
1541 2003-10-31 Andrew Cagney <cagney@redhat.com>
1542
1543 * defs.h (XZALLOC): Define.
1544 * target.h (struct target_ops): Add "to_data";
1545 * bfd-target.h, bfd-target.c: New files.
1546 * Makefile.in (SFILES): Add "bfd-target.c".
1547 (COMMON_OBS): Add "bfd-target.o".
1548 (bfd-target.o): Specify dependencies.
1549 (bfd_target_h): Define.
1550 * defs.h (XZALLOC): Define.
1551
1552 2003-10-31 Andrew Cagney <cagney@redhat.com>
1553
1554 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
1555 adjust_breakpoint_address.
1556 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
1557 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
1558 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
1559 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
1560
1561 2003-10-31 Andrew Cagney <cagney@redhat.com>
1562
1563 * target.h (struct target_ops): Replace "to_read_partial" and
1564 "to_write_partial" with "to_xfer_partial". Update comments.
1565 * target.c (debug_to_write_partial): Delete function.
1566 (debug_to_xfer_partial): Replace debug_to_read_partial.
1567 (add_target, update_current_target, setup_target_debug): Set
1568 "to_xfer_partial" instead of "to_read_partial" and
1569 "to_write_partial".
1570 (default_xfer_partial): Replace "default_write_partial".
1571 (default_read_partial): Delete.
1572 (target_read_partial, target_write_partial): Call
1573 "to_xfer_partial".
1574 * remote.c (init_remote_ops): Set "to_xfer_partial".
1575 (init_remote_async_ops): Ditto.
1576 (remote_xfer_partial): Replace "remote_read_partial".
1577
1578 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1579
1580 * i386-tdep.c (i386_supply_fpregset): Support floating-point
1581 registers in `fxsave' format.
1582 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
1583
1584 2003-10-30 Mark Kettenis <kettenis@gnu.org>
1585
1586 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
1587 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
1588 TDEP->gregset_num_regs and tdep->sizeof_gregset.
1589
1590 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
1591 specify size of array.
1592 (i386_linux_init_abi): Remove initialization of
1593 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
1594 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
1595
1596 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
1597 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
1598 core-regset.o.
1599
1600 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
1601 the ELF header.
1602
1603 2003-10-29 Mark Kettenis <kettenis@gnu.org>
1604
1605 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
1606 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
1607 core-regset.o.
1608
1609 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
1610
1611 * corelow.c: Include "arch-utils.h", "regset.h" and
1612 "gdb_assert.h".
1613 (core_gdbarch): New variable.
1614 (sniff_core_bfd): Don't sniff if we have support for register sets
1615 in CORE_GDBARCH.
1616 (core_close): Reset CORE_GDBARCH.
1617 (core_open): Initialize CORE_GDBARCH.
1618 (get_core_register_section): Use register sets if they are
1619 supported by CORE_GDBARCH.
1620 (get_core_registers): Don't print error message if we have support
1621 for register sets in CORE_GDBARCH.
1622
1623 2003-10-29 Andrew Cagney <cagney@redhat.com>
1624
1625 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
1626 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
1627
1628 2003-10-29 Mark Kettenis <kettenis@gnu.org>
1629
1630 * objfiles.h (clear_objfile_data): New prototype.
1631 * objfiles.c (clear_objfile_data): New function.
1632 * symfile.c (reread_symbols): Clear per-objfile data.
1633
1634 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
1635
1636 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
1637 printf_unfiltered instead of printf_filtered for output messages.
1638 (add_symbol_file_command): Ditto.
1639 (reread_symbols): Ditto.
1640 (overlay_auto_command): Ditto.
1641 (overlay_manual_command): Ditto.
1642 (overlay_off_command): Ditto.
1643
1644 2003-10-27 Mark Kettenis <kettenis@gnu.org>
1645
1646 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
1647 (gdbarch_from_bfd): New function.
1648 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
1649 deprecated_select_gdbarch_hack.
1650 * arch-utils.h (gdbarch_from_bfd): New prototype.
1651
1652 2003-10-27 Andrew Cagney <cagney@redhat.com>
1653
1654 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
1655 arch_info. Use warning instead of fprintf_filtered. Do not use
1656 deprecated bfd_printable_arch_mach.
1657
1658 2003-10-26 Kevin Buettner <kevinb@redhat.com>
1659
1660 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
1661 Delete.
1662 (frv_register_type): Rename from frv_register_virtual_type. Add
1663 ``struct gdbarch *'' parameter.
1664 (frv_gdbarch_init): Delete calls to the following functions:
1665 set_gdbarch_deprecated_size(),
1666 set_gdbarch_deprecated_register_bytes(),
1667 set_gdbarch_deprecated_register_raw_size(),
1668 set_gdbarch_deprecated_max_register_raw_size(),
1669 set_gdbarch_deprecated_register_virtual_size(),
1670 set_gdbarch_deprecated_max_register_virtual_size(),
1671 set_gdbarch_deprecated_register_virtual_size(),
1672 set_gdbarch_deprecated_register_virtual_type().
1673 Add call to function set_gdbarch_register_type().
1674
1675 2003-10-26 Mark Kettenis <kettenis@gnu.org>
1676
1677 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
1678 FDOFF_REGNUM): Remove defines.
1679 * win32-nat.c (do_child_fetch_inferior_registers): Include
1680 "i387-tdep.h".
1681 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
1682 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
1683 undefine I387_ST0_REGNUM.
1684
1685 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
1686 * x86-64-tdep.c (x86_64_store_return_value): Use
1687 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
1688
1689 Change register numbers to enumartion values.
1690 * i386-tdep.h (enum i386_regnum): New.
1691 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1692 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
1693 I386_ST0_REGNUM): Remove defines.
1694 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1695 I386_EDI_REGNUM): Remove defines.
1696
1697 2003-10-24 Andrew Cagney <cagney@redhat.com>
1698
1699 * target.c: Include "gdbcore.h".
1700 (get_target_memory, get_target_memory_unsigned): New functions.
1701 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
1702 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
1703 Use get_target_memory_unsigned.
1704 * Makefile.in (target.o): Update dependencies.
1705
1706 2003-10-24 Andrew Cagney <cagney@redhat.com>
1707
1708 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
1709 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
1710 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
1711 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
1712 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
1713
1714 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
1715 (can_run_code_for): Use the OO term "singleton".
1716
1717 2003-10-23 Andrew Cagney <cagney@redhat.com>
1718
1719 * Makefile.in (stack.o): Add $(regcache_h).
1720 * stack.c: Include "regcache.h"
1721 (return_command): Rewrite. Use get_frame_id and
1722 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
1723 about unhandled return-values.
1724 * value.h (set_return_value): Delete declaration.
1725 * values.c (set_return_value): Delete function.
1726
1727 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
1728
1729 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
1730 (pseudo_regs): Add comment regarding register stack registers.
1731 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
1732 (floatformat_valid): New static routine.
1733 (floatformat_ia64_ext): Add name field and set up is_valid routine
1734 to floatformat_valid().
1735 (examine_prologue): For the previous cfm, use
1736 frame_unwind_register()
1737 if the cfm is not stored in a register-stack register. Save the
1738 previous cfm value in the prev_cfm field. Add debug output.
1739 (ia64_frame_this_id): Use frame_id_build_special() to also register
1740 the bsp. Add debug output.
1741 (ia64_sigtramp_frame_this_id): Ditto.
1742 (ia64_frame_prev_register): Look at cache saved_regs for a few more
1743 registers and also add some checks for framelessness before accepting
1744 current register values for fields such as return address. For cfm,
1745 use the cached prev_cfm field if available. Add comment to explain
1746 PSR logic. Add debug output.
1747 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
1748 as part of initialization.
1749 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
1750 calculated. Cache the bsp and cfm values.
1751 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
1752 instead of using ia64_frame_prev_register() which doesn't expect most
1753 registers to be saved. The saved values for bsp and sp
1754 can be taken from the cache. Add debug output.
1755 (ia64_push_dummy_call): Use frame_id_build_special() to also register
1756 the bsp.
1757
1758 2003-10-23 Jim Blandy <jimb@redhat.com>
1759
1760 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
1761 architecture the current arch can run code for --- but not if it's
1762 a superset.
1763 (can_run_code_for): New function.
1764
1765 2003-10-22 James E Wilson <wilson@specifixinc.com>
1766
1767 * MAINTAINERS: Move myself from paper trail section back to write
1768 after approval section.
1769
1770 2003-10-22 Andrew Cagney <cagney@redhat.com>
1771
1772 * exec.h: New file.
1773 * win32-nat.c: Include "exec.h".
1774 * solib.c: Include "exec.h".
1775 * target.h (build_section_table): Delete declaration.
1776 * somsolib.c: Include "exec.h".
1777 (exec_ops): Delete extern declaration.
1778 * rs6000-nat.c: Update copyright. Include "exec.h".
1779 (exec_ops): Delete extern declaration.
1780 * pa64solib.c: Update copyright. Include "exec.h".
1781 (exec_ops): Delete extern declaration.
1782 * exec.c: Update copyright. Include "exec.h".
1783 * corelow.c: Update dependencies. Include "exec.h".
1784 * Makefile.in (exec_h): Define.
1785 (exec.o, somsolib.o): Update dependencies.
1786 (pa64solib.o, corelow.o): Update dependencies.
1787
1788 2003-10-22 Andrew Cagney <cagney@redhat.com>
1789
1790 * target.c: Include "gdb_assert.h" (target_read): Call
1791 "target_read_partial", not "target_write_partial".
1792 (default_read_partial, default_write_partial): New function.
1793 (target_read_partial, target_write_partial): Simplify, assume that
1794 there is always a read/write method.
1795 (update_current_target, add_target): Always set "to_read_partial"
1796 and "to_write_partial".
1797 (target_write, target_read): Fail on a zero byte transfer.
1798 * Makefile.in (target.o): Update dependencies.
1799 * target.h: Update copyright date.
1800 (target_object): Fix typo.
1801
1802 2003-10-22 Andrew Cagney <cagney@redhat.com>
1803
1804 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
1805 multi-arch method, add "targ" parameter.
1806 (struct target_ops): Declare.
1807 * gdbarch.h, gdbarch.c: Re-generate.
1808 * Makefile.in (c-valprint.o): Update dependencies.
1809 * arch-utils.h: Update copyright.
1810 (convert_from_func_ptr_addr_identity): Declare.
1811 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
1812 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1813 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
1814 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
1815 * infcall.c (find_function_addr, call_function_by_hand): Update.
1816 * c-valprint.c: Include "target.h".
1817 (print_function_pointer_address): Update.
1818
1819 2003-10-22 Andrew Cagney <cagney@redhat.com>
1820
1821 * target.c (target_close): New function.
1822 (debug_to_close): Use "target_close".
1823 (push_target): Use "target_close".
1824 (unpush_target): Use "target_close".
1825 (pop_target): Use "target_close".
1826 * target.h (struct target_ops): Add "to_xclose".
1827 (target_open): Delete macro. Move comment to "to_open".
1828 (target_close): Replace macro with function that takes a target.
1829 * top.c (quit_target): Pass "current_target" to "target_close".
1830
1831 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
1832
1833 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
1834 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1835 * symtab.h (lookup_minimal_symbol_text): Update.
1836 * breakpoint.c (create_overlay_event_breakpoint,
1837 create_longjmp_breakpoint): Update callers.
1838 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
1839 * symtab.c (find_pc_sect_line): Ditto.
1840
1841 2003-10-21 Andrew Cagney <cagney@redhat.com>
1842
1843 * target.c (errno): Delete extern declaration.
1844
1845 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
1846
1847 * ia64-tdep.c: Change all occurrences of
1848 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
1849 (ia64_frame_prev_register): Minor whitespace change.
1850
1851 2003-10-20 Michael Chastain <mec@shout.net>
1852
1853 * config/djgpp/fnchange.lst: Add lines for:
1854 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
1855 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
1856 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
1857 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
1858 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
1859 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
1860 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
1861
1862 2003-10-20 Andrew Cagney <cagney@redhat.com>
1863
1864 * values.c (register_value_being_returned): Update comments. Use
1865 "gdbarch_return_value" when available.
1866 (using_struct_return): Ditto.
1867 (set_return_value): Ditto. Use "gdbarch_return_value" when
1868 available.. Print a warning, and not an error, when an unhandled
1869 return type is encountered.
1870 * infcmd.c: Include "gdb_assert.h".
1871 (print_return_value): When gdbarch_return_value_p, and using
1872 struct return, assume that the value is not available.
1873 * defs.h (return_value_convention): Define.
1874 * gdbarch.sh (gdbarch_return_value): New predicate method.
1875 * gdbarch.h, gdbarch.c: Re-generate
1876 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
1877
1878 2003-10-20 Andrew Cagney <cagney@redhat.com>
1879
1880 * symtab.c: Replace "struct sec" with "struct bfd_section".
1881 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
1882
1883 2003-10-19 Michael Chastain <mec@shout.net>
1884
1885 * config/djgpp/fnchange.lst: Add lines for:
1886 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
1887 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
1888 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
1889
1890 2003-10-19 Mark Kettenis <kettenis@gnu.org>
1891
1892 * amd64fbsd-nat.c (fetch_inferior_registers,
1893 store_inferior_registers): Remove functions.
1894 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
1895
1896 2003-10-18 Mark Kettenis <kettenis@gnu.org>
1897
1898 Add NetBSD/amd64 native configuration:
1899 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
1900 * amd64nbsd-tdep.c: New file.
1901 * amd64nbsd-nat.c: New file.
1902 * amd64bsd-nat.c: New file.
1903 * config/i386/nbsd64.mh: New file.
1904 * config/i386/nbsd64.mt: New file.
1905 * configure.host: Add x86_64-*-netbsd*.
1906 * configure.tgt: Add x86_64-*-netbsd*.
1907 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
1908 New targets.
1909 * NEWS (New native configurations): Mention NetBSD/amd64.
1910
1911 2003-10-17 Michael Chastain <mec@shout.net>
1912
1913 * config/djgpp/fnchange.lst: Remove dead lines for:
1914 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
1915 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
1916 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
1917 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
1918 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
1919 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
1920 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
1921 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
1922 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
1923 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
1924 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
1925 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
1926 gdb/config/sparc/tm-sparclite.h,
1927 gdb/gdbtk/generic/ChangeLog-2001,
1928 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
1929 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
1930 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
1931 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
1932 gdb/testsuite/gdb.mi/mi0-var-block.exp,
1933 gdb/testsuite/gdb.mi/mi0-var-child.exp,
1934 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
1935 gdb/testsuite/gdb.mi/mi0-var-display.exp,
1936 itcl/iwidgets3.0.0/demos/extfileselectionbox,
1937 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
1938 itcl/iwidgets3.0.0/demos/fileselectionbox,
1939 itcl/iwidgets3.0.0/demos/fileselectiondialog,
1940 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
1941 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
1942 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
1943 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
1944 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
1945 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
1946 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
1947 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
1948 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
1949 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
1950 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
1951 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
1952 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
1953 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
1954 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
1955 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
1956 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
1957 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1958 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1959 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1960 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1961 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1962 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1963 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1964 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1965 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1966 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1967 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1968 itcl/iwidgets3.0.0/demos/html/shell.n.html,
1969 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1970 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1971 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1972 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1973 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1974 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1975 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1976 itcl/iwidgets3.0.0/demos/scrolledcanvas,
1977 itcl/iwidgets3.0.0/demos/scrolledframe,
1978 itcl/iwidgets3.0.0/demos/scrolledhtml,
1979 itcl/iwidgets3.0.0/demos/scrolledlistbox,
1980 itcl/iwidgets3.0.0/demos/scrolledtext,
1981 itcl/iwidgets3.0.0/demos/selectionbox,
1982 itcl/iwidgets3.0.0/demos/selectiondialog,
1983 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1984 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1985 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1986 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1987 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1988 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1989 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1990 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1991 itcl/iwidgets3.0.0/doc/scrolledframe.n,
1992 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1993 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1994 itcl/iwidgets3.0.0/doc/scrolledtext.n,
1995 itcl/iwidgets3.0.0/doc/selectionbox.n,
1996 itcl/iwidgets3.0.0/doc/selectiondialog.n,
1997 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1998 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1999 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
2000 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
2001 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
2002 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
2003 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
2004 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
2005 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
2006 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
2007 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
2008 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
2009 itcl/iwidgets3.0.0/generic/selectionbox.itk,
2010 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
2011 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
2012 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
2013 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
2014 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
2015 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
2016 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
2017 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
2018 itcl/iwidgets3.0.0/tests/scrolledframe.test,
2019 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
2020 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
2021 itcl/iwidgets3.0.0/tests/scrolledtext.test,
2022 itcl/iwidgets3.0.0/tests/selectionbox.test,
2023 itcl/iwidgets3.0.0/tests/selectiondialog.test,
2024 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
2025 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
2026 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
2027 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
2028 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
2029 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
2030 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
2031 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
2032 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
2033 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
2034 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
2035 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
2036 tk/mac/tkMacProjects.sit.hqx.
2037
2038 2003-10-17 Andrew Cagney <cagney@redhat.com>
2039
2040 * target.c (target_section_by_addr): New function.
2041 (do_xfer_memory): Use "target_section_by_addr".
2042 * target.h (target_section_by_addr): Declare.
2043
2044 * target.h (struct target_ops): Add "to_read_partial" and
2045 "to_write_partial", delete "to_query".
2046 (target_read_partial, target_write_partial): Declare.
2047 (target_read, target_write): Declare.
2048 (target_query): Delete macro.
2049 * target.c (target_read_partial): New function.
2050 (target_write_partial, target_read, target_write): New function.
2051 (update_current_target): Delete inheritance of "to_query". Add
2052 comments about "to_read_partial" and "to_write_partial".
2053 (debug_to_partial_read, debug_to_partial_write): New functions.
2054 (debug_to_query): Delete function.
2055 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
2056 instead of "to_query".
2057 * remote.c (remote_read_partial): Replace "remote_query".
2058 (init_remote_ops): Set "to_read_partial" instead of "to_query".
2059 (init_remote_async_ops): Ditto.
2060 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
2061 "target_read_partial" instead of "target_query".
2062 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
2063 Use "target_read_partial" instead of "target_query".
2064
2065 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
2066
2067 * frame.h (struct frame_id): Add new field: special_addr.
2068 (frame_id_build_special): New prototype.
2069 * frame.c (frame_id_build_special): New function.
2070 (frame_id_build): Change to call frame_id_build_special().
2071 (frame_id_eq): Change to also test special_addr field.
2072 (frame_id_inner): Update comment.
2073
2074 2003-10-17 Andrew Cagney <cagney@redhat.com>
2075
2076 * target.c (update_current_target): Perform the target cleanup.
2077 Put the target stack beneath the squashed "current_target".
2078 (add_target): Delete disabled call to "cleanup_target".
2079 (cleanup_target): Delete function.
2080 (push_target, unpush_target): Do not call "cleanup_target".
2081
2082 2003-10-17 Andrew Cagney <cagney@redhat.com>
2083
2084 * target.c (target_stack): Change to a static target_ops.
2085 (update_current_target): Walk the "struct target_ops" stack.
2086 (pop_target, do_xfer_memory, target_info): Ditto.
2087 (find_target_beneath): Ditto.
2088 (push_target): Rewrite to use the "struct target_ops" stack.
2089 (unpush_target): Ditto.
2090 * target.h (struct target_stack_item): Delete definition.
2091 (target_stack): Delete declaration.
2092 (struct target_ops): Add field "beneath".
2093
2094 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
2095
2096 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
2097 declaration.
2098 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
2099 (h8300_examine_prologue): Use h8300_normal_mode flag
2100 (h8300_gdbarch_init): Set architecture info for normal mode
2101
2102 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
2103
2104 * remote.c (remote_protocol_vcont): New variable.
2105 (set_remote_protocol_vcont_packet_cmd): New function.
2106 (show_remote_protocol_vcont_packet_cmd): New function.
2107 (init_all_packet_configs): Handle remote_protocol_vcont.
2108 (remote_vcont_probe): New function.
2109 (remote_vcont_resume): New function.
2110 (remote_resume): Use it.
2111 (remote_async_resume): Call remote_resume.
2112 (_initialize_remote): Add verbose-resume packet commands.
2113
2114 2003-10-16 Andrew Cagney <cagney@redhat.com>
2115
2116 * infrun.c (handle_inferior_event): Add comment about
2117 "frame_id_inner" being too weak.
2118
2119 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
2120
2121 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
2122 second parameter, which is always null. Remove
2123 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
2124 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
2125 accordingly.
2126 * somsolib.c (som_solib_create_inferior_hook,
2127 som_solib_desire_dynamic_linker_symbols): Update callers.
2128 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
2129
2130 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
2131
2132 * remote-m32r-sdi.c : New file, interface to m32r on-chip
2133 debug interface, SDI (Scalable Debug Interface).
2134 * NEWS: Mention m32r SDI protocol was supported.
2135 * Makefile.in (remote-m32r-sdi.o): Add build rule.
2136 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
2137
2138 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
2139
2140 * ia64-linux-tdep.c: Include gdbcore.h.
2141 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
2142 (ia64_linux_sigcontext_register_addr): Find the address of the
2143 sigcontext area stored in the sigframe instead of using
2144 a magic offset constant.
2145
2146 2003-10-15 Andrew Cagney <cagney@redhat.com>
2147
2148 * remote.c (remote_search): Delete function.
2149 * target.h (target_search): Delete disabled macro.
2150 (struct target_ops): Delete disabled field "to_search".
2151
2152 2003-10-14 Kevin Buettner <kevinb@redhat.com>
2153
2154 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
2155 instead of deprecated_inside_entry_file().
2156
2157 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
2158
2159 * sh-tdep.c: Fix copy/paste hangover in comment.
2160 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
2161 mode.
2162 (sh3e_sh4_extract_return_value): Ditto.
2163
2164 2003-10-13 Richard Henderson <rth@redhat.com>
2165
2166 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
2167 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
2168 match c_val_print a bit closer.
2169
2170 2003-10-13 Kevin Buettner <kevinb@redhat.com>
2171
2172 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
2173 (frv_gdbarch_adjust_breakpoint_address): New function.
2174 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
2175 method.
2176
2177 2003-10-13 Kevin Buettner <kevinb@redhat.com>
2178
2179 * breakpoint.h (struct breakpoint): Add new member
2180 ``requested_address''.
2181 * breakpoint.c (breakpoint_adjustment_warning)
2182 (adjust_breakpoint_address): New static functions.
2183 (print_it_typical): Issue warning if breakpoint's address is different
2184 from its requested address.
2185 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
2186 (breakpoint_re_set_one): Set breakpoint's
2187 ``requested_address'' field. Set ``address'' field to the
2188 result of calling adjust_breakpoint_address() on the requested
2189 address.
2190
2191 2003-10-13 Kevin Buettner <kevinb@redhat.com>
2192
2193 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
2194 * gdbarch.h, gdbarch.c: Regenerate.
2195
2196 2003-10-11 Mark Kettenis <kettenis@gnu.org>
2197
2198 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
2199 TDEP->sc_num_regs.
2200
2201 * i386fbsd-tdep.c: New file.
2202 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2203 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
2204 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
2205 i386bsd-tdep.c.
2206 (_initialize_i386fbsd_tdep): New function.
2207 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
2208 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
2209 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
2210 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
2211 TDEP->sc_num_regs.
2212 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
2213 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
2214 to initialize TDEP->sc_num_regs.
2215 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2216 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
2217 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
2218 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
2219 FreeBSD ELF OS/ABI's here.
2220 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
2221 (i386fbsd-tdep.o): New target.
2222 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
2223 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
2224
2225 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
2226 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
2227 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
2228 in initialization of TDEP->sc_num_regs.
2229
2230 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
2231 (x86_64_init_abi): Initialize regset_from_core_section if
2232 appropriate.
2233
2234 * i386-tdep.c (i386_regset_from_core_section): New function.
2235 (i386_gdbarch_init): Initialize regset_from_core_section if
2236 appropriate.
2237 * i386-tdep.h (i386_regset_from_core_section): New declaration.
2238
2239 * i386-tdep.h (struct regset): Declare opaque.
2240
2241 * gdbarch.sh (regset_from_core_section): New method.
2242 (struct regset): Declare opaque.
2243 * gdbarch.c, gdbarch.h: Regenerated.
2244
2245 2003-10-11 Alan Modra <amodra@bigpond.net.au>
2246
2247 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
2248 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
2249 Correct test for pc within section.
2250
2251 2003-10-11 Mark Kettenis <kettenis@gnu.org>
2252
2253 * gdbarch.sh: Remove trailing whitepsace from comments.
2254
2255 2003-10-08 Roland McGrath <roland@redhat.com>
2256
2257 * gcore.c (make_mem_sec): Function removed, folded into ...
2258 (gcore_create_callback): ... here. To omit a section, clear its
2259 SEC_LOAD bit rather than zeroing its size.
2260 Omit read-only sections only if they correspond to a known disk file.
2261 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
2262
2263 2003-10-10 Michael Snyder <msnyder@redhat.com>
2264
2265 * d10v-tdep.c: Fix typo in comment.
2266
2267 2003-10-10 Andrew Cagney <cagney@redhat.com>
2268
2269 * rs6000-tdep.c (e500_store_return_value): Delete function.
2270 (e500_extract_return_value): Delete function.
2271 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
2272 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
2273 "ppc_sysv_abi_restore_return_value" where applicable.
2274 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
2275 (ppc_sysv_abi_extract_return_value): Declare.
2276 (ppc_sysv_abi_broken_store_return_value): Declare.
2277 (ppc_sysv_abi_broken_extract_return_value): Declare.
2278 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
2279 * ppc-sysv-tdep.c (return_value_convention): Move definition to
2280 start of file.
2281 (do_ppc_sysv_return_value): New function.
2282 (ppc_sysv_abi_extract_return_value): New function.
2283 (ppc_sysv_abi_store_return_value): New function.
2284 (ppc_sysv_abi_broken_extract_return_value): New function.
2285 (ppc_sysv_abi_broken_store_return_value): New function.
2286 (ppc_sysv_abi_use_struct_convention): Call
2287 do_ppc_sysv_return_value.
2288
2289 2003-10-10 J. Brobecker <brobecker@gnat.com>
2290
2291 * blockframe.c (inside_main_func): No longer use symbol_lookup()
2292 to lookup the main function symbol.
2293
2294 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
2295
2296 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
2297 types correctly.
2298 (sh_push_dummy_call_fpu): Fix argument passing rules.
2299 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
2300 float types.
2301 (sh3e_sh4_store_return_value): Ditto.
2302
2303 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
2304
2305 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
2306 comment.
2307
2308 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
2309
2310 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
2311 more readable code. Accomodate passing of bitfields.
2312
2313 2003-10-10 Andrew Cagney <cagney@redhat.com>
2314
2315 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
2316 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
2317 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
2318 * ppc-sysv-tdep.c: Include "gdb_assert.h".
2319 (ppc64_sysv_abi_push_dummy_call): New function.
2320 (ppc64_sysv_abi_broken_push_dummy_call): New function.
2321 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
2322 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
2323
2324 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2325
2326 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2327 * README: Ditto.
2328 * d10v-tdep.c: Ditto.
2329 * h8300-tdep.c: Ditto.
2330 * remote-e7000.c: Ditto.
2331 * remote-hms.c: Ditto.
2332 * ser-e7kpc.c: Ditto.
2333 * sh-stub.c: Ditto.
2334 * sh-tdep.c: Ditto.
2335 * sh-tdep.h: Ditto.
2336 * sh3-rom.c: Ditto.
2337 * sh64-tdep.c: Ditto.
2338 * top.c: Ditto.
2339 * wince.c: Ditto.
2340 * config/d10v/d10v.mt: Ditto.
2341 * config/sh/embed.mt: Ditto.
2342 * config/sh/linux.mt: Ditto.
2343 * config/sh/tm-linux.h: Ditto.
2344 * config/sh/tm-sh.h: Ditto.
2345 * config/sh/wince.mt: Ditto.
2346
2347 2003-10-09 Andrew Cagney <cagney@redhat.com>
2348
2349 * ppc-tdep.h (struct type): Declare opaque.
2350 * x86-64-tdep.h (struct regcache): Declare opaque.
2351 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
2352 coding style.
2353
2354 2003-10-09 Andrew Cagney <cagney@redhat.com>
2355
2356 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
2357 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
2358 (SOFTWARE_SINGLE_STEP_P): Ditto.
2359 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2360 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
2361 (SOFTWARE_SINGLE_STEP_P): Ditto.
2362 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
2363 software_single_step to rs6000_software_single_step.
2364
2365 2003-10-09 Andrew Cagney <cagney@redhat.com>
2366
2367 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
2368
2369 2003-10-09 Michael Snyder <msnyder@redhat.com>
2370
2371 * frame.h: Fix typo in comment.
2372 * dummy-frame.c: Fix typo in comment.
2373 * d10v-tdep.c: Random whitespace/comment tweaks.
2374
2375 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
2376
2377 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
2378 (sh_push_dummy_code): Delete function, it's only used for dummy calls
2379 on stack.
2380
2381 Based on input by Stephen Clarke (stephen.clarke@superh.com):
2382 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
2383 in detail.
2384
2385 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
2386
2387 * remote-mips.c (mips_initialize): Remove unneeded call to
2388 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2389
2390 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
2391
2392 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
2393 a memory pointer.
2394
2395 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
2396
2397 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
2398 for any lwp we resume.
2399 (running_callback): Add lwps that have pending status events
2400 against them to be considered running.
2401
2402 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
2403
2404 * m32r-tdep.c : Include "dis-asm.h".
2405 * Makefile.in (m32r-tdep.o): Update dependencies.
2406
2407 2003-10-06 J. Brobecker <brobecker@gnat.com>
2408
2409 * completer.h (get_gdb_completer_word_break_characters): Delete.
2410 * completer.c: include language.h.
2411 (gdb_completer_word_break_characters): Delete.
2412 (get_gdb_completer_word_break_characters): Delete.
2413 (location_completer): Use the word break characters of the current
2414 language.
2415 (complete_line): Likewise.
2416 (line_completion_function): Likewise.
2417 (skip_quoted_chars): Likewise.
2418 * Makefile.in (completer.o): Add dependency on language.h.
2419 * top.c (init_main): Set the readline word break characters
2420 to GDB's default word break characters.
2421
2422 2003-10-06 J. Brobecker <brobecker@gnat.com>
2423
2424 * language.h (language_defn): new field, la_word_break_characters.
2425 * language.c (unknown_language_defn): Set new field to
2426 default_word_break_characters.
2427 (auto_language_defn): Likewise.
2428 (local_language_defn): Likewise.
2429 * ada-lang.c (ada_language_defn): Likewise.
2430 * c-lang.c (c_language_defn): Likewise.
2431 (cplus_language_defn): Likewise.
2432 (asm_language_defn): Likewise.
2433 (minimal_language_defn): Likewise.
2434 * f-lang.c (f_language_defn): Likewise.
2435 * jv-lang.c (java_language_defn): Likewise.
2436 * m2-lang.c (m2_language_defn): Likewise.
2437 * objc-lang.c (objc_language_defn): Likewise.
2438 * p-lang.c (pascal_language_defn): Likewise.
2439 * scm-lang.c (scm_language_defn): Likewise.
2440
2441 2003-10-06 Andrew Cagney <cagney@redhat.com>
2442
2443 * ppc-sysv-tdep.c: Re-indent.
2444
2445 2003-10-06 J. Brobecker <brobecker@gnat.com>
2446
2447 * language.h (default_word_break_characters): Add prototype.
2448 * language.c (default_word_break_characters): New function.
2449
2450 2003-10-06 Andreas Schwab <schwab@suse.de>
2451
2452 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
2453 with %eax.
2454
2455 2003-10-06 Andrew Cagney <cagney@redhat.com>
2456
2457 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
2458 "h8500-tdep.c".
2459 (z8k-tdep.o): Delete custom build rule.
2460
2461 2003-10-06 Andrew Cagney <cagney@redhat.com>
2462
2463 * Makefile.in: Update all dependencies.
2464
2465 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
2466 No longer list PA as as obsolete candidate. List m32r as
2467 broken instead of obsolete.
2468
2469 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
2470 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
2471 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
2472 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
2473 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
2474 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
2475 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
2476 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
2477 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
2478 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
2479 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
2480 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
2481 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
2482 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
2483 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
2484 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
2485 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
2486 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
2487 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
2488 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
2489 * config/z8k/z8k.mt: Ditto.
2490
2491 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
2492 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
2493 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
2494 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
2495 sparclite were removed.
2496 * configure.host, configure.tgt: Remove corresponding tuples.
2497
2498 * breakpoint.c, breakpoint.h: Remove obsolete code.
2499 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
2500 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
2501 * stabsread.h, xcoffread.c: Ditto.
2502
2503 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
2504 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
2505 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
2506 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
2507
2508 2003-10-06 David Lecomber <dsl@sources.redhat.com>
2509
2510 * f-valprint.c: Reformatting
2511
2512 2003-10-06 Mark Kettenis <kettenis@gnu.org>
2513
2514 * x86-64-tdep.c: Remove duplicate comment.
2515
2516 * x86-64-tdep.c (x86_64_store_return_value): Don't use
2517 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
2518 names for return values. This fixes a bug since we looked at %rbx
2519 instead of %rdx.
2520
2521 2003-10-05 Mark Kettenis <kettenis@gnu.org>
2522
2523 * x86-64-tdep.c: Include "regset.h".
2524
2525 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
2526 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
2527 sizeof_fpregset.
2528 * i386-tdep.c: Include "regset.h".
2529 (i386_supply_gregset): New function.
2530 (i386_supply_fpregset): New function.
2531 (i386_gdbarch_init): Initialze register set-related members of
2532 TDEP.
2533 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
2534 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
2535
2536 2003-10-03 Andrew Cagney <cagney@redhat.com>
2537
2538 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
2539 set extract_return_value, store_return_value and
2540 use_struct_convention to ppc64_sysv_abi_extract_return_value,
2541 ppc64_sysv_abi_store_return_value and
2542 ppc64_sysv_abi_use_struct_convention.
2543 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
2544 (ppc64_sysv_abi_store_return_value): Declare.
2545 (ppc64_sysv_abi_use_struct_convention): Declare.
2546 * ppc-sysv-tdep.c (enum return_value_convention): Define.
2547 (ppc64_sysv_abi_extract_return_value): New function.
2548 (ppc64_sysv_abi_store_return_value): New function.
2549 (ppc64_sysv_abi_use_struct_convention): New function.
2550 (ppc64_sysv_abi_return_value): New function.
2551
2552 2003-10-03 Andrew Cagney <cagney@redhat.com>
2553
2554 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
2555 convert a descriptor to a function when it's in the ".opd"
2556 section.
2557
2558 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2559
2560 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
2561 reg_size to keep GCC silent.
2562
2563 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2564
2565 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
2566 base for DW_EH_PE_textrel encodings.
2567 (read_encoded_value): Add a DW_EH_PE_textrel case.
2568 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
2569 section.
2570
2571 2003-10-03 Mark Kettenis <kettenis@gnu.org>
2572
2573 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
2574
2575 2003-10-02 Andrew Cagney <cagney@redhat.com>
2576
2577 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
2578 REGISTER_RAW_SIZE.
2579 * gdbarch.h, gdbarch.c: Re-generate.
2580 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
2581 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
2582 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2583 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2584 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
2585 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
2586 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
2587 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
2588 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
2589 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
2590 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
2591 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
2592 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
2593 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
2594 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
2595 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
2596
2597 2003-10-02 Jim Blandy <jimb@redhat.com>
2598
2599 * dwarf2read.c (struct die_info): Doc fix.
2600
2601 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
2602
2603 * sh-tdep.c: Running thru gdb_indent.sh.
2604
2605 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
2606
2607 * sh-tdep.c (sh_justify_value_in_reg): New function.
2608 (sh_stack_allocsize): Ditto.
2609 (flt_argreg_array): New array used for floating point argument
2610 passing.
2611 (sh_init_flt_argreg): New function.
2612 (sh_next_flt_argreg): Ditto.
2613 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
2614 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
2615 Fix argument passing strategy.
2616 (sh_push_dummy_call_nofpu): Ditto.
2617
2618 2003-10-01 Andrew Cagney <cagney@redhat.com>
2619
2620 * value.h (register_value_being_returned): Declare. Replace
2621 "value_being_returned".
2622 * infcall.c (call_function_by_hand): Use
2623 register_value_being_returned.
2624 * infcmd.c (print_return_value): Call
2625 "register_value_being_returned", handle struct return locally.
2626 * values.c (register_value_being_returned): New function. Replace
2627 "value_being_returned".
2628
2629 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
2630
2631 * linux-proc.c (linux_do_registers): New function.
2632 (linux_make_note_section): Use linux_do_registers in case of
2633 single threaded inferior programs.
2634
2635 2003-10-01 Andrew Cagney <cagney@redhat.com>
2636
2637 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
2638 use STRUCT_ADDR. When not using "struct return convention", pass
2639 "0" to "value_being_returned". Add FIXMEs.
2640 * infcmd.c (print_return_value): Pass an explicit 0/1 to
2641 value_being_returned. Add comments.
2642 * values.c (value_being_returned): Add fixme.
2643 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
2644 (hppa_value_returned_from_stack): Add FIXME.
2645
2646 2003-09-30 David Carlton <carlton@kealia.com>
2647
2648 * dwarf2read.c (struct die_info): Add 'parent' field; replace
2649 'has_children' and 'next' by 'child' and 'sibling'.
2650 (read_comp_unit): Rework algorithm, breaking body into
2651 read_die_and_children and read_die_and_siblings.
2652 (read_die_and_children, read_die_and_siblings): New.
2653 (read_full_die): Add 'has_children' argument; set it instead of
2654 the die's 'has_children' field. Minor formatting cleanup.
2655 (free_die_list): Use die->child and die->sibling instead of
2656 die->next.
2657 (dump_die_list): Ditto.
2658 (sibling_die): Use die->sibling.
2659 (psymtab_to_symtab_1): Use die's 'child' field in place of its
2660 'has_children' and 'next' fields.
2661 (process_die, read_file_scope, read_func_scope)
2662 (read_lexical_block_scope, read_structure_scope)
2663 (read_enumeration, read_array_type, read_common_block)
2664 (read_namespace, read_subroutine_type, dump_die): Ditto.
2665
2666 2003-09-30 Andrew Cagney <cagney@redhat.com>
2667
2668 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
2669 to 224, not 220.
2670
2671 2003-09-30 Andrew Cagney <cagney@redhat.com>
2672
2673 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
2674 REGISTER_VIRTUAL_SIZE.
2675 * gdbarch.h, gdbarch.c: Regenerate.
2676 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
2677 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
2678 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
2679
2680 2003-09-29 Andrew Cagney <cagney@redhat.com>
2681
2682 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
2683 REGISTER_VIRTUAL_TYPE.
2684 * gdbarch.h, gdbarch.c: Regenerate.
2685 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
2686 * sh64-tdep.c, sparc-tdep.c: Update.
2687
2688 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
2689 * remote-vxmips.c (vx_read_register): Ditto.
2690 * remote-vx68.c (vx_read_register): Ditto.
2691 * gnu-nat.c (inf_validate_procs): Ditto.
2692
2693 2003-09-29 J. Brobecker <brobecker@gnat.com>
2694
2695 * infcall.c (call_function_by_hand): Fix build failure
2696 introduced in the previous change to this file.
2697
2698 2003-09-29 Andrew Cagney <cagney@redhat.com>
2699
2700 * NEWS: Mention Objective-C.
2701
2702 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
2703
2704 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
2705 test if the register has been saved on the stack.
2706 (arm_scan_prologue_cache): When analysing the instruction
2707 "str lr, [sp, #-4]", save the address where lr has been stored.
2708
2709 2003-09-28 Andrew Cagney <cagney@redhat.com>
2710
2711 * frame.c (frame_read_unsigned_register): Delete function.
2712 * frame.h (frame_read_unsigned_register): Delete declaration.
2713 * sparc-tdep.c (sparc_init_extra_frame_info): Use
2714 get_frame_register_unsigned.
2715 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
2716 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2717 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2718
2719 * frame.h (frame_read_register): Delete declaration.
2720 * frame.c (frame_read_register): Delete function.
2721 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
2722 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
2723 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
2724 * mips-tdep.c (mips_register_to_value): Ditto.
2725 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
2726 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2727
2728 * frame.c (frame_read_signed_register): Delete function.
2729 (frame_read_unsigned_register): Update comments.
2730 * frame.h (frame_read_signed_register): Delete declaration.
2731 * h8300-tdep.c (h8300_print_register): Use
2732 get_frame_register_signed.
2733 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2734
2735 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
2736 Rename VALUE_RETURNED_FROM_STACK.
2737 * infcmd.c (print_return_value): Update.
2738 * infcall.c (call_function_by_hand): Update.
2739
2740 2003-09-28 Mark Kettenis <kettenis@gnu.org>
2741
2742 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
2743 regcache argument and reverse the order of the other two
2744 arguments. Remove local regcache variable. Determine
2745 architecture from REGCACHE. Update comments.
2746 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
2747 reverse the order of the other two arguments. Remove local
2748 regcache variable. Determine architecture from REGCACHE. Update
2749 comments.
2750 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
2751 prototypes. Update comments.
2752 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
2753 comment.
2754 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
2755 Update.
2756 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
2757 * i386-interix-nat.c (supply_fpregset): Update.
2758 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
2759 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
2760 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
2761 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
2762 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
2763 Update.
2764 * i386obsd-tdep.c (fetch_core_registers): Update.
2765 * i386v4-nat.c (supply_fpregset): Update.
2766 * x86-64-linux-nat.c (supply_fpregset): Update.
2767 * x86-64-linux-tdep.c (fetch_core_registers): Update.
2768
2769 2003-09-27 Mark Kettenis <kettenis@gnu.org>
2770
2771 * i386-tdep.h: Put opaque declarations in alphabetical
2772 order. Remove spurious whitespace.
2773 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
2774 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
2775 * i386-tdep.c (MM0_REGNUM): Remove define.
2776 (i386_mmx_regnum_p): Add gdbarch argument.
2777 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
2778 Rewrite using new macro definitions for FPU/SSE registers.
2779 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
2780 definitions from i387-tdep.h.
2781 (i386_register_name): Update.
2782 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
2783 new macro definitions for FPU/SSE registers.
2784 (i386_extract_return_value): Determine whether floating-point
2785 registers are present by examining REGCACHE's architecture.
2786 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
2787 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
2788 FPU/SSE registers.
2789 (i386_register_type): Update.
2790 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
2791 definitions for FPU registers. Use REGCACHE's architecture to
2792 determine the appropriate register numbers.
2793 (i386_pseudo_register_read, i386_pseudo_register_write,
2794 i386_register_reggroup_p): Update.
2795 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
2796 TDEP->mm0_regnum.
2797 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
2798 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
2799 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
2800 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
2801 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
2802 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
2803 *' to `void *'.
2804 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
2805 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
2806 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
2807 definitions for FPU/SSE registers.
2808 (FXSAVE_MXCSR_ADDR): New define.
2809 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
2810 TDEP->mm0_regnum.
2811 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
2812 (I387_ST0_REGNUM): Define.
2813
2814 * regcache.h (get_regcache_arch): New prototype.
2815 * regcache.c (get_regcache_arch): New function.
2816
2817 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
2818 whitespace.
2819
2820 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
2821 Initialize using ARRAY_SIZE.
2822
2823 2003-09-27 Andrew Cagney <cagney@redhat.com>
2824
2825 * arch-utils.c (deprecated_init_frame_pc_default): Rename
2826 "init_frame_pc_default".
2827 * arch-utils.h (deprecated_init_frame_pc_default): Update.
2828 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2829 * vax-tdep.c (vax_gdbarch_init): Update.
2830 * v850-tdep.c (v850_gdbarch_init): Update.
2831 * sh64-tdep.c (sh64_gdbarch_init): Update.
2832 * s390-tdep.c (s390_gdbarch_init): Update.
2833 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2834 * mcore-tdep.c (mcore_gdbarch_init): Update.
2835 * h8300-tdep.c (h8300_gdbarch_init): Update.
2836 * cris-tdep.c (cris_gdbarch_init): Update.
2837 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
2838
2839 2003-09-26 Mark Kettenis <kettenis@gnu.org>
2840
2841 * regset.h: New file.
2842 * Makefile.in (regset_h): Add.
2843
2844 2003-09-25 Andrew Cagney <cagney@redhat.com>
2845
2846 * frame.h (deprecated_frame_saved_regs): Rename
2847 get_frame_saved_regs.
2848 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
2849 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
2850 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
2851 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
2852 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
2853
2854 2003-09-25 Andrew Cagney <cagney@redhat.com>
2855
2856 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
2857 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
2858 and Java.
2859 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
2860 arm*-*-* do not use the new frame code.
2861
2862 2003-09-25 David Carlton <carlton@kealia.com>
2863
2864 * c-exp.y: Remove 'register' declarations.
2865 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
2866
2867 2003-09-25 David Carlton <carlton@kealia.com>
2868
2869 * c-exp.y: Include cp-support.h. Add qualified_type.
2870 (yylex): Delete nested type hack; add comments.
2871 * cp-namespace.c (cp_lookup_nested_type): New function.
2872 * cp-support.h: Declare cp_lookup_nested_type.
2873 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
2874 instead of value_struct_elt_for_reference.
2875 * valops.c: Include cp-support.h.
2876 (value_aggregate_elt): New function.
2877 (value_namespace_elt): Ditto.
2878 (value_struct_elt_for_reference): Make static.
2879 * value.h: Delete declaration of value_struct_elt_for_reference;
2880 add declaration for value_aggregate_elt.
2881 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
2882 (valops.o): Ditto.
2883
2884 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
2885
2886 * stack.c: Include "reggroups.h".
2887 (frame_info): Only display registers in all_reggroup.
2888 * Makefile.in (stack.o): Update dependencies.
2889
2890 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
2891
2892 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
2893 "add ip, sp #n" in the prologue.
2894 (arm_scan_prologue): Ditto.
2895
2896 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
2897
2898 * MAINTAINERS (write after approval): Add myself.
2899
2900 2003-09-25 Andreas Schwab <schwab@suse.de>
2901
2902 * m68k-tdep.c: Include "dwarf2-frame.h".
2903 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
2904 * Makefile.in (m68k-tdep.o): Update dependencies.
2905
2906 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
2907
2908 * sh-tdep.c (struct frame_extra_info): Remove.
2909 (struct sh_frame_cache): New structure.
2910 (GET_SOURCE_REG): New macro extracting source register of an opcode.
2911 (GET_TARGET_REG): Ditto but target register.
2912 (GET_PUSHED_REG): Remove.
2913 (IS_MOV_ARG_TO_REG): New macro.
2914 (IS_MOV_ARG_TO_IND_R14): New macro.
2915 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
2916 (IS_MOVW_PCREL_TO_REG): New macro.
2917 (IS_MOVL_PCREL_TO_REG): New macro.
2918 (IS_SUB_REG_FROM_SP): New macro.
2919 (IS_ARG_MOV): Remove.
2920 (IS_MOV_TO_R14): Remove.
2921 (IS_RESTORE_FP): New macro.
2922 (IS_RTS): New macro.
2923 (IS_LDS): New macro.
2924 (IS_MOV_FP_SP): New macro.
2925 (IS_ADD_REG_TO_FP): New macro.
2926 (IS_ADD_IMM_FP): New macro.
2927 (sh_skip_prologue_hard_way): Remove.
2928 (sh_saved_pc_after_call): Remove.
2929 (sh_frame_chain): Remove.
2930 (sh_find_callers_reg): Remove.
2931 (sh_nofp_frame_init_saved_regs): Remove.
2932 (sh_fp_frame_init_saved_regs): Remove.
2933 (sh_init_extra_frame_info): Remove.
2934 (sh_analyze_prologue): New function.
2935 (sh_skip_prologue): Remove deprecated code. Rely on new function
2936 sh_analyze_prologue when after_prologue fails.
2937 (sh_frame_saved_pc): Remove.
2938 (sh_alloc_frame_cache): New function.
2939 (sh_frame_cache): Ditto.
2940 (sh_frame_prev_register): Ditto.
2941 (sh_frame_this_id): Ditto.
2942 (sh_frame_unwind): New structure defining the heuristic frame
2943 sniffer interface.
2944 (sh_frame_sniffer): New function.
2945 (sh_unwind_sp): Ditto.
2946 (sh_unwind_pc): Ditto.
2947 (sh_unwind_dummy_id): Ditto.
2948 (sh_frame_base_address): Ditto.
2949 (sh_frame_base): New structure defining new frame base code.
2950 (sh_in_function_epilogue_p): New function.
2951 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
2952 code and to call all new code instead. Initialize dwarf2 and
2953 heuristic frame sniffer.
2954
2955 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2956
2957 * parser-defs.h (struct exp_descriptor): New definition, containing
2958 language-specific info for printing, prefixifying, dumping, and
2959 evaluating expressions.
2960 (exp_descriptor_standard): Declare new variable.
2961 (print_subexp): Make global and declare here (from expprint.c).
2962 (dump_subexp): Ditto.
2963 (dump_subexp_body_standard): Declare.
2964 (operator_length_standard): Declare.
2965 (op_name_standard): Declare.
2966 (print_subexp): Declare.
2967 (print_subexp_standard): Declare.
2968
2969 * language.h (struct language_defn): Add la_exp_desc field to hold
2970 pointer to table for language-specific operators.
2971 Remove evaluate_exp field, which is now in struct exp_descriptor.
2972
2973 * parse.c (operator_length): Move most code to new
2974 operator_length_standard function. Use language-specific information.
2975 (operator_length_standard): New function taking most code from
2976 operator_length.
2977 (exp_descriptor_standard): New constant.
2978
2979 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
2980 and OP_EXTENDED_LAST.
2981
2982 * expprint.c (print_subexp): Use language-specific print_subexp.
2983 Make global; remove static declaration.
2984 Move most code to print_subexp_standard.
2985 (print_subexp_standard): New function, containing code formerly in
2986 print_subexp.
2987 (op_name): Add expression to argument signature.
2988 Use langauge-specific op_name.
2989 Move most code to op_name_standard.
2990 (op_name_standard): New function, containing code formerly in op_name.
2991 (dump_subexp): Use new version of op_name function.
2992 Use language-specific dump_subexp_body, and move most existing code to
2993 dump_subexp_body_standard.
2994 (dump_raw_expression): Use new op_name interface.
2995 (dump_subexp_body): Move most code to dump_subexp_body_standard.
2996 (dump_subexp_body_standard): New function, containing code formerly
2997 in dump_subexp_body.
2998
2999 * language.c (unknown_language): Add default la_exp_desc field and
3000 remove evaluate_exp field.
3001 (auto_language): Ditto.
3002 (local_language): Ditto.
3003 * f-lang.c (f_language_defn): Ditto.
3004 * c-lang.c (c_language_defn): Ditto.
3005 (cplus_language_defn): Ditto.
3006 (asm_language_defn): Ditto.
3007 (minimal_language_defn): Ditto.
3008 * p-lang.c (pascal_language_defn): Ditto.
3009 * m2-lang.c (m2_language_defn): Ditto.
3010 * objc-lang.c (objc_language_defn): Ditto.
3011
3012 * jv-lang.c (exp_descriptor_java): New variable, containing
3013 Java-specific expression evaluator.
3014 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
3015 field.
3016 * scm-lang.c (exp_descriptor_scm): New variable, containing
3017 Scheme-specific expression evaluator.
3018 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
3019 field.
3020 * objc-lang.c (print_object_command): Take evaluate_exp from the
3021 la_exp_desc field.
3022
3023 * Makefile.in (eval.o): Add dependency on parser-defs.h.
3024
3025 * eval.c: Include parser-defs.h for the full declaration of
3026 la_exp_desc's type.
3027 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
3028
3029 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
3030
3031 * parser-defs.h (operator_length): Declare.
3032
3033 * parse.c (length_of_subexp): Use operator_length to get operator
3034 lengths and arities for operators.
3035 Move most code to new operator_length function.
3036 (operator_length): New function absorbing most code from
3037 length_of_subexp.
3038 (prefixify_subexp): Remove large case and use operator_length instead.
3039 (parse_exp_1): Use renamings:
3040 dump_prefix_expression => dump_raw_expression and
3041 dump_postfix_expression => dump_prefix_expression.
3042
3043 * expression.h (dump_prefix_expression): Rename to ...
3044 (dump_raw_expression): New name.
3045 (dump_postfix_expression): Rename to ...
3046 (dump_prefix_expression): New name.
3047
3048 * expprint.c (dump_subexp): Make global. Add comment.
3049 Move most existing code to dump_subexp_body.
3050 (dump_subexp_body): New function.
3051 (dump_prefix_expression): Rename to dump_raw_expression.
3052 Remove attempt to print the expression via print_expression: it can't
3053 work before the expression is prefixified.
3054 (dump_raw_expression): Renamed from dump_prefix_expression.
3055 (dump_postfix_expression): Rename to dump_prefix_expression, since
3056 that's what it does.
3057 Remove 'note' parameter, since this routine must be used on
3058 prefixified expression.
3059 (dump_prefix_expression): Renamed from dump_postfix_expression.
3060
3061 2003-09-22 Jim Blandy <jimb@redhat.com>
3062
3063 * dwarf2read.c (read_array_type): When building the type for an
3064 array of unspecified length, make sure to choose the upper bound
3065 so that the array's total length comes out to be zero --- that's
3066 how we represent such arrays.
3067
3068 2003-09-22 Michael Chastain <mec@shout.net>
3069
3070 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
3071
3072 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
3073
3074 * top.c (quit_force): Fix indirect call to quit_target so
3075 a struct qt_args pointer is passed.
3076
3077 2003-09-22 Andrew Cagney <cagney@redhat.com>
3078
3079 * arch-utils.h (init_frame_pc_noop): Delete declaration.
3080 * arch-utils.c (init_frame_pc_noop): Delete function.
3081 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
3082 "init_frame_pc".
3083 * mips-tdep.c (mips_gdbarch_init): Ditto.
3084 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
3085 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
3086 declaration.
3087 (DEPRECATED_INIT_FRAME_PC): Delete macro.
3088 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
3089 declaration.
3090 (DEPRECATED_INIT_FRAME_PC): Delete macro.
3091
3092 2003-09-22 Anthony Green <green@redhat.com>
3093
3094 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
3095 declaration.
3096
3097 2003-09-20 Andrew Cagney <cagney@redhat.com>
3098
3099 * breakpoint.c: Eliminate ARGSUSED.
3100 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
3101 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
3102 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
3103 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
3104 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
3105 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
3106 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
3107 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
3108 * wince.c, remote-vx.c: Ditto.
3109
3110 * cli/cli-script.c: Remove "register" attributes.
3111 * config/pa/tm-hppa.h: Ditto.
3112 * cli/cli-decode.c: Ditto.
3113 * cli/cli-cmds.c: Ditto.
3114
3115 2003-09-19 Andrew Cagney <cagney@redhat.com>
3116
3117 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
3118 DEPRECATED_NPC_REGNUM.
3119 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
3120
3121 2003-09-19 Christopher Faylor <cgf@redhat.com>
3122
3123 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
3124
3125 2003-09-19 Jim Blandy <jimb@redhat.com>
3126
3127 * macrotab.c (macro_include): Use the correct comparison to find
3128 the appropriate place for this inclusion in the list.
3129
3130 2003-09-19 Andrew Cagney <cagney@redhat.com>
3131
3132 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
3133 (DEPRECATED_HPUX_TEXT_END): Define.
3134 (deprecated_hpux_text_end): Declare.
3135 (struct target_ops): Declare opaque.
3136 * hppah-nat.c (text_end): Make static.
3137 (deprecated_hpux_text_end): New function.
3138 * exec.c (text_end): Delete global variable.
3139 (NEED_TEXT_START_END): Do not define.
3140 (exec_file_attach): Replace code computing "text_end" code with
3141 call to DEPRECATED_HPUX_TEXT_END.
3142
3143 2003-09-19 Andrew Cagney <cagney@redhat.com>
3144
3145 * utils.c (align_up, align_down): New functions.
3146 * defs.h (align_up, align_down): Declare.
3147 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
3148 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
3149 and "align_down".
3150 (round_up, round_down): Delete functions.
3151 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
3152 "align_down".
3153 (ROUND_DOWN, ROUND_UP): Delete macros.
3154 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
3155 * h8300-tdep.c: Replace "round_up" and "round_down" with
3156 "align_up" and "align_down".
3157 (round_up, round_down): Delete macros.
3158 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
3159 "align_down".
3160 (ROUND_UP, ROUND_DOWN): Delete macros.
3161
3162 2003-09-18 J. Brobecker <brobecker@gnat.com>
3163
3164 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
3165 hard-coded constant. Use the proper machine name instead.
3166
3167 2003-09-17 Andrew Cagney <cagney@redhat.com>
3168
3169 * sparc-tdep.c (legacy_register_name): Delete function.
3170 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
3171 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
3172 * infcmd.c (gdb_register_name): Delete variable.
3173 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
3174 REGISTER_NAME and "tm.h".
3175 * gdbarch.h, gdbarch.c: Regenerate.
3176 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
3177 REGISTER_NAMES in comments.
3178 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
3179 * m68klinux-nat.c (regmap): Ditto.
3180
3181 2003-09-17 Jim Blandy <jimb@redhat.com>
3182
3183 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
3184
3185 2003-09-17 Andrew Cagney <cagney@redhat.com>
3186
3187 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
3188 (ppcnbsd_init_abi): Set "use_struct_convention" to
3189 "ppcnbsd_use_struct_convention".
3190
3191 2003-09-17 Mark Kettenis <kettenis@gnu.org>
3192
3193 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
3194 * gdbarch.h, gdbarch.c: Regenerate.
3195 (stabs_argument_has_addr): New architecture method.
3196 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
3197 * arch-utils.c: Include "buildsym.h".
3198 (default_stabs_argument_has_addr): New function.
3199 * stabsread.c (define_symbol): Use stabs_argument_has_addr
3200 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
3201
3202 2003-09-17 Andrew Cagney <cagney@redhat.com>
3203
3204 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
3205 * gdbarch.h, gdbarch.c: Regenerate.
3206 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
3207 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
3208 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
3209 * sparcnbsd-tdep.c: Update.
3210
3211 2003-09-17 Andrew Cagney <cagney@redhat.com>
3212
3213 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
3214 * gdbarch.h, gdbarch.c: Regenerate.
3215 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
3216 * d10v-tdep.c, frame.c: Update.
3217 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
3218 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
3219 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
3220 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
3221 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
3222 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
3223 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
3224 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
3225 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
3226 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
3227 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
3228 * config/pa/nm-hppah.h: Update.
3229
3230 2003-09-16 Andrew Cagney <cagney@redhat.com>
3231
3232 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
3233 "use_struct_convention" to "ppc_linux_use_struct_convention".
3234 (ppc_linux_use_struct_convention): New function.
3235 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
3236 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
3237 "rs6000_use_struct_convention".
3238 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
3239 declaration.
3240 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
3241 Delete function.
3242
3243 2003-09-16 Andrew Cagney <cagney@redhat.com>
3244
3245 * buildsym.c: Remove more occurances of "register".
3246 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
3247 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
3248 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
3249 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
3250 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
3251 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
3252 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
3253 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
3254
3255 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
3256
3257 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
3258 numbers to enumeration values.
3259 * sh-tdep.c: Accomodate above change.
3260 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
3261 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
3262 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
3263 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
3264 (IS_FPUSH): Rename from IS_FMOV.
3265 (sh_extract_struct_value_address): Remove useless comment.
3266 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
3267 instead of own local values.
3268 (sh_dump_tdep): Remove.
3269 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
3270 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
3271
3272 2003-09-15 Andrew Cagney <cagney@redhat.com>
3273
3274 * doublest.c (convert_floatformat_to_doublest): No longer need to
3275 cast "exp_bias" to an int. Reverts 2002-12-04 change.
3276
3277 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
3278
3279 * values.c (unpack_double): Call floatformat_is_valid.
3280
3281 2003-09-15 Mark Kettenis <kettenis@gnu.org>
3282
3283 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
3284 ps_strings into a long.
3285
3286 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
3287 _initialize_am64fbsd_nat.
3288
3289 2003-09-15 Kevin Buettner <kevinb@redhat.com>
3290
3291 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
3292 associated with DW_AT_ranges attribute is out of bounds.
3293
3294 2003-09-15 David Lecomber <dsl@sources.redhat.com>
3295
3296 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
3297
3298 2003-09-14 Michael Chastain <mec@shout.net>
3299
3300 * config/m68k/nm-apollo68v.h: Delete.
3301 * config/m68k/xm-apollo68v.h: Delete.
3302
3303 2003-09-14 Andrew Cagney <cagney@redhat.com>
3304
3305 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
3306 * dcache.c: Update copyrights and descriptions.
3307 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
3308
3309 2003-09-14 Andrew Cagney <cagney@redhat.com>
3310
3311 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
3312 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
3313
3314 2003-09-14 Andrew Cagney <cagney@redhat.com>
3315
3316 * alpha-nat.c: Remove some occurances of "register".
3317 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
3318 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
3319 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
3320 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
3321 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
3322 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
3323 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
3324 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
3325 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
3326 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
3327 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
3328 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
3329 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
3330 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
3331 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
3332 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
3333 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
3334 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
3335 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
3336 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
3337 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
3338 * values.c, vax-tdep.c, xcoffread.c: Ditto.
3339
3340 2003-09-13 Andrew Cagney <cagney@redhat.com>
3341
3342 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
3343 * ppc-tdep.h (struct regcache): Declare opaque.
3344 * objfiles.h (struct objfile_data): Declare opaque.
3345 * cp-support.h (struct objfile): Declare opaque.
3346 * linux-nat.h (target_waitstatus): Declare opaque.
3347
3348 2003-09-14 Mark Kettenis <kettenis@gnu.org>
3349
3350 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
3351 (stabs_argument_has_addr): New architecture method.
3352 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
3353 * arch-utils.c: Include "buildsym.h".
3354 (default_stabs_argument_has_addr): New function.
3355 * stabsread.c (define_symbol): Use stabs_argument_has_addr
3356 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
3357
3358 * cris-tdep.c (cris_gdbarch_init): Set
3359 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
3360 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
3361 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
3362 * mips-tdep.c (mips_gdbarch_init): Likewise.
3363 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3364 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3365
3366 2003-09-13 Andrew Cagney <cagney@redhat.com>
3367
3368 * values.c (using_struct_return): Delete "function" and "funcaddr"
3369 parameters.
3370 * value.h (using_struct_return): Update declaration.
3371 * infcmd.c (finish_command_continuation): Update.
3372 (finish_command): Update.
3373 * infcall.c (call_function_by_hand): Update.
3374 * eval.c (evaluate_subexp_standard): Update.
3375
3376 2003-09-13 Christopher Faylor <cgf@redhat.com>
3377
3378 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
3379 SSE registers since gdb will not operate correctly without this.
3380 Restore include file ordering munged in previous change.
3381 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
3382
3383 2003-09-13 Mark Kettenis <kettenis@gnu.org>
3384
3385 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
3386 REG_STRUCT_HAS_ADDR.
3387 * gdbarch.c, gdbarch.h: Updated.
3388 * infcall.c (call_function_by_hand): Update.
3389 * stabsread.c (define_symbol): Updated.
3390
3391 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
3392
3393 2003-09-12 Christopher Faylor <cgf@redhat.com>
3394
3395 * win32-nat.c: Reorganize so that defines used by target headers are
3396 actually defined by the system headers.
3397 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
3398 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
3399
3400 2003-09-12 Jim Blandy <jimb@redhat.com>
3401
3402 * dbxread.c (read_dbx_symtab): Don't report an internal error if
3403 the file has no .data, .bss, or .rodata sections. Instead wait
3404 until we see a variable alleged to live in one of those sections.
3405
3406 * dbxread.c (read_dbx_symtab): If we have no .data section and no
3407 .bss section, presume that any variables we find live in the
3408 .rodata section.
3409
3410 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
3411 offsets for global and static variables.
3412
3413 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
3414 symbol types are, by definition, in the .data section, so it is
3415 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
3416 If there is no .data section, there should be no N_DATA or N_DATA
3417 | N_EXT symbols.
3418
3419 2003-09-12 Mark Kettenis <kettenis@gnu.org>
3420
3421 * amd64fbsd-tdep.c: Fix sigtramp recognition.
3422 (amd64fbsd_sigcontext_addr): Rewrite.
3423 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
3424 with correct values.
3425 (amd64fbsd_sc_reg_offset): Initialize with correct values.
3426 (amd64fbsd_init_abi): Fix typo.
3427
3428 2003-09-12 Andrew Cagney <cagney@redhat.com>
3429
3430 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
3431 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
3432
3433 2003-09-12 Andrew Cagney <cagney@redhat.com>
3434
3435 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
3436 "entry_file_highpc". Update comments.
3437 * defs.h (deprecated_inside_entry_file): Rename
3438 "inside_entry_file".
3439 * blockframe.c (deprecated_inside_entry_file): Rename
3440 "inside_entry_file".
3441 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
3442 * vax-tdep.c (vax_frame_chain): Update.
3443 * sh64-tdep.c (sh64_frame_chain): Update.
3444 * sh-tdep.c (sh_frame_chain): Update.
3445 * rs6000-tdep.c (rs6000_frame_chain): Update.
3446 * ns32k-tdep.c (ns32k_frame_chain): Update.
3447 * mips-tdep.c (mips_frame_chain): Update.
3448 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
3449 * m32r-tdep.c (m32r_frame_this_id): Update.
3450 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
3451 * frv-tdep.c (frv_frame_this_id): Update.
3452 * d10v-tdep.c (d10v_frame_this_id): Update.
3453 * cris-tdep.c (cris_frame_chain): Update.
3454 * blockframe.c (legacy_frame_chain_valid): Update.
3455 * avr-tdep.c (avr_frame_this_id): Update.
3456 * arm-tdep.c (arm_prologue_this_id): Update.
3457 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
3458 * objfiles.c (objfile_relocate): Update.
3459 * mipsread.c (mipscoff_symfile_read): Update.
3460 (mipscoff_symfile_read): Update.
3461 * mdebugread.c (parse_partial_symbols): Update.
3462 * dwarfread.c (read_file_scope): Update.
3463 * dwarf2read.c (read_file_scope): Update.
3464 * dbxread.c (read_dbx_symtab): Update.
3465 (read_dbx_symtab): Update.
3466 * coffread.c (complete_symtab): Update.
3467
3468 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
3469
3470 * top.c (quit_target): New static helper function.
3471 (quit_force): Moved code to quit_target(). Call quit_target()
3472 via catch_errors() to catch errors during quit.
3473
3474 2003-09-11 David Carlton <carlton@kealia.com>
3475
3476 * buildsym.c (finish_block): Use allocate_block to allocate the
3477 block.
3478 * mdebugread.c (new_block): Add FIXME.
3479
3480 2003-09-11 David Carlton <carlton@kealia.com>
3481
3482 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
3483 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
3484 (recursive_dump_type): Ditto.
3485 * printcmd.c (print_formatted): Ditto.
3486 * typeprint.c (print_type_scalar): Ditto.
3487 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
3488 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
3489 * cp-support.h: Declare cp_check_possible_namespace_symbols,
3490 maint_cplus_cmd_list.
3491 * cp-support.c: Make maint_cplus_cmd_list extern.
3492 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
3493 command.h.
3494 (lookup_symbol_file): Look in possible namespace blocks when
3495 appropriate.
3496 (initialize_namespace_symtab): New.
3497 (get_possible_namespace_block, free_namespace_block)
3498 (check_possible_namespace_symbols)
3499 (check_possible_namespace_symbols_loop)
3500 (check_one_possible_namespace_symbol)
3501 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
3502 (_initialize_cp_namespace): Ditto.
3503 * block.h: Declare allocate_block.
3504 * block.c (allocate_block): New.
3505 * jv-lang.c (get_java_class_symtab): Allocate blocks via
3506 allocate_block.
3507 * symfile.h: Update declaration of add_psymbol_to_list.
3508 * symfile.c (add_psymbol_to_list): Return the partial symbol in
3509 question.
3510 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
3511 scan_partial_symbols_call.
3512 (scan_partial_symbols): Add NAMESPACE argument; update calls to
3513 helper functions.
3514 (add_partial_symbol): If necessary, scan mangled names for names
3515 of namespaces.
3516 (add_partial_namespace): Add NAMESPACE argument; generate partial
3517 symbols associated to namespaces.
3518 (add_partial_enumeration): Add NAMESPACE argument.
3519 (new_symbol): Allow namespace syms.
3520 (read_namespace): Generate namespace syms.
3521 * objfiles.h: Add opaque declaration of struct symtab.
3522 (struct objfile): Add cp_namespace_symtab member.
3523 * objfiles.c (allocate_objfile): Set
3524 objfile->cp_namespace_symtab.
3525 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
3526 dictionary_h, command_h.
3527
3528 2003-09-11 Andrew Cagney <cagney@redhat.com>
3529
3530 * rs6000-tdep.c (rs6000_push_dummy_call): Use
3531 regcache_raw_write_signed to set SP_REGNUM, move the operation to
3532 near the function's end.
3533 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
3534 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
3535 regcache_raw_write_signed to set SP_REGNUM.
3536
3537 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
3538
3539 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
3540 orig_addrs is set up properly.
3541
3542 2003-09-11 Andrew Cagney <cagney@redhat.com>
3543
3544 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
3545 * gdbarch.h, gdbarch.c: Re-generate.
3546 * infcall.c (call_function_by_hand): Update.
3547 * hppa-tdep.c (hppa_push_arguments): Update.
3548 * ada-lang.c (place_on_stack): Update.
3549 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3550 * sparc-tdep.c (sparc_gdbarch_init): Update.
3551 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3552 * hppa-tdep.c (hppa_gdbarch_init): Update.
3553 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
3554 stack_align.
3555
3556 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
3557
3558 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
3559 register do need a frame.
3560
3561 2003-09-11 Andrew Cagney <cagney@redhat.com>
3562
3563 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
3564 buildable since GDB 5.0.
3565 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
3566 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
3567 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
3568 * irix4-nat.c: Delete file.
3569 * config/mips/irix4.mh: Delete file.
3570 * config/mips/irix3.mh: Delete file.
3571 * config/mips/irix3.mt: Delete file.
3572 * config/mips/tm-irix3.h: Delete file.
3573 * config/mips/nm-irix3.h: Delete file.
3574 * config/mips/xm-irix3.h: Delete file.
3575 * config/mips/nm-irix4.h: Delete file.
3576 * config/mips/xm-irix4.h: Delete file.
3577 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
3578
3579 2003-09-10 J. Brobecker <brobecker@gnat.com>
3580
3581 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
3582 * Makefile.in (hppa-tdep.o): Update dependencies.
3583
3584 2003-09-10 James E Wilson <wilson@specifixinc.com>
3585
3586 * MAINTAINERS: Change my e-mail address. Move to paper trail
3587 section.
3588
3589 2003-09-10 Kevin Buettner <kevinb@redhat.com>
3590
3591 * MAINTAINERS (frv): New ISA entry.
3592
3593 2003-09-10 Kevin Buettner <kevinb@redhat.com>
3594
3595 * frv-tdep.c (dis-asm.h): Include.
3596 * Makefile.in (frv-tdep.o): Update dependencies.
3597
3598 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
3599
3600 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
3601 Fix typo for high range of floating registers.
3602
3603 2003-09-09 David Carlton <carlton@kealia.com>
3604
3605 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
3606 highpc initialization here out of scan_partial_symbols.
3607 (scan_partial_symbols): Restructure into a recursive version,
3608 calling add_partial_namespace and add_partial_enumeration when
3609 appropriate.
3610 (add_partial_namespace): New.
3611 (add_partial_enumeration, locate_pdi_sibling): Ditto.
3612
3613 2003-09-09 Andrew Cagney <cagney@redhat.com>
3614
3615 * rs6000-tdep.c (ppc_push_return_address): Delete function.
3616 (rs6000_push_dummy_call): Set LR to BP_ADDR.
3617 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
3618 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3619
3620 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
3621 (rs6000_push_dummy_call): Set the "TOC" register.
3622
3623 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
3624 methods "max_register_raw_size", "max_register_virtual_size" or
3625 "register_virtual_size".
3626
3627 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
3628
3629 * MAINTAINERS: Update my e-mail address.
3630
3631 2003-09-09 Andrew Cagney <cagney@redhat.com>
3632
3633 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
3634 (rs6000_push_dummy_call): Store the struct return address.
3635 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3636
3637 2003-09-09 Andrew Cagney <cagney@redhat.com>
3638
3639 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
3640 "ppc_sysv_abi_push_arguments".
3641 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
3642 "ppc_sysv_abi_push_arguments".
3643 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
3644 instead of "push_arguments".
3645 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
3646
3647 2003-09-09 Andrew Cagney <cagney@redhat.com>
3648
3649 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
3650 instead of CALL_DUMMY_ADDRESS.
3651
3652 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
3653
3654 * p-lang.c: Eliminate "register".
3655 * c-lang.c: Ditto.
3656 * expprint.c: Ditto.
3657 * f-lang.c: Ditto.
3658 * jv-lang.c: Ditto.
3659 * language.c: Ditto.
3660 * m2-lang.c: Ditto.
3661 * parse.c: Ditto.
3662 * scm-lang.c: Ditto.
3663 * objc-lang.c: Ditto.
3664
3665 2003-09-09 Nick Clifton <nickc@redhat.com>
3666
3667 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
3668
3669 2003-09-04 Andrew Cagney <cagney@redhat.com>
3670
3671 * avr-tdep.c: Include "dis-asm.h".
3672 * cris-tdep.c: Include "dis-asm.h".
3673 (cris_delayed_get_disassembler): Use "struct disassemble_info"
3674 instead of corresponding typedef.
3675 * h8300-tdep.c: Include "dis-asm.h".
3676 * ia64-tdep.c: Include "dis-asm.h".
3677 * i386-tdep.c: Include "dis-asm.h".
3678 (i386_print_insn): Use "struct disassemble_info" instead of
3679 corresponding typedef.
3680 * m68k-tdep.c: Include "dis-asm.h".
3681 * mcore-tdep.c: Include "dis-asm.h".
3682 * mips-tdep.c: Include "dis-asm.h".
3683 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
3684 instead of corresponding typedef.
3685 * ns32k-tdep.c: Include "dis-asm.h".
3686 * s390-tdep.c: Include "dis-asm.h".
3687 * sparc-tdep.c: Include "dis-asm.h".
3688 * vax-tdep.c: Include "dis-asm.h".
3689 * v850-tdep.c: Include "dis-asm.h".
3690 * mn10300-tdep.c: Include "dis-asm.h".
3691 * rs6000-tdep.c: Include "dis-asm.h".
3692 * xstormy16-tdep.c: Include "dis-asm.h".
3693 (_initialize_xstormy16_tdep): Delete "extern" declaration of
3694 print_insn_xstormy16.
3695 * Makefile.in (v850-tdep.o): Update dependencies.
3696 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
3697 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
3698 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
3699 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
3700 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
3701 (gdbarch_h): Remove $(dis_asm_h).
3702 * disasm.c: Include "dis-asm.h".
3703 (dis_asm_read_memory): Use "struct disassemble_info" instead of
3704 corresponding typedef.
3705 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
3706 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
3707 * gdbarch.sh: Do not include "dis-asm.h".
3708 (struct disassemble_info): Declare opaque.
3709 (TARGET_PRINT_INSN): Update declaration.
3710 * gdbarch.h, gdbarch.c: Re-generate.
3711
3712 2003-09-08 Andrew Cagney <cagney@redhat.com>
3713
3714 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
3715 CALL_DUMMY_ADDRESS, change to a predicate.
3716 * gdbarch.h, gdbarch.c: Re-generate.
3717 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3718 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
3719 * infcall.c (call_function_by_hand): Ditto.
3720 * sparc-tdep.c (sparc_push_return_address): Ditto.
3721 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
3722 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
3723 CALL_DUMMY_ADDRESS with entry_point_address.
3724 * v850-tdep.c (v850_push_return_address): Ditto.
3725 * s390-tdep.c (s390_push_return_address): Ditto.
3726 * rs6000-tdep.c (ppc_push_return_address): Ditto.
3727 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
3728 * mcore-tdep.c (mcore_push_return_address): Ditto.
3729 * cris-tdep.c (cris_push_return_address): Ditto.
3730 * arm-tdep.c (arm_push_return_address): Ditto.
3731
3732 2003-09-08 Andrew Cagney <cagney@redhat.com>
3733
3734 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
3735 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
3736 and REG_UNMODIFIED to REG_SAME_VALUE.
3737 (execute_cfa_program): Update.
3738 (dwarf2_frame_cache): Update. Initialize table to
3739 REG_UNSPECIFIED, complain if CFI fails to specify a register's
3740 location.
3741 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
3742
3743 2003-09-08 Andrew Cagney <cagney@redhat.com>
3744
3745 * gnu-nat.c: Remove "inline" function attribute.
3746 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
3747
3748 2003-09-08 Kevin Buettner <kevinb@redhat.com>
3749
3750 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
3751 target.
3752
3753 2003-09-08 Kevin Buettner <kevinb@redhat.com>
3754
3755 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
3756 (frame_extra_info): Rename this struct to frv_unwind_cache.
3757 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
3758 Add fields ``prev_sp'' and ``base''.
3759 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
3760 (frv_saved_pc_after_call, frv_init_extra_frame_info)
3761 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
3762 Delete.
3763 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
3764 Revise all callers. Fill in the unwind cache argument and make
3765 other adjustments to account for new frame mechanisms.
3766 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
3767 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
3768 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
3769 (frv_frame_unwind, frv_frame_base): New structs.
3770 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
3771 additional arguments expected by this method and adjust function
3772 body accordingly.
3773 (frv_gdbarch_init): Remove calls to the following functions:
3774 set_gdbarch_deprecated_init_frame_pc(),
3775 set_gdbarch_deprecated_saved_pc_after_call(),
3776 set_gdbarch_deprecated_frame_chain(),
3777 set_gdbarch_deprecated_frame_saved_pc(),
3778 set_gdbarch_deprecated_frame_init_saved_regs(),
3779 set_gdbarch_deprecated_push_arguments(),
3780 set_gdbarch_deprecated_push_return_address(),
3781 set_gdbarch_deprecated_pop_frame(),
3782 set_gdbarch_deprecated_call_dummy_words(),
3783 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3784 set_gdbarch_deprecated_init_extra_frame_info(),
3785 set_gdbarch_deprecated_dummy_write_sp(), and
3786 set_gdbarch_deprecated_pc_in_call_dummy().
3787 Add calls to the following functions:
3788 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
3789 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
3790 frame_base_set_default().
3791 * Makefile.in (frv-tdep.o): Update dependencies.
3792
3793 2003-09-09 Mark Kettenis <kettenis@gnu.org>
3794
3795 * dwarf2-frame.c (read_encoded_value): Add support for
3796 DW_EH_PE_aligned encoding.
3797
3798 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
3799
3800 * infrun.c (normal_stop): Don't print a message if the inferior
3801 has exited.
3802
3803 2003-09-08 Jim Blandy <jimb@redhat.com>
3804
3805 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
3806 * dbxread.c: #include "gdb_assert.h".
3807 (read_dbx_symtab): If the objfile has no .data section, use the
3808 section index for the .bss section instead.
3809
3810 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
3811
3812 * frame.c (deprecated_safe_get_selected_frame): New function.
3813 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
3814 * findvar.c (read_var_value): Call it.
3815
3816 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
3817
3818 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
3819 (sh64-tdep.o): Add dependencies.
3820 * configure.tgt: Add FIXME to sh-*-linux*.
3821 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
3822 (sh_gdbarch_init): Always set correct sh_show_regs function
3823 pointer. Call sh64_gdbarch_init() if machine type is sh5.
3824 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
3825 * sh64-tdep.c: New file, containing all sh64 related code from
3826 sh-tdep.c.
3827 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
3828 * config/sh/linux.mt (TDEPFILES): Ditto.
3829 * config/sh/nbsd.mt (TDEPFILES): Ditto.
3830 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
3831 * config/sh/wince.mt (TDEPFILES): Ditto.
3832
3833 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
3834
3835 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
3836 (stop_wait_callback): Handle !lp->signalled also.
3837 (lin_lwp_has_pending, flush_callback): New functions.
3838 (lin_lwp_wait): Call flush_callback.
3839 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
3840 (linux_proc_pending_signals): New function.
3841 * linux-nat.h (linux_proc_pending_signals): Add prototype.
3842
3843 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
3844
3845 From Nick Kelsey <nickk@ubicom.com>:
3846 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
3847 when the stop PC is at the beginning of a function also.
3848
3849 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
3850
3851 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
3852 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
3853
3854 2003-09-06 Mark Kettenis <kettenis@gnu.org>
3855
3856 * sol-thread.c: Include "gdb_string.h".
3857
3858 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
3859
3860 * gcore.c: Reorder include files in alphabetical order. Include
3861 "gdb_assert.h". Various coding style fixes.
3862 (derive_stack_segment, derive_heap_segment): Replace check for
3863 non-null BOTTOM and TOP with gdb_assert.
3864 (derive_heap_segment): Replace check for successful creation of
3865 ZERO with gdb_assert.
3866 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
3867
3868 2003-09-04 Andrew Cagney <cagney@redhat.com>
3869
3870 * thread-db.c (verbose_dlsym): New function.
3871 (thread_db_load): Use verbose_dlsym
3872 (thread_db_new_objfile): Print that libthread_db was loaded, and
3873 that thread debugging was enabled.
3874
3875 2003-09-04 Andrew Cagney <cagney@redhat.com>
3876
3877 * configure.tgt: Add "mips64*-*-*" target. Delete
3878 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
3879 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
3880 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
3881 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
3882 mips*-sony-*, and mips64*-*-elf* targets.
3883 * config/mips/embedl.mt: Delete file.
3884 * config/mips/embedl64.mt: Delete file.
3885 * config/mips/mips.mt: Delete file.
3886 * config/mips/mips64.mt: Delete file.
3887 * config/mips/tm-embed.h: Delete file.
3888 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
3889 * config/mips/embed64.mt: Delete out-of-date comment.
3890
3891 2003-09-04 Andrew Cagney <cagney@redhat.com>
3892
3893 * hppa-tdep.c (hppa_gdbarch_init): Set
3894 "have_nonsteppable_watchpoint".
3895 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3896 * mips-tdep.c (mips_dump_tdep): Do not print
3897 HAVE_NONSTEPPABLE_WATCHPOINT.
3898 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
3899 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3900 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3901 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3902
3903 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
3904
3905 * breakpoint.c (watchpoint_check): Remove accidentally checked in
3906 unused code. Add comment.
3907
3908 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
3909
3910 * breakpoint.c (watchpoint_check): Check for pc being in an
3911 epilogue if watchpoint frame couldn't be found.
3912
3913 2003-09-04 Andrew Cagney <cagney@redhat.com>
3914
3915 * Makefile.in: Re-generate all dependencies.
3916
3917 2003-09-03 Andrew Cagney <cagney@redhat.com>
3918
3919 * arch-utils.h (legacy_print_insn): Delete declaration.
3920 * arch-utils.c (legacy_print_insn): Delete function.
3921 * disasm.c (deprecated_tm_print_insn_info): Delete.
3922 (_initialize_disasm): Delete function, contained code initializing
3923 deprecated_tm_print_insn_info.
3924 * gdbarch.sh (deprecated_tm_print_insn): Delete.
3925 (deprecated_tm_print_insn_info): Delete.
3926 (TARGET_PRINT_INSN): Do not provide a default.
3927 * gdbarch.h, gdbarch.c: Re-generate.
3928
3929 2003-09-03 Andrew Cagney <cagney@redhat.com>
3930
3931 * disasm.c (fprintf_disasm): New function.
3932 (gdb_disassemble_info): Call "init_disassemble_info", instead of
3933 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
3934 reverts 2003-08-14 change.
3935 (_initialize_disasm): Call "init_disassemble_info", instead of
3936 INIT_DISASSEMBLE_INFO_NO_ARCH.
3937
3938 2003-09-03 Michael Snyder <msnyder@redhat.com>
3939
3940 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
3941
3942 2003-09-03 Andrew Cagney <cagney@redhat.com>
3943
3944 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
3945 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
3946 * symfile.c (syms_from_objfile): Update.
3947 (reread_symbols): `Update
3948 * exec.c (exec_file_attach): Update.
3949 (exec_file_attach): Update.
3950 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
3951 2003-08-29 change.
3952 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
3953
3954 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3955
3956 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
3957 trad-frame.h.
3958 (arm_get_cache): Delete macro.
3959 (struct arm_prologue_cache): Update comments. Make saved_regs into
3960 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
3961 to prev_sp.
3962 (thumb_scan_prologue): Update for cache changes. Don't call
3963 DEPRECATED_PC_IN_CALL_DUMMY.
3964 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
3965 argument and use it in desperation search for our prologue. Do not
3966 search past the specified PC.
3967 (arm_make_prologue_cache): Simplify.
3968
3969 (arm_prologue_this_id, arm_prologue_prev_register)
3970 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3971 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3972 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3973 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3974 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3975
3976 (arm_frame_chain_valid, arm_find_callers_reg)
3977 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3978 (arm_pop_frame): Delete obsolete methods.
3979 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3980
3981 (arm_gdbarch_init): Update for new frame methods. Register prologue
3982 and sigtramp unwinders. Set the default frame base method.
3983
3984 * Makefile.in (arm-tdep.o): Update dependencies.
3985 * varobj.c (find_frame_addr_in_frame_chain): Call
3986 get_frame_base_address.
3987 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3988
3989 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3990
3991 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3992 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
3993 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3994 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3995 Take NEXT_FRAME and CACHE arguments. Call
3996 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3997 Set unwound_pc in CACHE instead of modifying the frame argument.
3998 Don't bother checking the frame type when looking for sigtramp
3999 frames.
4000 (arm_make_prologue_cache, arm_frame_chain)
4001 (arm_init_extra_frame_info): New functions.
4002
4003 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
4004
4005 * arm-tdep.c (arm_get_cache): Define.
4006 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
4007 unwound_sp, unwound_pc, and saved_regs.
4008 (thumb_scan_prologue): Take a cache instead of the frame.
4009 (arm_scan_prologue): Likewise.
4010 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
4011 instead of a temporary frame.
4012 (arm_init_extra_frame_info): Allocate and use a cache.
4013 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
4014
4015 2003-09-03 Andrew Cagney <cagney@redhat.com>
4016
4017 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
4018 * config/mips/wince.mt (TM_CLIBS): Ditto.
4019 * config/sh/wince.mt (TM_CLIBS): Ditto.
4020 * config/pa/hppa64.mt (TM_CLIBS): Delete.
4021 * config/sparc/sp64.mt (CC): Delete.
4022
4023 2003-09-03 Andrew Cagney <cagney@redhat.com>
4024
4025 * defs.h: Do not include "arch-utils.h".
4026 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
4027 GDB_MULTI_ARCH_PURE.
4028 * configure.in (GDB_MULTI_ARCH): Do not define.
4029 * configure, config.in: Regenerate.
4030 * configure.tgt: Do not set variable "gdb_multi_arch".
4031 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
4032 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
4033 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
4034 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
4035 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
4036 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
4037 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
4038 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
4039 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
4040 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
4041 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
4042 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
4043 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
4044 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
4045 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
4046 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
4047 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
4048 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
4049
4050 2003-08-30 Michael Chastain <mec@shout.net>
4051
4052 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
4053 * config/m68k/nm-hp300hpux.h: Delete.
4054 * config/m68k/tm-hp300hpux.h: Delete.
4055 * config/m68k/xm-hp300hpux.h: Delete.
4056 * config/m68k/xm-hp300bsd.h: Delete.
4057 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
4058 tm-hp300hpux.h, xm-hp300hpux.h.
4059 * somsolib.c: Remove comment about hp300 shared libraries.
4060
4061 2003-08-31 Mark Kettenis <kettenis@gnu.org>
4062
4063 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
4064 Only define PTRACE_GET_THREAD_AREA is not already defined.
4065 Various style fixes in code and comments and some additional
4066 spelling fixes in comments. Move after functions dealing with
4067 debug registers.
4068 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
4069 Fix coding-style.
4070
4071 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
4072 frame_unwind_register_unsigned instead of
4073 frame_unwind_unsigned_register.
4074
4075 2003-08-30 Mark Kettenis <kettenis@gnu.org>
4076
4077 * configure.in: Search for gethostbyname in libnsl.
4078 * configure: Regenerated.
4079
4080 2003-08-29 Mark Kettenis <kettenis@gnu.org>
4081
4082 * configure.in: Remove redundant AC_MSG_RESULT in check for
4083 uintptr_t in stdint.h.
4084 * configure: Regenerated.
4085
4086 * amd64-nat.h (struct regcache): Add opaque declaration.
4087
4088 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
4089 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
4090 Change "register array" to "register cache" in comments.
4091 (x86_64_linux_gregset64_reg_offset): New variable.
4092 (GETREGS_SUPPLIES): Remove macro.
4093 (supply_gregset): Call amd64_supply_native_gregset instead of
4094 x86_64_linux_supply_gregset.
4095 (fill_gregset): Rename `regno' to `regnum'. Call
4096 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
4097 (store_regs): Rename `regno' to `regnum'.
4098 (store_fpregs): Rename `regno' to `regnum'.
4099 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
4100 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
4101 Reorganize function a bit.
4102 (store_inferior_registers): Rename `regno' to `regnum'. Use
4103 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
4104 Reorganize function a bit.
4105 (_initialize_x86_64_linux_nat): New function.
4106 * config/i386/x86-64linux.mh.
4107
4108 2003-08-29 Andrew Cagney <cagney@redhat.com>
4109
4110 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
4111 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
4112 (target_remove_watchpoint): Delete macro.
4113 (target_insert_watchpoint): Delete macro.
4114 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
4115 (remote_mips_stopped_by_watchpoint): Delete declaration.
4116 (remote_mips_remove_watchpoint): Delete declaration.
4117 (remote_mips_set_watchpoint): Delete declaration.
4118 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
4119 * remote-mips.c (_initialize_remote_mips): Set
4120 "to_insert_watchpoint", "to_stopped_by_watchpoint",
4121 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
4122 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
4123 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
4124 (mips_stopped_by_watchpoint): Rename
4125 remote_mips_stopped_by_watchpoint.
4126 (mips_can_hardware_watchpoint): Rename
4127 remote_mips_can_use_hardware_watchpoint, update function
4128 signature.
4129
4130 2003-08-29 Mark Kettenis <kettenis@gnu.org>
4131
4132 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
4133 USER_DS. We haven't given them a register number yet.
4134
4135 * amd64-nat.h: New file.
4136 * amd64-nat.c: New file.
4137 * amd64fbsd-nat.c: Include "amd64-nat.h".
4138 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
4139 (amd64fbsd32_r_reg_offset): New variable.
4140 (supply_gregset): Simply call amd64_supply_native_gregset.
4141 (fill_gregset): Rename `regno' to `regnum'. Simply call
4142 amd64_collect_native_gregset.
4143 (fill_fpregset): Rename `regno' to `regnum'.
4144 (fetch_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_supply_native_gregset instead of
4148 supply_gregset. Call x86_64_supply_fxsave instead of
4149 supply_fpregset.
4150 (store_inferior_registers): Rename `regno' to `regnum'. Replace
4151 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
4152 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
4153 `fpregset_t'. Call amd64_collect_native_gregset instead of
4154 fill_gregset. Call x86_64_collect_fxsave instead of
4155 fill_fpregset.
4156 (_initialize_am64fbsd_nat): Initialize
4157 amd64_native_gregset32_reg_offset and
4158 amd64_native_gregset64_reg_offset.
4159 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
4160
4161 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
4162 null pointer. Fix typo in comment.
4163
4164 * regcache.c (supply_register): Reimplement to call
4165 regcache_raw_supply.
4166 (regcache_collect): Reimplement by calling regcache_raw_collect.
4167
4168 2003-08-28 Mark Kettenis <kettenis@gnu.org>
4169
4170 * regcache.c (register_buffer): Consitify first argument.
4171 (regcache_raw_supply, regcache_raw_collect): New
4172 functions.
4173
4174 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
4175
4176 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
4177 by Nathan J. Williams.
4178
4179 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
4180
4181 * lin-lwp.c (wait_lwp): New function, copied from
4182 stop_wait_callback. Clean up.
4183 (stop_wait_callback): Use wait_lwp.
4184
4185 2003-08-28 Andrew Cagney <cagney@redhat.com>
4186
4187 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
4188 flavour and disassembler options.
4189 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
4190 (mips_gdbarch_init): Set "print_insn". Delete initialization of
4191 deprecated_tm_print_insn_info.
4192
4193 2003-08-27 Andrew Cagney <cagney@redhat.com>
4194
4195 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
4196 Use target_read_memory.
4197 (s390_get_frame_info): Update. Do not reference
4198 deprecated_tm_print_insn_info.
4199 (s390_check_function_end, s390_is_sigreturn): Ditto.
4200
4201 2003-08-27 Andrew Cagney <cagney@redhat.com>
4202
4203 * Makefile.in (cris-tdep.o): Update dependencies.
4204 * cris-tdep.c: Include "gdb_assert.h".
4205 (cris_gdbarch_init): Set print_insn.
4206 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
4207 (cris_delayed_get_disassembler): Simplify, directly call the
4208 disassembler returned by cris_get_disassembler.
4209 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
4210 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
4211 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
4212 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
4213 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
4214 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
4215 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
4216 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
4217 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
4218 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
4219 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
4220 (gdb_print_insn_sparc): Delete function.
4221 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
4222 deprecated_tm_print_insn_info.
4223 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
4224 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
4225 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
4226 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
4227 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
4228 * s390-tdep.c (gdb_print_insn_s390): Delete function.
4229 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
4230 (s390_gdbarch_init): Set print_insn.
4231
4232 2003-08-27 Andrew Cagney <cagney@redhat.com>
4233
4234 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
4235 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
4236 * infcall.c (call_function_by_hand): Convert the entry point
4237 address into a code address.
4238
4239 2003-08-27 Andrew Cagney <cagney@redhat.com>
4240
4241 * dsrec.c: Include "gdb_string.h".
4242 * Makefile.in (dsrec.o): Update dependencies.
4243
4244 2003-08-27 Michael Chastain <mec@shout.net>
4245
4246 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
4247
4248 2003-08-27 Andrew Cagney <cagney@redhat.com>
4249
4250 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
4251 (alpha_osf1_init_abi): Do not set call_dummy_address.
4252
4253 2003-08-27 David Carlton <carlton@kealia.com>
4254
4255 From Randolph Chung <tausq@debian.org>:
4256 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
4257 compiles with -Wformat-nonliteral -Werror.
4258
4259 2003-08-26 Jim Blandy <jimb@redhat.com>
4260
4261 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
4262 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
4263 bfd_lookup_symbol, since we only want symbols in code sections.
4264 (look_for_base): Pass zero as the SECT_FLAGS argument to
4265 bfd_lookup_symbol, since we're not concerned about which section
4266 the symbol is in.
4267
4268 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
4269
4270 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
4271 we are frameless or the return address register is already known.
4272
4273 2003-08-26 Andrew Cagney <cagney@redhat.com>
4274
4275 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
4276 in size. Add comments.
4277
4278 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
4279
4280 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
4281 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
4282
4283 2003-08-26 Jason Merrill <jason@redhat.com>
4284
4285 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
4286 case out of #ifdef MIPS block.
4287
4288 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
4289
4290 PR java/1322
4291 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
4292 available before calling SECT_OFF_TEXT.
4293 * PROBLEMS: Remove description of java/1322.
4294
4295 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
4296
4297 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
4298 bof, and nat0-nat127 as pseudo-registers.
4299 (ia64_frame_cache): New struct used to cache frame info.
4300 (ia64_register_reggroup_p): New routine used to override default
4301 register grouping so registers without names are still saved and
4302 restored.
4303 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
4304 pseudo values.
4305 (ia64_pseudo_register_read): New routine to read pseudo-registers.
4306 (ia64_pseudo_register_write): New routine to write pseudo-registers.
4307 (ia64_alloc_frame_cache): New routine to create a new
4308 ia64_frame_cache.
4309 (examine_prologue): Change prototype to add next_frame pointer.
4310 Assume frameless until otherwise proven. Verify that the cfm for
4311 current frame matches the cfm that should occur for the prologues
4312 alloc insn and if equal, mark as not frameless. At end of routine,
4313 if not frameless, calculate registers for the previous frame and store
4314 in the cache, if a cache is provided.
4315 (ia64_skip_prologue): Use new prototype when calling examine_prologue
4316 and pass 0 for next_frame.
4317 (ia64_store_return_value): Change to use convert_typed_floating()
4318 instead of calling ia64_convert_to_raw().
4319 (ia64_extract_return_value): Change to use convert_typed_floating()
4320 instead of calling ia64_convert_to_virtual().
4321 (ia64_frame_cache): New routine to support new frame model.
4322 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
4323 (ia64_frame_sniffer): Ditto.
4324 (ia64_sigtramp_frame_init_saved_regs): Ditto.
4325 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
4326 (ia64_sigtramp_frame_prev_register): Ditto.
4327 (ia64_sigtramp_frame_sniffer): Ditto.
4328 (ia64_frame_base_address): Ditto.
4329 (ia64_extract_struct_value_address): Change to issue error message.
4330 (ia64_frame_align): New routine to align sp.
4331 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
4332 (ia64_push_arguments): Removed. Logic moved to
4333 ia64_push_dummy_call().
4334 (ia64_push_return_address): Ditto.
4335 (ia64_unwind_dummy_id): New function.
4336 (ia64_unwind_pc): Ditto.
4337 (ia64_convert_register_p): Ditto.
4338 (ia64_register_to_value): Ditto.
4339 (ia64_value_to_register): Ditto.
4340 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
4341 (ia64_register_byte, ia64_register_raw_size): Ditto.
4342 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
4343 (ia64_saved_pc_after_call): Ditto.
4344 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
4345 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
4346 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
4347 (ia64_register_convert_to_raw): Ditto.
4348 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
4349 (ia64_init_extra_frame_info): Ditto.
4350 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
4351 (ia64_gdbarch_init): Remove registering of deprecated functions that
4352 are no longer used. Add registration of new gdbarch functions.
4353 Remove registering deprecated_write_sp. Replace
4354 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
4355 Delete set_gdbarch_deprecated_register_convertible(),
4356 set_gdbarch_deprecated_register_convert_to_virtual(), and
4357 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
4358 set_gdbarch_deprecated_register_size(),
4359 set_gdbarch_deprecated_register_bytes(),
4360 set_gdbarch_pcregnum(),
4361 set_gdbarch_deprecated_register_byte(),
4362 set_gdbarch_deprecated_register_raw_size(),
4363 set_gdbarch_deprecated_max_register_raw_size(),
4364 set_gdbarch_deprecated_register_virtual_size(),
4365 and set_gdbarch_deprecated_max_register_virtual_size() calls.
4366 Replace set_gdbarch_deprecated_extract_return_value() with
4367 set_gdbarch_extract_return_value(). Remove calls to:
4368 set_gdbarch_deprecated_saved_pc_after_call();
4369 set_gdbarch_deprecated_frame_chain(),
4370 set_gdbarch_deprecated_frame_saved_pc(),
4371 set_gdbarch_deprecated_frame_init_saved_regs(),
4372 set_gdbarch_deprecated_get_saved_register(),
4373 set_gdbarch_deprecated_call_dummy_words(),
4374 set_gdbarch_deprecated_sizeof_call_dummy_words(),
4375 set_gdbarch_deprecated_init_extra_frame_info(),
4376 set_gdbarch_deprecated_frame_args_address(),
4377 set_gdbarch_deprecated_frame_locals_address(),
4378 and set_gdbarch_deprecated_dummy_write_sp().
4379 Add set_gdbarch_convert_register_p(),
4380 set_gdbarch_register_to_value(),
4381 set_gdbarch_value_to_register(),
4382 set_gdbarch_push_dummy_call(),
4383 set_gdbarch_frame_align(),
4384 set_gdbarch_unwind_dummy_id(),
4385 set_gdbarch_unwind_pc(),
4386 frame_unwind_append_sniffer(),
4387 frame_unwind_append_sniffer(),
4388 and frame_base_set_default().
4389
4390 2003-08-25 Chris Demetriou <cgd@broadcom.com>
4391
4392 * configure.tgt: Document need for special "mipsisa64" handling.
4393 (mipsisa64*-*-linux64): Handle as target linux64.
4394 (mipsisa64*-*-*): Handle as target embed64.
4395
4396 2003-08-18 Michael Chastain <mec@shout.net>
4397
4398 * PROBLEMS: Document pr gdb/1322, the Java anonymous
4399 objfile bug.
4400
4401 2003-08-24 Mark Kettenis <kettenis@gnu.org>
4402
4403 * i387-tdep.h: Update copyright date.
4404 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
4405
4406 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
4407 CFLAGS games to reflect reality.
4408
4409 2003-08-24 Andrew Cagney <cagney@redhat.com>
4410
4411 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
4412 GDB_MULTI_ARCH is always non-zero.
4413 * osabi.c (_initialize_gdb_osabi): Ditto.
4414 (gdbarch_init_osabi): Ditto.
4415 * sparc-tdep.c: Ditto for #if code.
4416
4417 2003-08-23 Mark Kettenis <kettenis@gnu.org>
4418
4419 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
4420 Update comments.
4421 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
4422 comments.
4423 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
4424 x86_64_supply_fxsave.
4425 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
4426 x86_64_supply_fxsave.
4427 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
4428 x86_64_supply_fxsave.
4429
4430 2003-08-23 Andreas Jaeger <aj@suse.de>
4431
4432 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
4433 i387_supply_fxsave.
4434
4435 2003-08-23 Mark Kettenis <kettenis@gnu.org>
4436
4437 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
4438 i387_supply_register.
4439 (go32_fetch_registers): Adjust call to i387_supply_fsave.
4440 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
4441 i387_supply_fsave.
4442 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
4443 i387_supply_fxsave.
4444 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
4445 i387_supply_fsave.
4446 * i386bsd-nat.c (supply_fpregset): Adjust call to
4447 i387_supply_fsave.
4448 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
4449 call to i387_supply_fxsave. Call i387_supply_fsave instead of
4450 supply_fpregset.
4451 (store_inferior_registers): Remove extraneous whitespace. Call
4452 i387_fill_fsave instead of fill_fpregset.
4453 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
4454 (supply_fpregset): Likewise.
4455 * i386v4-nat.c (supply_fpregset): Adjust call to
4456 i387_supply_fsave.
4457 * i386-interix-nat.c (supply_fpregset): Adjust call to
4458 i387_supply_fsave.
4459 * i386-linux-nat.c (supply_fpregset): Adjust call to
4460 i387_supply_fsave.
4461 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
4462 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
4463 i387supply_fsave and i387_supply_fxsave.
4464 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
4465 Incorporate code from `i387_supply_register.
4466 (i387_supply_register): Remove.
4467 (i387_supply_fxsave): Add `regnum' argument.
4468 Update comments.
4469 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
4470 prototype.
4471 (i387_supply_register): remove prototype.
4472 Update comments.
4473
4474 2003-08-22 Michael Chastain <mec@shout.net>
4475
4476 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
4477 Add lines for files in gdb/testsuite/gdb.cp/* that are
4478 still not 8.3 unique.
4479
4480 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
4481
4482 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
4483 TYPE_VPTR_FIELDNO is valid.
4484
4485 2003-08-19 Mark Kettenis <kettenis@gnu.org>
4486
4487 * utils.c (set_width_command): Remove prototypes.
4488 (set_screen_size): New prototype.
4489 (init_page_info): Simplify by fetching the screen size from
4490 Readline. Call set_screen_size.
4491 (set_screen_size): New function.
4492 (set_width): Add missing whitespace in comment.
4493 (set_width_command): Call set_screen_size.
4494 (set_height_command): New function.
4495 (initialize_utils): Fix formatting. Make "set height" command
4496 call set_height_command. Remove redundant code that turns off
4497 pagination if output isn't a terminal. Remove redundant call to
4498 set_width_command.
4499
4500 2003-08-22 Mark Kettenis <kettenis@gnu.org>
4501
4502 * sparc64-tdep.h (sparc64_regnum): Fix comment.
4503 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
4504 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
4505 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
4506 `case' keyword.
4507 (sparc64_register_info): Give the reister with number
4508 SPARC64_STATE_REGNUM a name.
4509 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
4510 %asi and %ccr.
4511 (sparc64_push_dummy_call): Take BIAS into account when checking
4512 stcak alignment.
4513 (sparc_software_single_step): Remove assertions that check whether
4514 NPC and NNPC were zero.
4515 (sparc_supply_rwindow): Make public. Merge functionality with
4516 sparc64_supply_rwindow.
4517 (sparc_fill_rwindow): Make public. Merge functionality with
4518 sparc64_fill_rwindow.
4519 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
4520 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
4521 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
4522 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
4523 sparc_supply_rwindow instead of sparc64_supply_rwindow.
4524
4525 * reggroups.c: Add whitespace after declarations of local
4526 variables in functions.
4527
4528 2003-08-21 Michael Chastain <mec@shout.net>
4529
4530 * gdbtypes.h: Change array bound type from an int to enum.
4531
4532 2003-08-21 Andrew Cagney <cagney@redhat.com>
4533
4534 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
4535 * config/sparc/tm-sparc.h: Ditto.
4536 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
4537 unconditionally.
4538 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
4539
4540 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4541
4542 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
4543 (register_objfile_data, set_objfile_data, objfile_data): New
4544 prototypes.
4545 * objfiles.c (objfile_alloc_data, objfile_free_data): New
4546 prototypes.
4547 (allocate_objfile): Call objfile_alloc_data.
4548 (free_objfile): Call objfile_free_data.
4549 (struct objfile_data): New.
4550 (struct objfile_data_registration): New.
4551 (struct objfile_data_registry): New.
4552 (objfile_data_registry): New variable.
4553 (register_objfile_data): New function.
4554 (objfile_alloc_data, objfile_free_data): New functions.
4555 (set_objfile_data, objfile_data): New functions.
4556 * dwarf2-frame.c (dwarf2_frame_data): New variable.
4557 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
4558 (_initialize_dwarf2_frame): New function and prototype.
4559
4560 2003-08-21 Andrew Cagney <cagney@redhat.com>
4561
4562 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
4563 a specific architecture.
4564 * arch-utils.h (set_architecture_from_arch_mach): Delete
4565 declaration.
4566 (target_architecture_hook): Delete declaration.
4567 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
4568 (default_float_format): Assume GDB_MULTI_ARCH.
4569 (default_double_format): Assume GDB_MULTI_ARCH.
4570 (set_endian_from_file): Delete function.
4571 (arch_ok): Delete function.
4572 (set_arch): Delete function.
4573 (set_architecture_from_arch_mach): Delete function.
4574 (set_architecture_from_file): Delete function.
4575 (set_architecture): Assume GDB_MULTI_ARCH.
4576 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
4577
4578 2003-08-21 Mark Kettenis <kettenis@gnu.org>
4579
4580 Rewrite FreeBSD/sparc64 native configuration.
4581 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
4582 * sparc64fbsd-nat.c: New file.
4583 * sparc64fbsd-tdep.c: New file.
4584 * sparc64-tdep.c sparc64-tdep.h: New files.
4585 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
4586 sparc64fbsd-tdep.o): New dependencies.
4587 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
4588 and sparc64fbsd-tdep.c.
4589 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
4590 * config/sparc/fbsd.mh: Remove copyright notice.
4591 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
4592 sparcbsd-nat.o.
4593 * config/sparc/fbsd.mt: Remove copyright notice.
4594 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
4595 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
4596 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
4597 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
4598 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
4599 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
4600 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
4601 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
4602 "sparc/tm-sp64.h".
4603 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
4604 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
4605
4606 2003-08-21 Michael Chastain <mec@shout.net>
4607
4608 * symtab.h: Add doco on the space critical structures and
4609 some measurements of space usage.
4610
4611 2003-08-21 Michael Snyder <msnyder@redhat.com>
4612
4613 * tracepoint.c (trace_dump_command): Trace break address
4614 is subject to DECR_PC_AFTER_BREAK.
4615 (set_traceframe_context): Make "trace_line" an int.
4616 Fixes suggested by Mark Newman <mark.newman@lmco.com>
4617
4618 2003-08-20 Michael Snyder <msnyder@redhat.com>
4619
4620 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
4621 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
4622 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
4623 argument passing.
4624 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
4625 functions, replace sh_push_dummy_call.
4626 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
4627
4628 2003-08-20 Michael Chastain <mec@shout.net>
4629
4630 * gdbtypes.h (struct main_type): Rearrange to save space.
4631
4632 2003-08-20 Michael Snyder <msnyder@redhat.com>
4633
4634 * trad-frame.c: Comment typo fix.
4635
4636 2003-08-20 Michael Snyder <msnyder@redhat.com>
4637 Kevin Buettner <kevinb@redhat.com>
4638
4639 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
4640 (frv_frame_init_saved_regs): Add declaration.
4641 (frame_extra_info): Add new field ``saved_regs''.
4642 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
4643 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
4644 Update frame related code.
4645 (frv_extract_struct_value_address): Adjust formatting.
4646 * Makefile.in (frv-tdep.o): Update dependencies.
4647 * config/frv/tm-frv.h (target_insert_watchpoint)
4648 (target_remove_watchpoint, target_insert_hw_breakpoint)
4649 (target_remove_hw_breakpoint): Delete these macros.
4650 (remote_insert_watchpoint, remote_remove_watchpoint)
4651 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
4652 these declarations.
4653
4654 2003-08-20 Michael Chastain <mec@shout.net>
4655
4656 * defs.h (ENUM_BITFIELD): New macro.
4657 * symtab.h (ENUM_BITFIELD): Use it.
4658 (BYTE_BITFIELD): Remove old macro, which was already disabled.
4659
4660 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
4661
4662 * MAINTAINERS (write after approval): Add myself.
4663
4664 2003-08-18 Andrew Cagney <cagney@redhat.com>
4665
4666 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
4667 * gdbarch.h, gdbarch.c: Re-generate.
4668 * infcall.c (call_function_by_hand): Adjust the SP by
4669 frame_red_zone_size before allocating any stack space.
4670 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
4671 * x86-64-tdep.c (x86_64_frame_align): New function.
4672 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
4673
4674 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
4675 Remove code adjusting SP so that it skips over the Red Zone.
4676
4677 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4678
4679 * NEWS (New native configurations): Mention FreeBSD/amd64.
4680
4681 2003-08-18 Andrew Cagney <cagney@redhat.com>
4682
4683 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
4684 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
4685 "m68k_frame_p".
4686 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
4687
4688 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4689
4690 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
4691
4692 2003-08-18 Michal Ludvig <mludvig@suse.cz>
4693
4694 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
4695 Define.
4696 * i386-linux-nat.c: Include "linux-nat.h".
4697 (child_post_startup_inferior): New function.
4698
4699 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4700
4701 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
4702 at the start of a frameless function. This probably fixes PR
4703 backtrace/1338.
4704
4705 2003-08-17 Michael Chastain <mec@shout.net>
4706
4707 * symfile.c (find_sym_fns): Remove special case for apollo target.
4708
4709 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4710
4711 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
4712 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
4713 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
4714 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
4715 (linux_supports_tracevforkdone): New function.
4716 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
4717 TRACEVFORKDONE.
4718 (child_follow_fork): Handle vfork.
4719 (linux_handle_extended_wait): Likewise. Also handle exec.
4720 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
4721 * NEWS: Mention fork tracing.
4722
4723 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4724
4725 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4726
4727 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4728
4729 * Makefile.in (i386-linux-nat.o): Update dependencies.
4730 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
4731 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
4732 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
4733 * i386-linux-nat.c: Include "linux-nat.h".
4734 (child_post_startup_inferior): New function.
4735 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
4736 * infptrace.c (kill_inferior): Wrap in #ifdef.
4737 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
4738 attaching to each LWP.
4739 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
4740 (init_lin_lwp_ops): Fill in some more operations.
4741 * linux-nat.h (linux_enable_event_reporting)
4742 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
4743 prototypes.
4744 * linux-nat.c (linux_enable_event_reporting): New function.
4745 (child_post_attach, linux_child_post_startup_inferior)
4746 (child_post_startup_inferior, child_follow_fork)
4747 (linux_handle_extended_wait, kill_inferior): New functions.
4748
4749 2003-08-16 Andrew Cagney <cagney@redhat.com>
4750
4751 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
4752 * gdbarch.h, gdbarch.c: Re-generate.
4753
4754 2003-08-16 Mark Kettenis <kettenis@gnu.org>
4755
4756 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
4757
4758 2003-08-16 Andrew Cagney <cagney@redhat.com>
4759
4760 * NEWS: Mention that "set prompt-escape-char" was deleted.
4761 * top.c (get_prompt_1): Delete function.
4762 (gdb_prompt_escape):
4763 (init_main): Do not clear "gdb_prompt_escape". Delete "set
4764 prompt-escape-char" command.
4765 (MAX_PROMPT_SIZE): Delete macro.
4766 (get_prompt): Simplify, do not call get_prompt_1.
4767
4768 2003-08-16 Andrew Cagney <cagney@redhat.com>
4769
4770 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
4771 -Werror. -Wformat-nonliteral problems.
4772
4773 2003-08-15 J. Brobecker <brobecker@gnat.com>
4774
4775 Further multiarching work mostly for hppa64-*-hpux11:
4776 * hppa-tdep.h: New file.
4777 * hppa-tdep.c: #include hppa-tdep.c.
4778 (hppa32_num_regs): Renamed from hppa_num_regs.
4779 (hppa64_num_regs): New constant.
4780 (hppa64_call_dummy_breakpoint_offset): New constant.
4781 (hppa32_call_dummy_length): New constant.
4782 (hppa64_call_dummy_length): New constant.
4783 (hppa32_stack_align): Make name 32bit explicit.
4784 (hppa32_register_virtual_type): Likewise.
4785 (hppa32_extract_return_value): Likewise.
4786 (hppa32_use_struct_convention): Likewise.
4787 (hppa32_store_return_value): Likewise.
4788 (hppa64_register_virtual_type): New function.
4789 (hppa64_extract_return_value): New function.
4790 (hppa64_use_struct_convention): New function.
4791 (hppa64_store_return_value): New function.
4792 (hppa_frame_locals_address): Remove declaration, function does
4793 not exist anymore.
4794 (hppa_register_byte): Add support for PA64 ABI.
4795 (hppa_gdbarch_init): Add support for PA64 ABI.
4796 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
4797 Make name 32bit explicit.
4798 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
4799 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
4800 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
4801 (hppa64_hpux_frame_base_before_sigtramp): New function.
4802 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
4803 * config/pa/tm-hppa64.h: Remove macros that are no longer
4804 necessary now that the gdbarch vector is properly setup.
4805 Transform some macros into function calls. Some minor cleanup.
4806 * config/pa/tm-hppah.h: Update function calls in macros
4807 following the function renaming in hppa-hpux-tdep.c.
4808 * Makefile.in (hppa_tdep_h): New variable.
4809 (hppa-tdep.o): Add dependency over hppa_tdep_h.
4810
4811 2003-08-14 Michael Snyder <msnyder@redhat.com>
4812
4813 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
4814
4815 2003-08-13 J. Brobecker <brobecker@gnat.com>
4816
4817 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
4818 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
4819 routine.
4820
4821 2003-08-13 Michael Snyder <msnyder@redhat.com>
4822
4823 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
4824 (frv_saved_pc_after_call): Use deprecated ftype.
4825 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
4826 (frv_remote_translate_xfer_address): Remove.
4827 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
4828
4829 2003-08-13 J. Brobecker <brobecker@gnat.com>
4830
4831 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
4832 initialization after the common gdbarch initialization, not before.
4833
4834 2003-08-13 J. Brobecker <brobecker@gnat.com>
4835
4836 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
4837 (ADDR_BITS_REMOVE): Remove, redundant.
4838
4839 2003-08-13 J. Brobecker <brobecker@gnat.com>
4840
4841 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
4842 gdbarch method to clear the 2 low bits of text addresses.
4843
4844 2003-08-12 Andrew Cagney <cagney@redhat.com>
4845
4846 * Makefile.in (dsrec.o): Update dependencies.
4847 * dsrec.c: Include "gdb_assert.h".
4848 (make_srec): Use snprintf instead of sprintf, use a literal format
4849 string.
4850
4851 2003-08-12 Andrew Cagney <cagney@redhat.com>
4852
4853 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
4854 FRAME_OBSTACK_ZALLOC.
4855
4856 2003-08-12 Kevin Buettner <kevinb@redhat.com>
4857
4858 * i386-tdep.c (i386_gdbarch_init): Enable default support for
4859 SSE registers.
4860
4861 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4862
4863 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
4864 amd64fbsd_sc_reg_offset): Add extern declarations.
4865 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
4866 declarations.
4867
4868 2003-08-11 Ben Elliston <bje@wasabisystems.com>
4869
4870 * MAINTAINERS (write after approval): Update my mail address.
4871
4872 2003-08-10 Andrew Cagney <cagney@redhat.com>
4873
4874 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
4875
4876 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4877
4878 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4879 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
4880 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
4881 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
4882 i386bsd_sc_reg_offset): Add extern declarations.
4883 * i386obsd-nat.c: Include "i386-tdep.h"
4884 (_initialize_i386obsd_nat): Remove extern declarations.
4885 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
4886 declarations.
4887 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
4888 declarations.
4889
4890 * i386-tdep.c (i386_register_to_value): Use get_frame_register
4891 instead of frame_read_register.
4892 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
4893 instead of frame_read_register. Use I386_ESP_REGNUM instead of
4894 SP_REGNUM.
4895 (i386_frame_prev_register): Use frame_unwind_register_unsigned
4896 instead of frame_unwind_unsigned_register. Use
4897 I386_EFLAGS_REGISTER instead of PS_REGNUM.
4898 (i386_get_longjmp_target): Use regcache_read_unsigned_register
4899 instead of read_register. Use builtin_type_void_data_ptr instead
4900 of builtin_type_void_func_ptr when extracting the address of the
4901 jmp_buf.
4902 (i386_extract_return_value, i386_store_return_value,
4903 i386_pseudo_register_read, i386_pseudo_register_write): Use
4904 register_size instead REGISTER_RAW_SIZE.
4905
4906 2003-08-10 Andrew Cagney <cagney@redhat.com>
4907
4908 * infcall.c (call_function_by_hand): Use xstrprintf instead of
4909 sprintf. Make "name" constant.
4910
4911 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4912
4913 * i387-tdep.c (i387_register_to_value): Use get_frame_register
4914 instead of frame_read_register.
4915 (i387_print_float_info): Use get_frame_register and
4916 get_frame_register_unsigned instead of frame_register_read.
4917
4918 * i386fbsd-nat.c: Include "i386-tdep.h".
4919 (child_resume): Make `eflags' an ULONGEST. Use
4920 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
4921 instead of register_read and register_write.
4922
4923 * i386bsd-nat.c (fetch_inferior_registers,
4924 store_inferior_registers): Don't use && at the end of a line.
4925 (_initialize_i386bsd_nat): Fix typo.
4926
4927 * frame.c (_initialize_frame): Add missing backslash.
4928
4929 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4930 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
4931 and supply_register instead of manipulating the register buffer
4932 directly.
4933
4934 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4935 * config/i386/nm-i386sol2.h
4936 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
4937
4938 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
4939 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
4940 instructions that GCC likes to mingle into the prologue. Fixes
4941 gdb/1253 and gdb/1255.
4942
4943 2003-08-09 Andrew Cagney <cagney@redhat.com>
4944
4945 Fix GDB PR cli/926.
4946 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
4947 * command.h (add_setshow_uinteger_cmd): Declare.
4948 * frame.c (set_backtrace_cmd): New function.
4949 (show_backtrace_cmd): New function.
4950 * frame.c (_initialize_frame): Replace "set/show
4951 backtrace-below-main" with "set/show backtrace past-main". Add
4952 command "set/show backtrace limit".
4953 (backtrace_past_main): Rename "backtrace_below_main".
4954 (backtrace_limit): New variable.
4955 (get_prev_frame): Update. Check the backtrace_limit.
4956
4957 2003-08-09 Andrew Cagney <cagney@redhat.com>
4958
4959 * defs.h (xstrprintf): Declare.
4960 * utils.c (xstrprintf): New function.
4961 * breakpoint.c (insert_breakpoints): Replace sprintf and
4962 non-literal format strings, with xstrprintf and cleanups.
4963 (delete_breakpoint,breakpoint_re_set): Ditto.
4964 (commands_command, insert_breakpoints): Ditto.
4965 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4966 (break_at_finish_command_1): Ditto.
4967
4968 2003-08-09 Andrew Cagney <cagney@redhat.com>
4969
4970 * MAINTAINERS (language support): List Adam Fedor as Objective C
4971 maintainer.
4972
4973 2003-08-08 J. Brobecker <brobecker@gnat.com>
4974
4975 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4976 are now multiarched.
4977
4978 2003-08-08 J. Brobecker <brobecker@gnat.com>
4979
4980 * config/pa/tm-hppa64.h: Remove lots of macros that are no
4981 longer necessary now that hppa64 is partially multiarch'ed.
4982
4983 2003-08-08 Andrew Cagney <cagney@redhat.com>
4984
4985 * interps.c (interp_set): Check for a NULL "old_interp".
4986
4987 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4988
4989 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4990 (install-only): Support DESTDIR.
4991 (uninstall): Likewise.
4992 (install-gdbtk): Likewise.
4993
4994 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
4995
4996 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4997 contains something meaningful at all times.
4998
4999 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
5000
5001 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
5002
5003 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
5004
5005 * MAINTAINERS (write after approval): Added self.
5006
5007 2003-08-07 Andrew Cagney <cagney@redhat.com>
5008
5009 * inferior.h (AT_SYMBOL): Define.
5010 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
5011 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
5012 * mips-tdep.c (mips_call_dummy_address): Delete function.
5013 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
5014 set call_dummy_address.
5015
5016 2003-08-07 Andrew Cagney <cagney@redhat.com>
5017
5018 * language.c (op_error): Delete function.
5019 (binop_type_check): Delete function.
5020 * language.h (type_op_error, range_op_error): Delete macros.
5021 (op_error): Delete declaration.
5022
5023 2003-08-07 Andrew Cagney <cagney@redhat.com>
5024
5025 * interps.h (INTERP_MI2, INTERP_MI3): Define.
5026
5027 2003-08-07 Michal Ludvig <mludvig@suse.cz>
5028
5029 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
5030 (x86_64_push_arguments): Skip the red zone.
5031
5032 2003-08-05 Andrew Cagney <cagney@redhat.com>
5033
5034 * reggroups.c (reggroup_next): Check for the final entry.
5035
5036 2003-08-04 Andrew Cagney <cagney@redhat.com>
5037
5038 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
5039 * cli/cli-script.c (define_command): Call query directly, instead
5040 of passing it a buffer.
5041 * ocd.c (ocd_error): Pass error a constant format string.
5042 * remote-mips.c (mips_error): Use fputs_filtered.
5043
5044 * solib-svr4.c (_initialize_svr4_solib): Update
5045 register_gdbarch_data call.
5046 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
5047
5048 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
5049 (register_gdbarch_data): Delete "free" parameter. Update
5050 comments.
5051 * gdbarch.h, gdbarch.c: Re-generate.
5052 * reggroups.c (_initialize_reggroup): Update.
5053 * gnu-v3-abi.c (init_gnuv3_ops): Update.
5054 * frame-base.c (_initialize_frame_base): Update.
5055 * frame-unwind.c (_initialize_frame_unwind): Update.
5056 * user-regs.c (_initialize_user_regs): Update.
5057 * remote.c (_initialize_remote): Update.
5058 * regcache.c (_initialize_regcache): Update.
5059
5060 * regcache.c (xfree_regcache_descr): Delete function.
5061 (_initialize_regcache): Update call to register_gdbarch_data.
5062 (init_regcache_descr, init_legacy_regcache_descr): Use
5063 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
5064
5065 * remote.c (free_remote_state): Delete function.
5066 (_initialize_remote): Update register_gdbarch_data.
5067 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
5068 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
5069
5070 2003-08-04 Andrew Cagney <cagney@redhat.com>
5071
5072 * reggroups.c (struct reggroup_el): Define.
5073 (struct reggroups): Delete field "nr_group". Replace array
5074 "group" with a "first" to "last" linked list.
5075 (reggroups_init): Update. Allocate using gdbarch's obstack.
5076 (reggroups_free): Delete function.
5077 (add_group): Update. Add "el" parameter.
5078 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
5079 (default_groups): Update.
5080 (reggroup_next): Replace reggroups.
5081 (reggroups_dump): Update.
5082 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
5083 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
5084 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
5085
5086 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
5087
5088 * Makefile.in (tui-interp.o): Update dependencies.
5089
5090 2003-08-04 David Carlton <carlton@kealia.com>
5091
5092 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
5093 to internal_error call.
5094 * source.c (forward_search_command): Add "%s" format argument.
5095 (reverse_search_command): Ditto.
5096 * top.c (quit_confirm): Ditto.
5097 * cli/cli-setshow.c (do_setshow_command): Ditto.
5098 * cp-valprint.c (cp_print_class_method): Replace
5099 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
5100 (cp_print_class_member): Ditto.
5101 * event-top.c (command_line_handler): Ditto.
5102 * linux-proc.c (linux_info_proc_cmd): Ditto.
5103 * p-typeprint.c (pascal_type_print_base): Ditto.
5104 * p-valprint.c (pascal_object_print_class_method): Ditto.
5105 (pascal_object_print_class_member): Ditto.
5106 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
5107 * remote.c (remote_cisco_section_offsets): Ditto.
5108 * top.c (command_line_input): Ditto.
5109 * utils.c (vwarning,error_stream,quit): Ditto.
5110 * valprint.c (print_floating,print_binary_chars)
5111 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
5112
5113 2003-08-04 Andrew Cagney <cagney@redhat.com>
5114
5115 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
5116
5117 2003-08-02 Andrew Cagney <cagney@redhat.com>
5118
5119 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
5120 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
5121 amd64fbsd-nat.c.
5122
5123 2003-08-02 Andrew Cagney <cagney@redhat.com>
5124
5125 * Makefile.in: Update all dependencies and definitions.
5126
5127 2003-08-02 Adam Fedor <fedor@gnu.org>
5128
5129 * linespec.c (is_objc_method_format): New function
5130 (decode_line_1, locate_first_half): Use it.
5131 Fixes PR objc/1298
5132
5133 2003-08-01 Andrew Cagney <cagney@redhat.com>
5134
5135 * NEWS: Mention that m32r is multi-arch.
5136 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
5137 * configure.tgt: Recognize m32r-*-*.
5138 * config/m32r/tm-m32r.h: Delete file.
5139 * config/m32r/m32r.mt: New file.
5140 * m32r-rom.c (m32r_upload_command): Use hostent only when
5141 gethostname succeeds, in order to avoid a compilation
5142 warning.
5143 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
5144 compiler warning.
5145
5146 2003-08-01 Michael Snyder <msnyder@redhat.com>
5147
5148 * sh-tdep.c (sh_frame_align): New gdbarch method.
5149 (sh_gdbarch_init): Set up frame_align method.
5150
5151 2003-07-31 Michael Snyder <msnyder@redhat.com>
5152
5153 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
5154 which is already covered by the new frames infrastructure.
5155
5156 2003-07-31 Andrew Cagney <cagney@redhat.com>
5157
5158 * user-regs.c (struct user_reg): Add "next" link.
5159 (struct user_regs): Replace "user" with "first" and "last" links.
5160 (append_user_reg): Add pre-allocated "reg" parameter.
5161 (builtin_user_regs): Provide initial value for "last".
5162 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
5163 (user_regs_init): Allocate memory from the gdbarch obstack.
5164 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
5165 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
5166 linked list.
5167 (usernum_to_user_reg): New function.
5168 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
5169 (value_of_user_reg): Use usernum_to_user_reg.
5170 (user_regs_free): Delete function.
5171 (_initialize_user_regs): Update register_gdbarch_data call.
5172
5173 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
5174
5175 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
5176
5177 2003-07-30 Michael Snyder <msnyder@redhat.com>
5178
5179 * value.h (value_being_returned): Add a struct_addr argument.
5180 * infcall.c (call_function_by_hand): Pass struct_addr to
5181 value_being_returned.
5182 * infcmd.c (print_return_value): Pass zero as struct_addr.
5183 * values.c (value_being_returned): If struct_addr is passed,
5184 use it instead of trying to recover it from the inferior.
5185
5186 2003-07-30 Kevin Buettner <kevinb@redhat.com>
5187
5188 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
5189 the prologue analyzer won't need to attempt to extract the pc
5190 value from the woefully incomplete dummy frame.
5191 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
5192 possible. Disable code which modifies the frame.
5193
5194 2003-07-28 Andrew Cagney <cagney@redhat.com>
5195
5196 * annotate.c (annotate_breakpoints_headers): Restrict annotation
5197 to level 2.
5198 (annotate_breakpoints_table, annotate_record): Ditto.
5199 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
5200 (annotate_field_name_end, annotate_field_value): Ditto.
5201 (annotate_field_end, annotate_frame_source_begin): Ditto.
5202 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
5203 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
5204 (annotate_frame_begin, annotate_frame_function_name): Ditto.
5205 (annotate_frame_address_end, annotate_frame_address): Ditto.
5206 (annotate_frame_args, annotate_frame_end): Ditto.
5207 (annotate_frame_where, annotate_arg_begin): Ditto.
5208 (annotate_arg_name_end, annotate_arg_value): Ditto.
5209 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
5210 (annotate_function_call, annotate_signal_name): Ditto.
5211 (annotate_signal_string, annotate_signal_name_end): Ditto.
5212 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
5213 (annotate_value_begin, annotate_value_history_value): Ditto.
5214 (annotate_value_history_end, annotate_value_end): Ditto.
5215 (annotate_display_begin, annotate_display_number_end): Ditto.
5216 (annotate_display_format, annotate_display_expression): Ditto.
5217 (annotate_display_expression_end, annotate_display_value): Ditto.
5218 (annotate_display_end, annotate_array_section_begin): Ditto.
5219 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
5220 (annotate_elt, annotate_array_section_end): Ditto.
5221
5222 2003-07-28 Andrew Cagney <cagney@redhat.com>
5223
5224 * regcache.c (struct regcache_descr): Update comments on
5225 nr_raw_registers.
5226 (init_legacy_regcache_descr): Don't set nr_raw_registers or
5227 sizeof_raw_register_valid_p.
5228 (init_regcache_descr): Set nr_raw_registers and
5229 sizeof_raw_register_valid_p before calling
5230 init_legacy_regcache_descr.
5231
5232 2003-07-28 Andrew Cagney <cagney@redhat.com>
5233
5234 * mips-tdep.c (print_gp_register_row): Print the GPR's register
5235 MOD NUM_REGS.
5236
5237 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
5238
5239 * thread.c (info_threads_command): Use get_selected_frame ().
5240 Check that there is at least one non-sentinel frame.
5241
5242 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
5243
5244 * m68hc11-tdep.c (struct frame_extra_info): Remove.
5245 (m68hc11_pop_frame): Remove.
5246 (m68hc11_frame_saved_pc): Remove.
5247 (m68hc11_frame_chain): Remove.
5248 (m68hc11_frame_init_saved_regs): Remove.
5249 (m68hc11_init_extra_frame_info): Remove.
5250 (m68hc11_store_struct_return): Remove.
5251 (m68hc11_saved_pc_after_call): Remove.
5252
5253 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
5254
5255 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
5256 frame unwind information.
5257 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
5258 and adapted for frame unwinding.
5259 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
5260 (m68hc11_unwind_pc): New function.
5261 (m68hc11_frame_unwind_cache): New function to analyze frames.
5262 (m68hc11_frame_this_id): New function to create new frame struct.
5263 (m68hc11_frame_prev_register): New function to unwind a register from
5264 the frame.
5265 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
5266 (m68hc11_frame_p): New function for the above.
5267 (m68hc11_frame_base_address): New function to return fp of frame.
5268 (m68hc11_frame_args_address): Update for frame.
5269 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
5270 (m68hc11_unwind_sp): New function.
5271 (m68hc11_unwind_dummy_id): New function.
5272 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
5273 calls.
5274
5275 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
5276
5277 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
5278 (m68hc11_guess_from_prologue): Advance the pc and frame size only
5279 when we are beyond the current pc.
5280
5281 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
5282
5283 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
5284 from m68hc11_push_arguments.
5285 (m68hc11_push_arguments): Remove.
5286 (m68hc11_push_return_address): Remove.
5287 (m68hc11_gdbarch_init): Install the above; remove above deprecated
5288 handlers; remove deprecated_extra_stack_alignment_needed.
5289
5290 2003-07-27 Andrew Cagney <cagney@redhat.com>
5291
5292 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
5293 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
5294 REAL_PC and not the pointer.
5295 * hppa-hpux-tdep.c: Include frame.h
5296
5297 2003-07-27 Andrew Cagney <cagney@redhat.com>
5298
5299 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
5300 GDB_MULTI_ACH_PARTIAL.
5301
5302 2003-07-27 Andrew Cagney <cagney@redhat.com>
5303
5304 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
5305 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
5306 operator at start and not end of line.
5307 (decode_prologue): Ditto.
5308 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
5309 frame_unwind_register_unsigned instead of
5310 frame_unwind_unsigned_register.
5311 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
5312 read_register.
5313 (m32r_push_dummy_call): Use register_size instead of
5314 REGISTER_RAW_SIZE.
5315 (m32r_frame_sniffer): Replace m32r_frame_p.
5316 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
5317 * m32r-rom.c (report_transfer_performance): Delete extern
5318 declaration.
5319 (m32r_load, m32r_upload_command): Use print_transfer_performance
5320 instead of report_transfer_performance.
5321 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
5322 / add_show_from_set.
5323
5324 2003-07-26 Andrew Cagney <cagney@redhat.com>
5325
5326 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
5327 store_return_value and extract_struct_value_address.
5328
5329 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
5330
5331 PR c++/1267
5332 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
5333 NULL, default to the section containing PC.
5334
5335 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
5336
5337 * NEWS: Mention "regs" deprecated for m68hc11 too.
5338
5339 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
5340 (m68hc11_print_register): New function to print out one register.
5341 (m68hc11_print_registers_info): New function to print registers.
5342 (show_regs): Deprecate and use the above.
5343 (m68hc11_gdbarch_init): Install the print_registers_info.
5344
5345 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
5346
5347 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
5348 that we have a SIGTRAP before returning non-zero.
5349
5350 2003-07-23 Michal Ludvig <mludvig@suse.cz>
5351 Elena Zannoni <ezannoni@redhat.com>
5352
5353 * linespec.c (decode_line_2): Avoid crash if
5354 find_function_start_sal() returns empty record.
5355
5356 2003-07-23 Andreas Schwab <schwab@suse.de>
5357
5358 * ia64-tdep.c (ia64_print_insn): New function.
5359 (ia64_gdbarch_init): Set print_insn to it.
5360 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
5361 deprecated_tm_print_insn_info.
5362
5363 2003-07-22 Michael Snyder <msnyder@redhat.com>
5364
5365 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
5366 handle 8-bit returns (long long).
5367 (h8300h_extract_return_value): Ditto.
5368 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
5369
5370 2003-07-22 Andrew Cagney <cagney@redhat.com>
5371
5372 * gdbarch.c Include "gdb_obstack.h".
5373 (struct gdbarch): Add an "obstack".
5374 (alloc_gdbarch_data): Allocate the gdbarch data using
5375 GDBARCH_OBSTACK_CALLOC.
5376 (free_gdbarch_data): Delete function.
5377 (gdbarch_obstack_zalloc): New function.
5378 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
5379 Assert that the architecture is not initialized.
5380 (gdbarch_alloc): Allocate an obstack, allocate the architecture
5381 vector from the obstack.
5382 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
5383 architecture obstack.
5384 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
5385 (set_gdbarch_data): Assert that the data is not initialized.
5386 (struct gdbarch_data): Delete member "free".
5387 (register_gdbarch_data): Do not initialize "free".
5388 * gdbarch.h, gdbarch.c: Re-generate.
5389
5390 2003-07-22 Andrew Cagney <cagney@redhat.com>
5391
5392 * configure.in (build_warnings): Add -Wformat-nonliteral.
5393 * configure: Re-generate.
5394
5395 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
5396
5397 * dwarf2loc.c (locexpr_describe_location): Fix typos.
5398
5399 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
5400
5401 * findvar.c (read_var_value): Remove case for thread local storage
5402 variables. It is now entirely handled by the dwarf2 location
5403 expression code.
5404 * printcmd.c (address_info): Ditto.
5405 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
5406 enumeration value.
5407 (struct symbol): Remove objfile field, which was used by
5408 LOC_THREAD_LOCAL_STATIC only.
5409 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
5410 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
5411 usage of objfile pointer.
5412 * dwarf2loc.c (locexpr_describe_location): Add case to handle
5413 thread local variables.
5414 Add include of objfiles.h.
5415 * dwarf2expr.c (execute_stack_op): Add comments about thread local
5416 storage variables.
5417 * Makefile.in (dwarf2loc.o): Update dependencies.
5418
5419 2003-07-22 Andrew Cagney <cagney@redhat.com>
5420
5421 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
5422 get_frame_base.
5423 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
5424 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
5425 (struct value): Add opaque declaration.
5426 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
5427
5428 2003-07-21 Andrew Cagney <cagney@redhat.com>
5429
5430 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5431 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
5432
5433 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
5434
5435 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
5436 regcache_cooked_read_unsigned instead of read_register.
5437 (m68hc11_saved_pc_after_call): Likewise.
5438 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
5439 instead of write_register.
5440 (m68hc11_register_type): New function.
5441 (m68hc11_register_virtual_type): Remove.
5442 (m68hc11_store_return_value): Convert to use the regcache.
5443 (m68hc11_extract_struct_value_address): Likewise.
5444 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
5445 m68hc11_register_type; undeprecate store_return_value and
5446 extract_struct_value_address.
5447
5448 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
5449
5450 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
5451 and translate to use regcache.
5452 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
5453
5454 2003-07-18 Andrew Cagney <cagney@redhat.com>
5455
5456 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
5457 * gdbarch.h, gdbarch.c: Re-generate.
5458 * i386-tdep.c (i386_gdbarch_init): Do not set
5459 DWARF2_BUILD_FRAME_INFO.
5460 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
5461 unconditionally.
5462 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
5463 DWARF2_BUILD_FRAME_INFO.
5464
5465 2003-07-18 Andrew Cagney <cagney@redhat.com>
5466
5467 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5468 * disasm.c (gdb_disassemble_info): Initilize di.arch.
5469
5470 2003-07-18 Andrew Cagney <cagney@redhat.com>
5471
5472 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
5473 frame_unwind_address_in_block, instead of frame_pc_unwind.
5474 (dwarf2_frame_cache): Ditto.
5475
5476 2003-07-18 Andrew Cagney <cagney@redhat.com>
5477
5478 * user-regs.h (struct gdbarch): Declare opaque.
5479 * ui-out.h (struct ui_file): Declare opaque.
5480 * dwarf2-frame.h (struct frame_info): Declare opaque.
5481
5482 2003-07-18 Kris Warkentin <kewarken@qnx.com>
5483
5484 * nto-procfs.c: Clean ARI hits. Change #include <..> to
5485 #include "...".
5486 (procfs_meminfo): Change strerror to safe_strerror.
5487 (procfs_can_run): Remove K&R badness.
5488
5489 2003-07-17 Michael Snyder <msnyder@redhat.com>
5490
5491 * remote-sim.c: Comment typo fix.
5492
5493 2003-07-17 Andrew Cagney <cagney@redhat.com>
5494
5495 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
5496 configure.
5497 * sparc-tdep.c (sparc_intreg_size): Make non-static.
5498 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
5499 GDB_MULTI_ARCH_PARTIAL.
5500
5501 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
5502
5503 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
5504 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
5505 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
5506
5507 2003-07-16 Theodore A. Roth <troth@openavr.org>
5508
5509 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
5510 found.
5511 (avr_frame_unwind_cache): Don't unwind FP for main.
5512 Update a comment.
5513 Save the computed prev_sp.
5514 (avr_saved_regs_unwinder): Remove function.
5515 (avr_frame_prev_register): Use PC unwind logic from
5516 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
5517
5518 2003-07-16 Andrew Cagney <cagney@redhat.com>
5519
5520 * frame-base.h (frame_base_p_ftype): Delete definition.
5521 (frame_base_append_predicate): Delete declaration.
5522 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
5523 (frame_unwind_append_predicate): Delete declaration.
5524 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
5525 (append_predicate): Delete parameter "p".
5526 (frame_unwind_append_predicate): Delete function.
5527 (frame_unwind_append_sniffer): Update call to append_predicate.
5528 (frame_unwind_free): Delete function.
5529 (_initialize_frame_unwind): Pass NULL as "free" to
5530 register_gdbarch_data.
5531 (frame_unwind_init): Append the dummy_frame_sniffer.
5532 (frame_unwind_find_by_frame): Simplify.
5533 * frame-base.c (struct frame_base_table): Delete field "p".
5534 (append_predicate): Delete parameter "p".
5535 (frame_base_append_predicate): Delete function.
5536 (frame_base_append_sniffer): Update call to append_predicate.
5537 (frame_base_free): Delete function.
5538 (frame_base_find_by_frame): Simplify.
5539 (_initialize_frame_base): Pass NULL as "free" to
5540 register_gdbarch_data.
5541 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
5542 (x86_64_sigtramp_frame_sniffer): Replace
5543 "x86_64_sigtramp_frame_p".
5544 (x86_64_init_abi): Set the frame unwind sniffers.
5545 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
5546 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
5547 (m68k_gdbarch_init): Set the frame unwind sniffers.
5548 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
5549 "i386_sigtramp_frame_p".
5550 (i386_frame_sniffer): Replace "i386_frame_p".
5551 (i386_gdbarch_init): Set the frame unwind sniffers.
5552 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
5553 (avr_gdbarch_init): Set the frame unwind sniffers.
5554 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
5555 "alpha_sigtramp_frame_p"
5556 (alpha_heuristic_frame_sniffer): Replace
5557 "alpha_heuristic_frame_p".
5558 (alpha_gdbarch_init): Set the frame unwind sniffers.
5559 (alpha_dwarf2_init_abi): Ditto.
5560 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
5561 "alpha_debug_frame_p".
5562 (alpha_mdebug_frame_base_sniffer): Replace
5563 "alpha_mdebug_frame_base_p".
5564 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
5565 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
5566 (d10v_gdbarch_init): Set the frame unwind sniffer.
5567 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5568 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5569 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5570 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5571 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
5572 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
5573
5574 2003-07-16 Michael Snyder <msnyder@redhat.com>
5575
5576 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
5577 should go thru sh_dsp_register_sim_regno, else the dsp regs
5578 will not get the right values.
5579
5580 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5581
5582 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
5583 deprecated_store_floating by call to store_typed_floating.
5584 (sh_sh4_register_convert_to_raw): Substitute call to
5585 deprecated_extract_floating by call to extract_typed_floating.
5586
5587 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5588
5589 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
5590
5591 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5592
5593 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
5594 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
5595 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
5596 as possible.
5597 (do_pseudo_register): Remove.
5598 (sh_push_dummy_code): New function.
5599 (sh64_store_struct_return): Rename from sh_store_struct_return.
5600 Only called for sh64 now.
5601 (sh_extract_struct_value_address): Regcache'ify.
5602 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
5603 and accomodate new tasks.
5604 (sh64_push_return_address): Rename from sh_push_return_address.
5605 Only called for sh64 now.
5606 (sh_default_extract_return_value): Rename from sh_extract_return_value.
5607 Regcache'ify.
5608 (sh3e_sh4_extract_return_value): Regcache'ify.
5609 (sh_default_store_return_value): Ditto.
5610 (sh3e_sh4_store_return_value): Ditto.
5611 (sh_default_register_byte): Remove.
5612 (sh_sh4_register_byte): Remove.
5613 (sh_default_register_raw_size): Remove.
5614 (sh_sh4_register_raw_size): Remove.
5615 (sh_register_virtual_size): Remove.
5616 (sh_sh3e_register_virtual_type): Remove.
5617 (sh_sh3e_register_type): New function.
5618 (sh_sh4_register_virtual_type): Remove.
5619 (sh_sh4_register_type): New function.
5620 (sh_default_register_virtual_type): Remove.
5621 (sh_default_register_type): New function.
5622 (do_fv_register_info): Add parameters to accomodate call from
5623 sh_print_registers_info.
5624 (do_dr_register_info): Ditto.
5625 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
5626 Add parameters to accomodate call from sh_print_registers_info.
5627 (sh_do_fp_register): Ditto.
5628 (sh64_do_pseudo_register): Call do_dr_register_info,
5629 do_fv_register_info and sh_do_fp_register with default parameters.
5630 (sh_do_register): Add parameters to accomodate call from
5631 sh_print_registers_info.
5632 (sh_print_register): Ditto.
5633 (sh_print_registers_info): Rename from sh_do_registers_info.
5634 Add parameters to be used as gdbarch_print_registers_info
5635 implementation. Accomodate removed do_pseudo_register function
5636 pointer.
5637 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
5638 function pointer. Call sh_print_register with default parameters.
5639 (sh64_do_registers_info): Call sh_print_registers_info instead of
5640 sh_do_registers_info.
5641 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
5642 detection of deprecated vs. non-deprecated functionality.
5643 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
5644 function pointer assignments by direct function calls.
5645
5646 2003-07-15 Andrew Cagney <cagney@redhat.com>
5647
5648 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
5649 (frame_register_unwind, create_new_frame): Ditto.
5650 (legacy_get_prev_frame, get_frame_type): Ditto.
5651 (get_frame_base_address): Use frame_base_find_by_frame.
5652 (get_frame_locals_address): Use frame_base_find_by_frame.
5653 (get_frame_args_address): Use frame_base_find_by_frame.
5654 * frame-base.h (frame_base_sniffer_ftype): Declare.
5655 (frame_base_append_sniffer): Declare.
5656 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
5657 * frame-base.c (append_predicate): Add a "sniffer" parameter.
5658 (frame_base_append_sniffer): New function.
5659 (frame_base_append_predicate): Add a NULL sniffer.
5660 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
5661 (struct frame_base_table): Add "sniffer".
5662 (frame_base_free): Free the "sniffer" table.
5663 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
5664 (frame_unwind_append_sniffer): Declare.
5665 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5666 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
5667 (struct frame_unwind_table): Add "sniffer", delete "middle".
5668 (append_predicate): Add "sniffer" parameter, append the sniffer.
5669 (frame_unwind_init): Update append_predicate call.
5670 (frame_unwind_append_sniffer): New function.
5671 (frame_unwind_append_predicate): Update append_predicate call.
5672 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5673
5674 2003-07-15 Andrew Cagney <cagney@redhat.com>
5675
5676 * frame.c (get_prev_frame): Move disabled inside_entry_func to
5677 before code inhibiting repeated unwind attempts. Add to
5678 commentary on that test's problems.
5679 * blockframe.c (inside_main_func): Look for "main" in the minimal
5680 symbol table.
5681 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
5682 identical.
5683
5684 2003-07-15 Andrew Cagney <cagney@redhat.com>
5685
5686 * complaints.c (struct explanation): Define.
5687 (struct complaints): Change type of "explanation" to "struct
5688 explanation".
5689 (symfile_explanations): Convert to a "struct explanation" table.
5690 (vcomplaint): Update.
5691
5692 2003-07-15 Michal Ludvig <mludvig@suse.cz>
5693
5694 * x86-64-linux-nat.c (regmap): Removed.
5695 (supply_gregset, fill_gregset): Call
5696 x86_64_linux_(fill,supply)_gregset functions.
5697 * x86-64-linux-tdep.c (USER_*): New defines.
5698 (user_to_gdb_regmap, x86_64_core_fns): New structure.
5699 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
5700 New functions.
5701 (fetch_core_registers): Ditto.
5702 (_initialize_x86_64_linux_tdep): Call add_core_fns().
5703 * x86-64-linux-tdep.h: New file.
5704 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
5705 and core-regset.o.
5706 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
5707
5708 2003-07-13 Mark Kettenis <kettenis@gnu.org>
5709
5710 * x86-64-tdep.c (x86_64_store_return_value): Use
5711 regcache_cooked_write_part instead of regcache_cooked_write.
5712
5713 * configure.host: Add x86_64-*-freebsd*.
5714 * configure.tgt: Add x86_64-*-freebsd*.
5715 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
5716 * amd64fbsd-nat.c: New file.
5717 * amd64fbsd-tdep.c: New file.
5718 * config/i386/nm-fbsd64.h: New file.
5719 * config/i386/fbsd64.mh: New file.
5720 * config/i386/fbsd64.mt: New file.
5721
5722 2003-07-11 Mark Kettenis <kettenis@gnu.org>
5723
5724 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
5725 `sc_regs_offset' and `sc_fpregs_offset'.
5726 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
5727 SIGFRAME_FPREGSAVE_OFF): Remove defines.
5728 (alpha_sigtramp_register_address): Rewrite to use new members of
5729 `struct gdbarch_tdep'.
5730 (alpha_gdbarch_init): Initialize new members of struct
5731 gdbarch_tdep'.
5732 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
5733 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
5734 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
5735 (alphafbsd_pc_in_sigtramp): Implement.
5736 (alphafbsd_sigtramp_offset): New function.
5737 (alphafbsd_sigcontext_addr): New function.
5738 (alphafbsd_init_abi): Initialize signal trampoline related members
5739 of `struct gdbarch_tdep'.
5740 (_initialize_alphafbsd_tdep): Add prototype.
5741
5742 2003-07-11 Theodore A. Roth <troth@openavr.org>
5743
5744 * Makefile.in (install-only): Quote sed expression when generating
5745 transformed_name.
5746
5747 2003-07-11 Richard Henderson <rth@redhat.com>
5748
5749 * Makefile.in (dwarf2-frame.o): Add complaints_h.
5750 * dwarf2-frame.c: Include complaints.h.
5751 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
5752 variable initialization; return NULL on error.
5753 (decode_frame_entry): New.
5754
5755 2003-07-11 Andrew Cagney <cagney@redhat.com>
5756
5757 * frame.h (frame_address_in_block): Delete declaration.
5758 * blockframe.c (frame_address_in_block): Delete function.
5759 (get_frame_block): Use get_frame_address_in_block.
5760 (block_innermost_frame): Ditto.
5761 * stack.c (print_frame, backtrace_command_1): Ditto.
5762
5763 * frame.h (get_frame_address_in_block): Declare.
5764 (frame_unwind_address_in_block): Declare.
5765 * frame.c (frame_unwind_address_in_block): New function.
5766 (get_frame_address_in_block): New function.
5767
5768 2003-07-10 Andrew Cagney <cagney@redhat.com>
5769
5770 * gdbarch.sh: Simplify predicate methods. Remove need to provide
5771 pre-default. Note: re-generate has no effect.
5772
5773 2003-07-10 Andrew Cagney <cagney@redhat.com>
5774
5775 * gdbarch.sh: When a variable, but not a function, compare against
5776 0. Fix problem in previous patch.
5777 * gdbarch.c: Re-generate.
5778
5779 2003-07-10 Andrew Cagney <cagney@redhat.com>
5780
5781 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
5782 functions against NULL, not 0.
5783 * gdbarch.c: Re-generate.
5784
5785 2003-07-10 Fred Fish <fnf@ninemoons.com>
5786
5787 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
5788 null string instead of a null pointer.
5789 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
5790
5791 2003-07-09 Michael Snyder <msnyder@redhat.com>
5792
5793 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
5794
5795 2003-07-09 Mark Kettenis <kettenis@gnu.org>
5796
5797 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
5798 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
5799 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
5800 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
5801 * x86-64-tdep.c: ... from here.
5802
5803 2003-07-09 Andreas Schwab <schwab@suse.de>
5804
5805 * m68k-tdep.h (enum struct_return): Define.
5806 (struct gdbarch_tdep): Add struct_return.
5807 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
5808 bytes are padded to the right, not to the left. Pass struct value
5809 address in register %a1, not on stack.
5810 (m68k_use_struct_convention): New function.
5811 (m68k_gdbarch_init): Set use_struct_convention. Initialize
5812 struct_return in tdep to pcc_struct_return.
5813 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
5814 reg_struct_return.
5815
5816 2003-07-09 Joel Brobecker <brobecker@gnat.com>
5817
5818 * somread.c (som_symfile_offsets): Fix compilation error.
5819
5820 2003-07-09 Andrew Cagney <cagney@redhat.com>
5821
5822 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
5823 Add comments about the checks.
5824
5825 2003-07-08 Andrew Cagney <cagney@redhat.com>
5826
5827 * Makefile.in: Make dependency section headers consistent.
5828 (config_h): Move to $BUILD headers section.
5829 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
5830 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
5831 (ada-exp.tab.c): Move to YACC/LEX section.
5832 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
5833 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
5834
5835 2003-07-08 Kris Warkentin <kewarken@qnx.com>
5836
5837 * nto-procfs.c: Cleaned up a bunch of ARI hits.
5838 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
5839 of strerror with safe_strerror, use ISO C function definitions,
5840 and replace instances of sprintf with snprintf.
5841
5842 2003-07-07 Andrew Cagney <cagney@redhat.com>
5843
5844 * frame.c (get_prev_frame): Enable check for identical frames.
5845 Update comments. Update error messages.
5846
5847 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5848
5849 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
5850
5851 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5852
5853 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
5854 sort_symtab_syms, no longer necessary.
5855
5856 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5857
5858 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
5859
5860 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5861
5862 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
5863 (mips_register_byte): Likewise.
5864
5865 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5866
5867 * Makefile.in (sparc_tdep_h): New.
5868 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
5869 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
5870 * sparc-linux-nat.c: Include "sparc-tdep.h".
5871 * sparc-nat.c: Likewise.
5872 * sparc-tdep.c: Likewise.
5873 * sparc64nbsd-nat.c: Likewise.
5874 * sparcnbsd-nat.c: Likewise.
5875 * sparcnbsd-tdep.c: Likewise.
5876 * sparc-tdep.h: New file.
5877 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
5878 and sparc_npc_regnum.
5879
5880 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5881
5882 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
5883 (mips_linux_cannot_store_register): List supported instead of
5884 unsupported registers.
5885
5886 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5887
5888 * disasm.c (dump_insns): Separate instructions from addresses.
5889
5890 2003-07-07 Andreas Schwab <schwab@suse.de>
5891
5892 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
5893 dependencies.
5894 * m68k-tdep.c (NUM_FREGS): Delete.
5895 (SIG_PC_FP_OFFSET): Delete.
5896 (TARGET_M68K): Delete.
5897 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
5898 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
5899 P_MOVEL_SP, P_MOVEML_SP): Define.
5900 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
5901 P_TRAP): Delete.
5902 (m68k_register_raw_size): Delete.
5903 (m68k_register_virtual_size): Delete.
5904 (m68k_register_type): Renamed from m68k_register_virtual_type and
5905 add gdbarch argument.
5906 (m68k_store_struct_return): Delete.
5907 (m68k_deprecated_extract_return_value): Delete.
5908 (m68k_deprecated_extract_struct_value_address): Delete.
5909 (m68k_frame_chain): Delete.
5910 (m68k_frame_saved_pc): Delete.
5911 (m68k_fix_call_dummy): Delete.
5912 (m68k_push_dummy_frame): Delete.
5913 (m68k_pop_frame): Delete.
5914 (m68k_extract_return_value): New function.
5915 (m68k_store_return_value): Rewrite using regcache.
5916 (m68k_extract_struct_value_address): Rewrite using regcache.
5917 (m68k_push_dummy_call): New function.
5918 (struct m68k_frame_cache): Define.
5919 (m68k_alloc_frame_cache): New function.
5920 (m68k_analyze_frame_setup): New function.
5921 (m68k_analyze_register_saves): New function.
5922 (m68k_analyze_prologue): New function.
5923 (m68k_skip_prologue): Rewrite using above functions.
5924 (m68k_unwind_pc): New function.
5925 (m68k_frame_cache): New function.
5926 (m68k_frame_this_id): New function.
5927 (m68k_frame_prev_register): New function.
5928 (m68k_frame_unwind): New variable.
5929 (m68k_frame_p): New function.
5930 (m68k_sigtramp_frame_cache): New function.
5931 (m68k_sigtramp_frame_this_id): New function.
5932 (m68k_sigtramp_frame_prev_register): New function.
5933 (m68k_sigtramp_frame_unwind): New variable.
5934 (m68k_sigtramp_frame_p): New function.
5935 (m68k_frame_base_address): New function.
5936 (m68k_frame_base): New function.
5937 (m68k_unwind_dummy_id): New function.
5938 (fill_gregset): Use regcache_collect.
5939 (fill_fpregset): Likewise.
5940 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
5941 defined.
5942 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
5943 deprecated_init_frame_pc, deprecated_store_struct_return,
5944 deprecated_extract_return_value, deprecated_store_return_value,
5945 deprecated_frame_chain, deprecated_frame_saved_pc,
5946 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
5947 deprecated_register_virtual_size,
5948 deprecated_max_register_raw_size,
5949 deprecated_max_register_virtual_size,
5950 deprecated_register_virtual_type, deprecated_register_size,
5951 deprecated_register_byte, deprecated_register_bytes,
5952 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
5953 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
5954 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
5955 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
5956 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
5957 deprecated_push_dummy_frame, deprecated_pop_frame,
5958 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
5959 only if SYSCALL_TRAP is defined. Set extract_return_value,
5960 store_return_value, extract_struct_value_address, register_type,
5961 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
5962 predicates.
5963 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5964 M68K_MAX_REGISTER_SIZE): Define.
5965 (struct m68k_sigtramp_info): Define.
5966 (struct gdbarch_tdep): Add get_sigtramp_info.
5967 * m68klinux-nat.c (fetch_register): Use register_size instead of
5968 REGISTER_RAW_SIZE. Don't put assignment in if.
5969 (store_register): Likewise.
5970 (fetch_inferior_registers): Likewise.
5971 (store_inferior_registers): Likewise.
5972 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5973 (m68k_linux_frame_saved_pc): Delete.
5974 (m68k_linux_sigcontext_reg_offset,
5975 m68k_linux_ucontext_reg_offset): Define.
5976 (m68k_linux_get_sigtramp_info): New function.
5977 (m68k_linux_extract_return_value): Rewrite using regcache.
5978 (m68k_linux_store_return_value): Likewise.
5979 (m68k_linux_extract_struct_value_address): Likewise.
5980 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5981 Don't set deprecated_frame_saved_pc,
5982 deprecated_extract_return_value, deprecated_store_return_value,
5983 deprecated_extract_struct_value_address. Set
5984 extract_return_value, store_return_value,
5985 extract_struct_value_address.
5986
5987 2003-07-07 Andrew Cagney <cagney@redhat.com>
5988
5989 * expprint.c: Include "user-regs.h" instead of "frame.h".
5990 (print_subexp): Use user_reg_map_regnum_to_name, instead of
5991 frame_map_regnum_to_name.
5992 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5993 (frame_map_name_to_regnum): Simplify, call
5994 user_reg_map_name_to_regnum.
5995 (frame_map_regnum_to_name): Simplify, call
5996 user_reg_map_regnum_to_name.
5997 (frame_register_unwind): Update.
5998 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5999 (_initialize_frame_reg): Call user_reg_add_builtin.
6000 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
6001 (value_of_register): Use value_of_user_reg.
6002 * eval.c (evaluate_subexp_standard): Update.
6003 * parse.c (write_dollar_variable): Update.
6004 * d10v-tdep.c (d10v_print_registers_info): Update.
6005 * infcmd.c (registers_info): Update.
6006 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
6007 (builtin_regs_h): Delete macro.
6008 (user_regs_h): Define.
6009 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
6010 (builtin-regs.o): Delete target.
6011 (user-regs.o): Specify dependencies.
6012 (expprint.o): Update dependencies.
6013 (findvar.o): Update dependencies.
6014 (frame.o): Update dependencies.
6015 (std-regs.o): Update dependencies.
6016
6017 2003-07-06 Christopher Faylor <cgf@redhat.com>
6018
6019 * win32-nat.c (solib_symbols_add): Use one variable for all section
6020 address stuff. Pass variable rather than address of variable to
6021 safe_symbol_file_add.
6022
6023 2003-07-06 Andreas Schwab <schwab@suse.de>
6024
6025 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
6026
6027 2003-07-04 Joel Brobecker <brobecker@gnat.com>
6028
6029 * rs6000-nat.c (vmap_symtab): Fix compilation error.
6030
6031 2003-07-04 Kris Warkentin <kewarken@qnx.com>
6032
6033 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
6034
6035 2003-07-04 Kris Warkentin <kewarken@qnx.com>
6036
6037 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
6038 * config/i386/nto.mh: New file.
6039 * config/i386/nm-nto.h: New file.
6040 * configure.host: Add i[3456]86-*-nto*.
6041
6042 2003-07-03 Joel Brobecker <brobecker@gnat.com>
6043
6044 * remote-vx.c (vx_add_symbols): Fix compilation error.
6045
6046 2003-07-03 Andrew Cagney <cagney@redhat.com>
6047
6048 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
6049 * gdbarch.h, gdbarch.c: Re-generate.
6050 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
6051 (legacy_register_name): Declare.
6052 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
6053 (REGISTER_NAME): Define.
6054 * sparc-tdep.c (legacy_register_name): New function.
6055 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
6056 (REGISTER_NAME): Define.
6057 (hppa64_register_name): Declare.
6058 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
6059 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
6060 (hppa64_register_name): New function.
6061 (hppa_register_name): New function.
6062 * arch-utils.c (legacy_register_name): Delete.
6063 * arch-utils.h (legacy_register_name): Delete.
6064
6065 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
6066
6067 * cli/cli-interp.c (cli_interpreter_resume): Update the
6068 cli_uiout's stream to gdb_stdout.
6069
6070 2003-07-03 Andrew Cagney <cagney@redhat.com>
6071
6072 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
6073 predicate.
6074 * gdbarch.h, gdbarch.c: Re-generate.
6075 * regcache.c (init_regcache_descr): Use legacy code when either
6076 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
6077
6078 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
6079
6080 * NEWS: Move "set logging" entry into GDB 6.0 section.
6081
6082 2003-07-02 Jim Blandy <jimb@redhat.com>
6083
6084 * s390-tdep.c (struct frame_extra_info): new member:
6085 'stack_bought_valid'.
6086 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
6087 initialize fextra_info->stack_bought.
6088 (s390_frameless_function_invocation): Don't trust the value of
6089 fextra_info_ptr->stack_bought unless
6090 fextra_info->stack_bought_valid is set.
6091
6092 New S390 prologue analyzer.
6093 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
6094 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
6095 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
6096 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
6097 compute_x_addr, s390_on_stack, s390_store,
6098 s390_get_signal_frame_info): New functions.
6099 (S390_NUM_SPILL_SLOTS): New macro.
6100 (s390_get_frame_info): Rewritten.
6101 (is_arg_reg): Deleted.
6102
6103 Break out the decoding of S/390 instructions into separate
6104 functions, to make it more legible, and easier to check
6105 against the spec.
6106 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
6107 is_rx, is_rxe): New functions.
6108 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
6109 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
6110 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
6111 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
6112 enums for opcode values. (Is this an improvement?)
6113
6114 2003-07-02 Andrew Cagney <cagney@redhat.com>
6115
6116 * i386-tdep.c: Revert change committed as part of trad-frame code
6117 below.
6118
6119 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
6120
6121 * breakpoint.c (insert_catchpoint): Make static.
6122
6123 2003-07-02 Andreas Schwab <schwab@suse.de>
6124
6125 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
6126 former ia64_push_arguments and ia64_push_return_address, and use
6127 regcache functions instead of read/write_register.
6128 (ia64_gdbarch_init): Set push_dummy_call instead of
6129 deprecated_push_arguments and deprecated_push_return_address.
6130
6131 2003-07-01 Andreas Jaeger <aj@suse.de>
6132
6133 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
6134 before the call.
6135 Set %rax only to number of SSE registers used.
6136
6137 2003-07-01 Andrew Cagney <cagney@redhat.com>
6138
6139 * trad-frame.h: Update comments, a -1 .addr is reserved.
6140 (trad_frame_value_p, trad_frame_addr_p): Declare.
6141 (trad_frame_reg_p): Declare.
6142 (trad_frame_set_value): Rename trad_frame_register_value.
6143 (trad_frame_set_unknown): Declare.
6144 * trad-frame.c (trad_frame_realreg_p): New function.
6145 (trad_frame_addr_p, trad_frame_value_p): New function.
6146 (trad_frame_set_unknown): New function.
6147 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
6148 (trad_frame_prev_register): Use trad_frame_realreg_p,
6149 trad_frame_addr_p and trad_frame_value_p.
6150 (trad_frame_set_value): Rename trad_frame_register_value.
6151 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
6152 and trad_frame_set_value.
6153
6154 2003-06-30 Jim Blandy <jimb@redhat.com>
6155
6156 Patch from IBM (authors unspecified, probably Ulrich Weigand and
6157 Gerhard Tonn) for argument passing on the S/390 and S/390x:
6158 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
6159 for 16 registers, and then 32 more bytes.
6160 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
6161 New macros.
6162 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
6163 Move up in the file, since it's now used by is_simple_arg.
6164 (is_simple_arg): Don't assume registers are four bytes long.
6165 Exclude all double arguments. Extended floats are not simple
6166 args.
6167 (is_power_of_two): New function.
6168 (pass_by_copy_ref): Call is_power_of_two, and check that the
6169 length fits in a register, rather than listing all the acceptable
6170 sizes. Extended floats are not passed by reference.
6171 (s390_push_arguments): Don't assume registers are four bytes long.
6172 Reserve an argument register to point to the buffer for structures
6173 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
6174 S390_STACK_FRAME_OVERHEAD.
6175
6176 2003-06-30 Andreas Schwab <schwab@suse.de>
6177
6178 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
6179 format error message.
6180
6181 2003-06-30 Joel Brobecker <brobecker@gnat.com>
6182
6183 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
6184
6185 2003-06-30 David Carlton <carlton@kealia.com>
6186
6187 Band-aid for PR c++/1245.
6188 * Makefile.in (cp-support.o): Depend on complaints_h.
6189 * cp-support.c: Include complaints.h. Add declaration for
6190 find_last_component.
6191 (cp_find_first_component): Separate code into
6192 cp_find_first_component_aux.
6193 (cp_find_first_component_aux): Call demangled_name_complaint.
6194 (demangled_name_complaint): New.
6195
6196 2003-06-30 Andrew Cagney <cagney@redhat.com>
6197
6198 * remote.c (remote_write_bytes): Explicitly compute and then use
6199 the payload size. Update comments to reflect. Fixes problem of
6200 GDB not sending small packets as found by Fred Fish.
6201
6202 2003-06-30 Andrew Cagney <cagney@redhat.com>
6203
6204 * remote.c (remote_async_wait): Fix -Wformat problem.
6205
6206 2003-06-29 Andrew Cagney <cagney@redhat.com>
6207
6208 * remote.c (remote_wait): Call error, and not warning, when the
6209 packet is corrupt.
6210 (remote_async_wait): Ditto.
6211
6212 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
6213
6214 * sparc-tdep.c (sparc_y_regnum): Make external again.
6215
6216 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
6217
6218 * cli/cli-logging.c (pop_output_files): Add void to function
6219 definition.
6220
6221 2003-06-29 Andrew Cagney <cagney@redhat.com>
6222
6223 * frame.c (frame_register_unwind): Use unsigned char when dumping
6224 the buffer contents.
6225
6226 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
6227
6228 * cli/cli-logging.c: New file.
6229 * cli-out.c (struct ui_out_data): Add original_stream.
6230 (cli_redirect): New function.
6231 (cli_ui_out_impl): Add cli_redirect.
6232 (cli_out_new): Initialize original_stream.
6233 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
6234 (uo_redirect, ui_out_redirect): New.
6235 * ui-out.h (struct ui_out_impl): Add redirect member.
6236 (redirect_ftype): New.
6237 (ui_out_redirect): Add prototype.
6238 * Makefile.in: Add rules for cli-logging.c.
6239 * NEWS: Mention "set logging".
6240
6241 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
6242
6243 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
6244
6245 2003-06-27 Andrew Cagney <cagney@redhat.com>
6246
6247 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
6248 (m68hc11_gdbarch_init): Do not set call_dummy_address.
6249 * avr-tdep.c (avr_call_dummy_address): Delete function.
6250 (avr_gdbarch_init): Do not set call_dummy_address.
6251
6252 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
6253
6254 * symfile.c (syms_from_objfile): Move variables to inner block.
6255 Move the checks for the non-mainline case a bit earlier to avoid
6256 doing some useless computations.
6257
6258 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
6259
6260 * dwarfread.c (decode_modified_type): Gag new compiler warning.
6261
6262 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
6263
6264 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
6265 sections.
6266
6267 2003-06-26 Michael Chastain <mec@shout.net>
6268
6269 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
6270 gdb/testsuite/gdb.c++/pr-1210.exp.
6271
6272 2003-06-26 Andrew Cagney <cagney@redhat.com>
6273
6274 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
6275 altivec_expression.h and altivec_registers.h.
6276
6277 2003-06-26 Andrew Cagney <cagney@redhat.com>
6278
6279 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
6280 info->mach when MIPS16. Patch suggested by Fred Fish.
6281
6282 2003-06-26 Andrew Cagney <cagney@redhat.com>
6283
6284 * utils.c (internal_vproblem): Print the problem to a reason
6285 buffer and then pass to query. Make the msg variable more local.
6286
6287 2003-06-26 Andrew Cagney <cagney@redhat.com>
6288
6289 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
6290 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
6291 * gdbarch.h, gdbarch.c: Re-generate.
6292 * frame-base.c (default_frame_args_address): Update. Use
6293 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
6294 not available.
6295 (default_frame_locals_address): Ditto for
6296 DEPRECATED_FRAME_LOCALS_ADDRESS.
6297 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
6298 (vax_frame_num_args): Update.
6299 (vax_gdbarch_init): Update.
6300 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6301 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6302 * mcore-tdep.c (mcore_gdbarch_init): Update.
6303 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6304 * ia64-tdep.c (ia64_gdbarch_init): Update.
6305 * symtab.h (address_class): Update comments.
6306 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
6307 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
6308 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
6309 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
6310 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
6311 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
6312 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
6313 * alpha-mdebug-tdep.c: Update.
6314 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
6315
6316 2003-06-26 Andreas Jaeger <aj@suse.de>
6317
6318 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
6319 of SSE registers so that varargs functions work. Rework handling
6320 of passing arguments on the stack.
6321 (x86_64_store_return_value): Return double and float values in SSE
6322 register.
6323
6324 2003-06-24 Michael Chastain <mec@shout.net>
6325
6326 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
6327 the "constructor breakpoints ignored" bug.
6328
6329 2003-06-25 David Carlton <carlton@kealia.com>
6330
6331 * MAINTAINERS: Update e-mail address.
6332
6333 2003-06-24 Jim Blandy <jimb@redhat.com>
6334
6335 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
6336
6337 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
6338 function.
6339 (ppc_linux_init_abi): Register it as the
6340 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
6341
6342 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
6343 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
6344 method.
6345
6346 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
6347 (ppc64_standard_linkage_target): Use it.
6348
6349 2003-06-23 Andrew Cagney <cagney@redhat.com>
6350
6351 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
6352 for 0 "int0" and 4 "int32" sized registers.
6353 * gdbtypes.c (builtin_type_int0): Define.
6354 (build_gdbtypes): Initialize builtin_type_int0.
6355 * gdbtypes.h (builtin_type_int0): Declare.
6356
6357 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
6358
6359 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
6360 as characters are unsigned.
6361
6362 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6363
6364 PR gdb/1179
6365 * dwarfread.c (struct_type): Skip static fields without crashing.
6366
6367 2003-06-22 Andrew Cagney <cagney@redhat.com>
6368
6369 GDB 6.0 branch created.
6370 * README: Update.
6371 * PROBLEMS: Update. Empty.
6372 * NEWS: Update.
6373
6374 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6375
6376 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
6377 Suggested by Nick Hibma <n_hibma@webweaving.org>.
6378
6379 2003-06-22 Andrew Cagney <cagney@redhat.com>
6380
6381 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
6382 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
6383 Velikov.
6384
6385 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6386
6387 * cli/cli-cmds.c (shell_escape): Silence warnings from old
6388 compilers.
6389
6390 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
6391
6392 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
6393 argument of val_print.
6394 * cp-valprint.c (cp_print_value): Don't add the offset parameter
6395 to the address argument of baseclass_offset or target_read_memory.
6396 Do add it to the argument of cp_print_value_fields.
6397
6398 2003-06-21 Andrew Cagney <cagney@redhat.com>
6399
6400 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
6401 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
6402 instead of 0..NUM_REGS.
6403 (mips_register_reggroup_p): New function.
6404 (mips_pseudo_register_write): New function.
6405 (mips_pseudo_register_read): New function.
6406 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
6407 based on the register's type.
6408 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
6409 cooked.
6410 (mips_get_saved_register): Simplify. Assert that REGNO is a
6411 pseudo / cooked.
6412 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
6413 (mips_register_type): Replace mips_register_virtual_type. Map
6414 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
6415 when available.
6416 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
6417 that the register is cooked / virtual.
6418 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
6419 Only get the extra info when needed.
6420 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
6421 (mips32_heuristic_proc_desc): Fetch the cooked register.
6422 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
6423 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
6424 (mips_print_register): Use gdbarch_register_type, instead of
6425 REGISTER_VIRTUAL_TYPE.
6426 (print_gp_register_row): Use gdbarch_register_type, instead of
6427 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
6428 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
6429 Print the pseudo / cooked registers.
6430 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
6431 Print the pseudo / cooked registers.
6432 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
6433 REG_NUM is pseudo / cooked.
6434 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
6435 (mips_n32n64_xfer_return_value): Ditto.
6436 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
6437 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
6438 (mips_register_sim_regno): New function.
6439 (mips_gdbarch_init): Set deprecated_register_byte,
6440 register_group_p, pseudo_register_write, pseudo_register_read,
6441 register_sim_regno, and num_pseudo_regs. Set register_type,
6442 instead of register_virtual_type.
6443 * Makefile.in (mips-tdep.o): Update dependencies.
6444 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
6445 REGISTER_VIRTUAL_TYPE.
6446 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
6447 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
6448 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
6449 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
6450 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
6451
6452 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
6453
6454 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
6455 * cli/cli-cmds.c: Include "gdb_vfork.h".
6456 (shell_escape): Use vfork.
6457
6458 2003-06-21 Andrew Cagney <cagney@redhat.com>
6459
6460 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
6461 32 bit floating-point register saves.
6462
6463 * frame.h (deprecated_unwind_get_saved_register): Delete.
6464 * frame.c (deprecated_unwind_get_saved_register): Delete function.
6465 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
6466 and deprecated_get_next_frame_hack instead of
6467 deprecated_unwind_get_saved_register.
6468
6469 * mips-tdep.c (mips_dump_tdep): Do not print
6470 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
6471
6472 * frame.c (get_frame_register): New function.
6473 (frame_unwind_register_signed): New function.
6474 (get_frame_register_signed): New function.
6475 (frame_unwind_register_unsigned): New function.
6476 (get_frame_register_unsigned): New function.
6477 * frame.h: Add comments on naming schema.
6478 (get_frame_register, frame_unwind_register_signed): Declare.
6479 (get_frame_register_signed, get_frame_register_signed): Declare.
6480 (frame_unwind_register_unsigned): Declare.
6481 (get_frame_register_unsigned): Declare.
6482
6483 2003-06-20 Theodore A. Roth <troth@openavr.org>
6484
6485 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
6486
6487 2003-06-20 Theodore A. Roth <troth@openavr.org>
6488
6489 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
6490 (avr_read_sp): Ditto.
6491
6492 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
6493
6494 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
6495 * config/arm/nm-linux.h: Likewise.
6496 * config/arm/tm-linux.h: Likewise.
6497 * config/ia64/nm-linux.h: Likewise.
6498 * config/ia64/tm-ia64.h: Likewise.
6499 * config/s390/tm-linux.h: Likewise.
6500 * config/s390/tm-s390.h: Likewise.
6501 * s390-nat.c: Likewise.
6502 * s390-tdep.c: Likewise.
6503
6504 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
6505 * config/ia64/linux.mt: Likewise.
6506 * config/m68k/linux.mh: Likewise.
6507 * config/mips/linux.mt: Likewise.
6508 * config/powerpc/linux.mh: Likewise.
6509 * config/sh/linux.mt: Likewise.
6510
6511 2003-06-19 Kris Warkentin <kewarken@qnx.com>
6512
6513 * solib.c (solib_open): Change tests for whether to search
6514 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
6515 comments.
6516
6517 2003-06-19 Theodore A. Roth <troth@openavr.org>
6518
6519 * avr-tdep.c (avr_frame_address): Delete function.
6520 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
6521 set_gdbarch_frame_args_address.
6522
6523 2003-06-19 Andrew Cagney <cagney@redhat.com>
6524
6525 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
6526 (REGISTER_CONVERT_FROM_TYPE): Delete.
6527 (mips_register_convert_to_type): Delete declaration.
6528 (mips_register_convert_from_type): Delete declaration.
6529 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
6530 kernel/.
6531
6532 2003-06-19 Michael Snyder <msnyder@redhat.com>
6533
6534 * linux-nat.h: New file.
6535 * linux-nat.c: Include linux-nat.h.
6536 * lin-lwp.c: Include linux-nat.h.
6537 Move struct lwp_info def to linux-nat.h.
6538 * linux-proc.c: Include linux-nat.h.
6539 (linux_make_note_section): Iterate over lwps instead of threads.
6540 (linux_do_thread_registers): Use lwp instead of merged pid.
6541 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
6542 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
6543 Add dependency on linux_nat_h.
6544
6545 2003-06-19 Theodore A. Roth <troth@openavr.org>
6546
6547 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
6548
6549 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6550
6551 * varobj.c (get_type, get_target_type): Use check_typedef.
6552
6553 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6554
6555 * breakpoint.c (insert_catchpoint): Call internal_error.
6556
6557 2003-06-19 Theodore A. Roth <troth@openavr.org>
6558
6559 * avr-tdep.c (avr_push_dummy_code): Delete function.
6560 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
6561
6562 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6563
6564 * arch-utils.c (default_prepare_to_proceed): Remove.
6565 (generic_prepare_to_proceed): Remove.
6566 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
6567 (generic_prepare_to_proceed): Remove prototype.
6568 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
6569 * gdbarch.c: Regenerate.
6570 * gdbarch.h: Regenerate.
6571 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
6572 * hppah-nat.c (hppa_switched_threads): Remove.
6573 * infrun.c (prepare_to_proceed): New static function, copied from
6574 generic_prepare_to_proceed. Remove select_it argument.
6575 (proceed): Call prepare_to_proceed.
6576 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
6577 variables.
6578 (ptrace_wait): Don't set the removed variables.
6579 (hppa_switched_threads): Remove.
6580 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
6581 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
6582 (lin_lwp_prepare_to_proceed): Remove prototype.
6583 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
6584 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
6585
6586 2003-06-18 Theodore A. Roth <troth@openavr.org>
6587
6588 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
6589 trad-frame.h.
6590 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
6591 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
6592 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
6593 (AVR_PROLOGUE_*): Enumerate prologue types.
6594 (struct frame_extra_info): Remove.
6595 (struct avr_unwind_cache): Define.
6596 (avr_write_sp): Delete function.
6597 (avr_read_fp): Ditto.
6598 (avr_init_extra_frame_info): Ditto.
6599 (avr_pop_frame): Ditto.
6600 (avr_frame_saved_pc): Ditto.
6601 (avr_saved_pc_after_call): Ditto.
6602 (avr_push_return_address): Ditto.
6603 (avr_frame_chain): Ditto.
6604 (avr_store_struct_return): Ditto.
6605 (avr_push_arguments): Ditto.
6606 (avr_scan_prologue): Update comments. Changed to set up the info for
6607 cache unwinding. Now returns end of prologue PC.
6608 (avr_skip_prologue): Better handling of functions lacking a prologue
6609 by using avr_scan_prologue.
6610 (avr_scan_arg_moves): New function.
6611 (avr_saved_regs_unwinder): Ditto.
6612 (avr_frame_unwind_cache): Ditto.
6613 (avr_unwind_pc): Ditto.
6614 (avr_frame_this_id): Ditto.
6615 (avr_frame_prev_register): Ditto.
6616 (avr_frame_p): Ditto.
6617 (avr_frame_base_address ): Ditto.
6618 (avr_unwind_dummy_id): Ditto.
6619 (avr_push_dummy_code): Ditto.
6620 (push_stack_item): Ditto.
6621 (pop_stack_item): Ditto.
6622 (avr_push_dummy_call): Ditto.
6623 (struct stack_item): Define.
6624 (avr_frame_unwind): Declare structure.
6625 (avr_frame_base): Ditto.
6626 (avr_gdbarch_init): Remove calls to
6627 set_gdbarch_deprecated_init_frame_pc,
6628 set_gdbarch_deprecated_target_read_fp,
6629 set_gdbarch_deprecated_dummy_write_sp,
6630 set_gdbarch_deprecated_fp_regnum,
6631 set_gdbarch_deprecated_push_arguments,
6632 set_gdbarch_deprecated_push_return_address,
6633 set_gdbarch_deprecated_pop_frame,
6634 set_gdbarch_deprecated_store_struct_return,
6635 set_gdbarch_deprecated_frame_init_saved_regs,
6636 set_gdbarch_deprecated_init_extra_frame_info,
6637 set_gdbarch_deprecated_frame_chain,
6638 set_gdbarch_deprecated_frame_saved_pc,
6639 set_gdbarch_deprecated_saved_pc_after_call.
6640 Add calls to set_gdbarch_push_dummy_call,
6641 set_gdbarch_push_dummy_code,
6642 frame_unwind_append_predicate,
6643 frame_base_set_default,
6644 set_gdbarch_unwind_dummy_id,
6645 set_gdbarch_unwind_pc.
6646 Wrap a long line.
6647
6648 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
6649
6650 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
6651 registers for H8/300S.
6652 (h8300_print_registers_info): Ditto.
6653 (h8300_gdbarch_init): Accommodate register count for H8/300S.
6654
6655 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
6656
6657 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
6658 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
6659 (lin_lwp_wait): Likewise. Update comments.
6660 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
6661 (pull_pid_from_list, linux_record_stopped_pid): New.
6662
6663 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6664
6665 * ada-lang.c (scan_discrim_bound): Name first argument.
6666 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
6667 declared by ALL_BLOCK_SYMBOLS.
6668
6669 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6670
6671 * ada-tasks.c (find_function_in_inferior): Don't declare it.
6672 ("regcache.h"): Include it.
6673 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
6674
6675 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6676
6677 * NEWS: Mention gdbserver detach change and "disconnect" command.
6678 * infcmd.c (disconnect_command): New function.
6679 (_initialize_infcmd): Add ``disconnect'' command.
6680 * remote.c (remote_async_detach): Delete.
6681 (remote_detach): Merge remote_async_detach.
6682 (remote_disconnect): New.
6683 (init_remote_ops): Set to_disconnect.
6684 (init_remote_cisco_ops): Likewise.
6685 (init_remote_async_ops): Likewise. Use remote_detach.
6686 * target.c (cleanup_target): Default to_disconnect.
6687 (update_current_target): Inherit to_disconnect.
6688 (target_disconnect, debug_to_disconnect): New functions.
6689 (setup_target_debug): Set to_disconnect.
6690 * target.h (struct target_ops): Add to_disconnect.
6691 (target_disconnect): Add prototype.
6692
6693 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6694
6695 * breakpoint.c (insert_catchpoint): New function.
6696 (insert_breakpoints): Use catch_exceptions to call
6697 insert_catchpoint. Disable catchpoints if they fail to insert.
6698
6699 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6700
6701 * symfile.c (reread_symbols): Clear sym_private.
6702
6703 2003-06-17 Andrew Cagney <cagney@redhat.com>
6704
6705 * trad-frame.h (struct frame_info): Add opaque declaration.
6706 * remote-fileio.h (struct cmd_list_element): Add opaque
6707 declaration.
6708 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
6709 comments.
6710
6711 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6712
6713 * remote.c (remote_prepare_to_store): Replace call to
6714 deprecated_read_register_bytes with multiple regcache_raw_read
6715 calls.
6716
6717 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6718
6719 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
6720 (nto_find_and_open_solib): Likewise.
6721 (nto_init_solib_absolute_prefix): Likewise.
6722 (_initialize_nto_tdep): Fix indentation.
6723
6724 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6725
6726 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
6727
6728 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6729
6730 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
6731
6732 2003-06-17 Jim Blandy <jimb@redhat.com>
6733
6734 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
6735
6736 2003-06-16 Theodore A. Roth <troth@openavr.org>
6737
6738 * avr-tdep.c (avr_extract_return_value): New function.
6739 (avr_gdbarch_init): Set extract_return_value method.
6740
6741 2003-06-16 Andrew Cagney <cagney@redhat.com>
6742
6743 * frame.h (deprecated_get_next_frame_hack): Declare.
6744 * frame.c (legacy_saved_regs_prev_register): Only require
6745 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
6746 there are always saved regs.
6747 (deprecated_generic_get_saved_register): Do not require
6748 DEPRECATED_FRAME_INIT_SAVED_REGS.
6749 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
6750 use frame ID unwind instead.
6751 (deprecated_get_next_frame_hack): New function.
6752
6753 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
6754
6755 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
6756 (h8300_push_dummy_call): ...this function. Some minor optimization.
6757 (h8300_push_return_address): Remove.
6758 (h8300_gdbarch_init): Remove calls to
6759 set_gdbarch_deprecated_dummy_write_sp,
6760 set_gdbarch_deprecated_push_arguments and
6761 set_gdbarch_deprecated_push_return_address.
6762 Add call to set_gdbarch_push_dummy_call.
6763
6764 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
6765
6766 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
6767 (E_PSEUDO_EXR_REGNUM): Ditto.
6768 (h8300_is_argument_spill): Check for instructions moving argument
6769 registers into safe registers.
6770 (h8300_skip_prologue): Check for stm instruction to push registers
6771 used for register variables onto stack.
6772 (gdb_print_insn_h8300): Remove.
6773 (h8300_examine_prologue): Add a comment.
6774 (h8300_register_name): Take pseudo registers into account.
6775 (h8300s_register_name): Ditto.
6776 (h8300sx_register_name): Ditto.
6777 (h8300_print_register): Ditto.
6778 (h8300_print_registers_info): Define "nice" printing order.
6779 (h8300_saved_pc_after_call): Take pseudo registers into account.
6780 (h8300_register_type): Ditto. Return type used for remote connection
6781 when requesting real CCR or EXR register, return actual type when
6782 requesting pseudo CCR or EXR.
6783 (h8300_pseudo_register_read): New function.
6784 (h8300_pseudo_register_write): Ditto.
6785 (h8300_dbg_reg_to_regnum): Ditto.
6786 (h8300s_dbg_reg_to_regnum): Ditto.
6787 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
6788 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
6789 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
6790 set_gdbarch_print_insn architecture dependent.
6791 Call set_gdbarch_pseudo_register_read and
6792 set_gdbarch_pseudo_register_write.
6793 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
6794
6795 2003-06-16 Andrew Cagney <cagney@redhat.com>
6796
6797 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
6798 * gdbarch.h, gdbarch.c: Re-generate.
6799 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6800 * s390-tdep.c (s390_gdbarch_init): Update.
6801 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6802 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6803 * mips-tdep.c (mips_gdbarch_init): Update.
6804 * mcore-tdep.c (mcore_gdbarch_init): Update.
6805 * cris-tdep.c (cris_gdbarch_init): Update.
6806 * infcall.c (call_function_by_hand): Update.
6807 * ia64-tdep.c (ia64_push_arguments): Update comment.
6808 * frame.c (legacy_get_prev_frame): Do not assume
6809 SAVE_DUMMY_FRAME_TOS_P.
6810 * dummy-frame.c (find_dummy_frame): Update comment.
6811
6812 2003-06-16 Andrew Cagney <cagney@redhat.com>
6813
6814 * regcache.c (do_cooked_read): Do not use register_valid_p.
6815
6816 2003-06-15 Theodore A. Roth <troth@openavr.org>
6817
6818 * avr-tdep.c (avr_register_type): Remove a blank line.
6819 (avr_scan_prologue): Correct some comments.
6820
6821 2003-06-15 Theodore A. Roth <troth@openavr.org>
6822
6823 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
6824 prologue types.
6825 Properly scan prologues generated by gcc with the -mcall-prologues
6826 option.
6827 Add code to scan -mcall-prologues for mega devices.
6828
6829 2003-06-15 Theodore A. Roth <troth@openavr.org>
6830
6831 * avr-tdep.c (avr_register_byte): Delete function.
6832 (avr_register_raw_size): Delete function.
6833 (avr_register_virtual_size): Delete function.
6834 (avr_register_virtual_type): Delete function.
6835 (avr_register_type): New function.
6836 (avr_address_to_pointer): Remove unused code.
6837 (avr_read_fp): Need to read FP as two separate bytes due to change to
6838 avr_register_type() usage.
6839 (avr_gdbarch_init): Don't set deprecated_register_size.
6840 Don't set deprecated_register_bytes.
6841 Don't set deprecated_register_byte.
6842 Don't set deprecated_register_raw_size.
6843 Don't set deprecated_max_register_raw_size.
6844 Don't set deprecated_register_virtual_size.
6845 Don't set deprecated_max_register_virtual_size.
6846 Don't set deprecated_register_virtual_type.
6847 Set register_type method.
6848
6849 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
6850
6851 * Makefile.in (linux-nat.o): Add rule.
6852 * linux-nat.c: New file.
6853 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
6854 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
6855 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
6856 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
6857 * config/arm/linux.mh (NATDEPFILES): Likewise.
6858 * config/i386/linux.mh (NATDEPFILES): Likewise.
6859 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6860 * config/ia64/linux.mh (NATDEPFILES): Likewise.
6861 * config/m68k/linux.mh (NATDEPFILES): Likewise.
6862 * config/mips/linux.mh (NATDEPFILES): Likewise.
6863 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
6864 * config/s390/s390.mh (NATDEPFILES): Likewise.
6865 * config/sparc/linux.mh (NATDEPFILES): Likewise.
6866
6867 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6868
6869 * i387-tdep.c: Reorder includes, fix some whitespace issues and
6870 replace out-of-date comment.
6871
6872 2003-06-15 Andrew Cagney <cagney@redhat.com>
6873
6874 * rdi-share/host.h (Fail): Change to a varargs function.
6875 * remote-rdi.c (Fail): Update.
6876
6877 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6878
6879 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
6880 (i386_convert_register_p, i386_register_to_value,
6881 i386_register_from_value): Handle types longer than 8 bytes.
6882
6883 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6884
6885 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
6886 Move floating-point code to new function in i387-tdep.c.
6887 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
6888 New functions containing code moved here from i386-tdep.c.
6889 * i387-tdep.h: Add opaque declaration for `struct type'.
6890 (i387_register_to_value, i387_value_to_register): New prototypes.
6891 * x86-64-tdep.c (x86_64_convert_register_p): New function.
6892 (x86_64_init_abi): Set convert_register_p, register_to_value and
6893 value_to_register here.
6894
6895 2003-06-14 Andrew Cagney <cagney@redhat.com>
6896
6897 * mips-tdep.c (mips_register_to_value): Make static.
6898 (mips_value_to_register): Make static.
6899 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
6900 * ia64-tdep.c (ia64_register_raw_size): Make static.
6901 (ia64_register_virtual_size): Make static.
6902 (ia64_register_byte): Make static.
6903 * i387-tdep.c: Include "i387-tdep.h".
6904 (print_387_control_word): Delete function.
6905 (print_387_status_word): Delete function.
6906 (print_387_status_bits): Delete function.
6907 (print_387_control_bits): Delete function.
6908 * Makefile.in (i387-tdep.o): Update dependencies.
6909 * rdi-share/host.h (Fail): Declare.
6910 * remote-rdi.c (Fail): Update to match declaration.
6911
6912 2003-06-14 Andrew Cagney <cagney@redhat.com>
6913
6914 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
6915 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
6916 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
6917 * config/djgpp/fnchange.lst: Delete "remote-array.c".
6918 * README: Delete reference to remote-array.
6919 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
6920 (remote-array.o): Delete target.
6921 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
6922 * remote-array.c: Delete file.
6923
6924 2003-06-14 Andrew Cagney <cagney@redhat.com>
6925 Mark Kettenis <kettenis@gnu.org>
6926
6927 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
6928 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
6929 parameter with "frame".
6930 * gdbarch.h, gdbarch.c: Re-generate.
6931 * frame.h (put_frame_register): Declare.
6932 * frame.c (put_frame_register): New function.
6933 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
6934 (legacy_register_to_value): Rewrite, use "frame" to get the
6935 register value.
6936 (legacy_value_to_register): Rewrite, use "frame" to find the
6937 register's location before storing.
6938 * arch-utils.h (legacy_convert_register_p): Update.
6939 (legacy_register_to_value, legacy_value_to_register): Update.
6940 * findvar.c (value_from_register): Rewrite, eliminate use of
6941 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
6942 "frame" to REGISTER_TO_VALUE.
6943 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
6944 lval_reg_frame_relative + lval_register branch of the switch. Do
6945 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
6946 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
6947 I386_EDI_REGNUM): New defines.
6948 (i386_next_regnum, i386_convert_register_p,
6949 i386_register_to_value, i386_value_to_register): New functions.
6950 (i386_register_convertible, i386_register_convert_to_virtual,
6951 i386_convert_to_raw): Remove functions.
6952 (i386_gdbarch_init): Set convert_register_p, register_to_value and
6953 value_to_register instead of register_convertible,
6954 register_convert_to_virtual and register_convert_to_raw.
6955 * mips-tdep.c (mips_convert_register_p): New function.
6956 (mips_value_to_register): Replace mips_register_convert_from_type.
6957 (mips_register_to_value): Replace mips_register_convert_to_type.
6958 (mips_gdbarch_init): Set conver_register_p, value_to_register and
6959 register_to_value.
6960 * alpha-tdep.c (alpha_convert_register_p): Update.
6961 (alpha_value_to_register): Update, store the register.
6962 (alpha_register_to_value): Update, fetch the register.
6963
6964 2003-06-14 Theodore A. Roth <troth@openavr.org>
6965
6966 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6967 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6968 Don't set deprecated_call_dummy_words.
6969 Remove commented out set_gdbarch_believe_pcc_promotion() call.
6970 Don't set remote_translate_xfer_address.
6971 (avr_io_reg_read_command): Remove commented out debug printf.
6972 Wrap a long line.
6973
6974 2003-06-14 Theodore A. Roth <troth@openavr.org>
6975
6976 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6977 causes gdb to seg fault.
6978
6979 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
6980
6981 * sparc-nat.c (fetch_inferior_registers): Correct
6982 a reference to "registers".
6983
6984 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
6985
6986 * Makefile.in (exc_request_U_h): Define
6987 (exc_request_S_h): Likewise.
6988 (msg_reply_S_h): Likewise.
6989 (msg_U_h): Likewise.
6990 (notify_S_h): Likewise.
6991 (process_reply_S_h): Likewise.
6992 (gnu-nat.o): Depend on gdb_obstack_h
6993 * gnu-nat.c: Include "gdb_obstack.h".
6994
6995 2003-06-13 Andrew Cagney <cagney@redhat.com>
6996
6997 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6998 * gdbarch.h, gdbarch.c: Re-generate.
6999
7000 2003-06-13 Andrew Cagney <cagney@redhat.com>
7001
7002 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
7003 when deprecated REGISTER macros can be deleted.
7004 * gdbarch.h, gdbarch.c: Re-generate.
7005
7006 2003-06-13 Jim Blandy <jimb@redhat.com>
7007
7008 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
7009 Linux entry point symbols for _dl_debug_state, too.
7010
7011 2003-06-13 Andrew Cagney <cagney@redhat.com>
7012
7013 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
7014 available, do not use the FP register, and always save the TOS.
7015 * dummy-frame.c (dummy_frame_this_id): Do not assert
7016 SAVE_DUMMY_FRAME_TOS.
7017 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
7018 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
7019 (i386_push_dummy_call): Add 8 to the returned SP.
7020 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
7021 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
7022 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
7023 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
7024 (x86_64_push_dummy_call): Return "sp + 16".
7025 (x86_64_init_abi): Do not set save_dummy_frame_tos.
7026 * alpha-tdep.c (alpha_gdbarch_init): Do not set
7027 save_dummy_frame_tos.
7028
7029 2003-06-13 Jim Blandy <jimb@redhat.com>
7030
7031 * frv-tdep.c (frv_use_struct_convention): Delete static
7032 declaration for function deleted in my change of 2003-06-12.
7033
7034 2003-06-13 Theodore A. Roth <troth@openavr.org>
7035
7036 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
7037 (avr_pointer_to_address): Shift code addrs left 1 bit.
7038 (avr_convert_from_func_ptr_addr): Delete function since operation is
7039 better handled by avr_address_to_pointer and avr_pointer_to_address.
7040 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
7041
7042 2003-06-13 Mark Kettenis <kettenis@gnu.org>
7043
7044 From Kelley Cook <kelleycook@wideopenwest.com>:
7045 * configure.host: Accept i[34567]86 variants.
7046 * configure.tgt: Likewise.
7047 * nlm/configure.in: Likewise.
7048 * nlm/configure: Regenerated.
7049
7050 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
7051
7052 * arm-tdep.c (solib-svr4.h): Dont' include it.
7053 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
7054 * arm-linux-tdep.c: ... here. Make static.
7055 (arm_linux_init_abi): Register it.
7056 (solib-svr4.h): Include it.
7057 * Makefile.in: Update dependencies.
7058 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
7059 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
7060
7061 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
7062
7063 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
7064 indicate registers used for return values.
7065 (struct frame_extra_info): Drop args_pointer and locals_pointer.
7066 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
7067 members.
7068 (h8300_init_extra_frame_info): Ditto.
7069 (h8300_frame_locals_address): Removed.
7070 (h8300_frame_args_address): Removed.
7071 (h8300_extract_return_value): Use new regcache structure. Only care
7072 for 16 bit CPUs.
7073 (h8300h_extract_return_value): Same function for 32 bit CPUs.
7074 (h8300_store_return_value): Use new regcache structure. Only care
7075 for 16 bit CPUs.
7076 (h8300h_store_return_value): Same function for 32 bit CPUs.
7077 (h8300_store_struct_return): Removed.
7078 (h8300_extract_struct_value_address): Use new regcache structure.
7079 (h8300h_extract_struct_value_address): Removed.
7080 (h8300_push_dummy_code): New function.
7081 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
7082 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
7083 set_gdbarch_store_return_value architecture dependent.
7084 Call set_gdbarch_push_dummy_code and
7085 set_gdbarch_extract_struct_value_address.
7086 Remove calls to set_gdbarch_frame_args_address,
7087 set_gdbarch_frame_locals_address,
7088 set_gdbarch_deprecated_store_struct_return,
7089 set_gdbarch_deprecated_extract_return_value,
7090 set_gdbarch_deprecated_extract_struct_value_address,
7091 set_gdbarch_deprecated_call_dummy_words and
7092 set_gdbarch_deprecated_sizeof_call_dummy_words.
7093
7094 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
7095
7096 * h8300-tdep.c (h8300_register_byte): Remove.
7097 (h8300h_register_byte): Remove.
7098 (h8300_register_virtual_type): Remove. Substitute by...
7099 (h8300_register_type): New function.
7100 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
7101 (h8300h_extract_struct_value_address): Ditto.
7102 (h8300_gdbarch_init): Drop calls to
7103 set_gdbarch_deprecated_register_byte and
7104 set_gdbarch_deprecated_register_virtual_type.
7105 Add call to set_gdbarch_register_type.
7106
7107 2003-06-13 Andrew Cagney <cagney@redhat.com>
7108
7109 * gdbarch.sh: Update comments on registers.
7110 (deprecated_register_byte): Rename register_byte.
7111 (deprecated_register_raw_size): Rename register_raw_size.
7112 (deprecated_register_virtual_size): Rename register_virtual_size.
7113 (deprecated_register_virtual_type): Rename register_virtual_type.
7114 * gdbarch.h, gdbarch.c: Re-generate.
7115 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7116 * vax-tdep.c (vax_gdbarch_init): Update.
7117 * v850-tdep.c (v850_gdbarch_init): Update.
7118 * sparc-tdep.c (sparc_gdbarch_init): Update.
7119 * sh-tdep.c (sh_gdbarch_init): Update.
7120 * s390-tdep.c (s390_gdbarch_init): Update.
7121 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7122 * ns32k-tdep.c: Update.
7123 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7124 * mips-tdep.c (mips_gdbarch_init): Update.
7125 * mcore-tdep.c (mcore_gdbarch_init): Update.
7126 * m68k-tdep.c (m68k_gdbarch_init): Update.
7127 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7128 * ia64-tdep.c (ia64_gdbarch_init): Update.
7129 * hppa-tdep.c (hppa_gdbarch_init): Update.
7130 * h8300-tdep.c (h8300_gdbarch_init): Update.
7131 * frv-tdep.c (frv_gdbarch_init): Update.
7132 * cris-tdep.c (cris_gdbarch_init): Update.
7133 * avr-tdep.c (avr_gdbarch_init): Update.
7134 * alpha-tdep.c (alpha_gdbarch_init): Update.
7135 * arm-tdep.c (arm_gdbarch_init): Update.
7136
7137 2003-06-13 Andrew Cagney <cagney@redhat.com>
7138
7139 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
7140 mips_o32_use_struct_convention with always_use_struct_convention.
7141
7142 2003-06-12 David Carlton <carlton@kealia.com>
7143
7144 * cp-namespace.c (cp_set_block_scope): Comment out
7145 processing_has_namespace_info branch.
7146
7147 2003-06-12 Jim Blandy <jimb@redhat.com>
7148
7149 Recognize and skip 64-bit PowerPC Linux linkage functions.
7150 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
7151 insn_pattern, insns_match_pattern, d_field, ds_field): New
7152 functions, macros, and types for working with PPC instructions.
7153 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
7154 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
7155 ppc64_skip_trampoline_code): New functions, variables, and macros
7156 for recognizing and skipping linkage functions.
7157 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
7158 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
7159
7160 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
7161 register offsets for both the 32- and 64-bit interfaces.
7162
7163 Actually finish the job started by my change of 2003-05-29.
7164 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
7165 other #definition of this.
7166 (ppc_linux_skip_trampoline_code): Remove declaration.
7167 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
7168 static.
7169 (ppc_linux_init_abi): Register it as the skip_trampoline_code
7170 method for GDBARCH.
7171
7172 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
7173 'long' on ppc64-*-linux*.
7174
7175 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
7176 isn't #defined, assume the register doesn't exist: act as if
7177 tdep->ppc_mq_regnum were -1.
7178
7179 * configure.host, configure.tgt: Add entries for
7180 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
7181 powerpc/linux.mt.
7182 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
7183 New files.
7184
7185 * arch-utils.c (always_use_struct_convention): New function.
7186 * arch-utils.h (always_use_struct_convention): New prototype.
7187 * alpha-tdep.c (alpha_use_struct_convention): Delete.
7188 (alpha_gdbarch_init): Register always_use_struct_convention,
7189 instead of alpha_use_struct_convention.
7190 * cris-tdep.c (cris_use_struct_convention): Delete.
7191 (cris_gdbarch_init): Register always_use_struct_convention,
7192 instead of cris_use_struct_convention.
7193 * frv-tdep.c (frv_use_struct_convention): Delete.
7194 (frv_gdbarch_init): Register always_use_struct_convention,
7195 instead of frv_use_struct_convention.
7196 * h8300-tdep.c (h8300_use_struct_convention): Delete.
7197 (h8300_gdbarch_init): Register always_use_struct_convention,
7198 instead of h8300_use_struct_convention.
7199 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
7200 (mips_o32_gdbarch_init): Register always_use_struct_convention,
7201 instead of mips_o32_use_struct_convention.
7202
7203 2003-06-12 Andrew Cagney <cagney@redhat.com>
7204
7205 * wince.c: Include "mips-tdep.h".
7206 * mips-tdep.h (mips_next_pc): Declare.
7207 * mcore-tdep.c: Make more local functions static.
7208 * Makefile.in (wince.o): Update dependencies.
7209
7210 2003-06-12 David Carlton <carlton@kealia.com>
7211
7212 * symtab.c (lookup_symbol_aux_minsyms): Replace
7213 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7214 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
7215 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
7216 SYMBOL_NATURAL_NAME.
7217
7218 2003-06-12 Andreas Schwab <schwab@suse.de>
7219
7220 * Makefile.in (tuiDisassem.o): Update dependencies.
7221
7222 2003-06-12 David Carlton <carlton@bactrian.org>
7223
7224 * symtab.h: Delete declaration of make_symbol_overload_list.
7225 Add declaration of lookup_partial_symbol.
7226 * symtab.c (remove_params): Move to cp-support.c.
7227 (overload_list_add_symbol, make_symbol_overload_list)
7228 (sym_return_val_size, sym_return_val_index): Ditto.
7229 (lookup_partial_symbol): Make extern.
7230 * cp-support.h: Add declaration of make_symbol_overload_list.
7231 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
7232 symtab.h, and block.h.
7233 (remove_params): Move here from symtab.c.
7234 (overload_list_add_symbol, make_symbol_overload_list)
7235 (sym_return_val_size, sym_return_val_index): Ditto.
7236 * valops.c: Include cp-support.h.
7237 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
7238 frame_h, and block_h.
7239 (valops.o): Depend on cp_support_h.
7240
7241 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
7242
7243 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
7244 substitute by NUM_REGS throughout.
7245 (h8300_register_name): Only care for H8/300 and H8/300H registers.
7246 (h8300s_register_name): New function for H8S registers.
7247 (h8300sx_register_name): Ditto for H8SX registers.
7248 (h8300_print_register): Revise register printing, avoid depending
7249 on 32 bit long.
7250 (h8300_register_byte): Only care for H8/300 registers.
7251 (h8300h_register_byte): New function for any other architecture.
7252 (h8300_register_raw_size): Remove.
7253 (h8300_register_virtual_type): Revise to return actually useful
7254 type.
7255 (h8300_extract_struct_value_address): Only care for H8/300 registers.
7256 (h8300h_extract_struct_value_address): New function for any other
7257 architecture.
7258 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
7259 set_gdbarch_register_name, set_gdbarch_register_byte,
7260 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
7261 Remove calls to set_gdbarch_deprecated_register_size,
7262 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
7263 set_gdbarch_deprecated_max_register_raw_size,
7264 set_gdbarch_register_virtual_size and
7265 set_gdbarch_deprecated_max_register_virtual_size entirely.
7266 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
7267 set_gdbarch_long_double_bit.
7268
7269 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
7270
7271 * doublest.c (convert_doublest_to_floatformat): When dealing
7272 with the implied integer bit, only alter mant_bits if we are
7273 processing a full 32 bits of mantissa.
7274
7275 2003-06-11 David Carlton <carlton@bactrian.org>
7276
7277 * dictionary.h: New.
7278 * dictionary.c: New.
7279 * block.h: Add opaque declaration for struct dictionary.
7280 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
7281 'sym' members.
7282 (BLOCK_DICT): New macro.
7283 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
7284 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
7285 BLOCK_SHOULD_SORT.
7286 (ALL_BLOCK_SYMBOLS): Update definition.
7287 * Makefile.in (SFILES): Add dictionary.c.
7288 (dictionary_h): New.
7289 (COMMON_OBS): Add dictionary.o.
7290 (dictionary.o): New.
7291 (ada-lang.o): Depend on dictionary_h.
7292 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
7293 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
7294 (mi-cmd-stack.o): Ditto.
7295 (gdbtk-cmds.o): Update dependencies.
7296 (gdbtk-stack.o): Ditto.
7297 * ada-lang.c: Include dictionary.h.
7298 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
7299 (fill_in_ada_prototype, debug_print_block): Ditto.
7300 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
7301 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
7302 'is_sorted'.
7303 * mdebugread.c: Include dictionary.h.
7304 (struct parse_stack): Delete 'maxsyms' member.
7305 (parse_symbol): Update calls to new_block. Delete calls to
7306 shrink_block. Use dictionary methods.
7307 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
7308 Update calls to new_symtab. Don't maintain maxsyms data.
7309 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
7310 (add_symbol): Just call dict_add_symbol.
7311 (new_symtab): Delete 'maxsyms' argument.
7312 (new_symtab): Update calls to new_block.
7313 (new_block): Delete 'maxsyms' argument; add 'function' argument.
7314 (shrink_block): Delete function.
7315 (fixup_sigtramp): Update call to new_block. Add symbol via
7316 dict_add_symbol.
7317 * jv-lang.c: Include dictionary.h.
7318 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
7319 appropriately. Set class_symtab->free_func. Make sure the
7320 blockvector is big enough to hold two blocks.
7321 (add_class_symtab_symbol): Use dictionary methods.
7322 (free_class_block): New function.
7323 (type_from_class): Replace explicit iteration by
7324 ALL_BLOCK_SYMBOLS.
7325 * symtab.h (struct symtab): Replace 'free_ptr' method by
7326 'free_func'.
7327 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
7328 sort_symtab_syms.
7329 * dwarfread.c (psymtab_to_symtab_1): Delete call to
7330 sort_symtab_syms.
7331 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
7332 Include dictionary.h.
7333 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
7334 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
7335 sort_symtab_syms.
7336 * objfiles.c: Include dictionary.h.
7337 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
7338 * buildsym.c: Include dictionary.h.
7339 (finish_block): Use dictionary methods.
7340 (end_symtab): Set free_func to NULL, not free_ptr.
7341 * tracepoint.c: Include dictionary.h.
7342 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
7343 (scope_info): Ditto.
7344 * stack.c: Include dictionary.h.
7345 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
7346 (print_block_frame_labels, print_frame_arg_vars)
7347 (print_frame_args): Ditto.
7348 * symmisc.c (free_symtab_block): Use dictionary methods.
7349 (dump_symtab): Ditto.
7350 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
7351 Include dictionary.h.
7352 * symfile.h: Delete declarations of sort_block_syms,
7353 sort_symtab_syms.
7354 * symfile.c (sort_block_syms): Delete.
7355 (sort_symtab_syms): Delete.
7356 * symtab.c: Include dictionary.h.
7357 (lookup_block_symbol): Use dictionary iterators.
7358 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
7359 (search_symbols, make_symbol_completion_list): Ditto.
7360 (make_symbol_overload_list): Ditto.
7361 * valops.c (value_of_local): Use dict_empty.
7362 Include dictionary.h.
7363
7364 2003-06-11 J. Brobecker <brobecker@gnat.com>
7365
7366 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
7367
7368 2003-06-11 David Carlton <carlton@bactrian.org>
7369
7370 * block.h (BLOCK_SHOULD_SORT): Delete.
7371 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
7372 blocks.
7373 * ada-lang.c (ada_add_block_symbols): Ditto.
7374 * symfile.c (sort_block_syms): Delete.
7375 (sort_symtab_syms): Ditto.
7376 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
7377 declarations.
7378 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
7379 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
7380 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
7381 * dwarfread.c (psymtab_to_symtab_1): Ditto.
7382 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
7383 * mdebugread.c (psymtab_to_symtab_1): Ditto.
7384 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
7385
7386 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
7387
7388 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
7389 bits to 128.
7390
7391 2003-06-11 Andrew Cagney <cagney@redhat.com>
7392
7393 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
7394 REGISTER_CONVERTIBLE.
7395 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
7396 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
7397 * gdbarch.h, gdbarch.c: Re-generate.
7398 * arch-utils.h (deprecated_register_convertible_not): Rename
7399 generic_register_convertible_not.
7400 * arch-utils.c (deprecated_register_convertible_not): Rename
7401 generic_register_convertible.
7402 (legacy_convert_register_p, legacy_register_to_value): Update.
7403 * sh-tdep.c (sh64_push_arguments): Update.
7404 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
7405 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
7406 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
7407 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
7408 * arch-utils.c (legacy_value_to_register): Update.
7409 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7410 (rs6000_register_convert_to_raw): Make parameter "from" const.
7411 * mips-tdep.c (mips_gdbarch_init): Update.
7412 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
7413 * infcmd.c (default_print_registers_info): Update.
7414 * ia64-tdep.c (ia64_gdbarch_init): Update.
7415 (ia64_register_convert_to_raw): Make parameter "from" const.
7416 * i386-tdep.c (i386_gdbarch_init): Update.
7417 (i386_register_convert_to_raw): Update.
7418
7419 2003-06-11 Andrew Cagney <cagney@redhat.com>
7420
7421 * remote-fileio.c: Include "remote-fileio.h".
7422 * Makefile.in (remote-fileio.o): Update dependencies.
7423 (remote_fileio_h): Fix typo.
7424
7425 2003-06-11 Andrew Cagney <cagney@redhat.com>
7426
7427 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
7428 (xstormy16_save_dummy_frame_tos): Make static.
7429 (_initialize_xstormy16_tdep): Add declaration.
7430 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
7431 * v850-tdep.c: Make local functions static.
7432 (_initialize_v850_tdep): Add declaration.
7433 * sparc-tdep.c: Make local functions static.
7434 (_initialize_sparc_tdep): Add declaration.
7435 * sh-tdep.c: Make local functions static.
7436 (_initialize_sh_tdep): Add declaration.
7437 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
7438 * s390-tdep.c: Make local functions static.
7439 (_initialize_s390_tdep): Add declaration.
7440 * dbxread.c (find_stab_function_addr): Make static.
7441 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
7442 * ocd.c (_initialize_remote_ocd): Add declaration.
7443 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
7444 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
7445 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
7446 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
7447 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
7448 * remote-array.c (_initialize_array): Add declaration.
7449 (_initialize_remote_monitors): Add declaration.
7450 * remote-mips.c: Make local functions static.
7451 (_initialize_remote_mips): Add declaration.
7452 * mcore-tdep.c: Make all local functions static.
7453 (_initialize_mcore_tdep): Add declaration.
7454 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
7455 * abug-rom.c (_initialize_abug_rom): Add declaration.
7456 * rom68k-rom.c (_initialize_rom68k): Add declaration.
7457 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
7458 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
7459 * remote-est.c (_initialize_est): Add declaration.
7460 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
7461 (m68hc11_call_dummy_address): Make static.
7462 * ia64-tdep.c: Make local functions static.
7463 (_initialize_ia64_tdep): Add declaration.
7464 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
7465 * monitor.c (monitor_wait_filter): Make static.
7466 (_initialize_remote_monitors): Add declaration.
7467 * remote-hms.c (_initialize_remote_hms): Add declaration.
7468 * remote-e7000.c (fetch_regs_from_dump): Make static.
7469 (expect_n): Make static.
7470 (_initialize_remote_e7000): Add declaration.
7471 * ser-e7kpc.c: Always include "defs.h".
7472 (_initialize_ser_e7000pc): Add declaration.
7473 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
7474 * cris-tdep.c: Make all but one function static.
7475 (_initialize_cris_tdep): Add declaration.
7476 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
7477 * solib.c (update_solib_list): Make static.
7478 (_initialize_solib): Add declaration.
7479 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
7480 (_initialize_avr_tdep): Add declaration.
7481 * remote-rdi.c (voiddummy): Make static.
7482 (_initialize_remote_rdi): Add declaration.
7483 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
7484 * remote-rdp.c (send_rdp): Make static.
7485 (_initialize_remote_rdp): Add declaration.
7486 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
7487
7488 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
7489
7490 * remote-fileio.c: Make ari happy.
7491
7492 2003-06-10 J. Brobecker <brobecker@gnat.com>
7493
7494 * rs6000-nat.c (child_xfer_memory): Compute the right address when
7495 fetching the trailing bytes of the buffer we are about to write.
7496
7497 2003-06-10 Andrew Cagney <cagney@redhat.com>
7498
7499 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
7500 * Makefile.in (remote-fileio.o): Update dependencies.
7501 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
7502 include <setjmp.h>, or <sys/types.h> conditional on USG.
7503 (remote_fio_jmp_buf): Delete global variable.
7504
7505 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
7506 Martin M. Hunt <hunt@redhat.com>
7507
7508 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
7509 (SFILES): Add remote-fileio.c.
7510 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
7511 dependencies for building remote.o.
7512 * remote-fileio.c: New file implementing the remote File-I/O protocol.
7513 * remote-fileio.h: New header file defining remote File-I/O interface.
7514 * remote.c (remote_write_bytes, remote_read_bytes): Remove
7515 static storage class.
7516 (remote_wait, remote_async_wait): Call remote_fileio_request() on
7517 'F' packet.
7518 (_initialize_remote): Call initialize_remote_fileio().
7519 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
7520 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7521 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7522 (captured_main): Initialize new ui_files.
7523 * ui-file.c: Add read and fgets input functions.
7524 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
7525 (null_file_read): New function.
7526 (ui_file_read): New function.
7527 (set_ui_file_read): New function.
7528 (stdio_file_read): New function.
7529 * ui-file.h: New type ui_file_read_ftype.
7530 (set_ui_file_read): Declare.
7531 (ui_file_read): Declare.
7532
7533 2003-06-09 Andrew Cagney <cagney@redhat.com>
7534
7535 * frame.h (deprecated_unwind_get_saved_register): Rename
7536 generic_unwind_get_saved_register, update comments.
7537 * mips-tdep.c (mips_get_saved_register): Update.
7538 * frame.c (deprecated_unwind_get_saved_register): Update.
7539
7540 2003-06-09 Andrew Cagney <cagney@redhat.com>
7541
7542 * vax-tdep.c (vax_frame_locals_address): Delete function.
7543 (vax_gdbarch_init): Do not set frame_locals_address.
7544 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
7545 (m68hc11_gdbarch_init): Do not set frame_locals_address.
7546 * s390-tdep.c (s390_frame_args_address): Delete function.
7547 (s390_gdbarch_init): Do not set frame_args_address or
7548 frame_locals_address.
7549 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
7550 (ns32k_gdbarch_init): Do not set frame_locals_address.
7551 * hppa-tdep.c (hppa_frame_args_address): Delete function.
7552 (hppa_frame_locals_address): Delete function.
7553 (hppa_gdbarch_init): Do not set frame_args_address, or
7554 frame_locals_address.
7555 * arm-tdep.c (arm_frame_args_address): Delete.
7556 (arm_frame_locals_address): Delete.
7557 (arm_gdbarch_init): Do not set frame_args_address, or
7558 frame_locals_address.
7559
7560 2003-06-09 Andrew Cagney <cagney@redhat.com>
7561
7562 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
7563 * gdbarch.h, gdbarch.c: Re-generate.
7564 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
7565 * arch-utils.c (frame_num_args_unknown): Delete function.
7566 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
7567 (frame_info): Use FRAME_NUM_ARGS_P.
7568 * arm-tdep.c (arm_frame_num_args): Delete function.
7569 (arm_gdbarch_init): Do not set frame_num_args.
7570 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
7571 * hppa-tdep.c (hppa_frame_num_args): Delete function.
7572 (hppa_gdbarch_init): Do not set frame_num_args.
7573 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
7574 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7575 frame_num_args to default frame_num_args_unknown.
7576 * v850-tdep.c (v850_gdbarch_init): Ditto.
7577 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7578 * sh-tdep.c (sh_gdbarch_init): Ditto.
7579 * s390-tdep.c (s390_gdbarch_init): Ditto.
7580 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7581 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7582 * mips-tdep.c (mips_gdbarch_init): Ditto.
7583 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7584 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7585 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7586 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7587 * i386-tdep.c (i386_gdbarch_init): Ditto.
7588 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7589 * frv-tdep.c (frv_gdbarch_init): Ditto.
7590 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7591 * cris-tdep.c (cris_gdbarch_init): Ditto.
7592 * avr-tdep.c (avr_gdbarch_init): Ditto.
7593 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7594
7595 2003-06-09 Andrew Cagney <cagney@redhat.com>
7596
7597 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
7598 (print_frame_args): Moved to "stack.c".
7599 * stack.c: Include "gdb_assert.h".
7600 (print_frame_nameless_args): Moved from "printcmd.c", made static.
7601 (print_frame_args): Moved from "printcmd.c".
7602 * frame.h (print_frame_args): Delete declaration.
7603 * Makefile.in (stack.o): Update dependencies.
7604
7605 2003-06-08 Andrew Cagney <cagney@redhat.com>
7606
7607 * frame.c (get_prev_frame): Remove reference to
7608 frame_args_address_correct in comments.
7609 * frame-base.c (default_frame_args_address): Delete code
7610 conditional on FRAME_ARGS_ADDRESS_CORRECT.
7611 * vax-tdep.c (vax_frame_args_address_correct): Delete.
7612 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
7613 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
7614 (vax_frame_args_address_correct): Delete declaration.
7615
7616 2003-06-08 Andrew Cagney <cagney@redhat.com>
7617
7618 * gdbarch.sh (UNWIND_SP): Add.
7619 * gdbarch.h, gdbarch.c: Re-generate.
7620 * frame.c (frame_sp_unwind): New function.
7621 (get_frame_sp): New function.
7622 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
7623 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
7624 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
7625 value.
7626 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
7627 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
7628
7629 2003-06-08 Andrew Cagney <cagney@redhat.com>
7630
7631 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
7632 REMOTE_BREAKPOINT.
7633 * remote.c: Update.
7634 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
7635 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
7636 * config/m68k/tm-sun3.h: Update.
7637 * config/m68k/tm-m68klynx.h: Update.
7638 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
7639
7640 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
7641 trad_frame". Update comments.
7642 * d10v-tdep.c (struct d10v_unwind_cache): Update.
7643 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
7644 (trad_frame_register_value, trad_frame_prev_register): Update.
7645
7646 2003-06-08 Andrew Cagney <cagney@redhat.com>
7647
7648 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
7649 from GCC's acinclude.m4.
7650 * configure.in: Check for getopt's delcaration.
7651 * aclocal.m4, config.in, configure: Re-generate.
7652 * main.c (error_init): Delete declaration.
7653 * defs.h (error_init): Declare.
7654 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
7655 (rs6000_convert_from_func_ptr_addr): Make static.
7656 (_initialize_rs6000_tdep): Add declaration.
7657 * cli/cli-cmds.c (dont_repeat): Delete declaration.
7658 (show_commands, set_verbose, show_history): Delete declaration.
7659 * top.h (set_verbose): Add declaration.
7660 (show_history, set_history, show_commands): Add declaration.
7661 (do_restore_instream_cleanup): Add declaration.
7662 * objc-lang.c (specialcmp): Make static.
7663 (print_object_command): Make static.
7664 (find_objc_msgsend): Make static.
7665 (find_objc_msgcall_submethod_helper): Make static.
7666 (find_objc_msgcall_submethod): Make static.
7667 (_initialize_objc_language): Add declaration.
7668 (find_implementation_from_class): Make static.
7669 (find_implementation): Make static.
7670 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
7671 * objc-lang.h (lookup_struct_typedef): Add declaration.
7672 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
7673 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
7674 (do_restore_user_call_depth): Make static.
7675 (do_restore_instream_cleanup): Delete declaration.
7676 (dont_repeat): Delete declaration.
7677 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
7678 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
7679 * reggroups.c (_initialize_reggroup): Add declaration.
7680 * cp-support.c (_initialize_cp_support): Add declaration.
7681 * cp-abi.c (_initialize_cp_abi): Add declaration.
7682 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
7683 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
7684 (_initialize_gnu_v3_abi): Add declaration.
7685 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
7686 (_initialize_gnu_v2_abi): Add declaration.
7687 * frame-base.c (_initialize_frame_base): Add declaration.
7688 * doublest.c (floatformat_from_length): Make static.
7689 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
7690 * frame.c (create_sentinel_frame): Make static.
7691 (_initialize_frame): Add declaration.
7692 * top.c (do_catch_errors): Make static.
7693 (gdb_rl_operate_and_get_next_completion): Make static.
7694 * typeprint.c: Include "typeprint.h".
7695 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
7696 (sentinel_frame_this_id): Make static.
7697 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
7698 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
7699 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
7700 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
7701 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
7702 * maint.c (maintenance_print_architecture): Make static.
7703 * signals/signals.c (_initialize_signals): Add declaration.
7704 * std-regs.c (_initialize_frame_reg): Add declaration.
7705 * jv-exp.y (push_variable): ISO C definition.
7706 (push_qualified_expression_name): Ditto.
7707 * memattr.c (_initialize_mem): Add declaration.
7708 * remote.c (remote_check_watch_resources): Make static.
7709 (remote_stopped_by_watchpoint): Make static.
7710 (remote_stopped_data_address): Make static.
7711 * d10v-tdep.c (nr_dmap_regs): Make static.
7712 (a0_regnum): Make static.
7713 (d10v_frame_unwind_cache): Make static.
7714 (d10v_frame_p): Make static.
7715 * osabi.c (show_osabi): Make static.
7716 (_initialize_gdb_osabi): Add extern declaration.
7717 * gdbtypes.c (make_qualified_type): Make static.
7718 (safe_parse_type): Make static.
7719 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
7720 * macrotab.c (macro_bcache_free): Make static.
7721 * interps.c (interp_set_quiet): Make static.
7722 (interpreter_exec_cmd): Make static.
7723 * stack.h (select_frame_command): New file.
7724 * stack.c: Include "stack.h".
7725 (select_frame_command_wrapper): Delete function.
7726 (select_frame_command): Make global.
7727 * infcall.c: Include "infcall.h".
7728 * linespec.c: Include "linespec.h".
7729 * symfile.c (sections_overlap): Make static.
7730 * cp-support.h (cp_initialize_namespace): ISO C declaration.
7731 * charset.c (_initialize_charset): Add missing prototype.
7732 * regcache.c (init_legacy_regcache_descr): Make static.
7733 (do_regcache_xfree): Make static.
7734 (regcache_xfer_part): Make static.
7735 (_initialize_regcache): Add missing prototype.
7736 * breakpoint.c (parse_breakpoint_sals): Make static.
7737 (breakpoint_sals_to_pc): Make static.
7738 * interps.h (clear_interpreter_hooks): ISO C declaration.
7739 * Makefile.in (stack_h): Define.
7740 (stack.o, typeprint.o, mi-main.o): Update dependencies.
7741 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
7742
7743 2003-06-08 Andrew Cagney <cagney@redhat.com>
7744
7745 * Makefile.in (d10v-tdep.o): Update dependencies.
7746 (SFILES): Add trad-frame.c.
7747 (trad_frame_h): Define.
7748 (COMMON_OBS): Add trad-frame.o.
7749 (trad-frame.o): Specify dependencies.
7750 * d10v-tdep.c: Include "trad-frame.h".
7751 (saved_regs_unwinder): Delete function.
7752 (d10v_frame_prev_register): Use trad_frame_prev_register.
7753 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
7754 trad_frame", delete "regs" and "prev_sp".
7755 (prologue_find_regs): Use trad-frame.
7756 * trad-frame.h, trad-frame.c: New files.
7757
7758 2003-06-08 Mark Kettenis <kettenis@gnu.org>
7759
7760 * dwarf2cfi.c, dwarf2cfi.h: Remove.
7761
7762 2003-06-07 Adam Fedor <fedor@gnu.org>
7763
7764 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
7765 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
7766 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
7767 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
7768 resolve_msgsend_super, resolve_msgsend_super_stret):
7769 Use it.
7770
7771 2003-06-07 Andrew Cagney <cagney@redhat.com>
7772
7773 * symfile.h: Re-indent, clean up comments.
7774
7775 2003-06-07 Andrew Cagney <cagney@redhat.com>
7776
7777 * inferior.h (deprecated_write_sp): Replace
7778 generic_target_write_sp.
7779 * regcache.c (deprecated_write_sp): Replace
7780 generic_target_write_sp.
7781 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7782 * vax-tdep.c (vax_gdbarch_init): Update.
7783 * v850-tdep.c (v850_gdbarch_init): Update.
7784 * sparc-tdep.c (sparc_gdbarch_init): Update.
7785 * sh-tdep.c (sh_gdbarch_init): Update.
7786 * s390-tdep.c (s390_gdbarch_init): Update.
7787 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7788 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7789 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7790 * mcore-tdep.c (mcore_gdbarch_init): Update.
7791 * m68k-tdep.c (m68k_gdbarch_init): Update.
7792 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7793 * ia64-tdep.c (ia64_gdbarch_init): Update.
7794 * h8300-tdep.c (h8300_gdbarch_init): Update.
7795 * frv-tdep.c (frv_gdbarch_init): Update.
7796 * cris-tdep.c (cris_gdbarch_init): Update.
7797 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
7798
7799 2003-06-07 Andrew Cagney <cagney@redhat.com>
7800
7801 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
7802 Assert that PC_REGNUM is valid.
7803 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
7804
7805 2003-06-07 Andrew Cagney <cagney@redhat.com>
7806
7807 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
7808 * gdbarch.h, gdbarch.c: Regenerate.
7809 * mn10300-tdep.c: Include "gdb_assert.h".
7810 (mn10300_read_fp): New function.
7811 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
7812 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
7813 * ia64-tdep.c: Include "gdb_assert.h".
7814 (ia64_read_fp): New function.
7815 (ia64_gdbarch_init): Set deprecated_target_read_fp to
7816 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
7817 * regcache.c (generic_target_read_sp): Delete function.
7818 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
7819 * inferior.h (generic_target_read_sp): Delete declaration.
7820 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
7821 generic_target_read_sp.
7822 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7823 * sparc-tdep.c (sparc_gdbarch_init): Ditto
7824 * sh-tdep.c (sh_gdbarch_init): Ditto.
7825 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7826 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
7827
7828 2003-06-07 Andrew Cagney <cagney@redhat.com>
7829
7830 * gdbarch.sh: Comment each field of startup_gdbarch.
7831 * gdbarch.h, gdbarch.c: Re-generate.
7832
7833 2003-06-07 Andrew Cagney <cagney@redhat.com>
7834
7835 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
7836 * gdbarch.h, gdbarch.c: Re-generate.
7837 * regcache.c: Update comments on read_pc et.al.
7838 (generic_target_read_pc): Delete function.
7839 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
7840 * inferior.h (generic_target_read_pc): Delete declaration.
7841 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
7842 generic_target_read_pc.
7843 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7844 * sh-tdep.c (sh_gdbarch_init): Ditto.
7845 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7846 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7847
7848 2003-06-07 Andrew Cagney <cagney@redhat.com>
7849
7850 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
7851 "index" with "special_local_sect". Use strcmp instead of STREQ.
7852 Append period to coments.
7853
7854 2003-06-06 Mark Mitchell <mark@codesourcery.com>
7855
7856 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
7857 (elfstab_offset_sections): Likewise.
7858 * gdb-stabs.h (stab_section_info): Likewise.
7859 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
7860 * objfiles.c (objfile_relocate): Likewise.
7861 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
7862 * remote.c (get_offsets): Likewise.
7863 (remote_cisco_objfile_relocate): Likewise.
7864 * somread.c (som_symfile_offsets): Likewise.
7865 * symfile.c (alloc_section_addr_info): New function.
7866 (build_section_addr_info_from_section_tab): Use it.
7867 (free_section_addr_info): Adjust.
7868 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
7869 (syms_from_objfile): Allocate local_addr dynamically.
7870 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
7871 dynamically.
7872 (add_symbol_file_command): Allocate sect_opts dynamically.
7873 (reread_symbols): Avoid use of SECT_OFF_MAX.
7874 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
7875 (alloc_section_addr_info): Declare it.
7876 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
7877 * win32-nat.c (solib_symbols_add): Allocate section_addrs
7878 dynamically.
7879 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
7880
7881 2003-06-06 Andrew Cagney <cagney@redhat.com>
7882
7883 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
7884 (d10v_frame_unwind_cache): Do not set "return_pc".
7885
7886 2003-06-06 Michael Snyder <msnyder@redhat.com>
7887
7888 * h8300-tdep.c: Make tidy (long lines).
7889
7890 2003-06-06 Michal Ludvig <mludvig@suse.cz>
7891
7892 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
7893 to regcache_collect().
7894
7895 2003-06-05 J. Brobecker <brobecker@gnat.com>
7896
7897 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
7898 pc_in_sigtramp multiarch method.
7899 (hppa_hpux_som_init_abi): Use it.
7900 (hppa_hpux_elf_init_abi): Likewise.
7901 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
7902 macro has been multiarched.
7903 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
7904 macro here, as hppa64 isn't multiarched yet.
7905
7906 2003-06-05 Andrew Cagney <cagney@redhat.com>
7907
7908 * Makefile.in (value_h): Add $(frame_h).
7909 * value.h: Include "frame.h".
7910 (struct value): Replace "frame_addr" with "frame_id".
7911 (VALUE_FRAME_ID): Replace VALUE_FRAME.
7912 * values.c (allocate_value): Use VALUE_FRAME_ID.
7913 (value_copy): Use VALUE_FRAME_ID.
7914 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
7915 * valops.c (value_assign): Update. Use frame_find_by_id.
7916
7917 2003-06-05 Michal Ludvig <mludvig@suse.cz>
7918
7919 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
7920 in each pass.
7921
7922 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
7923
7924 * thread-db.c (check_event): For create/death event breakpoints,
7925 loop through all messages to ensure that we read the message
7926 corresponding to the breakpoint we are at.
7927
7928 2003-06-04 Michael Snyder <msnyder@redhat.com>
7929
7930 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
7931
7932 2003-06-04 Mark Kettenis <kettenis@gnu.org>
7933
7934 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
7935 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
7936 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
7937 when handling .eh_frame sections.
7938
7939 2003-06-04 J. Brobecker <brobecker@gnat.com>
7940
7941 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
7942 prepare_to_proceed procedure instead of the hppa-specific one.
7943 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
7944
7945 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
7946
7947 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
7948 * config.in: Regenerated.
7949 * configure.in: Add test for syscall function and check for
7950 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
7951 * configure: Regenerated.
7952 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
7953 <sys/syscall.h>.
7954 (kill_lwp): New function that uses tkill syscall or
7955 uses kill, depending on whether threading model is nptl or not.
7956 All callers of kill() changed to use kill_lwp().
7957 (lin_lwp_wait): Make special check when WIFEXITED occurs to
7958 see if all threads have already exited in the nptl model.
7959 (stop_and_resume_callback): New callback function used by the
7960 lin_lwp_wait thread exit handling code.
7961 (stop_wait_callback): Check for threads already having exited and
7962 delete such threads fromt the lwp list when discovered.
7963 (stop_callback): Don't assert retcode of kill call.
7964
7965 Roland McGrath <roland@redhat.com>
7966 * i386-linux-nat.c (ps_get_thread_area): New function needed by
7967 nptl libthread_db.
7968
7969 2003-06-03 Richard Henderson <rth@redhat.com>
7970
7971 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7972 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7973 (alpha_sigtramp_frame_prev_register): Likewise.
7974 (alpha_heuristic_frame_prev_register): Likewise.
7975 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7976
7977 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
7978 alpha-specific register id names.
7979 (alpha_mdebug_frame_unwind_cache): Likewise.
7980 (alpha_mdebug_frame_prev_register): Likewise.
7981
7982 2003-06-03 Richard Henderson <rth@redhat.com>
7983
7984 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7985 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7986 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7987 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7988 unwind routines.
7989 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7990 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7991 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7992
7993 * alpha-linux-tdep.c: Remove unnecessary includes.
7994 * Makefile.in (alpha-linux-tdep.o): Update.
7995
7996 2003-06-03 Richard Henderson <rth@redhat.com>
7997
7998 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7999 (alphabsd_fill_fpreg): Likewise.
8000
8001 2003-06-03 J. Brobecker <brobecker@gnat.com>
8002
8003 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
8004 references to struct frame_info fields by calls to the equivalent
8005 accessors. Necessary now that frame_info is opaque.
8006
8007 2003-06-03 J. Brobecker <brobecker@gnat.com>
8008
8009 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
8010 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
8011 structure, field no longer exists.
8012
8013 2003-06-03 J. Brobecker <brobecker@gnat.com>
8014
8015 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8016 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
8017
8018 2003-06-03 J. Brobecker <brobecker@gnat.com>
8019
8020 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
8021 references to struct frame_info fields by calls to the equivalent
8022 accessors. Necessary now that frame_info is opaque.
8023
8024 2003-06-03 J. Brobecker <brobecker@gnat.com>
8025
8026 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
8027 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
8028 structure, field no longer exists.
8029
8030 2003-06-03 Theodore A. Roth <troth@openavr.org>
8031
8032 * remote.c (init_remote_state): Compute sizeof_g_packet by
8033 accumulation of the size of all registers instead of blindly using
8034 DEPRECATED_REGISTER_BYTES.
8035
8036 2003-06-03 Michael Snyder <msnyder@redhat.com>
8037
8038 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
8039 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
8040 for h8300sx.
8041
8042 2003-06-03 J. Brobecker <brobecker@gnat.com>
8043
8044 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
8045 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
8046
8047 2003-06-03 Andrew Cagney <cagney@redhat.com>
8048
8049 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
8050 (sparc_convert_to_raw): Delete function.
8051 (sparc_gdbarch_init): Do not set register_convert_to_raw or
8052 register_convert_to_virtual.
8053
8054 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
8055
8056 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
8057 layer if not dealing with a statically-linked threaded program.
8058
8059 2003-06-03 Kris Warkentin <kewarken@qnx.com>
8060
8061 * solib.c (solib_open): Update comment to reflect actual search order.
8062
8063 2003-06-03 Andrew Cagney <cagney@redhat.com>
8064
8065 * frame.c (get_frame_memory_signed): New function.
8066 (get_frame_memory, get_frame_memory_unsigned): New function.
8067 (get_frame_arch): New function.
8068 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
8069 (get_frame_memory, get_frame_unsigned_memory): Declare.
8070 * d10v-tdep.c (d10v_frame_unwind_cache): Use
8071 get_frame_memory_unsigned and get_frame_arch.
8072 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
8073
8074 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
8075
8076 * MAINTAINERS (write after approval): Add myself.
8077
8078 2003-06-03 Jim Blandy <jimb@redhat.com>
8079
8080 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
8081 elements of gregset_t are 64 bits each, but access registers
8082 are still 32 bits, so they're packed two per gregset_t
8083 element. Unpack/pack them properly.
8084
8085 2003-06-02 David Carlton <carlton@bactrian.org>
8086
8087 * linespec.c (find_methods): Break out code into
8088 add_matching_methods and add_constructors.
8089 (add_matching_methods): New.
8090 (add_constructors): Ditto.
8091
8092 2003-06-02 Andrew Cagney <cagney@redhat.com>
8093
8094 * sparc-tdep.c (sparc_print_registers): Delete call to
8095 REGISTER_CONVERTIBLE.
8096 (sparc_gdbarch_init): Do not set register_convertible.
8097 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8098 * frv-tdep.c (frv_gdbarch_init): Ditto.
8099 * cris-tdep.c (cris_gdbarch_init): Ditto.
8100
8101 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
8102
8103 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
8104 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
8105 (syms_from_objfile): Ditto.
8106
8107 2003-06-03 Andreas Schwab <schwab@suse.de>
8108
8109 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
8110 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
8111
8112 2003-06-02 Richard Henderson <rth@redhat.com>
8113
8114 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
8115 a member of all_reggroup.
8116
8117 2003-06-02 Richard Henderson <rth@redhat.com>
8118
8119 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
8120 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
8121 (alpha_lds, alpha_sts): New.
8122 (alpha_convert_register_p): Change from _register_convertible.
8123 (alpha_register_to_value): Change from _convert_to_virtual;
8124 restructure and fail for type sizes other than 4 or 8.
8125 (alpha_value_to_register): Similarly.
8126 (alpha_extract_return_value): Use alpha_sts.
8127 (alpha_store_return_value): Use alpha_lds.
8128 (alpha_gdbarch_init): Update hooks.
8129
8130 2003-06-02 Richard Henderson <rth@redhat.com>
8131
8132 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
8133 regnum identifiers.
8134 (alpha_sigtramp_register_address): Likewise.
8135
8136 2003-06-02 Richard Henderson <rth@redhat.com>
8137
8138 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
8139 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
8140 * alpha-tdep.h: Declare them.
8141
8142 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
8143 Remove zerobuf. Don't error on UNIQUE.
8144 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
8145 (ALPHA_REGSET_UNIQUE): Provide default.
8146 (supply_gregset): Use alpha_supply_int_regs.
8147 (fill_gregset): Use alpha_fill_int_regs.
8148 (supply_fpregset): Use alpha_supply_fp_regs.
8149 (fill_fpregset): Use alpha_fill_fp_regs.
8150 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
8151 (alphabsd_supply_reg): Use alpha_supply_int_regs.
8152 (alphabsd_fill_reg): Use alpha_fill_int_regs.
8153 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
8154 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
8155 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
8156
8157 2003-06-02 Richard Henderson <rth@redhat.com>
8158
8159 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
8160
8161 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
8162 (alpha_store_return_value): Likewise.
8163
8164 2003-06-02 David Carlton <carlton@math.stanford.edu>
8165
8166 * block.c (contained_in): Add 'const' to arguments.
8167 (block_function): Ditto.
8168 * block.h: Update declarations for block_function and
8169 contained_in.
8170
8171 2003-06-02 David Carlton <carlton@math.stanford.edu>
8172
8173 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
8174 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
8175 * p-valprint.c (pascal_val_print): Ditto.
8176 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
8177
8178 2003-06-02 Richard Henderson <rth@redhat.com>
8179
8180 * alpha-tdep.c (alpha_push_dummy_call): Use
8181 builtin_type_ieee_double_little instead of builtin_type_double.
8182
8183 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
8184 sign-extension of 32-bit values.
8185 (alpha_store_return_value): Similarly.
8186
8187 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
8188 (alpha_extract_return_value): Likewise.
8189 (alpha_store_return_value): Likewise.
8190
8191 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
8192 (alpha_store_return_value): Error on IEEE Quad floats.
8193
8194 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
8195 (alpha_extract_struct_value_address): Likewise.
8196 (alpha_store_return_value): Likewise.
8197 (alpha_store_struct_return): Remove.
8198 (alpha_gdbarch_init): Update hook registration to match.
8199
8200 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
8201 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
8202 macros where appropriate.
8203 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
8204 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
8205
8206 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
8207 for SP, GP; void_func_ptr for PC; non-language-specific types
8208 for all others.
8209 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
8210
8211 2003-06-02 Richard Henderson <rth@redhat.com>
8212
8213 * top.h (lim_at_start): Declare.
8214 * main.c (captured_main): Set it.
8215 * top.c (lim_at_start): Define.
8216 (command_loop): Use it instead of &environ.
8217 * event-top.c (command_handler): Likewise.
8218
8219 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
8220
8221 * mipsnbsd-tdep.c: Update copyright years.
8222 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
8223
8224 2003-06-01 Richard Henderson <rth@redhat.com>
8225
8226 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
8227 (alpha-linux-tdep.o): Update dependencies.
8228 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
8229 * alpha-mdebug-tdep.c: Remove unneeded includes.
8230
8231 2003-06-01 Richard Henderson <rth@redhat.com>
8232
8233 * alpha-tdep.c (alpha_register_reggroup_p): New.
8234 (alpha_gdbarch_init): Register it.
8235
8236 2003-06-02 Andrew Cagney <cagney@redhat.com>
8237
8238 * dwarfread.c: Eliminate "register"
8239 (decode_die_type): Eliminate assignment within "if".
8240 (struct_type, decode_array_element_type): Ditto.
8241 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
8242 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
8243 (decode_modified_type, completedieinfo): Ditto.
8244 * block.c: Eliminate "register".
8245 (blockvector_for_pc_sect): Eliminate assignment within "if".
8246 * cp-support.h (struct symbol): Opaque declaration.
8247 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
8248
8249 2003-06-01 Richard Henderson <rth@redhat.com>
8250
8251 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
8252 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
8253
8254 2003-06-01 Adam Fedor <fedor@gnu.org>
8255
8256 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
8257 * gdbarch.[ch]: Regenerate.
8258 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
8259 (hppa_gdbarch_init): Set it in the gdbarch vector.
8260 * i386-tdep.c (i386_fetch_pointer_argument): New
8261 (i386_gdbarch_init): Set it into gdbarch.
8262 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
8263 (rs6000_gdbarch_init): Set it in gdbarch.
8264 * sparc-tdep.c (sparc_fetch_pointer_argument): New
8265 (sparc_gdbarch_init): Set it in gdbarch.
8266
8267 2003-06-01 Andrew Cagney <cagney@redhat.com>
8268
8269 * defs.h (extract_address): Delete declaration.
8270 * findvar.c (extract_address): Delete function.
8271 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
8272 extract_address with the inline equivalent,
8273 extract_unsigned_integer.
8274 (xstormy16_extract_struct_value_address): Ditto.
8275 (xstormy16_pointer_to_address): Ditto.
8276 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
8277 * v850-tdep.c (v850_push_arguments): Ditto.
8278 (v850_extract_return_value): Ditto.
8279 (v850_extract_struct_value_address): Ditto.
8280 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
8281 (sparcnbsd_get_longjmp_target_64): Ditto.
8282 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
8283 (get_longjmp_target): Ditto.
8284 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
8285 (sh64_extract_struct_value_address): Ditto.
8286 (sh_push_arguments): Ditto.
8287 (sh64_push_arguments): Ditto.
8288 * remote-vxsparc.c (vx_read_register): Ditto.
8289 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
8290 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
8291 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
8292 * mipsv4-nat.c (get_longjmp_target): Ditto.
8293 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
8294 * mips-nat.c (get_longjmp_target): Ditto.
8295 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
8296 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
8297 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
8298 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
8299 * irix5-nat.c (get_longjmp_target): Ditto.
8300 * irix4-nat.c (get_longjmp_target): Ditto.
8301 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
8302 (ia64_push_arguments): Ditto.
8303 * hpux-thread.c (hpux_thread_store_registers): Ditto.
8304 * h8300-tdep.c (h8300_push_arguments): Ditto.
8305 (h8300_store_return_value): Ditto.
8306 (h8300_extract_struct_value_address): Ditto.
8307 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
8308 (frv_push_arguments): Ditto.
8309 * avr-tdep.c (avr_pointer_to_address): Ditto.
8310 (avr_push_arguments): Ditto.
8311 * arm-tdep.c (arm_push_dummy_call): Ditto.
8312 (arm_get_longjmp_target): Ditto.
8313 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8314 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
8315 (alpha_get_longjmp_target): Ditto.
8316
8317 * solib-irix.c (extract_mips_address): Inline extract_address,
8318 replacing it with extract_signed_integer.
8319 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
8320 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
8321 (first_link_map_member, open_symbol_file_object): Ditto.
8322 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
8323 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
8324 (LM_NEXT, LM_NAME): Ditto.
8325
8326 2003-06-01 Richard Henderson <rth@redhat.com>
8327
8328 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
8329 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
8330 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
8331 (alpha_cannot_store_register): Likewise.
8332 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
8333 * alpha-nat.c (supply_gregset): Likewise.
8334 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
8335
8336 2003-06-01 Andrew Cagney <cagney@redhat.com>
8337
8338 * infcall.c (call_function_by_hand): Update comment on
8339 DEPRECATED_DUMMY_WRITE_SP.
8340
8341 * mips-tdep.c (mips_gdbarch_init): Do not set
8342 deprecated_dummy_write_sp.
8343 (mips_eabi_push_dummy_call): Set the SP register.
8344 (mips_o64_push_dummy_call): Set the SP register.
8345 (mips_o32_push_dummy_call): Set the SP register.
8346 (mips_n32n64_push_dummy_call): Set the SP register.
8347
8348 2003-06-01 Richard Henderson <rth@redhat.com>
8349
8350 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
8351 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
8352 (supply_gregset): Likewise.
8353 * alpha-tdep.c (alpha_store_return_value): Likewise.
8354 (alpha_get_longjmp_target): Likewise.
8355 (alpha_register_name): Constify array.
8356 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
8357 deprecated_register_size, deprecated_register_bytes,
8358 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
8359 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
8360 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
8361
8362 2003-06-01 Richard Henderson <rth@redhat.com>
8363
8364 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
8365 from arg_reg_buffer to regcache to avoid double conversion.
8366
8367 2003-06-01 Mark Kettenis <kettenis@gnu.org>
8368
8369 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
8370 SP_REGNUM.
8371 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
8372 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
8373
8374 2003-06-01 Richard Henderson <rth@redhat.com>
8375
8376 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
8377 (decode_frame_entry): Set it. Skip FDE augmentation.
8378
8379 2003-06-01 Richard Henderson <rth@redhat.com>
8380
8381 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
8382 not overlapping PC_REGNUM.
8383
8384 2003-06-01 Richard Henderson <rth@redhat.com>
8385
8386 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
8387 alpha_push_arguments. Don't dump argument register data to
8388 the target stack. Fix float and 128-bit long double semantics.
8389 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
8390 (alpha_fix_call_dummy): Remove.
8391 (alpha_call_dummy_words): Remove.
8392 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
8393
8394 2003-06-01 Richard Henderson <rth@redhat.com>
8395
8396 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
8397
8398 2003-06-01 Andrew Cagney <cagney@redhat.com>
8399
8400 * mips-tdep.c (is_mips16_addr): New function.
8401 (make_mips16_addr, unmake_mips16_addr): New functions.
8402 (pc_is_mips16, mips_fetch_instruction): Use.
8403 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
8404 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
8405 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
8406 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
8407 TARGET_MIPS.
8408 * config/mips/tm-mips.h: Update copyright.
8409 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
8410 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
8411 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
8412 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
8413 (TM_PRINT_INSN_MACH): Delete.
8414 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
8415
8416 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
8417 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
8418 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
8419 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
8420 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
8421 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
8422 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
8423 mips*-*-riscos* and mips*-*-sysv* onto mips.
8424 * config/mips/mips64.mt: New file.
8425 * config/mips/mips.mt: New file.
8426 * config/mips/littlemips.mt: Delete file.
8427 * config/mips/decstation.mt: Delete file.
8428 * config/mips/vr4300el.mt: Delete file.
8429 * config/mips/vr5000el.mt: Delete file.
8430 * config/mips/vr5000.mt: Delete file.
8431 * config/mips/vr4100.mt: Delete file.
8432 * config/mips/vr4xxxel.mt: Delete file.
8433 * config/mips/vr4300.mt: Delete file.
8434 * config/mips/vr4xxx.mt: Delete file.
8435 * config/mips/bigmips.mt: Delete file.
8436 * config/mips/bigmips64.mt: Delete file.
8437 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
8438 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
8439 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
8440 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
8441 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
8442 "tm-bigmips.h".
8443 * config/mips/tm-irix3.h: Ditto.
8444 * config/mips/tm-mipsv4.h: Ditto.
8445 * config/mips/tm-embed.h: Ditto.
8446 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
8447 "tm-bigmips64.h".
8448 * config/mips/tm-vr5000el.h: Delete file.
8449 * config/mips/tm-tx39l.h: Delete file.
8450 * config/mips/tm-vr4300el.h: Delete file.
8451 * config/mips/tm-vr4xxxel.h: Delete file.
8452 * config/mips/tm-vr4300.h: Delete file.
8453 * config/mips/tm-vr4100.h: Delete file.
8454 * config/mips/tm-vr4xxx.h: Delete file.
8455 * config/mips/tm-vr5000.h: Delete file.
8456 * config/mips/tm-embedl64.h: Delete file.
8457 * config/mips/tm-embedl.h: Delete file.
8458 * config/mips/tm-embed64.h: Delete file.
8459 * config/mips/tm-bigmips64.h: Delete file.
8460 * config/mips/tm-bigmips.h: Delete file.
8461
8462 2003-06-01 Mark Kettenis <kettenis@gnu.org>
8463
8464 Fix gdb/1216.
8465 * shnbsd-nat.c: Include "sh-tdep.h".
8466
8467 From Richard Henderson <rth@redhat.com>:
8468 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
8469
8470 2003-05-31 Andrew Cagney <cagney@redhat.com>
8471
8472 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
8473 forward declaration.
8474 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8475 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8476 (mips_find_saved_regs): Use set_reg_offset.
8477 (mips_frame_init_saved_regs): Delete function.
8478 (mips_pop_frame): Call mips_find_saved_regs instead of
8479 DEPRECATED_FRAME_INIT_SAVED_REGS.
8480
8481 2003-05-31 Andrew Cagney <cagney@redhat.com>
8482
8483 * mips-tdep.c (mips_gdbarch_init): Do not set
8484 deprecated_max_register_raw_size, register_virtual_size, and
8485 deprecated_max_register_virtual_size.
8486
8487 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8488
8489 * i386-tdep.c: Include "dwarf2-frame.h".
8490 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
8491 * Makefile.in (i386-tdep.o): Update dependencies.
8492
8493 * dwarf2-frame.c, dwarf2-frame.h: New files.
8494 * Makefile.in (SFILES): Add dwarf2-frame.c.
8495 (dwarf2_frame_h): Define.
8496 (COMMON_OBS): Add dwarf2-frame.o.
8497 (dwarf2-frame.o): Add dependencies.
8498
8499 2003-05-31 Andreas Jaeger <aj@suse.de>
8500
8501 * x86-64-linux-nat.c: Fix comment.
8502
8503 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8504
8505 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
8506 function signature.
8507
8508 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
8509 have a sigcontext_addr handler.
8510 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
8511 sigcontext_addr handler.
8512
8513 2003-05-31 Andrew Cagney <cagney@redhat.com>
8514
8515 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
8516 (print_fp_register_row): Replace do_fp_register_row.
8517 (mips_print_fp_register): Add "file" and "frame" parameters.
8518 (mips_print_register): Add "file" and "frame" parameters.
8519 (mips_print_registers_info): Replace mips_do_registers_info.
8520 (mips_gdbarch_init): Set print_registers_info instead of
8521 deprecated_do_registers_info.
8522 (mips_read_fp_register_single): Add "frame" parameter.
8523 (mips_read_fp_register_double): Add "frame" parameter.
8524
8525 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8526
8527 * i386-tdep.c (i386_register_name): Check for MMX registers first.
8528 Fixes a bug where GDB would print the wrong register names for
8529 targets without SSE.
8530
8531 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
8532 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8533 registers.
8534
8535 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
8536 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
8537 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8538 TDEP->sc_sp_offset.
8539
8540 From Michal Ludvig <mludvig@suse.cz>:
8541 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
8542 and `sc_num_regs'.
8543 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8544 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8545 I386_ST0_REGNUM): Move here from...
8546 * i386-tdep.c: ... here.
8547 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
8548 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8549 registers if possible.
8550 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
8551 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
8552 Remove variables.
8553 (i386bsd_sc_reg_offset): New variable.
8554 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
8555 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8556 TDEP->sc_sp_offset.
8557 (i386fbsd_sc_reg_offset): New variable.
8558 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
8559 TDEP->sc_num_regs.
8560 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
8561 variables.
8562 (i386fbsd4_sc_reg_offset): New variable.
8563 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
8564 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8565 TDEP->sc_sp_offset.
8566 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
8567 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
8568 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
8569 Remove variables.
8570 (i386nbsd_sc_reg_offset): New variable.
8571 (i386nbsd_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 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
8575 Remove variables.
8576 (i386obsd_sc_reg_offset): New variable.
8577 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
8578 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8579 TDEP->sc_sp_offset.
8580 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
8581 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
8582 for frame pointer offset in `struct sigcontext'.
8583
8584 2003-05-31 Andrew Cagney <cagney@redhat.com>
8585
8586 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
8587 architecture methods call_dummy_words, sizeof_call_dummy_words,
8588 push_return_address, store_struct_return, and fix_call_dummy. Set
8589 push_dummy_call instead of deprecated_push_arguments.
8590 (mips_store_struct_return): Delete function.
8591 (mips_fix_call_dummy): Delete function.
8592 (mips_push_return_address): Delete function.
8593 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
8594 RA_REGNUM and T9_REGNUM.
8595 (mips_n32n64_push_dummy_call): Ditto for
8596 mips_n32n64_push_arguments.
8597 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
8598 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
8599
8600 2003-05-31 Andrew Cagney <cagney@redhat.com>
8601
8602 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
8603 "dummy_addr" to "bp_addr".
8604 * infcall.c (call_function_by_hand): Pass "funaddr" to
8605 gdbarch_push_dummy_call.
8606 * gdbarch.h, gdbarch.c: Re-generate.
8607 * i386-tdep.c (i386_push_dummy_call): Update.
8608 * arm-tdep.c (arm_push_dummy_call): Update.
8609 * d10v-tdep.c (d10v_push_dummy_call): Update.
8610
8611 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8612
8613 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
8614 variable declarations.
8615 (x86_64_register_number, x86_64_register_name): Remove prototypes.
8616 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
8617 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
8618 x86_64_init_frame_pc, x86_64_init_frame_pc,
8619 x86_64_function_has_prologue): Remove prototypes.
8620 (X86_64_NUM_GREGS): New define.
8621 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
8622 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
8623 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
8624 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
8625 XMM1_REGNUM): Remove defines.
8626 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
8627 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
8628 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
8629 X86_64_XMM1_REGNUM): New defines.
8630 (struct x86_64_register_info): Renamed from `struct
8631 register_info'. Remove `size' member.
8632 (x86_64_register_info_table): Remove variable.
8633 (x86_64_register_info): New variable.
8634 (X86_64_NUM_REGS): New define.
8635 (X86_64_NUM_GREGS): Remove define.
8636 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
8637 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
8638 Remove variables.
8639 (x86_54_dwarf2_reg_to_regnum): Remove function.
8640 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
8641 (x86_64_dwarf_reg_to_regnum): New function.
8642 (x86_64_register_name): Rewrite.
8643 (x86_64_register_raw_size): Remove function.
8644 (x86_64_register_byte_table): Remove variable.
8645 (x86_64_register_byte): Remove function.
8646 (x86_64_register_virtual_type): Remove function.
8647 (x86_64_register_type): New function.
8648 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
8649 x86_64_register_convert_to_raw): Remove functions.
8650 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
8651 (x86_64_use_struct_convention): Make static. Adjust for renamed
8652 defines.
8653 (x86_64_frame_init_saved_regs): Remove function.
8654 (x86_64_push_arguments): Make static. Change to accept a regcache
8655 as argument.
8656 (x86_64_store_return_value, x86_64_extract_return_value): Make
8657 static. Rewrite based on i386 counterparts.
8658 (x86_64_push_dummy_call): New function.
8659 (X86_64_NUM_SAVED_REGS): New define.
8660 (x86_64_register_number): Remove function.
8661 (x86_64_store_struct_return): Remove function.
8662 (x86_64_frameless_function_invocation,
8663 x86_64_function_has_prologue): Remove functions.
8664 (PROLOG_BUFSIZE): Remove define.
8665 (struct x86_64_frame_cache): New structure.
8666 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
8667 x86_64_frame_cache, x86_64_frame_this_id,
8668 x86_64_frame_prev_register, x86_64_frame_p,
8669 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
8670 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
8671 functions.
8672 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
8673 variables.
8674 (x86_64_skip_prologue): Rewrite in terms of
8675 x86_64_analyze_prologue.
8676 (x86_64_frame_base_address): New function.
8677 (x86_64_frame_base): New variable.
8678 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
8679 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
8680 set deprecated_fp_regnum, deprecated_register_size,
8681 deprecated_register_bytes, register_raw_size, register_byte,
8682 register_virtual_type, register_convertiable,
8683 register_convert_to_virtual, convert_to_raw,
8684 deprecated_get_saved_register, deprecated_target_read_fp,
8685 deprecated_push_arguments, deprecated_push_return_address,
8686 deprecated_pop_frame, deprecated_store_struct_return,
8687 deprecated_frame_init_saved_regs, deprecated_frame_chain,
8688 frameless_function_invocation, deprecated_frame_saved_pc,
8689 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
8690 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
8691 deprecated_init_frame_pc and virtual_frame_pointer. Call
8692 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
8693 and x86_64_frame_p. Call frame_base_set_default to register
8694 x86_64_frame_base.
8695 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
8696 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
8697 (_initialize_x86_64_tdep): Remove function.
8698 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
8699 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
8700 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
8701 define.
8702 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
8703 (x86_64_linux_sigcontext_addr): Rewrite.
8704 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
8705 x86_64_linux_frame_saved_pc): Remove functions.
8706 (x86_64_linux_pc_in_sigtramp): Renamed from
8707 x86_64_linux_in_sigtramp. Try harder to recognize a signal
8708 trampoline.
8709 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
8710 Remove_functions.
8711 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
8712 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8713 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
8714 (x86_64_regmap): Rename to regmap.
8715 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
8716 x86_64_num_gregs.
8717 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
8718 x86_64_regmap.
8719 (x86_64_fxsave_offset): Remove function.
8720 (supply_fpregset): Simply call x86_64_supply_fxsave.
8721 (fill_fpregset): Simply call x86_64_fill_fxsave.
8722 (fetch_inferior_registers, store_inferior_registers): Avoid
8723 asignment in if-statement.
8724 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
8725 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
8726 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
8727 (fetch_core_registers): Remove function.
8728 (linux_elf_core_fns): Remove.
8729 (offsetoff): Don't define.
8730 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
8731 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
8732 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
8733 add core-regset.o.
8734 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
8735 protection against multiple includes instead of NM_X86_64_h. Add
8736 various comments. Include "config/nm-linux.h". Don't include
8737 <signal.h>.
8738 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
8739 GET_THREAD_SIGNALS): Remove defines.
8740 (x86_64_register_u_addr, kernel_u_size,
8741 lin_thread_get_thread_signals): Remove prototypes.
8742 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
8743 [HAVE_LINK_H]: Don't include "solib.h".
8744 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
8745 * config/i386/tm-x86-64linux.h: Fix comments.
8746 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
8747 x86-64-tdep.o): Update dependencies.
8748
8749 2003-05-30 Andrew Cagney <cagney@redhat.com>
8750
8751 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
8752 Change parameter type to a "struct regcache *".
8753
8754 * gdbarch.sh: Regardless of the multi-arch level, always define
8755 the macro when not already defined.
8756 * gdbarch.h, gdbarch.c: Re-generate.
8757
8758 2003-05-30 Richard Henderson <rth@redhat.com>
8759
8760 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
8761 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
8762 (alpha_mdebug_frame_this_id): Likewise.
8763 (alpha_mdebug_frame_prev_register): Likewise.
8764 (alpha_mdebug_frame_base_address): Likewise.
8765 (alpha_mdebug_frame_locals_address): Likewise.
8766 (alpha_mdebug_frame_args_address): Likewise.
8767 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
8768 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
8769 (alpha_heuristic_frame_unwind_cache): Make static; add missing
8770 loop increment.
8771 (alpha_heuristic_frame_this_id): Make static.
8772 (alpha_heuristic_frame_prev_register): Likewise.
8773 (alpha_heuristic_frame_base_address): Likewise.
8774 * alpha-tdep.h: Update.
8775
8776 2003-05-30 Mark Kettenis <kettenis@gnu.org>
8777
8778 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
8779 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
8780 defenitions.
8781 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
8782 * i386-tdep.c: Mark functions that are 64-bit safe as such.
8783 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8784 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8785 I386_ST0_REGNUM): New defines.
8786 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
8787 codestream_get): Remove define.
8788 (codestream_next_addr, condestream_addr, condestream_buf,
8789 codestream_off, codestream_cnt): Remove variables.
8790 (codestream_fill, codestream_seek, codestream_read): Remove
8791 functions.
8792 (i386_follow_jump): Rewrite to avoid usage of removed codestream
8793 functionality.
8794 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
8795 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
8796 i386_frame_saved_pc, i386_saved_pc_after_call,
8797 i386_frame_num_args, i386_frame_init_saved_regs,
8798 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
8799 i386_push_arguments): Remove functions.
8800 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
8801 functionality. Use i386_analyze_prologue instead of
8802 i386_get_frame_setup.
8803 (I386_NUM_SAVED_REGS): New define.
8804 (struct i386_frame_cache): New structure.
8805 (i386_alloc_frame_cache, i386_analyze_struct_return,
8806 i386_skip_probe, i386_analyze_frame_setup,
8807 i386_analyze_register_saves, i386_analyze_prologue,
8808 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
8809 i386_frame_prev_register, i386_sigtramp_frame_cache,
8810 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
8811 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
8812 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
8813 New functions.
8814 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
8815 New variables.
8816 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
8817 I386_EAX_REGNUM and I386_EDX_REGNUM.
8818 (i386_extract_return_value, i386_store_return_value): Use
8819 I386_ST0_REGNUM where appropriate.
8820 (i386_extract_struct_value_address): Rewrite to use extract_address.
8821 (i386_svr4_pc_in_sigtramp): Add comment.
8822 (i386_svr4_sigcontext_addr): Rewrite.
8823 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
8824 TDEP->sc_sp_offset.
8825 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
8826 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
8827 of new defines. Set push_dummy_call, don't set
8828 deprecated_push_arguments, deprecated_push_return_address,
8829 deprecated_pop_frame. Don't set parm_boundary. Don't set
8830 deprecated_frame_chain, deprecated_frame_saved_pc,
8831 deprecated_saved_pc_after_call. Set unwind_dummy_id,
8832 save_dummy_frame_tos, unwind_pc. Call
8833 frame_unwind_append_predicate and frame_base_set_default. Don't
8834 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
8835 Don't set frameless_function_invocation. Don't set
8836 deprecated_register_bytes, deprecated_register_size,
8837 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
8838 * i386-linux-tdep.c: Fix formatting in some comments.
8839 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
8840 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
8841 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
8842 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
8843 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
8844 redundant parentheses.
8845 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
8846 (i386_linux_sigcontext_addr): Use it. Rewrite.
8847 (find_minsym_and_objfile): Change name of second argument.
8848 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
8849 changed. Use frame_pc_unwind instead of
8850 DEPRECATED_SAVED_PC_AFTER_CALL.
8851 (i386_linux_init_abi): Don't set deprecated_register_bytes.
8852 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
8853 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
8854 unwinder.
8855 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
8856 "dummy-frame.h".
8857 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
8858 (_initialize_i386_cygwin_tdep): New prototype.
8859 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
8860 deprecated_frame_chain_valid.
8861 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
8862 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8863 Rely on the SVR4 defaults.
8864 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
8865 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
8866
8867 2003-05-30 Andrew Cagney <cagney@redhat.com>
8868
8869 * infcall.c (call_function_by_hand): Always call
8870 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
8871
8872 2003-05-30 Richard Henderson <rth@redhat.com>
8873
8874 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
8875 increment.
8876
8877 2003-05-29 Jim Blandy <jimb@redhat.com>
8878
8879 Use gdbarch methods for solib stuff on PowerPC Linux.
8880 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
8881 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
8882 show through.
8883 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
8884 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
8885 giving the same effect as the #definitions above.
8886
8887 2003-05-29 Adam Fedor <fedor@gnu.org>
8888
8889 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
8890 (find_implementation_from_class): Replace it with the standard
8891 case i.e. do nothing.
8892
8893 2003-05-29 Richard Henderson <rth@redhat.com>
8894
8895 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
8896 (alpha_linux_sigtramp_offset): Use it. Make static.
8897 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
8898 update for new frame model.
8899 * alpha-mdebug-tdep.c: New file.
8900 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
8901 (alpha_osf1_init_abi): Install it.
8902 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
8903 (linked_proc_desc_table): Remove.
8904 (alpha_frame_past_sigtramp_frame): Remove.
8905 (alpha_dynamic_sigtramp_offset): Remove.
8906 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
8907 (alpha_proc_desc_is_dyn_sigtramp): Remove.
8908 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
8909 (push_sigtramp_desc): Remove.
8910 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
8911 (alpha_cannot_store_register): Likewise.
8912 (alpha_sigcontext_addr): Remove.
8913 (alpha_find_saved_regs): Remove.
8914 (alpha_frame_init_saved_regs): Remove.
8915 (alpha_init_frame_pc_first): Remove.
8916 (read_next_frame_reg): Remove.
8917 (alpha_frame_saved_pc): Remove.
8918 (alpha_saved_pc_after_call): Remove.
8919 (temp_proc_desc, temp_saved_regs): Remove.
8920 (alpha_about_to_return): Remove.
8921 (cached_proc_desc): Remove.
8922 (alpha_frame_chain): Remove.
8923 (alpha_print_extra_frame_info): Remove.
8924 (alpha_init_extra_frame_info): Remove.
8925 (alpha_frame_locals_address): Remove.
8926 (alpha_frame_args_address): Remove.
8927 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
8928 (alpha_push_dummy_frame): Remove.
8929 (alpha_pop_frame): Remove.
8930 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
8931 (alpha_read_insn): New.
8932 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
8933 for different insn encodings.
8934 (alpha_in_lenient_prologue): Remove.
8935 (struct alpha_sigtramp_unwind_cache): New.
8936 (alpha_sigtramp_frame_unwind_cache): New.
8937 (alpha_sigtramp_register_address): New.
8938 (alpha_sigtramp_frame_this_id): New.
8939 (alpha_sigtramp_frame_prev_register): New.
8940 (alpha_sigtramp_frame_unwind): New.
8941 (alpha_sigtramp_frame_p): New.
8942 (struct alpha_heuristic_unwind_cache): New.
8943 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
8944 don't count nop insns that occur between functions.
8945 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
8946 heuristic_proc_desc, but without the mdebug wrapping.
8947 (alpha_heuristic_frame_this_id): New.
8948 (alpha_heuristic_frame_prev_register): New.
8949 (alpha_heuristic_frame_unwind): New.
8950 (alpha_heuristic_frame_p): New.
8951 (alpha_heuristic_frame_base_address): New.
8952 (alpha_heuristic_frame_base): New.
8953 (alpha_unwind_dummy_id): New.
8954 (alpha_unwind_pc): New.
8955 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
8956 frame related deprecated initializations; install replacements.
8957 (alpha_dump_tdep): Remove.
8958 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8959 (alpha_read_insn, alpha_after_prologue,
8960 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8961 alpha_heuristic_frame_prev_register,
8962 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8963 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8964 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8965 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8966
8967 2003-05-29 Andrew Cagney <cagney@redhat.com>
8968
8969 * gdb_assert.h (gdb_assert_fail): Provide different definitions
8970 dependant on the availability of ASSERT_FUNCTION.
8971 (ASSERT_FUNCTION): Do not define when there is no function name.
8972
8973 2003-05-29 Kevin Buettner <kevinb@redhat.com>
8974
8975 From Jimi X <jimix@watson.ibm.com>:
8976 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8977
8978 2003-05-28 Jim Blandy <jimb@redhat.com>
8979
8980 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8981 argument to ptrace to int; the system headers should give it the
8982 right type, and pointers don't fit in ints on powerpc64-*-*.
8983
8984 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
8985
8986 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8987 DW_TAG_catch_block.
8988
8989 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8990
8991 * stabsread.c (dbx_lookup_type): Make static.
8992 (read_type): Ditto.
8993 (add_undefined_type): Ditto.
8994 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8995 not export.
8996
8997 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8998
8999 * hpread.c (hpread_has_name): Make static.
9000 (hpread_psymtab_to_symtab): Ditto.
9001 (file_exists): Ditto.
9002 (hpread_call_pxdb): Ditto.
9003 (hpread_pxdb_needed): Ditto.
9004 (hpread_quick_traverse): Ditto.
9005 (hpread_get_header): Ditto.
9006 (hpread_get_lntt): Ditto.
9007 (hpread_get_slt): Ditto.
9008 (class_of): Ditto.
9009
9010 2003-05-25 Andreas Schwab <schwab@suse.de>
9011
9012 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
9013 stack_align and deprecated_extra_stack_alignment_needed.
9014 (m68k_stack_align): Delete.
9015
9016 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
9017 (m68k_register_virtual_size): Likewise.
9018 (altos_skip_prologue): Remove obsolete function.
9019 (isi_frame_num_args): Likewise.
9020 (news_frame_num_args): Likewise.
9021 (m68k_fix_call_dummy): Make static.
9022 (m68k_push_dummy_frame): Likewise.
9023 (m68k_pop_frame): Likewise.
9024 (m68k_skip_prologue): Likewise.
9025 (m68k_frame_init_saved_regs): Likewise.
9026 (m68k_saved_pc_after_call): Likewise.
9027 (m68k_get_longjmp_target): Make multi-arch.
9028 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
9029 structure. Register m68k_get_longjmp_target if enabled.
9030 * m68k-tdep.h (struct gdbarch_tdep): Define.
9031 * config/m68k/tm-m68k.h: Don't include "regcache.h".
9032
9033 * Makefile.in (config.status): Also depend on configure.tgt
9034 and configure.host.
9035 (m68klinux-tdep.o): Update dependencies.
9036 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
9037 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
9038 (M68K_LINUX_JB_PC): Define.
9039 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
9040 and take additional parameter.
9041 (m68k_linux_sigtramp_saved_pc): Update.
9042 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
9043 m68k_linux_pc_in_sigtramp, in_plt_section,
9044 find_solib_trampoline_target.
9045 * config/m68k/tm-linux.h: Don't include any tm headers.
9046 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
9047 (JB_ELEMENT_SIZE): Likewise.
9048 (JB_PC): Likewise.
9049 (GET_LONGJMP_TARGET): Likewise.
9050 (IN_SIGTRAMP): Likewise.
9051 (SVR4_SHARED_LIBS): Define this and include "solib.h".
9052
9053 2003-05-25 Mark Kettenis <kettenis@gnu.org>
9054
9055 * sparc-tdep.c (sparc32_do_push_arguments): New function.
9056 (sparc32_push_arguments): Re-implement by calling
9057 sparc32_do_push_arguments.
9058
9059 2003-05-25 Mark Kettenis <kettenis@gnu.org>
9060
9061 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
9062 SPARC_O1_REGNUM): New defines.
9063 (sparc32_extract_return_value): Rewrite to operate on a regcache.
9064 (sparc32_store_return_value): New function.
9065 (sparc_extract_struct_value_address): Rewrite to operate on a
9066 regcache.
9067 (sparc_gdbarch_init): Don't set
9068 deprecated_extract_struct_value_address. Set
9069 extract_struct_value_address instead. Don't set
9070 deprecated_extract_return_value and deprecated_store_return_value
9071 for 32-bit targets. Set extract_return_value and
9072 store_return_value instead.
9073 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
9074 DEPRECATED_EXTRACT_RETURN_VALUE,
9075 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
9076 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
9077 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
9078 (sparc_store_return_value): Remove prototype.
9079 (sparc32_store_return_value): New prototype.
9080 (sparc32_extract_return_value, sparc_extract_struct_value_address):
9081 Adjust prototypes.
9082
9083 2003-05-24 Mark Kettenis <kettenis@gnu.org>
9084
9085 * sparcnbsd-tdep.c: Include "gdb_string.h".
9086
9087 2003-05-23 Andrew Cagney <cagney@redhat.com>
9088
9089 * p-valprint.c (pascal_val_print): Replace extract_address with
9090 the inline equivalent extract_unsigned_integer.
9091 * jv-valprint.c (java_value_print): Ditto.
9092 * ada-valprint.c (ada_val_print_1): Ditto.
9093 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
9094
9095 2003-05-23 Theodore A. Roth <troth@openavr.org>
9096
9097 * blockframe.c (frameless_look_for_prologue): Remove unused
9098 after_prologue variable.
9099
9100 2003-05-23 Mark Kettenis <kettenis@gnu.org>
9101
9102 * blockframe.c (get_pc_function_start): Rewrite to avoid
9103 asignments in if-statements.
9104
9105 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9106
9107 Committed by Elena Zannoni <ezannoni@redhat.com>.
9108 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
9109 files, don't relocate absolute symbols (and do use mst_abs).
9110
9111 2003-05-23 Andrew Cagney <cagney@redhat.com>
9112
9113 * objc-lang.c: Include "gdb_assert.h".
9114 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
9115 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
9116 (gdb_check, gdb_check_fatal): Delete functions.
9117 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
9118 gdb_assert.
9119 (parse_selector, parse_method, find_methods, find_imps): Ditto.
9120 * Makefile.in (objc-lang.o): Update dependencies.
9121
9122 2003-05-22 Ian Lance Taylor <ian@airs.com>
9123
9124 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
9125 with fprintf_filtered, not fprintf_unfiltered.
9126
9127 2003-05-22 Andrew Cagney <cagney@redhat.com>
9128
9129 * stack.c (frame_info): Inline extract_address, replacing it with
9130 extract_unsigned_integer.
9131 * findvar.c (unsigned_pointer_to_address): Ditto.
9132 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
9133 * dwarf2expr.c (dwarf2_read_address): Ditto.
9134 * frame.c (frame_pc_unwind): Update comment.
9135 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
9136
9137 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
9138
9139 * infptrace.c (detach): Call print_sys_errmsg rather than
9140 perror_with_name to issue warning message when errno is non-zero
9141 after calling ptrace detach.
9142
9143 2003-05-21 J. Brobecker <brobecker@gnat.com>
9144
9145 * config/pa/tm-hppa.h: Delete some unused macros. Move some
9146 macro definitions from here...
9147 * hppa-tdep.c: ...to there.
9148
9149 2003-05-20 Kevin Buettner <kevinb@redhat.com>
9150
9151 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
9152 register_ptrace_addr(). Fix all callers.
9153
9154 2003-05-21 Andreas Schwab <schwab@suse.de>
9155
9156 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
9157 dependencies.
9158 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
9159 end.
9160 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
9161 (_initialize_m68k_linux_tdep): New function.
9162 (m68k_linux_frame_saved_pc): Make static.
9163 (m68k_linux_extract_return_value): Likewise.
9164 (m68k_linux_store_return_value): Likewise.
9165 (m68k_linux_extract_struct_value_address): Likewise.
9166 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
9167 Remove.
9168 (DEPRECATED_STORE_RETURN_VALUE): Remove.
9169 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
9170 (DEPRECATED_FRAME_SAVED_PC): Remove.
9171
9172 2003-05-20 Kris Warkentin <kewarken@qnx.com>
9173
9174 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
9175 regset numbering rather than our own.
9176
9177 2003-05-19 David Carlton <carlton@bactrian.org>
9178
9179 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
9180
9181 2003-05-19 David Carlton <carlton@bactrian.org>
9182
9183 Partial fix for PR c++/827.
9184 * cp-support.h: Include symtab.h.
9185 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
9186 * cp-namespace.c: Update contributors.
9187 (cp_lookup_symbol_nonlocal): New.
9188 (lookup_namespace_scope, cp_lookup_symbol_namespace)
9189 (lookup_symbol_file): Ditto.
9190 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
9191 * block.h: Declare block_scope, block_using, block_global_block.
9192 * block.c (block_scope): New.
9193 (block_using, block_global_block): Ditto.
9194 * Makefile.in (cp_support_h): Depend on symtab_h.
9195 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
9196
9197 2003-05-19 David Carlton <carlton@bactrian.org>
9198
9199 * language.h (struct language_defn): Add 'la_value_of_this'
9200 and 'la_lookup_symbol_nonlocal' members.
9201 * symtab.h: Declare basic_lookup_symbol_nonlocal,
9202 lookup_symbol_static, lookup_symbol_global,
9203 lookup_symbol_aux_block.
9204 * symtab.c (lookup_symbol_aux): Call language hooks to determine
9205 if we should search fields of this and how to do static/global
9206 lookup.
9207 (lookup_symbol_aux_block): Make extern.
9208 (basic_lookup_symbol_nonlocal): New.
9209 (lookup_symbol_static, lookup_symbol_global): Ditto.
9210 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
9211 'la_lookup_symbol_nonlocal' members.
9212 * c-lang.c (c_language_defn, cplus_language_defn)
9213 (asm_language_defn, minimal_language_defn): Ditto.
9214 * jv-lang.c (java_language_defn): Ditto.
9215 * language.c (unknown_language_defn, auto_language_defn)
9216 (local_language_defn): Ditto.
9217 * m2-lang.c (m2_language_defn): Ditto.
9218 * objc-lang.c (objc_language_defn): Ditto.
9219 * scm-lang.c (scm_language_defn): Ditto.
9220 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
9221 * p-lang.c (pascal_language_defn): Ditto for both.
9222 * Makefile.in (f-lang.o): Depend on value_h.
9223 (p-lang.o): Ditto.
9224
9225 2003-05-19 David Carlton <carlton@bactrian.org>
9226
9227 * block.h: Declare block_static_block.
9228 * block.c (block_static_block): New.
9229 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
9230 lookup_symbol_aux_local, calling block_static_block instead.
9231 (lookup_symbol_aux_local): Delete 'static_block' argument.
9232
9233 2003-05-19 David Carlton <carlton@bactrian.org>
9234
9235 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
9236
9237 2003-05-19 Michal Ludvig <mludvig@suse.cz>
9238
9239 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
9240 register numbers mapping.
9241
9242 2003-05-18 Adam Fedor <fedor@gnu.org>
9243
9244 * symtab.c (completion_list_objc_symbol): New function.
9245 (make_symbol_completion_list): Use it to add ObjC symbols
9246 when looking though the list.
9247 (language_search_unquoted_string): New function.
9248 (make_file_symbol_completion_list): Use it.
9249
9250 2003-05-18 Andreas Schwab <schwab@suse.de>
9251
9252 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
9253 dependencies.
9254 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
9255 as m68k_linux_extract_return_value.
9256 (DEPRECATED_STORE_RETURN_VALUE): Define as
9257 m68k_linux_store_return_value.
9258 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
9259 m68k_linux_extract_struct_value_address.
9260 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
9261 get_next_frame, get_frame_base, get_frame_pc.
9262 (m68k_linux_frame_saved_pc): Use get_frame_base.
9263 (m68k_linux_extract_return_value): New function.
9264 (m68k_linux_store_return_value): New function.
9265 (m68k_linux_extract_struct_value_address): New function.
9266 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
9267
9268 * c-exp.y (typebase): Remove duplicate occurence of
9269 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
9270 of lookup_signed_typename.
9271
9272 2003-05-18 Mark Kettenis <kettenis@gnu.org>
9273
9274 * dwarf2loc.c (find_location_expression): Change type of second
9275 argument to `size_t *'.
9276 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
9277 for size variable.
9278
9279 2003-05-18 David Carlton <carlton@bactrian.org>
9280
9281 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
9282 'linkage_name'. Add comment.
9283 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
9284 'linkage_name'.
9285 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
9286 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
9287 (lookup_block_symbol): Ditto.
9288
9289 2003-05-16 Andrew Cagney <cagney@redhat.com>
9290
9291 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
9292 * gdbarch.h, gdbarch.c: Re-generate.
9293 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
9294 * TODO (REGISTER_BYTES): Delete reference.
9295 * alpha-tdep.c (alpha_gdbarch_init): Update.
9296 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9297 * x86-64-tdep.c (x86_64_init_abi): Update.
9298 * vax-tdep.c (vax_gdbarch_init): Update.
9299 * v850-tdep.c (v850_gdbarch_init): Update.
9300 * sparc-tdep.c (sparc_gdbarch_init): Update.
9301 * sh-tdep.c (sh_gdbarch_init): Update.
9302 * s390-tdep.c (s390_gdbarch_init): Update.
9303 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9304 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
9305 (ns32k_gdbarch_init_32382): Update.
9306 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9307 * mcore-tdep.c (mcore_gdbarch_init): Update.
9308 * m68k-tdep.c (m68k_gdbarch_init): Update.
9309 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9310 * ia64-tdep.c (ia64_gdbarch_init): Update.
9311 * i386-tdep.c (i386_gdbarch_init): Update.
9312 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9313 * hppa-tdep.c (hppa_gdbarch_init): Update.
9314 * h8300-tdep.c (h8300_gdbarch_init): Update.
9315 * frv-tdep.c (frv_gdbarch_init): Update.
9316 * cris-tdep.c (cris_gdbarch_init): Update.
9317 * avr-tdep.c (avr_gdbarch_init): Update.
9318 * arm-tdep.c (arm_gdbarch_init): Update.
9319 * sparc-tdep.c (sparc_pop_frame): Update.
9320 * rs6000-tdep.c (rs6000_pop_frame): Update.
9321 * remote.c (init_remote_state): Update.
9322 (remote_prepare_to_store): Update.
9323 * remote-vx.c (vx_prepare_to_store): Update.
9324 * remote-sds.c (sds_fetch_registers): Update.
9325 (sds_prepare_to_store): Update.
9326 * remote-array.c: Update.
9327 * regcache.c (init_legacy_regcache_descr): Update.
9328 (init_regcache_descr): Update.
9329 * mips-tdep.c (mips_eabi_extract_return_value): Update.
9330 (mips_o64_extract_return_value): Update.
9331 * irix5-nat.c (fetch_core_registers): Update.
9332 * irix4-nat.c (fetch_core_registers): Update.
9333 * i386-tdep.h: Update.
9334 * hppa-tdep.c (pa_do_registers_info): Update.
9335 (pa_do_strcat_registers_info): Update.
9336 * cris-tdep.c (cris_register_bytes_ok): Update.
9337 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
9338 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
9339 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
9340 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
9341 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
9342 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
9343 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
9344 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
9345 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
9346 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
9347 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
9348 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
9349 (REGISTER_BYTES_OK): Update.
9350 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
9351 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
9352
9353 2003-05-16 Ian Lance Taylor <ian@airs.com>
9354
9355 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
9356 (vax_print_insn, print_insn_arg): Remove static functions.
9357 (vax_gdbarch_init): Call set_gdbarch_print_insn with
9358 print_insn_vax from opcodes library.
9359 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
9360
9361 2003-05-15 Andrew Cagney <cagney@redhat.com>
9362
9363 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
9364 * target.h (memory_breakpoint_from_pc): Delete declaration.
9365 * mem-break.c (memory_breakpoint_from_pc): Delete function.
9366 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
9367 * monitor.c (monitor_insert_breakpoint): Use
9368 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
9369 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
9370 * gdbarch.h, gdbarch.c: Re-generate.
9371 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
9372 (sparc_gdbarch_init): Set breakpoint_from_pc to
9373 sparc_breakpoint_from_pc.
9374 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
9375 (BREAKPOINT_FROM_PC): Define.
9376 (sparc_breakpoint_from_pc): Declare.
9377 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
9378 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
9379 (BREAKPOINT_FROM_PC): Define.
9380 (BREAKPOINT): Delete macro.
9381 * target.h: Update comment.
9382 * s390-tdep.c (s390_gdbarch_init): Update comments.
9383 * remote.c: Update comments.
9384 * remote-mips.c: Update comments.
9385 * proc-api.c (write_with_trace): Do not check for a breakpoint.
9386 * mem-break.c: Update comment.
9387 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
9388 (ia64_memory_insert_breakpoint): Update.
9389 * config/sparc/tm-sparc.h: Update comment.
9390 * config/pa/tm-hppa64.h: Update comment.
9391 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
9392 (rs6000_breakpoint_from_pc): Update.
9393 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
9394 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
9395 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
9396 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
9397 (mips_breakpoint_from_pc): Update.
9398 (mips_dump_tdep): Update.
9399
9400 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
9401 * minsyms.c (lookup_minimal_symbol): Inline
9402 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
9403
9404 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
9405 * p-valprint.c (pascal_object_print_value_fields): Ditto.
9406 * p-lang.c (pascal_printstr): Ditto.
9407 * objc-lang.c (objc_printstr): Ditto.
9408 * m2-lang.c (m2_printstr): Ditto.
9409 * jv-valprint.c (java_print_value_fields): Ditto.
9410 * f-lang.c (f_printstr): Ditto.
9411 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
9412 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
9413 for repeat_count_threshold.
9414 * Makefile.in (cp-valprint.o): Update dependencies.
9415
9416 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
9417
9418 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
9419 (examine_prologue): Support looking through leaf functions, knowing
9420 they start with mov r2,r12. Support skipping over indirect stores
9421 of the input registers. Upon hitting a non-nop branch instruction
9422 or predicated instruction, bail out by setting lim_pc to the current
9423 pc value in the loop. At the end, if the lim_pc value is still
9424 beyond our calculated value and we have trust_limit set,
9425 use the lim_pc value.
9426
9427 2003-05-15 Andrew Cagney <cagney@redhat.com>
9428
9429 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
9430 generic_find_dummy_frame.
9431 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
9432 (deprecated_generic_find_dummy_frame): Update.
9433 (deprecated_read_register_dummy): Update.
9434 * frame.c (deprecated_generic_get_saved_register): Update.
9435
9436 2003-05-15 Theodore A. Roth <troth@openavr.org>
9437
9438 * avr-tdep.c (avr_breakpoint_from_pc): New function.
9439 (avr_gdbarch_init): Set breakpoint_from_pc method.
9440
9441 2003-05-15 Andrew Cagney <cagney@redhat.com>
9442
9443 * regcache.c (build_regcache): Set deprecated_register_valid
9444 directly.
9445 (deprecated_grub_regcache_for_register_valid): Delete function.
9446 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
9447 declaration.
9448
9449 2003-05-15 David Carlton <carlton@bactrian.org>
9450
9451 Committed by Elena Zannoni <ezannoni@redhat.com>
9452 * symtab.c (lookup_symbol_aux): Delete calls to
9453 lookup_symbol_aux_minsyms.
9454 (lookup_symbol_aux_minsyms): Comment out function and
9455 prototype. Delete lookup by mangled name.
9456
9457 2003-05-14 Kevin Buettner <kevinb@redhat.com>
9458
9459 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
9460 correctly indicate an empty stack and ``stack_allocated'' to the
9461 indicate the number of elements initially allocated.
9462 (dwarf_expr_grow_stack): Simplify method for computing new
9463 stack size. Don't loop infinitely if ``stack_len'' is zero.
9464 (execute_stack_op): Move ``ctx->in_reg'' initialization
9465 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
9466 be used in conjuction with DW_OP_piece. Revise error message
9467 accordingly.
9468
9469 2003-05-14 Theodore A. Roth <troth@openavr.org>
9470
9471 * MAINTAINERS: Update my email address.
9472 * avr-tdep.c: Ditto.
9473
9474 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
9475
9476 * symtab.h (enum domain_enum): Rename from namespace_enum.
9477 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
9478 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
9479 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
9480 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
9481 TYPES_NAMESPACE, METHODS_NAMESPACE.
9482 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
9483 (struct symbol, struct partial_symbol): Rename field
9484 'namespace_enum namespace' to 'domain_enum domain'.
9485 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
9486 Delete old define kludge for namespace.
9487
9488 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
9489 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
9490 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
9491 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
9492 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
9493 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
9494 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
9495 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
9496 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
9497 occurrences of the above.
9498
9499 2003-05-14 Ian Lance Taylor <ian@airs.com>
9500
9501 * Makefile.in (install-only): Use $(SHELL) when running
9502 mkinstalldirs.
9503
9504 2003-05-13 Ian Lance Taylor <ian@airs.com>
9505
9506 * MAINTAINERS (write after approval): Add myself.
9507
9508 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
9509 second and third arguments.
9510 * ser-tcp.c (_initialize_ser_tcp): Likewise.
9511 * ser-unix.c (_initialize_ser_hardwire): Likewise.
9512
9513 2003-05-13 Andrew Cagney <cagney@redhat.com>
9514
9515 * defs.h (store_address): Delete declaration.
9516 findvar.c (store_address): Delete function.
9517 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
9518 store_unsigned_integer.
9519 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
9520 * v850-tdep.c (v850_push_arguments): Ditto.
9521 * sparc-tdep.c (sparc_get_saved_register): Ditto.
9522 * sh-tdep.c (sh64_get_saved_register): Ditto.
9523 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
9524 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
9525 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
9526 (mips_get_saved_register): Ditto.
9527 * ia64-tdep.c (ia64_get_saved_register): Ditto.
9528 (find_func_descr, ia64_push_arguments): Ditto.
9529 * i386-tdep.c (i386_push_arguments): Ditto.
9530 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9531 * frv-tdep.c (frv_push_arguments): Ditto.
9532 * frame.c (legacy_saved_regs_prev_register): Ditto.
9533 (deprecated_generic_get_saved_register): Ditto.
9534 * findvar.c (unsigned_address_to_pointer): Ditto.
9535 * dwarf2read.c (dwarf2_const_value): Ditto.
9536 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
9537 * alpha-tdep.c (alpha_push_arguments): Ditto.
9538
9539 2003-05-12 J. Brobecker <brobecker@gnat.com>
9540
9541 * NEWS: Mention that the hppa-hpux port has been partially
9542 multiarched (32bit ABIT only, so far).
9543
9544 2003-05-11 Andrew Cagney <cagney@redhat.com>
9545
9546 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
9547 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
9548 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
9549 sim/testsuite/sim/arm/misaligned2.ms, and
9550 sim/testsuite/sim/arm/misaligned3.ms.
9551 * disasm.h (struct ui_file): Add opaque struct declaration.
9552 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
9553 * frame.h (struct ui_file): Ditto.
9554
9555 2003-05-11 Mark Kettenis <kettenis@gnu.org>
9556
9557 * value.h: Pretty print.
9558
9559 2003-05-10 Mark Kettenis <kettenis@gnu.org>
9560
9561 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
9562
9563 2003-05-08 Andrew Cagney <cagney@redhat.com>
9564
9565 * regcache.h (max_register_size): Delete declaration.
9566 * regcache.c (max_register_size): Delete function.
9567 (struct regcache_descr): Delete field "max_register_size".
9568 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
9569 registers fit in MAX_REGISTER_SIZE.
9570 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
9571 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
9572 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
9573 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
9574 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
9575 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
9576 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
9577 * dve3900-rom.c, hppa-tdep.c: Ditto.
9578
9579 2003-05-08 David Carlton <carlton@math.stanford.edu>
9580
9581 * valops.c (push_word): Fix typo.
9582
9583 2003-05-08 Andrew Cagney <cagney@redhat.com>
9584
9585 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
9586 * gdbarch.h: Re-generate.
9587 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
9588 (legacy_max_register_raw_size): Delete declaration.
9589 * regcache.c (legacy_max_register_raw_size): Delete function.
9590 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
9591 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
9592 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
9593 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
9594 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
9595 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
9596 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
9597 * findvar.c, dwarf2cfi.c: Ditto.
9598
9599 2003-05-08 Andrew Cagney <cagney@redhat.com>
9600
9601 * mips-tdep.c (read_signed_register): New function, moved to here
9602 from "regcache.c".
9603 (read_signed_register_pid): Ditto.
9604 * regcache.c (read_signed_register_pid): Delete function, moved to
9605 "mips-tdep.c".
9606 (read_signed_register): Ditto.
9607 * regcache.h (read_signed_register): Delete declaration.
9608 (read_signed_register_pid): Delete declaration.
9609
9610 2003-05-08 Andrew Cagney <cagney@redhat.com>
9611
9612 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
9613 * gdbarch.h: Re-generate.
9614 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
9615 (legacy_max_register_virtual_size): Delete declaration.
9616 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
9617 * d10v-tdep.c (d10v_print_registers_info): Ditto.
9618 * tracepoint.c (memrange_sortmerge): Ditto.
9619 * sparc-tdep.c (sparc_print_registers): Ditto.
9620 * regcache.c (legacy_max_register_virtual_size): Delete function.
9621
9622 2002-05-08 J. Brobecker <brobecker@gnat.com>
9623
9624 * fork-child.c (escape_bang_in_quoted_argument): New function.
9625 (fork_inferior): Escape '!' characters in quoted arguments
9626 only when needed.
9627
9628 2003-05-08 J. Brobecker <brobecker@gnat.com>
9629
9630 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
9631 the language of the CU is not currently supported by GDB.
9632
9633 2003-05-08 J. Brobecker <brobecker@gnat.com>
9634
9635 * defs.h (language): Add language_minimal enum value.
9636 * c-lang.c (minimal_language_defn): New language definition.
9637 (_initialize_c_language): Add the new minimal language to the list
9638 of languages known to GDB.
9639
9640 2003-05-08 Kevin Buettner <kevinb@redhat.com>
9641
9642 * frame.c (get_frame_type): Don't attempt to lazily initialize
9643 frame's unwinder for legacy frames.
9644
9645 2003-05-07 Andrew Cagney <cagney@redhat.com>
9646
9647 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
9648 and "regcache" parameters.
9649 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
9650
9651 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9652
9653 * dwarf2read.c (dwarf_decode_lines): Only use output of
9654 check_cu_functions() when calling record_line(). Do not update
9655 the current address.
9656
9657 2003-05-07 Andrew Cagney <cagney@redhat.com>
9658
9659 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
9660 code.
9661
9662 2003-05-07 Jim Blandy <jimb@redhat.com>
9663
9664 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
9665 'maint info symtabs' and 'maint info psymtabs'.
9666 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
9667 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
9668 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
9669 Declarations updated.
9670 * maint.c (maintenance_list_command): Delete.
9671 (_initialize_maint_cmds): Update calls to add_cmd.
9672 * gdbcmd.h (maintenancelistlist): Delete declaration.
9673 * cli/cli-cmds.c (maintenancelistlist): Delete.
9674 (init_cmd_lists): Don't initialize it.
9675 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
9676
9677 2003-05-07 Andrew Cagney <cagney@redhat.com>
9678
9679 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
9680 "regcache".
9681 (d10v_print_registers_info): Update.
9682 (d10v_dmap_register, d10v_imap_register): Delete functions.
9683 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
9684 and "imap_register".
9685 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
9686 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
9687 * arch-utils.c (generic_remote_translate_xfer_address): Add
9688 "regcache" and "gdbarch" parameters.
9689 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
9690 parameter. Change class to multi-arch.
9691 * gdbarch.h, gdbarch.c: Re-generate.
9692 * remote.c (remote_xfer_memory): Use
9693 gdbarch_remote_translate_xfer_address.
9694
9695 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9696
9697 * infrun.c (prev_pc): Move declaration ahead of proceed().
9698 (proceed): Refresh prev_pc value before resuming.
9699 (stop_stepping): Remove code to refresh prev_pc.
9700
9701 2003-05-06 Kris Warkentin <kewarken@qnx.com>
9702
9703 * nto-tdep.c: Removed stray comment.
9704
9705 2003-05-06 Kris Warkentin <kewarken@qnx.com>
9706
9707 * i386-nto-tdep.c: Fix old K&R function definitions.
9708 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
9709 Also change add_show_from_set() call to add_setshow_cmd().
9710 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
9711
9712 2003-05-05 Andrew Cagney <cagney@redhat.com>
9713
9714 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
9715 (fprint_dummy_frames): New function.
9716 (maintenance_print_dummy_frames): New function.
9717 (_initialize_dummy_frame): Add command "maint print dummy-frames".
9718 * frame.c (fprint_frame_id): Make global.
9719 * frame.h (fprint_frame_id): Declare.
9720 * Makefile.in (dummy-frame.o): Update dependencies.
9721
9722 2003-05-05 Andrew Cagney <cagney@redhat.com>
9723
9724 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
9725 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
9726 SIZEOF_CALL_DUMMY_WORDS.
9727 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
9728 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
9729 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
9730 CALL_DUMMY_BREAKPOINT_OFFSET.
9731 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
9732 CALL_DUMMY_START_OFFSET.
9733 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
9734 * gdbarch.h, gdbarch.c: Re-generate.
9735 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
9736 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
9737 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
9738 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
9739 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
9740 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
9741 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
9742 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
9743 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
9744 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
9745 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
9746 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
9747 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
9748 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
9749 * config/sparc/tm-sparc.h: Update.
9750
9751 2003-05-05 Kris Warkentin <kewarken@qnx.com>
9752
9753 * configure.tgt: Add i[3456]86-*-nto*.
9754 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
9755 * nto-tdep.c: New file. Neutrino target support routines.
9756 * nto-tdep.h: New file. Neutrino target header.
9757 * config/tm-qnxnto.h: New file.
9758 * config/i386/i386nto.mt: New file.
9759 * config/i386/tm-i386nto.h: New file.
9760
9761 2003-05-04 Andrew Cagney <cagney@redhat.com>
9762
9763 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
9764 (load_infrun_state): Ditto.
9765 (struct thread_info): Drop "prev_func_name" field.
9766 * thread.c (load_infrun_state): Update.
9767 (save_infrun_state): Update.
9768 * infrun.c (prev_func_name): Delete variable.
9769 (init_wait_for_inferior): Do not clear prev_func_name.
9770 (stop_stepping, keep_going, context_switch): Do not swap
9771 prev_func_name.
9772 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
9773 instead of PC_IN_SIGTRAMP.
9774
9775 2003-05-04 Andrew Cagney <cagney@redhat.com>
9776
9777 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9778 REGISTER_BYTE with register_offset_hack.
9779 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
9780 that REGISTER_BYTE is consistent with the regcache.
9781 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
9782 * gdbarch.h, gdbarch.c: Regenerate.
9783
9784 2003-05-04 Mark Kettenis <kettenis@gnu.org>
9785
9786 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
9787 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
9788
9789 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
9790
9791 2003-05-03 J. Brobecker <brobecker@gnat.com>
9792
9793 From Thierry Schneider <tpschneider1@yahoo.com>
9794 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
9795 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
9796 (mi-cmd-symbol.o): Add rule.
9797
9798 2003-05-03 Andrew Cagney <cagney@redhat.com>
9799
9800 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
9801 comments noteing that it replaces the old FIX_CALL_DUMMY code.
9802 * gdbarch.h, gdbarch.c: Re-generate.
9803 * d10v-tdep.c (d10v_push_dummy_code): New function.
9804 (d10v_gdbarch_init): Set push_dummy_code.
9805 * infcall.c (legacy_push_dummy_code): New function.
9806 (generic_push_dummy_code): New function.
9807 (push_dummy_code): New function.
9808 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
9809 instead of dummy_addr, to push_dummy_call. Move call to
9810 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
9811 switch.
9812 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
9813
9814 2003-05-03 Andrew Cagney <cagney@redhat.com>
9815
9816 * disasm.h (print_insn): Declare.
9817 * disasm.c (init_gdb_disassemble_info): New function.
9818 (gdb_disassembly): Call init_gdb_disassemble_info.
9819 (gdb_print_insn): New function.
9820 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
9821 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
9822 * mcore-tdep.c: Include "disasm.h"
9823 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
9824 * d10v-tdep.c: Include "disasm.h".
9825 (display_trace): Call gdb_print_insn, instead of print_insn.
9826 (print_insn): Delete function.
9827 * printcmd.c: Include "disasm.h".
9828 (print_insn): Delete function.
9829 (print_formatted): Call gdb_print_insn, instead of print_insn.
9830 * Makefile.in (printcmd.o): Update dependencies.
9831 (mcore-tdep.o, d10v-tdep.o): Ditto.
9832
9833 2003-05-02 Andrew Cagney <cagney@redhat.com>
9834
9835 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
9836 PC_REGNUM, re-indent.
9837 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
9838 PC_REGNUM isn't set.
9839
9840 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
9841 * gdbarch.h, gdbarch.c: Re-generate.
9842 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
9843 register_virtual_size, pc_regnum, or register_bytes.
9844 (D10V_PC_REGNUM): Rename _PC_REGNUM.
9845 (d10v_register_type): Use D10V_PC_REGNUM.
9846 (d10v_print_registers_info, d10v_read_pc): Ditto.
9847 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
9848 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
9849
9850 2003-05-02 David Carlton <carlton@bactrian.org>
9851
9852 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
9853 the name with mstrsave.
9854
9855 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9856
9857 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
9858 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
9859 (host_charset_name, target_charset_name): New vars for use by
9860 set/show commands.
9861 (host_charset_enum, target_charset_enum): New enums for set/show
9862 commands.
9863 (set_charset_sfunc, set_host_charset_sfunc,
9864 set_target_charset_sfunc): New functions.
9865 (set_host_charset, set_target_charset): Make static.
9866 (list_charsets, set_host_charset_command,
9867 set_target_charset_command): Delete functions.
9868 (show_charset_command): Rewrite as....
9869 (show_charset): Hook this up with the set/show command mechanism.
9870 (_initialize_charset): Change names of charsets to match the
9871 set/show enums. Use host_charset_name and target_charset_name.
9872 Use set/show mechanism for charset, host-charset, target-charset
9873 commands. Do not make 'show host-charset' and 'show
9874 target-charset' be aliases of 'show charset'.
9875
9876 * charset.h (set_host_charset, set_target_charset): Don't export,
9877 they are not used outside the file.
9878
9879 2003-05-01 Andrew Cagney <cagney@redhat.com>
9880
9881 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
9882 (gdb_disassembly): Make "di" non static, always initialize and
9883 cleanup. Always use dis_asm_read_memory.
9884 (gdb_dis_asm_read_memory): Delete function.
9885
9886 2003-05-01 Andrew Cagney <cagney@redhat.com>
9887
9888 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
9889 (d10v_gdbarch_init): Set frame_align instead of stack_align.
9890
9891 2003-04-30 Andrew Cagney <cagney@redhat.com>
9892
9893 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
9894 "tm_print_insn_info".
9895 (TARGET_PRINT_INSN_INFO): Delete macro.
9896 (dis_asm_read_memory): Delete function declaration.
9897 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9898 (tm_print_insn_info): Delete variable definition.
9899 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
9900 * gdbarch.h, gdbarch.c: Re-generate.
9901 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
9902 "deprecated_tm_print_insn_info".
9903 * mcore-tdep.c (mcore_dump_insn): Ditto.
9904 * mips-tdep.c (mips_gdbarch_init): Ditto.
9905 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
9906 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
9907 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
9908 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
9909 instead of TARGET_PRINT_INSN_INFO, add comment.
9910 * s390-tdep.c (s390_get_frame_info): Instead of
9911 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
9912 (s390_check_function_end, s390_is_sigreturn): Ditto.
9913 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
9914 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9915 * disasm.c: Include "gdbcore.h".
9916 (_initialize_disasm): New function, initialize
9917 "deprecated_tm_print_insn_info".
9918 (deprecated_tm_print_insn_info): New variable.
9919 (dis_asm_read_memory): Moved from "corefile.c", made static.
9920 (dis_asm_print_address, dis_asm_memory_error): Ditto.
9921 * Makefile.in (disasm.o): Update dependencies.
9922
9923 2003-04-30 Andrew Cagney <cagney@redhat.com>
9924
9925 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
9926
9927 2003-04-29 Adam Fedor <fedor@gnu.org>
9928
9929 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
9930 * infcall.c (find_function_addr): Make non-static.
9931 * infcall.h (find_function_addr): Declare.
9932 * Makefile.in (eval.o): Update dependencies.
9933
9934 2003-04-28 Adam Fedor <fedor@gnu.org>
9935
9936 * symtab.c (symbol_find_demangled_name): Check for and demangle
9937 ObjC symbols.
9938 (symbol_init_demangled_name): Init for language_objc as well.
9939
9940 2003-04-28 Andrew Cagney <cagney@redhat.com>
9941
9942 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
9943 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
9944 * gdbarch.h, gdbarch.c: Re-generate.
9945 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
9946 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
9947 * inferior.h (deprecated_read_fp): Rename read_fp.
9948 (generic_target_read_fp): Delete declaration.
9949 * regcache.c (generic_target_read_fp): Delete function.
9950 (deprecated_read_fp): Replace read_fp, use
9951 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
9952 * d10v-tdep.c (d10v_read_fp): Delete function.
9953 (d10v_gdbarch_init): Do not set deprecated_read_fp.
9954
9955 * sparc-tdep.c (sparc_gdbarch_init): Do not set
9956 deprecated_target_read_fp to generic_target_read_fp.
9957 * sh-tdep.c (sh_gdbarch_init): Ditto.
9958 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9959 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9960 * frv-tdep.c (frv_gdbarch_init): Ditto.
9961
9962 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9963 deprecated_fp_regnum.
9964 * x86-64-tdep.c (x86_64_init_abi): Ditto.
9965 * vax-tdep.c (vax_gdbarch_init): Ditto.
9966 * v850-tdep.c (v850_gdbarch_init): Ditto.
9967 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9968 * sh-tdep.c (sh_gdbarch_init): Ditto.
9969 * s390-tdep.c (s390_gdbarch_init): Ditto.
9970 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9971 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9972 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9973 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9974 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9975 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9976 * i386-tdep.c (i386_gdbarch_init): Ditto.
9977 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9978 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9979 * frv-tdep.c (frv_gdbarch_init): Ditto.
9980 * cris-tdep.c (cris_gdbarch_init): Ditto.
9981 * avr-tdep.c (avr_gdbarch_init): Ditto.
9982 * arm-tdep.c (arm_gdbarch_init): Ditto.
9983 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9984
9985 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9986 * v850-tdep.c (v850_gdbarch_init): Ditto.
9987 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9988 * sh-tdep.c (sh_gdbarch_init): Ditto.
9989 * s390-tdep.c (s390_gdbarch_init): Ditto.
9990 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9991 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9992 * mips-tdep.c (mips_gdbarch_init): Ditto.
9993 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9994 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9995 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9996 * frv-tdep.c (frv_gdbarch_init): Ditto.
9997 * avr-tdep.c (avr_gdbarch_init): Ditto.
9998 * arm-tdep.c (arm_gdbarch_init): Ditto.
9999
10000 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
10001 DEPRECATED_FP_REGNUM.
10002 (vax_push_dummy_frame, vax_pop_frame): Ditto.
10003 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
10004 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
10005 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
10006 (sparc32_register_virtual_type): Ditto.
10007 * sh-tdep.c (sh64_frame_chain): Ditto.
10008 (sh64_get_saved_register, sh64_pop_frame): Ditto.
10009 (sh_nofp_frame_init_saved_regs): Ditto.
10010 (sh64_nofp_frame_init_saved_regs): Ditto.
10011 (sh_fp_frame_init_saved_regs): Ditto.
10012 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
10013 * remote-e7000.c (fetch_regs_from_dump): Ditto.
10014 * procfs.c (procfs_fetch_registers): Ditto.
10015 (procfs_store_registers): Ditto.
10016 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
10017 (store_inferior_registers, fetch_core_registers): Ditto.
10018 (fetch_kcore_registers, clear_regs): Ditto.
10019 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
10020 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
10021 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
10022 * nlm/i386.c (do_status): Ditto.
10023 * mipsv4-nat.c (supply_gregset): Ditto.
10024 * mips-tdep.c: Ditto for comments.
10025 * mips-nat.c (fetch_inferior_registers): Ditto.
10026 (store_inferior_registers, fetch_core_registers): Ditto.
10027 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
10028 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
10029 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
10030 (i386_do_pop_frame, i386_register_type): Ditto.
10031 * hppa-tdep.c (hppa_frame_chain): Ditto.
10032 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
10033 (hppa_pop_frame, hppa_read_fp): Ditto.
10034 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
10035 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
10036 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
10037 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
10038 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
10039 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
10040 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
10041 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
10042 * blockframe.c: Ditto for comments.
10043 * arch-utils.h: Ditto for comments.
10044 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
10045 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
10046 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
10047 * alpha-tdep.h: Ditto for comments.
10048 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
10049 (alpha_cannot_store_register): Ditto.
10050 (alpha_push_dummy_frame): Ditto.
10051 * alpha-nat.c (supply_gregset): Ditto.
10052
10053 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
10054 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
10055 * config/sparc/tm-sparc.h: Update comment.
10056
10057 * hppa-tdep.c (hppa_init_extra_frame_info): Use
10058 deprecated_read_fp instead of TARGET_READ_FP.
10059 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
10060 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
10061 * sparc-tdep.c (sparc_init_extra_frame_info): Use
10062 deprecated_read_fp instead of read_fp.
10063 * s390-tdep.c (s390_push_arguments): Ditto.
10064 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10065 * frame.h: Ditto in comments.
10066 * frame.c (legacy_get_prev_frame): Ditto.
10067 * dummy-frame.c (dummy_frame_this_id): Ditto.
10068 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
10069
10070 2003-04-28 Andrew Cagney <cagney@redhat.com>
10071
10072 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
10073 * gdbarch.h, gdbarch.c: Re-generate.
10074 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
10075 * vax-tdep.c (_initialize_vax_tdep): Update.
10076 * v850-tdep.c (_initialize_v850_tdep): Update.
10077 * sparc-tdep.c (_initialize_sparc_tdep): Update.
10078 * s390-tdep.c (_initialize_s390_tdep): Update.
10079 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
10080 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
10081 * mips-tdep.c (_initialize_mips_tdep): Update.
10082 * mcore-tdep.c (_initialize_mcore_tdep): Update.
10083 * m68k-tdep.c (_initialize_m68k_tdep): Update.
10084 * ia64-tdep.c (_initialize_ia64_tdep): Update.
10085 * hppa-tdep.c (_initialize_hppa_tdep): Update.
10086 * h8300-tdep.c (_initialize_h8300_tdep): Update.
10087 * frv-tdep.c (_initialize_frv_tdep): Update.
10088 * cris-tdep.c (cris_delayed_get_disassembler): Update.
10089 (_initialize_cris_tdep): Update.
10090 * arch-utils.c (legacy_print_insn): Update.
10091 * alpha-tdep.c (_initialize_alpha_tdep): Update.
10092
10093 2003-04-26 Adam Fedor <fedor@gnu.org>
10094
10095 * linespec.c (decode_objc): New function to decode ObjC calls
10096 (decode_line_1): Check for ObjC calls (using decode_objc)
10097 * Makefile (linespec.o): Update dependencies.
10098
10099 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
10100
10101 * breakpoint.h (struct breakpoint_ops): New.
10102 (struct breakpoint): Add ops member.
10103
10104 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
10105 (mention): Use new breakpoint ops member.
10106 (set_raw_breakpoint): Initialize ops field to NULL.
10107 (print_exception_catchpoint, print_one_exception_catchpoint)
10108 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
10109 (gnu_v3_exception_catchpoint_ops): New.
10110 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
10111
10112 2003-04-25 Adam Fedor <fedor@gnu.org>
10113
10114 * Makefile.in (COMMON_OBS): Add objc-lang.o
10115
10116 2003-04-25 Andrew Cagney <cagney@redhat.com>
10117
10118 * d10v-tdep.c (print_insn): Delete function.
10119 (display_trace): Use TARGET_PRINT_INSN.
10120 (_initialize_d10v_tdep): Do not set tm_print_insn.
10121 (d10v_gdbarch_init): Set print_insn.
10122
10123 2003-04-25 Andrew Cagney <cagney@redhat.com>
10124
10125 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
10126 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
10127 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
10128 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
10129 (nr_dmap_regs, a0_regnum): ... new functions.
10130 (d10v_print_registers_info): Use a0_regnum, use register_size.
10131 (d10v_register_byte): Delete function.
10132 (d10v_register_raw_size): Delete function.
10133 (d10v_register_type): Use a0_regnum.
10134 (d10v_print_registers_info): Use a0_regnum.
10135 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
10136 (d10v_gdbarch_init): Do not set register_byte or
10137 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
10138 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
10139 extract_address.
10140 (trace_command): Use XCALLOC.
10141 (print_insn): Delete reference to tm_print_insn.
10142 (saved_regs_unwinder): Use store_unsigned_integer instead of
10143 store_address.
10144 * frame.h (FRAME_OBSTACK_CALLOC): Define
10145
10146 2003-04-25 David Carlton <carlton@bactrian.org>
10147
10148 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
10149
10150 2003-04-24 Adam Fedor <fedor@gnu.org>
10151
10152 * objc-lang.c: Include "valprint.h"
10153 * Makefile.in (objc-lang.o): Update dependencies.
10154
10155 2003-04-24 Adam Fedor <fedor@gnu.org>
10156
10157 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
10158 architecture dependant compilation and mark as unimplemented
10159 (until they get put in the gdbarch vector).
10160
10161 2003-04-23 David Carlton <carlton@bactrian.org>
10162
10163 * cp-support.c (cp_find_first_component): Accept 'operator' in
10164 more locations.
10165
10166 2003-04-23 Andrew Cagney <cagney@redhat.com>
10167
10168 * infcall.c (call_function_by_hand): Eliminate redundant
10169 indentation. Move "saved_async" and "old_cleanups" to where they
10170 are needed.
10171
10172 2003-04-23 Andrew Cagney <cagney@redhat.com>
10173
10174 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
10175 and "buffer". Move the "name" code to where it is needed.
10176
10177 2003-04-23 Andrew Cagney <cagney@redhat.com>
10178
10179 * infcall.c (call_function_by_hand): Move variables "start_sp",
10180 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
10181 code to ON_STACK switch branch.
10182
10183 2003-04-23 Andrew Cagney <cagney@redhat.com>
10184
10185 * infcall.c (call_function_by_hand): Make declaration of "i",
10186 "sal", "bpt" and "old_sp" more local to their use. Delete #if
10187 lint.
10188
10189 2003-04-23 Andrew Cagney <cagney@redhat.com>
10190
10191 * infcall.c (call_function_by_hand): Delete variable
10192 "n_method_args". Localize "param_type"'s declaration to the loop
10193 that it is used. Reinstate code assigning to said variable -
10194 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
10195 Rationalize code using "param_type".
10196
10197 2003-04-22 Andrew Cagney <cagney@redhat.com>
10198
10199 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
10200 compute the breakpoint address. Only call FIX_CALL_DUMMY when
10201 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
10202 to DEPRECATED_PUSH_RETURN_ADDRESS.
10203
10204 2003-04-22 Kevin Buettner <kevinb@redhat.com>
10205
10206 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
10207 on the DWARF2 register number prior to fetching a register.
10208
10209 2003-04-22 J. Brobecker <brobecker@gnat.com>
10210
10211 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
10212 Update all the tests using SOFT_FLOAT considering the fact that
10213 this macro was always set to 0.
10214 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
10215 considering the fact that this macro was always set to 0.
10216 * hppa-tdep.h (hppa_store_return_value): Likewise.
10217 (hppa_extract_return_value): Likewise.
10218
10219 2003-04-22 J. Brobecker <brobecker@gnat.com>
10220
10221 * config/pa/tm-hppa.h: Remove obsolete code, was used by
10222 the hppa-pro target only.
10223
10224 2003-04-21 J. Brobecker <brobecker@gnat.com>
10225
10226 Ongoing multi-arch conversion effort for HP/UX:
10227 * config/pa/tm-hppa.h: Move all macro that are no longer
10228 defined now that GDB_MULTI_ARCH is now set to 1 from here...
10229 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
10230
10231 2003-04-21 J. Brobecker <brobecker@gnat.com>
10232
10233 * config/pa/tm-hppa.h: Obsolete a section that was only used
10234 for hppa-pro.
10235
10236 2003-04-21 J. Brobecker <brobecker@gnat.com>
10237
10238 Ongoing multi-arch conversion for HP/UX.
10239 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
10240 if already defined (allows hppa64 to stay non-multiarched for now).
10241 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
10242
10243 2003-04-21 Andrew Cagney <cagney@redhat.com>
10244
10245 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
10246
10247 2003-04-21 Andrew Cagney <cagney@redhat.com>
10248
10249 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
10250 "i386_num_mmx_regs".
10251
10252 2003-04-21 Andrew Cagney <cagney@redhat.com>
10253
10254 * infcall.c: New file.
10255 * infcall.h: New file.
10256 * valarith.c: Include "infcall.h".
10257 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
10258 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
10259 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
10260 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
10261 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
10262 (SFILES): Add "infcall.c"
10263 (COMMON_OBS): Add "infcall.o".
10264 (infcall.o): Specify dependencies.
10265 * value.h (call_function_by_hand): Delete declaration.
10266 * inferior.h (run_stack_dummy): Delete declaration.
10267 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
10268 (run_stack_dummy): Move to "infcall.c", merged into
10269 call_function_by_hand.
10270 * valops.c (call_function_by_hand): Moved to "infcall.c".
10271 (find_function_addr, value_arg_coerce): Ditto.
10272 (unwindonsignal_p, coerce_float_to_double): Ditto.
10273 (_initialize_valops): Move "set/show coerce-float-to-double", and
10274 "set/show unwindonsignal" commands to "infcall.c".
10275 * v850-tdep.c, target.h: Update comments.
10276 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
10277 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
10278 (sh64_init_extra_frame_info): Update comments.
10279 * mn10300-tdep.c: Update comments.
10280 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
10281 * config/sparc/tm-sparc.h: Update comments.
10282 * breakpoint.h: Update comments.
10283 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
10284 * arm-tdep.c: Update comment.
10285
10286 2003-04-19 Mark Kettenis <kettenis@gnu.org>
10287
10288 * i386-tdep.c (i386_num_register_names): New variable.
10289 (i386_num_mmx_regs): Renamed from mmx_num_regs.
10290 (MM0_REGNUM): Remove redundant parentheses in define.
10291 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
10292 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
10293 i386_mxcsr_regnum_p): Remove redundant parentheses.
10294 (i386_register_name): Use i386_num_register_names.
10295
10296 * i386-tdep.c (i386_extract_return_value,
10297 i386_store_return_value): Correct check for availability of
10298 floating-point registers.
10299
10300 * i386-tdep.c (i386_frame_num_args): Remove function.
10301 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
10302
10303 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
10304 mmx_regnum_to_fp_regnum. Adjust all callers.
10305
10306 * i386-tdep.c (i386_get_longjmp_target): Use
10307 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
10308 and TARGET_CHAR_BIT. Use extract_typed_address instead of
10309 extract_address.
10310
10311 2003-04-19 Mark Kettenis <kettenis@gnu.org>
10312
10313 * core-regset.c: Update comments to reflect reality. Re-order
10314 includes.
10315 (fetch_core_registers): Use switch instead of if. Remove
10316 redundant prototype.
10317
10318 2003-04-18 Jim Blandy <jimb@redhat.com>
10319
10320 * s390-tdep.c (s390_frame_align): New function.
10321 (s390_gdbarch_init): Register it with the gdbarch object.
10322
10323 2003-04-17 Richard Henderson <rth@redhat.com>
10324
10325 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
10326
10327 2003-04-17 Michael Snyder <msnyder@redhat.com>
10328 Karen Bennet <bennet@redhat.com>
10329
10330 Committed by Elena Zannoni <ezannoni@redhat.com>
10331 * gdb_gcore.sh: New script to create a core dump of a process.
10332
10333 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
10334
10335 * values.c (value_being_returned): Don't fetch the return
10336 value if the return type is void.
10337
10338 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
10339
10340 * thread-db.c: Reindented.
10341
10342 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
10343
10344 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
10345 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
10346 as types.
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372 2003-04-16 Kevin Buettner <kevinb@redhat.com>
10373
10374 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
10375 the size of ``long double'' to 16, instead of 8.
10376
10377 2003-04-16 Mark Kettenis <kettenis@gnu.org>
10378
10379 * i386-linux-nat.c: Add some whitespace to make things more
10380 readable.
10381 (fetch_register, store_register, fetch_inferior_registers,
10382 store_inferior_registers): Get rid of assignment in if-statement.
10383 (store_register): Fix typo in error message.
10384
10385 2003-04-16 Andrew Cagney <cagney@redhat.com>
10386
10387 * utils.c (xmmalloc): Always allocate something, matches
10388 libiberty/xmalloc's semantics.
10389 (xmrealloc, xmcalloc): Ditto.
10390
10391 2003-04-16 Andrew Cagney <cagney@redhat.com>
10392
10393 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
10394 update comments.
10395 (get_frame_type): Initialize unwind and type when needed.
10396 (get_frame_id, frame_register_unwind): Ditto.
10397
10398 2003-04-16 Andrew Cagney <cagney@redhat.com>
10399
10400 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
10401 obsolete.
10402 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
10403 * sparcl-stub.c: Obsolete file.
10404 * config/sparc/tm-sparclet.h: Obsolete file.
10405 * sparclet-stub.c: Obsolete file.
10406 * sparclet-rom.c: Obsolete file.
10407 * sparcl-tdep.c: Obsolete file.
10408 * config/sparc/tm-sparclite.h: Obsolete file.
10409 * config/sparc/sparclite.mt: Obsolete file.
10410 * config/sparc/sparclet.mt: Obsolete file.
10411 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
10412 sparc86x-*-* obsolete.
10413
10414 2003-04-15 David Carlton <carlton@math.stanford.edu>
10415
10416 * Makefile.in (SFILES): Add cp-namespace.c.
10417 (COMMON_OBS): Add cp-namespace.o.
10418 (block.o): Depend on gdb_obstack_h and cp_support_h.
10419 (buildsym.o): Depend on cp_support_h.
10420 (cp-namespace.o): New.
10421 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
10422 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
10423 (dwarf2read.o): Depend on cp_support_h.
10424 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
10425 * dwarf2read.c (process_die): Set processing_has_namespace_info,
10426 processing_current_namespace.
10427 (read_namespace): Update processing_current_namespace; check for
10428 anonymous namespaces.
10429 (dwarf2_name): New function.
10430 (dwarf2_extension): Ditto.
10431 * cp-support.h: Update copyright, contributors.
10432 Add inclusion guards.
10433 Add opaque declaration for structs obstack, block, symbol.
10434 (struct using_direct): New struct.
10435 Add declarations for cp_find_first_component,
10436 cp_entire_prefix_len, processing_has_namespace_info,
10437 processing_current_namespace, cp_is_anonymous,
10438 cp_add_using_directive, cp_initialize_namespace,
10439 cp_finalize_namespace, cp_set_block_scope,
10440 cp_scan_for_anonymous_namespaces.
10441 * cp-namespace.c: New file.
10442 * cp-support.c: Update copyright.
10443 Include ctype.h, gdb_assert.h, gdbcmd.h.
10444 New variable maint_cplus_cmd_list.
10445 (cp_find_first_component): New function.
10446 (cp_entire_prefix_len, maint_cplus_command)
10447 (first_component_command, _initialize_cp_support): Ditto.
10448 * buildsym.c: Include cp-support.h.
10449 New variable using_list.
10450 (add_symbol_to_list): Check for anonymous namespaces.
10451 (finish_block): Set block's scope.
10452 (start_symtab): Initialize C++ namespace support.
10453 (end_symtab): Finalize C++ namespace support.
10454 * block.h: Add opaque declarations for structs
10455 block_namespace_info, using_direct, and obstack.
10456 Add declarations for block_set_scope and block_set_using.
10457 (struct block): Add 'language_specific' member.
10458 (BLOCK_NAMESPACE): New macro.
10459 * block.c: Include gdb_obstack.h and cp-support.h.
10460 (struct block_namespace_info): New struct.
10461 (block_set_scope): New function.
10462 (block_set_using, block_initialize_namespace): Ditto.
10463
10464 2003-04-14 Kevin Buettner <kevinb@redhat.com>
10465
10466 * solib-svr4.c (svr4_have_link_map_offsets): New function.
10467 (locate_base): Return early if there aren't any link map offsets.
10468 (svr4_solib_create_inferior_hook): Warn if shared library support
10469 is unavailable.
10470
10471 2003-04-14 David Carlton <carlton@math.stanford.edu>
10472
10473 * symtab.c (symbol_set_names): Add prefix when storing Java names
10474 in hash table. Fix for PR java/1039.
10475
10476 2003-04-14 David Carlton <carlton@math.stanford.edu>
10477
10478 * symtab.c (symbol_set_names): Rename 'name' arg to
10479 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
10480 * symtab.h: Change 'name' argument in declaration of
10481 symbol_set_names to 'linkage_name'.
10482 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
10483
10484 2003-04-14 Andrew Cagney <cagney@redhat.com>
10485
10486 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
10487 return the fully sign-extended register value.
10488 (get_frame_pointer): Ditto.
10489 (mips_pop_frame): Initialize "proc_desc" after checking for a
10490 dummy frame.
10491
10492 2003-04-14 Andrew Cagney <cagney@redhat.com>
10493
10494 * mips-tdep.c (mips_push_dummy_frame): Delete function.
10495 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
10496 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
10497 (mips_push_register): Delete function.
10498 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
10499 PUSH_FP_REGNUM.
10500
10501 2003-04-14 Jim Blandy <jimb@redhat.com>
10502
10503 * symmisc.c: #include "gdb_regex.h".
10504 (maintenance_list_symtabs, maintenance_list_psymtabs): New
10505 functions.
10506 * maint.c (maintenance_list_command): New function.
10507 (_initialize_maint_cmds): Register the above as commands.
10508 * symtab.h (maintenance_list_symtabs,
10509 maintenance_list_psymtabs): New declarations.
10510 * cli/cli-cmds.c (maintenancelistlist): New variable.
10511 (init_cmd_lists): Initialize it.
10512 * cli/cli-cmds.h (maintenancelistlist): New declaration.
10513 * gdbcmd.h (maintenancelistlist): New declaration.
10514 * Makefile.in (symmisc.o): Update dependencies.
10515
10516 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
10517
10518 * s390-nat.c: Include asm/types.h for addr_t.
10519
10520 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
10521
10522 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
10523 actually incoming type.
10524
10525 2003-04-13 Andrew Cagney <cagney@redhat.com>
10526
10527 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
10528 get_next_frame and get_frame_saved_regs.
10529
10530 2003-04-13 Andrew Cagney <cagney@redhat.com>
10531
10532 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
10533 of gdbarch_num_regs.
10534
10535 2003-04-13 Andrew Cagney <cagney@redhat.com>
10536
10537 * frame.h: Mention what replaced what in "struct frame_info".
10538 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
10539 deprecated_update_frame_base_hack and
10540 deprecated_update_frame_pc_hack.
10541 * hppa-tdep.c: Ditto.
10542
10543 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10544
10545 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
10546 to read_reg and update its comment. Remove regnum member.
10547 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
10548 Don't call read_reg when setting in_reg. Call read_reg to get
10549 the frame base if it's in a register. Return the register number
10550 on the stack instead of in the context. Remove extra arguments
10551 to read_reg.
10552 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
10553 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
10554 the register number on the expression stack.
10555 (needs_frame_read_reg): Remove extra arguments.
10556
10557 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10558
10559 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
10560 made non-static.
10561 (execute_stack_op): All callers updated.
10562 * dwarf2expr.h: Add prototype for dwarf2_read_address.
10563 * dwarf2loc.c (find_location_expression): New function.
10564 (dwarf_expr_frame_base): Call it.
10565 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
10566 (dwarf2_tracepoint_var_ref): New function, broken out from
10567 locexpr_tracepoint_var_ref.
10568 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
10569 Make static.
10570 (loclist_read_variable, loclist_read_needs_frame): New functions.
10571 (loclist_describe_location, loclist_tracepoint_var_ref): New
10572 functions.
10573 (dwarf2_loclist_funcs): New struct location_funcs.
10574 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
10575 (struct dwarf2_locexpr_baton): Add comments.
10576 (dwarf2_loclist_funcs): New extern.
10577 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
10578 base_address and base_known.
10579 (dwarf_loc_buffer): New variable.
10580 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
10581 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
10582 (dwarf2_has_info): Initialize dwarf_loc_offset.
10583 (dwarf2_build_psymtabs): Read in .debug_loc.
10584 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
10585 DWARF_LOC_SIZE.
10586 (psymtab_to_symtab_1): Likewise. Move base address calculation
10587 here, from...
10588 (dwarf2_get_pc_bounds): ... here. Use the base address from
10589 cu_header.
10590 (dwarf2_symbol_mark_computed): Handle location lists.
10591
10592 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10593
10594 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
10595 if the linkage name demangled successfully.
10596
10597 2003-04-13 Mark Kettenis <kettenis@gnu.org>
10598
10599 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
10600 disassmbly_flavour): Removed.
10601
10602 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
10603
10604 2003-04-13 Mark Kettenis <kettenis@gnu.org>
10605
10606 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
10607
10608 2003-04-12 Andrew Cagney <cagney@redhat.com>
10609
10610 * frame.h (struct frame_info): Move definition from here ...
10611 * frame.c (struct frame_info): ... to here.
10612
10613 2003-04-12 Andrew Cagney <cagney@redhat.com>
10614
10615 * gdbthread.h (save_infrun_state): Delete parameter
10616 "prev_func_start".
10617 (struct thread_info): Delete field "prev_func_start".
10618 (load_infrun_state): Ditto.
10619 * thread.c (load_infrun_state, save_infrun_state): Update.
10620 * infrun.c (prev_func_start): Delete variable.
10621 (context_switch, init_wait_for_inferior): Update.
10622 (stop_stepping, keep_going): Update.
10623
10624 2003-04-12 Andrew Cagney <cagney@redhat.com>
10625
10626 * gdbarch.sh: Add missing opaque declarations.
10627 * gdbarch.h: Regnerate.
10628 * symtab.h: Add missing opaque declarations.
10629 * value.h, target.h, symfile.h, stabsread.h: Ditto.
10630 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
10631 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
10632 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
10633 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
10634 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
10635 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
10636 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
10637 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
10638 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
10639 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
10640 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
10641 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
10642
10643 2003-04-11 Andrew Cagney <cagney@redhat.com>
10644
10645 * frame.c (get_frame_id): Return this frame's "id".
10646 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
10647 function start.
10648 (legacy_saved_regs_this_id): Replace function body with
10649 internal-error.
10650 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
10651 FRAME_OBSTACK_ZALLOC.
10652 (create_new_frame): Mark the frame ID as valid.
10653
10654 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
10655
10656 * Makefile.in (libbfd_h): Added missing setting.
10657 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
10658 according to the selected ABI.
10659
10660 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
10661
10662 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
10663
10664 2003-04-11 Andrew Cagney <cagney@redhat.com>
10665
10666 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
10667 SAVED_PC_AFTER_CALL.
10668 * gdbarch.h, gdbarch.c: Regenerate.
10669 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10670 * x86-64-tdep.c (x86_64_init_abi): Update.
10671 * vax-tdep.c (vax_gdbarch_init): Update.
10672 * v850-tdep.c (v850_gdbarch_init): Update.
10673 * sparc-tdep.c (sparc_gdbarch_init): Update.
10674 * sh-tdep.c (sh_gdbarch_init): Update.
10675 * s390-tdep.c (s390_gdbarch_init): Update.
10676 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10677 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10678 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10679 * mips-tdep.c (mips_gdbarch_init): Update.
10680 * mcore-tdep.c (mcore_gdbarch_init): Update.
10681 * m68k-tdep.c (m68k_gdbarch_init): Update.
10682 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10683 * ia64-tdep.c (ia64_gdbarch_init): Update.
10684 (ia64_saved_pc_after_call): Update declaration.
10685 * i386ly-tdep.c (i386lynx_init_abi): Update.
10686 * i386-tdep.c (i386_gdbarch_init): Update.
10687 * hppa-tdep.c (hppa_gdbarch_init): Update.
10688 * h8300-tdep.c (h8300_gdbarch_init): Update.
10689 * frv-tdep.c (frv_gdbarch_init): Update.
10690 * cris-tdep.c (cris_gdbarch_init): Update.
10691 * avr-tdep.c (avr_gdbarch_init): Update.
10692 * arm-tdep.c (arm_gdbarch_init): Update.
10693 * alpha-tdep.c (alpha_gdbarch_init): Update.
10694 * ns32knbsd-nat.c (frame_num_args): Update.
10695 * ns32k-tdep.c (umax_frame_num_args): Update.
10696 * mips-tdep.c (mips_init_frame_pc_first): Update.
10697 * infrun.c (step_over_function): Update.
10698 * i386-linux-tdep.c (skip_hurd_resolver): Update.
10699 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
10700 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10701 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10702 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10703 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10704 * arm-linux-tdep.c (skip_hurd_resolver): Update.
10705 * arch-utils.c (init_frame_pc_default): Update.
10706 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10707 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
10708 declaration.
10709
10710 2003-04-11 Andrew Cagney <cagney@redhat.com>
10711
10712 * i387-tdep.c: Update copyright.
10713 (i387_to_double): Delete function.
10714 (double_to_i387): Delete function.
10715
10716 2003-04-10 Andrew Cagney <cagney@redhat.com>
10717
10718 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
10719 frame's function's address. Simplify.
10720 (d10v_frame_unwind_cache): Check that the frame's function is
10721 non-zero.
10722
10723 2003-04-10 Jim Blandy <jimb@redhat.com>
10724
10725 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
10726 call to set_gdbarch_deprecated_push_arguments.
10727
10728 2003-04-10 Andrew Cagney <cagney@redhat.com>
10729
10730 * frame.c (fprint_frame_id): New function.
10731 (fprint_frame_type, fprint_frame): New function.
10732 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
10733 (create_sentinel_frame, get_frame_id): Ditto.
10734 (frame_id_p, frame_id_eq): Ditto.
10735 (frame_id_inner, create_new_frame): Ditto.
10736 (legacy_get_prev_frame, get_prev_frame): Ditto.
10737 (deprecated_update_frame_pc_hack): Ditto.
10738 (frame_register_unwind): Ditto.
10739 (deprecated_update_frame_base_hack): Ditto.
10740
10741 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
10742
10743 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
10744 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
10745 frame_chain function.
10746 * Makefile.in: Add dependencies due to above change.
10747
10748 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
10749
10750 * blockframe.c (legacy_frame_chain_valid): Move call to
10751 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
10752 inside_entry_file.
10753
10754 2003-04-09 Andrew Cagney <cagney@redhat.com>
10755
10756 * frame.h (struct frame_id): Replace "pc" and "base" with
10757 "stack_addr" and "code_addr". Update comments.
10758 (frame_id_build): Update parameter names and comment.
10759 (struct frame_info): Replace "id_p" and "id" with "this_id".
10760 * dummy-frame.c (dummy_frame_this_id): Update.
10761 * breakpoint.c (print_one_breakpoint): Update.
10762 * frame.c (get_frame_id): Update.
10763 (get_frame_base, frame_id_build): Update.
10764 (create_sentinel_frame, legacy_get_prev_frame): Update.
10765 (deprecated_update_frame_base_hack): Update.
10766 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
10767 (frame_id_inner): Ditto.
10768
10769 2003-04-09 Andrew Cagney <cagney@redhat.com>
10770
10771 * defs.h (gdb_print_host_address): Make "addr" parameter a
10772 pointer constant.
10773 * utils.c (gdb_print_host_address): Update.
10774
10775 2003-04-09 Kevin Buettner <kevinb@redhat.com>
10776
10777 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
10778 register number for R0 is 0.
10779
10780 2003-04-09 J. Brobecker <brobecker@gnat.com>
10781
10782 * frame.h (struct gdbarch): Add opaque structure definition
10783 to avoid a compilation warning on LynxOS 4.0.
10784
10785 2003-04-09 Andrew Cagney <cagney@redhat.com>
10786
10787 * frame.h (struct frame_info): Delete field "pc". Replace
10788 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
10789 structure.
10790 * frame.c (frame_pc_unwind): Update.
10791 (create_sentinel_frame): Do not set "pc".
10792 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
10793 (get_frame_pc): Call frame_pc_unwind.
10794 (deprecated_update_frame_pc_hack): Update.
10795 (create_new_frame): Use "pc" not "->pc".
10796
10797 2003-04-09 Andrew Cagney <cagney@redhat.com>
10798
10799 * frame.c (get_frame_id): Eliminate code updating "frame".
10800 (legacy_get_prev_frame): Ditto.
10801 (get_frame_base): Return id.base directly.
10802 (deprecated_update_frame_base_hack): Update "id.base".
10803 * frame.h (struct frame_info): Delete field "frame".
10804
10805 2003-04-09 Andrew Cagney <cagney@redhat.com>
10806
10807 * NEWS: Mention that the "Sequent family" is obsolete.
10808 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
10809 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10810 * configure.host: Obsolete i[3456]86-sequent-bsd*,
10811 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10812 * config/i386/tm-ptx4.h: Obsolete file.
10813 * config/i386/tm-ptx.h: Obsolete file.
10814 * symm-tdep.c: Obsolete file.
10815 * config/i386/symmetry.mt: Obsolete file.
10816 * config/i386/tm-symmetry.h: Obsolete file.
10817 * symm-nat.c: Obsolete file.
10818 * config/i386/nm-symmetry.h: Obsolete file.
10819 * config/i386/xm-symmetry.h: Obsolete file.
10820 * config/i386/symmetry.mh: Obsolete file.
10821 * config/i386/nm-ptx4.h: Obsolete file.
10822 * config/i386/ptx4.mh: Obsolete file.
10823 * config/i386/ptx.mt: Obsolete file.
10824 * config/i386/ptx.mh: Obsolete file.
10825 * config/i386/xm-ptx4.h: Obsolete file.
10826 * config/i386/xm-ptx.h: Obsolete file.
10827
10828 2003-04-09 Andrew Cagney <cagney@redhat.com>
10829
10830 Obsolete mips*-*-mach3*.
10831 * NEWS: Mention that mips*-*-mach3* is obsolete.
10832 * m3-nat.c: Obsolete file.
10833 * config/nm-m3.h: Obsolete file.
10834 * config/mips/tm-mipsm3.h: Obsolete file.
10835 * config/mips/mipsm3.mt: Obsolete file.
10836 * config/mips/mipsm3.mh: Obsolete file.
10837 * config/mips/xm-mipsm3.h: Obsolete file.
10838 * mipsm3-nat.c: Obsolete file.
10839 * configure.host: Obsolete mips-dec-mach3*.
10840 * configure.tgt: Obsolete mips*-*-mach3*.
10841
10842 2003-04-09 Andrew Cagney <cagney@redhat.com>
10843
10844 * doublest.h: Update copyright.
10845 (deprecated_store_floating, deprecated_extract_floating): Rename
10846 store_floating and extract_floating. Update comments.
10847 * doublest.c: Update copyright.
10848 (extract_floating_by_length): Replace extract_floating.
10849 (store_floating_by_length): Replace store_floating.
10850 (deprecated_extract_floating): New function.
10851 (deprecated_store_floating): New function.
10852 (extract_typed_floating): Call extract_floating_by_length.
10853 (store_typed_floating): Call store_floating_by_length.
10854 * x86-64-tdep.c (x86_64_store_return_value): Update.
10855 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
10856 (sh64_extract_return_value): Update.
10857 (sh_sh4_register_convert_to_virtual): Update.
10858 (sh_sh64_register_convert_to_virtual): Update.
10859 (sh_sh4_register_convert_to_raw): Update.
10860 (sh_sh64_register_convert_to_raw): Update.
10861 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
10862 (rs6000_register_convert_to_raw): Update.
10863 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
10864 (ia64_register_convert_to_raw): Update.
10865 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
10866 (REGISTER_CONVERT_TO_VIRTUAL): Update.
10867 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
10868 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
10869 (alpha_register_convert_to_raw): Update.
10870
10871 2003-04-08 Andrew Cagney <cagney@redhat.com>
10872
10873 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
10874 * gdbarch.h, gdbarch.c: Re-generate.
10875 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
10876 (d10v_gdbarch_init): Do not set saved_pc_after_call.
10877 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
10878 conditionally, use frame_pc_unwind as an alternative. Add
10879 comments.
10880 * arch-utils.c (init_frame_pc_default): Only call
10881 SAVED_PC_AFTER_CALL when available.
10882
10883 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
10884
10885 * infrun.c (stop_soon): Rename from stop_soon_quietly.
10886 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
10887 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
10888 (start_remote): Ditto.
10889 (handle_inferior_event): Ditto.
10890 (save_inferior_status): Ditto.
10891 (restore_inferior_status): Ditto.
10892 * infcmd.c (attach_command): Ditto.
10893 * fork-child.c (startup_inferior): Ditto.
10894 * inferior.h (stop_soon): Rename from stop_soon_quietly.
10895 * alpha-tdep.c (heuristic_proc_start): Ditto.
10896 * mips-tdep.c (heuristic_proc_start): Ditto.
10897 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
10898 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
10899 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
10900 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
10901 * remote-vx.c (vx_create_inferior): Ditto.
10902
10903 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
10904
10905 * infrun.c (stop_soon_quietly): Make it an enum, to better
10906 override the default behavior of handle_inferior_event.
10907 (clear_proceed_status): Update uses of stop_soon_quietly to
10908 reflect that it is now an enum.
10909 (start_remote): Ditto.
10910 (handle_inferior_event): Change logic a bit if stop_soon_quietly
10911 is set to handle the new GNU/Linux kernel behavior for
10912 attach/sigstop. Update uses of stop_soon_quietly.
10913 * inferior.h (enum stop_kind): New enum.
10914 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
10915 Reset normal handle_inferior_event behavior, afterwards.
10916 * fork-child.c (startup_inferior): Update.
10917 * alpha-tdep.c (heuristic_proc_start): Update.
10918 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
10919 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
10920 * solib-osf.c (osf_solib_create_inferior_hook): Update.
10921 * solib-irix.c (irix_solib_create_inferior_hook): Update.
10922 * remote-vx.c (vx_create_inferior): Update.
10923 * mips-tdep.c (heuristic_proc_start): Update.
10924
10925 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
10926
10927 * disasm.c (dump_insns): Move variables inside loop, or they will
10928 be freed more than once, causing wild memory corruptions.
10929 (gdb_disassembly): Look for the substring "-thread",
10930 instead of "-threads" in the target name, to make sure to find
10931 the 'multi-thread' target. Also, make sure we do the right thing
10932 with the "core" target.
10933
10934 2003-04-07 Kevin Buettner <kevinb@redhat.com>
10935
10936 * mips-tdep.c (mips_print_fp_register): New function, created from
10937 do_fp_register_row(). Registers are now (also) printed as hex.
10938 Only one register is printed per row.
10939 (mips_print_register, do_fp_register_row): Print floating point
10940 registers with mips_print_fp_register().
10941
10942 2003-04-06 Andrew Cagney <cagney@redhat.com>
10943
10944 * valprint.h (inspect_it): Add extern declaration.
10945 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
10946 (selectors_info, classes_info): Ditto.
10947 (find_objc_msgcall): Fix indentation.
10948 (objc_printstr): Delete extern declarations.
10949
10950 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
10951
10952 2003-04-06 Andrew Cagney <cagney@redhat.com>
10953
10954 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
10955 Update comment.
10956 * frame.c (legacy_saved_regs_this_id): Update.
10957 (legacy_get_prev_frame): Update.
10958 * xstormy16-tdep.c: Update comment.
10959 * sparc-tdep.c (sparc_frame_chain): Update comment.
10960 * blockframe.c (legacy_frame_chain_valid): Update.
10961
10962 2003-04-06 Andrew Cagney <cagney@redhat.com>
10963
10964 * valprint.c (val_print_type_code_int): Delete #ifdef
10965 PRINT_TYPELESS_INTEGER code.
10966
10967 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10968 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10969 multi-arch definition.
10970 * gdbarch.h: Re-generate.
10971
10972 2003-04-05 Andrew Cagney <cagney@redhat.com>
10973
10974 Eliminate FRAME_FIND_SAVED_REGS.
10975 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10976 Change FSR parameter to a pointer.
10977 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10978 Assume FSR parameter is a pointer.
10979 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10980 Make fsr a pointer.
10981 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10982 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
10983 saved_regs a pointer.
10984 (hppa_frame_saved_pc): Ditto.
10985 (find_dummy_frame_regs): Make frame_saved_regs a pointer
10986 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
10987 pointer.
10988 (restore_pc_queue): Make fsr a pointer.
10989 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10990 (hppa_frame_chain): Make saved_regs a pointer, call
10991 hppa_frame_init_saved_regs.
10992 * sparc-tdep.c: Include "gdb_assert.h".
10993 (sparc_frame_find_saved_regs): Replace internal_error with
10994 gdb_assert.
10995 * remote-vxsparc.c (vx_read_register): Delete reference to
10996 FRAME_FIND_SAVED_REGS.
10997 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10998 * gdbarch.h: Regenerate.
10999 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11000 (deprecated_get_frame_saved_regs): Delete declaration.
11001 (struct frame_saved_regs): Delete definition.
11002 * frame.c (deprecated_get_frame_saved_regs): Delete function.
11003 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
11004 (hppa_frame_find_saved_regs): Delete declaration.
11005 (FRAME_FIND_SAVED_REGS): Delete macro.
11006 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
11007 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
11008 FRAME_FIND_SAVED_REGS in comment.
11009
11010 2003-04-05 Andrew Cagney <cagney@redhat.com>
11011
11012 * frame.c (frame_func_unwind, get_frame_func): New functions.
11013 * frame.h (get_frame_func, frame_func_unwind): Declare.
11014 (struct frame_info): Add field "prev_func" for caching the
11015 previous frame's function address.
11016 * arm-tdep.c (arm_frameless_function_invocation): Combine
11017 get_pc_function_start and get_frame_pc into get_frame_func.
11018 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
11019 (sh64_nofp_frame_init_saved_regs): Ditto.
11020 * s390-tdep.c (s390_function_start): Ditto.
11021 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
11022 (rs6000_frameless_function_invocation): Ditto.
11023 (rs6000_frame_saved_pc): Ditto.
11024 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
11025 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
11026 * i386-tdep.c (i386_frameless_signal_p): Ditto.
11027 (i386_frame_init_saved_regs): Ditto.
11028 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
11029 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
11030 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
11031 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
11032 * blockframe.c (frameless_look_for_prologue): Ditto.
11033
11034 2003-04-05 Andrew Cagney <cagney@redhat.com>
11035
11036 * frame.c (legacy_get_prev_frame): Link prev to next at the
11037 function start. Update comments.
11038
11039 2003-04-05 Andrew Cagney <cagney@redhat.com>
11040
11041 * frame.c (get_frame_id): Update comment.
11042 (legacy_get_prev_frame): Update comment.
11043 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
11044 * gdbarch.h: Regenerate.
11045 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
11046 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
11047
11048 2003-04-05 Andrew Cagney <cagney@redhat.com>
11049
11050 * stack.c (print_frame_info): Use get_frame_pc.
11051
11052 2003-04-04 Andrew Cagney <cagney@redhat.com>
11053
11054 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
11055 the frame's type from the unwinder.
11056 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
11057 (create_new_frame, legacy_get_prev_frame): When the unwinder's
11058 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
11059 (get_frame_base_address): Use get_frame_type.
11060 (get_frame_locals_address, get_frame_args_address): Ditto.
11061 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
11062 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
11063 (struct frame_info): Add comment explaining why the frame contains
11064 a "type" field.
11065 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
11066 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
11067 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
11068 NORMAL_FRAME.
11069 * frame-unwind.h: Include "frame.h".
11070 (struct frame_unwind): Add "type" field.
11071 * Makefile.in (frame_unwind_h): Add $(frame_h).
11072
11073 2003-04-04 Andrew Cagney <cagney@redhat.com>
11074
11075 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
11076 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
11077 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
11078 get_frame_base.
11079 (d10v_unwind_dummy_id): Use frame_id_build.
11080 * frame.c (find_frame_sal): Use get_frame_pc.
11081 (create_new_frame): Use deprecated_update_frame_pc_hack and
11082 deprecated_update_frame_base_hack.
11083 (create_sentinel_frame): Add comment about ->pc going away.
11084 (get_prev_frame): Add comment about ->pc going away.
11085 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
11086 frame_id_build, deprecated_update_frame_pc_hack and
11087 deprecated_update_frame_base_hack.
11088 (select_frame): Use get_frame_pc.
11089 (legacy_saved_regs_this_id): Use frame_id_build.
11090
11091 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
11092
11093 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
11094 signed integer case.
11095 (classify_argument): Handle enumerations and references.
11096
11097 2003-04-04 Andrew Cagney <cagney@redhat.com>
11098
11099 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
11100 ID to NULL.
11101
11102 2003-04-01 Adam Fedor <fedor@gnu.org>
11103
11104 * gdb/objc-lang.c (selectors_info): Replace calls to
11105 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
11106 SYMBOL_NATURAL_NAME.
11107 (classes_info, find_methods): Likewise.
11108
11109 2003-04-03 Kevin Buettner <kevinb@redhat.com>
11110
11111 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
11112 ``mach'' to the value determined by bfd_default_set_arch_mach().
11113
11114 2003-04-02 Bob Rossi <bob_rossi@cox.net>
11115
11116 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
11117 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
11118 (mi-cmd-file.o): Update dependencies.
11119
11120 2003-04-01 Kevin Buettner <kevinb@redhat.com>
11121
11122 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
11123 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
11124
11125 2003-04-01 Adam Fedor <fedor@gnu.org>
11126
11127 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
11128 * language.h (struct language_defn): Add la_demangle.
11129 (language_demangle): Declare.
11130 * language.c (language_demangle): New function.
11131 (unk_lang_demangle): Likewise.
11132 (unknown_language_defn, auto_language_defn, local_language_defn):
11133 Add ukn_lang_demangle.
11134 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
11135 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
11136 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
11137 (cplus_language_defn): Add cplus_demangle for la_demangle element.
11138 * jv-lang.c (java_demangle): New function
11139 (java_language_defn): Use it for la_demangle element.
11140 * objc-lang.c (objc_demangle): Add options argument
11141 (objc_language_defn): Use objc_demangle for la_demangle element.
11142 * maint.c (maintenance_demangle): Replace switch with
11143 call to language_demangle.
11144 * utils.c (fprintf_symbol_filtered): Likewise.
11145
11146 2003-04-01 Andrew Cagney <cagney@redhat.com>
11147
11148 * printcmd.c (print_frame_nameless_args): Delete #ifdef
11149 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
11150 PRINT_TYPELESS_INTEGER.
11151 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
11152 PUSH_RETURN_ADDRESS.
11153
11154 2003-04-01 Andrew Cagney <cagney@redhat.com>
11155
11156 * Makefile.in (d10v-tdep.o): Update dependencies.
11157 * d10v-tdep.c: Include "frame-base.h".
11158 (d10v_frame_unwind): Make constant.
11159 (d10v_frame_base_address): New function.
11160 (d10v_frame_base): New variable.
11161 (d10v_gdbarch_init): Set frame_base default.
11162 (struct d10v_unwind_cache): Add the field "prev_sp". Update
11163 comment for base.
11164 (d10v_frame_unwind_cache): Set and use "prev_sp".
11165 (d10v_frame_this_id): Use the previous frame's inner most stack
11166 address and this frame's func address for the frame ID. Use
11167 frame_id_build. Don't analyze beyond the current instruction.
11168
11169 2003-04-01 Andrew Cagney <cagney@redhat.com>
11170
11171 * frame.h (get_frame_locals_address, get_frame_args_address):
11172 Refer to the base address, instead of the address of the first
11173 local or parameter.
11174
11175 2003-04-01 Andrew Cagney <cagney@redhat.com>
11176
11177 Add frame debug info addresses:
11178 * frame-base.c: New file.
11179 * frame-base.h: New file.
11180 * frame.h (struct frame_base): Add opaque declaration.
11181 (get_frame_base): Update comment.
11182 (get_frame_base_address): Declare.
11183 (get_frame_locals_address): Declare.
11184 (get_frame_args_address): Declare.
11185 (struct frame_info): Add "base" and "base_cache". Update
11186 comments on the unwinder.
11187 * frame.c: Include "frame-base.h".
11188 (get_frame_locals_address): New function.
11189 (get_frame_base_address): New function.
11190 (get_frame_args_address): New function.
11191 * findvar.c (read_var_value): Use get_frame_locals_address and
11192 get_frame_args_address.
11193 * stack.c (frame_info): Use get_frame_locals_address and
11194 get_frame_args_address.
11195 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
11196 moved to "frame-base.c".
11197 * printcmd.c (print_frame_nameless_args): Ditto.
11198 * symtab.h (address_class): Update comments.
11199 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
11200 get_frame_base_address.
11201 * dwarf2expr.c (execute_stack_op): Ditto.
11202 * Makefile.in (frame_base_h): Define.
11203 (frame.o): Update dependencies.
11204 (frame-base.o): Add dependencies.
11205 (SFILES): Add frame-base.c.
11206 (COMMON_OBS): Add frame-base.o.
11207
11208 2003-04-01 Andrew Cagney <cagney@redhat.com>
11209
11210 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
11211 CALL_DUMMY_LENGTH): Ditto.
11212 * gdbarch.c: Re-generate.
11213 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
11214 (CALL_DUMMY_LENGTH): Delete macro.
11215 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
11216 * arm-tdep.c (arm_gdbarch_init): Ditto.
11217 * avr-tdep.c (avr_gdbarch_init): Ditto.
11218 * cris-tdep.c (cris_gdbarch_init): Ditto.
11219 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11220 * frv-tdep.c (frv_gdbarch_init): Ditto.
11221 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11222 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11223 * i386-tdep.c (i386_gdbarch_init): Ditto.
11224 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11225 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11226 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11227 * mips-tdep.c (mips_gdbarch_init): Ditto.
11228 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11229 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11230 * s390-tdep.c (s390_gdbarch_init): Ditto.
11231 * sh-tdep.c (sh_gdbarch_init): Ditto.
11232 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11233 * v850-tdep.c (v850_gdbarch_init): Ditto.
11234 * vax-tdep.c (vax_gdbarch_init): Ditto.
11235 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11236
11237 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
11238
11239 * frame.c (get_prev_frame): Disable call to inside_entry_file().
11240
11241 2003-04-01 Andrew Cagney <cagney@redhat.com>
11242
11243 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
11244 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11245 * gdbarch.h, gdbarch.c: Re-generate.
11246 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11247 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11248 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11249 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11250 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11251 * infcmd.c (run_stack_dummy): Simplify assuming
11252 CALL_DUMMY_BREAKPOINT_OFFSET_P.
11253 * infrun.c (handle_inferior_event): Ditto.
11254 * alpha-tdep.c (alpha_gdbarch_init): Do not set
11255 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
11256 * arm-tdep.c (arm_gdbarch_init): Ditto.
11257 * avr-tdep.c (avr_gdbarch_init): Ditto.
11258 * cris-tdep.c (cris_gdbarch_init): Ditto.
11259 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11260 * frv-tdep.c (frv_gdbarch_init): Ditto.
11261 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11262 * i386-tdep.c (i386_gdbarch_init): Ditto.
11263 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11264 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11265 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11266 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11267 * mips-tdep.c (mips_gdbarch_init): Ditto.
11268 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11269 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11270 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11271 * s390-tdep.c (s390_gdbarch_init): Ditto.
11272 * sh-tdep.c (sh_gdbarch_init): Ditto.
11273 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11274 * v850-tdep.c (v850_gdbarch_init): Ditto.
11275 * vax-tdep.c (vax_gdbarch_init): Ditto.
11276 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11277
11278 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
11279
11280 * symfile.c (symfile_relocate_debug_section): Update call to
11281 bfd_simple_get_relocated_section_contents.
11282
11283 2003-03-31 Andrew Cagney <cagney@redhat.com>
11284
11285 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
11286 * gdbarch.h, gdbarch.c: Regenerate.
11287 * inferior.h (FIX_CALL_DUMMY): Delete macro.
11288 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
11289 available.
11290 * frame.h (generic_fix_call_dummy): Delete declaration.
11291 * dummy-frame.h: Update comment.
11292 * dummy-frame.c (generic_fix_call_dummy): Delete function.
11293 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11294 fix_call_dummy.
11295 * sh-tdep.c (sh_gdbarch_init): Ditto.
11296 * s390-tdep.c (s390_gdbarch_init): Ditto.
11297 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11298 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11299 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11300 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11301 * i386-tdep.c (i386_gdbarch_init): Ditto.
11302 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11303 * frv-tdep.c (frv_gdbarch_init): Ditto.
11304 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11305 * cris-tdep.c (cris_gdbarch_init): Ditto.
11306 * avr-tdep.c (avr_gdbarch_init): Ditto.
11307 * arm-tdep.c (arm_gdbarch_init): Ditto.
11308
11309 2003-03-31 J. Brobecker <brobecker@gnat.com>
11310
11311 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
11312 (INIT_FRAME_AP): Likewise.
11313 (EXTRA_FRAME_INFO): Likewise.
11314
11315 2003-03-31 Andrew Cagney <cagney@redhat.com>
11316
11317 * gdbarch.sh: Include "symfile.h".
11318 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
11319 * gdbarch.h, gdbarch.c: Re-generate.
11320 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
11321 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11322 call_dummy_address, the default is at entry_point_address.
11323 * v850-tdep.c (v850_gdbarch_init): Ditto.
11324 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11325 * sh-tdep.c (sh_gdbarch_init): Ditto.
11326 * s390-tdep.c (s390_gdbarch_init): Ditto.
11327 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11328 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11329 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11330 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11331 * i386-tdep.c (i386_gdbarch_init): Ditto.
11332 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11333 * frv-tdep.c (frv_gdbarch_init): Ditto.
11334 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11335 * cris-tdep.c (cris_gdbarch_init): Ditto.
11336 * arm-tdep.c (arm_gdbarch_init): Ditto.
11337
11338 2003-03-31 Andrew Cagney <cagney@redhat.com>
11339
11340 * gdbarch.sh (CALL_DUMMY_P): Delete.
11341 * gdbarch.h, gdbarch.c: Re-generate.
11342 * inferior.h (CALL_DUMMY_P): Delete macro.
11343 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11344 * vax-tdep.c (vax_gdbarch_init): Update.
11345 * v850-tdep.c (v850_gdbarch_init): Update.
11346 * sparc-tdep.c (sparc_gdbarch_init): Update.
11347 * sh-tdep.c (sh_gdbarch_init): Update.
11348 * s390-tdep.c (s390_gdbarch_init): Update.
11349 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11350 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11351 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11352 * mips-tdep.c (mips_gdbarch_init): Update.
11353 * mcore-tdep.c (mcore_gdbarch_init): Update.
11354 * m68k-tdep.c (m68k_gdbarch_init): Update.
11355 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11356 * ia64-tdep.c (ia64_gdbarch_init): Update.
11357 * i386-tdep.c (i386_gdbarch_init): Update.
11358 * h8300-tdep.c (h8300_gdbarch_init): Update.
11359 * frv-tdep.c (frv_gdbarch_init): Update.
11360 * d10v-tdep.c (d10v_gdbarch_init): Update.
11361 * cris-tdep.c (cris_gdbarch_init): Update.
11362 * breakpoint.c (deprecated_frame_in_dummy): Update.
11363 * avr-tdep.c (avr_gdbarch_init): Update.
11364 * alpha-tdep.c (alpha_gdbarch_init): Update.
11365 * arm-tdep.c (arm_gdbarch_init): Update.
11366 * dummy-frame.c (dummy_frame_this_id): Update comments.
11367 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
11368 * frame.c (legacy_get_prev_frame): Ditto.
11369 * valops.c (call_function_by_hand): Delete function.
11370 (hand_function_call): Rename to call_function_by_hand
11371
11372 2003-03-30 Andrew Cagney <cagney@redhat.com>
11373
11374 2002-11-10 Klee Dienes <kdienes@apple.com>
11375 * value.h (struct value): Update comment.
11376
11377 2003-03-30 Andrew Cagney <cagney@redhat.com>
11378
11379 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
11380 D10V_FP_REGNUM.
11381 (d10v_gdbarch_init): Do not set fp_regnum.
11382
11383 * frame.c (get_frame_base): Force ID initialization.
11384 (get_prev_frame): Move computation of the frame ID from here ...
11385 (get_frame_id): ... to here.
11386 (legacy_get_prev_frame): Mark the frame ID as valid.
11387 * frame.h (struct frame_info): Add field "id_p".
11388
11389 2003-03-30 Mark Kettenis <kettenis@gnu.org>
11390
11391 * i386-tdep.c (i386_store_struct_return): Removed.
11392 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
11393
11394 2003-03-30 Andrew Cagney <cagney@redhat.com>
11395
11396 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
11397 * gdbarch.h, gdbarch.c: Regenerate.
11398 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
11399 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11400 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11401 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11402 * i386-tdep.c (i386_gdbarch_init): Ditto.
11403 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11404 * cris-tdep.c (cris_gdbarch_init): Ditto.
11405 * vax-tdep.c (vax_gdbarch_init): Ditto.
11406 * s390-tdep.c (s390_gdbarch_init): Ditto.
11407 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11408 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11409 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11410 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
11411 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
11412 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
11413 * sparc-tdep.c (sparc_gdbarch_init): Update.
11414 * sh-tdep.c (sh_gdbarch_init): Update.
11415 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11416 * mips-tdep.c (mips_gdbarch_init): Update.
11417 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11418 * ia64-tdep.c (ia64_gdbarch_init): Update.
11419 * frv-tdep.c (frv_gdbarch_init): Update.
11420 * avr-tdep.c (avr_gdbarch_init): Update.
11421 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
11422 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
11423 instead of when push_dummy_call is not available.
11424
11425 2003-03-30 Andrew Cagney <cagney@redhat.com>
11426
11427 * infttrace.c: Include "gdbthread.h".
11428 (parent_attach_all): Fix function signature.
11429 (call_ptrace): Update call.
11430 * Makefile.in (infttrace.o): Update dependencies.
11431
11432 2003-03-30 Andrew Cagney <cagney@redhat.com>
11433
11434 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
11435 PUSH_RETURN_ADDRESS.
11436 * gdbarch.h, gdbarch.c: Regenerate.
11437 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11438 * x86-64-tdep.c (x86_64_init_abi): Update.
11439 * v850-tdep.c (v850_gdbarch_init): Update.
11440 * sparc-tdep.c (sparc_gdbarch_init): Update.
11441 * sh-tdep.c (sh_gdbarch_init): Update.
11442 * s390-tdep.c (s390_gdbarch_init): Update.
11443 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11444 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11445 * mips-tdep.c (mips_gdbarch_init): Update.
11446 * mcore-tdep.c (mcore_gdbarch_init): Update.
11447 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11448 * ia64-tdep.c (ia64_gdbarch_init): Update.
11449 * i386-tdep.c (i386_gdbarch_init): Update.
11450 * h8300-tdep.c (h8300_gdbarch_init): Update.
11451 * frv-tdep.c (frv_gdbarch_init): Update.
11452 * cris-tdep.c (cris_gdbarch_init): Update.
11453 * avr-tdep.c (avr_gdbarch_init): Update.
11454 * arm-tdep.c (arm_gdbarch_init): Update.
11455 * valops.c (hand_function_call): Update.
11456
11457 2003-03-29 Andrew Cagney <cagney@redhat.com>
11458
11459 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
11460 sizeof_call_dummy_words.
11461 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
11462 define.
11463 * gdbarch.h: Regenerate.
11464
11465 2003-03-29 Andrew Cagney <cagney@redhat.com>
11466
11467 * infttrace.h: New file.
11468 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
11469 (hpread_get_textlow): Detect an uninitialized dn_bufp.
11470 (hpread_read_doc_function_type): Detect an initialized type1.
11471 (hpread_quick_traverse): Initialize mod_name_string.
11472 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
11473 (som_solib_get_solib_by_pc): Declare.
11474 (so_lib_thread_start_addr): Declare.
11475 (no_shared_libraries): Declare.
11476 * somread.c (init_import_symbols): Make static. Add forward
11477 declaration.
11478 * config/pa/nm-hppah.h: Include "infttrace.h" for
11479 parent_attach_all.
11480 (hppa_insert_hw_watchpoint): Declare.
11481 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
11482 * hppah-nat.c: Include "gdb_string.h".
11483 (parent_attach_all): Delete extern declaration, moved to
11484 "infttrace.h".
11485 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
11486 int.
11487 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
11488 * Makefile.in (infttrace_h): Define.
11489 (hpread.o): Update dependencies.
11490 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
11491 * hppa-hpux-tdep.c: Include "gdb_string.h".
11492 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
11493 * infrun.c (handle_inferior_event): Always initialize
11494 stepped_after_stopped_by_watchpoint. Add default and remove
11495 fallthrough in switch statement.
11496 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
11497 parameter to int.
11498 (hppa_remove_hw_watchpoint): Ditto.
11499
11500 2003-03-29 Andrew Cagney <cagney@redhat.com>
11501
11502 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
11503 offset.
11504
11505 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
11506
11507 * arm-tdep.c (arm_push_arguments): Delete.
11508 (struct stack_item): New type.
11509 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
11510 (arm_store_struct_return): Delte.
11511 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
11512 arm_push_arguments or arm_store_struct_return.
11513
11514 2003-03-28 Andrew Cagney <cagney@redhat.com>
11515
11516 * Makefile.in (d10v-tdep.o): Update dependencies.
11517 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
11518 * d10v-tdep.c: Include "remote.h".
11519 (target_resume_hook): Delete extern declaration.
11520 (target_wait_loop_hook): Ditto.
11521 (tdisassemble_command): Eliminate assignment in "if" conditional.
11522 (d10v_ts2_register_sim_regno): Eliminate call to
11523 legacy_register_sim_regno.
11524 (d10v_ts3_register_sim_regno): Ditto.
11525
11526 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
11527
11528 * thread.c: Reindented.
11529 * lin-lwp.c: Ditto.
11530 * linux-proc.c: Ditto.
11531
11532 2003-03-28 Bob Rossi <bob_rossi@cox.net>
11533
11534 * MAINTAINERS (write after approval): Add myself.
11535
11536 2003-03-27 Theodore A. Roth <troth@openavr.org>
11537
11538 * objc-exp.y: Add missing semi-colons.
11539
11540 2003-03-27 Andrew Cagney <cagney@redhat.com>
11541
11542 * regcache.c (write_sp): Delete function and references.
11543 * inferior.h (write_sp): Delete declaration.
11544 * valops.c (hand_function_call): Replace write_sp with
11545 TARGET_WRITE_SP.
11546 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
11547 (sparc_pop_frame): Ditto.
11548
11549 2003-03-27 Andrew Cagney <cagney@redhat.com>
11550
11551 * NEWS: Mention removal of support for hppa*-*-bsd* and
11552 hppa*-*-osf* natives, and hppa*-*-pro* target.
11553 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
11554 * config/pa/xm-pa.h: Obsolete file.
11555 * config/pa/xm-hppab.h: Obsolete file.
11556 * config/pa/nm-hppab.h: Obsolete file.
11557 * config/pa/tm-hppab.h: Obsolete file.
11558 * config/pa/tm-hppao.h: Obsolete file.
11559 * config/pa/nm-hppao.h: Obsolete file.
11560 * config/pa/tm-pro.h: Obsolete file.
11561 * config/pa/hppaosf.mt: Obsolete file.
11562 * config/pa/hppaosf.mh: Obsolete file.
11563 * config/pa/hppapro.mt: Obsolete file.
11564 * config/pa/hppabsd.mt: Obsolete file.
11565 * config/pa/hppabsd.mh: Obsolete file.
11566 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
11567 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
11568 hppa*-*-osf*.
11569
11570 2003-03-27 Andrew Cagney <cagney@redhat.com>
11571
11572 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
11573 push_arguments. Don't set push_return_address or write_sp.
11574 (d10v_push_dummy_call): Replace d10v_push_arguments.
11575 (d10v_push_return_address, d10v_write_sp): Delete function,
11576 handled by push_dummy_call.
11577
11578 2003-03-26 Andrew Cagney <cagney@redhat.com>
11579
11580 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
11581 (push_dummy_call): New pure multi-arch replacement with gdbarch,
11582 regcache and dummy_addr parameters.
11583 * gdbarch.h, gdbarch.c: Re-generate.
11584 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
11585 available; assume it will handle stack alignment and return
11586 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
11587 legacy_push_arguments.
11588 (legacy_push_arguments): Rename default_push_arguments.
11589 * value.h (legacy_push_arguments): Rename default_push_arguments.
11590 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
11591 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11592 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11593 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11594 * config/i386/tm-symmetry.h: Update.
11595 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11596 * x86-64-tdep.c (x86_64_init_abi): Update.
11597 * v850-tdep.c (v850_gdbarch_init): Update.
11598 * sparc-tdep.c (sparc_gdbarch_init): Update.
11599 * sh-tdep.c (sh_gdbarch_init): Update.
11600 * s390-tdep.c (s390_gdbarch_init): Update.
11601 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11602 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11603 * mips-tdep.c (mips_gdbarch_init): Update.
11604 * mcore-tdep.c (mcore_gdbarch_init): Update.
11605 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11606 * ia64-tdep.c (ia64_gdbarch_init): Update.
11607 * i386-tdep.c (i386_gdbarch_init): Update.
11608 * hppa-tdep.c (hppa_gdbarch_init): Update.
11609 * h8300-tdep.c (h8300_gdbarch_init): Update.
11610 * frv-tdep.c (frv_gdbarch_init): Update.
11611 * d10v-tdep.c (d10v_gdbarch_init): Update.
11612 * cris-tdep.c (cris_gdbarch_init): Update.
11613 * avr-tdep.c (avr_gdbarch_init): Update.
11614 * arm-tdep.c (arm_gdbarch_init): Update.
11615 * arm-linux-tdep.c (arm_linux_init_abi): Update.
11616 * alpha-tdep.c (alpha_gdbarch_init): Update.
11617
11618 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11619
11620 * signals/signals.c (do_target_signal_to_host): Correct realtime
11621 signal range test.
11622
11623 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11624
11625 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
11626 (struct sal_chain, map_catch_names): Remove.
11627 (catch_exception_command_1): Don't call
11628 handle_gnu_4_16_catch_command.
11629
11630 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11631
11632 From Mark Dettinger <dettinge@de.ibm.com>:
11633 * dwarf2cfi.c (read_2u): Increment pointer by two.
11634
11635 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11636
11637 * signals/signals.c: Fix typos in last change.
11638
11639 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11640
11641 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
11642 not already defined. Use __SIGRTMIN if available.
11643 (target_signal_from_host): Remove SIGRTMIN block.
11644 (do_target_signal_to_host): Remove SIGRTMIN block; check that
11645 the signal is within the realtime range.
11646
11647 2003-03-25 Adam Fedor <fedor@gnu.org>
11648
11649 * Makefile.in (infrun.o): Add $(language_h)
11650 * infrun.c (handle_inferior_event): Use skip_language_trampoline
11651 for language specific trampolines.
11652 * language.h (struct language_defn): Add skip_trampoline.
11653 (skip_language_trampoline): Declare.
11654 * language.c (unk_lang_trampoline, skip_language_trampoline):
11655 New functions.
11656 (unknown_language_defn, auto_language_defn, local_language_defn):
11657 Add ukn_lang_trampoline.
11658 * ada-lang.c (ada_language_defn): Add NULL for language
11659 specific skip_trampoline.
11660 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
11661 scm-lang.c: Likewise.
11662 * objc-lang.c (objc_skip_trampoline): New function.
11663 (objc_language_defn): Add objc_skip_trampoline.
11664
11665 2003-03-25 Andrew Cagney <cagney@redhat.com>
11666
11667 * frame.c (get_prev_frame): Delay validating a frame's ID -
11668 non-NULL, didn't go backwards - until an attempt to unwind it to
11669 the previous frame.
11670
11671 2003-03-25 Andrew Cagney <cagney@redhat.com>
11672
11673 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
11674 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
11675 * gdbarch.h, gdbarch.c: Re-generate.
11676 * config/sparc/tm-sparc.h
11677 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
11678 * sparc-tdep.c (sparc_gdbarch_init): Set
11679 deprecated_extra_stack_alignment_needed.
11680 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11681 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
11682 extra_stack_alignment_needed.
11683 * v850-tdep.c (v850_gdbarch_init): Ditto.
11684 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11685 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11686 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11687 * cris-tdep.c (cris_gdbarch_init): Ditto.
11688 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11689 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11690
11691 2003-03-25 Andrew Cagney <cagney@redhat.com>
11692
11693 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
11694 STORE_STRUCT_RETURN.
11695 * gdbarch.h, gdbarch.c: Regenerate.
11696 * d10v-tdep.c (d10v_store_struct_return): Delete function.
11697 (d10v_push_arguments): Set the struct return register.
11698 (d10v_gdbarch_init): Update.
11699 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11700 * x86-64-tdep.c (x86_64_init_abi): Update.
11701 * vax-tdep.c (vax_gdbarch_init): Update.
11702 * v850-tdep.c (v850_gdbarch_init): Update.
11703 * sparc-tdep.c (sparc_gdbarch_init): Update.
11704 * sh-tdep.c (sh_gdbarch_init): Update.
11705 * s390-tdep.c (s390_gdbarch_init): Update.
11706 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11707 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11708 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11709 * mips-tdep.c (mips_gdbarch_init): Update.
11710 * mcore-tdep.c (mcore_gdbarch_init): Update.
11711 * m68k-tdep.c (m68k_gdbarch_init): Update.
11712 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11713 * ia64-tdep.c (ia64_gdbarch_init): Update.
11714 * i386-tdep.c (i386_gdbarch_init): Update.
11715 * hppa-tdep.c (hppa_gdbarch_init): Update.
11716 * h8300-tdep.c (h8300_gdbarch_init): Update.
11717 * frv-tdep.c (frv_gdbarch_init): Update.
11718 * cris-tdep.c (cris_gdbarch_init): Update.
11719 * avr-tdep.c (avr_gdbarch_init): Update.
11720 * arm-tdep.c (arm_gdbarch_init): Update.
11721 * alpha-tdep.c (alpha_gdbarch_init): Update.
11722
11723 2003-03-25 Andrew Cagney <cagney@redhat.com>
11724
11725 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
11726 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
11727 CALL_DUMMY_STACK_ADJUST with a predicate variable.
11728 * gdbarch.h, gdbarch.c: Regenerate.
11729 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11730 call_dummy_stack_adjust_p.
11731 * vax-tdep.c (vax_gdbarch_init): Ditto.
11732 * v850-tdep.c (v850_gdbarch_init): Ditto.
11733 * sh-tdep.c (sh_gdbarch_init): Ditto.
11734 * s390-tdep.c (s390_gdbarch_init): Ditto.
11735 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11736 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11737 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11738 * mips-tdep.c (mips_gdbarch_init): Ditto.
11739 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11740 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11741 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11742 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11743 * i386-tdep.c (i386_gdbarch_init): Ditto.
11744 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11745 * frv-tdep.c (frv_gdbarch_init): Ditto.
11746 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11747 * cris-tdep.c (cris_gdbarch_init): Ditto.
11748 * avr-tdep.c (avr_gdbarch_init): Ditto.
11749 * arm-tdep.c (arm_gdbarch_init): Ditto.
11750 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11751 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11752 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
11753 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11754 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
11755 call_dummy_stack_adjust_p.
11756 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
11757 (CALL_DUMMY_STACK_ADJUST): Delete macro.
11758 * sparc-tdep.c (sparc32_push_arguments): Update.
11759 * valops.c (hand_function_call): Update.
11760
11761 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
11762
11763 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
11764 set_gdbarch_char_signed.
11765
11766 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
11767
11768 PR cli/548
11769 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
11770
11771 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
11772
11773 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
11774 (_initialize_arm_tdep): Don't set tm_print_insn.
11775
11776 2003-03-24 Adam Fedor <fedor@gnu.org>
11777
11778 * Makefile.in (YYOBJ): Add objc-exp.tab.o
11779 * objc-lang.h: Add multiple inclusion protection.
11780 (start_msglist, add_msglist, end_msglist): Additional declarations.
11781
11782 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
11783
11784 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
11785 value was renamed to ARM_FLOAT_SOFT_FPA.
11786
11787 2003-03-23 Andrew Cagney <cagney@redhat.com>
11788
11789 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
11790 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
11791 * gdbarch.h, gdbarch.c: Regenerate.
11792 * valops.c (hand_function_call): Update.
11793 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11794 * frame.c (legacy_saved_regs_this_id): Update.
11795 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
11796 * dummy-frame.h: Update.
11797 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
11798 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11799 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
11800 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
11801 * config/m68k/tm-sun3.h: Update.
11802 * blockframe.c (inside_main_func, frame_chain_valid): Update.
11803 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11804 * x86-64-tdep.c (x86_64_init_abi): Update.
11805 * vax-tdep.c (vax_gdbarch_init): Update.
11806 * v850-tdep.c (v850_gdbarch_init): Update.
11807 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
11808 * sh-tdep.c (sh_gdbarch_init): Update.
11809 * s390-tdep.c (s390_gdbarch_init): Update.
11810 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
11811 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
11812 (frame_get_saved_regs): Update.
11813 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11814 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11815 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11816 * mips-tdep.c (mips_gdbarch_init): Update.
11817 * mcore-tdep.c (mcore_gdbarch_init): Update.
11818 * m68k-tdep.c (m68k_gdbarch_init): Update.
11819 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11820 * ia64-tdep.c (ia64_gdbarch_init): Update.
11821 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
11822 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11823 (i386_interix_back_one_frame): Update.
11824 * hppa-tdep.c (hppa_gdbarch_init): Update.
11825 (hppa_init_extra_frame_info): Update.
11826 * h8300-tdep.c (h8300_gdbarch_init): Update.
11827 * frv-tdep.c (frv_gdbarch_init): Update.
11828 * cris-tdep.c (cris_gdbarch_init): Update.
11829 * avr-tdep.c (avr_gdbarch_init): Update.
11830 * arm-tdep.c (arm_gdbarch_init): Update.
11831 * alpha-tdep.c (alpha_gdbarch_init): Update.
11832
11833 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11834
11835 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
11836 (arm_get_fp_model): Declare.
11837 * arm-tdep.c (fp_model_strings): New string array.
11838 (arm_fp_model, current_fp_model): New variables.
11839 (arm_get_fp_model): New function.
11840 (arm_set_fp): New function.
11841 (set_fp_model_sfunc): New function.
11842 (show_fp_model): New function.
11843 (_initialize_arm_tdep): Add new command to set/show the FPU.
11844 (arm_extract_return_value): Use arm_get_fp_model.
11845 (arm_store_return_value): Likewise.
11846 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
11847 to initialize the floating-point data types.
11848 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
11849 model is FPA.
11850
11851 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11852
11853 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
11854 the current setting of each value.
11855 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
11856 new_set and new_show. Use add_setshow_cmd_full and
11857 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
11858 commands and add new version as subcommands of "set/show arm".
11859
11860 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11861
11862 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
11863 (set_arm_command, show_arm_command): New functions.
11864 (_initialize_arm_tdep): Add them.
11865 (num_disassembly_options): Renamed from num_flavor_options.
11866 (valid_disassembly_styles): Renamed from valid_flavors.
11867 (disassembly_style): Renamed from disassembly_flavor.
11868 (set_disassembly_style_sfunc): Renamed from
11869 set_disassembly_flavor_sfunc.
11870 (set_disassembly_style): Renamed from set_disassembly_flavor.
11871 (arm_othernames): Updated.
11872 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
11873 command. Add "set/show arm disassembly" commands. Deprecate
11874 "othernames" command.
11875
11876 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11877
11878 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
11879 (arm-tdep.o): Depend on elf_arm_h.
11880
11881 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11882
11883 * Makefile.in (coff_internal_h): Define.
11884 (arm-tdep.o): Update dependencies.
11885
11886 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11887
11888 * arm-tdep.c (prologue_cache): Delete.
11889 (check_prologue_cache, save_prologue_cache): Delete.
11890 (arm_scan_prologue): Don't check or update the prologue_cache.
11891 (arm_gdb_arch_init): Don't initialize it.
11892 (_initialize_arm_tdep): Likewise.
11893
11894 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11895
11896 * MAINTAINERS (tui): Maintainer of tui code.
11897
11898 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
11899
11900 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
11901 (i386-cygwin-tdep.o): Add dependencies.
11902 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
11903 * i386-cygwin-tdep.c: New file.
11904 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
11905 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
11906
11907 2003-03-20 Andrew Cagney <cagney@redhat.com>
11908
11909 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
11910 (handle_inferior_event): Remove code calling
11911 DYNAMIC_TRAMPOLINE_NEXTPC.
11912
11913 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
11914 already has a full path.
11915
11916 * main.c (gdb_main): Return 1.
11917 (captured_main): Call error to report an invalid interpreter.
11918
11919 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
11920 * alpha-osf1-tdep.c: Include "gdb_string.h".
11921
11922 2003-03-19 J. Brobecker <brobecker@gnat.com>
11923
11924 Continuing work to convert the hppa targets to multiarch partial.
11925
11926 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
11927 method, now that hppa_push_dummy_frame has a conformant prototype.
11928 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
11929 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
11930 for the switch to multiarch partial.
11931
11932 2003-03-19 Kevin Buettner <kevinb@redhat.com>
11933
11934 * mdebugread.c (parse_symbol): For stEnd, we're done counting
11935 when iss is issNull.
11936
11937 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11938
11939 * mips-tdep.c (mips_register_name): Fix fencepost error involving
11940 NUM_REGS bounds check.
11941
11942 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11943
11944 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
11945 * mips-tdep.c (gdb_assert.h): Include.
11946 (mips_generic_reg_names, mips_processor_reg_names): Make static.
11947 (mips_register_name): Handle integer registers explicitly. Add
11948 bounds checking.
11949 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
11950 (mips_lsi33k_reg_names): Don't list integer registers; they're
11951 handled by mips_register_name() now.
11952 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
11953 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
11954 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
11955 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
11956 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
11957
11958 2003-03-18 Andrew Cagney <cagney@redhat.com>
11959
11960 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11961 a void pointer.
11962 * gdbtypes.h (print_scalar_formatted): Update declaration.
11963 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11964
11965 2003-03-18 J. Brobecker <brobecker@gnat.com>
11966
11967 * infrun.c (observer.h): Add #include.
11968 (normal_stop): Add call to observer_notify_normal_stop.
11969 * Makefile.in (infrun.o): Add dependency on observer.h.
11970
11971 2003-03-18 J. Brobecker <brobecker@gnat.com>
11972
11973 Continuing work to convert the hppa targets to multiarch partial.
11974 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11975 parameter. Reformat comment.
11976 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11977 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11978 to match new profile.
11979
11980 2003-03-18 J. Brobecker <brobecker@gnat.com>
11981
11982 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11983 appear to be working in any case.
11984
11985 2003-03-18 J. Brobecker <brobecker@gnat.com>
11986
11987 * observer.c (observer_test_first_observer): New static variable.
11988 (observer_test_second_observer): Likewise.
11989 (observer_test_third_observer): Likewise.
11990 (observer_test_first_notification_function): New static function.
11991 (observer_test_second_notification_function): Likewise.
11992 (observer_test_third_notification_function): Likewise.
11993
11994 2003-03-17 J. Brobecker <brobecker@gnat.com>
11995
11996 * hppa-tdep.c (gdb_assert.h): Add missing #include.
11997 * somsolib.c (gdb_assert.h): Likewise.
11998 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11999 (somsolib.o): Likewise.
12000
12001 2003-03-17 Andrew Cagney <cagney@redhat.com>
12002
12003 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
12004 BFD. Simplify setting of di.endian.
12005
12006 2003-03-17 Andrew Cagney <cagney@redhat.com>
12007
12008 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
12009 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
12010
12011 From Elena Zannoni <ezannoni@redhat.com>
12012 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
12013 vector and floating-point parameters.
12014 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
12015 convention.
12016 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
12017
12018 2003-03-17 Fernando Nasser <fnasser@redhat.com>
12019
12020 * MAINTAINERS: Remove my name from several maintainership roles.
12021
12022 2003-03-17 Andrew Cagney <cagney@redhat.com>
12023
12024 Fix frame off-by-one bug.
12025 * frame-unwind.h (frame_this_id_ftype): Replace
12026 frame_unwind_id_ftype.
12027 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
12028 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
12029 with "prev_register".
12030 * frame-unwind.c (frame_unwind_find_by_pc): Return
12031 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
12032 comment.
12033 * dummy-frame.c (cached_find_dummy_frame): Delete function.
12034 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
12035 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
12036 (dummy_frame_unwind): Update.
12037 * sentinel-frame.c (sentinel_frame_prev_register): Replace
12038 sentinel_frame_register_unwind.
12039 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
12040 (sentinel_frame_unwinder): Update.
12041 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
12042 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
12043 * frame.c (create_sentinel_frame): Update. Initialize
12044 "prologue_cache" instead of "unwind_cache".
12045 (frame_register_unwind): Call this frame's prev_register with the
12046 next frame and this frame's prologue cache.
12047 (get_prev_frame): Simplify. Always call prev frame's this_id with
12048 this frame and prev frame's prologue cache. Document that this
12049 call is shifted one to the left when compared to the
12050 frame_register_unwind call.
12051 (legacy_saved_regs_prev_register): Replace
12052 frame_saved_regs_register_unwind.
12053 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
12054 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
12055 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
12056 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
12057 (d10v_frame_unwind): Update.
12058 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
12059 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
12060 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
12061 "saved_regs" with "this_saved_regs".
12062
12063 2003-03-16 Andrew Cagney <cagney@redhat.com>
12064
12065 * frame.c (frame_pop): Don't call target_store_registers. Fix
12066 problem reported by Mark Kettenis.
12067
12068 2003-03-16 Mark Kettenis <kettenis@gnu.org>
12069
12070 * i386-tdep.c (i386_register_type): Renamed from
12071 i386_register_virtual_type. Adjust function signature.
12072 (i386_gdbarch_init): Set register_type instead of
12073 deprecated_max_register_raw_size,
12074 deprecated_max_register_virtual_size and register_virtual_type.
12075
12076 2003-03-14 Andrew Cagney <cagney@redhat.com>
12077
12078 * frame.c (get_prev_frame): When a legacy frame, always call
12079 legacy_get_prev_frame. Simplify unwind code using assumption that
12080 the unwinder is new.
12081 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
12082 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
12083 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
12084
12085 2003-03-14 Andrew Cagney <cagney@redhat.com>
12086
12087 * frame.c (get_saved_register): Delete function.
12088 * frame.h (get_saved_register): Delete declaration.
12089 * xstormy16-tdep.c: Update comment.
12090 * regcache.h: Update comments.
12091 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
12092 get_saved_register and extract_address, use
12093 frame_read_unsigned_register.
12094 (sparc_frame_saved_pc): Ditto.
12095 (sparc_get_saved_register): Instead of get_saved_register, use
12096 frame_register.
12097 (sparc_pop_frame): Ditto.
12098 * findvar.c: Update comments.
12099 (value_of_register): Call frame_register instead of
12100 get_saved_register.
12101 (value_from_register): Ditto.
12102 * config/sparc/tm-sparc.h: Update comment.
12103 * breakpoint.c: Update comment.
12104
12105 2003-03-14 Andrew Cagney <cagney@redhat.com>
12106
12107 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
12108 GET_SAVED_REGISTER.
12109 * gdbarch.h, gdbarch.c: Re-generate.
12110 * frame.h: Update comments.
12111 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12112 * x86-64-tdep.c (x86_64_init_abi): Update.
12113 * sparc-tdep.c (sparc_gdbarch_init): Update.
12114 * sh-tdep.c (sh_gdbarch_init): Update.
12115 * mips-tdep.c (mips_gdbarch_init): Update.
12116 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12117 * cris-tdep.c (cris_gdbarch_init): Update.
12118 * ia64-tdep.c (ia64_gdbarch_init): Update.
12119 * frame.c (frame_register): Update.
12120 (get_saved_register): Update.
12121 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
12122
12123 2003-03-13 Andrew Cagney <cagney@redhat.com>
12124
12125 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
12126 * gdbarch.h, gdbarch.c: Regenerate.
12127 * valops.c (hand_function_call): Update comment.
12128 * stack.c (return_command): Update comment.
12129 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
12130 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
12131 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12132 * x86-64-tdep.c (x86_64_init_abi): Update.
12133 * vax-tdep.c (vax_gdbarch_init): Update.
12134 * v850-tdep.c (v850_gdbarch_init): Update.
12135 * sparc-tdep.c (sparc_gdbarch_init): Update.
12136 * sh-tdep.c (sh_gdbarch_init): Update.
12137 * s390-tdep.c (s390_gdbarch_init): Update.
12138 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12139 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12140 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12141 * mips-tdep.c (mips_gdbarch_init): Update.
12142 * mcore-tdep.c (mcore_gdbarch_init): Update.
12143 * m68k-tdep.c (m68k_gdbarch_init): Update.
12144 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12145 * ia64-tdep.c (ia64_gdbarch_init): Update.
12146 * i386-tdep.c (i386_gdbarch_init): Update.
12147 * hppa-tdep.c (hppa_gdbarch_init): Update.
12148 * h8300-tdep.c (h8300_gdbarch_init): Update.
12149 * frv-tdep.c (frv_gdbarch_init): Update.
12150 * cris-tdep.c (cris_gdbarch_init): Update.
12151 * avr-tdep.c (avr_gdbarch_init): Update.
12152 * arm-tdep.c (arm_gdbarch_init): Update.
12153 * alpha-tdep.c (alpha_gdbarch_init): Update.
12154
12155 2003-03-13 Andrew Cagney <cagney@redhat.com>
12156
12157 * frame.c (legacy_frame_p): New function.
12158 (get_prev_frame): Use legacy_frame_p.
12159 * frame.h (legacy_frame_p): Declare.
12160
12161 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
12162
12163 * MAINTAINERS (write after approval): Alphabetically
12164 listing corrected.
12165
12166 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
12167
12168 * MAINTAINERS (write after approval): Add myself.
12169
12170 2003-03-12 Andrew Cagney <cagney@redhat.com>
12171
12172 * frame.c (get_prev_frame): Rename the frame parameter to
12173 "this_frame".
12174 (get_next_frame, legacy_get_prev_frame): Ditto.
12175
12176 2003-03-12 Andrew Cagney <cagney@redhat.com>
12177
12178 * frame.c (get_current_frame): Check target_has_registers before
12179 checking target_has_stack.
12180 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
12181 instead of deprecated_selected_frame.
12182 * findvar.c (value_of_register): Pass "frame", not
12183 deprecated_selected_frame, to value_of_builtin_reg.
12184
12185 2003-03-12 Andrew Cagney <cagney@redhat.com>
12186
12187 * regcache.c (regcache_cooked_write_signed): New function.
12188 (regcache_cooked_write_unsigned): New function.
12189 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
12190 (regcache_cooked_read_signed): Fix regnum in range assertion.
12191 * regcache.h (regcache_cooked_write_signed): Declare.
12192 (regcache_cooked_write_unsigned): Declare.
12193
12194 2003-03-12 Andrew Cagney <cagney@redhat.com>
12195
12196 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
12197 * gdbarch.h, gdbarch.c: Re-generate.
12198 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12199 * x86-64-tdep.h: Update.
12200 * x86-64-tdep.c (x86_64_init_abi): Update.
12201 * v850-tdep.c (v850_gdbarch_init): Update.
12202 * sparc-tdep.c (sparc_gdbarch_init): Update.
12203 * sh-tdep.c (sh_gdbarch_init): Update.
12204 * s390-tdep.c (s390_gdbarch_init): Update.
12205 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12206 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12207 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12208 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12209 * mips-tdep.c (mips_gdbarch_init): Update.
12210 * mcore-tdep.c (mcore_gdbarch_init): Update.
12211 * m68k-tdep.c (m68k_gdbarch_init): Update.
12212 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12213 * ia64-tdep.c (ia64_gdbarch_init): Update.
12214 * i386-tdep.c (i386_gdbarch_init): Update.
12215 * i386-interix-tdep.c (i386_interix_init_abi): Update.
12216 * hppa-tdep.c (hppa_gdbarch_init): Update.
12217 * h8300-tdep.c (h8300_gdbarch_init): Update.
12218 * frv-tdep.c (frv_gdbarch_init): Update.
12219 * cris-tdep.c (cris_gdbarch_init): Update.
12220 * avr-tdep.c (avr_gdbarch_init): Update.
12221 * arm-tdep.c (arm_gdbarch_init): Update.
12222 * alpha-tdep.c (alpha_gdbarch_init): Update.
12223 * sh-tdep.c (sh_init_extra_frame_info): Update.
12224 (sh64_init_extra_frame_info): Update.
12225 * ns32knbsd-nat.c (frame_num_args): Update.
12226 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
12227 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
12228 (xstormy16_frame_chain_valid): Update.
12229 * vax-tdep.c (vax_saved_pc_after_call): Update.
12230 * v850-tdep.c (v850_frame_chain): Update.
12231 (v850_pop_frame): Update.
12232 (v850_init_extra_frame_info): Update.
12233 * sparc-tdep.c (setup_arbitrary_frame): Update.
12234 * ns32k-tdep.c (umax_frame_num_args): Update.
12235 * s390-tdep.c (s390_pop_frame_regular): Update.
12236 * mn10300-tdep.c (mn10300_frame_chain): Update.
12237 (mn10300_pop_frame_regular): Update.
12238 (mn10300_init_extra_frame_info): Update.
12239 * mips-tdep.c (mips_init_frame_pc_first): Update.
12240 (mips_frame_chain): Update.
12241 (mips_pop_frame): Update.
12242 * mcore-tdep.c (mcore_frame_chain): Update.
12243 (mcore_pop_frame): Update.
12244 (mcore_init_extra_frame_info): Update.
12245 * arch-utils.c (init_frame_pc_default): Update.
12246 * m68k-tdep.c (isi_frame_num_args): Update.
12247 (delta68_frame_num_args): Update.
12248 (news_frame_num_args): Update.
12249 * ia64-tdep.c (ia64_pop_frame_regular): Update.
12250 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
12251 (alpha_frame_chain): Update.
12252 (alpha_pop_frame): Update.
12253 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
12254 (hppa_init_extra_frame_info): Update.
12255 (hppa_frame_chain): Update.
12256 (hppa_frame_chain_valid): Update.
12257 * cris-tdep.c (cris_init_extra_frame_info): Update.
12258 * avr-tdep.c (avr_init_extra_frame_info): Update.
12259 * arm-tdep.c (arm_frame_chain_valid): Update.
12260 (arm_init_extra_frame_info): Update.
12261 (arm_pop_frame): Update.
12262 * frame.c (frame_pc_unwind): Update.
12263 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
12264 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12265 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12266 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
12267 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
12268 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
12269
12270 2003-03-12 Andrew Cagney <cagney@redhat.com>
12271
12272 Eliminate the need for POP_FRAME.
12273 * frame.c (do_frame_unwind_register): New function.
12274 (frame_pop): When no POP_FRAME, pop the frame using register
12275 unwind and a scratch regcache.
12276 (frame_saved_regs_pop): Delete function.
12277 (trad_frame_unwinder): Update.
12278 * d10v-tdep.c (d10v_frame_pop): Delete function.
12279 (d10v_frame_unwind): Update.
12280 * sentinel-frame.c (sentinel_frame_pop): Delete function.
12281 (sentinel_frame_unwinder): Update.
12282 * dummy-frame.c (dummy_frame_pop): Delete function.
12283 (dummy_frame_unwind): Update.
12284 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
12285 (struct frame_unwind): Update.
12286
12287 2003-03-11 Kevin Buettner <kevinb@redhat.com>
12288
12289 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
12290 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
12291 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
12292 Do range checks on register number obtained from debugging info.
12293 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
12294 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
12295 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
12296 mapping function.
12297 (do_fp_register_row): Fix typo which caused double type to be
12298 used when attempting to unpack a float.
12299
12300 2003-03-11 J. Brobecker <brobecker@gnat.com>
12301
12302 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
12303
12304 2003-03-11 Andrew Cagney <cagney@redhat.com>
12305
12306 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
12307 frame. Problem found by Corinna Vinschen.
12308
12309 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
12310
12311 * doublest.c (floatformat_from_length): Accept also
12312 the real size of 'long double' type.
12313
12314 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
12315
12316 From Klee Dienes <kdienes@apple.com>:
12317 * breakpoint.c (bpstat_copy): Copy the command lines as well
12318 as the old value, to match what is freed in bpstat_clear.
12319
12320 2003-03-10 David Carlton <carlton@math.stanford.edu>
12321
12322 * minsyms.c (add_minsym_to_hash_table): Replace
12323 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
12324 (compare_minimal_symbols, compact_minimal_symbols)
12325 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
12326 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
12327 of DEPRECATED_SYMBOL_MATCHES_NAME.
12328 (lookup_minimal_symbol_solib_trampoline): Ditto.
12329
12330 2003-03-10 Andrew Cagney <cagney@redhat.com>
12331
12332 * regcache.h (regcache_cooked_read_ftype): Define.
12333 (regcache_save, regcache_restore): Add a cooked_read parameter.
12334 * regcache.c (regcache_save, regcache_restore): Update.
12335 (do_cooked_read): New function.
12336 (regcache_cpy): Pass do_cooked_read to regcache_save and
12337 regcache_restore.
12338
12339 2003-03-10 Andrew Cagney <cagney@redhat.com>
12340
12341 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
12342 * gdbarch.h, gdbarch.c: Re-generate.
12343 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12344 * x86-64-tdep.h: Update.
12345 * x86-64-tdep.c (x86_64_init_abi): Update.
12346 * v850-tdep.c (v850_gdbarch_init): Update.
12347 * sparc-tdep.c (sparc_gdbarch_init): Update.
12348 * sh-tdep.c (sh_gdbarch_init): Update.
12349 * s390-tdep.c (s390_gdbarch_init): Update.
12350 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12351 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12352 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12353 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12354 * mips-tdep.c (mips_gdbarch_init): Update.
12355 * mcore-tdep.c (mcore_gdbarch_init): Update.
12356 * m68k-tdep.c (m68k_gdbarch_init): Update.
12357 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12358 * ia64-tdep.c (ia64_gdbarch_init): Update.
12359 * i386-tdep.c (i386_gdbarch_init): Update.
12360 * i386-interix-tdep.c (i386_interix_init_abi): Update.
12361 * hppa-tdep.c (hppa_gdbarch_init): Update.
12362 * h8300-tdep.c (h8300_gdbarch_init): Update.
12363 * frv-tdep.c (frv_gdbarch_init): Update.
12364 * cris-tdep.c (cris_gdbarch_init): Update.
12365 * avr-tdep.c (avr_gdbarch_init): Update.
12366 * arm-tdep.c (arm_gdbarch_init): Update.
12367 * alpha-tdep.c (alpha_gdbarch_init): Update.
12368 * sh-tdep.c (sh_init_extra_frame_info): Update.
12369 (sh64_init_extra_frame_info): Update.
12370 * ns32knbsd-nat.c (frame_num_args): Update.
12371 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
12372 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
12373 (xstormy16_frame_chain_valid): Update.
12374 * vax-tdep.c (vax_saved_pc_after_call): Update.
12375 * v850-tdep.c (v850_frame_chain): Update.
12376 (v850_pop_frame): Update.
12377 (v850_init_extra_frame_info): Update.
12378 * sparc-tdep.c (setup_arbitrary_frame): Update.
12379 * ns32k-tdep.c (umax_frame_num_args): Update.
12380 * s390-tdep.c (s390_pop_frame_regular): Update.
12381 * mn10300-tdep.c (mn10300_frame_chain): Update.
12382 (mn10300_pop_frame_regular): Update.
12383 (mn10300_init_extra_frame_info): Update.
12384 * mips-tdep.c (mips_init_frame_pc_first): Update.
12385 (mips_frame_chain): Update.
12386 (mips_pop_frame): Update.
12387 * mcore-tdep.c (mcore_frame_chain): Update.
12388 (mcore_pop_frame): Update.
12389 (mcore_init_extra_frame_info): Update.
12390 * arch-utils.c (init_frame_pc_default): Update.
12391 * m68k-tdep.c (isi_frame_num_args): Update.
12392 (delta68_frame_num_args): Update.
12393 (news_frame_num_args): Update.
12394 * ia64-tdep.c (ia64_pop_frame_regular): Update.
12395 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
12396 (alpha_frame_chain): Update.
12397 (alpha_pop_frame): Update.
12398 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
12399 (hppa_init_extra_frame_info): Update.
12400 (hppa_frame_chain): Update.
12401 (hppa_frame_chain_valid): Update.
12402 * cris-tdep.c (cris_init_extra_frame_info): Update.
12403 * avr-tdep.c (avr_init_extra_frame_info): Update.
12404 * arm-tdep.c (arm_frame_chain_valid): Update.
12405 (arm_init_extra_frame_info): Update.
12406 (arm_pop_frame): Update.
12407 * frame.c (frame_pc_unwind): Update.
12408 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
12409 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12410 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12411 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
12412 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
12413 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
12414
12415 2003-03-10 Andrew Cagney <cagney@redhat.com>
12416
12417 * gdbarch.sh (gdbarch_unwind_pc): New method.
12418 * gdbarch.h, gdbarch.c: Regenerate.
12419 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
12420 but use read_pc and FRAME_SAVED_PC as fall backs.
12421 (frame_saved_regs_pc_unwind): Delete function.
12422 (trad_frame_unwinder): Update.
12423 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
12424 (struct frame_unwind): Update.
12425 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
12426 (dummy_frame_unwind): Update.
12427 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
12428 (sentinel_frame_unwinder): Update.
12429 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
12430 (d10v_frame_unwind): Update.
12431 (d10v_unwind_pc): New function.
12432 (d10v_gdbarch_init): Set unwind_pc.
12433
12434 2003-03-10 Andrew Cagney <cagney@redhat.com>
12435
12436 * gdbarch.h: Re-generate.
12437
12438 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
12439 PC.
12440 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
12441 the PC register.
12442
12443 2003-03-08 Mark Kettenis <kettenis@gnu.org>
12444
12445 * gdbarch.sh (save_dummy_frame_tos): Add comment.
12446
12447 2003-03-08 Andrew Cagney <cagney@redhat.com>
12448
12449 * cli-out.c: Update copyright.
12450 (cli_out_data): Define typedef. Use instead of ui_out_data.
12451
12452 2003-03-08 Andrew Cagney <cagney@redhat.com>
12453
12454 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
12455 the result.
12456
12457 2003-03-07 Andrew Cagney <cagney@redhat.com>
12458
12459 * gdbarch.sh: Don't generate two macro definitions when an
12460 undefined macro taking no arguments.
12461 * gdbarch.h: Regenerate.
12462
12463 2002-03-07 Michal Ludvig <mludvig@suse.cz>
12464
12465 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
12466 (x86_64_unwind_dummy_id): New functions.
12467 (x86_64_init_abi): Register these two new functions.
12468
12469 2003-03-07 Michal Ludvig <mludvig@suse.cz>
12470
12471 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
12472 (x86_64_skip_prologue): Move prologue detection to
12473 separate function.
12474 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
12475
12476 2003-03-05 Andrew Cagney <cagney@redhat.com>
12477
12478 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
12479 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
12480 * frame.c (get_prev_frame): Restructure the frame ID unwind code
12481 to use unwind_dummy_id when a dummy frame.
12482 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
12483 predicate.
12484 * gdbarch.h, gdbarch.c: Regneerate.
12485
12486 2003-03-05 Andrew Cagney <cagney@redhat.com>
12487
12488 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
12489 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
12490 Do not use d10v_read_sp or d10v_read_fp when obtaining register
12491 values.
12492
12493 2003-03-05 Andrew Cagney <cagney@redhat.com>
12494
12495 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
12496 (struct d10v_unwind_cache): Delete field "frameless". Replace
12497 "next_addr" with "sp_offset". Add "r11_offset".
12498 (d10v_frame_unwind_cache): Update.
12499 (prologue_find_regs): Update. When "mv r11, sp", save the
12500 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
12501 RN was saved in r11_offset.
12502
12503 2003-03-05 Andrew Cagney <cagney@redhat.com>
12504
12505 * frame.c (deprecated_update_frame_pc_hack): Also update the the
12506 cached PC value in the next frame.
12507
12508 2003-03-05 Andrew Cagney <cagney@redhat.com>
12509
12510 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
12511 "id_unwind_cache" with "id".
12512 (frame_id_unwind): Delete declaration.
12513 * frame.c (frame_id_unwind): Delete function.
12514 (get_prev_frame): Call the frame id unwind method directly. Store
12515 the returned next frame's ID value in NEXT_FRAME. Note that there
12516 is a problem with the wrong unwind ID being called with the wrong
12517 unwind cache.
12518
12519 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
12520
12521 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
12522
12523 2003-03-05 James Ingham <jingham@apple.com>
12524 Daniel Jacobowitz <drow@mvista.com>
12525
12526 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
12527 (auto_cp_abi): New variable.
12528 (current_cp_abi, num_cp_abis): Make static.
12529 (CP_ABI_MAX): Define.
12530 (cp_abis): Turn into an array.
12531 (value_virtual_fn_field): Fix formatting.
12532 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
12533 takes a pointer.
12534 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
12535 (list_cp_abis, _initialize_cp_abi): New functions.
12536 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
12537 declarations for cp_abis, num_cp_abis, current_cp_abi, and
12538 switch_to_cp_abi. Update prototype for register_cp_abi.
12539 * Makefile.in (cp-abi.o): Update dependencies.
12540 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
12541 instead of switch_to_cp_abi.
12542 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
12543 register_cp_abi.
12544 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
12545 register_cp_abi.
12546 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
12547
12548 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
12549
12550 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
12551 * dwarf2loc.c: Include "regcache.h".
12552 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
12553 register_size.
12554 * Makefile.in (dwarf2loc.o): Update dependencies.
12555
12556 2003-03-04 Theodore A. Roth <troth@openavr.org>
12557
12558 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
12559 number of io registers reported by remote target is not a multiple of
12560 step.
12561
12562 2003-03-04 David Carlton <carlton@math.stanford.edu>
12563
12564 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
12565 (lookup_symbol_aux_psymtabs): Update call to
12566 lookup_partial_symbol.
12567 (lookup_transparent_type, find_main_psymtab)
12568 (make_symbol_overload_list): Ditto.
12569
12570 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
12571
12572 * MAINTAINERS (Write after approval): Update my email address.
12573
12574 2003-03-03 Andrew Cagney <cagney@redhat.com>
12575
12576 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
12577 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
12578 predicate. Replace MAX_REGISTER_RAW_SIZE.
12579 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
12580 MAX_REGISTER_VIRTUAL_SIZE.
12581 * regcache.c (legacy_max_register_raw_size): New function.
12582 (legacy_max_register_virtual_size): New function.
12583 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
12584 (MAX_REGISTER_RAW_SIZE): Define.
12585 (legacy_max_register_raw_size): Declare.
12586 (legacy_max_register_virtual_size): Declare.
12587 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12588 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
12589 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12590 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12591 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12592 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12593 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12594 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12595 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12596 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12597 * vax-tdep.c (vax_gdbarch_init): Update.
12598 * v850-tdep.c (v850_gdbarch_init): Update.
12599 * sparc-tdep.c (sparc_gdbarch_init): Update.
12600 * sh-tdep.c (sh_gdbarch_init): Update.
12601 * s390-tdep.c (s390_gdbarch_init): Update.
12602 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12603 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12604 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12605 * mips-tdep.c (mips_gdbarch_init): Update.
12606 * mcore-tdep.c (mcore_gdbarch_init): Update.
12607 * m68k-tdep.c (m68k_gdbarch_init): Update.
12608 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12609 * ia64-tdep.c (ia64_gdbarch_init): Update.
12610 * i386-tdep.c (i386_gdbarch_init): Update.
12611 * hppa-tdep.c (hppa_gdbarch_init): Update.
12612 * h8300-tdep.c (h8300_gdbarch_init): Update.
12613 * frv-tdep.c (frv_gdbarch_init): Update.
12614 * cris-tdep.c (cris_gdbarch_init): Update.
12615 * avr-tdep.c (avr_gdbarch_init): Update.
12616 * arm-tdep.c (arm_gdbarch_init): Update.
12617 * alpha-tdep.c (alpha_gdbarch_init): Update.
12618 * d10v-tdep.c (d10v_gdbarch_init): Do not set
12619 max_register_raw_size or max_register_virtual_size.
12620
12621 2003-03-03 David Carlton <carlton@math.stanford.edu>
12622
12623 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
12624 SYMBOL_MATCHES_NAME, add comment.
12625 (SYMBOL_MATCHES_NATURAL_NAME): New.
12626 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
12627 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
12628 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
12629 * symtab.c (lookup_partial_symbol): Use
12630 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
12631 unhelpful comment.
12632 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
12633 SYMBOL_MATCHES_NAME.
12634 Fix for PR c++/33.
12635
12636 2003-03-03 David Carlton <carlton@math.stanford.edu>
12637
12638 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
12639 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
12640 by regexp matching against SYMBOL_NATURAL_NAME.
12641
12642 2003-03-03 David Carlton <carlton@math.stanford.edu>
12643
12644 * linespec.c (find_method): Extract code into collect_methods.
12645 (collect_methods): New.
12646
12647 2003-03-02 Mark Kettenis <kettenis@gnu.org>
12648
12649 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
12650 get_frame_base.
12651
12652 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
12653 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12654
12655 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
12656
12657 * arch-utils.c (generic_register_byte): Fix to use the loop index
12658 and not regnum when summing the size of all registers up to regnum.
12659
12660 2003-03-01 Andrew Cagney <cagney@redhat.com>
12661
12662 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
12663 FRAME_INIT_SAVED_REGS.
12664 * gdbarch.h, gdbarch.c: Regenerate.
12665 * stack.c (frame_info): Update.
12666 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
12667 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
12668 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
12669 * ns32k-tdep.c (ns32k_pop_frame): Update.
12670 * mips-tdep.c (mips_pop_frame): Update.
12671 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
12672 * ia64-tdep.c (ia64_frame_chain): Update.
12673 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
12674 (ia64_frameless_function_invocation): Update.
12675 (ia64_init_extra_frame_info): Update.
12676 (ia64_pop_frame_regular): Update.
12677 * frame.h (struct frame_info): Update comment.
12678 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
12679 * frame.c (frame_saved_regs_register_unwind): Update.
12680 (frame_saved_regs_register_unwind): Update.
12681 (deprecated_generic_get_saved_register): Update.
12682 * cris-tdep.c: Update comment.
12683 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
12684 Rename macro.
12685 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12686 * x86-64-tdep.c (x86_64_init_abi): Update.
12687 * vax-tdep.c (vax_gdbarch_init): Update.
12688 * v850-tdep.c (v850_gdbarch_init): Update.
12689 * sparc-tdep.c (sparc_gdbarch_init): Update.
12690 * sh-tdep.c (sh_gdbarch_init): Update.
12691 * s390-tdep.c (s390_gdbarch_init): Update.
12692 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12693 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12694 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12695 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12696 * mips-tdep.c (mips_gdbarch_init): Update.
12697 * mcore-tdep.c (mcore_gdbarch_init): Update.
12698 * m68k-tdep.c (m68k_gdbarch_init): Update.
12699 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12700 * ia64-tdep.c (ia64_gdbarch_init): Update.
12701 * i386-tdep.c (i386_gdbarch_init): Update.
12702 * frv-tdep.c (frv_gdbarch_init): Update.
12703 * avr-tdep.c (avr_gdbarch_init): Update.
12704 * arm-tdep.c (arm_gdbarch_init): Update.
12705 * alpha-tdep.c (alpha_gdbarch_init): Update.
12706
12707 2003-03-01 Andrew Cagney <cagney@redhat.com>
12708
12709 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
12710 option enum and switch. When no windows, set the interpreter to
12711 INTERP_CONSOLE.
12712
12713 2003-03-01 Andrew Cagney <cagney@redhat.com>
12714
12715 * main.c (captured_main): Replace magic option characters with an
12716 enum.
12717
12718 2003-03-01 Andrew Cagney <cagney@redhat.com>
12719
12720 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
12721 INIT_EXTRA_FRAME_INFO.
12722 * gdbarch.h, gdbarch.c: Regenerate.
12723 * arm-tdep.c: Update comments.
12724 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
12725 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
12726 * frame.h, avr-tdep.c: Ditto.
12727 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
12728 (create_new_frame, legacy_get_prev_frame): Ditto.
12729 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12730 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12731 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
12732 deprecated_init_extra_frame_info instead of init_extra_frame_info.
12733 * x86-64-tdep.c (x86_64_init_abi): Ditto.
12734 * v850-tdep.c (v850_gdbarch_init): Ditto.
12735 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12736 * sh-tdep.c (sh_gdbarch_init): Ditto.
12737 * s390-tdep.c (s390_gdbarch_init): Ditto.
12738 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
12739 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12740 * mips-tdep.c (mips_gdbarch_init): Ditto.
12741 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12742 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12743 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12744 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12745 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12746 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12747 * frv-tdep.c (frv_gdbarch_init): Ditto.
12748 * cris-tdep.c (cris_gdbarch_init): Ditto.
12749 * avr-tdep.c (avr_gdbarch_init): Ditto.
12750 * arm-tdep.c (arm_gdbarch_init): Ditto.
12751 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12752 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12753
12754 2003-03-01 Andrew Cagney <cagney@redhat.com>
12755
12756 * gdbarch.sh (register_type): New function with predicate.
12757 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
12758 * gdbarch.h, gdbarch.c: Re-generate.
12759 * arch-utils.c (generic_register_byte): Use generic_register_size.
12760 (generic_register_size): When available, use
12761 gdbarch_register_type.
12762 * regcache.c (init_regcache_descr): When available, initialize the
12763 register type array using gdbarch_register_type. If the
12764 architecture supplies gdbarch_register_type, do not use the legacy
12765 regcache layout.
12766 * d10v-tdep.c (d10v_register_type): Replace
12767 d10v_register_virtual_type.
12768 (d10v_gdbarch_init): Set register_type instead of
12769 register_virtual_type.
12770
12771 2003-03-01 Andrew Cagney <cagney@redhat.com>
12772
12773 * Makefile.in (ax-gdb.o): Update dependencies.
12774 * ax-gdb.c: Include "regcache.h".
12775 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
12776 * findvar.c (value_of_register): Ditto.
12777 * infcmd.c (default_print_registers_info): Ditto.
12778
12779 2003-03-01 Mark Kettenis <kettenis@gnu.org>
12780
12781 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
12782 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12783
12784 2003-03-01 Mark Kettenis <kettenis@gnu.org>
12785
12786 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
12787 of STREQ.
12788
12789 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
12790
12791 * Makefile.in (dwarf2loc.o): Update dependencies.
12792 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
12793 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
12794 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
12795 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
12796 (locexpr_tracepoint_var_ref): New function.
12797 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
12798
12799 2003-02-28 Andrew Cagney <cagney@redhat.com>
12800
12801 * regcache.c (register_size): New function.
12802 * regcache.h (register_size): Declare
12803 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
12804 max_register_size instead of MAX_REGISTER_RAW_SIZE.
12805
12806 2003-02-28 David Carlton <carlton@math.stanford.edu>
12807
12808 * linespec.c (decode_compound): Extract code into find_method.
12809 (find_method): New.
12810
12811 2003-02-28 J. Brobecker <brobecker@gnat.com>
12812
12813 * Makefile.in: Add rules to build and link in observer.o.
12814
12815 2003-02-27 J. Brobecker <brobecker@gnat.com>
12816
12817 * observer.c: Minor comments edits.
12818
12819 2003-02-27 J. Brobecker <brobecker@gnat.com>
12820
12821 * observer.h, observer.c: New file.
12822
12823 2003-02-27 Andrew Cagney <cagney@redhat.com>
12824
12825 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
12826
12827 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
12828
12829 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
12830 (M6812_OP_STS_EXT): Likewise.
12831 (m6811_prologue): Use the above to recognize prologue.
12832 (m6812_prologue): Likewise.
12833
12834 2003-02-27 David Carlton <carlton@math.stanford.edu>
12835
12836 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
12837 SYMBOL_PRINT_NAME.
12838 (compare_psymbols): Ditto.
12839 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
12840
12841 2003-02-27 Michael Snyder <msnyder@redhat.com>
12842
12843 * f-lang.c (build_fortran_types): New function.
12844 (_initialize_f_language): Gdbarch-register built-in fortran types.
12845 * doublest.c (extract_floating): Fix warning text.
12846
12847 2003-02-27 Andrew Cagney <cagney@redhat.com>
12848
12849 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
12850 predicate. Replaces PUSH_DUMMY_FRAME.
12851 * gdbarch.h, gdbarch.c: Regnerate.
12852 * valops.c (hand_function_call): Update. Call
12853 generic_push_dummy_frame directly.
12854 * vax-tdep.c (vax_gdbarch_init): Update.
12855 * sparc-tdep.c (sparc_gdbarch_init): Update.
12856 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12857 * m68k-tdep.c (m68k_gdbarch_init): Update.
12858 * hppa-tdep.c (hppa_gdbarch_init): Update.
12859 * alpha-tdep.c (alpha_gdbarch_init): Update.
12860 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12861 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12862 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
12863 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
12864 push_dummy_frame to generic_push_dummy_frame.
12865 * v850-tdep.c (v850_gdbarch_init): Ditto.
12866 * sh-tdep.c (sh_gdbarch_init): Ditto.
12867 * s390-tdep.c (s390_gdbarch_init): Ditto.
12868 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12869 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12870 * mips-tdep.c (mips_gdbarch_init): Ditto.
12871 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12872 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12873 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12874 * i386-tdep.c (i386_gdbarch_init): Ditto.
12875 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12876 * frv-tdep.c (frv_gdbarch_init): Ditto.
12877 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12878 * cris-tdep.c (cris_gdbarch_init): Ditto.
12879 * avr-tdep.c (avr_gdbarch_init): Ditto.
12880 * arm-tdep.c (arm_gdbarch_init): Ditto.
12881
12882 2003-02-26 Kevin Buettner <kevinb@redhat.com>
12883
12884 * mips-tdep.c (show_mips_abi): New function.
12885 (_initialize_mips_tdep): Use show_mips_abi() to implement the
12886 command ``show mips abi''.
12887
12888 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
12889
12890 From Elena Zannoni <ezannoni@redhat.com>
12891 * dbxread.c (process_one_symbol): Only record line 0 if one or
12892 more sline entries have been seen for the function.
12893
12894 2003-02-26 Michael Chastain <mec@shout.net>
12895
12896 * configure: Regenerate with autoconf 000227.
12897
12898 2003-02-26 Michael Chastain <mec@shout.net>
12899
12900 Close PR build/660.
12901 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
12902 for old libc5/glibc.
12903 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
12904
12905 2003-02-26 Kris Warkentin <kewarken@qnx.com>
12906
12907 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
12908 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
12909
12910 2003-02-26 Michael Chastain <mec@shout.net>
12911
12912 * configure.in: New variable HAVE_UINTPTR_T.
12913 * configure, config.in: Regenerated.
12914
12915 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
12916
12917 Fix PR build/1097.
12918 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
12919
12920 2003-02-25 Andrew Cagney <cagney@redhat.com>
12921
12922 * frame.c (get_prev_frame): Add comment on check for
12923 inside_entry_func. Only check for inside_entry_file when not a
12924 dummy and not a sentinel. Check that the new frame is not inner
12925 to the old frame.
12926
12927 2003-02-25 Andrew Cagney <cagney@redhat.com>
12928
12929 * frame.c (frame_debug): New variable.
12930 (_initialize_frame): Add "set/show debug frame" command.
12931 (get_prev_frame): When frame_debug, print reason why unwind
12932 failed.
12933
12934 2003-02-25 Michael Chastain <mec@shout.net>
12935
12936 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
12937 to avoid uintptr_t definition problems.
12938
12939 2003-02-25 David Carlton <carlton@math.stanford.edu>
12940
12941 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
12942 (SYMBOL_LINKAGE_NAME): Ditto.
12943 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
12944 SYMBOL_LINKAGE_NAME.
12945 (struct general_symbol_info): Expand comment.
12946 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
12947 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
12948 (SYMBOL_MATCHES_REGEXP): Ditto.
12949 * symtab.c (symbol_natural_name): New function.
12950 * objfiles.h: Replace all uses of SYMBOL_NAME by
12951 DEPRECATED_SYMBOL_NAME.
12952 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
12953 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
12954 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
12955 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
12956 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
12957 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12958 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12959 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12960 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12961 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12962 * ada-exp.y: Ditto.
12963 * ada-exp.y: Update copyright.
12964 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12965 * cp-valprint.c: Ditto.
12966
12967 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
12968
12969 * infptrace.c (detach): Do not flag error if ptrace detach fails
12970 and errno is set to ESRCH.
12971
12972 2003-02-24 Andrew Cagney <cagney@redhat.com>
12973
12974 * infptrace.c (udot_info): Change type of udot_off to long. Use
12975 paddr when printing udot_off's value.
12976
12977 2003-02-24 David Carlton <carlton@math.stanford.edu>
12978
12979 * symtab.c (make_symbol_overload_list): Only read in partial
12980 symtabs containing a matching partial symbol.
12981
12982 2003-02-24 David Carlton <carlton@math.stanford.edu>
12983
12984 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12985 do the comparison, not strcmp.
12986 * symfile.c (compare_psymbols): Ditto.
12987 * defs.h: Declare strcmp_iw_ordered.
12988 * utils.c (strcmp_iw_ordered): New function.
12989
12990 2003-02-24 Jim Blandy <jimb@redhat.com>
12991
12992 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12993 support, shared libs): Remove my name from here, to better reflect
12994 reality.
12995
12996 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12997
12998 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12999 (target_ops): Add to_have_continuable_watchpoint.
13000 * target.c (update_current_target): Add INHERIT line for
13001 to_have_continuable_watchpoint.
13002 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
13003 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
13004 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
13005 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
13006
13007 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
13008
13009 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
13010 maintainership.
13011
13012 2003-02-24 Kris Warkentin <kewarken@qnx.com>
13013
13014 * solib.c (solib_open): Call target defined search function after
13015 failing with solib-search-path.
13016 * solist.h (target_so_ops): Add find_and_open_solib function hook and
13017 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
13018
13019 2003-02-24 Kris Warkentin <kewarken@qnx.com>
13020
13021 * MAINTAINERS: Add myself to Write After section.
13022
13023 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
13024
13025 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
13026
13027 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
13028
13029 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
13030 (m68hc11_add_reggroups): New function.
13031 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
13032 (m68hc11_gdbarch_init): Install the reggroups.
13033 (_initialize_m68hc11_tdep): Initialize them.
13034
13035 2003-02-21 James E Wilson <wilson@tuliptree.org>
13036
13037 * MAINTAINERS: Update my email address.
13038
13039 2003-02-21 David Carlton <carlton@math.stanford.edu>
13040
13041 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
13042
13043 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
13044
13045 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
13046 * symtab.h: Add opaque declarations of struct axs_value and
13047 struct agent_expr.
13048 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
13049 (struct location_funcs): New type.
13050 (struct symbol): Add "loc" to aux_value.
13051 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
13052 * dwarf2read.c: Include "dwarf2expr.h".
13053 (dwarf2_symbol_mark_computed): New function.
13054 (read_func_scope): Use it.
13055 (var_decode_location): New function.
13056 (new_symbol): Use it.
13057 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
13058
13059 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
13060 (dwarf2expr_h, dwarf2loc_h): New variables.
13061 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
13062 (dwarf2expr.o, dwarf2loc.o): New rules.
13063 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
13064 * buildsym.c (finish_block): Handle LOC_COMPUTED and
13065 LOC_COMPUTED_ARG.
13066 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
13067 * m2-exp.y (yylex): Likewise.
13068 * printcmd.c (address_info, print_frame_args): Likewise.
13069 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
13070 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
13071 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
13072 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
13073 * symtab.c (lookup_block_symbol): Likewise.
13074
13075 2003-02-20 Adam Fedor <fedor@gnu.org>
13076
13077 * symtab.h: Remove objc_specific struct
13078 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
13079 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
13080 Have language_objc use cplus_specific struct.
13081
13082 2003-02-20 Tom Tromey <tromey@redhat.com>
13083
13084 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
13085 TYPE_NAME, when printing a String value. PR java/1075.
13086
13087 2003-02-20 Adam Fedor <fedor@gnu.org>
13088
13089 * objc-lang.h (find_methods): Remove declaration.
13090 * objc-lang.c (find_methods): Make static.
13091
13092 2003-02-20 Christopher Faylor <cgf@redhat.com>
13093
13094 * win32-nat.c (get_image_name): Check return value from
13095 ReadProcessMemory.
13096 (child_xfer_memory): Ditto.
13097
13098 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
13099
13100 * configure.in (TARGET_SYSTEM_ROOT): Set default to
13101 ${exec_prefix}/${target_alias}/sys-root. Match explicit
13102 '${exec_prefix}' (in addition to the expansion thereof) as
13103 relocatable.
13104 * configure: Rebuilt.
13105
13106 2003-02-20 David Carlton <carlton@math.stanford.edu>
13107
13108 * symtab.c (search_symbols): Revert the search_symbols part of my
13109 2002-12-23 patch. Add comment.
13110
13111 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
13112
13113 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
13114 * dbxread.c (elfstab_build_psymtabs): Don't call
13115 install_minimal_symbols.
13116 (stabsect_build_psymtabs): Likewise.
13117 * elfread.c (elf_symfile_read): Call install_minimal_symbols
13118 earlier.
13119 * somread.c (som_symfile_read): Call install_minimal_symbols
13120 and do_cleanups earlier.
13121 * nlmread.c (nlm_symfile_read): Likewise.
13122 * mdebugread.c (elfmdebug_build_psymtabs): Call
13123 install_minimal_symbols and make appropriate cleanups.
13124
13125 2003-02-20 Kevin Buettner <kevinb@redhat.com>
13126
13127 * solib.c (reload_shared_libraries): New function.
13128 (_initialize_solib): Add callbacks for ``set solib-search-path''
13129 and ``set solib-absolute-prefix''.
13130
13131 2003-02-20 David Carlton <carlton@math.stanford.edu>
13132
13133 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
13134 expand comment.
13135 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
13136 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
13137 * ada-typeprint.c (ada_typedef_print): Ditto.
13138 * ax-gdb.c (gen_var_ref): Ditto.
13139 * breakpoint.c (print_one_breakpoint): Ditto.
13140 * buildsym.c (finish_block): Ditto.
13141 * c-valprint.c (c_val_print): Ditto.
13142 * expprint.c (print_subexp): Ditto.
13143 * findvar.c (locate_var_value): Ditto.
13144 * infcmd.c (jump_command): Ditto.
13145 * linespec.c (decode_line_2, decode_compound): Ditto.
13146 * maint.c (maintenance_translate_address): Ditto.
13147 * objc-lang.c (compare_selectors, compare_classes): Ditto.
13148 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
13149 Ditto.
13150 * p-valprint.c (pascal_val_print): Ditto.
13151 * stabsread.c (define_symbol): Ditto.
13152 * stack.c (print_frame, frame_info, print_block_frame_locals)
13153 (print_frame_arg_vars, return_command): Ditto.
13154 * symfile.c (compare_symbols, compare_psymbols): Ditto.
13155 * symmisc.c (print_symbol): Ditto.
13156 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
13157 (compare_search_syms, print_symbol_info, print_msymbol_info)
13158 (rbreak_command): Ditto.
13159 * tracepoint.c (tracepoints_info): Ditto.
13160 * typeprint.c (typedef_print): Ditto.
13161 * valops.c (value_of_variable, hand_function_call): Ditto.
13162 * cli/cli-cmds.c (edit_command, list_command): Ditto.
13163 * ada-typeprint.c: Update Copyright.
13164 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
13165 * tracepoint.c, cli/cli-cmds.c: Ditto.
13166
13167 2003-02-20 Kevin Buettner <kevinb@redhat.com>
13168
13169 * frame.c (generic_unwind_get_saved_register): Make non-static.
13170 * frame.h (generic_unwind_get_saved_register): Declare.
13171 * mips-tdep.c (read_next_frame_reg): Fetch register from
13172 current regcache when frame is NULL.
13173 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
13174 that must be NULL.
13175 (mips_get_saved_register): Call generic_unwind_get_saved_register()
13176 instead of frame_register_unwind().
13177
13178 2003-02-20 Andrew Cagney <ac131313@redhat.com>
13179
13180 * remote-sim.c (gdbsim_insert_breakpoint)
13181 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
13182 code.
13183
13184 2003-02-20 Andrew Cagney <ac131313@redhat.com>
13185
13186 * remote.c (_initialize_remote): Add commands "set/show remote
13187 hardware-watchpoint-limit" and "set/show remote
13188 hardware-breakpoint-limit".
13189 (remote_hw_watchpoint_limit): Initialize to -1.
13190 (remote_hw_breakpoint_limit): Ditto.
13191 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
13192
13193 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
13194
13195 * coff-pe-read.c: New file - support reading of minimal symbols from a
13196 portable executable using the export table.
13197 * coff-pe-read.h: New file.
13198 * coffread.c: Include coff-pe-read.h.
13199 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
13200 debugging symbols found.
13201 * Makefile.in (SFILES): Add coff-pe-read.o.
13202 (coff_pe_read_h): Define.
13203 (COMMON_OBS): Add coff-pe-read.o.
13204 (coffread.o): Add coff_pe_read_h dependency.
13205 (coff-pe-read.o): New target.
13206
13207 2003-02-19 David Carlton <carlton@math.stanford.edu>
13208
13209 * Makefile.in (SFILES): Add block.c.
13210 (block_h): New.
13211 (COMMON_OBS): Add block.o.
13212 (block.o): New.
13213 (x86-64-tdep.o): Add $(block_h).
13214 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
13215 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
13216 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
13217 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
13218 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
13219 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
13220 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
13221 * value.h: Add opaque declaration for struct block.
13222 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
13223 * ada-lang.h: Ditto.
13224 * x86-64-tdep.c: #include "block.h"
13225 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
13226 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
13227 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
13228 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
13229 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
13230 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
13231 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
13232 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
13233 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
13234 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
13235 * symtab.c (block_function): Ditto.
13236 (contained_in): Ditto.
13237 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
13238 block.h. Add opaque declaration for struct block.
13239 * symtab.h: Move block_function and contained_in declarations to
13240 block.h. Add opaque declarations for struct block, struct
13241 blockvector.
13242 (struct block): Move to block.h.
13243 (struct blockvector): Ditto.
13244 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
13245 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
13246 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
13247 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
13248 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
13249 Ditto.
13250 * block.c: New file.
13251 * block.h: New file.
13252
13253 2003-02-19 Theodore A. Roth <troth@openavr.org>
13254
13255 * avr-tdep.c (avr_extract_return_value): Remove function.
13256 (avr_store_return_value): Remove function.
13257 (avr_extract_struct_value_address): Remove function.
13258 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
13259
13260 2003-02-19 Andrew Cagney <ac131313@redhat.com>
13261
13262 * rs6000-tdep.c: Include "gdb_assert.h".
13263 (registers_e500): Add "acc" and "spefscr".
13264 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
13265 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
13266 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
13267 really is "r0".
13268 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
13269
13270 2003-02-18 Keith Seitz <keiths@redhat.com>
13271
13272 * Makefile.in: Add gdbtk-interps.c.
13273
13274 2003-02-18 Kevin Buettner <kevinb@redhat.com>
13275
13276 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
13277 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
13278
13279 2003-02-18 Andrew Cagney <cagney@redhat.com>
13280
13281 * symtab.h (struct objfile): Add opaque declaration.
13282
13283 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
13284
13285 From Jim Ingham <jingham@apple.com>:
13286 * dbxread.c (process_one_symbol): Use last_function_start rather
13287 than function_start_offset to find the real beginning of the
13288 current function. The latter is just the text section offset on
13289 some systems, the former is always the real function start.
13290
13291 2003-02-17 Andrew Cagney <cagney@redhat.com>
13292
13293 * configure.in: Revert ${target} != ${host}.
13294
13295 2003-02-17 Andrew Cagney <ac131313@redhat.com>
13296
13297 * configure.in (Makefile): Use the test ${target} != ${host},
13298 instead of the absence of the "nm.h" file, to determine of the
13299 configuration non-native.
13300 * configure: Regenerate.
13301
13302 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
13303
13304 From Brian Ford <ford@vss.fsi.com>
13305
13306 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
13307 conditionalize tui_active test.
13308 (lookup_cmd_1): Ditto.
13309
13310 2003-02-14 Mark Kettenis <kettenis@gnu.org>
13311
13312 * configure.in: Add check for _etext.
13313 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
13314 available.
13315 * config.in, configure: regenerated.
13316
13317 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
13318
13319 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
13320
13321 2003-02-14 Andrew Cagney <ac131313@redhat.com>
13322
13323 * main.c (tui_version): Delete variable.
13324 (captured_main): When --tui, set interpreter_p to "tui" instead of
13325 enabling tui_version.
13326 * printcmd.c (display_command) [TUI]: Test tui_active instead of
13327 tui_version.
13328 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
13329 * cli/cli-cmds.c (disassemble_command): Ditto.
13330 * defs.h (tui_version): Delete declaration.
13331 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
13332 (tui-interp.o): Add rules.
13333 (SUBDIR_TUI_OBS): Add "tui-interp.o".
13334
13335 2003-02-14 Christopher Faylor <cgf@redhat.com>
13336
13337 * win32-nat.c (register_loaded_dll): Correctly set address range for
13338 just-loaded dll.
13339
13340 2003-02-12 Jason Molenda (jmolenda@apple.com)
13341
13342 * symmisc.c (print_objfile_statistics): Include information about
13343 the number of psymtabs and symtabs in each object file.
13344
13345 2003-02-13 Keith R Seitz <keiths@redhat.com>
13346
13347 * main.h (struct captured_main_args): Add interpreter_p.
13348 * main.c (captured_main): Initialize interpreter_p from context.
13349 * gdb.c (main): Set interpreter_p argument.
13350 * Makefile.in (gdb.o): Add dependency for interps.h.
13351
13352 2003-02-12 Andrew Cagney <ac131313@redhat.com>
13353
13354 * event-top.c (cli_command_loop): Delete declaration.
13355 (_initialize_event_loop): Delete function setting event_loop_hook.
13356 * event-top.h (cli_command_loop): Declare. Update copyright.
13357 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
13358 * interps.c (current_interp_command_loop): When event_loop_p, call
13359 cli_command_loop.
13360
13361 2003-02-12 Andrew Cagney <ac131313@redhat.com>
13362
13363 * interps.h (interp_command_loop_ftype): Change return type to
13364 void.
13365
13366 2003-02-12 Michal Ludvig <mludvig@suse.cz>
13367
13368 * x86-64-tdep.c (x86_64_extract_return_value)
13369 (x86_64_store_return_value): Use regcache instead of regbuf.
13370 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
13371 * x86-64-linux-nat.c (fill_gregset): Use regcache.
13372
13373 2003-02-11 Andrew Cagney <ac131313@redhat.com>
13374
13375 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
13376 * aclocal.m4: Regenerate.
13377 * configure: Regenerate.
13378
13379 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
13380 TCL_LD_SEARCH_FLAGS.
13381
13382 2003-02-10 Michal Ludvig <mludvig@suse.cz>
13383
13384 * dwarf2cfi.c: Reindented.
13385
13386 2003-02-09 Andrew Cagney <ac131313@redhat.com>
13387
13388 * interps.c (clear_interpreter_hooks): Convert function definition
13389 to ISO C.
13390
13391 2003-02-07 David Carlton <carlton@math.stanford.edu>
13392
13393 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
13394
13395 2003-02-07 Kevin Buettner <kevinb@redhat.com>
13396
13397 * gdbtypes.h (struct main_type): Move ``length'' field from here...
13398 (struct type): ...to here.
13399 (TYPE_LENGTH): Adjust to reflect different location of ``length''
13400 field.
13401 * gdbtypes.c (make_qualified_type): Set length on newly created type.
13402 (replace_type): Set length on all type variants for a given type.
13403
13404 2003-02-07 Andrew Cagney <ac131313@redhat.com>
13405
13406 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
13407 <sys/stat.h>.
13408 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
13409
13410 2003-02-06 Andrew Cagney <ac131313@redhat.com>
13411
13412 * Makefile.in (symm-nat.o): Update dependencies.
13413 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
13414 (lynx-nat.o, ia64-linux-nat.): Ditto.
13415 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
13416 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
13417 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
13418
13419 * Makefile.in (inflow_h): Define.
13420 (procfs.o, inflow.o, procfs.o): Update dependencies.
13421 * inftarg.c (child_stop): Delete extern declaration of
13422 inferior_process_group. Include "inflow.h".
13423 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
13424 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
13425 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
13426 (our_process_group, inferior_process_group): Extern declarations.
13427
13428 * procfs.c: Include "gdb_assert.h".
13429
13430 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
13431 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
13432 * jv-typeprint.c (java_type_print_base): Ditto.
13433 * typeprint.c (typedef_print): Eliminate STREQ.
13434 * cli/cli-script.c (define_command, define_command): Ditto.
13435 * main.c (captured_main): Ditto.
13436 * values.c (lookup_internalvar): Ditto.
13437 * utils.c (safe_strerror, parse_escape): Eliminate assignment
13438 within `if' conditional.
13439 * linespec.c (decode_line_2): Ditto.
13440 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
13441 (bfd_openw_with_cleanup): Ditto.
13442
13443 2003-02-07 Mark Kettenis <kettenis@gnu.org>
13444
13445 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
13446 legacy_extract_return_value and store_return_value to
13447 legacy_return_value.
13448
13449 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
13450
13451 * win32-nat.c (get_relocated_section_addrs): New function. Find
13452 section load addresses for symbol handling in relocated DLLs.
13453 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
13454
13455 2003-02-05 Fred Fish <fnf@intrinsity.com>
13456
13457 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
13458 '=' and '!='.
13459 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
13460 with '&' and '=='.
13461 (angel_RDI_info): Ditto.
13462 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
13463 with '&' and '!='.
13464 (threads_continue_all_with_signals): Ditto.
13465
13466 2003-02-05 Jim Ingham <jingham@apple.com>
13467 Keith Seitz <keiths@redhat.com>
13468 Elena Zannoni <ezannoni@redhat.com>
13469 Andrew Cagney <ac131313@redhat.com>
13470
13471 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
13472 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
13473 (SUBDIR_MI_OBS): Add "mi-interp.o".
13474 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
13475 (SFILES): Add "interps.c".
13476 (COMMON_OBS): Add "interps.o".
13477 (interps_h, mi_main_h): Define.
13478 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
13479 (mi-main.o, main.o, event-top.o): Update dependencies.
13480 * cli/cli-interp.c: New file.
13481 * interps.h, interps.c: New files.
13482 * top.c: (gdb_init): Don't install the default interpreter, handed
13483 by captured_main.
13484 * main.c: Include "interps.h".
13485 (interpreter_p): Note that it should malloc'ed.
13486 (captured_command_loop): Call current_interp_command_loop.
13487 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
13488 xfree and xstrdup when updating interpreter_p. Install the
13489 default interpreter. Add hack to stop mi1's copyright notice
13490 being encoded.
13491 * event-top.h (gdb_setup_readline): Declare.
13492 (gdb_disable_readline): Declare.
13493 * event-top.c: Include "interps.h".
13494 (display_gdb_prompt): Call current_interp_display_prompt_p.
13495 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
13496 gdb_stdlog, and gdb_stdtarg.
13497 (_initialize_event_loop): Don't call gdb_setup_readline.
13498 * cli-out.c (cli_out_set_stream): New function.
13499 * cli-out.h (cli_out_set_stream): Declare.
13500
13501 2003-02-06 Mark Kettenis <kettenis@gnu.org>
13502
13503 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
13504 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
13505 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
13506 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
13507 config/i386/i386v42mp.mt: Removed.
13508
13509 2003-02-05 Mark Kettenis <kettenis@gnu.org>
13510
13511 * configure.tgt (*-*-solaris*): Set gdb_osabi to
13512 GDB_OSABI_SOLARIS.
13513
13514 2003-02-05 Michael Chastain <mec@shout.net>
13515
13516 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
13517 2.12.1 and earlier versions.
13518
13519 2003-02-05 Andrew Cagney <ac131313@redhat.com>
13520
13521 Remove orphaned hosts, targets and files.
13522 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
13523 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
13524 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
13525 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
13526 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
13527 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
13528 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
13529 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
13530 * config/sparc/tm-sp64sim.h: Delete.
13531 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
13532 hosts.
13533 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
13534 mips*-dec-mach3* targets.
13535
13536 2003-02-04 Michael Chastain <mec@shout.net>
13537
13538 * NEWS: Fix typo: sepcifying -> specifying.
13539
13540 2003-02-04 Michael Chastain <mec@shout.net>
13541
13542 * dwarfread.c: Add documentation on the state of dwarf-1,
13543 looking towards obsoletion.
13544
13545 2003-02-03 Michael Chastain <mec@shout.net>
13546
13547 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
13548 gdb/testsuite/gdb.c++/pr-1023.exp.
13549
13550 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13551
13552 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
13553 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
13554
13555 * utils.c (init_page_info): Delete reference to MPW in comments.
13556 * main.c (captured_main): Delete #ifdef MPW.
13557
13558 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13559
13560 * NEWS: Note that the m32r-*-elf* is obsolete.
13561 * monitor.c (monitor_expect): Obsolete reference to m32r.
13562 * configure.tgt: Mark m32r-*-elf* as obsolete.
13563 * MAINTAINERS: Mark m32k as obsolete.
13564 * m32r-rom.c: Obsolete file.
13565 * config/m32r/m32r.mt: Obsolete file.
13566 * config/m32r/tm-m32r.h: Obsolete file.
13567 * m32r-stub.c: Obsolete file.
13568 * m32r-tdep.c: Obsolete file.
13569
13570 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13571
13572 * NEWS: Mention that the z8k-zilog-none is obsolete.
13573 * MAINTAINERS: Mark z8k as obsolete.
13574 * configure.tgt: Obsolete the z8k-*-coff* target.
13575 * config/z8k/z8k.mt: Obsolete file.
13576 * config/z8k/tm-z8k.h: Obsolete file.
13577 * z8k-tdep.c: Obsolete file.
13578
13579 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13580
13581 * NEWS: Mention that the mn10200-elf is obsolete.
13582 * configure.tgt: Obsolete mn10200-*-* target.
13583 * breakpoint.c (update_breakpoints_after_exec): Update comment to
13584 mention that the mn10200 is obsolete.
13585 * breakpoint.h: Ditto.
13586 * MAINTAINERS: Mark the mn10200-elf as obsolete.
13587 * config/mn10200/mn10200.mt: Obsolete file.
13588 * config/mn10200/tm-mn10200.h: Obsolete file.
13589 * mn10200-tdep.c: Obsolete file.
13590
13591 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13592
13593 * MAINTAINERS: Mark h8500 as obsolete.
13594 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
13595 * findvar.c (value_from_register): Ditto.
13596 * h8500-tdep.c: Mark file as obsolete.
13597 * config/h8500/h8500.mt: Ditto.
13598 * config/h8500/tm-h8500.h: Ditto.
13599 * NEWS: Mention that h8500 is obsolete.
13600
13601 2003-02-04 David Carlton <carlton@math.stanford.edu>
13602
13603 * objfiles.c (allocate_objfile): Always set name. Add comment at
13604 start of function.
13605 * jv-lang.c (get_dynamics_objfile): Add comment.
13606
13607 2003-02-04 David Carlton <carlton@math.stanford.edu>
13608
13609 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
13610 * printcmd.c (build_address_symbolic): Replace uses of
13611 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
13612 SYMBOL_NAME, and asm_demangle.
13613 Update copyright.
13614
13615 2003-02-04 David Carlton <carlton@math.stanford.edu>
13616
13617 * linespec.c (decode_compound): Extract code into
13618 lookup_prefix_sym.
13619 (lookup_prefix_sym): New function.
13620
13621 2003-02-04 David Carlton <carlton@math.stanford.edu>
13622
13623 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
13624 FLOAT_COERCION_BADNESS.
13625 * gdbtypes.c (rank_one_type): Replace all uses of
13626 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
13627
13628 2003-02-04 Jim Blandy <jimb@redhat.com>
13629
13630 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
13631 section, let dwarf_macinfo_section point to it, not
13632 dwarf_loc_section.
13633
13634 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
13635
13636 Pointed out by Anton Blanchard <anton@samba.org>.
13637 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
13638 (ppc_linux_at_sigtramp_return_path): Use it.
13639
13640 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
13641
13642 * defs.h (streq): Add prototype.
13643 * utils.c (streq): New function.
13644
13645 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
13646 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
13647 * mdebugread.c (new_symbol): Likewise.
13648 * stabsread.c (define_symbol): Likewise.
13649 * coffread.c (process_coff_symbol): Likewise.
13650 * dwarfread.c (new_symbol): Likewise.
13651
13652 * minsyms.c (prim_record_minimal_symbol_and_info): Use
13653 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
13654 here.
13655 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
13656 SYMBOL_INIT_DEMANGLED_NAME.
13657 * objfiles.c: Include "hashtab.h".
13658 (allocate_objfile): Call htab_set_functions_ex for the
13659 demangled_names_hash.
13660 (free_objfile): Call htab_delete for the demangled_names_hash.
13661 * objfiles.h (struct htab): Add declaration.
13662 (struct objfile): Add demangled_names_hash.
13663 * symfile.c: Include "hashtab.h".
13664 (reread_symbols): Call htab_delete for the demangled_names_hash.
13665 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
13666 SYMBOL_NAME in the bcache.
13667 * symtab.c: Include "hashtab.h". Update comments.
13668 (create_demangled_names_hash, symbol_set_names): New functions.
13669 (symbol_find_demangled_name): New function, broken out from
13670 symbol_init_demangled_names.
13671 (symbol_init_demangled_names): Use it.
13672 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
13673 (SYMBOL_SET_NAMES): New macro.
13674 (symbol_set_names): Add prototype.
13675
13676 2003-02-03 Jim Blandy <jimb@redhat.com>
13677
13678 Use a single, consistent representation for an empty minimal
13679 symbol table in an objfile.
13680 * objfiles.c (terminate_minimal_symbol_table): New function.
13681 (allocate_objfile): Call it.
13682 * objfiles.h (terminate_minimal_symbol_table): New declaration.
13683 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
13684 non-NULL.
13685 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
13686 objfile has minimal symbols, compare minimal_symbol_count to zero,
13687 instead of comparing msymbols with NULL.
13688 * objfiles.c (have_minimal_symbols): Same.
13689 * solib-sunos.c (solib_add_common_symbols): Call
13690 terminate_minimal_symbol_table.
13691 * symfile.c (reread_symbols): Same.
13692
13693 2003-02-03 Kevin Buettner <kevinb@redhat.com>
13694
13695 * s390-tdep.c (s390_address_class_type_flags)
13696 (s390_address_class_type_flags_to_name)
13697 (s390_address_class_name_to_type_flags): New functions.
13698 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
13699 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
13700
13701 2003-02-03 Michael Snyder <msnyder@redhat.com>
13702
13703 * arm-tdep.c: Fix spell-o in comment.
13704
13705 2003-02-03 Michal Ludvig <mludvig@suse.cz>
13706
13707 * dwarf2cfi.c (pointer_encoding): Added new parameter.
13708 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
13709 error messages to contain BFD filename.
13710
13711 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
13712
13713 Fix PR gdb/742 gdb/743 gdb/877
13714 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
13715 (do_mixed_source_and_assembly): Use
13716 make_cleanup_ui_out_tuple_begin_end and
13717 make_cleanup_ui_out_tuple_begin_end.
13718 (do_mixed_source_and_assembly): Ditto.
13719 * thread.c (do_captured_list_thread_ids): Ditto.
13720 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
13721 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
13722 ui_out_tuple_end): Delete prototypes.
13723 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
13724 ui_out_list_end, ui_out_tuple_end): Delete.
13725
13726 From Kevin Buettner <kevinb@redhat.com>:
13727 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
13728 * ui-out.c (make_cleanup_ui_out_table_begin_end)
13729 (do_cleanup_table_end): New functions.
13730 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
13731 Use cleanups to invoke_ui_out_tuple_end().
13732 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
13733 * cli/cli-setshow.c (cmd_show_list): Use
13734 make_cleanup_ui_out_tuple_begin_end.
13735
13736 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13737
13738 * frame.c (frame_unwind_register): New function.
13739 (frame_unwind_unsigned_register): Use.
13740 (frame_unwind_signed_register): Use.
13741 (frame_read_register): New function.
13742 * frame.h (frame_unwind_register): Declare.
13743 (frame_read_register): Declare.
13744
13745 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
13746 and frame_unwind_register instead of read_memory, write_register
13747 and deprecated_write_register_bytes.
13748
13749 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13750
13751 * frame.h: Note that namelen can be negative.
13752 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
13753 NAME's length.
13754
13755 * NEWS: Mention that the d10v's `regs' command is deprecated.
13756 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
13757 (d10v_print_registers_info): New function.
13758 (show_regs): Call d10v_print_registers_info.
13759 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
13760
13761 2003-02-02 Mark Kettenis <kettenis@gnu.org>
13762
13763 * stack.c (print_frame_info): Restore call to annotate_frame_begin
13764 lost in the previous patch.
13765
13766 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13767
13768 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
13769 * stack.c (print_frame_info_base): Output complete FRAME tuple
13770 for synthesized frames.
13771
13772 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13773
13774 * mips-nat.c (zerobuf): Delete.
13775 (fetch_inferior_registers): Alloc local zerobuf.
13776 (fetch_core_registers): Alloc local zerobuf.
13777 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
13778 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
13779 * thread-db.c (thread_db_store_registers): Ditto.
13780 * sh-tdep.c (sh_do_register): Ditto.
13781 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
13782 * remote-sim.c (gdbsim_store_register): Ditto.
13783 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
13784 * remote-e7000.c (fetch_regs_from_dump): Ditto.
13785 * monitor.c (monitor_supply_register): Ditto.
13786 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
13787 * mips-nat.c (fetch_inferior_registers): Ditto.
13788 * m68klinux-nat.c (fetch_register): Ditto.
13789 * lynx-nat.c (fetch_inferior_registers): Ditto.
13790 (fetch_inferior_registers): Ditto.
13791 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
13792 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
13793 (hpux_thread_store_registers): Ditto.
13794 * hppah-nat.c (fetch_register): Ditto.
13795 * hppab-nat.c (fetch_register): Ditto.
13796 * hppa-tdep.c (pa_register_look_aside): Ditto.
13797 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
13798 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
13799
13800 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13801
13802 * gdbarch.sh: Explictly specify all method levels. When a
13803 variable with an empty level, provide a non-multi-arch default.
13804 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
13805 * gdbarch.h: Re-generate.
13806 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
13807 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
13808
13809 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13810
13811 * defs.h (host_pointer_to_address): Delete declaration.
13812 (address_to_host_pointer): Delete declaration.
13813 * utils.c (host_pointer_to_address): Delete function.
13814 (address_to_host_pointer): Delete function.
13815 * procfs.c (procfs_address_to_host_pointer): New function.
13816 * procfs.c (proc_set_watchpoint): Use.
13817 (procfs_can_use_hw_breakpoint): Update comments.
13818 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
13819 (som_solib_add): Use.
13820 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
13821 * hppa-tdep.c (unwind_command): Use.
13822
13823 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13824
13825 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
13826 strlen d_name.
13827
13828 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
13829 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
13830 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
13831 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
13832 (define_symbol): Update.
13833 * symfile.c (generic_load): Remove references to nindy.
13834 * symtab.c: Remove references to nindy.
13835
13836 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13837
13838 * infcmd.c (print_float_info): Delete code conditional on
13839 FLOAT_INFO.
13840 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
13841 * config/m68k/nm-apollo68b.h: Ditto.
13842 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
13843 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
13844 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
13845
13846 2003-02-01 Mark Kettenis <kettenis@gnu.org>
13847
13848 * config/i386/tm-i386os9k.h: Removed.
13849
13850 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
13851 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
13852 they're identical to i[3456]86-*-sysv* now.
13853 * config/i386/i386v32.mh: Removed.
13854 * config/i386/xm-i386v32.h: Removed.
13855 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
13856
13857 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
13858
13859 * config/i386/i386dgux.mh: Removed.
13860 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
13861
13862 * configure.in: Fix typo.
13863 * configure: Regenerated.
13864
13865 2003-01-31 David Carlton <carlton@math.stanford.edu>
13866
13867 * dwarf2read.c (dwarf2_locate_sections): Set
13868 dwarf_ranges_section.
13869
13870 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13871
13872 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
13873 * utils.c: Update comments documenting legitimate uses of PTR.
13874
13875 * utils.c: Re-indent.
13876
13877 * config/djgpp/fnchange.lst: Delete nindy files.
13878 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
13879 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
13880 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
13881 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
13882 * nindy-share/README, nindy-share/Onindy.c: Delete files.
13883 * nindy-tdep.c, nindy-share/Makefile: Delete files.
13884 * Makefile.in (init.c): Remove nindy references.
13885 (saber_gdb): Delete rule.
13886 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
13887 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
13888 and a68v-nat.c.
13889 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
13890 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
13891 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
13892 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
13893 nindy-share/stop.h.
13894 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
13895 * saber.suppress: Delete file.
13896
13897 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
13898
13899 * dbxread.c (stabs_data): New static variable.
13900 (fill_symbuf): Support an in-memory buffer for stabs data.
13901 (stabs_seek): New function.
13902 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
13903 (read_ofile_symtab): Use stabs_seek.
13904 (elfstab_build_psymtabs): Take an asection* instead of
13905 an offset and size. Relocate the stabs data if necessary.
13906 Save the section* for dbx_psymtab_to_symtab.
13907 * dwarf2read.c: Add section variables for each debug section.
13908 (dwarf2_locate_sections): Fill them in.
13909 (dwarf2_read_section): Take an asection* argument.
13910 Relocate the section contents if necessary.
13911 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
13912 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
13913 it to dwarf2_read_section.
13914 (dwarf2_build_frame_info): Update callers.
13915 * elfread.c (elf_symfile_read): Update call to
13916 elfstab_build_psymtabs.
13917 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
13918 (DBX_STAB_SECTION): New macro.
13919 * stabsread.h (elfstab_build_psymtabs): Update prototype.
13920 * symfile.c (symfile_dummy_outputs): New function.
13921 (symfile_relocate_debug_section): New function.
13922 * symfile.h (symfile_relocate_debug_section): Add prototype.
13923
13924 2003-01-31 Richard Henderson <rth@redhat.com>
13925
13926 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
13927 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
13928 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
13929 * alpha-tdep.c (alpha_register_name): Add "unique".
13930 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
13931 (ALPHA_UNIQUE_REGNUM): New.
13932 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
13933
13934 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13935
13936 * README: Remove reference to Ericsson 1800 monitor.
13937 * Makefile.in (remote-es.o): Delete rule.
13938 (ALLDEPFILES): Delete remote-es.c.
13939 * remote-es.c: Delete file.
13940 * config/m68k/es1800.mt: Delete file.
13941 * config/djgpp/fnchange.lst: Update.
13942 * configure.tgt: Delete m68*-ericsson-* target.
13943
13944 2003-01-31 Adam Fedor <fedor@gnu.org>
13945
13946 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
13947 Remove duplicate/shadowing variable of same name.
13948
13949 2003-01-30 Jim Blandy <jimb@redhat.com>
13950
13951 * symfile.c (find_separate_debug_file): Assert that the objfile's
13952 directory name we compute ends with a slash, and then assume that
13953 that's so everywhere we use it.
13954
13955 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
13956
13957 * valops.c (value_assign): Flush frame cache after stores to memory
13958 also.
13959
13960 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13961
13962 * Makefile.in (mon960-rom.o): Delete rule.
13963 * mon960-rom.c: Delete file.
13964
13965 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13966
13967 * d10v-tdep.c: Include "frame-unwind.h".
13968 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13969 list.
13970 (next_addr, uses_frame): Delete.
13971 (struct d10v_unwind_cache): Define.
13972 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13973 Use info instead of next_addr and uses_frame globals.
13974 (d10v_frame_init_saved_regs): Delete function.
13975 (d10v_init_extra_frame_info): Delete function.
13976 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13977 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13978 init_frame_pc or frame_saved_pc.
13979 (d10v_pop_frame): Delete function.
13980 (do_d10v_pop_frame): Delete function.
13981 (d10v_frame_chain): Delete function.
13982 (d10v_frame_chain_valid): Delete function.
13983 (d10v_frame_pc_unwind): New function.
13984 (d10v_frame_id_unwind): New function.
13985 (saved_regs_unwinder): New function.
13986 (d10v_frame_register_unwind): New function.
13987 (d10v_frame_pop): New function.
13988 (d10v_frame_unwind): New variable.
13989 (d10v_frame_p): New function.
13990 (d10v_frame_saved_pc): Delete function.
13991 * Makefile.in (d10v-tdep.o): Update dependencies.
13992
13993 2003-01-30 J. Brobecker <brobecker@gnat.com>
13994
13995 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13996 causing some regressions due to a change in the default value
13997 for this macro.
13998
13999 2003-01-29 Richard Henderson <rth@redhat.com>
14000 Elena Zannoni <ezannoni@redhat.com>
14001 Daniel Jacobowitz <drow@mvista.com>
14002
14003 Fix PR gdb/961.
14004 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
14005 variables.
14006 (RANGES_SECTION): New.
14007 (dwarf_ranges_buffer): New variable.
14008 (struct comp_unit_head): Add member "die".
14009 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
14010 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
14011 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
14012 (dwarf2_locate_sections): Likewise.
14013 (dwarf2_build_psymtabs): Read .debug_ranges.
14014 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
14015 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
14016 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
14017 Look for DW_AT_ranges and return the bounding box.
14018
14019 2003-01-29 Brian Ford <ford@vss.fsi.com>
14020
14021 * win32-nat.c (cygwin_pid): Removed as unused.
14022 (child_attach): Try fall back to Cygwin pid.
14023
14024 2003-01-29 Jim Blandy <jimb@redhat.com>
14025
14026 * objfiles.h (struct objfile): Doc fix.
14027
14028 2003-01-29 Andrew Cagney <ac131313@redhat.com>
14029
14030 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
14031 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
14032 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
14033 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
14034 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
14035 (FRAME_SAVED_PC): Change to a function with predicate.
14036 * gdbarch.h, gdbarch.c: Re-generate.
14037
14038 2003-01-28 Andrew Cagney <ac131313@redhat.com>
14039
14040 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
14041
14042 * complaints.c (complain): Delete function.
14043 * complaints.h (struct deprecated_complaint): Delete definition.
14044 (complain): Delete declaration.
14045
14046 2003-01-28 Kevin Buettner <kevinb@redhat.com>
14047
14048 * mips-tdep.c (mips_init_extra_frame_info): Return early for
14049 dummy frames.
14050
14051 2003-01-27 Andrew Cagney <ac131313@redhat.com>
14052
14053 * sentinel-frame.h, sentinel-frame.c: New files.
14054 * Makefile.in (frame.o): Update dependencies.
14055 (SFILES): Add sentinel-frame.c.
14056 (sentinel_frame_h): Define.
14057 (COMMON_OBS): Add sentinel-frame.o.
14058 (sentinel-frame.o): Specify dependencies.
14059 * frame.c: Include "sentinel-frame.h".
14060 (frame_register_unwind): Rewrite assuming that there is always a a
14061 ->next frame.
14062 (frame_register, generic_unwind_get_saved_register): Ditto.
14063 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
14064 (create_sentinel_frame, unwind_to_current_frame): New functions.
14065 (get_current_frame): Rewrite using create_sentinel_frame and
14066 unwind_to_current_frame. When possible, always create a frame.
14067 (create_new_frame): Set next to the sentinel frame.
14068 (get_next_frame): Rewrite. Don't go below the level 0 frame.
14069 (deprecated_update_frame_pc_hack): Update the next frame's PC and
14070 ID cache when necessary.
14071 (frame_saved_regs_id_unwind): Use frame_relative_level.
14072 (deprecated_generic_get_saved_register): Use frame_relative_level,
14073 get_frame_saved_regs, get_frame_pc, get_frame_base and
14074 get_next_frame.
14075 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
14076 frame_register.
14077
14078 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
14079
14080 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
14081
14082 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
14083
14084 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
14085 (maintenance_set_profile_cmd): Use error () instead of warning ().
14086
14087 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
14088
14089 * configure.in: Check that -pg works if using --enable-profiling.
14090 Check for monstartup and _mcleanup regardless of --enable-profiling.
14091 * maint.c: Check for monstartup and _mcleanup before using them.
14092 * config.in: Regenerated.
14093 * configure: Regenerated.
14094
14095 2003-01-24 Nick Clifton <nickc@redhat.com>
14096
14097 * Add sh2e support:
14098
14099 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
14100
14101 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
14102 (sh2e_show_regs): New.
14103 (sh_gdbarch_init): Handle bfd_mach_sh2e.
14104 * config/sh/tm-sh.h: Added sh2e to comments.
14105
14106 2003-01-23 Jim Blandy <jimb@redhat.com>
14107
14108 * symfile.c (syms_from_objfile): Don't print the "(no debugging
14109 symbols found)" message here; we haven't checked for a separate
14110 debug info file yet, so we don't know yet.
14111 (symbol_file_add_with_addrs_or_offsets): Print it here, after
14112 we've looked everywhere. Also, there's no need to print a special
14113 message when we're loading the separate debug info file: the one
14114 symbol_file_add prints is fine.
14115
14116 2003-01-23 Alexander Larsson <alexl@redhat.com>
14117 Jim Blandy <jimb@redhat.com>
14118
14119 Add support for executables whose debug info has been separated
14120 out into a separate file, leaving only a link behind.
14121 * objfiles.h (struct objfile): New fields: separate_debug_objfile
14122 and separate_debug_objfile_backlink.
14123 (put_objfile_before): New declaration.
14124 * symfile.c: #include "filenames.h".
14125 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
14126 debug info in a separate file, read that, too. Save the addrs
14127 argument, so we can use it again to read the separated debug info;
14128 syms_from_objfile modifies the table we pass it.
14129 (reread_symbols): After re-reading an objfile, call
14130 reread_separate_symbols to refresh its separate debug info
14131 objfile, if it has one.
14132 (reread_separate_symbols, find_separate_debug_file,
14133 get_debug_link_info, separate_debug_file_exists): New functions.
14134 (debug_file_directory): New global var.
14135 (_initialize_symfile): Initialize debug_file_directory, and
14136 provide the new `set debug-file-directory' command to let the user
14137 change it.
14138 * objfiles.c (free_objfile): If this objfile has its debug info in
14139 a separate objfile, free that one too. If this is itself a
14140 separate debug info objfile, clear our parent's backlink.
14141 (put_objfile_before): New function.
14142 * utils.c (gnu_debuglink_crc32): New function.
14143 * defs.h (gnu_debuglink_crc32): New declaration.
14144 * Makefile.in (symfile.o): Note dependency on "filenames.h".
14145 * configure.in: Handle --with-separate-debug-dir config option.
14146 * acinclude.m4 (AC_DEFINE_DIR): New macro.
14147 * acconfig.h (DEBUGDIR): New macro.
14148 * configure, aclocal.m4, config.in: Regenerated.
14149
14150 2003-01-22 Jim Blandy <jimb@redhat.com>
14151
14152 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
14153 like the old symbol_file_add, but taking new arguments: you can
14154 now pass in either a `struct section_addr_info' list to say where
14155 each section is loaded, or a `struct section_offsets' table. Pass
14156 these new arguments through to syms_from_objfile as appropriate.
14157 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
14158 with the appropriate quiescent values for the new arguments.
14159
14160 * symfile.c: #include "gdb_assert.h".
14161 (syms_from_objfile): Add the ability to pass in a section offset
14162 table directly, as an alternative to the section_addr_info table.
14163 Document arguments better.
14164 (symbol_file_add): Pass extra arguments to syms_from_objfile.
14165 * symfile.h (syms_from_objfile): Update declaration.
14166 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
14167 syms_from_objfile.
14168 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
14169
14170 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
14171
14172 Original patch by Tom Tromey <tromey@cygnus.com> and
14173 Jason Molenda <jmolenda@apple.com>.
14174 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
14175 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
14176 * NEWS: Mention profiling.
14177 * configure.in (--enable-gdbtk): Fix typo.
14178 (--enable-profiling): New. Set PROFILE_CFLAGS.
14179 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
14180 Fill in function.
14181 (profiling_state): New variable.
14182 (mcleanup_wrapper): New function.
14183 (_initialize_maint): Remove NOTYET, fix call to
14184 add_setshow_boolean_cmd for "maint set profile".
14185 * configure: Regenerated.
14186
14187 2003-01-21 Martin M. Hunt <hunt@redhat.com>
14188
14189 * Makefile.in (install-gdbtk): Install PNG images too.
14190
14191 2003-01-21 Andrew Cagney <ac131313@redhat.com>
14192
14193 * exec.c (text_start): Delete global variable.
14194 (exec_file_attach): Make text_start local to the function.
14195 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
14196 * valops.c (hand_function_call): Delete code that handles
14197 BEFORE_TEXT_END and AFTER_TEXT_END.
14198 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
14199 of CALL_DUMMY_LOCATION.
14200 * gdbarch.c: Regenerate.
14201 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
14202 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
14203 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
14204 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
14205 (text_end): Delete extern declaration.
14206
14207 2003-01-21 Andrew Cagney <ac131313@redhat.com>
14208
14209 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
14210 * blockframe.c (backtrace_below_main): Move to "frame.c".
14211 (frame_chain_valid): Delete check for backtrace_below_main.
14212 (_initialize_blockframe): Delete initialization, move ``set
14213 backtrace-below-main'' command to "frame.c".
14214 (do_flush_frames_sfunc): Delete function.
14215 * frame.c: Include "command.h" and "gdbcmd.h".
14216 (frame_type_from_pc): New function.
14217 (create_new_frame): Use frame_type_from_pc.
14218 (legacy_get_prev_frame): New function.
14219 (get_prev_frame): Rewrite. When an old style frame, call
14220 legacy_get_prev_frame. Otherwize, unwind the PC first.
14221 (_initialize_frame): Add ``set backtrace-below-main'' command.
14222 * Makefile.in (frame.o): Update dependencies.
14223
14224 2003-01-19 Andrew Cagney <ac131313@redhat.com>
14225
14226 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
14227 DEPRECATED_REGISTERS_INFO.
14228
14229 2003-01-19 Andrew Cagney <ac131313@redhat.com>
14230
14231 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
14232 Maintainers'. Update `Various Maintainers'.
14233
14234 2003-01-19 Andrew Cagney <ac131313@redhat.com>
14235
14236 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
14237 * gdbarch.sh (POP_FRAME): Change to function with predicate.
14238 Suppress actual parameters when `-'.
14239 * gdbarch.h, gdbarch.c: Regenerate.
14240
14241 2003-01-19 Andrew Cagney <ac131313@redhat.com>
14242
14243 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
14244 code handling dummy frames.
14245
14246 2003-01-19 Andrew Cagney <ac131313@redhat.com>
14247
14248 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
14249 (struct frame_unwind): Add field pop.
14250 * frame.h (frame_pop): Declare.
14251 * frame.c (frame_saved_regs_pop): New function.
14252 (trad_frame_unwinder): Add frame_saved_regs_pop.
14253 (frame_pop): New function.
14254 * dummy-frame.c (dummy_frame_pop): New function.
14255 (discard_innermost_dummy): New function.
14256 (generic_pop_dummy_frame): Use discard_innermost_dummy.
14257 (dummy_frame_unwind): Add dummy_frame_pop.
14258 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
14259 * valops.c (hand_function_call): Ditto.
14260 * stack.c (return_command): Ditto.
14261
14262 2003-01-18 Andrew Cagney <ac131313@redhat.com>
14263
14264 * cris-tdep.c: Fix function declaration indentation.
14265 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
14266 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
14267 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
14268 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
14269 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
14270 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
14271
14272 2003-01-18 Michael Chastain <mec@shout.net>
14273
14274 * README (Unpacking and Installation -- quick overview):
14275 Warn against ".../gdb-5.3/gdb/configure".
14276
14277 2003-01-18 Andrew Cagney <ac131313@redhat.com>
14278
14279 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
14280 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
14281 (struct frame_unwind): Declare opaque.
14282 (dummy_frame_p): Declare function.
14283 * dummy-frame.c (dummy_frame_id_unwind): Make static.
14284 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
14285 * dummy-frame.c: Include "frame-unwind.h".
14286 (dummy_frame_p): New function.
14287 (dummy_frame_unwind): New variable.
14288 * frame.c: Include "frame-unwind.h".
14289 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
14290 to use the new unwind field.
14291 (set_unwind_by_pc): Delete function.
14292 (create_new_frame, get_prev_frame): Set unwind field using
14293 frame_unwind_find_by_pc.
14294 (trad_frame_unwind, trad_frame_unwinder): New variables.
14295 * frame.h (trad_frame_unwind): Declare variable.
14296 (frame_id_unwind_ftype): Delete declaration.
14297 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
14298 (struct frame_unwind): Declare opaque.
14299 (struct frame_info): Replace the fields id_unwind, pc_unwind and
14300 register_unwind with a single unwind pointer.
14301 * frame-unwind.h, frame-unwind.c: New files.
14302 * Makefile.in (SFILES): Add frame-unwind.c.
14303 (frame_unwind_h): Define.
14304 (COMMON_OBS): Add frame-unwind.o.
14305 (frame-unwind.o): Specify dependencies.
14306 (frame.o, dummy-frame.o): Update dependencies.
14307
14308 2003-01-18 Andrew Cagney <ac131313@redhat.com>
14309
14310 * ada-valprint.c: Eliminate PTR.
14311 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
14312 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
14313 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
14314 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
14315 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
14316 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
14317 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
14318
14319 2003-01-17 Andrew Cagney <ac131313@redhat.com>
14320
14321 * main.c (captured_main): Don't use PTR.
14322 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
14323 * gdbtypes.c (lookup_primitive_typename): Ditto.
14324 (lookup_struct_elt_type): Ditto.
14325 * f-valprint.c (info_common_command): Ditto.
14326 (list_all_visible_commons): Ditto.
14327 * jv-typeprint.c (java_type_print_base): Ditto.
14328
14329 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
14330 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
14331 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
14332 i386-interix-nat.c and i386-interix-tdep.c. Rename
14333 m68klinux-nat.c and m68klinux-tdep.c. Rename
14334 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
14335 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
14336 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
14337 * main.c (captured_main): Use xfree, not free.
14338
14339 2003-01-16 Andrew Cagney <ac131313@redhat.com>
14340
14341 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
14342 ID back using a parameter.
14343 * frame.c (frame_id_unwind): Update call.
14344 (frame_saved_regs_id_unwind): Update.
14345 * dummy-frame.c (dummy_frame_id_unwind): Update function.
14346 * dummy-frame.h (struct frame_id): Add opaque declaration.
14347 (dummy_frame_id_unwind): Update declaration.
14348
14349 2003-01-15 Andrew Cagney <ac131313@redhat.com>
14350
14351 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
14352
14353 2003-01-15 Stephen P. Smith <ischis2@cox.net>
14354
14355 * MAINTAINERS (Stephen P. Smith): Updated email address.
14356
14357 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
14358
14359 Fix PR gdb/898
14360 * breakpoint.c (until_break_command): Add new argument. Use it to
14361 decide whether to stop only at the current frame or not.
14362 * breakpoint.h (until_break_command): Update prototype.
14363 * infcmd.c (until_command): Add new argument to until_break_command
14364 call.
14365 (advance_command): New function.
14366 (_initialize_infcmd): Update help string for 'until' command.
14367 Add new 'advance' command.
14368
14369 2003-01-14 David Carlton <carlton@math.stanford.edu>
14370
14371 * linespec.c (decode_line_1): Normalize comments.
14372 (set_flags): Ditto.
14373 (locate_first_half): Ditto.
14374 (decode_compound): Ditto.
14375 (symtab_from_filename): Ditto.
14376 (decode_all_digits): Ditto.
14377 (decode_dollar): Ditto.
14378 (find_methods): Ditto.
14379 (find_toplevel_char): Ditto.
14380
14381 2003-01-13 Andrew Cagney <ac131313@redhat.com>
14382
14383 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
14384 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
14385 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
14386 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
14387 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
14388 * language.c, language.h, m32r-tdep.c: Update copyright.
14389 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
14390 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
14391 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
14392 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
14393 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
14394 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
14395
14396 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
14397
14398 * stabsread.h (process_later, resolve_cfront_continuation):
14399 Obsolete.
14400 Update copyright years.
14401 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
14402 Update copyright year.
14403 * dbxread.c(struct cont_elem): Obsolete.
14404 (process_later, process_now): Obsolete functions.
14405 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
14406 Update copyright year.
14407 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
14408 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
14409 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
14410 (parse_partial_symbols): Obsolete cfront support.
14411 * stabsread.c
14412 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
14413 macros.
14414 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
14415 read_cfront_baseclasses, read_cfront_member_functions,
14416 resolve_cfront_continuation,read_cfront_static_fields,
14417 copy_cfront_struct_fields): Obsolete functions.
14418 (define_symbol, read_one_struct_field): Obsolete cfront support.
14419 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
14420 Update Copyright year.
14421
14422 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
14423
14424 * stack.c (print_frame_info, print_stack_frame_base_stub,
14425 print_stack_frame_base, show_and_print_stack_frame_stub,
14426 show_and_print_stack_frame, print_only_stack_frame_stub,
14427 print_only_stack_frame): Delete functions.
14428 (print_stack_frame_stub): Call print_frame_info instead of
14429 print_frame_info_base.
14430 (print_frame_info_base): Rename to print_frame_info.
14431 (backtrace_command_1): Call print_frame_info, instead of
14432 print_frame_info_base.
14433 (current_frame_command): Call print_stack_frame, instead of
14434 print_only_stack_frame.
14435 (frame_command): Call print_stack_frame, instead of
14436 show_and_print_stack_frame.
14437 (up_command): Ditto.
14438 (down_command): Ditto.
14439 * frame.h (print_only_stack_frame): Delete prototype.
14440 * infrun.c (normal_stop): Call print_stack_frame, instead of
14441 show_and_print_stack_frame.
14442 * thread.c (info_threads_command): Call print_stack_frame, instead
14443 of print_only_stack_frame.
14444
14445 2003-01-13 Andrew Cagney <ac131313@redhat.com>
14446
14447 * README (Graphical interface to GDB): Update URL. Point at
14448 gdb/links/.
14449
14450 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
14451 version match.
14452
14453 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14454
14455 * symtab.c (find_pc_sect_line): Don't consider end-of-function
14456 lines.
14457
14458 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14459
14460 * thread-db.c (attach_thread): Prototype.
14461 (struct private_thread_info): Remove lwpid. Add thread handle (th),
14462 thread information (ti), and valid flags (th_valid, ti_valid).
14463 (attach_thread): Move target_pid_to_str call to after the thread
14464 is added to GDB's list. Initialize the cache.
14465 (thread_get_info_callback, thread_db_map_id2thr)
14466 (thread_db_get_info): New functions.
14467 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
14468 (thread_db_store_registers, thread_db_thread_alive)
14469 (thread_db_get_thread_local_address): Use them.
14470 (thread_db_pid_to_str): Likewise. Return "Missing" instead
14471 of calling error() for threads in unknown state.
14472
14473 (clear_lwpid_callback): New function.
14474 (thread_db_resume): Use it to clear the cache.
14475
14476 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14477
14478 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
14479 (resume_callback): Remove dead code.
14480
14481 2003-01-13 Andrew Cagney <ac131313@redhat.com>
14482
14483 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
14484 predicate.
14485 * gdbarch.h, gdbarch.c: Regenerate.
14486 * stack.c (frame_info): Only initialize the saved registers when
14487 FRAME_INIT_SAVED_REGS_P.
14488 * frame.c (frame_saved_regs_register_unwind): Assert
14489 FRAME_INIT_SAVED_REGS_P.
14490 (deprecated_generic_get_saved_register): Ditto.
14491
14492 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14493
14494 * source.c (openp): Squelch warning about "filename".
14495
14496 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14497
14498 * source.c (openp): If the file does not exist don't necessarily
14499 search the path.
14500
14501 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14502
14503 Fix PR gdb/872.
14504 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
14505 (integer_types_same_name_p): New function.
14506 (rank_one_type): Use it.
14507 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
14508
14509 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14510
14511 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
14512 variables.
14513 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
14514 * configure.in: Add --with-sysroot.
14515 * configure: Regenerated.
14516 * main.c (gdb_sysroot): New variable.
14517 (captured_main): Initialize gdb_sysroot.
14518 * defs.h (gdb_sysroot): New extern declaration.
14519 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
14520
14521 2003-01-12 Michael Chastain <mec@shout.net>
14522
14523 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
14524
14525 2003-01-12 Michael Chastain <mec@shout.net>
14526
14527 * top.c (print_gdb_version): Bump copyright year to 2003.
14528
14529 2003-01-12 David Carlton <carlton@bactrian.org>
14530
14531 * linespec.c (symtab_from_filename): Rename variable 's' to
14532 'file_symtab'.
14533
14534 2003-01-12 Andrew Cagney <ac131313@redhat.com>
14535
14536 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
14537 dummy frame.
14538 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
14539
14540 2003-01-12 Andrew Cagney <ac131313@redhat.com>
14541
14542 * d10v-tdep.c: Include "gdb_assert.h".
14543 (d10v_store_return_value): Rewrite to match current interface.
14544 (d10v_extract_struct_value_address): Ditto.
14545 (d10v_extract_return_value): Ditto.
14546 (d10v_gdbarch_init): Set store_restore_value,
14547 extract_struct_value_address and extract_return_value.
14548
14549 2003-01-12 J. Brobecker <brobecker@gnat.com>
14550
14551 * hpread.c (set_namestring): New procedure replacing the
14552 SET_NAMESTRING macro.
14553 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
14554 by calls to set_namestring.
14555
14556 2003-01-11 J. Brobecker <brobecker@gnat.com>
14557
14558 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
14559 a compilation warning.
14560 (hpread_process_one_debug_symbol): Likewise.
14561
14562 2003-01-10 David Carlton <carlton@math.stanford.edu>
14563
14564 * linespec.c (decode_line_1): Rename variable 's' to
14565 'file_symtab'.
14566 (decode_all_digits): Rename argument 's' to 'file_symtab'.
14567 (decode_dollar): Ditto.
14568 (decode_variable): Ditto.
14569 (symbol_found): Ditto.
14570
14571 2003-01-09 Michael Chastain <mec@shout.net>
14572
14573 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
14574
14575 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
14576
14577 * win32-nat.c (set_process_privilege): New function.
14578 (child_attach): Call set_process_privilege() to enable the
14579 SE_DEBUG_NAME user privilege if available in process token.
14580
14581 2003-01-10 J. Brobecker <brobecker@gnat.com>
14582
14583 * hpread.c (hpread_process_one_debug_symbol): Fix a small
14584 compilation error in the previous revision.
14585
14586 2003-01-09 David Carlton <carlton@math.stanford.edu>
14587
14588 * linespec.c: Update copyright.
14589
14590 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14591
14592 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
14593 than inferior_ptid.
14594 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
14595
14596 2003-01-09 Andrew Cagney <ac131313@redhat.com>
14597
14598 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
14599 Update comments.
14600 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
14601 (frame_saved_regs_zalloc): Update.
14602 (frame_saved_regs_register_unwind): Update.
14603 (create_new_frame): Update.
14604 (get_prev_frame): Update.
14605 (frame_extra_info_zalloc): Update.
14606 (deprecated_get_frame_saved_regs): Update.
14607 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
14608 * cris-tdep.c: Update comment.
14609
14610 * somsolib.h: Fix function indentation.
14611 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
14612 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
14613 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
14614 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
14615 * somsolib.c, inftarg.c: Remove assignment in if conditional.
14616
14617 * infrun.c (follow_fork): Use ISO C definition.
14618 * expprint.c (print_subexp): Use xfree instead of free.
14619 * charset.c: Include "gdb_string.h" instead of <string.h>.
14620 (register_iconv_charsets): Use ISO C definition.
14621 (host_charset, target_charset): Ditto.
14622 * Makefile.in (charset.o): Update dependencies.
14623 (mi-cmd-env.o): Update dependencies.
14624
14625 2003-01-08 Andrew Cagney <cagney@redhat.com>
14626
14627 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
14628 get_frame_base.
14629
14630 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14631
14632 * gdb_mbuild.sh: Add --keep option. When specified, keep the
14633 build directories. Save edited gdb output in Mbuild.log. If a
14634 build fails, remove any final GDB executable.
14635
14636 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14637
14638 * gdb_mbuild.sh: Edit the output of `maint print architecture'
14639 replacing hex constants with function names and stripping leading
14640 file name directory prefixes.
14641
14642 2003-01-08 Andrew Cagney <cagney@redhat.com>
14643
14644 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
14645 get_frame_base.
14646
14647 2003-01-08 David Carlton <carlton@math.stanford.edu>
14648
14649 * linespec.c (decode_line_1): Move code into decode_variable.
14650 (decode_variable): New function.
14651
14652 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14653
14654 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
14655
14656 2003-01-08 Andrew Cagney <cagney@redhat.com>
14657
14658 * cris-tdep.c (cris_frame_init_saved_regs): Use
14659 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
14660 saved_regs buffer.
14661 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
14662 (sh64_nofp_frame_init_saved_regs): Ditto.
14663 (sh_fp_frame_init_saved_regs): Ditto.
14664 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
14665 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14666 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14667 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14668
14669 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
14670
14671 * minsyms.c (lookup_minimal_symbol): Update comment.
14672 (lookup_minimal_symbol_text): Update comment. Use the hash table.
14673 (lookup_minimal_symbol_solib_trampoline): Likewise.
14674
14675 2003-01-08 Andrew Cagney <cagney@redhat.com>
14676
14677 * d10v-tdep.c (d10v_init_extra_frame_info): Use
14678 frame_relative_level.
14679
14680 * alpha-tdep.c: Use get_frame_extra_info.
14681 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14682 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
14683 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14684 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
14685
14686 * alpha-tdep.c: Use get_next_frame.
14687 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14688 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14689 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
14690 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
14691 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
14692 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
14693 * xstormy16-tdep.c: Ditto.
14694
14695 2003-01-07 Andrew Cagney <cagney@redhat.com>
14696
14697 * alpha-tdep.c: Use get_frame_base.
14698 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14699 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14700 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14701 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14702 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
14703 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14704 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
14705 * config/sparc/tm-sparc.h: Ditto.
14706
14707 2003-01-07 Andrew Cagney <cagney@redhat.com>
14708
14709 * frame.c (deprecated_get_frame_context): New function.
14710 (deprecated_set_frame_context): New function.
14711 * frame.h (deprecated_get_frame_context): Declare.
14712 (deprecated_set_frame_context): Declare.
14713 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
14714 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
14715
14716 2003-01-07 Andrew Cagney <cagney@redhat.com>
14717
14718 * frame.c (deprecated_set_frame_next_hack): New function.
14719 (deprecated_set_frame_prev_hack): New function.
14720 * frame.h (deprecated_set_frame_next_hack): Declare.
14721 (deprecated_set_frame_prev_hack): Declare.
14722 * mcore-tdep.c (analyze_dummy_frame): Use
14723 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
14724 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14725
14726 2003-01-07 David Carlton <carlton@math.stanford.edu>
14727
14728 * linespec.c (decode_line_1): Move code into decode_dollar.
14729 (decode_dollar): New function.
14730
14731 2003-01-07 Andrew Cagney <cagney@redhat.com>
14732
14733 * arm-tdep.c (arm_init_extra_frame_info): Use
14734 deprecated_update_frame_base_hack.
14735 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
14736 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14737 (fix_frame_pointer): Ditto.
14738 (mn10300_analyze_prologue): Ditto.
14739
14740 2003-01-07 Andrew Cagney <cagney@redhat.com>
14741
14742 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
14743 extra_info using frame_extra_info_zalloc.
14744 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
14745 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
14746 (sh64_init_extra_frame_info): Ditto.
14747 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
14748 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
14749 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14750 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
14751 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
14752 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
14753 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
14754 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
14755 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
14756 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
14757 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
14758 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
14759
14760 * mn10300-tdep.c (analyze_dummy_frame): Use
14761 deprecated_set_frame_extra_info_hack.
14762 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14763
14764 2003-01-07 J. Brobecker <brobecker@gnat.com>
14765
14766 * mdebugread.c (parse_symbol): Skip stProc entries which storage
14767 class is not scText. These do not define "real" procedures.
14768 (parse_partial_symbols): Likewise.
14769
14770 2003-01-06 Michael Snyder <msnyder@redhat.com>
14771
14772 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
14773
14774 2003-01-06 Andrew Cagney <ac131313@redhat.com>
14775
14776 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
14777 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
14778 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
14779 deprecated_frame_xmalloc_with_cleanup.
14780 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
14781 deprecated_frame_xmalloc.
14782 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
14783 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
14784
14785 2003-01-06 Andrew Cagney <cagney@redhat.com>
14786
14787 * x86-64-linux-tdep.c: Include "osabi.h".
14788 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
14789
14790 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
14791
14792 2003-01-06 Andrew Cagney <cagney@redhat.com>
14793
14794 * MAINTAINERS (Target Instruction Set Architectures): Update
14795 arm-elf. Can be built with -Werror, has been multiarched.
14796
14797 * value.h (unpack_long): Make buffer parameter constant.
14798 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
14799 * scm-lang.h (scm_parse): Ditto.
14800 * defs.h (extract_typed_address, extract_address): Ditto.
14801 (extract_long_unsigned_integer): Ditto.
14802 * inferior.h (unsigned_pointer_to_address): Ditto.
14803 (signed_pointer_to_address): Ditto.
14804 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
14805 * gdbarch.h, gdbarch.c: Regenerate.
14806 * findvar.c (extract_long_unsigned_integer): Update.
14807 (extract_address): Update.
14808 (extract_typed_address): Update.
14809 (unsigned_pointer_to_address): Update.
14810 * values.c (unpack_long): Update.
14811 (unpack_double): Update.
14812 (unpack_pointer): Update.
14813 (unpack_field_as_long): Update.
14814 * d10v-tdep.c (d10v_pointer_to_address): Update.
14815 * avr-tdep.c (avr_pointer_to_address): Update.
14816 * scm-lang.c (scm_unpack): Update.
14817 * findvar.c (signed_pointer_to_address): Update.
14818
14819 2003-01-06 Michal Ludvig <mludvig@suse.cz>
14820
14821 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
14822 since it is in i386-tdep.c.
14823
14824 2003-01-06 J. Brobecker <brobecker@gnat.com>
14825
14826 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
14827 failure introduced in the previous change.
14828
14829 2003-01-05 Michael Chastain <mec@shout.net>
14830
14831 * README: Remove references to deleted remote-*.c files:
14832 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
14833 remote-nrom.c, remote-os9k.c, remote-udi.c.
14834
14835 2003-01-05 Mark Kettenis <kettenis@gnu.org>
14836
14837 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
14838 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
14839 i386_get_longjmp_target.
14840
14841 2003-01-05 Andrew Cagney <ac131313@redhat.com>
14842
14843 * arm-tdep.c (prologue_cache): Change to a pointer.
14844 (_initialize_arm_tdep): Allocate prologue_cache.
14845 (check_prologue_cache): Update.
14846 (save_prologue_cache): Update.
14847 (arm_gdbarch_init): Update.
14848
14849 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14850
14851 * stabsread.c (update_method_name_from_physname): Call complaint()
14852 instead of error.
14853
14854 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14855
14856 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
14857 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
14858 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
14859
14860 * blockframe.c: Include "gdbcmd.h" and "command.h".
14861 (backtrace_below_main): New variable.
14862 (file_frame_chain_valid, func_frame_chain_valid)
14863 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
14864 (generic_func_frame_chain_valid): Remove functions.
14865 (frame_chain_valid, do_flush_frames_sfunc): New functions.
14866 (_initialize_blockframe): New function.
14867 * Makefile.in (blockframe.o): Update dependencies.
14868 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
14869 comment. Call frame_chain_valid ().
14870 * frame.h: Remove old prototypes. Add prototype for
14871 frame_chain_valid and update comments to match.
14872 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
14873 Remove old comment.
14874 * gdbarch.h: Regenerated.
14875 * gdbarch.c: Regenerated.
14876
14877 * alpha-tdep.c (alpha_gdbarch_init): Don't call
14878 set_gdbarch_frame_chain_valid.
14879 * avr-tdep.c (avr_gdbarch_init): Likewise.
14880 * cris-tdep.c (cris_gdbarch_init): Likewise.
14881 * frv-tdep.c (frv_gdbarch_init): Likewise.
14882 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
14883 * i386-tdep.c (i386_svr4_init_abi): Likewise.
14884 (i386_nw_init_abi): Likewise.
14885 (i386_gdbarch_init): Likewise.
14886 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
14887 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
14888 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
14889 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
14890 * mips-tdep.c (mips_gdbarch_init): Likewise.
14891 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
14892 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
14893 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
14894 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14895 * s390-tdep.c (s390_gdbarch_init): Likewise.
14896 * sh-tdep.c (sh_gdbarch_init): Likewise.
14897 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14898 * v850-tdep.c (v850_gdbarch_init): Likewise.
14899 * vax-tdep.c (vax_gdbarch_init): Likewise.
14900 * x86-64-tdep.c (x86_64_init_abi): Likewise.
14901
14902 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
14903 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
14904 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
14905 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
14906 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
14907 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
14908 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
14909 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
14910
14911 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14912
14913 * Makefile.in (acconfig_h): Remove incorrect macro.
14914 (config_h): Define.
14915 (osabi.o): Update dependencies.
14916 * configure.tgt: Set gdb_osabi based on target triplet.
14917 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
14918 * configure: Regenerated.
14919 * config.in: Regenerated.
14920 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
14921 (GDB_OSABI_DEFAULT): Define if not already defined.
14922 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
14923 (set_osabi_string): New variables.
14924 (gdbarch_register_osabi): Add new OS ABI to
14925 gdb_osabi_available_names.
14926 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
14927 (set_osabi, show_osabi): New functions.
14928 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
14929
14930 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14931
14932 * arch-utils.c (gdbarch_info_init): Set osabi to
14933 GDB_OSABI_UNINITIALIZED.
14934 * gdbarch.sh: Add osabi to struct gdbarch and to struct
14935 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
14936 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
14937 * gdbarch.c: Regenerated.
14938 * gdbarch.h: Regenerated.
14939 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
14940 there's no BFD.
14941 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
14942 * osabi.h (enum gdb_osabi): Move to defs.h.
14943 (gdbarch_init_osabi): Update prototype.
14944 * defs.h (enum gdb_osabi): Moved here.
14945 * Makefile.in: Update dependencies.
14946
14947 * alpha-tdep.h: Don't include "osabi.h".
14948 (struct gdbarch_tdep): Remove osabi member.
14949 * alpha-tdep.c: Include "osabi.h".
14950 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14951 iterate over arches. Update call to gdbarch_init_osabi.
14952 (alpha_dump_tdep): Don't dump osabi.
14953 * alpha-linux-tdep.c: Include "osabi.h".
14954 * alpha-osf1-tdep.c: Include "osabi.h".
14955 * alphafbsd-tdep.c: Include "osabi.h".
14956 * alphanbsd-tdep.c: Include "osabi.h".
14957
14958 * arm-tdep.h: Don't include "osabi.h".
14959 (struct gdbarch_tdep): Remove osabi member.
14960 * arm-tdep.c: Include "osabi.h".
14961 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14962 iterate over arches. Update call to gdbarch_init_osabi.
14963 (arm_dump_tdep): Don't dump osabi.
14964 * arm-linux-tdep.c: Include "osabi.h".
14965 * armnbsd-tdep.c: Include "osabi.h".
14966
14967 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14968 Update call to gdbarch_init_osabi.
14969
14970 * i386-tdep.h: Don't include "osabi.h".
14971 (struct gdbarch_tdep): Remove osabi member.
14972 * i386-tdep.c: Include "osabi.h".
14973 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14974 iterate over arches. Update call to gdbarch_init_osabi.
14975 (i386_dump_tdep): Don't dump osabi.
14976 * i386-linux-tdep.c: Include "osabi.h".
14977 * i386-sol2-tdep.c: Include "osabi.h".
14978 * i386bsd-tdep.c: Include "osabi.h".
14979 * i386gnu-tdep.c: Include "osabi.h".
14980 * i386ly-tdep.c: Include "osabi.h".
14981 * i386nbsd-tdep.c: Include "osabi.h".
14982 * i386obsd-tdep.c: Include "osabi.h".
14983
14984 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14985 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14986 check osabi when iterating over arches. Update call to
14987 gdbarch_init_osabi.
14988 (mips_dump_tdep): Don't dump osabi.
14989
14990 * ns32k-tdep.h: Don't include "osabi.h".
14991 (struct gdbarch_tdep): Remove.
14992 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14993 gdbarch_lookup_osabi. Don't iterate over arches. Don't
14994 allocate tdep. Update call to gdbarch_init_osabi.
14995 (ns32k_dump_tdep): Remove.
14996 (_initialize_ns32k_tdep): Update call to gdbarch_register.
14997 * ns32knbsd-tdep.c: Include "osabi.h".
14998
14999 * ppc-tdep.h: Don't include "osabi.h".
15000 (struct gdbarch_tdep): Remove osabi member.
15001 * rs6000-tdep.c: Include "osabi.h".
15002 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
15003 osabi when iterating over arches. Update call to
15004 gdbarch_init_osabi.
15005 (rs6000_dump_tdep): Don't dump osabi.
15006 * ppc-linux-tdep.c: Include "osabi.h".
15007 * ppcnbsd-tdep.c: Include "osabi.h".
15008
15009 * sh-tdep.h: Don't include "osabi.h".
15010 (struct gdbarch_tdep): Remove osabi member.
15011 * sh-tdep.c: Include "osabi.h".
15012 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15013 iterate over arches. Update call to gdbarch_init_osabi.
15014 (sh_dump_tdep): Don't dump osabi.
15015 * shnbsd-tdep.c: Include "osabi.h".
15016
15017 * sparc-tdep.c: Include "osabi.h".
15018 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15019 iterate over arches. Update call to gdbarch_init_osabi.
15020 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
15021 tdep structure.
15022
15023 * vax-tdep.h: Don't include "osabi.h".
15024 (struct gdbarch_tdep): Remove.
15025 * vax-tdep.c: Include "osabi.h".
15026 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15027 iterate over arches. Don't allocate tdep. Update call
15028 to gdbarch_init_osabi.
15029 (vax_dump_tdep): Remove.
15030 (_initialize_vax_tdep): Update call to gdbarch_register.
15031
15032 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
15033
15034 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
15035 entirely.
15036 (breakpoint_re_set_one): Don't fetch the value for a disabled
15037 watchpoint.
15038
15039 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
15040
15041 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
15042 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
15043 (COERCE_FLOAT_TO_DOUBLE): Remove.
15044 * gdbarch.c: Regenerate.
15045 * gdbarch.h: Regenerate.
15046 * Makefile.in: Remove value_h from gdbarch_h.
15047 * valops.c (coerce_float_to_double): New variable.
15048 (default_coerce_float_to_double): Remove.
15049 (standard_coerce_float_to_double): Remove.
15050 (value_arg_coerce): Use coerce_float_to_double.
15051 (_initialize_valops): Add "set coerce-float-to-double".
15052 * value.h (default_coerce_float_to_double): Remove prototype.
15053 (standard_coerce_float_to_double): Remove prototype.
15054
15055 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
15056 prototyped.
15057 * mdebugread.c (parse_symbol): Likewise.
15058 * stabsread.c (define_symbol): Mark all functions as prototyped.
15059
15060 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
15061 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
15062 set_gdbarch_coerce_float_to_double.
15063 * arm-tdep.c (arm_gdbarch_init): Likewise.
15064 * frv-tdep.c (frv_gdbarch_init): Likewise.
15065 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
15066 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
15067 * mips-tdep.c (mips_gdbarch_init): Likewise.
15068 (mips_coerce_float_to_double): Remove.
15069 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
15070 (rs6000_coerce_float_to_double): Remove.
15071 * s390-tdep.c (s390_gdbarch_init): Likewise.
15072 * sh-tdep.c (sh_gdbarch_init): Likewise.
15073 (sh_coerce_float_to_double): Remove.
15074 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
15075 (sparc_coerce_float_to_double): Remove.
15076 * v850-tdep.c (v850_gdbarch_init): Likewise.
15077 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
15078 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
15079 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
15080 (hppa_coerce_float_to_double): Remove prototype.
15081 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
15082
15083 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
15084
15085 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
15086
15087 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
15088
15089 Suggested by Stewart Brown <sb24@avaya.com>:
15090 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
15091 in recursive calls. Handle TYPE_CODE_TYPEDEF.
15092 (c_type_print_varspec_suffix): Likewise.
15093
15094 2003-01-04 Mark Kettenis <kettenis@gnu.org>
15095
15096 * configure.in: Don't set and AC_SUBST SUBDIRS.
15097 * configure: Regenerated.
15098
15099 * configure.in: Remove code dealing with shared libraries.
15100 * Makefile.in: Remove HLDFLAGS and HLDENV.
15101 * configure: Regenerated.
15102
15103 2003-01-04 Andrew Cagney <ac131313@redhat.com>
15104
15105 * frame.c (deprecated_frame_xmalloc): New function.
15106 (deprecated_set_frame_saved_regs_hack): New function.
15107 (deprecated_set_frame_extra_info_hack): New function.
15108 * frame.h (deprecated_frame_xmalloc): Declare.
15109 (deprecated_set_frame_saved_regs_hack): Declare.
15110 (deprecated_set_frame_extra_info_hack): Declare.
15111
15112 2003-01-04 Mark Kettenis <kettenis@gnu.org>
15113
15114 * configure.in: Move code that provides the --enable-gdbtk option
15115 right after the code that handles the --enable-tui option, and
15116 polish it somewhat.
15117 * configure: Regenerated.
15118
15119 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
15120 AC_CHECK_FUNCS and remove the old check for pread64.
15121 * acinclude.m4 (AC_GNU_SOURCE): New macro.
15122 * acconfig.h (_GNU_SOURCE): Add.
15123 (HAVE_PREAD64): Remove.
15124 * configure, aclocal.m4, config.in: Regenerated.
15125
15126 2003-01-03 Andrew Cagney <ac131313@redhat.com>
15127
15128 * alpha-tdep.c: Use get_frame_saved_regs.
15129 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
15130 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
15131 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
15132 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
15133 * vax-tdep.c, xstormy16-tdep.c: Ditto.
15134
15135 2003-01-03 Mark Kettenis <kettenis@gnu.org>
15136
15137 * configure.in: Remove all use of the SUBDIRS variable; add
15138 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
15139 code providing the --enable-multi-ice option, and move it right in
15140 front of the code that checks whether gdbserver is supported.
15141 Polish that too.
15142 * configure: Regenerated.
15143 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
15144 @SUBDIRS@.
15145
15146 2003-01-03 Andrew Cagney <cagney@redhat.com>
15147
15148 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
15149 * avr-tdep.c, cris-tdep.c: Ditto.
15150 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
15151 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
15152
15153 2003-01-03 Mark Kettenis <kettenis@gnu.org>
15154
15155 * configure.in: Remove --enable-netrom option.
15156 * configure: Regenerated.
15157
15158 2003-01-03 Mark Kettenis <kettenis@gnu.org>
15159
15160 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
15161 declaration for `struct re_pattern_buffer' instead.
15162 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
15163
15164 2003-01-03 J. Brobecker <brobecker@gnat.com>
15165
15166 * mdebugread.c (parse_symbol): Count until the stEnd matching
15167 the structure name.
15168
15169 2003-01-02 Mark Kettenis <kettenis@gnu.org>
15170
15171 * configure.in: Remove --with-cpu option.
15172 subscripts. Remove evil changequotes here.
15173 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
15174 * config.in, configure: Regenerated.
15175
15176 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
15177 * configure.in: Cleanup section that sources GDB and BFD configure
15178 subscripts. Remove evil changequotes here.
15179 * config.in, configure: Regenerated.
15180
15181 2003-01-02 Andrew Cagney <ac131313@redhat.com>
15182
15183 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
15184 frame accessor methods.
15185 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
15186 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
15187 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
15188 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
15189 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
15190 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
15191 * z8k-tdep.c: Ditto.
15192
15193 2003-01-02 Mark Kettenis <kettenis@gnu.org>
15194
15195 * configure.in: Remove UI_OUT configuration code.
15196 * ada-lang.c: Update assuming UI_OUT is always true.
15197 * Makefile.in (UIOUT_CFLAGS): Remove.
15198 * configure: Regenerated.
15199 * TODO: Remove blurb about elimination of -DUI_OUT.
15200
15201 * configure.in: Move code that provides the --enable-gdbcli,
15202 --enable-gdbmi options right before the code that handles the
15203 --enable-tui option. Polish a bit.
15204 * configure: Regenerated.
15205
15206 * configure.in: Rewrite check for GNU regex and the
15207 --without-included regex option, and move it into the "Checks for
15208 library functions" section. This makes us use the system regex
15209 again by default on systems with version 2 of the GNU C library.
15210 This was apparently broken.
15211 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
15212 * acconfig.h (USE_INCLUDED_REGEX): Remove.
15213 * config.in, configure: Regenerated.
15214
15215 * configure.in: Move code that provides the --enable-tui option
15216 before the "Checks for libraries" section. Polish the code
15217 somewhat and set need_curses to yes if we build the TUI. Rewrite
15218 code that looks for a library providing termcap functionality to
15219 match more closely what's done in the Readline library, and move
15220 it into to the "Checks for libraries" section.
15221 * configure: Regenerated.
15222 * Makefile.in (TERMCAP): Remove variable.
15223 * config/i386/go32.mh (TERMCAP): Remove variable.
15224
15225 2003-01-02 Andrew Cagney <ac131313@redhat.com>
15226
15227 * MAINTAINERS: Mention gdb_mbuild.sh.
15228 * gdb_mbuild.sh: Rewrite.
15229
15230 2003-01-02 Mark Kettenis <kettenis@gnu.org>
15231
15232 * configure.in: Fix typo in last change.
15233 * config.in, configure: Regenerated.
15234
15235 2003-01-02 Andrew Cagney <ac131313@redhat.com>
15236
15237 * valarith.c (value_binop): Delete obsolete code and comments.
15238 * configure.host: Ditto.
15239 * buildsym.h (make_blockvector): Ditto.
15240 * buildsym.c (make_blockvector): Ditto.
15241 * defs.h (enum language): Ditto.
15242 (chill_demangle): Ditto.
15243 * elfread.c (elf_symtab_read): Ditto.
15244 * dwarfread.c (CHILL_PRODUCER): Ditto.
15245 (set_cu_language): Ditto.
15246 (handle_producer): Ditto.
15247 * expprint.c (print_subexp): Ditto.
15248 * gdbtypes.c (chill_varying_type): Ditto.
15249 * gdbtypes.h (builtin_type_chill_bool): Ditto.
15250 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
15251 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
15252 (chill_varying_type): Ditto.
15253 * language.h (_LANG_chill): Ditto.
15254 * language.c (binop_result_type, integral_type): Ditto.
15255 (character_type, string_type, structured_type): Ditto.
15256 (lang_bool_type, binop_type_check): Ditto.
15257 * stabsread.h (os9k_stabs): Ditto.
15258 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
15259 (define_symbol, read_type, read_struct_fields): Ditto.
15260 (read_array_type, read_enum_type, read_huge_number): Ditto.
15261 (read_range_type, start_stabs): Ditto.
15262 * symfile.c (init_filename_language_table): Ditto.
15263 (add_psymbol_with_dem_name_to_list): Ditto.
15264 * symtab.c (symbol_init_language_specific): Ditto.
15265 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
15266 * symtab.h (struct general_symbol_info): Ditto.
15267 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
15268 * typeprint.c (typedef_print): Ditto.
15269 * utils.c (fprintf_symbol_filtered): Ditto.
15270 * valops.c (value_cast, search_struct_field, value_slice): Delete
15271 obsolete code.
15272 (varying_to_slice): Delete function.
15273 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
15274 (varying_to_slice): Delete declaration.
15275 * MAINTAINERS: Update.
15276
15277 2003-01-02 Mark Kettenis <kettenis@gnu.org>
15278
15279 * configure.in: Reorganize "Checks for library functions section"
15280 a bit. Remove check for `btowc' and `isascii' functions.
15281 * configure: Regenerated.
15282
15283 * acconfig.h (_MSE_INT_H): Remove.
15284 * configure.in: Create "Checks for header files" section, and move
15285 appropriate tests there. Don't check for objlist.h, wchar.h,
15286 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
15287 misdetection fix. Also add "Checks for types", "Checks for
15288 compiler characteristics" and "Checks for library functions"
15289 sections.
15290 * config.in, configure: Regenerated.
15291
15292 * configure.in: Create "Checks for programs" section, and move
15293 appropriate tests there.
15294
15295 2003-01-01 Mark Kettenis <kettenis@gnu.org>
15296
15297 * configure.in: Create "Checks for libraries" section, and move
15298 appropriate tests there. Cleanup check for wctype in libw. Use
15299 AC_SEARCH_LIBS to see whether we need libsocket.
15300 * configure: Regenerated.
15301
15302 For older changes see ChangeLog-2002
15303 \f
15304 Local Variables:
15305 mode: change-log
15306 left-margin: 8
15307 fill-column: 74
15308 version-control: never
15309 End: