2003-06-11 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-06-11 Andrew Cagney <cagney@redhat.com>
2
3 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
4 REGISTER_CONVERTIBLE.
5 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
7 * gdbarch.h, gdbarch.c: Re-generate.
8 * arch-utils.h (deprecated_register_convertible_not): Rename
9 generic_register_convertible_not.
10 * arch-utils.c (deprecated_register_convertible_not): Rename
11 generic_register_convertible.
12 (legacy_convert_register_p, legacy_register_to_value): Update.
13 * sh-tdep.c (sh64_push_arguments): Update.
14 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
15 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
16 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
17 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
18 * arch-utils.c (legacy_value_to_register): Update.
19 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
20 (rs6000_register_convert_to_raw): Make parameter "from" const.
21 * mips-tdep.c (mips_gdbarch_init): Update.
22 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
23 * infcmd.c (default_print_registers_info): Update.
24 * ia64-tdep.c (ia64_gdbarch_init): Update.
25 (ia64_register_convert_to_raw): Make parameter "from" const.
26 * i386-tdep.c (i386_gdbarch_init): Update.
27 (i386_register_convert_to_raw): Update.
28
29 2003-06-11 Andrew Cagney <cagney@redhat.com>
30
31 * remote-fileio.c: Include "remote-fileio.h".
32 * Makefile.in (remote-fileio.o): Update dependencies.
33 (remote_fileio_h): Fix typo.
34
35 2003-06-11 Andrew Cagney <cagney@redhat.com>
36
37 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
38 (xstormy16_save_dummy_frame_tos): Make static.
39 (_initialize_xstormy16_tdep): Add declaration.
40 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
41 * v850-tdep.c: Make local functions static.
42 (_initialize_v850_tdep): Add declaration.
43 * sparc-tdep.c: Make local functions static.
44 (_initialize_sparc_tdep): Add declaration.
45 * sh-tdep.c: Make local functions static.
46 (_initialize_sh_tdep): Add declaration.
47 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
48 * s390-tdep.c: Make local functions static.
49 (_initialize_s390_tdep): Add declaration.
50 * dbxread.c (find_stab_function_addr): Make static.
51 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
52 * ocd.c (_initialize_remote_ocd): Add declaration.
53 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
54 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
55 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
56 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
57 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
58 * remote-array.c (_initialize_array): Add declaration.
59 (_initialize_remote_monitors): Add declaration.
60 * remote-mips.c: Make local functions static.
61 (_initialize_remote_mips): Add declaration.
62 * mcore-tdep.c: Make all local functions static.
63 (_initialize_mcore_tdep): Add declaration.
64 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
65 * abug-rom.c (_initialize_abug_rom): Add declaration.
66 * rom68k-rom.c (_initialize_rom68k): Add declaration.
67 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
68 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
69 * remote-est.c (_initialize_est): Add declaration.
70 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
71 (m68hc11_call_dummy_address): Make static.
72 * ia64-tdep.c: Make local functions static.
73 (_initialize_ia64_tdep): Add declaration.
74 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
75 * monitor.c (monitor_wait_filter): Make static.
76 (_initialize_remote_monitors): Add declaration.
77 * remote-hms.c (_initialize_remote_hms): Add declaration.
78 * remote-e7000.c (fetch_regs_from_dump): Make static.
79 (expect_n): Make static.
80 (_initialize_remote_e7000): Add declaration.
81 * ser-e7kpc.c: Always include "defs.h".
82 (_initialize_ser_e7000pc): Add declaration.
83 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
84 * cris-tdep.c: Make all but one function static.
85 (_initialize_cris_tdep): Add declaration.
86 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
87 * solib.c (update_solib_list): Make static.
88 (_initialize_solib): Add declaration.
89 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
90 (_initialize_avr_tdep): Add declaration.
91 * remote-rdi.c (voiddummy): Make static.
92 (_initialize_remote_rdi): Add declaration.
93 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
94 * remote-rdp.c (send_rdp): Make static.
95 (_initialize_remote_rdp): Add declaration.
96 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
97
98 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
99
100 * remote-fileio.c: Make ari happy.
101
102 2003-06-10 J. Brobecker <brobecker@gnat.com>
103
104 * rs6000-nat.c (child_xfer_memory): Compute the right address when
105 fetching the trailing bytes of the buffer we are about to write.
106
107 2003-06-10 Andrew Cagney <cagney@redhat.com>
108
109 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
110 * Makefile.in (remote-fileio.o): Update dependencies.
111 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
112 include <setjmp.h>, or <sys/types.h> conditional on USG.
113 (remote_fio_jmp_buf): Delete global variable.
114
115 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
116 Martin M. Hunt <hunt@redhat.com>
117
118 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
119 (SFILES): Add remote-fileio.c.
120 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
121 dependencies for building remote.o.
122 * remote-fileio.c: New file implementing the remote File-I/O protocol.
123 * remote-fileio.h: New header file defining remote File-I/O interface.
124 * remote.c (remote_write_bytes, remote_read_bytes): Remove
125 static storage class.
126 (remote_wait, remote_async_wait): Call remote_fileio_request() on
127 'F' packet.
128 (_initialize_remote): Call initialize_remote_fileio().
129 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
130 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
131 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
132 (captured_main): Initialize new ui_files.
133 * ui-file.c: Add read and fgets input functions.
134 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
135 (null_file_read): New function.
136 (ui_file_read): New function.
137 (set_ui_file_read): New function.
138 (stdio_file_read): New function.
139 * ui-file.h: New type ui_file_read_ftype.
140 (set_ui_file_read): Declare.
141 (ui_file_read): Declare.
142
143 2003-06-09 Andrew Cagney <cagney@redhat.com>
144
145 * frame.h (deprecated_unwind_get_saved_register): Rename
146 generic_unwind_get_saved_register, update comments.
147 * mips-tdep.c (mips_get_saved_register): Update.
148 * frame.c (deprecated_unwind_get_saved_register): Update.
149
150 2003-06-09 Andrew Cagney <cagney@redhat.com>
151
152 * vax-tdep.c (vax_frame_locals_address): Delete function.
153 (vax_gdbarch_init): Do not set frame_locals_address.
154 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
155 (m68hc11_gdbarch_init): Do not set frame_locals_address.
156 * s390-tdep.c (s390_frame_args_address): Delete function.
157 (s390_gdbarch_init): Do not set frame_args_address or
158 frame_locals_address.
159 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
160 (ns32k_gdbarch_init): Do not set frame_locals_address.
161 * hppa-tdep.c (hppa_frame_args_address): Delete function.
162 (hppa_frame_locals_address): Delete function.
163 (hppa_gdbarch_init): Do not set frame_args_address, or
164 frame_locals_address.
165 * arm-tdep.c (arm_frame_args_address): Delete.
166 (arm_frame_locals_address): Delete.
167 (arm_gdbarch_init): Do not set frame_args_address, or
168 frame_locals_address.
169
170 2003-06-09 Andrew Cagney <cagney@redhat.com>
171
172 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
173 * gdbarch.h, gdbarch.c: Re-generate.
174 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
175 * arch-utils.c (frame_num_args_unknown): Delete function.
176 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
177 (frame_info): Use FRAME_NUM_ARGS_P.
178 * arm-tdep.c (arm_frame_num_args): Delete function.
179 (arm_gdbarch_init): Do not set frame_num_args.
180 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
181 * hppa-tdep.c (hppa_frame_num_args): Delete function.
182 (hppa_gdbarch_init): Do not set frame_num_args.
183 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
184 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
185 frame_num_args to default frame_num_args_unknown.
186 * v850-tdep.c (v850_gdbarch_init): Ditto.
187 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
188 * sh-tdep.c (sh_gdbarch_init): Ditto.
189 * s390-tdep.c (s390_gdbarch_init): Ditto.
190 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
191 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
192 * mips-tdep.c (mips_gdbarch_init): Ditto.
193 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
194 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
195 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
196 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
197 * i386-tdep.c (i386_gdbarch_init): Ditto.
198 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
199 * frv-tdep.c (frv_gdbarch_init): Ditto.
200 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
201 * cris-tdep.c (cris_gdbarch_init): Ditto.
202 * avr-tdep.c (avr_gdbarch_init): Ditto.
203 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
204
205 2003-06-09 Andrew Cagney <cagney@redhat.com>
206
207 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
208 (print_frame_args): Moved to "stack.c".
209 * stack.c: Include "gdb_assert.h".
210 (print_frame_nameless_args): Moved from "printcmd.c", made static.
211 (print_frame_args): Moved from "printcmd.c".
212 * frame.h (print_frame_args): Delete declaration.
213 * Makefile.in (stack.o): Update dependencies.
214
215 2003-06-08 Andrew Cagney <cagney@redhat.com>
216
217 * frame.c (get_prev_frame): Remove reference to
218 frame_args_address_correct in comments.
219 * frame-base.c (default_frame_args_address): Delete code
220 conditional on FRAME_ARGS_ADDRESS_CORRECT.
221 * vax-tdep.c (vax_frame_args_address_correct): Delete.
222 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
223 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
224 (vax_frame_args_address_correct): Delete declaration.
225
226 2003-06-08 Andrew Cagney <cagney@redhat.com>
227
228 * gdbarch.sh (UNWIND_SP): Add.
229 * gdbarch.h, gdbarch.c: Re-generate.
230 * frame.c (frame_sp_unwind): New function.
231 (get_frame_sp): New function.
232 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
233 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
234 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
235 value.
236 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
237 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
238
239 2003-06-08 Andrew Cagney <cagney@redhat.com>
240
241 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
242 REMOTE_BREAKPOINT.
243 * remote.c: Update.
244 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
245 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
246 * config/m68k/tm-sun3.h: Update.
247 * config/m68k/tm-m68klynx.h: Update.
248 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
249
250 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
251 trad_frame". Update comments.
252 * d10v-tdep.c (struct d10v_unwind_cache): Update.
253 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
254 (trad_frame_register_value, trad_frame_prev_register): Update.
255
256 2003-06-08 Andrew Cagney <cagney@redhat.com>
257
258 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
259 from GCC's acinclude.m4.
260 * configure.in: Check for getopt's delcaration.
261 * aclocal.m4, config.in, configure: Re-generate.
262 * main.c (error_init): Delete declaration.
263 * defs.h (error_init): Declare.
264 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
265 (rs6000_convert_from_func_ptr_addr): Make static.
266 (_initialize_rs6000_tdep): Add declaration.
267 * cli/cli-cmds.c (dont_repeat): Delete declaration.
268 (show_commands, set_verbose, show_history): Delete declaration.
269 * top.h (set_verbose): Add declaration.
270 (show_history, set_history, show_commands): Add declaration.
271 (do_restore_instream_cleanup): Add declaration.
272 * objc-lang.c (specialcmp): Make static.
273 (print_object_command): Make static.
274 (find_objc_msgsend): Make static.
275 (find_objc_msgcall_submethod_helper): Make static.
276 (find_objc_msgcall_submethod): Make static.
277 (_initialize_objc_language): Add declaration.
278 (find_implementation_from_class): Make static.
279 (find_implementation): Make static.
280 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
281 * objc-lang.h (lookup_struct_typedef): Add declaration.
282 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
283 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
284 (do_restore_user_call_depth): Make static.
285 (do_restore_instream_cleanup): Delete declaration.
286 (dont_repeat): Delete declaration.
287 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
288 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
289 * reggroups.c (_initialize_reggroup): Add declaration.
290 * cp-support.c (_initialize_cp_support): Add declaration.
291 * cp-abi.c (_initialize_cp_abi): Add declaration.
292 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
293 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
294 (_initialize_gnu_v3_abi): Add declaration.
295 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
296 (_initialize_gnu_v2_abi): Add declaration.
297 * frame-base.c (_initialize_frame_base): Add declaration.
298 * doublest.c (floatformat_from_length): Make static.
299 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
300 * frame.c (create_sentinel_frame): Make static.
301 (_initialize_frame): Add declaration.
302 * top.c (do_catch_errors): Make static.
303 (gdb_rl_operate_and_get_next_completion): Make static.
304 * typeprint.c: Include "typeprint.h".
305 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
306 (sentinel_frame_this_id): Make static.
307 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
308 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
309 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
310 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
311 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
312 * maint.c (maintenance_print_architecture): Make static.
313 * signals/signals.c (_initialize_signals): Add declaration.
314 * std-regs.c (_initialize_frame_reg): Add declaration.
315 * jv-exp.y (push_variable): ISO C definition.
316 (push_qualified_expression_name): Ditto.
317 * memattr.c (_initialize_mem): Add declaration.
318 * remote.c (remote_check_watch_resources): Make static.
319 (remote_stopped_by_watchpoint): Make static.
320 (remote_stopped_data_address): Make static.
321 * d10v-tdep.c (nr_dmap_regs): Make static.
322 (a0_regnum): Make static.
323 (d10v_frame_unwind_cache): Make static.
324 (d10v_frame_p): Make static.
325 * osabi.c (show_osabi): Make static.
326 (_initialize_gdb_osabi): Add extern declaration.
327 * gdbtypes.c (make_qualified_type): Make static.
328 (safe_parse_type): Make static.
329 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
330 * macrotab.c (macro_bcache_free): Make static.
331 * interps.c (interp_set_quiet): Make static.
332 (interpreter_exec_cmd): Make static.
333 * stack.h (select_frame_command): New file.
334 * stack.c: Include "stack.h".
335 (select_frame_command_wrapper): Delete function.
336 (select_frame_command): Make global.
337 * infcall.c: Include "infcall.h".
338 * linespec.c: Include "linespec.h".
339 * symfile.c (sections_overlap): Make static.
340 * cp-support.h (cp_initialize_namespace): ISO C declaration.
341 * charset.c (_initialize_charset): Add missing prototype.
342 * regcache.c (init_legacy_regcache_descr): Make static.
343 (do_regcache_xfree): Make static.
344 (regcache_xfer_part): Make static.
345 (_initialize_regcache): Add missing prototype.
346 * breakpoint.c (parse_breakpoint_sals): Make static.
347 (breakpoint_sals_to_pc): Make static.
348 * interps.h (clear_interpreter_hooks): ISO C declaration.
349 * Makefile.in (stack_h): Define.
350 (stack.o, typeprint.o, mi-main.o): Update dependencies.
351 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
352
353 2003-06-08 Andrew Cagney <cagney@redhat.com>
354
355 * Makefile.in (d10v-tdep.o): Update dependencies.
356 (SFILES): Add trad-frame.c.
357 (trad_frame_h): Define.
358 (COMMON_OBS): Add trad-frame.o.
359 (trad-frame.o): Specify dependencies.
360 * d10v-tdep.c: Include "trad-frame.h".
361 (saved_regs_unwinder): Delete function.
362 (d10v_frame_prev_register): Use trad_frame_prev_register.
363 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
364 trad_frame", delete "regs" and "prev_sp".
365 (prologue_find_regs): Use trad-frame.
366 * trad-frame.h, trad-frame.c: New files.
367
368 2003-06-08 Mark Kettenis <kettenis@gnu.org>
369
370 * dwarf2cfi.c, dwarf2cfi.h: Remove.
371
372 2003-06-07 Adam Fedor <fedor@gnu.org>
373
374 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
375 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
376 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
377 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
378 resolve_msgsend_super, resolve_msgsend_super_stret):
379 Use it.
380
381 2003-06-07 Andrew Cagney <cagney@redhat.com>
382
383 * symfile.h: Re-indent, clean up comments.
384
385 2003-06-07 Andrew Cagney <cagney@redhat.com>
386
387 * inferior.h (deprecated_write_sp): Replace
388 generic_target_write_sp.
389 * regcache.c (deprecated_write_sp): Replace
390 generic_target_write_sp.
391 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
392 * vax-tdep.c (vax_gdbarch_init): Update.
393 * v850-tdep.c (v850_gdbarch_init): Update.
394 * sparc-tdep.c (sparc_gdbarch_init): Update.
395 * sh-tdep.c (sh_gdbarch_init): Update.
396 * s390-tdep.c (s390_gdbarch_init): Update.
397 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
398 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
399 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
400 * mcore-tdep.c (mcore_gdbarch_init): Update.
401 * m68k-tdep.c (m68k_gdbarch_init): Update.
402 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
403 * ia64-tdep.c (ia64_gdbarch_init): Update.
404 * h8300-tdep.c (h8300_gdbarch_init): Update.
405 * frv-tdep.c (frv_gdbarch_init): Update.
406 * cris-tdep.c (cris_gdbarch_init): Update.
407 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
408
409 2003-06-07 Andrew Cagney <cagney@redhat.com>
410
411 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
412 Assert that PC_REGNUM is valid.
413 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
414
415 2003-06-07 Andrew Cagney <cagney@redhat.com>
416
417 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
418 * gdbarch.h, gdbarch.c: Regenerate.
419 * mn10300-tdep.c: Include "gdb_assert.h".
420 (mn10300_read_fp): New function.
421 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
422 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
423 * ia64-tdep.c: Include "gdb_assert.h".
424 (ia64_read_fp): New function.
425 (ia64_gdbarch_init): Set deprecated_target_read_fp to
426 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
427 * regcache.c (generic_target_read_sp): Delete function.
428 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
429 * inferior.h (generic_target_read_sp): Delete declaration.
430 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
431 generic_target_read_sp.
432 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
433 * sparc-tdep.c (sparc_gdbarch_init): Ditto
434 * sh-tdep.c (sh_gdbarch_init): Ditto.
435 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
436 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
437
438 2003-06-07 Andrew Cagney <cagney@redhat.com>
439
440 * gdbarch.sh: Comment each field of startup_gdbarch.
441 * gdbarch.h, gdbarch.c: Re-generate.
442
443 2003-06-07 Andrew Cagney <cagney@redhat.com>
444
445 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
446 * gdbarch.h, gdbarch.c: Re-generate.
447 * regcache.c: Update comments on read_pc et.al.
448 (generic_target_read_pc): Delete function.
449 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
450 * inferior.h (generic_target_read_pc): Delete declaration.
451 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
452 generic_target_read_pc.
453 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
454 * sh-tdep.c (sh_gdbarch_init): Ditto.
455 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
456 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
457
458 2003-06-07 Andrew Cagney <cagney@redhat.com>
459
460 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
461 "index" with "special_local_sect". Use strcmp instead of STREQ.
462 Append period to coments.
463
464 2003-06-06 Mark Mitchell <mark@codesourcery.com>
465
466 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
467 (elfstab_offset_sections): Likewise.
468 * gdb-stabs.h (stab_section_info): Likewise.
469 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
470 * objfiles.c (objfile_relocate): Likewise.
471 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
472 * remote.c (get_offsets): Likewise.
473 (remote_cisco_objfile_relocate): Likewise.
474 * somread.c (som_symfile_offsets): Likewise.
475 * symfile.c (alloc_section_addr_info): New function.
476 (build_section_addr_info_from_section_tab): Use it.
477 (free_section_addr_info): Adjust.
478 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
479 (syms_from_objfile): Allocate local_addr dynamically.
480 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
481 dynamically.
482 (add_symbol_file_command): Allocate sect_opts dynamically.
483 (reread_symbols): Avoid use of SECT_OFF_MAX.
484 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
485 (alloc_section_addr_info): Declare it.
486 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
487 * win32-nat.c (solib_symbols_add): Allocate section_addrs
488 dynamically.
489 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
490
491 2003-06-06 Andrew Cagney <cagney@redhat.com>
492
493 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
494 (d10v_frame_unwind_cache): Do not set "return_pc".
495
496 2003-06-06 Michael Snyder <msnyder@redhat.com>
497
498 * h8300-tdep.c: Make tidy (long lines).
499
500 2003-06-06 Michal Ludvig <mludvig@suse.cz>
501
502 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
503 to regcache_collect().
504
505 2003-06-05 J. Brobecker <brobecker@gnat.com>
506
507 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
508 pc_in_sigtramp multiarch method.
509 (hppa_hpux_som_init_abi): Use it.
510 (hppa_hpux_elf_init_abi): Likewise.
511 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
512 macro has been multiarched.
513 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
514 macro here, as hppa64 isn't multiarched yet.
515
516 2003-06-05 Andrew Cagney <cagney@redhat.com>
517
518 * Makefile.in (value_h): Add $(frame_h).
519 * value.h: Include "frame.h".
520 (struct value): Replace "frame_addr" with "frame_id".
521 (VALUE_FRAME_ID): Replace VALUE_FRAME.
522 * values.c (allocate_value): Use VALUE_FRAME_ID.
523 (value_copy): Use VALUE_FRAME_ID.
524 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
525 * valops.c (value_assign): Update. Use frame_find_by_id.
526
527 2003-06-05 Michal Ludvig <mludvig@suse.cz>
528
529 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
530 in each pass.
531
532 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
533
534 * thread-db.c (check_event): For create/death event breakpoints,
535 loop through all messages to ensure that we read the message
536 corresponding to the breakpoint we are at.
537
538 2003-06-04 Michael Snyder <msnyder@redhat.com>
539
540 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
541
542 2003-06-04 Mark Kettenis <kettenis@gnu.org>
543
544 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
545 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
546 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
547 when handling .eh_frame sections.
548
549 2003-06-04 J. Brobecker <brobecker@gnat.com>
550
551 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
552 prepare_to_proceed procedure instead of the hppa-specific one.
553 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
554
555 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
556
557 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
558 * config.in: Regenerated.
559 * configure.in: Add test for syscall function and check for
560 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
561 * configure: Regenerated.
562 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
563 <sys/syscall.h>.
564 (kill_lwp): New function that uses tkill syscall or
565 uses kill, depending on whether threading model is nptl or not.
566 All callers of kill() changed to use kill_lwp().
567 (lin_lwp_wait): Make special check when WIFEXITED occurs to
568 see if all threads have already exited in the nptl model.
569 (stop_and_resume_callback): New callback function used by the
570 lin_lwp_wait thread exit handling code.
571 (stop_wait_callback): Check for threads already having exited and
572 delete such threads fromt the lwp list when discovered.
573 (stop_callback): Don't assert retcode of kill call.
574
575 Roland McGrath <roland@redhat.com>
576 * i386-linux-nat.c (ps_get_thread_area): New function needed by
577 nptl libthread_db.
578
579 2003-06-03 Richard Henderson <rth@redhat.com>
580
581 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
582 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
583 (alpha_sigtramp_frame_prev_register): Likewise.
584 (alpha_heuristic_frame_prev_register): Likewise.
585 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
586
587 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
588 alpha-specific register id names.
589 (alpha_mdebug_frame_unwind_cache): Likewise.
590 (alpha_mdebug_frame_prev_register): Likewise.
591
592 2003-06-03 Richard Henderson <rth@redhat.com>
593
594 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
595 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
596 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
597 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
598 unwind routines.
599 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
600 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
601 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
602
603 * alpha-linux-tdep.c: Remove unnecessary includes.
604 * Makefile.in (alpha-linux-tdep.o): Update.
605
606 2003-06-03 Richard Henderson <rth@redhat.com>
607
608 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
609 (alphabsd_fill_fpreg): Likewise.
610
611 2003-06-03 J. Brobecker <brobecker@gnat.com>
612
613 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
614 references to struct frame_info fields by calls to the equivalent
615 accessors. Necessary now that frame_info is opaque.
616
617 2003-06-03 J. Brobecker <brobecker@gnat.com>
618
619 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
620 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
621 structure, field no longer exists.
622
623 2003-06-03 J. Brobecker <brobecker@gnat.com>
624
625 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
626 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
627
628 2003-06-03 J. Brobecker <brobecker@gnat.com>
629
630 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
631 references to struct frame_info fields by calls to the equivalent
632 accessors. Necessary now that frame_info is opaque.
633
634 2003-06-03 J. Brobecker <brobecker@gnat.com>
635
636 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
637 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
638 structure, field no longer exists.
639
640 2003-06-03 Theodore A. Roth <troth@openavr.org>
641
642 * remote.c (init_remote_state): Compute sizeof_g_packet by
643 accumulation of the size of all registers instead of blindly using
644 DEPRECATED_REGISTER_BYTES.
645
646 2003-06-03 Michael Snyder <msnyder@redhat.com>
647
648 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
649 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
650 for h8300sx.
651
652 2003-06-03 J. Brobecker <brobecker@gnat.com>
653
654 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
655 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
656
657 2003-06-03 Andrew Cagney <cagney@redhat.com>
658
659 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
660 (sparc_convert_to_raw): Delete function.
661 (sparc_gdbarch_init): Do not set register_convert_to_raw or
662 register_convert_to_virtual.
663
664 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
665
666 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
667 layer if not dealing with a statically-linked threaded program.
668
669 2003-06-03 Kris Warkentin <kewarken@qnx.com>
670
671 * solib.c (solib_open): Update comment to reflect actual search order.
672
673 2003-06-03 Andrew Cagney <cagney@redhat.com>
674
675 * frame.c (get_frame_memory_signed): New function.
676 (get_frame_memory, get_frame_memory_unsigned): New function.
677 (get_frame_arch): New function.
678 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
679 (get_frame_memory, get_frame_unsigned_memory): Declare.
680 * d10v-tdep.c (d10v_frame_unwind_cache): Use
681 get_frame_memory_unsigned and get_frame_arch.
682 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
683
684 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
685
686 * MAINTAINERS (write after approval): Add myself.
687
688 2003-06-03 Jim Blandy <jimb@redhat.com>
689
690 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
691 elements of gregset_t are 64 bits each, but access registers
692 are still 32 bits, so they're packed two per gregset_t
693 element. Unpack/pack them properly.
694
695 2003-06-02 David Carlton <carlton@bactrian.org>
696
697 * linespec.c (find_methods): Break out code into
698 add_matching_methods and add_constructors.
699 (add_matching_methods): New.
700 (add_constructors): Ditto.
701
702 2003-06-02 Andrew Cagney <cagney@redhat.com>
703
704 * sparc-tdep.c (sparc_print_registers): Delete call to
705 REGISTER_CONVERTIBLE.
706 (sparc_gdbarch_init): Do not set register_convertible.
707 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
708 * frv-tdep.c (frv_gdbarch_init): Ditto.
709 * cris-tdep.c (cris_gdbarch_init): Ditto.
710
711 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
712
713 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
714 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
715 (syms_from_objfile): Ditto.
716
717 2003-06-03 Andreas Schwab <schwab@suse.de>
718
719 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
720 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
721
722 2003-06-02 Richard Henderson <rth@redhat.com>
723
724 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
725 a member of all_reggroup.
726
727 2003-06-02 Richard Henderson <rth@redhat.com>
728
729 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
730 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
731 (alpha_lds, alpha_sts): New.
732 (alpha_convert_register_p): Change from _register_convertible.
733 (alpha_register_to_value): Change from _convert_to_virtual;
734 restructure and fail for type sizes other than 4 or 8.
735 (alpha_value_to_register): Similarly.
736 (alpha_extract_return_value): Use alpha_sts.
737 (alpha_store_return_value): Use alpha_lds.
738 (alpha_gdbarch_init): Update hooks.
739
740 2003-06-02 Richard Henderson <rth@redhat.com>
741
742 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
743 regnum identifiers.
744 (alpha_sigtramp_register_address): Likewise.
745
746 2003-06-02 Richard Henderson <rth@redhat.com>
747
748 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
749 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
750 * alpha-tdep.h: Declare them.
751
752 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
753 Remove zerobuf. Don't error on UNIQUE.
754 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
755 (ALPHA_REGSET_UNIQUE): Provide default.
756 (supply_gregset): Use alpha_supply_int_regs.
757 (fill_gregset): Use alpha_fill_int_regs.
758 (supply_fpregset): Use alpha_supply_fp_regs.
759 (fill_fpregset): Use alpha_fill_fp_regs.
760 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
761 (alphabsd_supply_reg): Use alpha_supply_int_regs.
762 (alphabsd_fill_reg): Use alpha_fill_int_regs.
763 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
764 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
765 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
766
767 2003-06-02 Richard Henderson <rth@redhat.com>
768
769 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
770
771 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
772 (alpha_store_return_value): Likewise.
773
774 2003-06-02 David Carlton <carlton@math.stanford.edu>
775
776 * block.c (contained_in): Add 'const' to arguments.
777 (block_function): Ditto.
778 * block.h: Update declarations for block_function and
779 contained_in.
780
781 2003-06-02 David Carlton <carlton@math.stanford.edu>
782
783 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
784 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
785 * p-valprint.c (pascal_val_print): Ditto.
786 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
787
788 2003-06-02 Richard Henderson <rth@redhat.com>
789
790 * alpha-tdep.c (alpha_push_dummy_call): Use
791 builtin_type_ieee_double_little instead of builtin_type_double.
792
793 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
794 sign-extension of 32-bit values.
795 (alpha_store_return_value): Similarly.
796
797 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
798 (alpha_extract_return_value): Likewise.
799 (alpha_store_return_value): Likewise.
800
801 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
802 (alpha_store_return_value): Error on IEEE Quad floats.
803
804 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
805 (alpha_extract_struct_value_address): Likewise.
806 (alpha_store_return_value): Likewise.
807 (alpha_store_struct_return): Remove.
808 (alpha_gdbarch_init): Update hook registration to match.
809
810 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
811 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
812 macros where appropriate.
813 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
814 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
815
816 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
817 for SP, GP; void_func_ptr for PC; non-language-specific types
818 for all others.
819 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
820
821 2003-06-02 Richard Henderson <rth@redhat.com>
822
823 * top.h (lim_at_start): Declare.
824 * main.c (captured_main): Set it.
825 * top.c (lim_at_start): Define.
826 (command_loop): Use it instead of &environ.
827 * event-top.c (command_handler): Likewise.
828
829 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
830
831 * mipsnbsd-tdep.c: Update copyright years.
832 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
833
834 2003-06-01 Richard Henderson <rth@redhat.com>
835
836 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
837 (alpha-linux-tdep.o): Update dependencies.
838 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
839 * alpha-mdebug-tdep.c: Remove unneeded includes.
840
841 2003-06-01 Richard Henderson <rth@redhat.com>
842
843 * alpha-tdep.c (alpha_register_reggroup_p): New.
844 (alpha_gdbarch_init): Register it.
845
846 2003-06-02 Andrew Cagney <cagney@redhat.com>
847
848 * dwarfread.c: Eliminate "register"
849 (decode_die_type): Eliminate assignment within "if".
850 (struct_type, decode_array_element_type): Ditto.
851 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
852 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
853 (decode_modified_type, completedieinfo): Ditto.
854 * block.c: Eliminate "register".
855 (blockvector_for_pc_sect): Eliminate assignment within "if".
856 * cp-support.h (struct symbol): Opaque declaration.
857 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
858
859 2003-06-01 Richard Henderson <rth@redhat.com>
860
861 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
862 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
863
864 2003-06-01 Adam Fedor <fedor@gnu.org>
865
866 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
867 * gdbarch.[ch]: Regenerate.
868 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
869 (hppa_gdbarch_init): Set it in the gdbarch vector.
870 * i386-tdep.c (i386_fetch_pointer_argument): New
871 (i386_gdbarch_init): Set it into gdbarch.
872 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
873 (rs6000_gdbarch_init): Set it in gdbarch.
874 * sparc-tdep.c (sparc_fetch_pointer_argument): New
875 (sparc_gdbarch_init): Set it in gdbarch.
876
877 2003-06-01 Andrew Cagney <cagney@redhat.com>
878
879 * defs.h (extract_address): Delete declaration.
880 * findvar.c (extract_address): Delete function.
881 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
882 extract_address with the inline equivalent,
883 extract_unsigned_integer.
884 (xstormy16_extract_struct_value_address): Ditto.
885 (xstormy16_pointer_to_address): Ditto.
886 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
887 * v850-tdep.c (v850_push_arguments): Ditto.
888 (v850_extract_return_value): Ditto.
889 (v850_extract_struct_value_address): Ditto.
890 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
891 (sparcnbsd_get_longjmp_target_64): Ditto.
892 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
893 (get_longjmp_target): Ditto.
894 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
895 (sh64_extract_struct_value_address): Ditto.
896 (sh_push_arguments): Ditto.
897 (sh64_push_arguments): Ditto.
898 * remote-vxsparc.c (vx_read_register): Ditto.
899 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
900 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
901 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
902 * mipsv4-nat.c (get_longjmp_target): Ditto.
903 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
904 * mips-nat.c (get_longjmp_target): Ditto.
905 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
906 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
907 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
908 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
909 * irix5-nat.c (get_longjmp_target): Ditto.
910 * irix4-nat.c (get_longjmp_target): Ditto.
911 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
912 (ia64_push_arguments): Ditto.
913 * hpux-thread.c (hpux_thread_store_registers): Ditto.
914 * h8300-tdep.c (h8300_push_arguments): Ditto.
915 (h8300_store_return_value): Ditto.
916 (h8300_extract_struct_value_address): Ditto.
917 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
918 (frv_push_arguments): Ditto.
919 * avr-tdep.c (avr_pointer_to_address): Ditto.
920 (avr_push_arguments): Ditto.
921 * arm-tdep.c (arm_push_dummy_call): Ditto.
922 (arm_get_longjmp_target): Ditto.
923 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
924 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
925 (alpha_get_longjmp_target): Ditto.
926
927 * solib-irix.c (extract_mips_address): Inline extract_address,
928 replacing it with extract_signed_integer.
929 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
930 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
931 (first_link_map_member, open_symbol_file_object): Ditto.
932 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
933 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
934 (LM_NEXT, LM_NAME): Ditto.
935
936 2003-06-01 Richard Henderson <rth@redhat.com>
937
938 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
939 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
940 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
941 (alpha_cannot_store_register): Likewise.
942 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
943 * alpha-nat.c (supply_gregset): Likewise.
944 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
945
946 2003-06-01 Andrew Cagney <cagney@redhat.com>
947
948 * infcall.c (call_function_by_hand): Update comment on
949 DEPRECATED_DUMMY_WRITE_SP.
950
951 * mips-tdep.c (mips_gdbarch_init): Do not set
952 deprecated_dummy_write_sp.
953 (mips_eabi_push_dummy_call): Set the SP register.
954 (mips_o64_push_dummy_call): Set the SP register.
955 (mips_o32_push_dummy_call): Set the SP register.
956 (mips_n32n64_push_dummy_call): Set the SP register.
957
958 2003-06-01 Richard Henderson <rth@redhat.com>
959
960 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
961 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
962 (supply_gregset): Likewise.
963 * alpha-tdep.c (alpha_store_return_value): Likewise.
964 (alpha_get_longjmp_target): Likewise.
965 (alpha_register_name): Constify array.
966 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
967 deprecated_register_size, deprecated_register_bytes,
968 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
969 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
970 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
971
972 2003-06-01 Richard Henderson <rth@redhat.com>
973
974 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
975 from arg_reg_buffer to regcache to avoid double conversion.
976
977 2003-06-01 Mark Kettenis <kettenis@gnu.org>
978
979 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
980 SP_REGNUM.
981 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
982 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
983
984 2003-06-01 Richard Henderson <rth@redhat.com>
985
986 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
987 (decode_frame_entry): Set it. Skip FDE augmentation.
988
989 2003-06-01 Richard Henderson <rth@redhat.com>
990
991 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
992 not overlapping PC_REGNUM.
993
994 2003-06-01 Richard Henderson <rth@redhat.com>
995
996 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
997 alpha_push_arguments. Don't dump argument register data to
998 the target stack. Fix float and 128-bit long double semantics.
999 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
1000 (alpha_fix_call_dummy): Remove.
1001 (alpha_call_dummy_words): Remove.
1002 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
1003
1004 2003-06-01 Richard Henderson <rth@redhat.com>
1005
1006 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
1007
1008 2003-06-01 Andrew Cagney <cagney@redhat.com>
1009
1010 * mips-tdep.c (is_mips16_addr): New function.
1011 (make_mips16_addr, unmake_mips16_addr): New functions.
1012 (pc_is_mips16, mips_fetch_instruction): Use.
1013 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
1014 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
1015 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
1016 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
1017 TARGET_MIPS.
1018 * config/mips/tm-mips.h: Update copyright.
1019 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
1020 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
1021 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
1022 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
1023 (TM_PRINT_INSN_MACH): Delete.
1024 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
1025
1026 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
1027 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
1028 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
1029 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
1030 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
1031 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
1032 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
1033 mips*-*-riscos* and mips*-*-sysv* onto mips.
1034 * config/mips/mips64.mt: New file.
1035 * config/mips/mips.mt: New file.
1036 * config/mips/littlemips.mt: Delete file.
1037 * config/mips/decstation.mt: Delete file.
1038 * config/mips/vr4300el.mt: Delete file.
1039 * config/mips/vr5000el.mt: Delete file.
1040 * config/mips/vr5000.mt: Delete file.
1041 * config/mips/vr4100.mt: Delete file.
1042 * config/mips/vr4xxxel.mt: Delete file.
1043 * config/mips/vr4300.mt: Delete file.
1044 * config/mips/vr4xxx.mt: Delete file.
1045 * config/mips/bigmips.mt: Delete file.
1046 * config/mips/bigmips64.mt: Delete file.
1047 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
1048 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
1049 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
1050 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
1051 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
1052 "tm-bigmips.h".
1053 * config/mips/tm-irix3.h: Ditto.
1054 * config/mips/tm-mipsv4.h: Ditto.
1055 * config/mips/tm-embed.h: Ditto.
1056 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
1057 "tm-bigmips64.h".
1058 * config/mips/tm-vr5000el.h: Delete file.
1059 * config/mips/tm-tx39l.h: Delete file.
1060 * config/mips/tm-vr4300el.h: Delete file.
1061 * config/mips/tm-vr4xxxel.h: Delete file.
1062 * config/mips/tm-vr4300.h: Delete file.
1063 * config/mips/tm-vr4100.h: Delete file.
1064 * config/mips/tm-vr4xxx.h: Delete file.
1065 * config/mips/tm-vr5000.h: Delete file.
1066 * config/mips/tm-embedl64.h: Delete file.
1067 * config/mips/tm-embedl.h: Delete file.
1068 * config/mips/tm-embed64.h: Delete file.
1069 * config/mips/tm-bigmips64.h: Delete file.
1070 * config/mips/tm-bigmips.h: Delete file.
1071
1072 2003-06-01 Mark Kettenis <kettenis@gnu.org>
1073
1074 Fix gdb/1216.
1075 * shnbsd-nat.c: Include "sh-tdep.h".
1076
1077 From Richard Henderson <rth@redhat.com>:
1078 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
1079
1080 2003-05-31 Andrew Cagney <cagney@redhat.com>
1081
1082 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
1083 forward declaration.
1084 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
1085 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
1086 (mips_find_saved_regs): Use set_reg_offset.
1087 (mips_frame_init_saved_regs): Delete function.
1088 (mips_pop_frame): Call mips_find_saved_regs instead of
1089 DEPRECATED_FRAME_INIT_SAVED_REGS.
1090
1091 2003-05-31 Andrew Cagney <cagney@redhat.com>
1092
1093 * mips-tdep.c (mips_gdbarch_init): Do not set
1094 deprecated_max_register_raw_size, register_virtual_size, and
1095 deprecated_max_register_virtual_size.
1096
1097 2003-05-31 Mark Kettenis <kettenis@gnu.org>
1098
1099 * i386-tdep.c: Include "dwarf2-frame.h".
1100 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
1101 * Makefile.in (i386-tdep.o): Update dependencies.
1102
1103 * dwarf2-frame.c, dwarf2-frame.h: New files.
1104 * Makefile.in (SFILES): Add dwarf2-frame.c.
1105 (dwarf2_frame_h): Define.
1106 (COMMON_OBS): Add dwarf2-frame.o.
1107 (dwarf2-frame.o): Add dependencies.
1108
1109 2003-05-31 Andreas Jaeger <aj@suse.de>
1110
1111 * x86-64-linux-nat.c: Fix comment.
1112
1113 2003-05-31 Mark Kettenis <kettenis@gnu.org>
1114
1115 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
1116 function signature.
1117
1118 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
1119 have a sigcontext_addr handler.
1120 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
1121 sigcontext_addr handler.
1122
1123 2003-05-31 Andrew Cagney <cagney@redhat.com>
1124
1125 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
1126 (print_fp_register_row): Replace do_fp_register_row.
1127 (mips_print_fp_register): Add "file" and "frame" parameters.
1128 (mips_print_register): Add "file" and "frame" parameters.
1129 (mips_print_registers_info): Replace mips_do_registers_info.
1130 (mips_gdbarch_init): Set print_registers_info instead of
1131 deprecated_do_registers_info.
1132 (mips_read_fp_register_single): Add "frame" parameter.
1133 (mips_read_fp_register_double): Add "frame" parameter.
1134
1135 2003-05-31 Mark Kettenis <kettenis@gnu.org>
1136
1137 * i386-tdep.c (i386_register_name): Check for MMX registers first.
1138 Fixes a bug where GDB would print the wrong register names for
1139 targets without SSE.
1140
1141 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
1142 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
1143 registers.
1144
1145 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
1146 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
1147 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1148 TDEP->sc_sp_offset.
1149
1150 From Michal Ludvig <mludvig@suse.cz>:
1151 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
1152 and `sc_num_regs'.
1153 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1154 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
1155 I386_ST0_REGNUM): Move here from...
1156 * i386-tdep.c: ... here.
1157 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
1158 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
1159 registers if possible.
1160 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
1161 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
1162 Remove variables.
1163 (i386bsd_sc_reg_offset): New variable.
1164 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
1165 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1166 TDEP->sc_sp_offset.
1167 (i386fbsd_sc_reg_offset): New variable.
1168 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
1169 TDEP->sc_num_regs.
1170 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
1171 variables.
1172 (i386fbsd4_sc_reg_offset): New variable.
1173 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
1174 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1175 TDEP->sc_sp_offset.
1176 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
1177 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
1178 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
1179 Remove variables.
1180 (i386nbsd_sc_reg_offset): New variable.
1181 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
1182 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1183 TDEP->sc_sp_offset.
1184 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
1185 Remove variables.
1186 (i386obsd_sc_reg_offset): New variable.
1187 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
1188 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1189 TDEP->sc_sp_offset.
1190 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
1191 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
1192 for frame pointer offset in `struct sigcontext'.
1193
1194 2003-05-31 Andrew Cagney <cagney@redhat.com>
1195
1196 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
1197 architecture methods call_dummy_words, sizeof_call_dummy_words,
1198 push_return_address, store_struct_return, and fix_call_dummy. Set
1199 push_dummy_call instead of deprecated_push_arguments.
1200 (mips_store_struct_return): Delete function.
1201 (mips_fix_call_dummy): Delete function.
1202 (mips_push_return_address): Delete function.
1203 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
1204 RA_REGNUM and T9_REGNUM.
1205 (mips_n32n64_push_dummy_call): Ditto for
1206 mips_n32n64_push_arguments.
1207 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
1208 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
1209
1210 2003-05-31 Andrew Cagney <cagney@redhat.com>
1211
1212 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
1213 "dummy_addr" to "bp_addr".
1214 * infcall.c (call_function_by_hand): Pass "funaddr" to
1215 gdbarch_push_dummy_call.
1216 * gdbarch.h, gdbarch.c: Re-generate.
1217 * i386-tdep.c (i386_push_dummy_call): Update.
1218 * arm-tdep.c (arm_push_dummy_call): Update.
1219 * d10v-tdep.c (d10v_push_dummy_call): Update.
1220
1221 2003-05-31 Mark Kettenis <kettenis@gnu.org>
1222
1223 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
1224 variable declarations.
1225 (x86_64_register_number, x86_64_register_name): Remove prototypes.
1226 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
1227 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
1228 x86_64_init_frame_pc, x86_64_init_frame_pc,
1229 x86_64_function_has_prologue): Remove prototypes.
1230 (X86_64_NUM_GREGS): New define.
1231 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
1232 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
1233 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
1234 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
1235 XMM1_REGNUM): Remove defines.
1236 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
1237 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
1238 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
1239 X86_64_XMM1_REGNUM): New defines.
1240 (struct x86_64_register_info): Renamed from `struct
1241 register_info'. Remove `size' member.
1242 (x86_64_register_info_table): Remove variable.
1243 (x86_64_register_info): New variable.
1244 (X86_64_NUM_REGS): New define.
1245 (X86_64_NUM_GREGS): Remove define.
1246 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
1247 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
1248 Remove variables.
1249 (x86_54_dwarf2_reg_to_regnum): Remove function.
1250 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
1251 (x86_64_dwarf_reg_to_regnum): New function.
1252 (x86_64_register_name): Rewrite.
1253 (x86_64_register_raw_size): Remove function.
1254 (x86_64_register_byte_table): Remove variable.
1255 (x86_64_register_byte): Remove function.
1256 (x86_64_register_virtual_type): Remove function.
1257 (x86_64_register_type): New function.
1258 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
1259 x86_64_register_convert_to_raw): Remove functions.
1260 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
1261 (x86_64_use_struct_convention): Make static. Adjust for renamed
1262 defines.
1263 (x86_64_frame_init_saved_regs): Remove function.
1264 (x86_64_push_arguments): Make static. Change to accept a regcache
1265 as argument.
1266 (x86_64_store_return_value, x86_64_extract_return_value): Make
1267 static. Rewrite based on i386 counterparts.
1268 (x86_64_push_dummy_call): New function.
1269 (X86_64_NUM_SAVED_REGS): New define.
1270 (x86_64_register_number): Remove function.
1271 (x86_64_store_struct_return): Remove function.
1272 (x86_64_frameless_function_invocation,
1273 x86_64_function_has_prologue): Remove functions.
1274 (PROLOG_BUFSIZE): Remove define.
1275 (struct x86_64_frame_cache): New structure.
1276 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
1277 x86_64_frame_cache, x86_64_frame_this_id,
1278 x86_64_frame_prev_register, x86_64_frame_p,
1279 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
1280 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
1281 functions.
1282 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
1283 variables.
1284 (x86_64_skip_prologue): Rewrite in terms of
1285 x86_64_analyze_prologue.
1286 (x86_64_frame_base_address): New function.
1287 (x86_64_frame_base): New variable.
1288 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
1289 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
1290 set deprecated_fp_regnum, deprecated_register_size,
1291 deprecated_register_bytes, register_raw_size, register_byte,
1292 register_virtual_type, register_convertiable,
1293 register_convert_to_virtual, convert_to_raw,
1294 deprecated_get_saved_register, deprecated_target_read_fp,
1295 deprecated_push_arguments, deprecated_push_return_address,
1296 deprecated_pop_frame, deprecated_store_struct_return,
1297 deprecated_frame_init_saved_regs, deprecated_frame_chain,
1298 frameless_function_invocation, deprecated_frame_saved_pc,
1299 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
1300 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
1301 deprecated_init_frame_pc and virtual_frame_pointer. Call
1302 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
1303 and x86_64_frame_p. Call frame_base_set_default to register
1304 x86_64_frame_base.
1305 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
1306 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
1307 (_initialize_x86_64_tdep): Remove function.
1308 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
1309 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
1310 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
1311 define.
1312 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
1313 (x86_64_linux_sigcontext_addr): Rewrite.
1314 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
1315 x86_64_linux_frame_saved_pc): Remove functions.
1316 (x86_64_linux_pc_in_sigtramp): Renamed from
1317 x86_64_linux_in_sigtramp. Try harder to recognize a signal
1318 trampoline.
1319 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
1320 Remove_functions.
1321 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
1322 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
1323 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
1324 (x86_64_regmap): Rename to regmap.
1325 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
1326 x86_64_num_gregs.
1327 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
1328 x86_64_regmap.
1329 (x86_64_fxsave_offset): Remove function.
1330 (supply_fpregset): Simply call x86_64_supply_fxsave.
1331 (fill_fpregset): Simply call x86_64_fill_fxsave.
1332 (fetch_inferior_registers, store_inferior_registers): Avoid
1333 asignment in if-statement.
1334 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
1335 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
1336 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
1337 (fetch_core_registers): Remove function.
1338 (linux_elf_core_fns): Remove.
1339 (offsetoff): Don't define.
1340 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
1341 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
1342 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
1343 add core-regset.o.
1344 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
1345 protection against multiple includes instead of NM_X86_64_h. Add
1346 various comments. Include "config/nm-linux.h". Don't include
1347 <signal.h>.
1348 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
1349 GET_THREAD_SIGNALS): Remove defines.
1350 (x86_64_register_u_addr, kernel_u_size,
1351 lin_thread_get_thread_signals): Remove prototypes.
1352 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
1353 [HAVE_LINK_H]: Don't include "solib.h".
1354 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
1355 * config/i386/tm-x86-64linux.h: Fix comments.
1356 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
1357 x86-64-tdep.o): Update dependencies.
1358
1359 2003-05-30 Andrew Cagney <cagney@redhat.com>
1360
1361 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
1362 Change parameter type to a "struct regcache *".
1363
1364 * gdbarch.sh: Regardless of the multi-arch level, always define
1365 the macro when not already defined.
1366 * gdbarch.h, gdbarch.c: Re-generate.
1367
1368 2003-05-30 Richard Henderson <rth@redhat.com>
1369
1370 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
1371 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
1372 (alpha_mdebug_frame_this_id): Likewise.
1373 (alpha_mdebug_frame_prev_register): Likewise.
1374 (alpha_mdebug_frame_base_address): Likewise.
1375 (alpha_mdebug_frame_locals_address): Likewise.
1376 (alpha_mdebug_frame_args_address): Likewise.
1377 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
1378 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
1379 (alpha_heuristic_frame_unwind_cache): Make static; add missing
1380 loop increment.
1381 (alpha_heuristic_frame_this_id): Make static.
1382 (alpha_heuristic_frame_prev_register): Likewise.
1383 (alpha_heuristic_frame_base_address): Likewise.
1384 * alpha-tdep.h: Update.
1385
1386 2003-05-30 Mark Kettenis <kettenis@gnu.org>
1387
1388 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
1389 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
1390 defenitions.
1391 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
1392 * i386-tdep.c: Mark functions that are 64-bit safe as such.
1393 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1394 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
1395 I386_ST0_REGNUM): New defines.
1396 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
1397 codestream_get): Remove define.
1398 (codestream_next_addr, condestream_addr, condestream_buf,
1399 codestream_off, codestream_cnt): Remove variables.
1400 (codestream_fill, codestream_seek, codestream_read): Remove
1401 functions.
1402 (i386_follow_jump): Rewrite to avoid usage of removed codestream
1403 functionality.
1404 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
1405 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
1406 i386_frame_saved_pc, i386_saved_pc_after_call,
1407 i386_frame_num_args, i386_frame_init_saved_regs,
1408 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
1409 i386_push_arguments): Remove functions.
1410 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
1411 functionality. Use i386_analyze_prologue instead of
1412 i386_get_frame_setup.
1413 (I386_NUM_SAVED_REGS): New define.
1414 (struct i386_frame_cache): New structure.
1415 (i386_alloc_frame_cache, i386_analyze_struct_return,
1416 i386_skip_probe, i386_analyze_frame_setup,
1417 i386_analyze_register_saves, i386_analyze_prologue,
1418 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
1419 i386_frame_prev_register, i386_sigtramp_frame_cache,
1420 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
1421 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
1422 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
1423 New functions.
1424 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
1425 New variables.
1426 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
1427 I386_EAX_REGNUM and I386_EDX_REGNUM.
1428 (i386_extract_return_value, i386_store_return_value): Use
1429 I386_ST0_REGNUM where appropriate.
1430 (i386_extract_struct_value_address): Rewrite to use extract_address.
1431 (i386_svr4_pc_in_sigtramp): Add comment.
1432 (i386_svr4_sigcontext_addr): Rewrite.
1433 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
1434 TDEP->sc_sp_offset.
1435 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
1436 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
1437 of new defines. Set push_dummy_call, don't set
1438 deprecated_push_arguments, deprecated_push_return_address,
1439 deprecated_pop_frame. Don't set parm_boundary. Don't set
1440 deprecated_frame_chain, deprecated_frame_saved_pc,
1441 deprecated_saved_pc_after_call. Set unwind_dummy_id,
1442 save_dummy_frame_tos, unwind_pc. Call
1443 frame_unwind_append_predicate and frame_base_set_default. Don't
1444 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
1445 Don't set frameless_function_invocation. Don't set
1446 deprecated_register_bytes, deprecated_register_size,
1447 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
1448 * i386-linux-tdep.c: Fix formatting in some comments.
1449 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
1450 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
1451 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
1452 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
1453 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
1454 redundant parentheses.
1455 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
1456 (i386_linux_sigcontext_addr): Use it. Rewrite.
1457 (find_minsym_and_objfile): Change name of second argument.
1458 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
1459 changed. Use frame_pc_unwind instead of
1460 DEPRECATED_SAVED_PC_AFTER_CALL.
1461 (i386_linux_init_abi): Don't set deprecated_register_bytes.
1462 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
1463 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
1464 unwinder.
1465 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
1466 "dummy-frame.h".
1467 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
1468 (_initialize_i386_cygwin_tdep): New prototype.
1469 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
1470 deprecated_frame_chain_valid.
1471 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
1472 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
1473 Rely on the SVR4 defaults.
1474 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
1475 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
1476
1477 2003-05-30 Andrew Cagney <cagney@redhat.com>
1478
1479 * infcall.c (call_function_by_hand): Always call
1480 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
1481
1482 2003-05-30 Richard Henderson <rth@redhat.com>
1483
1484 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
1485 increment.
1486
1487 2003-05-29 Jim Blandy <jimb@redhat.com>
1488
1489 Use gdbarch methods for solib stuff on PowerPC Linux.
1490 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
1491 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
1492 show through.
1493 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1494 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
1495 giving the same effect as the #definitions above.
1496
1497 2003-05-29 Adam Fedor <fedor@gnu.org>
1498
1499 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
1500 (find_implementation_from_class): Replace it with the standard
1501 case i.e. do nothing.
1502
1503 2003-05-29 Richard Henderson <rth@redhat.com>
1504
1505 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
1506 (alpha_linux_sigtramp_offset): Use it. Make static.
1507 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
1508 update for new frame model.
1509 * alpha-mdebug-tdep.c: New file.
1510 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
1511 (alpha_osf1_init_abi): Install it.
1512 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
1513 (linked_proc_desc_table): Remove.
1514 (alpha_frame_past_sigtramp_frame): Remove.
1515 (alpha_dynamic_sigtramp_offset): Remove.
1516 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
1517 (alpha_proc_desc_is_dyn_sigtramp): Remove.
1518 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
1519 (push_sigtramp_desc): Remove.
1520 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
1521 (alpha_cannot_store_register): Likewise.
1522 (alpha_sigcontext_addr): Remove.
1523 (alpha_find_saved_regs): Remove.
1524 (alpha_frame_init_saved_regs): Remove.
1525 (alpha_init_frame_pc_first): Remove.
1526 (read_next_frame_reg): Remove.
1527 (alpha_frame_saved_pc): Remove.
1528 (alpha_saved_pc_after_call): Remove.
1529 (temp_proc_desc, temp_saved_regs): Remove.
1530 (alpha_about_to_return): Remove.
1531 (cached_proc_desc): Remove.
1532 (alpha_frame_chain): Remove.
1533 (alpha_print_extra_frame_info): Remove.
1534 (alpha_init_extra_frame_info): Remove.
1535 (alpha_frame_locals_address): Remove.
1536 (alpha_frame_args_address): Remove.
1537 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
1538 (alpha_push_dummy_frame): Remove.
1539 (alpha_pop_frame): Remove.
1540 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
1541 (alpha_read_insn): New.
1542 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
1543 for different insn encodings.
1544 (alpha_in_lenient_prologue): Remove.
1545 (struct alpha_sigtramp_unwind_cache): New.
1546 (alpha_sigtramp_frame_unwind_cache): New.
1547 (alpha_sigtramp_register_address): New.
1548 (alpha_sigtramp_frame_this_id): New.
1549 (alpha_sigtramp_frame_prev_register): New.
1550 (alpha_sigtramp_frame_unwind): New.
1551 (alpha_sigtramp_frame_p): New.
1552 (struct alpha_heuristic_unwind_cache): New.
1553 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
1554 don't count nop insns that occur between functions.
1555 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
1556 heuristic_proc_desc, but without the mdebug wrapping.
1557 (alpha_heuristic_frame_this_id): New.
1558 (alpha_heuristic_frame_prev_register): New.
1559 (alpha_heuristic_frame_unwind): New.
1560 (alpha_heuristic_frame_p): New.
1561 (alpha_heuristic_frame_base_address): New.
1562 (alpha_heuristic_frame_base): New.
1563 (alpha_unwind_dummy_id): New.
1564 (alpha_unwind_pc): New.
1565 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
1566 frame related deprecated initializations; install replacements.
1567 (alpha_dump_tdep): Remove.
1568 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
1569 (alpha_read_insn, alpha_after_prologue,
1570 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
1571 alpha_heuristic_frame_prev_register,
1572 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
1573 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
1574 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
1575 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
1576
1577 2003-05-29 Andrew Cagney <cagney@redhat.com>
1578
1579 * gdb_assert.h (gdb_assert_fail): Provide different definitions
1580 dependant on the availability of ASSERT_FUNCTION.
1581 (ASSERT_FUNCTION): Do not define when there is no function name.
1582
1583 2003-05-29 Kevin Buettner <kevinb@redhat.com>
1584
1585 From Jimi X <jimix@watson.ibm.com>:
1586 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
1587
1588 2003-05-28 Jim Blandy <jimb@redhat.com>
1589
1590 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
1591 argument to ptrace to int; the system headers should give it the
1592 right type, and pointers don't fit in ints on powerpc64-*-*.
1593
1594 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
1595
1596 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
1597 DW_TAG_catch_block.
1598
1599 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
1600
1601 * stabsread.c (dbx_lookup_type): Make static.
1602 (read_type): Ditto.
1603 (add_undefined_type): Ditto.
1604 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
1605 not export.
1606
1607 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
1608
1609 * hpread.c (hpread_has_name): Make static.
1610 (hpread_psymtab_to_symtab): Ditto.
1611 (file_exists): Ditto.
1612 (hpread_call_pxdb): Ditto.
1613 (hpread_pxdb_needed): Ditto.
1614 (hpread_quick_traverse): Ditto.
1615 (hpread_get_header): Ditto.
1616 (hpread_get_lntt): Ditto.
1617 (hpread_get_slt): Ditto.
1618 (class_of): Ditto.
1619
1620 2003-05-25 Andreas Schwab <schwab@suse.de>
1621
1622 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
1623 stack_align and deprecated_extra_stack_alignment_needed.
1624 (m68k_stack_align): Delete.
1625
1626 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
1627 (m68k_register_virtual_size): Likewise.
1628 (altos_skip_prologue): Remove obsolete function.
1629 (isi_frame_num_args): Likewise.
1630 (news_frame_num_args): Likewise.
1631 (m68k_fix_call_dummy): Make static.
1632 (m68k_push_dummy_frame): Likewise.
1633 (m68k_pop_frame): Likewise.
1634 (m68k_skip_prologue): Likewise.
1635 (m68k_frame_init_saved_regs): Likewise.
1636 (m68k_saved_pc_after_call): Likewise.
1637 (m68k_get_longjmp_target): Make multi-arch.
1638 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
1639 structure. Register m68k_get_longjmp_target if enabled.
1640 * m68k-tdep.h (struct gdbarch_tdep): Define.
1641 * config/m68k/tm-m68k.h: Don't include "regcache.h".
1642
1643 * Makefile.in (config.status): Also depend on configure.tgt
1644 and configure.host.
1645 (m68klinux-tdep.o): Update dependencies.
1646 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
1647 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
1648 (M68K_LINUX_JB_PC): Define.
1649 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
1650 and take additional parameter.
1651 (m68k_linux_sigtramp_saved_pc): Update.
1652 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
1653 m68k_linux_pc_in_sigtramp, in_plt_section,
1654 find_solib_trampoline_target.
1655 * config/m68k/tm-linux.h: Don't include any tm headers.
1656 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
1657 (JB_ELEMENT_SIZE): Likewise.
1658 (JB_PC): Likewise.
1659 (GET_LONGJMP_TARGET): Likewise.
1660 (IN_SIGTRAMP): Likewise.
1661 (SVR4_SHARED_LIBS): Define this and include "solib.h".
1662
1663 2003-05-25 Mark Kettenis <kettenis@gnu.org>
1664
1665 * sparc-tdep.c (sparc32_do_push_arguments): New function.
1666 (sparc32_push_arguments): Re-implement by calling
1667 sparc32_do_push_arguments.
1668
1669 2003-05-25 Mark Kettenis <kettenis@gnu.org>
1670
1671 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
1672 SPARC_O1_REGNUM): New defines.
1673 (sparc32_extract_return_value): Rewrite to operate on a regcache.
1674 (sparc32_store_return_value): New function.
1675 (sparc_extract_struct_value_address): Rewrite to operate on a
1676 regcache.
1677 (sparc_gdbarch_init): Don't set
1678 deprecated_extract_struct_value_address. Set
1679 extract_struct_value_address instead. Don't set
1680 deprecated_extract_return_value and deprecated_store_return_value
1681 for 32-bit targets. Set extract_return_value and
1682 store_return_value instead.
1683 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
1684 DEPRECTAED_EXTRACT_RETURN_VALUE,
1685 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
1686 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1687 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
1688 (sparc_store_return_value): Remove prototype.
1689 (sparc32_store_return_value): New prototype.
1690 (sparc32_extract_return_value, sparc_extract_struct_value_address):
1691 Adjust prototypes.
1692
1693 2003-05-24 Mark Kettenis <kettenis@gnu.org>
1694
1695 * sparcnbsd-tdep.c: Include "gdb_string.h".
1696
1697 2003-05-23 Andrew Cagney <cagney@redhat.com>
1698
1699 * p-valprint.c (pascal_val_print): Replace extract_address with
1700 the inline equivalent extract_unsigned_integer.
1701 * jv-valprint.c (java_value_print): Ditto.
1702 * ada-valprint.c (ada_val_print_1): Ditto.
1703 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
1704
1705 2003-05-23 Theodore A. Roth <troth@openavr.org>
1706
1707 * blockframe.c (frameless_look_for_prologue): Remove unused
1708 after_prologue variable.
1709
1710 2003-05-23 Mark Kettenis <kettenis@gnu.org>
1711
1712 * blockframe.c (get_pc_function_start): Rewrite to avoid
1713 asignments in if-statements.
1714
1715 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
1716
1717 Committed by Elena Zannoni <ezannoni@redhat.com>.
1718 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
1719 files, don't relocate absolute symbols (and do use mst_abs).
1720
1721 2003-05-23 Andrew Cagney <cagney@redhat.com>
1722
1723 * objc-lang.c: Include "gdb_assert.h".
1724 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
1725 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
1726 (gdb_check, gdb_check_fatal): Delete functions.
1727 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
1728 gdb_assert.
1729 (parse_selector, parse_method, find_methods, find_imps): Ditto.
1730 * Makefile.in (objc-lang.o): Update dependencies.
1731
1732 2003-05-22 Ian Lance Taylor <ian@airs.com>
1733
1734 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
1735 with fprintf_filtered, not fprintf_unfiltered.
1736
1737 2003-05-22 Andrew Cagney <cagney@redhat.com>
1738
1739 * stack.c (frame_info): Inline extract_address, replacing it with
1740 extract_unsigned_integer.
1741 * findvar.c (unsigned_pointer_to_address): Ditto.
1742 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
1743 * dwarf2expr.c (dwarf2_read_address): Ditto.
1744 * frame.c (frame_pc_unwind): Update comment.
1745 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
1746
1747 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
1748
1749 * infptrace.c (detach): Call print_sys_errmsg rather than
1750 perror_with_name to issue warning message when errno is non-zero
1751 after calling ptrace detach.
1752
1753 2003-05-21 J. Brobecker <brobecker@gnat.com>
1754
1755 * config/pa/tm-hppa.h: Delete some unused macros. Move some
1756 macro definitions from here...
1757 * hppa-tdep.c: ...to there.
1758
1759 2003-05-20 Kevin Buettner <kevinb@redhat.com>
1760
1761 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
1762 register_ptrace_addr(). Fix all callers.
1763
1764 2003-05-21 Andreas Schwab <schwab@suse.de>
1765
1766 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1767 dependencies.
1768 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
1769 end.
1770 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
1771 (_initialize_m68k_linux_tdep): New function.
1772 (m68k_linux_frame_saved_pc): Make static.
1773 (m68k_linux_extract_return_value): Likewise.
1774 (m68k_linux_store_return_value): Likewise.
1775 (m68k_linux_extract_struct_value_address): Likewise.
1776 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
1777 Remove.
1778 (DEPRECATED_STORE_RETURN_VALUE): Remove.
1779 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
1780 (DEPRECATED_FRAME_SAVED_PC): Remove.
1781
1782 2003-05-20 Kris Warkentin <kewarken@qnx.com>
1783
1784 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
1785 regset numbering rather than our own.
1786
1787 2003-05-19 David Carlton <carlton@bactrian.org>
1788
1789 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
1790
1791 2003-05-19 David Carlton <carlton@bactrian.org>
1792
1793 Partial fix for PR c++/827.
1794 * cp-support.h: Include symtab.h.
1795 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
1796 * cp-namespace.c: Update contributors.
1797 (cp_lookup_symbol_nonlocal): New.
1798 (lookup_namespace_scope, cp_lookup_symbol_namespace)
1799 (lookup_symbol_file): Ditto.
1800 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
1801 * block.h: Declare block_scope, block_using, block_global_block.
1802 * block.c (block_scope): New.
1803 (block_using, block_global_block): Ditto.
1804 * Makefile.in (cp_support_h): Depend on symtab_h.
1805 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
1806
1807 2003-05-19 David Carlton <carlton@bactrian.org>
1808
1809 * language.h (struct language_defn): Add 'la_value_of_this'
1810 and 'la_lookup_symbol_nonlocal' members.
1811 * symtab.h: Declare basic_lookup_symbol_nonlocal,
1812 lookup_symbol_static, lookup_symbol_global,
1813 lookup_symbol_aux_block.
1814 * symtab.c (lookup_symbol_aux): Call language hooks to determine
1815 if we should search fields of this and how to do static/global
1816 lookup.
1817 (lookup_symbol_aux_block): Make extern.
1818 (basic_lookup_symbol_nonlocal): New.
1819 (lookup_symbol_static, lookup_symbol_global): Ditto.
1820 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
1821 'la_lookup_symbol_nonlocal' members.
1822 * c-lang.c (c_language_defn, cplus_language_defn)
1823 (asm_language_defn, minimal_language_defn): Ditto.
1824 * jv-lang.c (java_language_defn): Ditto.
1825 * language.c (unknown_language_defn, auto_language_defn)
1826 (local_language_defn): Ditto.
1827 * m2-lang.c (m2_language_defn): Ditto.
1828 * objc-lang.c (objc_language_defn): Ditto.
1829 * scm-lang.c (scm_language_defn): Ditto.
1830 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
1831 * p-lang.c (pascal_language_defn): Ditto for both.
1832 * Makefile.in (f-lang.o): Depend on value_h.
1833 (p-lang.o): Ditto.
1834
1835 2003-05-19 David Carlton <carlton@bactrian.org>
1836
1837 * block.h: Declare block_static_block.
1838 * block.c (block_static_block): New.
1839 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
1840 lookup_symbol_aux_local, calling block_static_block instead.
1841 (lookup_symbol_aux_local): Delete 'static_block' argument.
1842
1843 2003-05-19 David Carlton <carlton@bactrian.org>
1844
1845 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
1846
1847 2003-05-19 Michal Ludvig <mludvig@suse.cz>
1848
1849 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
1850 register numbers mapping.
1851
1852 2003-05-18 Adam Fedor <fedor@gnu.org>
1853
1854 * symtab.c (completion_list_objc_symbol): New function.
1855 (make_symbol_completion_list): Use it to add ObjC symbols
1856 when looking though the list.
1857 (language_search_unquoted_string): New function.
1858 (make_file_symbol_completion_list): Use it.
1859
1860 2003-05-18 Andreas Schwab <schwab@suse.de>
1861
1862 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
1863 dependencies.
1864 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
1865 as m68k_linux_extract_return_value.
1866 (DEPRECATED_STORE_RETURN_VALUE): Define as
1867 m68k_linux_store_return_value.
1868 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
1869 m68k_linux_extract_struct_value_address.
1870 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
1871 get_next_frame, get_frame_base, get_frame_pc.
1872 (m68k_linux_frame_saved_pc): Use get_frame_base.
1873 (m68k_linux_extract_return_value): New function.
1874 (m68k_linux_store_return_value): New function.
1875 (m68k_linux_extract_struct_value_address): New function.
1876 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
1877
1878 * c-exp.y (typebase): Remove duplicate occurence of
1879 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
1880 of lookup_signed_typename.
1881
1882 2003-05-18 Mark Kettenis <kettenis@gnu.org>
1883
1884 * dwarf2loc.c (find_location_expression): Change type of second
1885 argument to `size_t *'.
1886 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
1887 for size variable.
1888
1889 2003-05-18 David Carlton <carlton@bactrian.org>
1890
1891 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
1892 'linkage_name'. Add comment.
1893 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
1894 'linkage_name'.
1895 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
1896 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
1897 (lookup_block_symbol): Ditto.
1898
1899 2003-05-16 Andrew Cagney <cagney@redhat.com>
1900
1901 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
1902 * gdbarch.h, gdbarch.c: Re-generate.
1903 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
1904 * TODO (REGISTER_BYTES): Delete reference.
1905 * alpha-tdep.c (alpha_gdbarch_init): Update.
1906 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1907 * x86-64-tdep.c (x86_64_init_abi): Update.
1908 * vax-tdep.c (vax_gdbarch_init): Update.
1909 * v850-tdep.c (v850_gdbarch_init): Update.
1910 * sparc-tdep.c (sparc_gdbarch_init): Update.
1911 * sh-tdep.c (sh_gdbarch_init): Update.
1912 * s390-tdep.c (s390_gdbarch_init): Update.
1913 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1914 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1915 (ns32k_gdbarch_init_32382): Update.
1916 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1917 * mcore-tdep.c (mcore_gdbarch_init): Update.
1918 * m68k-tdep.c (m68k_gdbarch_init): Update.
1919 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1920 * ia64-tdep.c (ia64_gdbarch_init): Update.
1921 * i386-tdep.c (i386_gdbarch_init): Update.
1922 * i386-linux-tdep.c (i386_linux_init_abi): Update.
1923 * hppa-tdep.c (hppa_gdbarch_init): Update.
1924 * h8300-tdep.c (h8300_gdbarch_init): Update.
1925 * frv-tdep.c (frv_gdbarch_init): Update.
1926 * cris-tdep.c (cris_gdbarch_init): Update.
1927 * avr-tdep.c (avr_gdbarch_init): Update.
1928 * arm-tdep.c (arm_gdbarch_init): Update.
1929 * sparc-tdep.c (sparc_pop_frame): Update.
1930 * rs6000-tdep.c (rs6000_pop_frame): Update.
1931 * remote.c (init_remote_state): Update.
1932 (remote_prepare_to_store): Update.
1933 * remote-vx.c (vx_prepare_to_store): Update.
1934 * remote-sds.c (sds_fetch_registers): Update.
1935 (sds_prepare_to_store): Update.
1936 * remote-array.c: Update.
1937 * regcache.c (init_legacy_regcache_descr): Update.
1938 (init_regcache_descr): Update.
1939 * mips-tdep.c (mips_eabi_extract_return_value): Update.
1940 (mips_o64_extract_return_value): Update.
1941 * irix5-nat.c (fetch_core_registers): Update.
1942 * irix4-nat.c (fetch_core_registers): Update.
1943 * i386-tdep.h: Update.
1944 * hppa-tdep.c (pa_do_registers_info): Update.
1945 (pa_do_strcat_registers_info): Update.
1946 * cris-tdep.c (cris_register_bytes_ok): Update.
1947 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1948 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
1949 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
1950 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
1951 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
1952 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
1953 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
1954 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
1955 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
1956 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
1957 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
1958 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
1959 (REGISTER_BYTES_OK): Update.
1960 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
1961 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
1962
1963 2003-05-16 Ian Lance Taylor <ian@airs.com>
1964
1965 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
1966 (vax_print_insn, print_insn_arg): Remove static functions.
1967 (vax_gdbarch_init): Call set_gdbarch_print_insn with
1968 print_insn_vax from opcodes library.
1969 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
1970
1971 2003-05-15 Andrew Cagney <cagney@redhat.com>
1972
1973 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
1974 * target.h (memory_breakpoint_from_pc): Delete declaration.
1975 * mem-break.c (memory_breakpoint_from_pc): Delete function.
1976 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
1977 * monitor.c (monitor_insert_breakpoint): Use
1978 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
1979 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
1980 * gdbarch.h, gdbarch.c: Re-generate.
1981 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
1982 (sparc_gdbarch_init): Set breakpoint_from_pc to
1983 sparc_breakpoint_from_pc.
1984 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
1985 (BREAKPOINT_FROM_PC): Define.
1986 (sparc_breakpoint_from_pc): Declare.
1987 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
1988 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
1989 (BREAKPOINT_FROM_PC): Define.
1990 (BREAKPOINT): Delete macro.
1991 * target.h: Update comment.
1992 * s390-tdep.c (s390_gdbarch_init): Update comments.
1993 * remote.c: Update comments.
1994 * remote-mips.c: Update comments.
1995 * proc-api.c (write_with_trace): Do not check for a breakpoint.
1996 * mem-break.c: Update comment.
1997 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
1998 (ia64_memory_insert_breakpoint): Update.
1999 * config/sparc/tm-sparc.h: Update comment.
2000 * config/pa/tm-hppa64.h: Update comment.
2001 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
2002 (rs6000_breakpoint_from_pc): Update.
2003 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
2004 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
2005 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
2006 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
2007 (mips_breakpoint_from_pc): Update.
2008 (mips_dump_tdep): Update.
2009
2010 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
2011 * minsyms.c (lookup_minimal_symbol): Inline
2012 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
2013
2014 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
2015 * p-valprint.c (pascal_object_print_value_fields): Ditto.
2016 * p-lang.c (pascal_printstr): Ditto.
2017 * objc-lang.c (objc_printstr): Ditto.
2018 * m2-lang.c (m2_printstr): Ditto.
2019 * jv-valprint.c (java_print_value_fields): Ditto.
2020 * f-lang.c (f_printstr): Ditto.
2021 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
2022 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
2023 for repeat_count_threshold.
2024 * Makefile.in (cp-valprint.o): Update dependencies.
2025
2026 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
2027
2028 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
2029 (examine_prologue): Support looking through leaf functions, knowing
2030 they start with mov r2,r12. Support skipping over indirect stores
2031 of the input registers. Upon hitting a non-nop branch instruction
2032 or predicated instruction, bail out by setting lim_pc to the current
2033 pc value in the loop. At the end, if the lim_pc value is still
2034 beyond our calculated value and we have trust_limit set,
2035 use the lim_pc value.
2036
2037 2003-05-15 Andrew Cagney <cagney@redhat.com>
2038
2039 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
2040 generic_find_dummy_frame.
2041 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
2042 (deprecated_generic_find_dummy_frame): Update.
2043 (deprecated_read_register_dummy): Update.
2044 * frame.c (deprecated_generic_get_saved_register): Update.
2045
2046 2003-05-15 Theodore A. Roth <troth@openavr.org>
2047
2048 * avr-tdep.c (avr_breakpoint_from_pc): New function.
2049 (avr_gdbarch_init): Set breakpoint_from_pc method.
2050
2051 2003-05-15 Andrew Cagney <cagney@redhat.com>
2052
2053 * regcache.c (build_regcache): Set deprecated_register_valid
2054 directly.
2055 (deprecated_grub_regcache_for_register_valid): Delete function.
2056 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
2057 declaration.
2058
2059 2003-05-15 David Carlton <carlton@bactrian.org>
2060
2061 Committed by Elena Zannoni <ezannoni@redhat.com>
2062 * symtab.c (lookup_symbol_aux): Delete calls to
2063 lookup_symbol_aux_minsyms.
2064 (lookup_symbol_aux_minsyms): Comment out function and
2065 prototype. Delete lookup by mangled name.
2066
2067 2003-05-14 Kevin Buettner <kevinb@redhat.com>
2068
2069 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
2070 correctly indicate an empty stack and ``stack_allocated'' to the
2071 indicate the number of elements initially allocated.
2072 (dwarf_expr_grow_stack): Simplify method for computing new
2073 stack size. Don't loop infinitely if ``stack_len'' is zero.
2074 (execute_stack_op): Move ``ctx->in_reg'' initialization
2075 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
2076 be used in conjuction with DW_OP_piece. Revise error message
2077 accordingly.
2078
2079 2003-05-14 Theodore A. Roth <troth@openavr.org>
2080
2081 * MAINTAINERS: Update my email address.
2082 * avr-tdep.c: Ditto.
2083
2084 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
2085
2086 * symtab.h (enum domain_enum): Rename from namespace_enum.
2087 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
2088 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
2089 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
2090 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
2091 TYPES_NAMESPACE, METHODS_NAMESPACE.
2092 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
2093 (struct symbol, struct partial_symbol): Rename field
2094 'namespace_enum namespace' to 'domain_enum domain'.
2095 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
2096 Delete old define kludge for namespace.
2097
2098 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
2099 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
2100 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
2101 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
2102 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
2103 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
2104 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
2105 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
2106 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
2107 occurrences of the above.
2108
2109 2003-05-14 Ian Lance Taylor <ian@airs.com>
2110
2111 * Makefile.in (install-only): Use $(SHELL) when running
2112 mkinstalldirs.
2113
2114 2003-05-13 Ian Lance Taylor <ian@airs.com>
2115
2116 * MAINTAINERS (write after approval): Add myself.
2117
2118 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
2119 second and third arguments.
2120 * ser-tcp.c (_initialize_ser_tcp): Likewise.
2121 * ser-unix.c (_initialize_ser_hardwire): Likewise.
2122
2123 2003-05-13 Andrew Cagney <cagney@redhat.com>
2124
2125 * defs.h (store_address): Delete declaration.
2126 findvar.c (store_address): Delete function.
2127 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
2128 store_unsigned_integer.
2129 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
2130 * v850-tdep.c (v850_push_arguments): Ditto.
2131 * sparc-tdep.c (sparc_get_saved_register): Ditto.
2132 * sh-tdep.c (sh64_get_saved_register): Ditto.
2133 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
2134 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
2135 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
2136 (mips_get_saved_register): Ditto.
2137 * ia64-tdep.c (ia64_get_saved_register): Ditto.
2138 (find_func_descr, ia64_push_arguments): Ditto.
2139 * i386-tdep.c (i386_push_arguments): Ditto.
2140 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
2141 * frv-tdep.c (frv_push_arguments): Ditto.
2142 * frame.c (legacy_saved_regs_prev_register): Ditto.
2143 (deprecated_generic_get_saved_register): Ditto.
2144 * findvar.c (unsigned_address_to_pointer): Ditto.
2145 * dwarf2read.c (dwarf2_const_value): Ditto.
2146 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
2147 * alpha-tdep.c (alpha_push_arguments): Ditto.
2148
2149 2003-05-12 J. Brobecker <brobecker@gnat.com>
2150
2151 * NEWS: Mention that the hppa-hpux port has been partially
2152 multiarched (32bit ABIT only, so far).
2153
2154 2003-05-11 Andrew Cagney <cagney@redhat.com>
2155
2156 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
2157 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
2158 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
2159 sim/testsuite/sim/arm/misaligned2.ms, and
2160 sim/testsuite/sim/arm/misaligned3.ms.
2161 * disasm.h (struct ui_file): Add opaque struct declaration.
2162 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
2163 * frame.h (struct ui_file): Ditto.
2164
2165 2003-05-11 Mark Kettenis <kettenis@gnu.org>
2166
2167 * value.h: Pretty print.
2168
2169 2003-05-10 Mark Kettenis <kettenis@gnu.org>
2170
2171 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
2172
2173 2003-05-08 Andrew Cagney <cagney@redhat.com>
2174
2175 * regcache.h (max_register_size): Delete declaration.
2176 * regcache.c (max_register_size): Delete function.
2177 (struct regcache_descr): Delete field "max_register_size".
2178 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
2179 registers fit in MAX_REGISTER_SIZE.
2180 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
2181 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
2182 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
2183 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
2184 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
2185 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
2186 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
2187 * dve3900-rom.c, hppa-tdep.c: Ditto.
2188
2189 2003-05-08 David Carlton <carlton@math.stanford.edu>
2190
2191 * valops.c (push_word): Fix typo.
2192
2193 2003-05-08 Andrew Cagney <cagney@redhat.com>
2194
2195 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
2196 * gdbarch.h: Re-generate.
2197 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
2198 (legacy_max_register_raw_size): Delete declaration.
2199 * regcache.c (legacy_max_register_raw_size): Delete function.
2200 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
2201 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
2202 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
2203 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
2204 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
2205 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
2206 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
2207 * findvar.c, dwarf2cfi.c: Ditto.
2208
2209 2003-05-08 Andrew Cagney <cagney@redhat.com>
2210
2211 * mips-tdep.c (read_signed_register): New function, moved to here
2212 from "regcache.c".
2213 (read_signed_register_pid): Ditto.
2214 * regcache.c (read_signed_register_pid): Delete function, moved to
2215 "mips-tdep.c".
2216 (read_signed_register): Ditto.
2217 * regcache.h (read_signed_register): Delete declaration.
2218 (read_signed_register_pid): Delete declaration.
2219
2220 2003-05-08 Andrew Cagney <cagney@redhat.com>
2221
2222 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
2223 * gdbarch.h: Re-generate.
2224 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
2225 (legacy_max_register_virtual_size): Delete declaration.
2226 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
2227 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2228 * tracepoint.c (memrange_sortmerge): Ditto.
2229 * sparc-tdep.c (sparc_print_registers): Ditto.
2230 * regcache.c (legacy_max_register_virtual_size): Delete function.
2231
2232 2002-05-08 J. Brobecker <brobecker@gnat.com>
2233
2234 * fork-child.c (escape_bang_in_quoted_argument): New function.
2235 (fork_inferior): Escape '!' characters in quoted arguments
2236 only when needed.
2237
2238 2003-05-08 J. Brobecker <brobecker@gnat.com>
2239
2240 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
2241 the language of the CU is not currently supported by GDB.
2242
2243 2003-05-08 J. Brobecker <brobecker@gnat.com>
2244
2245 * defs.h (language): Add language_minimal enum value.
2246 * c-lang.c (minimal_language_defn): New language definition.
2247 (_initialize_c_language): Add the new minimal language to the list
2248 of languages known to GDB.
2249
2250 2003-05-08 Kevin Buettner <kevinb@redhat.com>
2251
2252 * frame.c (get_frame_type): Don't attempt to lazily initialize
2253 frame's unwinder for legacy frames.
2254
2255 2003-05-07 Andrew Cagney <cagney@redhat.com>
2256
2257 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
2258 and "regcache" parameters.
2259 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
2260
2261 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
2262
2263 * dwarf2read.c (dwarf_decode_lines): Only use output of
2264 check_cu_functions() when calling record_line(). Do not update
2265 the current address.
2266
2267 2003-05-07 Andrew Cagney <cagney@redhat.com>
2268
2269 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
2270 code.
2271
2272 2003-05-07 Jim Blandy <jimb@redhat.com>
2273
2274 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
2275 'maint info symtabs' and 'maint info psymtabs'.
2276 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
2277 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
2278 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
2279 Declarations updated.
2280 * maint.c (maintenance_list_command): Delete.
2281 (_initialize_maint_cmds): Update calls to add_cmd.
2282 * gdbcmd.h (maintenancelistlist): Delete declaration.
2283 * cli/cli-cmds.c (maintenancelistlist): Delete.
2284 (init_cmd_lists): Don't initialize it.
2285 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
2286
2287 2003-05-07 Andrew Cagney <cagney@redhat.com>
2288
2289 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
2290 "regcache".
2291 (d10v_print_registers_info): Update.
2292 (d10v_dmap_register, d10v_imap_register): Delete functions.
2293 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
2294 and "imap_register".
2295 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
2296 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
2297 * arch-utils.c (generic_remote_translate_xfer_address): Add
2298 "regcache" and "gdbarch" parameters.
2299 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
2300 parameter. Change class to multi-arch.
2301 * gdbarch.h, gdbarch.c: Re-generate.
2302 * remote.c (remote_xfer_memory): Use
2303 gdbarch_remote_translate_xfer_address.
2304
2305 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
2306
2307 * infrun.c (prev_pc): Move declaration ahead of proceed().
2308 (proceed): Refresh prev_pc value before resuming.
2309 (stop_stepping): Remove code to refresh prev_pc.
2310
2311 2003-05-06 Kris Warkentin <kewarken@qnx.com>
2312
2313 * nto-tdep.c: Removed stray comment.
2314
2315 2003-05-06 Kris Warkentin <kewarken@qnx.com>
2316
2317 * i386-nto-tdep.c: Fix old K&R function definitions.
2318 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
2319 Also change add_show_from_set() call to add_setshow_cmd().
2320 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
2321
2322 2003-05-05 Andrew Cagney <cagney@redhat.com>
2323
2324 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
2325 (fprint_dummy_frames): New function.
2326 (maintenance_print_dummy_frames): New function.
2327 (_initialize_dummy_frame): Add command "maint print dummy-frames".
2328 * frame.c (fprint_frame_id): Make global.
2329 * frame.h (fprint_frame_id): Declare.
2330 * Makefile.in (dummy-frame.o): Update dependencies.
2331
2332 2003-05-05 Andrew Cagney <cagney@redhat.com>
2333
2334 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
2335 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
2336 SIZEOF_CALL_DUMMY_WORDS.
2337 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
2338 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
2339 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
2340 CALL_DUMMY_BREAKPOINT_OFFSET.
2341 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
2342 CALL_DUMMY_START_OFFSET.
2343 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
2344 * gdbarch.h, gdbarch.c: Re-generate.
2345 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
2346 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
2347 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
2348 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
2349 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
2350 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
2351 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2352 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
2353 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
2354 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
2355 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
2356 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
2357 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
2358 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
2359 * config/sparc/tm-sparc.h: Update.
2360
2361 2003-05-05 Kris Warkentin <kewarken@qnx.com>
2362
2363 * configure.tgt: Add i[3456]86-*-nto*.
2364 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
2365 * nto-tdep.c: New file. Neutrino target support routines.
2366 * nto-tdep.h: New file. Neutrino target header.
2367 * config/tm-qnxnto.h: New file.
2368 * config/i386/i386nto.mt: New file.
2369 * config/i386/tm-i386nto.h: New file.
2370
2371 2003-05-04 Andrew Cagney <cagney@redhat.com>
2372
2373 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
2374 (load_infrun_state): Ditto.
2375 (struct thread_info): Drop "prev_func_name" field.
2376 * thread.c (load_infrun_state): Update.
2377 (save_infrun_state): Update.
2378 * infrun.c (prev_func_name): Delete variable.
2379 (init_wait_for_inferior): Do not clear prev_func_name.
2380 (stop_stepping, keep_going, context_switch): Do not swap
2381 prev_func_name.
2382 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
2383 instead of PC_IN_SIGTRAMP.
2384
2385 2003-05-04 Andrew Cagney <cagney@redhat.com>
2386
2387 * sentinel-frame.c (sentinel_frame_prev_register): Replace
2388 REGISTER_BYTE with register_offset_hack.
2389 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
2390 that REGISTER_BYTE is consistent with the regcache.
2391 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
2392 * gdbarch.h, gdbarch.c: Regenerate.
2393
2394 2003-05-04 Mark Kettenis <kettenis@gnu.org>
2395
2396 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
2397 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
2398
2399 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
2400
2401 2003-05-03 J. Brobecker <brobecker@gnat.com>
2402
2403 From Thierry Schneider <tpschneider1@yahoo.com>
2404 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
2405 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
2406 (mi-cmd-symbol.o): Add rule.
2407
2408 2003-05-03 Andrew Cagney <cagney@redhat.com>
2409
2410 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
2411 comments noteing that it replaces the old FIX_CALL_DUMMY code.
2412 * gdbarch.h, gdbarch.c: Re-generate.
2413 * d10v-tdep.c (d10v_push_dummy_code): New function.
2414 (d10v_gdbarch_init): Set push_dummy_code.
2415 * infcall.c (legacy_push_dummy_code): New function.
2416 (generic_push_dummy_code): New function.
2417 (push_dummy_code): New function.
2418 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
2419 instead of dummy_addr, to push_dummy_call. Move call to
2420 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
2421 switch.
2422 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
2423
2424 2003-05-03 Andrew Cagney <cagney@redhat.com>
2425
2426 * disasm.h (print_insn): Declare.
2427 * disasm.c (init_gdb_disassemble_info): New function.
2428 (gdb_disassembly): Call init_gdb_disassemble_info.
2429 (gdb_print_insn): New function.
2430 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
2431 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
2432 * mcore-tdep.c: Include "disasm.h"
2433 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
2434 * d10v-tdep.c: Include "disasm.h".
2435 (display_trace): Call gdb_print_insn, instead of print_insn.
2436 (print_insn): Delete function.
2437 * printcmd.c: Include "disasm.h".
2438 (print_insn): Delete function.
2439 (print_formatted): Call gdb_print_insn, instead of print_insn.
2440 * Makefile.in (printcmd.o): Update dependencies.
2441 (mcore-tdep.o, d10v-tdep.o): Ditto.
2442
2443 2003-05-02 Andrew Cagney <cagney@redhat.com>
2444
2445 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
2446 PC_REGNUM, re-indent.
2447 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
2448 PC_REGNUM isn't set.
2449
2450 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
2451 * gdbarch.h, gdbarch.c: Re-generate.
2452 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
2453 register_virtual_size, pc_regnum, or register_bytes.
2454 (D10V_PC_REGNUM): Rename _PC_REGNUM.
2455 (d10v_register_type): Use D10V_PC_REGNUM.
2456 (d10v_print_registers_info, d10v_read_pc): Ditto.
2457 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
2458 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
2459
2460 2003-05-02 David Carlton <carlton@bactrian.org>
2461
2462 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
2463 the name with mstrsave.
2464
2465 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
2466
2467 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
2468 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
2469 (host_charset_name, target_charset_name): New vars for use by
2470 set/show commands.
2471 (host_charset_enum, target_charset_enum): New enums for set/show
2472 commands.
2473 (set_charset_sfunc, set_host_charset_sfunc,
2474 set_target_charset_sfunc): New functions.
2475 (set_host_charset, set_target_charset): Make static.
2476 (list_charsets, set_host_charset_command,
2477 set_target_charset_command): Delete functions.
2478 (show_charset_command): Rewrite as....
2479 (show_charset): Hook this up with the set/show command mechanism.
2480 (_initialize_charset): Change names of charsets to match the
2481 set/show enums. Use host_charset_name and target_charset_name.
2482 Use set/show mechanism for charset, host-charset, target-charset
2483 commands. Do not make 'show host-charset' and 'show
2484 target-charset' be aliases of 'show charset'.
2485
2486 * charset.h (set_host_charset, set_target_charset): Don't export,
2487 they are not used outside the file.
2488
2489 2003-05-01 Andrew Cagney <cagney@redhat.com>
2490
2491 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
2492 (gdb_disassembly): Make "di" non static, always initialize and
2493 cleanup. Always use dis_asm_read_memory.
2494 (gdb_dis_asm_read_memory): Delete function.
2495
2496 2003-05-01 Andrew Cagney <cagney@redhat.com>
2497
2498 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
2499 (d10v_gdbarch_init): Set frame_align instead of stack_align.
2500
2501 2003-04-30 Andrew Cagney <cagney@redhat.com>
2502
2503 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
2504 "tm_print_insn_info".
2505 (TARGET_PRINT_INSN_INFO): Delete macro.
2506 (dis_asm_read_memory): Delete function declaration.
2507 (dis_asm_memory_error, dis_asm_print_address): Ditto.
2508 (tm_print_insn_info): Delete variable definition.
2509 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
2510 * gdbarch.h, gdbarch.c: Re-generate.
2511 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
2512 "deprecated_tm_print_insn_info".
2513 * mcore-tdep.c (mcore_dump_insn): Ditto.
2514 * mips-tdep.c (mips_gdbarch_init): Ditto.
2515 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
2516 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
2517 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
2518 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
2519 instead of TARGET_PRINT_INSN_INFO, add comment.
2520 * s390-tdep.c (s390_get_frame_info): Instead of
2521 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
2522 (s390_check_function_end, s390_is_sigreturn): Ditto.
2523 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
2524 (dis_asm_memory_error, dis_asm_print_address): Ditto.
2525 * disasm.c: Include "gdbcore.h".
2526 (_initialize_disasm): New function, initialize
2527 "deprecated_tm_print_insn_info".
2528 (deprecated_tm_print_insn_info): New variable.
2529 (dis_asm_read_memory): Moved from "corefile.c", made static.
2530 (dis_asm_print_address, dis_asm_memory_error): Ditto.
2531 * Makefile.in (disasm.o): Update dependencies.
2532
2533 2003-04-30 Andrew Cagney <cagney@redhat.com>
2534
2535 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
2536
2537 2003-04-29 Adam Fedor <fedor@gnu.org>
2538
2539 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
2540 * infcall.c (find_function_addr): Make non-static.
2541 * infcall.h (find_function_addr): Declare.
2542 * Makefile.in (eval.o): Update dependencies.
2543
2544 2003-04-28 Adam Fedor <fedor@gnu.org>
2545
2546 * symtab.c (symbol_find_demangled_name): Check for and demangle
2547 ObjC symbols.
2548 (symbol_init_demangled_name): Init for language_objc as well.
2549
2550 2003-04-28 Andrew Cagney <cagney@redhat.com>
2551
2552 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
2553 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
2554 * gdbarch.h, gdbarch.c: Re-generate.
2555 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
2556 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
2557 * inferior.h (deprecated_read_fp): Rename read_fp.
2558 (generic_target_read_fp): Delete declaration.
2559 * regcache.c (generic_target_read_fp): Delete function.
2560 (deprecated_read_fp): Replace read_fp, use
2561 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
2562 * d10v-tdep.c (d10v_read_fp): Delete function.
2563 (d10v_gdbarch_init): Do not set deprecated_read_fp.
2564
2565 * sparc-tdep.c (sparc_gdbarch_init): Do not set
2566 deprecated_target_read_fp to generic_target_read_fp.
2567 * sh-tdep.c (sh_gdbarch_init): Ditto.
2568 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2569 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2570 * frv-tdep.c (frv_gdbarch_init): Ditto.
2571
2572 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
2573 deprecated_fp_regnum.
2574 * x86-64-tdep.c (x86_64_init_abi): Ditto.
2575 * vax-tdep.c (vax_gdbarch_init): Ditto.
2576 * v850-tdep.c (v850_gdbarch_init): Ditto.
2577 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2578 * sh-tdep.c (sh_gdbarch_init): Ditto.
2579 * s390-tdep.c (s390_gdbarch_init): Ditto.
2580 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2581 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2582 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2583 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2584 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2585 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2586 * i386-tdep.c (i386_gdbarch_init): Ditto.
2587 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2588 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2589 * frv-tdep.c (frv_gdbarch_init): Ditto.
2590 * cris-tdep.c (cris_gdbarch_init): Ditto.
2591 * avr-tdep.c (avr_gdbarch_init): Ditto.
2592 * arm-tdep.c (arm_gdbarch_init): Ditto.
2593 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2594
2595 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
2596 * v850-tdep.c (v850_gdbarch_init): Ditto.
2597 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2598 * sh-tdep.c (sh_gdbarch_init): Ditto.
2599 * s390-tdep.c (s390_gdbarch_init): Ditto.
2600 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2601 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2602 * mips-tdep.c (mips_gdbarch_init): Ditto.
2603 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2604 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2605 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2606 * frv-tdep.c (frv_gdbarch_init): Ditto.
2607 * avr-tdep.c (avr_gdbarch_init): Ditto.
2608 * arm-tdep.c (arm_gdbarch_init): Ditto.
2609
2610 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
2611 DEPRECATED_FP_REGNUM.
2612 (vax_push_dummy_frame, vax_pop_frame): Ditto.
2613 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
2614 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
2615 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
2616 (sparc32_register_virtual_type): Ditto.
2617 * sh-tdep.c (sh64_frame_chain): Ditto.
2618 (sh64_get_saved_register, sh64_pop_frame): Ditto.
2619 (sh_nofp_frame_init_saved_regs): Ditto.
2620 (sh64_nofp_frame_init_saved_regs): Ditto.
2621 (sh_fp_frame_init_saved_regs): Ditto.
2622 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2623 * remote-e7000.c (fetch_regs_from_dump): Ditto.
2624 * procfs.c (procfs_fetch_registers): Ditto.
2625 (procfs_store_registers): Ditto.
2626 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
2627 (store_inferior_registers, fetch_core_registers): Ditto.
2628 (fetch_kcore_registers, clear_regs): Ditto.
2629 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
2630 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
2631 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
2632 * nlm/i386.c (do_status): Ditto.
2633 * mipsv4-nat.c (supply_gregset): Ditto.
2634 * mips-tdep.c: Ditto for comments.
2635 * mips-nat.c (fetch_inferior_registers): Ditto.
2636 (store_inferior_registers, fetch_core_registers): Ditto.
2637 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
2638 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
2639 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
2640 (i386_do_pop_frame, i386_register_type): Ditto.
2641 * hppa-tdep.c (hppa_frame_chain): Ditto.
2642 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
2643 (hppa_pop_frame, hppa_read_fp): Ditto.
2644 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
2645 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
2646 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
2647 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
2648 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
2649 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
2650 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
2651 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
2652 * blockframe.c: Ditto for comments.
2653 * arch-utils.h: Ditto for comments.
2654 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
2655 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
2656 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
2657 * alpha-tdep.h: Ditto for comments.
2658 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
2659 (alpha_cannot_store_register): Ditto.
2660 (alpha_push_dummy_frame): Ditto.
2661 * alpha-nat.c (supply_gregset): Ditto.
2662
2663 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
2664 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
2665 * config/sparc/tm-sparc.h: Update comment.
2666
2667 * hppa-tdep.c (hppa_init_extra_frame_info): Use
2668 deprecated_read_fp instead of TARGET_READ_FP.
2669 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
2670 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
2671 * sparc-tdep.c (sparc_init_extra_frame_info): Use
2672 deprecated_read_fp instead of read_fp.
2673 * s390-tdep.c (s390_push_arguments): Ditto.
2674 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2675 * frame.h: Ditto in comments.
2676 * frame.c (legacy_get_prev_frame): Ditto.
2677 * dummy-frame.c (dummy_frame_this_id): Ditto.
2678 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
2679
2680 2003-04-28 Andrew Cagney <cagney@redhat.com>
2681
2682 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
2683 * gdbarch.h, gdbarch.c: Re-generate.
2684 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
2685 * vax-tdep.c (_initialize_vax_tdep): Update.
2686 * v850-tdep.c (_initialize_v850_tdep): Update.
2687 * sparc-tdep.c (_initialize_sparc_tdep): Update.
2688 * s390-tdep.c (_initialize_s390_tdep): Update.
2689 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
2690 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
2691 * mips-tdep.c (_initialize_mips_tdep): Update.
2692 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2693 * m68k-tdep.c (_initialize_m68k_tdep): Update.
2694 * ia64-tdep.c (_initialize_ia64_tdep): Update.
2695 * hppa-tdep.c (_initialize_hppa_tdep): Update.
2696 * h8300-tdep.c (_initialize_h8300_tdep): Update.
2697 * frv-tdep.c (_initialize_frv_tdep): Update.
2698 * cris-tdep.c (cris_delayed_get_disassembler): Update.
2699 (_initialize_cris_tdep): Update.
2700 * arch-utils.c (legacy_print_insn): Update.
2701 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2702
2703 2003-04-26 Adam Fedor <fedor@gnu.org>
2704
2705 * linespec.c (decode_objc): New function to decode ObjC calls
2706 (decode_line_1): Check for ObjC calls (using decode_objc)
2707 * Makefile (linespec.o): Update dependencies.
2708
2709 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
2710
2711 * breakpoint.h (struct breakpoint_ops): New.
2712 (struct breakpoint): Add ops member.
2713
2714 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
2715 (mention): Use new breakpoint ops member.
2716 (set_raw_breakpoint): Initialize ops field to NULL.
2717 (print_exception_catchpoint, print_one_exception_catchpoint)
2718 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
2719 (gnu_v3_exception_catchpoint_ops): New.
2720 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
2721
2722 2003-04-25 Adam Fedor <fedor@gnu.org>
2723
2724 * Makefile.in (COMMON_OBS): Add objc-lang.o
2725
2726 2003-04-25 Andrew Cagney <cagney@redhat.com>
2727
2728 * d10v-tdep.c (print_insn): Delete function.
2729 (display_trace): Use TARGET_PRINT_INSN.
2730 (_initialize_d10v_tdep): Do not set tm_print_insn.
2731 (d10v_gdbarch_init): Set print_insn.
2732
2733 2003-04-25 Andrew Cagney <cagney@redhat.com>
2734
2735 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
2736 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
2737 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
2738 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
2739 (nr_dmap_regs, a0_regnum): ... new functions.
2740 (d10v_print_registers_info): Use a0_regnum, use register_size.
2741 (d10v_register_byte): Delete function.
2742 (d10v_register_raw_size): Delete function.
2743 (d10v_register_type): Use a0_regnum.
2744 (d10v_print_registers_info): Use a0_regnum.
2745 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
2746 (d10v_gdbarch_init): Do not set register_byte or
2747 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
2748 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
2749 extract_address.
2750 (trace_command): Use XCALLOC.
2751 (print_insn): Delete reference to tm_print_insn.
2752 (saved_regs_unwinder): Use store_unsigned_integer instead of
2753 store_address.
2754 * frame.h (FRAME_OBSTACK_CALLOC): Define
2755
2756 2003-04-25 David Carlton <carlton@bactrian.org>
2757
2758 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
2759
2760 2003-04-24 Adam Fedor <fedor@gnu.org>
2761
2762 * objc-lang.c: Include "valprint.h"
2763 * Makefile.in (objc-lang.o): Update dependencies.
2764
2765 2003-04-24 Adam Fedor <fedor@gnu.org>
2766
2767 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
2768 architecture dependant compilation and mark as unimplemented
2769 (until they get put in the gdbarch vector).
2770
2771 2003-04-23 David Carlton <carlton@bactrian.org>
2772
2773 * cp-support.c (cp_find_first_component): Accept 'operator' in
2774 more locations.
2775
2776 2003-04-23 Andrew Cagney <cagney@redhat.com>
2777
2778 * infcall.c (call_function_by_hand): Eliminate redundant
2779 indentation. Move "saved_async" and "old_cleanups" to where they
2780 are needed.
2781
2782 2003-04-23 Andrew Cagney <cagney@redhat.com>
2783
2784 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
2785 and "buffer". Move the "name" code to where it is needed.
2786
2787 2003-04-23 Andrew Cagney <cagney@redhat.com>
2788
2789 * infcall.c (call_function_by_hand): Move variables "start_sp",
2790 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
2791 code to ON_STACK switch branch.
2792
2793 2003-04-23 Andrew Cagney <cagney@redhat.com>
2794
2795 * infcall.c (call_function_by_hand): Make declaration of "i",
2796 "sal", "bpt" and "old_sp" more local to their use. Delete #if
2797 lint.
2798
2799 2003-04-23 Andrew Cagney <cagney@redhat.com>
2800
2801 * infcall.c (call_function_by_hand): Delete variable
2802 "n_method_args". Localize "param_type"'s declaration to the loop
2803 that it is used. Reinstate code assigning to said variable -
2804 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
2805 Rationalize code using "param_type".
2806
2807 2003-04-22 Andrew Cagney <cagney@redhat.com>
2808
2809 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
2810 compute the breakpoint address. Only call FIX_CALL_DUMMY when
2811 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
2812 to DEPRECATED_PUSH_RETURN_ADDRESS.
2813
2814 2003-04-22 Kevin Buettner <kevinb@redhat.com>
2815
2816 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
2817 on the DWARF2 register number prior to fetching a register.
2818
2819 2003-04-22 J. Brobecker <brobecker@gnat.com>
2820
2821 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
2822 Update all the tests using SOFT_FLOAT considering the fact that
2823 this macro was always set to 0.
2824 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
2825 considering the fact that this macro was always set to 0.
2826 * hppa-tdep.h (hppa_store_return_value): Likewise.
2827 (hppa_extract_return_value): Likewise.
2828
2829 2003-04-22 J. Brobecker <brobecker@gnat.com>
2830
2831 * config/pa/tm-hppa.h: Remove obsolete code, was used by
2832 the hppa-pro target only.
2833
2834 2003-04-21 J. Brobecker <brobecker@gnat.com>
2835
2836 Ongoing multi-arch conversion effort for HP/UX:
2837 * config/pa/tm-hppa.h: Move all macro that are no longer
2838 defined now that GDB_MULTI_ARCH is now set to 1 from here...
2839 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
2840
2841 2003-04-21 J. Brobecker <brobecker@gnat.com>
2842
2843 * config/pa/tm-hppa.h: Obsolete a section that was only used
2844 for hppa-pro.
2845
2846 2003-04-21 J. Brobecker <brobecker@gnat.com>
2847
2848 Ongoing multi-arch conversion for HP/UX.
2849 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
2850 if already defined (allows hppa64 to stay non-multiarched for now).
2851 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
2852
2853 2003-04-21 Andrew Cagney <cagney@redhat.com>
2854
2855 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
2856
2857 2003-04-21 Andrew Cagney <cagney@redhat.com>
2858
2859 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
2860 "i386_num_mmx_regs".
2861
2862 2003-04-21 Andrew Cagney <cagney@redhat.com>
2863
2864 * infcall.c: New file.
2865 * infcall.h: New file.
2866 * valarith.c: Include "infcall.h".
2867 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
2868 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
2869 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
2870 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
2871 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
2872 (SFILES): Add "infcall.c"
2873 (COMMON_OBS): Add "infcall.o".
2874 (infcall.o): Specify dependencies.
2875 * value.h (call_function_by_hand): Delete declaration.
2876 * inferior.h (run_stack_dummy): Delete declaration.
2877 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
2878 (run_stack_dummy): Move to "infcall.c", merged into
2879 call_function_by_hand.
2880 * valops.c (call_function_by_hand): Moved to "infcall.c".
2881 (find_function_addr, value_arg_coerce): Ditto.
2882 (unwindonsignal_p, coerce_float_to_double): Ditto.
2883 (_initialize_valops): Move "set/show coerce-float-to-double", and
2884 "set/show unwindonsignal" commands to "infcall.c".
2885 * v850-tdep.c, target.h: Update comments.
2886 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
2887 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
2888 (sh64_init_extra_frame_info): Update comments.
2889 * mn10300-tdep.c: Update comments.
2890 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
2891 * config/sparc/tm-sparc.h: Update comments.
2892 * breakpoint.h: Update comments.
2893 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
2894 * arm-tdep.c: Update comment.
2895
2896 2003-04-19 Mark Kettenis <kettenis@gnu.org>
2897
2898 * i386-tdep.c (i386_num_register_names): New variable.
2899 (i386_num_mmx_regs): Renamed from mmx_num_regs.
2900 (MM0_REGNUM): Remove redundant parentheses in define.
2901 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
2902 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
2903 i386_mxcsr_regnum_p): Remove redundant parentheses.
2904 (i386_register_name): Use i386_num_register_names.
2905
2906 * i386-tdep.c (i386_extract_return_value,
2907 i386_store_return_value): Correct check for availability of
2908 floating-point registers.
2909
2910 * i386-tdep.c (i386_frame_num_args): Remove function.
2911 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
2912
2913 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
2914 mmx_regnum_to_fp_regnum. Adjust all callers.
2915
2916 * i386-tdep.c (i386_get_longjmp_target): Use
2917 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
2918 and TARGET_CHAR_BIT. Use extract_typed_address instead of
2919 extract_address.
2920
2921 2003-04-19 Mark Kettenis <kettenis@gnu.org>
2922
2923 * core-regset.c: Update comments to reflect reality. Re-order
2924 includes.
2925 (fetch_core_registers): Use switch instead of if. Remove
2926 redundant prototype.
2927
2928 2003-04-18 Jim Blandy <jimb@redhat.com>
2929
2930 * s390-tdep.c (s390_frame_align): New function.
2931 (s390_gdbarch_init): Register it with the gdbarch object.
2932
2933 2003-04-17 Richard Henderson <rth@redhat.com>
2934
2935 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
2936
2937 2003-04-17 Michael Snyder <msnyder@redhat.com>
2938 Karen Bennet <bennet@redhat.com>
2939
2940 Committed by Elena Zannoni <ezannoni@redhat.com>
2941 * gdb_gcore.sh: New script to create a core dump of a process.
2942
2943 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
2944
2945 * values.c (value_being_returned): Don't fetch the return
2946 value if the return type is void.
2947
2948 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
2949
2950 * thread-db.c: Reindented.
2951
2952 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
2953
2954 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
2955 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
2956 as types.
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982 2003-04-16 Kevin Buettner <kevinb@redhat.com>
2983
2984 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
2985 the size of ``long double'' to 16, instead of 8.
2986
2987 2003-04-16 Mark Kettenis <kettenis@gnu.org>
2988
2989 * i386-linux-nat.c: Add some whitespace to make things more
2990 readable.
2991 (fetch_register, store_register, fetch_inferior_registers,
2992 store_inferior_registers): Get rid of assignment in if-statement.
2993 (store_register): Fix typo in error message.
2994
2995 2003-04-16 Andrew Cagney <cagney@redhat.com>
2996
2997 * utils.c (xmmalloc): Always allocate something, matches
2998 libiberty/xmalloc's semantics.
2999 (xmrealloc, xmcalloc): Ditto.
3000
3001 2003-04-16 Andrew Cagney <cagney@redhat.com>
3002
3003 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
3004 update comments.
3005 (get_frame_type): Initialize unwind and type when needed.
3006 (get_frame_id, frame_register_unwind): Ditto.
3007
3008 2003-04-16 Andrew Cagney <cagney@redhat.com>
3009
3010 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
3011 obsolete.
3012 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
3013 * sparcl-stub.c: Obsolete file.
3014 * config/sparc/tm-sparclet.h: Obsolete file.
3015 * sparclet-stub.c: Obsolete file.
3016 * sparclet-rom.c: Obsolete file.
3017 * sparcl-tdep.c: Obsolete file.
3018 * config/sparc/tm-sparclite.h: Obsolete file.
3019 * config/sparc/sparclite.mt: Obsolete file.
3020 * config/sparc/sparclet.mt: Obsolete file.
3021 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
3022 sparc86x-*-* obsolete.
3023
3024 2003-04-15 David Carlton <carlton@math.stanford.edu>
3025
3026 * Makefile.in (SFILES): Add cp-namespace.c.
3027 (COMMON_OBS): Add cp-namespace.o.
3028 (block.o): Depend on gdb_obstack_h and cp_support_h.
3029 (buildsym.o): Depend on cp_support_h.
3030 (cp-namespace.o): New.
3031 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
3032 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
3033 (dwarf2read.o): Depend on cp_support_h.
3034 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
3035 * dwarf2read.c (process_die): Set processing_has_namespace_info,
3036 processing_current_namespace.
3037 (read_namespace): Update processing_current_namespace; check for
3038 anonymous namespaces.
3039 (dwarf2_name): New function.
3040 (dwarf2_extension): Ditto.
3041 * cp-support.h: Update copyright, contributors.
3042 Add inclusion guards.
3043 Add opaque declaration for structs obstack, block, symbol.
3044 (struct using_direct): New struct.
3045 Add declarations for cp_find_first_component,
3046 cp_entire_prefix_len, processing_has_namespace_info,
3047 processing_current_namespace, cp_is_anonymous,
3048 cp_add_using_directive, cp_initialize_namespace,
3049 cp_finalize_namespace, cp_set_block_scope,
3050 cp_scan_for_anonymous_namespaces.
3051 * cp-namespace.c: New file.
3052 * cp-support.c: Update copyright.
3053 Include ctype.h, gdb_assert.h, gdbcmd.h.
3054 New variable maint_cplus_cmd_list.
3055 (cp_find_first_component): New function.
3056 (cp_entire_prefix_len, maint_cplus_command)
3057 (first_component_command, _initialize_cp_support): Ditto.
3058 * buildsym.c: Include cp-support.h.
3059 New variable using_list.
3060 (add_symbol_to_list): Check for anonymous namespaces.
3061 (finish_block): Set block's scope.
3062 (start_symtab): Initialize C++ namespace support.
3063 (end_symtab): Finalize C++ namespace support.
3064 * block.h: Add opaque declarations for structs
3065 block_namespace_info, using_direct, and obstack.
3066 Add declarations for block_set_scope and block_set_using.
3067 (struct block): Add 'language_specific' member.
3068 (BLOCK_NAMESPACE): New macro.
3069 * block.c: Include gdb_obstack.h and cp-support.h.
3070 (struct block_namespace_info): New struct.
3071 (block_set_scope): New function.
3072 (block_set_using, block_initialize_namespace): Ditto.
3073
3074 2003-04-14 Kevin Buettner <kevinb@redhat.com>
3075
3076 * solib-svr4.c (svr4_have_link_map_offsets): New function.
3077 (locate_base): Return early if there aren't any link map offsets.
3078 (svr4_solib_create_inferior_hook): Warn if shared library support
3079 is unavailable.
3080
3081 2003-04-14 David Carlton <carlton@math.stanford.edu>
3082
3083 * symtab.c (symbol_set_names): Add prefix when storing Java names
3084 in hash table. Fix for PR java/1039.
3085
3086 2003-04-14 David Carlton <carlton@math.stanford.edu>
3087
3088 * symtab.c (symbol_set_names): Rename 'name' arg to
3089 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
3090 * symtab.h: Change 'name' argument in declaration of
3091 symbol_set_names to 'linkage_name'.
3092 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
3093
3094 2003-04-14 Andrew Cagney <cagney@redhat.com>
3095
3096 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
3097 return the fully sign-extended register value.
3098 (get_frame_pointer): Ditto.
3099 (mips_pop_frame): Initialize "proc_desc" after checking for a
3100 dummy frame.
3101
3102 2003-04-14 Andrew Cagney <cagney@redhat.com>
3103
3104 * mips-tdep.c (mips_push_dummy_frame): Delete function.
3105 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
3106 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
3107 (mips_push_register): Delete function.
3108 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
3109 PUSH_FP_REGNUM.
3110
3111 2003-04-14 Jim Blandy <jimb@redhat.com>
3112
3113 * symmisc.c: #include "gdb_regex.h".
3114 (maintenance_list_symtabs, maintenance_list_psymtabs): New
3115 functions.
3116 * maint.c (maintenance_list_command): New function.
3117 (_initialize_maint_cmds): Register the above as commands.
3118 * symtab.h (maintenance_list_symtabs,
3119 maintenance_list_psymtabs): New declarations.
3120 * cli/cli-cmds.c (maintenancelistlist): New variable.
3121 (init_cmd_lists): Initialize it.
3122 * cli/cli-cmds.h (maintenancelistlist): New declaration.
3123 * gdbcmd.h (maintenancelistlist): New declaration.
3124 * Makefile.in (symmisc.o): Update dependencies.
3125
3126 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
3127
3128 * s390-nat.c: Include asm/types.h for addr_t.
3129
3130 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
3131
3132 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
3133 actually incoming type.
3134
3135 2003-04-13 Andrew Cagney <cagney@redhat.com>
3136
3137 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
3138 get_next_frame and get_frame_saved_regs.
3139
3140 2003-04-13 Andrew Cagney <cagney@redhat.com>
3141
3142 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
3143 of gdbarch_num_regs.
3144
3145 2003-04-13 Andrew Cagney <cagney@redhat.com>
3146
3147 * frame.h: Mention what replaced what in "struct frame_info".
3148 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
3149 deprecated_update_frame_base_hack and
3150 deprecated_update_frame_pc_hack.
3151 * hppa-tdep.c: Ditto.
3152
3153 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
3154
3155 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
3156 to read_reg and update its comment. Remove regnum member.
3157 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
3158 Don't call read_reg when setting in_reg. Call read_reg to get
3159 the frame base if it's in a register. Return the register number
3160 on the stack instead of in the context. Remove extra arguments
3161 to read_reg.
3162 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
3163 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
3164 the register number on the expression stack.
3165 (needs_frame_read_reg): Remove extra arguments.
3166
3167 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
3168
3169 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
3170 made non-static.
3171 (execute_stack_op): All callers updated.
3172 * dwarf2expr.h: Add prototype for dwarf2_read_address.
3173 * dwarf2loc.c (find_location_expression): New function.
3174 (dwarf_expr_frame_base): Call it.
3175 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
3176 (dwarf2_tracepoint_var_ref): New function, broken out from
3177 locexpr_tracepoint_var_ref.
3178 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
3179 Make static.
3180 (loclist_read_variable, loclist_read_needs_frame): New functions.
3181 (loclist_describe_location, loclist_tracepoint_var_ref): New
3182 functions.
3183 (dwarf2_loclist_funcs): New struct location_funcs.
3184 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
3185 (struct dwarf2_locexpr_baton): Add comments.
3186 (dwarf2_loclist_funcs): New extern.
3187 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
3188 base_address and base_known.
3189 (dwarf_loc_buffer): New variable.
3190 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
3191 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
3192 (dwarf2_has_info): Initialize dwarf_loc_offset.
3193 (dwarf2_build_psymtabs): Read in .debug_loc.
3194 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
3195 DWARF_LOC_SIZE.
3196 (psymtab_to_symtab_1): Likewise. Move base address calculation
3197 here, from...
3198 (dwarf2_get_pc_bounds): ... here. Use the base address from
3199 cu_header.
3200 (dwarf2_symbol_mark_computed): Handle location lists.
3201
3202 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
3203
3204 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
3205 if the linkage name demangled successfully.
3206
3207 2003-04-13 Mark Kettenis <kettenis@gnu.org>
3208
3209 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
3210 disassmbly_flavour): Removed.
3211
3212 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
3213
3214 2003-04-13 Mark Kettenis <kettenis@gnu.org>
3215
3216 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
3217
3218 2003-04-12 Andrew Cagney <cagney@redhat.com>
3219
3220 * frame.h (struct frame_info): Move definition from here ...
3221 * frame.c (struct frame_info): ... to here.
3222
3223 2003-04-12 Andrew Cagney <cagney@redhat.com>
3224
3225 * gdbthread.h (save_infrun_state): Delete parameter
3226 "prev_func_start".
3227 (struct thread_info): Delete field "prev_func_start".
3228 (load_infrun_state): Ditto.
3229 * thread.c (load_infrun_state, save_infrun_state): Update.
3230 * infrun.c (prev_func_start): Delete variable.
3231 (context_switch, init_wait_for_inferior): Update.
3232 (stop_stepping, keep_going): Update.
3233
3234 2003-04-12 Andrew Cagney <cagney@redhat.com>
3235
3236 * gdbarch.sh: Add missing opaque declarations.
3237 * gdbarch.h: Regnerate.
3238 * symtab.h: Add missing opaque declarations.
3239 * value.h, target.h, symfile.h, stabsread.h: Ditto.
3240 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
3241 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
3242 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
3243 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
3244 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
3245 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
3246 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
3247 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
3248 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
3249 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
3250 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
3251 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
3252
3253 2003-04-11 Andrew Cagney <cagney@redhat.com>
3254
3255 * frame.c (get_frame_id): Return this frame's "id".
3256 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
3257 function start.
3258 (legacy_saved_regs_this_id): Replace function body with
3259 internal-error.
3260 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
3261 FRAME_OBSTACK_ZALLOC.
3262 (create_new_frame): Mark the frame ID as valid.
3263
3264 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
3265
3266 * Makefile.in (libbfd_h): Added missing setting.
3267 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
3268 according to the selected ABI.
3269
3270 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
3271
3272 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
3273
3274 2003-04-11 Andrew Cagney <cagney@redhat.com>
3275
3276 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
3277 SAVED_PC_AFTER_CALL.
3278 * gdbarch.h, gdbarch.c: Regenerate.
3279 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3280 * x86-64-tdep.c (x86_64_init_abi): Update.
3281 * vax-tdep.c (vax_gdbarch_init): Update.
3282 * v850-tdep.c (v850_gdbarch_init): Update.
3283 * sparc-tdep.c (sparc_gdbarch_init): Update.
3284 * sh-tdep.c (sh_gdbarch_init): Update.
3285 * s390-tdep.c (s390_gdbarch_init): Update.
3286 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3287 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3288 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3289 * mips-tdep.c (mips_gdbarch_init): Update.
3290 * mcore-tdep.c (mcore_gdbarch_init): Update.
3291 * m68k-tdep.c (m68k_gdbarch_init): Update.
3292 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3293 * ia64-tdep.c (ia64_gdbarch_init): Update.
3294 (ia64_saved_pc_after_call): Update declaration.
3295 * i386ly-tdep.c (i386lynx_init_abi): Update.
3296 * i386-tdep.c (i386_gdbarch_init): Update.
3297 * hppa-tdep.c (hppa_gdbarch_init): Update.
3298 * h8300-tdep.c (h8300_gdbarch_init): Update.
3299 * frv-tdep.c (frv_gdbarch_init): Update.
3300 * cris-tdep.c (cris_gdbarch_init): Update.
3301 * avr-tdep.c (avr_gdbarch_init): Update.
3302 * arm-tdep.c (arm_gdbarch_init): Update.
3303 * alpha-tdep.c (alpha_gdbarch_init): Update.
3304 * ns32knbsd-nat.c (frame_num_args): Update.
3305 * ns32k-tdep.c (umax_frame_num_args): Update.
3306 * mips-tdep.c (mips_init_frame_pc_first): Update.
3307 * infrun.c (step_over_function): Update.
3308 * i386-linux-tdep.c (skip_hurd_resolver): Update.
3309 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
3310 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
3311 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3312 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3313 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
3314 * arm-linux-tdep.c (skip_hurd_resolver): Update.
3315 * arch-utils.c (init_frame_pc_default): Update.
3316 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
3317 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
3318 declaration.
3319
3320 2003-04-11 Andrew Cagney <cagney@redhat.com>
3321
3322 * i387-tdep.c: Update copyright.
3323 (i387_to_double): Delete function.
3324 (double_to_i387): Delete function.
3325
3326 2003-04-10 Andrew Cagney <cagney@redhat.com>
3327
3328 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
3329 frame's function's address. Simplify.
3330 (d10v_frame_unwind_cache): Check that the frame's function is
3331 non-zero.
3332
3333 2003-04-10 Jim Blandy <jimb@redhat.com>
3334
3335 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
3336 call to set_gdbarch_deprecated_push_arguments.
3337
3338 2003-04-10 Andrew Cagney <cagney@redhat.com>
3339
3340 * frame.c (fprint_frame_id): New function.
3341 (fprint_frame_type, fprint_frame): New function.
3342 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
3343 (create_sentinel_frame, get_frame_id): Ditto.
3344 (frame_id_p, frame_id_eq): Ditto.
3345 (frame_id_inner, create_new_frame): Ditto.
3346 (legacy_get_prev_frame, get_prev_frame): Ditto.
3347 (deprecated_update_frame_pc_hack): Ditto.
3348 (frame_register_unwind): Ditto.
3349 (deprecated_update_frame_base_hack): Ditto.
3350
3351 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
3352
3353 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
3354 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
3355 frame_chain function.
3356 * Makefile.in: Add dependencies due to above change.
3357
3358 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
3359
3360 * blockframe.c (legacy_frame_chain_valid): Move call to
3361 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
3362 inside_entry_file.
3363
3364 2003-04-09 Andrew Cagney <cagney@redhat.com>
3365
3366 * frame.h (struct frame_id): Replace "pc" and "base" with
3367 "stack_addr" and "code_addr". Update comments.
3368 (frame_id_build): Update parameter names and comment.
3369 (struct frame_info): Replace "id_p" and "id" with "this_id".
3370 * dummy-frame.c (dummy_frame_this_id): Update.
3371 * breakpoint.c (print_one_breakpoint): Update.
3372 * frame.c (get_frame_id): Update.
3373 (get_frame_base, frame_id_build): Update.
3374 (create_sentinel_frame, legacy_get_prev_frame): Update.
3375 (deprecated_update_frame_base_hack): Update.
3376 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
3377 (frame_id_inner): Ditto.
3378
3379 2003-04-09 Andrew Cagney <cagney@redhat.com>
3380
3381 * defs.h (gdb_print_host_address): Make "addr" parameter a
3382 pointer constant.
3383 * utils.c (gdb_print_host_address): Update.
3384
3385 2003-04-09 Kevin Buettner <kevinb@redhat.com>
3386
3387 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
3388 register number for R0 is 0.
3389
3390 2003-04-09 J. Brobecker <brobecker@gnat.com>
3391
3392 * frame.h (struct gdbarch): Add opaque structure definition
3393 to avoid a compilation warning on LynxOS 4.0.
3394
3395 2003-04-09 Andrew Cagney <cagney@redhat.com>
3396
3397 * frame.h (struct frame_info): Delete field "pc". Replace
3398 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
3399 structure.
3400 * frame.c (frame_pc_unwind): Update.
3401 (create_sentinel_frame): Do not set "pc".
3402 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
3403 (get_frame_pc): Call frame_pc_unwind.
3404 (deprecated_update_frame_pc_hack): Update.
3405 (create_new_frame): Use "pc" not "->pc".
3406
3407 2003-04-09 Andrew Cagney <cagney@redhat.com>
3408
3409 * frame.c (get_frame_id): Eliminate code updating "frame".
3410 (legacy_get_prev_frame): Ditto.
3411 (get_frame_base): Return id.base directly.
3412 (deprecated_update_frame_base_hack): Update "id.base".
3413 * frame.h (struct frame_info): Delete field "frame".
3414
3415 2003-04-09 Andrew Cagney <cagney@redhat.com>
3416
3417 * NEWS: Mention that the "Sequent family" is obsolete.
3418 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
3419 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
3420 * configure.host: Obsolete i[3456]86-sequent-bsd*,
3421 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
3422 * config/i386/tm-ptx4.h: Obsolete file.
3423 * config/i386/tm-ptx.h: Obsolete file.
3424 * symm-tdep.c: Obsolete file.
3425 * config/i386/symmetry.mt: Obsolete file.
3426 * config/i386/tm-symmetry.h: Obsolete file.
3427 * symm-nat.c: Obsolete file.
3428 * config/i386/nm-symmetry.h: Obsolete file.
3429 * config/i386/xm-symmetry.h: Obsolete file.
3430 * config/i386/symmetry.mh: Obsolete file.
3431 * config/i386/nm-ptx4.h: Obsolete file.
3432 * config/i386/ptx4.mh: Obsolete file.
3433 * config/i386/ptx.mt: Obsolete file.
3434 * config/i386/ptx.mh: Obsolete file.
3435 * config/i386/xm-ptx4.h: Obsolete file.
3436 * config/i386/xm-ptx.h: Obsolete file.
3437
3438 2003-04-09 Andrew Cagney <cagney@redhat.com>
3439
3440 Obsolete mips*-*-mach3*.
3441 * NEWS: Mention that mips*-*-mach3* is obsolete.
3442 * m3-nat.c: Obsolete file.
3443 * config/nm-m3.h: Obsolete file.
3444 * config/mips/tm-mipsm3.h: Obsolete file.
3445 * config/mips/mipsm3.mt: Obsolete file.
3446 * config/mips/mipsm3.mh: Obsolete file.
3447 * config/mips/xm-mipsm3.h: Obsolete file.
3448 * mipsm3-nat.c: Obsolete file.
3449 * configure.host: Obsolete mips-dec-mach3*.
3450 * configure.tgt: Obsolete mips*-*-mach3*.
3451
3452 2003-04-09 Andrew Cagney <cagney@redhat.com>
3453
3454 * doublest.h: Update copyright.
3455 (deprecated_store_floating, deprecated_extract_floating): Rename
3456 store_floating and extract_floating. Update comments.
3457 * doublest.c: Update copyright.
3458 (extract_floating_by_length): Replace extract_floating.
3459 (store_floating_by_length): Replace store_floating.
3460 (deprecated_extract_floating): New function.
3461 (deprecated_store_floating): New function.
3462 (extract_typed_floating): Call extract_floating_by_length.
3463 (store_typed_floating): Call store_floating_by_length.
3464 * x86-64-tdep.c (x86_64_store_return_value): Update.
3465 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
3466 (sh64_extract_return_value): Update.
3467 (sh_sh4_register_convert_to_virtual): Update.
3468 (sh_sh64_register_convert_to_virtual): Update.
3469 (sh_sh4_register_convert_to_raw): Update.
3470 (sh_sh64_register_convert_to_raw): Update.
3471 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
3472 (rs6000_register_convert_to_raw): Update.
3473 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
3474 (ia64_register_convert_to_raw): Update.
3475 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
3476 (REGISTER_CONVERT_TO_VIRTUAL): Update.
3477 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
3478 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
3479 (alpha_register_convert_to_raw): Update.
3480
3481 2003-04-08 Andrew Cagney <cagney@redhat.com>
3482
3483 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
3484 * gdbarch.h, gdbarch.c: Re-generate.
3485 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
3486 (d10v_gdbarch_init): Do not set saved_pc_after_call.
3487 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
3488 conditionally, use frame_pc_unwind as an alternative. Add
3489 comments.
3490 * arch-utils.c (init_frame_pc_default): Only call
3491 SAVED_PC_AFTER_CALL when available.
3492
3493 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
3494
3495 * infrun.c (stop_soon): Rename from stop_soon_quietly.
3496 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
3497 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
3498 (start_remote): Ditto.
3499 (handle_inferior_event): Ditto.
3500 (save_inferior_status): Ditto.
3501 (restore_inferior_status): Ditto.
3502 * infcmd.c (attach_command): Ditto.
3503 * fork-child.c (startup_inferior): Ditto.
3504 * inferior.h (stop_soon): Rename from stop_soon_quietly.
3505 * alpha-tdep.c (heuristic_proc_start): Ditto.
3506 * mips-tdep.c (heuristic_proc_start): Ditto.
3507 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
3508 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
3509 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
3510 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
3511 * remote-vx.c (vx_create_inferior): Ditto.
3512
3513 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
3514
3515 * infrun.c (stop_soon_quietly): Make it an enum, to better
3516 override the default behavior of handle_inferior_event.
3517 (clear_proceed_status): Update uses of stop_soon_quietly to
3518 reflect that it is now an enum.
3519 (start_remote): Ditto.
3520 (handle_inferior_event): Change logic a bit if stop_soon_quietly
3521 is set to handle the new GNU/Linux kernel behavior for
3522 attach/sigstop. Update uses of stop_soon_quietly.
3523 * inferior.h (enum stop_kind): New enum.
3524 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
3525 Reset normal handle_inferior_event behavior, afterwards.
3526 * fork-child.c (startup_inferior): Update.
3527 * alpha-tdep.c (heuristic_proc_start): Update.
3528 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
3529 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
3530 * solib-osf.c (osf_solib_create_inferior_hook): Update.
3531 * solib-irix.c (irix_solib_create_inferior_hook): Update.
3532 * remote-vx.c (vx_create_inferior): Update.
3533 * mips-tdep.c (heuristic_proc_start): Update.
3534
3535 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
3536
3537 * disasm.c (dump_insns): Move variables inside loop, or they will
3538 be freed more than once, causing wild memory corruptions.
3539 (gdb_disassembly): Look for the substring "-thread",
3540 instead of "-threads" in the target name, to make sure to find
3541 the 'multi-thread' target. Also, make sure we do the right thing
3542 with the "core" target.
3543
3544 2003-04-07 Kevin Buettner <kevinb@redhat.com>
3545
3546 * mips-tdep.c (mips_print_fp_register): New function, created from
3547 do_fp_register_row(). Registers are now (also) printed as hex.
3548 Only one register is printed per row.
3549 (mips_print_register, do_fp_register_row): Print floating point
3550 registers with mips_print_fp_register().
3551
3552 2003-04-06 Andrew Cagney <cagney@redhat.com>
3553
3554 * valprint.h (inspect_it): Add extern declaration.
3555 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
3556 (selectors_info, classes_info): Ditto.
3557 (find_objc_msgcall): Fix indentation.
3558 (objc_printstr): Delete extern declarations.
3559
3560 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
3561
3562 2003-04-06 Andrew Cagney <cagney@redhat.com>
3563
3564 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
3565 Update comment.
3566 * frame.c (legacy_saved_regs_this_id): Update.
3567 (legacy_get_prev_frame): Update.
3568 * xstormy16-tdep.c: Update comment.
3569 * sparc-tdep.c (sparc_frame_chain): Update comment.
3570 * blockframe.c (legacy_frame_chain_valid): Update.
3571
3572 2003-04-06 Andrew Cagney <cagney@redhat.com>
3573
3574 * valprint.c (val_print_type_code_int): Delete #ifdef
3575 PRINT_TYPELESS_INTEGER code.
3576
3577 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
3578 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
3579 multi-arch definition.
3580 * gdbarch.h: Re-generate.
3581
3582 2003-04-05 Andrew Cagney <cagney@redhat.com>
3583
3584 Eliminate FRAME_FIND_SAVED_REGS.
3585 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
3586 Change FSR parameter to a pointer.
3587 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
3588 Assume FSR parameter is a pointer.
3589 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
3590 Make fsr a pointer.
3591 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
3592 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
3593 saved_regs a pointer.
3594 (hppa_frame_saved_pc): Ditto.
3595 (find_dummy_frame_regs): Make frame_saved_regs a pointer
3596 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
3597 pointer.
3598 (restore_pc_queue): Make fsr a pointer.
3599 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
3600 (hppa_frame_chain): Make saved_regs a pointer, call
3601 hppa_frame_init_saved_regs.
3602 * sparc-tdep.c: Include "gdb_assert.h".
3603 (sparc_frame_find_saved_regs): Replace internal_error with
3604 gdb_assert.
3605 * remote-vxsparc.c (vx_read_register): Delete reference to
3606 FRAME_FIND_SAVED_REGS.
3607 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
3608 * gdbarch.h: Regenerate.
3609 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
3610 (deprecated_get_frame_saved_regs): Delete declaration.
3611 (struct frame_saved_regs): Delete definition.
3612 * frame.c (deprecated_get_frame_saved_regs): Delete function.
3613 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
3614 (hppa_frame_find_saved_regs): Delete declaration.
3615 (FRAME_FIND_SAVED_REGS): Delete macro.
3616 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
3617 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
3618 FRAME_FIND_SAVED_REGS in comment.
3619
3620 2003-04-05 Andrew Cagney <cagney@redhat.com>
3621
3622 * frame.c (frame_func_unwind, get_frame_func): New functions.
3623 * frame.h (get_frame_func, frame_func_unwind): Declare.
3624 (struct frame_info): Add field "prev_func" for caching the
3625 previous frame's function address.
3626 * arm-tdep.c (arm_frameless_function_invocation): Combine
3627 get_pc_function_start and get_frame_pc into get_frame_func.
3628 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
3629 (sh64_nofp_frame_init_saved_regs): Ditto.
3630 * s390-tdep.c (s390_function_start): Ditto.
3631 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
3632 (rs6000_frameless_function_invocation): Ditto.
3633 (rs6000_frame_saved_pc): Ditto.
3634 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
3635 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
3636 * i386-tdep.c (i386_frameless_signal_p): Ditto.
3637 (i386_frame_init_saved_regs): Ditto.
3638 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
3639 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
3640 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
3641 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3642 * blockframe.c (frameless_look_for_prologue): Ditto.
3643
3644 2003-04-05 Andrew Cagney <cagney@redhat.com>
3645
3646 * frame.c (legacy_get_prev_frame): Link prev to next at the
3647 function start. Update comments.
3648
3649 2003-04-05 Andrew Cagney <cagney@redhat.com>
3650
3651 * frame.c (get_frame_id): Update comment.
3652 (legacy_get_prev_frame): Update comment.
3653 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
3654 * gdbarch.h: Regenerate.
3655 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
3656 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
3657
3658 2003-04-05 Andrew Cagney <cagney@redhat.com>
3659
3660 * stack.c (print_frame_info): Use get_frame_pc.
3661
3662 2003-04-04 Andrew Cagney <cagney@redhat.com>
3663
3664 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
3665 the frame's type from the unwinder.
3666 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
3667 (create_new_frame, legacy_get_prev_frame): When the unwinder's
3668 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
3669 (get_frame_base_address): Use get_frame_type.
3670 (get_frame_locals_address, get_frame_args_address): Ditto.
3671 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
3672 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
3673 (struct frame_info): Add comment explaining why the frame contains
3674 a "type" field.
3675 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
3676 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
3677 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
3678 NORMAL_FRAME.
3679 * frame-unwind.h: Include "frame.h".
3680 (struct frame_unwind): Add "type" field.
3681 * Makefile.in (frame_unwind_h): Add $(frame_h).
3682
3683 2003-04-04 Andrew Cagney <cagney@redhat.com>
3684
3685 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
3686 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
3687 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
3688 get_frame_base.
3689 (d10v_unwind_dummy_id): Use frame_id_build.
3690 * frame.c (find_frame_sal): Use get_frame_pc.
3691 (create_new_frame): Use deprecated_update_frame_pc_hack and
3692 deprecated_update_frame_base_hack.
3693 (create_sentinel_frame): Add comment about ->pc going away.
3694 (get_prev_frame): Add comment about ->pc going away.
3695 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
3696 frame_id_build, deprecated_update_frame_pc_hack and
3697 deprecated_update_frame_base_hack.
3698 (select_frame): Use get_frame_pc.
3699 (legacy_saved_regs_this_id): Use frame_id_build.
3700
3701 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
3702
3703 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
3704 signed integer case.
3705 (classify_argument): Handle enumerations and references.
3706
3707 2003-04-04 Andrew Cagney <cagney@redhat.com>
3708
3709 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
3710 ID to NULL.
3711
3712 2003-04-01 Adam Fedor <fedor@gnu.org>
3713
3714 * gdb/objc-lang.c (selectors_info): Replace calls to
3715 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
3716 SYMBOL_NATURAL_NAME.
3717 (classes_info, find_methods): Likewise.
3718
3719 2003-04-03 Kevin Buettner <kevinb@redhat.com>
3720
3721 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
3722 ``mach'' to the value determined by bfd_default_set_arch_mach().
3723
3724 2003-04-02 Bob Rossi <bob_rossi@cox.net>
3725
3726 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
3727 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
3728 (mi-cmd-file.o): Update dependencies.
3729
3730 2003-04-01 Kevin Buettner <kevinb@redhat.com>
3731
3732 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
3733 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
3734
3735 2003-04-01 Adam Fedor <fedor@gnu.org>
3736
3737 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
3738 * language.h (struct language_defn): Add la_demangle.
3739 (language_demangle): Declare.
3740 * language.c (language_demangle): New function.
3741 (unk_lang_demangle): Likewise.
3742 (unknown_language_defn, auto_language_defn, local_language_defn):
3743 Add ukn_lang_demangle.
3744 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
3745 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
3746 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
3747 (cplus_language_defn): Add cplus_demangle for la_demangle element.
3748 * jv-lang.c (java_demangle): New function
3749 (java_language_defn): Use it for la_demangle element.
3750 * objc-lang.c (objc_demangle): Add options argument
3751 (objc_language_defn): Use objc_demangle for la_demangle element.
3752 * maint.c (maintenance_demangle): Replace switch with
3753 call to language_demangle.
3754 * utils.c (fprintf_symbol_filtered): Likewise.
3755
3756 2003-04-01 Andrew Cagney <cagney@redhat.com>
3757
3758 * printcmd.c (print_frame_nameless_args): Delete #ifdef
3759 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
3760 PRINT_TYPELESS_INTEGER.
3761 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
3762 PUSH_RETURN_ADDRESS.
3763
3764 2003-04-01 Andrew Cagney <cagney@redhat.com>
3765
3766 * Makefile.in (d10v-tdep.o): Update dependencies.
3767 * d10v-tdep.c: Include "frame-base.h".
3768 (d10v_frame_unwind): Make constant.
3769 (d10v_frame_base_address): New function.
3770 (d10v_frame_base): New variable.
3771 (d10v_gdbarch_init): Set frame_base default.
3772 (struct d10v_unwind_cache): Add the field "prev_sp". Update
3773 comment for base.
3774 (d10v_frame_unwind_cache): Set and use "prev_sp".
3775 (d10v_frame_this_id): Use the previous frame's inner most stack
3776 address and this frame's func address for the frame ID. Use
3777 frame_id_build. Don't analyze beyond the current instruction.
3778
3779 2003-04-01 Andrew Cagney <cagney@redhat.com>
3780
3781 * frame.h (get_frame_locals_address, get_frame_args_address):
3782 Refer to the base address, instead of the address of the first
3783 local or parameter.
3784
3785 2003-04-01 Andrew Cagney <cagney@redhat.com>
3786
3787 Add frame debug info addresses:
3788 * frame-base.c: New file.
3789 * frame-base.h: New file.
3790 * frame.h (struct frame_base): Add opaque declaration.
3791 (get_frame_base): Update comment.
3792 (get_frame_base_address): Declare.
3793 (get_frame_locals_address): Declare.
3794 (get_frame_args_address): Declare.
3795 (struct frame_info): Add "base" and "base_cache". Update
3796 comments on the unwinder.
3797 * frame.c: Include "frame-base.h".
3798 (get_frame_locals_address): New function.
3799 (get_frame_base_address): New function.
3800 (get_frame_args_address): New function.
3801 * findvar.c (read_var_value): Use get_frame_locals_address and
3802 get_frame_args_address.
3803 * stack.c (frame_info): Use get_frame_locals_address and
3804 get_frame_args_address.
3805 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
3806 moved to "frame-base.c".
3807 * printcmd.c (print_frame_nameless_args): Ditto.
3808 * symtab.h (address_class): Update comments.
3809 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
3810 get_frame_base_address.
3811 * dwarf2expr.c (execute_stack_op): Ditto.
3812 * Makefile.in (frame_base_h): Define.
3813 (frame.o): Update dependencies.
3814 (frame-base.o): Add dependencies.
3815 (SFILES): Add frame-base.c.
3816 (COMMON_OBS): Add frame-base.o.
3817
3818 2003-04-01 Andrew Cagney <cagney@redhat.com>
3819
3820 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
3821 CALL_DUMMY_LENGTH): Ditto.
3822 * gdbarch.c: Re-generate.
3823 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
3824 (CALL_DUMMY_LENGTH): Delete macro.
3825 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
3826 * arm-tdep.c (arm_gdbarch_init): Ditto.
3827 * avr-tdep.c (avr_gdbarch_init): Ditto.
3828 * cris-tdep.c (cris_gdbarch_init): Ditto.
3829 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3830 * frv-tdep.c (frv_gdbarch_init): Ditto.
3831 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3832 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3833 * i386-tdep.c (i386_gdbarch_init): Ditto.
3834 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3835 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3836 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3837 * mips-tdep.c (mips_gdbarch_init): Ditto.
3838 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3839 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3840 * s390-tdep.c (s390_gdbarch_init): Ditto.
3841 * sh-tdep.c (sh_gdbarch_init): Ditto.
3842 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3843 * v850-tdep.c (v850_gdbarch_init): Ditto.
3844 * vax-tdep.c (vax_gdbarch_init): Ditto.
3845 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3846
3847 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
3848
3849 * frame.c (get_prev_frame): Disable call to inside_entry_file().
3850
3851 2003-04-01 Andrew Cagney <cagney@redhat.com>
3852
3853 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
3854 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3855 * gdbarch.h, gdbarch.c: Re-generate.
3856 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3857 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3858 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3859 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3860 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3861 * infcmd.c (run_stack_dummy): Simplify assuming
3862 CALL_DUMMY_BREAKPOINT_OFFSET_P.
3863 * infrun.c (handle_inferior_event): Ditto.
3864 * alpha-tdep.c (alpha_gdbarch_init): Do not set
3865 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
3866 * arm-tdep.c (arm_gdbarch_init): Ditto.
3867 * avr-tdep.c (avr_gdbarch_init): Ditto.
3868 * cris-tdep.c (cris_gdbarch_init): Ditto.
3869 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3870 * frv-tdep.c (frv_gdbarch_init): Ditto.
3871 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3872 * i386-tdep.c (i386_gdbarch_init): Ditto.
3873 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3874 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3875 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3876 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3877 * mips-tdep.c (mips_gdbarch_init): Ditto.
3878 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3879 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3880 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3881 * s390-tdep.c (s390_gdbarch_init): Ditto.
3882 * sh-tdep.c (sh_gdbarch_init): Ditto.
3883 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3884 * v850-tdep.c (v850_gdbarch_init): Ditto.
3885 * vax-tdep.c (vax_gdbarch_init): Ditto.
3886 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3887
3888 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
3889
3890 * symfile.c (symfile_relocate_debug_section): Update call to
3891 bfd_simple_get_relocated_section_contents.
3892
3893 2003-03-31 Andrew Cagney <cagney@redhat.com>
3894
3895 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
3896 * gdbarch.h, gdbarch.c: Regenerate.
3897 * inferior.h (FIX_CALL_DUMMY): Delete macro.
3898 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
3899 available.
3900 * frame.h (generic_fix_call_dummy): Delete declaration.
3901 * dummy-frame.h: Update comment.
3902 * dummy-frame.c (generic_fix_call_dummy): Delete function.
3903 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3904 fix_call_dummy.
3905 * sh-tdep.c (sh_gdbarch_init): Ditto.
3906 * s390-tdep.c (s390_gdbarch_init): Ditto.
3907 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3908 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3909 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3910 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3911 * i386-tdep.c (i386_gdbarch_init): Ditto.
3912 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3913 * frv-tdep.c (frv_gdbarch_init): Ditto.
3914 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3915 * cris-tdep.c (cris_gdbarch_init): Ditto.
3916 * avr-tdep.c (avr_gdbarch_init): Ditto.
3917 * arm-tdep.c (arm_gdbarch_init): Ditto.
3918
3919 2003-03-31 J. Brobecker <brobecker@gnat.com>
3920
3921 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
3922 (INIT_FRAME_AP): Likewise.
3923 (EXTRA_FRAME_INFO): Likewise.
3924
3925 2003-03-31 Andrew Cagney <cagney@redhat.com>
3926
3927 * gdbarch.sh: Include "symfile.h".
3928 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
3929 * gdbarch.h, gdbarch.c: Re-generate.
3930 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
3931 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3932 call_dummy_address, the default is at entry_point_address.
3933 * v850-tdep.c (v850_gdbarch_init): Ditto.
3934 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3935 * sh-tdep.c (sh_gdbarch_init): Ditto.
3936 * s390-tdep.c (s390_gdbarch_init): Ditto.
3937 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3938 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3939 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3940 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3941 * i386-tdep.c (i386_gdbarch_init): Ditto.
3942 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3943 * frv-tdep.c (frv_gdbarch_init): Ditto.
3944 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3945 * cris-tdep.c (cris_gdbarch_init): Ditto.
3946 * arm-tdep.c (arm_gdbarch_init): Ditto.
3947
3948 2003-03-31 Andrew Cagney <cagney@redhat.com>
3949
3950 * gdbarch.sh (CALL_DUMMY_P): Delete.
3951 * gdbarch.h, gdbarch.c: Re-generate.
3952 * inferior.h (CALL_DUMMY_P): Delete macro.
3953 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3954 * vax-tdep.c (vax_gdbarch_init): Update.
3955 * v850-tdep.c (v850_gdbarch_init): Update.
3956 * sparc-tdep.c (sparc_gdbarch_init): Update.
3957 * sh-tdep.c (sh_gdbarch_init): Update.
3958 * s390-tdep.c (s390_gdbarch_init): Update.
3959 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3960 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3961 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3962 * mips-tdep.c (mips_gdbarch_init): Update.
3963 * mcore-tdep.c (mcore_gdbarch_init): Update.
3964 * m68k-tdep.c (m68k_gdbarch_init): Update.
3965 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3966 * ia64-tdep.c (ia64_gdbarch_init): Update.
3967 * i386-tdep.c (i386_gdbarch_init): Update.
3968 * h8300-tdep.c (h8300_gdbarch_init): Update.
3969 * frv-tdep.c (frv_gdbarch_init): Update.
3970 * d10v-tdep.c (d10v_gdbarch_init): Update.
3971 * cris-tdep.c (cris_gdbarch_init): Update.
3972 * breakpoint.c (deprecated_frame_in_dummy): Update.
3973 * avr-tdep.c (avr_gdbarch_init): Update.
3974 * alpha-tdep.c (alpha_gdbarch_init): Update.
3975 * arm-tdep.c (arm_gdbarch_init): Update.
3976 * dummy-frame.c (dummy_frame_this_id): Update comments.
3977 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
3978 * frame.c (legacy_get_prev_frame): Ditto.
3979 * valops.c (call_function_by_hand): Delete function.
3980 (hand_function_call): Rename to call_function_by_hand
3981
3982 2003-03-30 Andrew Cagney <cagney@redhat.com>
3983
3984 2002-11-10 Klee Dienes <kdienes@apple.com>
3985 * value.h (struct value): Update comment.
3986
3987 2003-03-30 Andrew Cagney <cagney@redhat.com>
3988
3989 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
3990 D10V_FP_REGNUM.
3991 (d10v_gdbarch_init): Do not set fp_regnum.
3992
3993 * frame.c (get_frame_base): Force ID initialization.
3994 (get_prev_frame): Move computation of the frame ID from here ...
3995 (get_frame_id): ... to here.
3996 (legacy_get_prev_frame): Mark the frame ID as valid.
3997 * frame.h (struct frame_info): Add field "id_p".
3998
3999 2003-03-30 Mark Kettenis <kettenis@gnu.org>
4000
4001 * i386-tdep.c (i386_store_struct_return): Removed.
4002 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
4003
4004 2003-03-30 Andrew Cagney <cagney@redhat.com>
4005
4006 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
4007 * gdbarch.h, gdbarch.c: Regenerate.
4008 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
4009 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4010 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4011 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4012 * i386-tdep.c (i386_gdbarch_init): Ditto.
4013 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4014 * cris-tdep.c (cris_gdbarch_init): Ditto.
4015 * vax-tdep.c (vax_gdbarch_init): Ditto.
4016 * s390-tdep.c (s390_gdbarch_init): Ditto.
4017 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4018 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4019 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4020 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
4021 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
4022 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
4023 * sparc-tdep.c (sparc_gdbarch_init): Update.
4024 * sh-tdep.c (sh_gdbarch_init): Update.
4025 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4026 * mips-tdep.c (mips_gdbarch_init): Update.
4027 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4028 * ia64-tdep.c (ia64_gdbarch_init): Update.
4029 * frv-tdep.c (frv_gdbarch_init): Update.
4030 * avr-tdep.c (avr_gdbarch_init): Update.
4031 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
4032 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
4033 instead of when push_dummy_call is not available.
4034
4035 2003-03-30 Andrew Cagney <cagney@redhat.com>
4036
4037 * infttrace.c: Include "gdbthread.h".
4038 (parent_attach_all): Fix function signature.
4039 (call_ptrace): Update call.
4040 * Makefile.in (infttrace.o): Update dependencies.
4041
4042 2003-03-30 Andrew Cagney <cagney@redhat.com>
4043
4044 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
4045 PUSH_RETURN_ADDRESS.
4046 * gdbarch.h, gdbarch.c: Regenerate.
4047 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4048 * x86-64-tdep.c (x86_64_init_abi): Update.
4049 * v850-tdep.c (v850_gdbarch_init): Update.
4050 * sparc-tdep.c (sparc_gdbarch_init): Update.
4051 * sh-tdep.c (sh_gdbarch_init): Update.
4052 * s390-tdep.c (s390_gdbarch_init): Update.
4053 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4054 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4055 * mips-tdep.c (mips_gdbarch_init): Update.
4056 * mcore-tdep.c (mcore_gdbarch_init): Update.
4057 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4058 * ia64-tdep.c (ia64_gdbarch_init): Update.
4059 * i386-tdep.c (i386_gdbarch_init): Update.
4060 * h8300-tdep.c (h8300_gdbarch_init): Update.
4061 * frv-tdep.c (frv_gdbarch_init): Update.
4062 * cris-tdep.c (cris_gdbarch_init): Update.
4063 * avr-tdep.c (avr_gdbarch_init): Update.
4064 * arm-tdep.c (arm_gdbarch_init): Update.
4065 * valops.c (hand_function_call): Update.
4066
4067 2003-03-29 Andrew Cagney <cagney@redhat.com>
4068
4069 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
4070 sizeof_call_dummy_words.
4071 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
4072 define.
4073 * gdbarch.h: Regenerate.
4074
4075 2003-03-29 Andrew Cagney <cagney@redhat.com>
4076
4077 * infttrace.h: New file.
4078 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
4079 (hpread_get_textlow): Detect an uninitialized dn_bufp.
4080 (hpread_read_doc_function_type): Detect an initialized type1.
4081 (hpread_quick_traverse): Initialize mod_name_string.
4082 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
4083 (som_solib_get_solib_by_pc): Declare.
4084 (so_lib_thread_start_addr): Declare.
4085 (no_shared_libraries): Declare.
4086 * somread.c (init_import_symbols): Make static. Add forward
4087 declaration.
4088 * config/pa/nm-hppah.h: Include "infttrace.h" for
4089 parent_attach_all.
4090 (hppa_insert_hw_watchpoint): Declare.
4091 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
4092 * hppah-nat.c: Include "gdb_string.h".
4093 (parent_attach_all): Delete extern declaration, moved to
4094 "infttrace.h".
4095 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
4096 int.
4097 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
4098 * Makefile.in (infttrace_h): Define.
4099 (hpread.o): Update dependencies.
4100 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
4101 * hppa-hpux-tdep.c: Include "gdb_string.h".
4102 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
4103 * infrun.c (handle_inferior_event): Always initialize
4104 stepped_after_stopped_by_watchpoint. Add default and remove
4105 fallthrough in switch statement.
4106 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
4107 parameter to int.
4108 (hppa_remove_hw_watchpoint): Ditto.
4109
4110 2003-03-29 Andrew Cagney <cagney@redhat.com>
4111
4112 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
4113 offset.
4114
4115 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
4116
4117 * arm-tdep.c (arm_push_arguments): Delete.
4118 (struct stack_item): New type.
4119 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
4120 (arm_store_struct_return): Delte.
4121 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
4122 arm_push_arguments or arm_store_struct_return.
4123
4124 2003-03-28 Andrew Cagney <cagney@redhat.com>
4125
4126 * Makefile.in (d10v-tdep.o): Update dependencies.
4127 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
4128 * d10v-tdep.c: Include "remote.h".
4129 (target_resume_hook): Delete extern declaration.
4130 (target_wait_loop_hook): Ditto.
4131 (tdisassemble_command): Eliminate assignment in "if" conditional.
4132 (d10v_ts2_register_sim_regno): Eliminate call to
4133 legacy_register_sim_regno.
4134 (d10v_ts3_register_sim_regno): Ditto.
4135
4136 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
4137
4138 * thread.c: Reindented.
4139 * lin-lwp.c: Ditto.
4140 * linux-proc.c: Ditto.
4141
4142 2003-03-28 Bob Rossi <bob_rossi@cox.net>
4143
4144 * MAINTAINERS (write after approval): Add myself.
4145
4146 2003-03-27 Theodore A. Roth <troth@openavr.org>
4147
4148 * objc-exp.y: Add missing semi-colons.
4149
4150 2003-03-27 Andrew Cagney <cagney@redhat.com>
4151
4152 * regcache.c (write_sp): Delete function and references.
4153 * inferior.h (write_sp): Delete declaration.
4154 * valops.c (hand_function_call): Replace write_sp with
4155 TARGET_WRITE_SP.
4156 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
4157 (sparc_pop_frame): Ditto.
4158
4159 2003-03-27 Andrew Cagney <cagney@redhat.com>
4160
4161 * NEWS: Mention removal of support for hppa*-*-bsd* and
4162 hppa*-*-osf* natives, and hppa*-*-pro* target.
4163 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
4164 * config/pa/xm-pa.h: Obsolete file.
4165 * config/pa/xm-hppab.h: Obsolete file.
4166 * config/pa/nm-hppab.h: Obsolete file.
4167 * config/pa/tm-hppab.h: Obsolete file.
4168 * config/pa/tm-hppao.h: Obsolete file.
4169 * config/pa/nm-hppao.h: Obsolete file.
4170 * config/pa/tm-pro.h: Obsolete file.
4171 * config/pa/hppaosf.mt: Obsolete file.
4172 * config/pa/hppaosf.mh: Obsolete file.
4173 * config/pa/hppapro.mt: Obsolete file.
4174 * config/pa/hppabsd.mt: Obsolete file.
4175 * config/pa/hppabsd.mh: Obsolete file.
4176 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
4177 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
4178 hppa*-*-osf*.
4179
4180 2003-03-27 Andrew Cagney <cagney@redhat.com>
4181
4182 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
4183 push_arguments. Don't set push_return_address or write_sp.
4184 (d10v_push_dummy_call): Replace d10v_push_arguments.
4185 (d10v_push_return_address, d10v_write_sp): Delete function,
4186 handled by push_dummy_call.
4187
4188 2003-03-26 Andrew Cagney <cagney@redhat.com>
4189
4190 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
4191 (push_dummy_call): New pure multi-arch replacement with gdbarch,
4192 regcache and dummy_addr parameters.
4193 * gdbarch.h, gdbarch.c: Re-generate.
4194 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
4195 available; assume it will handle stack alignment and return
4196 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
4197 legacy_push_arguments.
4198 (legacy_push_arguments): Rename default_push_arguments.
4199 * value.h (legacy_push_arguments): Rename default_push_arguments.
4200 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
4201 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
4202 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
4203 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
4204 * config/i386/tm-symmetry.h: Update.
4205 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4206 * x86-64-tdep.c (x86_64_init_abi): Update.
4207 * v850-tdep.c (v850_gdbarch_init): Update.
4208 * sparc-tdep.c (sparc_gdbarch_init): Update.
4209 * sh-tdep.c (sh_gdbarch_init): Update.
4210 * s390-tdep.c (s390_gdbarch_init): Update.
4211 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4212 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4213 * mips-tdep.c (mips_gdbarch_init): Update.
4214 * mcore-tdep.c (mcore_gdbarch_init): Update.
4215 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4216 * ia64-tdep.c (ia64_gdbarch_init): Update.
4217 * i386-tdep.c (i386_gdbarch_init): Update.
4218 * hppa-tdep.c (hppa_gdbarch_init): Update.
4219 * h8300-tdep.c (h8300_gdbarch_init): Update.
4220 * frv-tdep.c (frv_gdbarch_init): Update.
4221 * d10v-tdep.c (d10v_gdbarch_init): Update.
4222 * cris-tdep.c (cris_gdbarch_init): Update.
4223 * avr-tdep.c (avr_gdbarch_init): Update.
4224 * arm-tdep.c (arm_gdbarch_init): Update.
4225 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4226 * alpha-tdep.c (alpha_gdbarch_init): Update.
4227
4228 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
4229
4230 * signals/signals.c (do_target_signal_to_host): Correct realtime
4231 signal range test.
4232
4233 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
4234
4235 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
4236 (struct sal_chain, map_catch_names): Remove.
4237 (catch_exception_command_1): Don't call
4238 handle_gnu_4_16_catch_command.
4239
4240 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
4241
4242 From Mark Dettinger <dettinge@de.ibm.com>:
4243 * dwarf2cfi.c (read_2u): Increment pointer by two.
4244
4245 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
4246
4247 * signals/signals.c: Fix typos in last change.
4248
4249 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
4250
4251 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
4252 not already defined. Use __SIGRTMIN if available.
4253 (target_signal_from_host): Remove SIGRTMIN block.
4254 (do_target_signal_to_host): Remove SIGRTMIN block; check that
4255 the signal is within the realtime range.
4256
4257 2003-03-25 Adam Fedor <fedor@gnu.org>
4258
4259 * Makefile.in (infrun.o): Add $(language_h)
4260 * infrun.c (handle_inferior_event): Use skip_language_trampoline
4261 for language specific trampolines.
4262 * language.h (struct language_defn): Add skip_trampoline.
4263 (skip_language_trampoline): Declare.
4264 * language.c (unk_lang_trampoline, skip_language_trampoline):
4265 New functions.
4266 (unknown_language_defn, auto_language_defn, local_language_defn):
4267 Add ukn_lang_trampoline.
4268 * ada-lang.c (ada_language_defn): Add NULL for language
4269 specific skip_trampoline.
4270 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
4271 scm-lang.c: Likewise.
4272 * objc-lang.c (objc_skip_trampoline): New function.
4273 (objc_language_defn): Add objc_skip_trampoline.
4274
4275 2003-03-25 Andrew Cagney <cagney@redhat.com>
4276
4277 * frame.c (get_prev_frame): Delay validating a frame's ID -
4278 non-NULL, didn't go backwards - until an attempt to unwind it to
4279 the previous frame.
4280
4281 2003-03-25 Andrew Cagney <cagney@redhat.com>
4282
4283 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
4284 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
4285 * gdbarch.h, gdbarch.c: Re-generate.
4286 * config/sparc/tm-sparc.h
4287 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
4288 * sparc-tdep.c (sparc_gdbarch_init): Set
4289 deprecated_extra_stack_alignment_needed.
4290 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
4291 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
4292 extra_stack_alignment_needed.
4293 * v850-tdep.c (v850_gdbarch_init): Ditto.
4294 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4295 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4296 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4297 * cris-tdep.c (cris_gdbarch_init): Ditto.
4298 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4299 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4300
4301 2003-03-25 Andrew Cagney <cagney@redhat.com>
4302
4303 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
4304 STORE_STRUCT_RETURN.
4305 * gdbarch.h, gdbarch.c: Regenerate.
4306 * d10v-tdep.c (d10v_store_struct_return): Delete function.
4307 (d10v_push_arguments): Set the struct return register.
4308 (d10v_gdbarch_init): Update.
4309 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4310 * x86-64-tdep.c (x86_64_init_abi): Update.
4311 * vax-tdep.c (vax_gdbarch_init): Update.
4312 * v850-tdep.c (v850_gdbarch_init): Update.
4313 * sparc-tdep.c (sparc_gdbarch_init): Update.
4314 * sh-tdep.c (sh_gdbarch_init): Update.
4315 * s390-tdep.c (s390_gdbarch_init): Update.
4316 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4317 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4318 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4319 * mips-tdep.c (mips_gdbarch_init): Update.
4320 * mcore-tdep.c (mcore_gdbarch_init): Update.
4321 * m68k-tdep.c (m68k_gdbarch_init): Update.
4322 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4323 * ia64-tdep.c (ia64_gdbarch_init): Update.
4324 * i386-tdep.c (i386_gdbarch_init): Update.
4325 * hppa-tdep.c (hppa_gdbarch_init): Update.
4326 * h8300-tdep.c (h8300_gdbarch_init): Update.
4327 * frv-tdep.c (frv_gdbarch_init): Update.
4328 * cris-tdep.c (cris_gdbarch_init): Update.
4329 * avr-tdep.c (avr_gdbarch_init): Update.
4330 * arm-tdep.c (arm_gdbarch_init): Update.
4331 * alpha-tdep.c (alpha_gdbarch_init): Update.
4332
4333 2003-03-25 Andrew Cagney <cagney@redhat.com>
4334
4335 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
4336 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
4337 CALL_DUMMY_STACK_ADJUST with a predicate variable.
4338 * gdbarch.h, gdbarch.c: Regenerate.
4339 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4340 call_dummy_stack_adjust_p.
4341 * vax-tdep.c (vax_gdbarch_init): Ditto.
4342 * v850-tdep.c (v850_gdbarch_init): Ditto.
4343 * sh-tdep.c (sh_gdbarch_init): Ditto.
4344 * s390-tdep.c (s390_gdbarch_init): Ditto.
4345 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4346 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4347 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4348 * mips-tdep.c (mips_gdbarch_init): Ditto.
4349 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4350 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4351 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4352 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4353 * i386-tdep.c (i386_gdbarch_init): Ditto.
4354 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4355 * frv-tdep.c (frv_gdbarch_init): Ditto.
4356 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4357 * cris-tdep.c (cris_gdbarch_init): Ditto.
4358 * avr-tdep.c (avr_gdbarch_init): Ditto.
4359 * arm-tdep.c (arm_gdbarch_init): Ditto.
4360 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4361 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
4362 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
4363 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
4364 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
4365 call_dummy_stack_adjust_p.
4366 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
4367 (CALL_DUMMY_STACK_ADJUST): Delete macro.
4368 * sparc-tdep.c (sparc32_push_arguments): Update.
4369 * valops.c (hand_function_call): Update.
4370
4371 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
4372
4373 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
4374 set_gdbarch_char_signed.
4375
4376 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
4377
4378 PR cli/548
4379 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
4380
4381 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
4382
4383 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
4384 (_initialize_arm_tdep): Don't set tm_print_insn.
4385
4386 2003-03-24 Adam Fedor <fedor@gnu.org>
4387
4388 * Makefile.in (YYOBJ): Add objc-exp.tab.o
4389 * objc-lang.h: Add multiple inclusion protection.
4390 (start_msglist, add_msglist, end_msglist): Additional declarations.
4391
4392 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
4393
4394 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
4395 value was renamed to ARM_FLOAT_SOFT_FPA.
4396
4397 2003-03-23 Andrew Cagney <cagney@redhat.com>
4398
4399 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
4400 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
4401 * gdbarch.h, gdbarch.c: Regenerate.
4402 * valops.c (hand_function_call): Update.
4403 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
4404 * frame.c (legacy_saved_regs_this_id): Update.
4405 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
4406 * dummy-frame.h: Update.
4407 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
4408 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
4409 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
4410 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
4411 * config/m68k/tm-sun3.h: Update.
4412 * blockframe.c (inside_main_func, frame_chain_valid): Update.
4413 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4414 * x86-64-tdep.c (x86_64_init_abi): Update.
4415 * vax-tdep.c (vax_gdbarch_init): Update.
4416 * v850-tdep.c (v850_gdbarch_init): Update.
4417 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
4418 * sh-tdep.c (sh_gdbarch_init): Update.
4419 * s390-tdep.c (s390_gdbarch_init): Update.
4420 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
4421 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
4422 (frame_get_saved_regs): Update.
4423 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4424 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4425 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4426 * mips-tdep.c (mips_gdbarch_init): Update.
4427 * mcore-tdep.c (mcore_gdbarch_init): Update.
4428 * m68k-tdep.c (m68k_gdbarch_init): Update.
4429 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4430 * ia64-tdep.c (ia64_gdbarch_init): Update.
4431 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
4432 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4433 (i386_interix_back_one_frame): Update.
4434 * hppa-tdep.c (hppa_gdbarch_init): Update.
4435 (hppa_init_extra_frame_info): Update.
4436 * h8300-tdep.c (h8300_gdbarch_init): Update.
4437 * frv-tdep.c (frv_gdbarch_init): Update.
4438 * cris-tdep.c (cris_gdbarch_init): Update.
4439 * avr-tdep.c (avr_gdbarch_init): Update.
4440 * arm-tdep.c (arm_gdbarch_init): Update.
4441 * alpha-tdep.c (alpha_gdbarch_init): Update.
4442
4443 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4444
4445 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
4446 (arm_get_fp_model): Declare.
4447 * arm-tdep.c (fp_model_strings): New string array.
4448 (arm_fp_model, current_fp_model): New variables.
4449 (arm_get_fp_model): New function.
4450 (arm_set_fp): New function.
4451 (set_fp_model_sfunc): New function.
4452 (show_fp_model): New function.
4453 (_initialize_arm_tdep): Add new command to set/show the FPU.
4454 (arm_extract_return_value): Use arm_get_fp_model.
4455 (arm_store_return_value): Likewise.
4456 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
4457 to initialize the floating-point data types.
4458 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
4459 model is FPA.
4460
4461 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4462
4463 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
4464 the current setting of each value.
4465 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
4466 new_set and new_show. Use add_setshow_cmd_full and
4467 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
4468 commands and add new version as subcommands of "set/show arm".
4469
4470 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4471
4472 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
4473 (set_arm_command, show_arm_command): New functions.
4474 (_initialize_arm_tdep): Add them.
4475 (num_disassembly_options): Renamed from num_flavor_options.
4476 (valid_disassembly_styles): Renamed from valid_flavors.
4477 (disassembly_style): Renamed from disassembly_flavor.
4478 (set_disassembly_style_sfunc): Renamed from
4479 set_disassembly_flavor_sfunc.
4480 (set_disassembly_style): Renamed from set_disassembly_flavor.
4481 (arm_othernames): Updated.
4482 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
4483 command. Add "set/show arm disassembly" commands. Deprecate
4484 "othernames" command.
4485
4486 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4487
4488 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
4489 (arm-tdep.o): Depend on elf_arm_h.
4490
4491 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4492
4493 * Makefile.in (coff_internal_h): Define.
4494 (arm-tdep.o): Update dependencies.
4495
4496 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4497
4498 * arm-tdep.c (prologue_cache): Delete.
4499 (check_prologue_cache, save_prologue_cache): Delete.
4500 (arm_scan_prologue): Don't check or update the prologue_cache.
4501 (arm_gdb_arch_init): Don't initialize it.
4502 (_initialize_arm_tdep): Likewise.
4503
4504 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
4505
4506 * MAINTAINERS (tui): Maintainer of tui code.
4507
4508 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
4509
4510 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
4511 (i386-cygwin-tdep.o): Add dependencies.
4512 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
4513 * i386-cygwin-tdep.c: New file.
4514 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
4515 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
4516
4517 2003-03-20 Andrew Cagney <cagney@redhat.com>
4518
4519 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
4520 (handle_inferior_event): Remove code calling
4521 DYNAMIC_TRAMPOLINE_NEXTPC.
4522
4523 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
4524 already has a full path.
4525
4526 * main.c (gdb_main): Return 1.
4527 (captured_main): Call error to report an invalid interpreter.
4528
4529 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
4530 * alpha-osf1-tdep.c: Include "gdb_string.h".
4531
4532 2003-03-19 J. Brobecker <brobecker@gnat.com>
4533
4534 Continuing work to convert the hppa targets to multiarch partial.
4535
4536 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
4537 method, now that hppa_push_dummy_frame has a conformant prototype.
4538 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
4539 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
4540 for the switch to multiarch partial.
4541
4542 2003-03-19 Kevin Buettner <kevinb@redhat.com>
4543
4544 * mdebugread.c (parse_symbol): For stEnd, we're done counting
4545 when iss is issNull.
4546
4547 2003-03-18 Kevin Buettner <kevinb@redhat.com>
4548
4549 * mips-tdep.c (mips_register_name): Fix fencepost error involving
4550 NUM_REGS bounds check.
4551
4552 2003-03-18 Kevin Buettner <kevinb@redhat.com>
4553
4554 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
4555 * mips-tdep.c (gdb_assert.h): Include.
4556 (mips_generic_reg_names, mips_processor_reg_names): Make static.
4557 (mips_register_name): Handle integer registers explicitly. Add
4558 bounds checking.
4559 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
4560 (mips_lsi33k_reg_names): Don't list integer registers; they're
4561 handled by mips_register_name() now.
4562 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
4563 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
4564 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
4565 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
4566 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
4567
4568 2003-03-18 Andrew Cagney <cagney@redhat.com>
4569
4570 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
4571 a void pointer.
4572 * gdbtypes.h (print_scalar_formatted): Update declaration.
4573 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
4574
4575 2003-03-18 J. Brobecker <brobecker@gnat.com>
4576
4577 * infrun.c (observer.h): Add #include.
4578 (normal_stop): Add call to observer_notify_normal_stop.
4579 * Makefile.in (infrun.o): Add dependency on observer.h.
4580
4581 2003-03-18 J. Brobecker <brobecker@gnat.com>
4582
4583 Continuing work to convert the hppa targets to multiarch partial.
4584 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
4585 parameter. Reformat comment.
4586 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
4587 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
4588 to match new profile.
4589
4590 2003-03-18 J. Brobecker <brobecker@gnat.com>
4591
4592 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
4593 appear to be working in any case.
4594
4595 2003-03-18 J. Brobecker <brobecker@gnat.com>
4596
4597 * observer.c (observer_test_first_observer): New static variable.
4598 (observer_test_second_observer): Likewise.
4599 (observer_test_third_observer): Likewise.
4600 (observer_test_first_notification_function): New static function.
4601 (observer_test_second_notification_function): Likewise.
4602 (observer_test_third_notification_function): Likewise.
4603
4604 2003-03-17 J. Brobecker <brobecker@gnat.com>
4605
4606 * hppa-tdep.c (gdb_assert.h): Add missing #include.
4607 * somsolib.c (gdb_assert.h): Likewise.
4608 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
4609 (somsolib.o): Likewise.
4610
4611 2003-03-17 Andrew Cagney <cagney@redhat.com>
4612
4613 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
4614 BFD. Simplify setting of di.endian.
4615
4616 2003-03-17 Andrew Cagney <cagney@redhat.com>
4617
4618 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
4619 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
4620
4621 From Elena Zannoni <ezannoni@redhat.com>
4622 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
4623 vector and floating-point parameters.
4624 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
4625 convention.
4626 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
4627
4628 2003-03-17 Fernando Nasser <fnasser@redhat.com>
4629
4630 * MAINTAINERS: Remove my name from several maintainership roles.
4631
4632 2003-03-17 Andrew Cagney <cagney@redhat.com>
4633
4634 Fix frame off-by-one bug.
4635 * frame-unwind.h (frame_this_id_ftype): Replace
4636 frame_unwind_id_ftype.
4637 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
4638 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
4639 with "prev_register".
4640 * frame-unwind.c (frame_unwind_find_by_pc): Return
4641 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
4642 comment.
4643 * dummy-frame.c (cached_find_dummy_frame): Delete function.
4644 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
4645 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
4646 (dummy_frame_unwind): Update.
4647 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4648 sentinel_frame_register_unwind.
4649 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
4650 (sentinel_frame_unwinder): Update.
4651 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
4652 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
4653 * frame.c (create_sentinel_frame): Update. Initialize
4654 "prologue_cache" instead of "unwind_cache".
4655 (frame_register_unwind): Call this frame's prev_register with the
4656 next frame and this frame's prologue cache.
4657 (get_prev_frame): Simplify. Always call prev frame's this_id with
4658 this frame and prev frame's prologue cache. Document that this
4659 call is shifted one to the left when compared to the
4660 frame_register_unwind call.
4661 (legacy_saved_regs_prev_register): Replace
4662 frame_saved_regs_register_unwind.
4663 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
4664 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
4665 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
4666 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
4667 (d10v_frame_unwind): Update.
4668 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
4669 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
4670 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
4671 "saved_regs" with "this_saved_regs".
4672
4673 2003-03-16 Andrew Cagney <cagney@redhat.com>
4674
4675 * frame.c (frame_pop): Don't call target_store_registers. Fix
4676 problem reported by Mark Kettenis.
4677
4678 2003-03-16 Mark Kettenis <kettenis@gnu.org>
4679
4680 * i386-tdep.c (i386_register_type): Renamed from
4681 i386_register_virtual_type. Adjust function signature.
4682 (i386_gdbarch_init): Set register_type instead of
4683 deprecated_max_register_raw_size,
4684 deprecated_max_register_virtual_size and register_virtual_type.
4685
4686 2003-03-14 Andrew Cagney <cagney@redhat.com>
4687
4688 * frame.c (get_prev_frame): When a legacy frame, always call
4689 legacy_get_prev_frame. Simplify unwind code using assumption that
4690 the unwinder is new.
4691 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
4692 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
4693 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
4694
4695 2003-03-14 Andrew Cagney <cagney@redhat.com>
4696
4697 * frame.c (get_saved_register): Delete function.
4698 * frame.h (get_saved_register): Delete declaration.
4699 * xstormy16-tdep.c: Update comment.
4700 * regcache.h: Update comments.
4701 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
4702 get_saved_register and extract_address, use
4703 frame_read_unsigned_register.
4704 (sparc_frame_saved_pc): Ditto.
4705 (sparc_get_saved_register): Instead of get_saved_register, use
4706 frame_register.
4707 (sparc_pop_frame): Ditto.
4708 * findvar.c: Update comments.
4709 (value_of_register): Call frame_register instead of
4710 get_saved_register.
4711 (value_from_register): Ditto.
4712 * config/sparc/tm-sparc.h: Update comment.
4713 * breakpoint.c: Update comment.
4714
4715 2003-03-14 Andrew Cagney <cagney@redhat.com>
4716
4717 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
4718 GET_SAVED_REGISTER.
4719 * gdbarch.h, gdbarch.c: Re-generate.
4720 * frame.h: Update comments.
4721 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4722 * x86-64-tdep.c (x86_64_init_abi): Update.
4723 * sparc-tdep.c (sparc_gdbarch_init): Update.
4724 * sh-tdep.c (sh_gdbarch_init): Update.
4725 * mips-tdep.c (mips_gdbarch_init): Update.
4726 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4727 * cris-tdep.c (cris_gdbarch_init): Update.
4728 * ia64-tdep.c (ia64_gdbarch_init): Update.
4729 * frame.c (frame_register): Update.
4730 (get_saved_register): Update.
4731 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
4732
4733 2003-03-13 Andrew Cagney <cagney@redhat.com>
4734
4735 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
4736 * gdbarch.h, gdbarch.c: Regenerate.
4737 * valops.c (hand_function_call): Update comment.
4738 * stack.c (return_command): Update comment.
4739 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
4740 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
4741 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4742 * x86-64-tdep.c (x86_64_init_abi): Update.
4743 * vax-tdep.c (vax_gdbarch_init): Update.
4744 * v850-tdep.c (v850_gdbarch_init): Update.
4745 * sparc-tdep.c (sparc_gdbarch_init): Update.
4746 * sh-tdep.c (sh_gdbarch_init): Update.
4747 * s390-tdep.c (s390_gdbarch_init): Update.
4748 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4749 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4750 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4751 * mips-tdep.c (mips_gdbarch_init): Update.
4752 * mcore-tdep.c (mcore_gdbarch_init): Update.
4753 * m68k-tdep.c (m68k_gdbarch_init): Update.
4754 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4755 * ia64-tdep.c (ia64_gdbarch_init): Update.
4756 * i386-tdep.c (i386_gdbarch_init): Update.
4757 * hppa-tdep.c (hppa_gdbarch_init): Update.
4758 * h8300-tdep.c (h8300_gdbarch_init): Update.
4759 * frv-tdep.c (frv_gdbarch_init): Update.
4760 * cris-tdep.c (cris_gdbarch_init): Update.
4761 * avr-tdep.c (avr_gdbarch_init): Update.
4762 * arm-tdep.c (arm_gdbarch_init): Update.
4763 * alpha-tdep.c (alpha_gdbarch_init): Update.
4764
4765 2003-03-13 Andrew Cagney <cagney@redhat.com>
4766
4767 * frame.c (legacy_frame_p): New function.
4768 (get_prev_frame): Use legacy_frame_p.
4769 * frame.h (legacy_frame_p): Declare.
4770
4771 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
4772
4773 * MAINTAINERS (write after approval): Alphabetically
4774 listing corrected.
4775
4776 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
4777
4778 * MAINTAINERS (write after approval): Add myself.
4779
4780 2003-03-12 Andrew Cagney <cagney@redhat.com>
4781
4782 * frame.c (get_prev_frame): Rename the frame parameter to
4783 "this_frame".
4784 (get_next_frame, legacy_get_prev_frame): Ditto.
4785
4786 2003-03-12 Andrew Cagney <cagney@redhat.com>
4787
4788 * frame.c (get_current_frame): Check target_has_registers before
4789 checking target_has_stack.
4790 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
4791 instead of deprecated_selected_frame.
4792 * findvar.c (value_of_register): Pass "frame", not
4793 deprecated_selected_frame, to value_of_builtin_reg.
4794
4795 2003-03-12 Andrew Cagney <cagney@redhat.com>
4796
4797 * regcache.c (regcache_cooked_write_signed): New function.
4798 (regcache_cooked_write_unsigned): New function.
4799 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
4800 (regcache_cooked_read_signed): Fix regnum in range assertion.
4801 * regcache.h (regcache_cooked_write_signed): Declare.
4802 (regcache_cooked_write_unsigned): Declare.
4803
4804 2003-03-12 Andrew Cagney <cagney@redhat.com>
4805
4806 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
4807 * gdbarch.h, gdbarch.c: Re-generate.
4808 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4809 * x86-64-tdep.h: Update.
4810 * x86-64-tdep.c (x86_64_init_abi): Update.
4811 * v850-tdep.c (v850_gdbarch_init): Update.
4812 * sparc-tdep.c (sparc_gdbarch_init): Update.
4813 * sh-tdep.c (sh_gdbarch_init): Update.
4814 * s390-tdep.c (s390_gdbarch_init): Update.
4815 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4816 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4817 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4818 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4819 * mips-tdep.c (mips_gdbarch_init): Update.
4820 * mcore-tdep.c (mcore_gdbarch_init): Update.
4821 * m68k-tdep.c (m68k_gdbarch_init): Update.
4822 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4823 * ia64-tdep.c (ia64_gdbarch_init): Update.
4824 * i386-tdep.c (i386_gdbarch_init): Update.
4825 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4826 * hppa-tdep.c (hppa_gdbarch_init): Update.
4827 * h8300-tdep.c (h8300_gdbarch_init): Update.
4828 * frv-tdep.c (frv_gdbarch_init): Update.
4829 * cris-tdep.c (cris_gdbarch_init): Update.
4830 * avr-tdep.c (avr_gdbarch_init): Update.
4831 * arm-tdep.c (arm_gdbarch_init): Update.
4832 * alpha-tdep.c (alpha_gdbarch_init): Update.
4833 * sh-tdep.c (sh_init_extra_frame_info): Update.
4834 (sh64_init_extra_frame_info): Update.
4835 * ns32knbsd-nat.c (frame_num_args): Update.
4836 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
4837 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
4838 (xstormy16_frame_chain_valid): Update.
4839 * vax-tdep.c (vax_saved_pc_after_call): Update.
4840 * v850-tdep.c (v850_frame_chain): Update.
4841 (v850_pop_frame): Update.
4842 (v850_init_extra_frame_info): Update.
4843 * sparc-tdep.c (setup_arbitrary_frame): Update.
4844 * ns32k-tdep.c (umax_frame_num_args): Update.
4845 * s390-tdep.c (s390_pop_frame_regular): Update.
4846 * mn10300-tdep.c (mn10300_frame_chain): Update.
4847 (mn10300_pop_frame_regular): Update.
4848 (mn10300_init_extra_frame_info): Update.
4849 * mips-tdep.c (mips_init_frame_pc_first): Update.
4850 (mips_frame_chain): Update.
4851 (mips_pop_frame): Update.
4852 * mcore-tdep.c (mcore_frame_chain): Update.
4853 (mcore_pop_frame): Update.
4854 (mcore_init_extra_frame_info): Update.
4855 * arch-utils.c (init_frame_pc_default): Update.
4856 * m68k-tdep.c (isi_frame_num_args): Update.
4857 (delta68_frame_num_args): Update.
4858 (news_frame_num_args): Update.
4859 * ia64-tdep.c (ia64_pop_frame_regular): Update.
4860 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
4861 (alpha_frame_chain): Update.
4862 (alpha_pop_frame): Update.
4863 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
4864 (hppa_init_extra_frame_info): Update.
4865 (hppa_frame_chain): Update.
4866 (hppa_frame_chain_valid): Update.
4867 * cris-tdep.c (cris_init_extra_frame_info): Update.
4868 * avr-tdep.c (avr_init_extra_frame_info): Update.
4869 * arm-tdep.c (arm_frame_chain_valid): Update.
4870 (arm_init_extra_frame_info): Update.
4871 (arm_pop_frame): Update.
4872 * frame.c (frame_pc_unwind): Update.
4873 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
4874 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4875 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4876 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
4877 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
4878 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
4879
4880 2003-03-12 Andrew Cagney <cagney@redhat.com>
4881
4882 Eliminate the need for POP_FRAME.
4883 * frame.c (do_frame_unwind_register): New function.
4884 (frame_pop): When no POP_FRAME, pop the frame using register
4885 unwind and a scratch regcache.
4886 (frame_saved_regs_pop): Delete function.
4887 (trad_frame_unwinder): Update.
4888 * d10v-tdep.c (d10v_frame_pop): Delete function.
4889 (d10v_frame_unwind): Update.
4890 * sentinel-frame.c (sentinel_frame_pop): Delete function.
4891 (sentinel_frame_unwinder): Update.
4892 * dummy-frame.c (dummy_frame_pop): Delete function.
4893 (dummy_frame_unwind): Update.
4894 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
4895 (struct frame_unwind): Update.
4896
4897 2003-03-11 Kevin Buettner <kevinb@redhat.com>
4898
4899 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
4900 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
4901 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
4902 Do range checks on register number obtained from debugging info.
4903 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
4904 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
4905 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
4906 mapping function.
4907 (do_fp_register_row): Fix typo which caused double type to be
4908 used when attempting to unpack a float.
4909
4910 2003-03-11 J. Brobecker <brobecker@gnat.com>
4911
4912 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
4913
4914 2003-03-11 Andrew Cagney <cagney@redhat.com>
4915
4916 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
4917 frame. Problem found by Corinna Vinschen.
4918
4919 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
4920
4921 * doublest.c (floatformat_from_length): Accept also
4922 the real size of 'long double' type.
4923
4924 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
4925
4926 From Klee Dienes <kdienes@apple.com>:
4927 * breakpoint.c (bpstat_copy): Copy the command lines as well
4928 as the old value, to match what is freed in bpstat_clear.
4929
4930 2003-03-10 David Carlton <carlton@math.stanford.edu>
4931
4932 * minsyms.c (add_minsym_to_hash_table): Replace
4933 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4934 (compare_minimal_symbols, compact_minimal_symbols)
4935 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
4936 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
4937 of DEPRECATED_SYMBOL_MATCHES_NAME.
4938 (lookup_minimal_symbol_solib_trampoline): Ditto.
4939
4940 2003-03-10 Andrew Cagney <cagney@redhat.com>
4941
4942 * regcache.h (regcache_cooked_read_ftype): Define.
4943 (regcache_save, regcache_restore): Add a cooked_read parameter.
4944 * regcache.c (regcache_save, regcache_restore): Update.
4945 (do_cooked_read): New function.
4946 (regcache_cpy): Pass do_cooked_read to regcache_save and
4947 regcache_restore.
4948
4949 2003-03-10 Andrew Cagney <cagney@redhat.com>
4950
4951 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
4952 * gdbarch.h, gdbarch.c: Re-generate.
4953 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4954 * x86-64-tdep.h: Update.
4955 * x86-64-tdep.c (x86_64_init_abi): Update.
4956 * v850-tdep.c (v850_gdbarch_init): Update.
4957 * sparc-tdep.c (sparc_gdbarch_init): Update.
4958 * sh-tdep.c (sh_gdbarch_init): Update.
4959 * s390-tdep.c (s390_gdbarch_init): Update.
4960 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4961 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4962 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4963 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4964 * mips-tdep.c (mips_gdbarch_init): Update.
4965 * mcore-tdep.c (mcore_gdbarch_init): Update.
4966 * m68k-tdep.c (m68k_gdbarch_init): Update.
4967 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4968 * ia64-tdep.c (ia64_gdbarch_init): Update.
4969 * i386-tdep.c (i386_gdbarch_init): Update.
4970 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4971 * hppa-tdep.c (hppa_gdbarch_init): Update.
4972 * h8300-tdep.c (h8300_gdbarch_init): Update.
4973 * frv-tdep.c (frv_gdbarch_init): Update.
4974 * cris-tdep.c (cris_gdbarch_init): Update.
4975 * avr-tdep.c (avr_gdbarch_init): Update.
4976 * arm-tdep.c (arm_gdbarch_init): Update.
4977 * alpha-tdep.c (alpha_gdbarch_init): Update.
4978 * sh-tdep.c (sh_init_extra_frame_info): Update.
4979 (sh64_init_extra_frame_info): Update.
4980 * ns32knbsd-nat.c (frame_num_args): Update.
4981 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
4982 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
4983 (xstormy16_frame_chain_valid): Update.
4984 * vax-tdep.c (vax_saved_pc_after_call): Update.
4985 * v850-tdep.c (v850_frame_chain): Update.
4986 (v850_pop_frame): Update.
4987 (v850_init_extra_frame_info): Update.
4988 * sparc-tdep.c (setup_arbitrary_frame): Update.
4989 * ns32k-tdep.c (umax_frame_num_args): Update.
4990 * s390-tdep.c (s390_pop_frame_regular): Update.
4991 * mn10300-tdep.c (mn10300_frame_chain): Update.
4992 (mn10300_pop_frame_regular): Update.
4993 (mn10300_init_extra_frame_info): Update.
4994 * mips-tdep.c (mips_init_frame_pc_first): Update.
4995 (mips_frame_chain): Update.
4996 (mips_pop_frame): Update.
4997 * mcore-tdep.c (mcore_frame_chain): Update.
4998 (mcore_pop_frame): Update.
4999 (mcore_init_extra_frame_info): Update.
5000 * arch-utils.c (init_frame_pc_default): Update.
5001 * m68k-tdep.c (isi_frame_num_args): Update.
5002 (delta68_frame_num_args): Update.
5003 (news_frame_num_args): Update.
5004 * ia64-tdep.c (ia64_pop_frame_regular): Update.
5005 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5006 (alpha_frame_chain): Update.
5007 (alpha_pop_frame): Update.
5008 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
5009 (hppa_init_extra_frame_info): Update.
5010 (hppa_frame_chain): Update.
5011 (hppa_frame_chain_valid): Update.
5012 * cris-tdep.c (cris_init_extra_frame_info): Update.
5013 * avr-tdep.c (avr_init_extra_frame_info): Update.
5014 * arm-tdep.c (arm_frame_chain_valid): Update.
5015 (arm_init_extra_frame_info): Update.
5016 (arm_pop_frame): Update.
5017 * frame.c (frame_pc_unwind): Update.
5018 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
5019 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5020 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5021 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
5022 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
5023 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
5024
5025 2003-03-10 Andrew Cagney <cagney@redhat.com>
5026
5027 * gdbarch.sh (gdbarch_unwind_pc): New method.
5028 * gdbarch.h, gdbarch.c: Regenerate.
5029 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
5030 but use read_pc and FRAME_SAVED_PC as fall backs.
5031 (frame_saved_regs_pc_unwind): Delete function.
5032 (trad_frame_unwinder): Update.
5033 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
5034 (struct frame_unwind): Update.
5035 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
5036 (dummy_frame_unwind): Update.
5037 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
5038 (sentinel_frame_unwinder): Update.
5039 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
5040 (d10v_frame_unwind): Update.
5041 (d10v_unwind_pc): New function.
5042 (d10v_gdbarch_init): Set unwind_pc.
5043
5044 2003-03-10 Andrew Cagney <cagney@redhat.com>
5045
5046 * gdbarch.h: Re-generate.
5047
5048 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
5049 PC.
5050 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
5051 the PC register.
5052
5053 2003-03-08 Mark Kettenis <kettenis@gnu.org>
5054
5055 * gdbarch.sh (save_dummy_frame_tos): Add comment.
5056
5057 2003-03-08 Andrew Cagney <cagney@redhat.com>
5058
5059 * cli-out.c: Update copyright.
5060 (cli_out_data): Define typedef. Use instead of ui_out_data.
5061
5062 2003-03-08 Andrew Cagney <cagney@redhat.com>
5063
5064 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
5065 the result.
5066
5067 2003-03-07 Andrew Cagney <cagney@redhat.com>
5068
5069 * gdbarch.sh: Don't generate two macro definitions when an
5070 undefined macro taking no arguments.
5071 * gdbarch.h: Regenerate.
5072
5073 2002-03-07 Michal Ludvig <mludvig@suse.cz>
5074
5075 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
5076 (x86_64_unwind_dummy_id): New functions.
5077 (x86_64_init_abi): Register these two new functions.
5078
5079 2003-03-07 Michal Ludvig <mludvig@suse.cz>
5080
5081 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
5082 (x86_64_skip_prologue): Move prologue detection to
5083 separate function.
5084 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
5085
5086 2003-03-05 Andrew Cagney <cagney@redhat.com>
5087
5088 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
5089 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
5090 * frame.c (get_prev_frame): Restructure the frame ID unwind code
5091 to use unwind_dummy_id when a dummy frame.
5092 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
5093 predicate.
5094 * gdbarch.h, gdbarch.c: Regneerate.
5095
5096 2003-03-05 Andrew Cagney <cagney@redhat.com>
5097
5098 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
5099 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
5100 Do not use d10v_read_sp or d10v_read_fp when obtaining register
5101 values.
5102
5103 2003-03-05 Andrew Cagney <cagney@redhat.com>
5104
5105 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
5106 (struct d10v_unwind_cache): Delete field "frameless". Replace
5107 "next_addr" with "sp_offset". Add "r11_offset".
5108 (d10v_frame_unwind_cache): Update.
5109 (prologue_find_regs): Update. When "mv r11, sp", save the
5110 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
5111 RN was saved in r11_offset.
5112
5113 2003-03-05 Andrew Cagney <cagney@redhat.com>
5114
5115 * frame.c (deprecated_update_frame_pc_hack): Also update the the
5116 cached PC value in the next frame.
5117
5118 2003-03-05 Andrew Cagney <cagney@redhat.com>
5119
5120 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
5121 "id_unwind_cache" with "id".
5122 (frame_id_unwind): Delete declaration.
5123 * frame.c (frame_id_unwind): Delete function.
5124 (get_prev_frame): Call the frame id unwind method directly. Store
5125 the returned next frame's ID value in NEXT_FRAME. Note that there
5126 is a problem with the wrong unwind ID being called with the wrong
5127 unwind cache.
5128
5129 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
5130
5131 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
5132
5133 2003-03-05 James Ingham <jingham@apple.com>
5134 Daniel Jacobowitz <drow@mvista.com>
5135
5136 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
5137 (auto_cp_abi): New variable.
5138 (current_cp_abi, num_cp_abis): Make static.
5139 (CP_ABI_MAX): Define.
5140 (cp_abis): Turn into an array.
5141 (value_virtual_fn_field): Fix formatting.
5142 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
5143 takes a pointer.
5144 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
5145 (list_cp_abis, _initialize_cp_abi): New functions.
5146 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
5147 declarations for cp_abis, num_cp_abis, current_cp_abi, and
5148 switch_to_cp_abi. Update prototype for register_cp_abi.
5149 * Makefile.in (cp-abi.o): Update dependencies.
5150 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
5151 instead of switch_to_cp_abi.
5152 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
5153 register_cp_abi.
5154 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
5155 register_cp_abi.
5156 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
5157
5158 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
5159
5160 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
5161 * dwarf2loc.c: Include "regcache.h".
5162 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
5163 register_size.
5164 * Makefile.in (dwarf2loc.o): Update dependencies.
5165
5166 2003-03-04 Theodore A. Roth <troth@openavr.org>
5167
5168 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
5169 number of io registers reported by remote target is not a multiple of
5170 step.
5171
5172 2003-03-04 David Carlton <carlton@math.stanford.edu>
5173
5174 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
5175 (lookup_symbol_aux_psymtabs): Update call to
5176 lookup_partial_symbol.
5177 (lookup_transparent_type, find_main_psymtab)
5178 (make_symbol_overload_list): Ditto.
5179
5180 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
5181
5182 * MAINTAINERS (Write after approval): Update my email address.
5183
5184 2003-03-03 Andrew Cagney <cagney@redhat.com>
5185
5186 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
5187 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
5188 predicate. Replace MAX_REGISTER_RAW_SIZE.
5189 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
5190 MAX_REGISTER_VIRTUAL_SIZE.
5191 * regcache.c (legacy_max_register_raw_size): New function.
5192 (legacy_max_register_virtual_size): New function.
5193 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
5194 (MAX_REGISTER_RAW_SIZE): Define.
5195 (legacy_max_register_raw_size): Declare.
5196 (legacy_max_register_virtual_size): Declare.
5197 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5198 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
5199 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5200 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
5201 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5202 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
5203 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
5204 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
5205 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
5206 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5207 * vax-tdep.c (vax_gdbarch_init): Update.
5208 * v850-tdep.c (v850_gdbarch_init): Update.
5209 * sparc-tdep.c (sparc_gdbarch_init): Update.
5210 * sh-tdep.c (sh_gdbarch_init): Update.
5211 * s390-tdep.c (s390_gdbarch_init): Update.
5212 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5213 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5214 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5215 * mips-tdep.c (mips_gdbarch_init): Update.
5216 * mcore-tdep.c (mcore_gdbarch_init): Update.
5217 * m68k-tdep.c (m68k_gdbarch_init): Update.
5218 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5219 * ia64-tdep.c (ia64_gdbarch_init): Update.
5220 * i386-tdep.c (i386_gdbarch_init): Update.
5221 * hppa-tdep.c (hppa_gdbarch_init): Update.
5222 * h8300-tdep.c (h8300_gdbarch_init): Update.
5223 * frv-tdep.c (frv_gdbarch_init): Update.
5224 * cris-tdep.c (cris_gdbarch_init): Update.
5225 * avr-tdep.c (avr_gdbarch_init): Update.
5226 * arm-tdep.c (arm_gdbarch_init): Update.
5227 * alpha-tdep.c (alpha_gdbarch_init): Update.
5228 * d10v-tdep.c (d10v_gdbarch_init): Do not set
5229 max_register_raw_size or max_register_virtual_size.
5230
5231 2003-03-03 David Carlton <carlton@math.stanford.edu>
5232
5233 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
5234 SYMBOL_MATCHES_NAME, add comment.
5235 (SYMBOL_MATCHES_NATURAL_NAME): New.
5236 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
5237 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
5238 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
5239 * symtab.c (lookup_partial_symbol): Use
5240 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
5241 unhelpful comment.
5242 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
5243 SYMBOL_MATCHES_NAME.
5244 Fix for PR c++/33.
5245
5246 2003-03-03 David Carlton <carlton@math.stanford.edu>
5247
5248 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
5249 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
5250 by regexp matching against SYMBOL_NATURAL_NAME.
5251
5252 2003-03-03 David Carlton <carlton@math.stanford.edu>
5253
5254 * linespec.c (find_method): Extract code into collect_methods.
5255 (collect_methods): New.
5256
5257 2003-03-02 Mark Kettenis <kettenis@gnu.org>
5258
5259 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
5260 get_frame_base.
5261
5262 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
5263 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5264
5265 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
5266
5267 * arch-utils.c (generic_register_byte): Fix to use the loop index
5268 and not regnum when summing the size of all registers up to regnum.
5269
5270 2003-03-01 Andrew Cagney <cagney@redhat.com>
5271
5272 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
5273 FRAME_INIT_SAVED_REGS.
5274 * gdbarch.h, gdbarch.c: Regenerate.
5275 * stack.c (frame_info): Update.
5276 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
5277 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
5278 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
5279 * ns32k-tdep.c (ns32k_pop_frame): Update.
5280 * mips-tdep.c (mips_pop_frame): Update.
5281 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
5282 * ia64-tdep.c (ia64_frame_chain): Update.
5283 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
5284 (ia64_frameless_function_invocation): Update.
5285 (ia64_init_extra_frame_info): Update.
5286 (ia64_pop_frame_regular): Update.
5287 * frame.h (struct frame_info): Update comment.
5288 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
5289 * frame.c (frame_saved_regs_register_unwind): Update.
5290 (frame_saved_regs_register_unwind): Update.
5291 (deprecated_generic_get_saved_register): Update.
5292 * cris-tdep.c: Update comment.
5293 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
5294 Rename macro.
5295 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5296 * x86-64-tdep.c (x86_64_init_abi): Update.
5297 * vax-tdep.c (vax_gdbarch_init): Update.
5298 * v850-tdep.c (v850_gdbarch_init): Update.
5299 * sparc-tdep.c (sparc_gdbarch_init): Update.
5300 * sh-tdep.c (sh_gdbarch_init): Update.
5301 * s390-tdep.c (s390_gdbarch_init): Update.
5302 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5303 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
5304 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5305 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5306 * mips-tdep.c (mips_gdbarch_init): Update.
5307 * mcore-tdep.c (mcore_gdbarch_init): Update.
5308 * m68k-tdep.c (m68k_gdbarch_init): Update.
5309 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5310 * ia64-tdep.c (ia64_gdbarch_init): Update.
5311 * i386-tdep.c (i386_gdbarch_init): Update.
5312 * frv-tdep.c (frv_gdbarch_init): Update.
5313 * avr-tdep.c (avr_gdbarch_init): Update.
5314 * arm-tdep.c (arm_gdbarch_init): Update.
5315 * alpha-tdep.c (alpha_gdbarch_init): Update.
5316
5317 2003-03-01 Andrew Cagney <cagney@redhat.com>
5318
5319 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
5320 option enum and switch. When no windows, set the interpreter to
5321 INTERP_CONSOLE.
5322
5323 2003-03-01 Andrew Cagney <cagney@redhat.com>
5324
5325 * main.c (captured_main): Replace magic option characters with an
5326 enum.
5327
5328 2003-03-01 Andrew Cagney <cagney@redhat.com>
5329
5330 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
5331 INIT_EXTRA_FRAME_INFO.
5332 * gdbarch.h, gdbarch.c: Regenerate.
5333 * arm-tdep.c: Update comments.
5334 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
5335 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
5336 * frame.h, avr-tdep.c: Ditto.
5337 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
5338 (create_new_frame, legacy_get_prev_frame): Ditto.
5339 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
5340 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
5341 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
5342 deprecated_init_extra_frame_info instead of init_extra_frame_info.
5343 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5344 * v850-tdep.c (v850_gdbarch_init): Ditto.
5345 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5346 * sh-tdep.c (sh_gdbarch_init): Ditto.
5347 * s390-tdep.c (s390_gdbarch_init): Ditto.
5348 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
5349 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5350 * mips-tdep.c (mips_gdbarch_init): Ditto.
5351 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5352 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5353 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5354 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
5355 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5356 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5357 * frv-tdep.c (frv_gdbarch_init): Ditto.
5358 * cris-tdep.c (cris_gdbarch_init): Ditto.
5359 * avr-tdep.c (avr_gdbarch_init): Ditto.
5360 * arm-tdep.c (arm_gdbarch_init): Ditto.
5361 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5362 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5363
5364 2003-03-01 Andrew Cagney <cagney@redhat.com>
5365
5366 * gdbarch.sh (register_type): New function with predicate.
5367 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
5368 * gdbarch.h, gdbarch.c: Re-generate.
5369 * arch-utils.c (generic_register_byte): Use generic_register_size.
5370 (generic_register_size): When available, use
5371 gdbarch_register_type.
5372 * regcache.c (init_regcache_descr): When available, initialize the
5373 register type array using gdbarch_register_type. If the
5374 architecture supplies gdbarch_register_type, do not use the legacy
5375 regcache layout.
5376 * d10v-tdep.c (d10v_register_type): Replace
5377 d10v_register_virtual_type.
5378 (d10v_gdbarch_init): Set register_type instead of
5379 register_virtual_type.
5380
5381 2003-03-01 Andrew Cagney <cagney@redhat.com>
5382
5383 * Makefile.in (ax-gdb.o): Update dependencies.
5384 * ax-gdb.c: Include "regcache.h".
5385 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
5386 * findvar.c (value_of_register): Ditto.
5387 * infcmd.c (default_print_registers_info): Ditto.
5388
5389 2003-03-01 Mark Kettenis <kettenis@gnu.org>
5390
5391 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
5392 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5393
5394 2003-03-01 Mark Kettenis <kettenis@gnu.org>
5395
5396 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
5397 of STREQ.
5398
5399 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
5400
5401 * Makefile.in (dwarf2loc.o): Update dependencies.
5402 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
5403 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
5404 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
5405 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
5406 (locexpr_tracepoint_var_ref): New function.
5407 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
5408
5409 2003-02-28 Andrew Cagney <cagney@redhat.com>
5410
5411 * regcache.c (register_size): New function.
5412 * regcache.h (register_size): Declare
5413 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
5414 max_register_size instead of MAX_REGISTER_RAW_SIZE.
5415
5416 2003-02-28 David Carlton <carlton@math.stanford.edu>
5417
5418 * linespec.c (decode_compound): Extract code into find_method.
5419 (find_method): New.
5420
5421 2003-02-28 J. Brobecker <brobecker@gnat.com>
5422
5423 * Makefile.in: Add rules to build and link in observer.o.
5424
5425 2003-02-27 J. Brobecker <brobecker@gnat.com>
5426
5427 * observer.c: Minor comments edits.
5428
5429 2003-02-27 J. Brobecker <brobecker@gnat.com>
5430
5431 * observer.h, observer.c: New file.
5432
5433 2003-02-27 Andrew Cagney <cagney@redhat.com>
5434
5435 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
5436
5437 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
5438
5439 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
5440 (M6812_OP_STS_EXT): Likewise.
5441 (m6811_prologue): Use the above to recognize prologue.
5442 (m6812_prologue): Likewise.
5443
5444 2003-02-27 David Carlton <carlton@math.stanford.edu>
5445
5446 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
5447 SYMBOL_PRINT_NAME.
5448 (compare_psymbols): Ditto.
5449 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
5450
5451 2003-02-27 Michael Snyder <msnyder@redhat.com>
5452
5453 * f-lang.c (build_fortran_types): New function.
5454 (_initialize_f_language): Gdbarch-register built-in fortran types.
5455 * doublest.c (extract_floating): Fix warning text.
5456
5457 2003-02-27 Andrew Cagney <cagney@redhat.com>
5458
5459 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
5460 predicate. Replaces PUSH_DUMMY_FRAME.
5461 * gdbarch.h, gdbarch.c: Regnerate.
5462 * valops.c (hand_function_call): Update. Call
5463 generic_push_dummy_frame directly.
5464 * vax-tdep.c (vax_gdbarch_init): Update.
5465 * sparc-tdep.c (sparc_gdbarch_init): Update.
5466 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5467 * m68k-tdep.c (m68k_gdbarch_init): Update.
5468 * hppa-tdep.c (hppa_gdbarch_init): Update.
5469 * alpha-tdep.c (alpha_gdbarch_init): Update.
5470 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
5471 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
5472 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
5473 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
5474 push_dummy_frame to generic_push_dummy_frame.
5475 * v850-tdep.c (v850_gdbarch_init): Ditto.
5476 * sh-tdep.c (sh_gdbarch_init): Ditto.
5477 * s390-tdep.c (s390_gdbarch_init): Ditto.
5478 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5479 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5480 * mips-tdep.c (mips_gdbarch_init): Ditto.
5481 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5482 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5483 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5484 * i386-tdep.c (i386_gdbarch_init): Ditto.
5485 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5486 * frv-tdep.c (frv_gdbarch_init): Ditto.
5487 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5488 * cris-tdep.c (cris_gdbarch_init): Ditto.
5489 * avr-tdep.c (avr_gdbarch_init): Ditto.
5490 * arm-tdep.c (arm_gdbarch_init): Ditto.
5491
5492 2003-02-26 Kevin Buettner <kevinb@redhat.com>
5493
5494 * mips-tdep.c (show_mips_abi): New function.
5495 (_initialize_mips_tdep): Use show_mips_abi() to implement the
5496 command ``show mips abi''.
5497
5498 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
5499
5500 From Elena Zannoni <ezannoni@redhat.com>
5501 * dbxread.c (process_one_symbol): Only record line 0 if one or
5502 more sline entries have been seen for the function.
5503
5504 2003-02-26 Michael Chastain <mec@shout.net>
5505
5506 * configure: Regenerate with autoconf 000227.
5507
5508 2003-02-26 Michael Chastain <mec@shout.net>
5509
5510 Close PR build/660.
5511 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
5512 for old libc5/glibc.
5513 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
5514
5515 2003-02-26 Kris Warkentin <kewarken@qnx.com>
5516
5517 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
5518 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
5519
5520 2003-02-26 Michael Chastain <mec@shout.net>
5521
5522 * configure.in: New variable HAVE_UINTPTR_T.
5523 * configure, config.in: Regenerated.
5524
5525 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
5526
5527 Fix PR build/1097.
5528 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
5529
5530 2003-02-25 Andrew Cagney <cagney@redhat.com>
5531
5532 * frame.c (get_prev_frame): Add comment on check for
5533 inside_entry_func. Only check for inside_entry_file when not a
5534 dummy and not a sentinel. Check that the new frame is not inner
5535 to the old frame.
5536
5537 2003-02-25 Andrew Cagney <cagney@redhat.com>
5538
5539 * frame.c (frame_debug): New variable.
5540 (_initialize_frame): Add "set/show debug frame" command.
5541 (get_prev_frame): When frame_debug, print reason why unwind
5542 failed.
5543
5544 2003-02-25 Michael Chastain <mec@shout.net>
5545
5546 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
5547 to avoid uintptr_t definition problems.
5548
5549 2003-02-25 David Carlton <carlton@math.stanford.edu>
5550
5551 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
5552 (SYMBOL_LINKAGE_NAME): Ditto.
5553 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
5554 SYMBOL_LINKAGE_NAME.
5555 (struct general_symbol_info): Expand comment.
5556 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
5557 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
5558 (SYMBOL_MATCHES_REGEXP): Ditto.
5559 * symtab.c (symbol_natural_name): New function.
5560 * objfiles.h: Replace all uses of SYMBOL_NAME by
5561 DEPRECATED_SYMBOL_NAME.
5562 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
5563 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
5564 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
5565 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
5566 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
5567 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
5568 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
5569 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
5570 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
5571 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
5572 * ada-exp.y: Ditto.
5573 * ada-exp.y: Update copyright.
5574 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
5575 * cp-valprint.c: Ditto.
5576
5577 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
5578
5579 * infptrace.c (detach): Do not flag error if ptrace detach fails
5580 and errno is set to ESRCH.
5581
5582 2003-02-24 Andrew Cagney <cagney@redhat.com>
5583
5584 * infptrace.c (udot_info): Change type of udot_off to long. Use
5585 paddr when printing udot_off's value.
5586
5587 2003-02-24 David Carlton <carlton@math.stanford.edu>
5588
5589 * symtab.c (make_symbol_overload_list): Only read in partial
5590 symtabs containing a matching partial symbol.
5591
5592 2003-02-24 David Carlton <carlton@math.stanford.edu>
5593
5594 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
5595 do the comparison, not strcmp.
5596 * symfile.c (compare_psymbols): Ditto.
5597 * defs.h: Declare strcmp_iw_ordered.
5598 * utils.c (strcmp_iw_ordered): New function.
5599
5600 2003-02-24 Jim Blandy <jimb@redhat.com>
5601
5602 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
5603 support, shared libs): Remove my name from here, to better reflect
5604 reality.
5605
5606 2003-02-24 Kris Warkentin <kewarken@qnx.com>
5607
5608 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
5609 (target_ops): Add to_have_continuable_watchpoint.
5610 * target.c (update_current_target): Add INHERIT line for
5611 to_have_continuable_watchpoint.
5612 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
5613 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
5614 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
5615 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
5616
5617 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
5618
5619 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
5620 maintainership.
5621
5622 2003-02-24 Kris Warkentin <kewarken@qnx.com>
5623
5624 * solib.c (solib_open): Call target defined search function after
5625 failing with solib-search-path.
5626 * solist.h (target_so_ops): Add find_and_open_solib function hook and
5627 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
5628
5629 2003-02-24 Kris Warkentin <kewarken@qnx.com>
5630
5631 * MAINTAINERS: Add myself to Write After section.
5632
5633 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
5634
5635 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
5636
5637 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
5638
5639 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
5640 (m68hc11_add_reggroups): New function.
5641 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
5642 (m68hc11_gdbarch_init): Install the reggroups.
5643 (_initialize_m68hc11_tdep): Initialize them.
5644
5645 2003-02-21 James E Wilson <wilson@tuliptree.org>
5646
5647 * MAINTAINERS: Update my email address.
5648
5649 2003-02-21 David Carlton <carlton@math.stanford.edu>
5650
5651 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
5652
5653 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
5654
5655 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
5656 * symtab.h: Add opaque declarations of struct axs_value and
5657 struct agent_expr.
5658 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
5659 (struct location_funcs): New type.
5660 (struct symbol): Add "loc" to aux_value.
5661 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
5662 * dwarf2read.c: Include "dwarf2expr.h".
5663 (dwarf2_symbol_mark_computed): New function.
5664 (read_func_scope): Use it.
5665 (var_decode_location): New function.
5666 (new_symbol): Use it.
5667 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
5668
5669 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
5670 (dwarf2expr_h, dwarf2loc_h): New variables.
5671 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
5672 (dwarf2expr.o, dwarf2loc.o): New rules.
5673 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
5674 * buildsym.c (finish_block): Handle LOC_COMPUTED and
5675 LOC_COMPUTED_ARG.
5676 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
5677 * m2-exp.y (yylex): Likewise.
5678 * printcmd.c (address_info, print_frame_args): Likewise.
5679 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
5680 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
5681 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
5682 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
5683 * symtab.c (lookup_block_symbol): Likewise.
5684
5685 2003-02-20 Adam Fedor <fedor@gnu.org>
5686
5687 * symtab.h: Remove objc_specific struct
5688 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
5689 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
5690 Have language_objc use cplus_specific struct.
5691
5692 2003-02-20 Tom Tromey <tromey@redhat.com>
5693
5694 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
5695 TYPE_NAME, when printing a String value. PR java/1075.
5696
5697 2003-02-20 Adam Fedor <fedor@gnu.org>
5698
5699 * objc-lang.h (find_methods): Remove declaration.
5700 * objc-lang.c (find_methods): Make static.
5701
5702 2003-02-20 Christopher Faylor <cgf@redhat.com>
5703
5704 * win32-nat.c (get_image_name): Check return value from
5705 ReadProcessMemory.
5706 (child_xfer_memory): Ditto.
5707
5708 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
5709
5710 * configure.in (TARGET_SYSTEM_ROOT): Set default to
5711 ${exec_prefix}/${target_alias}/sys-root. Match explicit
5712 '${exec_prefix}' (in addition to the expansion thereof) as
5713 relocatable.
5714 * configure: Rebuilt.
5715
5716 2003-02-20 David Carlton <carlton@math.stanford.edu>
5717
5718 * symtab.c (search_symbols): Revert the search_symbols part of my
5719 2002-12-23 patch. Add comment.
5720
5721 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5722
5723 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
5724 * dbxread.c (elfstab_build_psymtabs): Don't call
5725 install_minimal_symbols.
5726 (stabsect_build_psymtabs): Likewise.
5727 * elfread.c (elf_symfile_read): Call install_minimal_symbols
5728 earlier.
5729 * somread.c (som_symfile_read): Call install_minimal_symbols
5730 and do_cleanups earlier.
5731 * nlmread.c (nlm_symfile_read): Likewise.
5732 * mdebugread.c (elfmdebug_build_psymtabs): Call
5733 install_minimal_symbols and make appropriate cleanups.
5734
5735 2003-02-20 Kevin Buettner <kevinb@redhat.com>
5736
5737 * solib.c (reload_shared_libraries): New function.
5738 (_initialize_solib): Add callbacks for ``set solib-search-path''
5739 and ``set solib-absolute-prefix''.
5740
5741 2003-02-20 David Carlton <carlton@math.stanford.edu>
5742
5743 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
5744 expand comment.
5745 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
5746 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
5747 * ada-typeprint.c (ada_typedef_print): Ditto.
5748 * ax-gdb.c (gen_var_ref): Ditto.
5749 * breakpoint.c (print_one_breakpoint): Ditto.
5750 * buildsym.c (finish_block): Ditto.
5751 * c-valprint.c (c_val_print): Ditto.
5752 * expprint.c (print_subexp): Ditto.
5753 * findvar.c (locate_var_value): Ditto.
5754 * infcmd.c (jump_command): Ditto.
5755 * linespec.c (decode_line_2, decode_compound): Ditto.
5756 * maint.c (maintenance_translate_address): Ditto.
5757 * objc-lang.c (compare_selectors, compare_classes): Ditto.
5758 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
5759 Ditto.
5760 * p-valprint.c (pascal_val_print): Ditto.
5761 * stabsread.c (define_symbol): Ditto.
5762 * stack.c (print_frame, frame_info, print_block_frame_locals)
5763 (print_frame_arg_vars, return_command): Ditto.
5764 * symfile.c (compare_symbols, compare_psymbols): Ditto.
5765 * symmisc.c (print_symbol): Ditto.
5766 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
5767 (compare_search_syms, print_symbol_info, print_msymbol_info)
5768 (rbreak_command): Ditto.
5769 * tracepoint.c (tracepoints_info): Ditto.
5770 * typeprint.c (typedef_print): Ditto.
5771 * valops.c (value_of_variable, hand_function_call): Ditto.
5772 * cli/cli-cmds.c (edit_command, list_command): Ditto.
5773 * ada-typeprint.c: Update Copyright.
5774 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
5775 * tracepoint.c, cli/cli-cmds.c: Ditto.
5776
5777 2003-02-20 Kevin Buettner <kevinb@redhat.com>
5778
5779 * frame.c (generic_unwind_get_saved_register): Make non-static.
5780 * frame.h (generic_unwind_get_saved_register): Declare.
5781 * mips-tdep.c (read_next_frame_reg): Fetch register from
5782 current regcache when frame is NULL.
5783 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
5784 that must be NULL.
5785 (mips_get_saved_register): Call generic_unwind_get_saved_register()
5786 instead of frame_register_unwind().
5787
5788 2003-02-20 Andrew Cagney <ac131313@redhat.com>
5789
5790 * remote-sim.c (gdbsim_insert_breakpoint)
5791 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
5792 code.
5793
5794 2003-02-20 Andrew Cagney <ac131313@redhat.com>
5795
5796 * remote.c (_initialize_remote): Add commands "set/show remote
5797 hardware-watchpoint-limit" and "set/show remote
5798 hardware-breakpoint-limit".
5799 (remote_hw_watchpoint_limit): Initialize to -1.
5800 (remote_hw_breakpoint_limit): Ditto.
5801 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
5802
5803 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
5804
5805 * coff-pe-read.c: New file - support reading of minimal symbols from a
5806 portable executable using the export table.
5807 * coff-pe-read.h: New file.
5808 * coffread.c: Include coff-pe-read.h.
5809 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
5810 debugging symbols found.
5811 * Makefile.in (SFILES): Add coff-pe-read.o.
5812 (coff_pe_read_h): Define.
5813 (COMMON_OBS): Add coff-pe-read.o.
5814 (coffread.o): Add coff_pe_read_h dependency.
5815 (coff-pe-read.o): New target.
5816
5817 2003-02-19 David Carlton <carlton@math.stanford.edu>
5818
5819 * Makefile.in (SFILES): Add block.c.
5820 (block_h): New.
5821 (COMMON_OBS): Add block.o.
5822 (block.o): New.
5823 (x86-64-tdep.o): Add $(block_h).
5824 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
5825 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
5826 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
5827 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
5828 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
5829 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
5830 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
5831 * value.h: Add opaque declaration for struct block.
5832 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
5833 * ada-lang.h: Ditto.
5834 * x86-64-tdep.c: #include "block.h"
5835 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
5836 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
5837 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
5838 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
5839 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
5840 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
5841 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
5842 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
5843 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
5844 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
5845 * symtab.c (block_function): Ditto.
5846 (contained_in): Ditto.
5847 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
5848 block.h. Add opaque declaration for struct block.
5849 * symtab.h: Move block_function and contained_in declarations to
5850 block.h. Add opaque declarations for struct block, struct
5851 blockvector.
5852 (struct block): Move to block.h.
5853 (struct blockvector): Ditto.
5854 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
5855 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
5856 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
5857 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
5858 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
5859 Ditto.
5860 * block.c: New file.
5861 * block.h: New file.
5862
5863 2003-02-19 Theodore A. Roth <troth@openavr.org>
5864
5865 * avr-tdep.c (avr_extract_return_value): Remove function.
5866 (avr_store_return_value): Remove function.
5867 (avr_extract_struct_value_address): Remove function.
5868 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
5869
5870 2003-02-19 Andrew Cagney <ac131313@redhat.com>
5871
5872 * rs6000-tdep.c: Include "gdb_assert.h".
5873 (registers_e500): Add "acc" and "spefscr".
5874 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
5875 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
5876 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
5877 really is "r0".
5878 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
5879
5880 2003-02-18 Keith Seitz <keiths@redhat.com>
5881
5882 * Makefile.in: Add gdbtk-interps.c.
5883
5884 2003-02-18 Kevin Buettner <kevinb@redhat.com>
5885
5886 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
5887 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
5888
5889 2003-02-18 Andrew Cagney <cagney@redhat.com>
5890
5891 * symtab.h (struct objfile): Add opaque declaration.
5892
5893 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
5894
5895 From Jim Ingham <jingham@apple.com>:
5896 * dbxread.c (process_one_symbol): Use last_function_start rather
5897 than function_start_offset to find the real beginning of the
5898 current function. The latter is just the text section offset on
5899 some systems, the former is always the real function start.
5900
5901 2003-02-17 Andrew Cagney <cagney@redhat.com>
5902
5903 * configure.in: Revert ${target} != ${host}.
5904
5905 2003-02-17 Andrew Cagney <ac131313@redhat.com>
5906
5907 * configure.in (Makefile): Use the test ${target} != ${host},
5908 instead of the absence of the "nm.h" file, to determine of the
5909 configuration non-native.
5910 * configure: Regenerate.
5911
5912 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
5913
5914 From Brian Ford <ford@vss.fsi.com>
5915
5916 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
5917 conditionalize tui_active test.
5918 (lookup_cmd_1): Ditto.
5919
5920 2003-02-14 Mark Kettenis <kettenis@gnu.org>
5921
5922 * configure.in: Add check for _etext.
5923 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
5924 available.
5925 * config.in, configure: regenerated.
5926
5927 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
5928
5929 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
5930
5931 2003-02-14 Andrew Cagney <ac131313@redhat.com>
5932
5933 * main.c (tui_version): Delete variable.
5934 (captured_main): When --tui, set interpreter_p to "tui" instead of
5935 enabling tui_version.
5936 * printcmd.c (display_command) [TUI]: Test tui_active instead of
5937 tui_version.
5938 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
5939 * cli/cli-cmds.c (disassemble_command): Ditto.
5940 * defs.h (tui_version): Delete declaration.
5941 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
5942 (tui-interp.o): Add rules.
5943 (SUBDIR_TUI_OBS): Add "tui-interp.o".
5944
5945 2003-02-14 Christopher Faylor <cgf@redhat.com>
5946
5947 * win32-nat.c (register_loaded_dll): Correctly set address range for
5948 just-loaded dll.
5949
5950 2003-02-12 Jason Molenda (jmolenda@apple.com)
5951
5952 * symmisc.c (print_objfile_statistics): Include information about
5953 the number of psymtabs and symtabs in each object file.
5954
5955 2003-02-13 Keith R Seitz <keiths@redhat.com>
5956
5957 * main.h (struct captured_main_args): Add interpreter_p.
5958 * main.c (captured_main): Initialize interpreter_p from context.
5959 * gdb.c (main): Set interpreter_p argument.
5960 * Makefile.in (gdb.o): Add dependency for interps.h.
5961
5962 2003-02-12 Andrew Cagney <ac131313@redhat.com>
5963
5964 * event-top.c (cli_command_loop): Delete declaration.
5965 (_initialize_event_loop): Delete function setting event_loop_hook.
5966 * event-top.h (cli_command_loop): Declare. Update copyright.
5967 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
5968 * interps.c (current_interp_command_loop): When event_loop_p, call
5969 cli_command_loop.
5970
5971 2003-02-12 Andrew Cagney <ac131313@redhat.com>
5972
5973 * interps.h (interp_command_loop_ftype): Change return type to
5974 void.
5975
5976 2003-02-12 Michal Ludvig <mludvig@suse.cz>
5977
5978 * x86-64-tdep.c (x86_64_extract_return_value)
5979 (x86_64_store_return_value): Use regcache instead of regbuf.
5980 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
5981 * x86-64-linux-nat.c (fill_gregset): Use regcache.
5982
5983 2003-02-11 Andrew Cagney <ac131313@redhat.com>
5984
5985 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
5986 * aclocal.m4: Regenerate.
5987 * configure: Regenerate.
5988
5989 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
5990 TCL_LD_SEARCH_FLAGS.
5991
5992 2003-02-10 Michal Ludvig <mludvig@suse.cz>
5993
5994 * dwarf2cfi.c: Reindented.
5995
5996 2003-02-09 Andrew Cagney <ac131313@redhat.com>
5997
5998 * interps.c (clear_interpreter_hooks): Convert function definition
5999 to ISO C.
6000
6001 2003-02-07 David Carlton <carlton@math.stanford.edu>
6002
6003 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
6004
6005 2003-02-07 Kevin Buettner <kevinb@redhat.com>
6006
6007 * gdbtypes.h (struct main_type): Move ``length'' field from here...
6008 (struct type): ...to here.
6009 (TYPE_LENGTH): Adjust to reflect different location of ``length''
6010 field.
6011 * gdbtypes.c (make_qualified_type): Set length on newly created type.
6012 (replace_type): Set length on all type variants for a given type.
6013
6014 2003-02-07 Andrew Cagney <ac131313@redhat.com>
6015
6016 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
6017 <sys/stat.h>.
6018 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
6019
6020 2003-02-06 Andrew Cagney <ac131313@redhat.com>
6021
6022 * Makefile.in (symm-nat.o): Update dependencies.
6023 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
6024 (lynx-nat.o, ia64-linux-nat.): Ditto.
6025 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
6026 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
6027 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
6028
6029 * Makefile.in (inflow_h): Define.
6030 (procfs.o, inflow.o, procfs.o): Update dependencies.
6031 * inftarg.c (child_stop): Delete extern declaration of
6032 inferior_process_group. Include "inflow.h".
6033 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
6034 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
6035 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
6036 (our_process_group, inferior_process_group): Extern declarations.
6037
6038 * procfs.c: Include "gdb_assert.h".
6039
6040 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
6041 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
6042 * jv-typeprint.c (java_type_print_base): Ditto.
6043 * typeprint.c (typedef_print): Eliminate STREQ.
6044 * cli/cli-script.c (define_command, define_command): Ditto.
6045 * main.c (captured_main): Ditto.
6046 * values.c (lookup_internalvar): Ditto.
6047 * utils.c (safe_strerror, parse_escape): Eliminate assignment
6048 within `if' conditional.
6049 * linespec.c (decode_line_2): Ditto.
6050 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
6051 (bfd_openw_with_cleanup): Ditto.
6052
6053 2003-02-07 Mark Kettenis <kettenis@gnu.org>
6054
6055 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
6056 legacy_extract_return_value and store_return_value to
6057 legacy_return_value.
6058
6059 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
6060
6061 * win32-nat.c (get_relocated_section_addrs): New function. Find
6062 section load addresses for symbol handling in relocated DLLs.
6063 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
6064
6065 2003-02-05 Fred Fish <fnf@intrinsity.com>
6066
6067 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
6068 '=' and '!='.
6069 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
6070 with '&' and '=='.
6071 (angel_RDI_info): Ditto.
6072 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
6073 with '&' and '!='.
6074 (threads_continue_all_with_signals): Ditto.
6075
6076 2003-02-05 Jim Ingham <jingham@apple.com>
6077 Keith Seitz <keiths@redhat.com>
6078 Elena Zannoni <ezannoni@redhat.com>
6079 Andrew Cagney <ac131313@redhat.com>
6080
6081 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
6082 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
6083 (SUBDIR_MI_OBS): Add "mi-interp.o".
6084 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
6085 (SFILES): Add "interps.c".
6086 (COMMON_OBS): Add "interps.o".
6087 (interps_h, mi_main_h): Define.
6088 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
6089 (mi-main.o, main.o, event-top.o): Update dependencies.
6090 * cli/cli-interp.c: New file.
6091 * interps.h, interps.c: New files.
6092 * top.c: (gdb_init): Don't install the default interpreter, handed
6093 by captured_main.
6094 * main.c: Include "interps.h".
6095 (interpreter_p): Note that it should malloc'ed.
6096 (captured_command_loop): Call current_interp_command_loop.
6097 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
6098 xfree and xstrdup when updating interpreter_p. Install the
6099 default interpreter. Add hack to stop mi1's copyright notice
6100 being encoded.
6101 * event-top.h (gdb_setup_readline): Declare.
6102 (gdb_disable_readline): Declare.
6103 * event-top.c: Include "interps.h".
6104 (display_gdb_prompt): Call current_interp_display_prompt_p.
6105 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
6106 gdb_stdlog, and gdb_stdtarg.
6107 (_initialize_event_loop): Don't call gdb_setup_readline.
6108 * cli-out.c (cli_out_set_stream): New function.
6109 * cli-out.h (cli_out_set_stream): Declare.
6110
6111 2003-02-06 Mark Kettenis <kettenis@gnu.org>
6112
6113 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
6114 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
6115 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
6116 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
6117 config/i386/i386v42mp.mt: Removed.
6118
6119 2003-02-05 Mark Kettenis <kettenis@gnu.org>
6120
6121 * configure.tgt (*-*-solaris*): Set gdb_osabi to
6122 GDB_OSABI_SOLARIS.
6123
6124 2003-02-05 Michael Chastain <mec@shout.net>
6125
6126 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
6127 2.12.1 and earlier versions.
6128
6129 2003-02-05 Andrew Cagney <ac131313@redhat.com>
6130
6131 Remove orphaned hosts, targets and files.
6132 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
6133 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
6134 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
6135 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
6136 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
6137 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
6138 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
6139 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
6140 * config/sparc/tm-sp64sim.h: Delete.
6141 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
6142 hosts.
6143 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
6144 mips*-dec-mach3* targets.
6145
6146 2003-02-04 Michael Chastain <mec@shout.net>
6147
6148 * NEWS: Fix typo: sepcifying -> specifying.
6149
6150 2003-02-04 Michael Chastain <mec@shout.net>
6151
6152 * dwarfread.c: Add documentation on the state of dwarf-1,
6153 looking towards obsoletion.
6154
6155 2003-02-03 Michael Chastain <mec@shout.net>
6156
6157 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
6158 gdb/testsuite/gdb.c++/pr-1023.exp.
6159
6160 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6161
6162 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
6163 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
6164
6165 * utils.c (init_page_info): Delete reference to MPW in comments.
6166 * main.c (captured_main): Delete #ifdef MPW.
6167
6168 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6169
6170 * NEWS: Note that the m32r-*-elf* is obsolete.
6171 * monitor.c (monitor_expect): Obsolete reference to m32r.
6172 * configure.tgt: Mark m32r-*-elf* as obsolete.
6173 * MAINTAINERS: Mark m32k as obsolete.
6174 * m32r-rom.c: Obsolete file.
6175 * config/m32r/m32r.mt: Obsolete file.
6176 * config/m32r/tm-m32r.h: Obsolete file.
6177 * m32r-stub.c: Obsolete file.
6178 * m32r-tdep.c: Obsolete file.
6179
6180 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6181
6182 * NEWS: Mention that the z8k-zilog-none is obsolete.
6183 * MAINTAINERS: Mark z8k as obsolete.
6184 * configure.tgt: Obsolete the z8k-*-coff* target.
6185 * config/z8k/z8k.mt: Obsolete file.
6186 * config/z8k/tm-z8k.h: Obsolete file.
6187 * z8k-tdep.c: Obsolete file.
6188
6189 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6190
6191 * NEWS: Mention that the mn10200-elf is obsolete.
6192 * configure.tgt: Obsolete mn10200-*-* target.
6193 * breakpoint.c (update_breakpoints_after_exec): Update comment to
6194 mention that the mn10200 is obsolete.
6195 * breakpoint.h: Ditto.
6196 * MAINTAINERS: Mark the mn10200-elf as obsolete.
6197 * config/mn10200/mn10200.mt: Obsolete file.
6198 * config/mn10200/tm-mn10200.h: Obsolete file.
6199 * mn10200-tdep.c: Obsolete file.
6200
6201 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6202
6203 * MAINTAINERS: Mark h8500 as obsolete.
6204 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
6205 * findvar.c (value_from_register): Ditto.
6206 * h8500-tdep.c: Mark file as obsolete.
6207 * config/h8500/h8500.mt: Ditto.
6208 * config/h8500/tm-h8500.h: Ditto.
6209 * NEWS: Mention that h8500 is obsolete.
6210
6211 2003-02-04 David Carlton <carlton@math.stanford.edu>
6212
6213 * objfiles.c (allocate_objfile): Always set name. Add comment at
6214 start of function.
6215 * jv-lang.c (get_dynamics_objfile): Add comment.
6216
6217 2003-02-04 David Carlton <carlton@math.stanford.edu>
6218
6219 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
6220 * printcmd.c (build_address_symbolic): Replace uses of
6221 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
6222 SYMBOL_NAME, and asm_demangle.
6223 Update copyright.
6224
6225 2003-02-04 David Carlton <carlton@math.stanford.edu>
6226
6227 * linespec.c (decode_compound): Extract code into
6228 lookup_prefix_sym.
6229 (lookup_prefix_sym): New function.
6230
6231 2003-02-04 David Carlton <carlton@math.stanford.edu>
6232
6233 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
6234 FLOAT_COERCION_BADNESS.
6235 * gdbtypes.c (rank_one_type): Replace all uses of
6236 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
6237
6238 2003-02-04 Jim Blandy <jimb@redhat.com>
6239
6240 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
6241 section, let dwarf_macinfo_section point to it, not
6242 dwarf_loc_section.
6243
6244 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
6245
6246 Pointed out by Anton Blanchard <anton@samba.org>.
6247 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
6248 (ppc_linux_at_sigtramp_return_path): Use it.
6249
6250 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
6251
6252 * defs.h (streq): Add prototype.
6253 * utils.c (streq): New function.
6254
6255 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
6256 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
6257 * mdebugread.c (new_symbol): Likewise.
6258 * stabsread.c (define_symbol): Likewise.
6259 * coffread.c (process_coff_symbol): Likewise.
6260 * dwarfread.c (new_symbol): Likewise.
6261
6262 * minsyms.c (prim_record_minimal_symbol_and_info): Use
6263 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
6264 here.
6265 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
6266 SYMBOL_INIT_DEMANGLED_NAME.
6267 * objfiles.c: Include "hashtab.h".
6268 (allocate_objfile): Call htab_set_functions_ex for the
6269 demangled_names_hash.
6270 (free_objfile): Call htab_delete for the demangled_names_hash.
6271 * objfiles.h (struct htab): Add declaration.
6272 (struct objfile): Add demangled_names_hash.
6273 * symfile.c: Include "hashtab.h".
6274 (reread_symbols): Call htab_delete for the demangled_names_hash.
6275 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
6276 SYMBOL_NAME in the bcache.
6277 * symtab.c: Include "hashtab.h". Update comments.
6278 (create_demangled_names_hash, symbol_set_names): New functions.
6279 (symbol_find_demangled_name): New function, broken out from
6280 symbol_init_demangled_names.
6281 (symbol_init_demangled_names): Use it.
6282 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
6283 (SYMBOL_SET_NAMES): New macro.
6284 (symbol_set_names): Add prototype.
6285
6286 2003-02-03 Jim Blandy <jimb@redhat.com>
6287
6288 Use a single, consistent representation for an empty minimal
6289 symbol table in an objfile.
6290 * objfiles.c (terminate_minimal_symbol_table): New function.
6291 (allocate_objfile): Call it.
6292 * objfiles.h (terminate_minimal_symbol_table): New declaration.
6293 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
6294 non-NULL.
6295 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
6296 objfile has minimal symbols, compare minimal_symbol_count to zero,
6297 instead of comparing msymbols with NULL.
6298 * objfiles.c (have_minimal_symbols): Same.
6299 * solib-sunos.c (solib_add_common_symbols): Call
6300 terminate_minimal_symbol_table.
6301 * symfile.c (reread_symbols): Same.
6302
6303 2003-02-03 Kevin Buettner <kevinb@redhat.com>
6304
6305 * s390-tdep.c (s390_address_class_type_flags)
6306 (s390_address_class_type_flags_to_name)
6307 (s390_address_class_name_to_type_flags): New functions.
6308 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
6309 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
6310
6311 2003-02-03 Michael Snyder <msnyder@redhat.com>
6312
6313 * arm-tdep.c: Fix spell-o in comment.
6314
6315 2003-02-03 Michal Ludvig <mludvig@suse.cz>
6316
6317 * dwarf2cfi.c (pointer_encoding): Added new parameter.
6318 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
6319 error messages to contain BFD filename.
6320
6321 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
6322
6323 Fix PR gdb/742 gdb/743 gdb/877
6324 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
6325 (do_mixed_source_and_assembly): Use
6326 make_cleanup_ui_out_tuple_begin_end and
6327 make_cleanup_ui_out_tuple_begin_end.
6328 (do_mixed_source_and_assembly): Ditto.
6329 * thread.c (do_captured_list_thread_ids): Ditto.
6330 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
6331 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
6332 ui_out_tuple_end): Delete prototypes.
6333 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
6334 ui_out_list_end, ui_out_tuple_end): Delete.
6335
6336 From Kevin Buettner <kevinb@redhat.com>:
6337 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
6338 * ui-out.c (make_cleanup_ui_out_table_begin_end)
6339 (do_cleanup_table_end): New functions.
6340 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
6341 Use cleanups to invoke_ui_out_tuple_end().
6342 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
6343 * cli/cli-setshow.c (cmd_show_list): Use
6344 make_cleanup_ui_out_tuple_begin_end.
6345
6346 2003-02-02 Andrew Cagney <ac131313@redhat.com>
6347
6348 * frame.c (frame_unwind_register): New function.
6349 (frame_unwind_unsigned_register): Use.
6350 (frame_unwind_signed_register): Use.
6351 (frame_read_register): New function.
6352 * frame.h (frame_unwind_register): Declare.
6353 (frame_read_register): Declare.
6354
6355 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
6356 and frame_unwind_register instead of read_memory, write_register
6357 and deprecated_write_register_bytes.
6358
6359 2003-02-02 Andrew Cagney <ac131313@redhat.com>
6360
6361 * frame.h: Note that namelen can be negative.
6362 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
6363 NAME's length.
6364
6365 * NEWS: Mention that the d10v's `regs' command is deprecated.
6366 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
6367 (d10v_print_registers_info): New function.
6368 (show_regs): Call d10v_print_registers_info.
6369 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
6370
6371 2003-02-02 Mark Kettenis <kettenis@gnu.org>
6372
6373 * stack.c (print_frame_info): Restore call to annotate_frame_begin
6374 lost in the previous patch.
6375
6376 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6377
6378 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
6379 * stack.c (print_frame_info_base): Output complete FRAME tuple
6380 for synthesized frames.
6381
6382 2003-02-02 Andrew Cagney <ac131313@redhat.com>
6383
6384 * mips-nat.c (zerobuf): Delete.
6385 (fetch_inferior_registers): Alloc local zerobuf.
6386 (fetch_core_registers): Alloc local zerobuf.
6387 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
6388 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
6389 * thread-db.c (thread_db_store_registers): Ditto.
6390 * sh-tdep.c (sh_do_register): Ditto.
6391 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
6392 * remote-sim.c (gdbsim_store_register): Ditto.
6393 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
6394 * remote-e7000.c (fetch_regs_from_dump): Ditto.
6395 * monitor.c (monitor_supply_register): Ditto.
6396 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
6397 * mips-nat.c (fetch_inferior_registers): Ditto.
6398 * m68klinux-nat.c (fetch_register): Ditto.
6399 * lynx-nat.c (fetch_inferior_registers): Ditto.
6400 (fetch_inferior_registers): Ditto.
6401 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
6402 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
6403 (hpux_thread_store_registers): Ditto.
6404 * hppah-nat.c (fetch_register): Ditto.
6405 * hppab-nat.c (fetch_register): Ditto.
6406 * hppa-tdep.c (pa_register_look_aside): Ditto.
6407 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
6408 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
6409
6410 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6411
6412 * gdbarch.sh: Explictly specify all method levels. When a
6413 variable with an empty level, provide a non-multi-arch default.
6414 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
6415 * gdbarch.h: Re-generate.
6416 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
6417 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
6418
6419 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6420
6421 * defs.h (host_pointer_to_address): Delete declaration.
6422 (address_to_host_pointer): Delete declaration.
6423 * utils.c (host_pointer_to_address): Delete function.
6424 (address_to_host_pointer): Delete function.
6425 * procfs.c (procfs_address_to_host_pointer): New function.
6426 * procfs.c (proc_set_watchpoint): Use.
6427 (procfs_can_use_hw_breakpoint): Update comments.
6428 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
6429 (som_solib_add): Use.
6430 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
6431 * hppa-tdep.c (unwind_command): Use.
6432
6433 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6434
6435 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
6436 strlen d_name.
6437
6438 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
6439 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
6440 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
6441 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
6442 (define_symbol): Update.
6443 * symfile.c (generic_load): Remove references to nindy.
6444 * symtab.c: Remove references to nindy.
6445
6446 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6447
6448 * infcmd.c (print_float_info): Delete code conditional on
6449 FLOAT_INFO.
6450 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
6451 * config/m68k/nm-apollo68b.h: Ditto.
6452 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
6453 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
6454 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
6455
6456 2003-02-01 Mark Kettenis <kettenis@gnu.org>
6457
6458 * config/i386/tm-i386os9k.h: Removed.
6459
6460 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
6461 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
6462 they're identical to i[3456]86-*-sysv* now.
6463 * config/i386/i386v32.mh: Removed.
6464 * config/i386/xm-i386v32.h: Removed.
6465 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
6466
6467 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
6468
6469 * config/i386/i386dgux.mh: Removed.
6470 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
6471
6472 * configure.in: Fix typo.
6473 * configure: Regenerated.
6474
6475 2003-01-31 David Carlton <carlton@math.stanford.edu>
6476
6477 * dwarf2read.c (dwarf2_locate_sections): Set
6478 dwarf_ranges_section.
6479
6480 2003-01-31 Andrew Cagney <ac131313@redhat.com>
6481
6482 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
6483 * utils.c: Update comments documenting legitimate uses of PTR.
6484
6485 * utils.c: Re-indent.
6486
6487 * config/djgpp/fnchange.lst: Delete nindy files.
6488 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
6489 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
6490 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
6491 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
6492 * nindy-share/README, nindy-share/Onindy.c: Delete files.
6493 * nindy-tdep.c, nindy-share/Makefile: Delete files.
6494 * Makefile.in (init.c): Remove nindy references.
6495 (saber_gdb): Delete rule.
6496 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
6497 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
6498 and a68v-nat.c.
6499 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
6500 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
6501 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
6502 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
6503 nindy-share/stop.h.
6504 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
6505 * saber.suppress: Delete file.
6506
6507 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
6508
6509 * dbxread.c (stabs_data): New static variable.
6510 (fill_symbuf): Support an in-memory buffer for stabs data.
6511 (stabs_seek): New function.
6512 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
6513 (read_ofile_symtab): Use stabs_seek.
6514 (elfstab_build_psymtabs): Take an asection* instead of
6515 an offset and size. Relocate the stabs data if necessary.
6516 Save the section* for dbx_psymtab_to_symtab.
6517 * dwarf2read.c: Add section variables for each debug section.
6518 (dwarf2_locate_sections): Fill them in.
6519 (dwarf2_read_section): Take an asection* argument.
6520 Relocate the section contents if necessary.
6521 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
6522 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
6523 it to dwarf2_read_section.
6524 (dwarf2_build_frame_info): Update callers.
6525 * elfread.c (elf_symfile_read): Update call to
6526 elfstab_build_psymtabs.
6527 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
6528 (DBX_STAB_SECTION): New macro.
6529 * stabsread.h (elfstab_build_psymtabs): Update prototype.
6530 * symfile.c (symfile_dummy_outputs): New function.
6531 (symfile_relocate_debug_section): New function.
6532 * symfile.h (symfile_relocate_debug_section): Add prototype.
6533
6534 2003-01-31 Richard Henderson <rth@redhat.com>
6535
6536 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
6537 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
6538 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
6539 * alpha-tdep.c (alpha_register_name): Add "unique".
6540 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
6541 (ALPHA_UNIQUE_REGNUM): New.
6542 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
6543
6544 2003-01-31 Andrew Cagney <ac131313@redhat.com>
6545
6546 * README: Remove reference to Ericsson 1800 monitor.
6547 * Makefile.in (remote-es.o): Delete rule.
6548 (ALLDEPFILES): Delete remote-es.c.
6549 * remote-es.c: Delete file.
6550 * config/m68k/es1800.mt: Delete file.
6551 * config/djgpp/fnchange.lst: Update.
6552 * configure.tgt: Delete m68*-ericsson-* target.
6553
6554 2003-01-31 Adam Fedor <fedor@gnu.org>
6555
6556 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
6557 Remove duplicate/shadowing variable of same name.
6558
6559 2003-01-30 Jim Blandy <jimb@redhat.com>
6560
6561 * symfile.c (find_separate_debug_file): Assert that the objfile's
6562 directory name we compute ends with a slash, and then assume that
6563 that's so everywhere we use it.
6564
6565 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
6566
6567 * valops.c (value_assign): Flush frame cache after stores to memory
6568 also.
6569
6570 2003-01-30 Andrew Cagney <ac131313@redhat.com>
6571
6572 * Makefile.in (mon960-rom.o): Delete rule.
6573 * mon960-rom.c: Delete file.
6574
6575 2003-01-30 Andrew Cagney <ac131313@redhat.com>
6576
6577 * d10v-tdep.c: Include "frame-unwind.h".
6578 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
6579 list.
6580 (next_addr, uses_frame): Delete.
6581 (struct d10v_unwind_cache): Define.
6582 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
6583 Use info instead of next_addr and uses_frame globals.
6584 (d10v_frame_init_saved_regs): Delete function.
6585 (d10v_init_extra_frame_info): Delete function.
6586 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
6587 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
6588 init_frame_pc or frame_saved_pc.
6589 (d10v_pop_frame): Delete function.
6590 (do_d10v_pop_frame): Delete function.
6591 (d10v_frame_chain): Delete function.
6592 (d10v_frame_chain_valid): Delete function.
6593 (d10v_frame_pc_unwind): New function.
6594 (d10v_frame_id_unwind): New function.
6595 (saved_regs_unwinder): New function.
6596 (d10v_frame_register_unwind): New function.
6597 (d10v_frame_pop): New function.
6598 (d10v_frame_unwind): New variable.
6599 (d10v_frame_p): New function.
6600 (d10v_frame_saved_pc): Delete function.
6601 * Makefile.in (d10v-tdep.o): Update dependencies.
6602
6603 2003-01-30 J. Brobecker <brobecker@gnat.com>
6604
6605 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
6606 causing some regressions due to a change in the default value
6607 for this macro.
6608
6609 2003-01-29 Richard Henderson <rth@redhat.com>
6610 Elena Zannoni <ezannoni@redhat.com>
6611 Daniel Jacobowitz <drow@mvista.com>
6612
6613 Fix PR gdb/961.
6614 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
6615 variables.
6616 (RANGES_SECTION): New.
6617 (dwarf_ranges_buffer): New variable.
6618 (struct comp_unit_head): Add member "die".
6619 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
6620 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
6621 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
6622 (dwarf2_locate_sections): Likewise.
6623 (dwarf2_build_psymtabs): Read .debug_ranges.
6624 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
6625 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
6626 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
6627 Look for DW_AT_ranges and return the bounding box.
6628
6629 2003-01-29 Brian Ford <ford@vss.fsi.com>
6630
6631 * win32-nat.c (cygwin_pid): Removed as unused.
6632 (child_attach): Try fall back to Cygwin pid.
6633
6634 2003-01-29 Jim Blandy <jimb@redhat.com>
6635
6636 * objfiles.h (struct objfile): Doc fix.
6637
6638 2003-01-29 Andrew Cagney <ac131313@redhat.com>
6639
6640 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
6641 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
6642 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
6643 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
6644 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
6645 (FRAME_SAVED_PC): Change to a function with predicate.
6646 * gdbarch.h, gdbarch.c: Re-generate.
6647
6648 2003-01-28 Andrew Cagney <ac131313@redhat.com>
6649
6650 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
6651
6652 * complaints.c (complain): Delete function.
6653 * complaints.h (struct deprecated_complaint): Delete definition.
6654 (complain): Delete declaration.
6655
6656 2003-01-28 Kevin Buettner <kevinb@redhat.com>
6657
6658 * mips-tdep.c (mips_init_extra_frame_info): Return early for
6659 dummy frames.
6660
6661 2003-01-27 Andrew Cagney <ac131313@redhat.com>
6662
6663 * sentinel-frame.h, sentinel-frame.c: New files.
6664 * Makefile.in (frame.o): Update dependencies.
6665 (SFILES): Add sentinel-frame.c.
6666 (sentinel_frame_h): Define.
6667 (COMMON_OBS): Add sentinel-frame.o.
6668 (sentinel-frame.o): Specify dependencies.
6669 * frame.c: Include "sentinel-frame.h".
6670 (frame_register_unwind): Rewrite assuming that there is always a a
6671 ->next frame.
6672 (frame_register, generic_unwind_get_saved_register): Ditto.
6673 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
6674 (create_sentinel_frame, unwind_to_current_frame): New functions.
6675 (get_current_frame): Rewrite using create_sentinel_frame and
6676 unwind_to_current_frame. When possible, always create a frame.
6677 (create_new_frame): Set next to the sentinel frame.
6678 (get_next_frame): Rewrite. Don't go below the level 0 frame.
6679 (deprecated_update_frame_pc_hack): Update the next frame's PC and
6680 ID cache when necessary.
6681 (frame_saved_regs_id_unwind): Use frame_relative_level.
6682 (deprecated_generic_get_saved_register): Use frame_relative_level,
6683 get_frame_saved_regs, get_frame_pc, get_frame_base and
6684 get_next_frame.
6685 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
6686 frame_register.
6687
6688 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
6689
6690 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
6691
6692 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
6693
6694 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
6695 (maintenance_set_profile_cmd): Use error () instead of warning ().
6696
6697 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
6698
6699 * configure.in: Check that -pg works if using --enable-profiling.
6700 Check for monstartup and _mcleanup regardless of --enable-profiling.
6701 * maint.c: Check for monstartup and _mcleanup before using them.
6702 * config.in: Regenerated.
6703 * configure: Regenerated.
6704
6705 2003-01-24 Nick Clifton <nickc@redhat.com>
6706
6707 * Add sh2e support:
6708
6709 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
6710
6711 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
6712 (sh2e_show_regs): New.
6713 (sh_gdbarch_init): Handle bfd_mach_sh2e.
6714 * config/sh/tm-sh.h: Added sh2e to comments.
6715
6716 2003-01-23 Jim Blandy <jimb@redhat.com>
6717
6718 * symfile.c (syms_from_objfile): Don't print the "(no debugging
6719 symbols found)" message here; we haven't checked for a separate
6720 debug info file yet, so we don't know yet.
6721 (symbol_file_add_with_addrs_or_offsets): Print it here, after
6722 we've looked everywhere. Also, there's no need to print a special
6723 message when we're loading the separate debug info file: the one
6724 symbol_file_add prints is fine.
6725
6726 2003-01-23 Alexander Larsson <alexl@redhat.com>
6727 Jim Blandy <jimb@redhat.com>
6728
6729 Add support for executables whose debug info has been separated
6730 out into a separate file, leaving only a link behind.
6731 * objfiles.h (struct objfile): New fields: separate_debug_objfile
6732 and separate_debug_objfile_backlink.
6733 (put_objfile_before): New declaration.
6734 * symfile.c: #include "filenames.h".
6735 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
6736 debug info in a separate file, read that, too. Save the addrs
6737 argument, so we can use it again to read the separated debug info;
6738 syms_from_objfile modifies the table we pass it.
6739 (reread_symbols): After re-reading an objfile, call
6740 reread_separate_symbols to refresh its separate debug info
6741 objfile, if it has one.
6742 (reread_separate_symbols, find_separate_debug_file,
6743 get_debug_link_info, separate_debug_file_exists): New functions.
6744 (debug_file_directory): New global var.
6745 (_initialize_symfile): Initialize debug_file_directory, and
6746 provide the new `set debug-file-directory' command to let the user
6747 change it.
6748 * objfiles.c (free_objfile): If this objfile has its debug info in
6749 a separate objfile, free that one too. If this is itself a
6750 separate debug info objfile, clear our parent's backlink.
6751 (put_objfile_before): New function.
6752 * utils.c (gnu_debuglink_crc32): New function.
6753 * defs.h (gnu_debuglink_crc32): New declaration.
6754 * Makefile.in (symfile.o): Note dependency on "filenames.h".
6755 * configure.in: Handle --with-separate-debug-dir config option.
6756 * acinclude.m4 (AC_DEFINE_DIR): New macro.
6757 * acconfig.h (DEBUGDIR): New macro.
6758 * configure, aclocal.m4, config.in: Regenerated.
6759
6760 2003-01-22 Jim Blandy <jimb@redhat.com>
6761
6762 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
6763 like the old symbol_file_add, but taking new arguments: you can
6764 now pass in either a `struct section_addr_info' list to say where
6765 each section is loaded, or a `struct section_offsets' table. Pass
6766 these new arguments through to syms_from_objfile as appropriate.
6767 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
6768 with the appropriate quiescent values for the new arguments.
6769
6770 * symfile.c: #include "gdb_assert.h".
6771 (syms_from_objfile): Add the ability to pass in a section offset
6772 table directly, as an alternative to the section_addr_info table.
6773 Document arguments better.
6774 (symbol_file_add): Pass extra arguments to syms_from_objfile.
6775 * symfile.h (syms_from_objfile): Update declaration.
6776 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
6777 syms_from_objfile.
6778 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
6779
6780 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
6781
6782 Original patch by Tom Tromey <tromey@cygnus.com> and
6783 Jason Molenda <jmolenda@apple.com>.
6784 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
6785 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
6786 * NEWS: Mention profiling.
6787 * configure.in (--enable-gdbtk): Fix typo.
6788 (--enable-profiling): New. Set PROFILE_CFLAGS.
6789 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
6790 Fill in function.
6791 (profiling_state): New variable.
6792 (mcleanup_wrapper): New function.
6793 (_initialize_maint): Remove NOTYET, fix call to
6794 add_setshow_boolean_cmd for "maint set profile".
6795 * configure: Regenerated.
6796
6797 2003-01-21 Martin M. Hunt <hunt@redhat.com>
6798
6799 * Makefile.in (install-gdbtk): Install PNG images too.
6800
6801 2003-01-21 Andrew Cagney <ac131313@redhat.com>
6802
6803 * exec.c (text_start): Delete global variable.
6804 (exec_file_attach): Make text_start local to the function.
6805 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
6806 * valops.c (hand_function_call): Delete code that handles
6807 BEFORE_TEXT_END and AFTER_TEXT_END.
6808 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
6809 of CALL_DUMMY_LOCATION.
6810 * gdbarch.c: Regenerate.
6811 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
6812 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
6813 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
6814 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
6815 (text_end): Delete extern declaration.
6816
6817 2003-01-21 Andrew Cagney <ac131313@redhat.com>
6818
6819 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
6820 * blockframe.c (backtrace_below_main): Move to "frame.c".
6821 (frame_chain_valid): Delete check for backtrace_below_main.
6822 (_initialize_blockframe): Delete initialization, move ``set
6823 backtrace-below-main'' command to "frame.c".
6824 (do_flush_frames_sfunc): Delete function.
6825 * frame.c: Include "command.h" and "gdbcmd.h".
6826 (frame_type_from_pc): New function.
6827 (create_new_frame): Use frame_type_from_pc.
6828 (legacy_get_prev_frame): New function.
6829 (get_prev_frame): Rewrite. When an old style frame, call
6830 legacy_get_prev_frame. Otherwize, unwind the PC first.
6831 (_initialize_frame): Add ``set backtrace-below-main'' command.
6832 * Makefile.in (frame.o): Update dependencies.
6833
6834 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6835
6836 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
6837 DEPRECATED_REGISTERS_INFO.
6838
6839 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6840
6841 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
6842 Maintainers'. Update `Various Maintainers'.
6843
6844 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6845
6846 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
6847 * gdbarch.sh (POP_FRAME): Change to function with predicate.
6848 Suppress actual parameters when `-'.
6849 * gdbarch.h, gdbarch.c: Regenerate.
6850
6851 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6852
6853 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
6854 code handling dummy frames.
6855
6856 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6857
6858 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
6859 (struct frame_unwind): Add field pop.
6860 * frame.h (frame_pop): Declare.
6861 * frame.c (frame_saved_regs_pop): New function.
6862 (trad_frame_unwinder): Add frame_saved_regs_pop.
6863 (frame_pop): New function.
6864 * dummy-frame.c (dummy_frame_pop): New function.
6865 (discard_innermost_dummy): New function.
6866 (generic_pop_dummy_frame): Use discard_innermost_dummy.
6867 (dummy_frame_unwind): Add dummy_frame_pop.
6868 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
6869 * valops.c (hand_function_call): Ditto.
6870 * stack.c (return_command): Ditto.
6871
6872 2003-01-18 Andrew Cagney <ac131313@redhat.com>
6873
6874 * cris-tdep.c: Fix function declaration indentation.
6875 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
6876 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
6877 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
6878 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
6879 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
6880 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
6881
6882 2003-01-18 Michael Chastain <mec@shout.net>
6883
6884 * README (Unpacking and Installation -- quick overview):
6885 Warn against ".../gdb-5.3/gdb/configure".
6886
6887 2003-01-18 Andrew Cagney <ac131313@redhat.com>
6888
6889 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
6890 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
6891 (struct frame_unwind): Declare opaque.
6892 (dummy_frame_p): Declare function.
6893 * dummy-frame.c (dummy_frame_id_unwind): Make static.
6894 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
6895 * dummy-frame.c: Include "frame-unwind.h".
6896 (dummy_frame_p): New function.
6897 (dummy_frame_unwind): New variable.
6898 * frame.c: Include "frame-unwind.h".
6899 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
6900 to use the new unwind field.
6901 (set_unwind_by_pc): Delete function.
6902 (create_new_frame, get_prev_frame): Set unwind field using
6903 frame_unwind_find_by_pc.
6904 (trad_frame_unwind, trad_frame_unwinder): New variables.
6905 * frame.h (trad_frame_unwind): Declare variable.
6906 (frame_id_unwind_ftype): Delete declaration.
6907 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
6908 (struct frame_unwind): Declare opaque.
6909 (struct frame_info): Replace the fields id_unwind, pc_unwind and
6910 register_unwind with a single unwind pointer.
6911 * frame-unwind.h, frame-unwind.c: New files.
6912 * Makefile.in (SFILES): Add frame-unwind.c.
6913 (frame_unwind_h): Define.
6914 (COMMON_OBS): Add frame-unwind.o.
6915 (frame-unwind.o): Specify dependencies.
6916 (frame.o, dummy-frame.o): Update dependencies.
6917
6918 2003-01-18 Andrew Cagney <ac131313@redhat.com>
6919
6920 * ada-valprint.c: Eliminate PTR.
6921 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
6922 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
6923 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
6924 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
6925 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
6926 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
6927 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
6928
6929 2003-01-17 Andrew Cagney <ac131313@redhat.com>
6930
6931 * main.c (captured_main): Don't use PTR.
6932 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
6933 * gdbtypes.c (lookup_primitive_typename): Ditto.
6934 (lookup_struct_elt_type): Ditto.
6935 * f-valprint.c (info_common_command): Ditto.
6936 (list_all_visible_commons): Ditto.
6937 * jv-typeprint.c (java_type_print_base): Ditto.
6938
6939 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
6940 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
6941 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
6942 i386-interix-nat.c and i386-interix-tdep.c. Rename
6943 m68klinux-nat.c and m68klinux-tdep.c. Rename
6944 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
6945 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
6946 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
6947 * main.c (captured_main): Use xfree, not free.
6948
6949 2003-01-16 Andrew Cagney <ac131313@redhat.com>
6950
6951 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
6952 ID back using a parameter.
6953 * frame.c (frame_id_unwind): Update call.
6954 (frame_saved_regs_id_unwind): Update.
6955 * dummy-frame.c (dummy_frame_id_unwind): Update function.
6956 * dummy-frame.h (struct frame_id): Add opaque declaration.
6957 (dummy_frame_id_unwind): Update declaration.
6958
6959 2003-01-15 Andrew Cagney <ac131313@redhat.com>
6960
6961 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
6962
6963 2003-01-15 Stephen P. Smith <ischis2@cox.net>
6964
6965 * MAINTAINERS (Stephen P. Smith): Updated email address.
6966
6967 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
6968
6969 Fix PR gdb/898
6970 * breakpoint.c (until_break_command): Add new argument. Use it to
6971 decide whether to stop only at the current frame or not.
6972 * breakpoint.h (until_break_command): Update prototype.
6973 * infcmd.c (until_command): Add new argument to until_break_command
6974 call.
6975 (advance_command): New function.
6976 (_initialize_infcmd): Update help string for 'until' command.
6977 Add new 'advance' command.
6978
6979 2003-01-14 David Carlton <carlton@math.stanford.edu>
6980
6981 * linespec.c (decode_line_1): Normalize comments.
6982 (set_flags): Ditto.
6983 (locate_first_half): Ditto.
6984 (decode_compound): Ditto.
6985 (symtab_from_filename): Ditto.
6986 (decode_all_digits): Ditto.
6987 (decode_dollar): Ditto.
6988 (find_methods): Ditto.
6989 (find_toplevel_char): Ditto.
6990
6991 2003-01-13 Andrew Cagney <ac131313@redhat.com>
6992
6993 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
6994 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
6995 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
6996 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
6997 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
6998 * language.c, language.h, m32r-tdep.c: Update copyright.
6999 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
7000 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
7001 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
7002 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
7003 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
7004 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
7005
7006 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
7007
7008 * stabsread.h (process_later, resolve_cfront_continuation):
7009 Obsolete.
7010 Update copyright years.
7011 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
7012 Update copyright year.
7013 * dbxread.c(struct cont_elem): Obsolete.
7014 (process_later, process_now): Obsolete functions.
7015 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
7016 Update copyright year.
7017 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
7018 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
7019 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
7020 (parse_partial_symbols): Obsolete cfront support.
7021 * stabsread.c
7022 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
7023 macros.
7024 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
7025 read_cfront_baseclasses, read_cfront_member_functions,
7026 resolve_cfront_continuation,read_cfront_static_fields,
7027 copy_cfront_struct_fields): Obsolete functions.
7028 (define_symbol, read_one_struct_field): Obsolete cfront support.
7029 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
7030 Update Copyright year.
7031
7032 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
7033
7034 * stack.c (print_frame_info, print_stack_frame_base_stub,
7035 print_stack_frame_base, show_and_print_stack_frame_stub,
7036 show_and_print_stack_frame, print_only_stack_frame_stub,
7037 print_only_stack_frame): Delete functions.
7038 (print_stack_frame_stub): Call print_frame_info instead of
7039 print_frame_info_base.
7040 (print_frame_info_base): Rename to print_frame_info.
7041 (backtrace_command_1): Call print_frame_info, instead of
7042 print_frame_info_base.
7043 (current_frame_command): Call print_stack_frame, instead of
7044 print_only_stack_frame.
7045 (frame_command): Call print_stack_frame, instead of
7046 show_and_print_stack_frame.
7047 (up_command): Ditto.
7048 (down_command): Ditto.
7049 * frame.h (print_only_stack_frame): Delete prototype.
7050 * infrun.c (normal_stop): Call print_stack_frame, instead of
7051 show_and_print_stack_frame.
7052 * thread.c (info_threads_command): Call print_stack_frame, instead
7053 of print_only_stack_frame.
7054
7055 2003-01-13 Andrew Cagney <ac131313@redhat.com>
7056
7057 * README (Graphical interface to GDB): Update URL. Point at
7058 gdb/links/.
7059
7060 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
7061 version match.
7062
7063 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7064
7065 * symtab.c (find_pc_sect_line): Don't consider end-of-function
7066 lines.
7067
7068 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7069
7070 * thread-db.c (attach_thread): Prototype.
7071 (struct private_thread_info): Remove lwpid. Add thread handle (th),
7072 thread information (ti), and valid flags (th_valid, ti_valid).
7073 (attach_thread): Move target_pid_to_str call to after the thread
7074 is added to GDB's list. Initialize the cache.
7075 (thread_get_info_callback, thread_db_map_id2thr)
7076 (thread_db_get_info): New functions.
7077 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
7078 (thread_db_store_registers, thread_db_thread_alive)
7079 (thread_db_get_thread_local_address): Use them.
7080 (thread_db_pid_to_str): Likewise. Return "Missing" instead
7081 of calling error() for threads in unknown state.
7082
7083 (clear_lwpid_callback): New function.
7084 (thread_db_resume): Use it to clear the cache.
7085
7086 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7087
7088 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
7089 (resume_callback): Remove dead code.
7090
7091 2003-01-13 Andrew Cagney <ac131313@redhat.com>
7092
7093 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
7094 predicate.
7095 * gdbarch.h, gdbarch.c: Regenerate.
7096 * stack.c (frame_info): Only initialize the saved registers when
7097 FRAME_INIT_SAVED_REGS_P.
7098 * frame.c (frame_saved_regs_register_unwind): Assert
7099 FRAME_INIT_SAVED_REGS_P.
7100 (deprecated_generic_get_saved_register): Ditto.
7101
7102 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7103
7104 * source.c (openp): Squelch warning about "filename".
7105
7106 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7107
7108 * source.c (openp): If the file does not exist don't necessarily
7109 search the path.
7110
7111 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7112
7113 Fix PR gdb/872.
7114 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
7115 (integer_types_same_name_p): New function.
7116 (rank_one_type): Use it.
7117 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
7118
7119 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7120
7121 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
7122 variables.
7123 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
7124 * configure.in: Add --with-sysroot.
7125 * configure: Regenerated.
7126 * main.c (gdb_sysroot): New variable.
7127 (captured_main): Initialize gdb_sysroot.
7128 * defs.h (gdb_sysroot): New extern declaration.
7129 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
7130
7131 2003-01-12 Michael Chastain <mec@shout.net>
7132
7133 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
7134
7135 2003-01-12 Michael Chastain <mec@shout.net>
7136
7137 * top.c (print_gdb_version): Bump copyright year to 2003.
7138
7139 2003-01-12 David Carlton <carlton@bactrian.org>
7140
7141 * linespec.c (symtab_from_filename): Rename variable 's' to
7142 'file_symtab'.
7143
7144 2003-01-12 Andrew Cagney <ac131313@redhat.com>
7145
7146 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
7147 dummy frame.
7148 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
7149
7150 2003-01-12 Andrew Cagney <ac131313@redhat.com>
7151
7152 * d10v-tdep.c: Include "gdb_assert.h".
7153 (d10v_store_return_value): Rewrite to match current interface.
7154 (d10v_extract_struct_value_address): Ditto.
7155 (d10v_extract_return_value): Ditto.
7156 (d10v_gdbarch_init): Set store_restore_value,
7157 extract_struct_value_address and extract_return_value.
7158
7159 2003-01-12 J. Brobecker <brobecker@gnat.com>
7160
7161 * hpread.c (set_namestring): New procedure replacing the
7162 SET_NAMESTRING macro.
7163 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
7164 by calls to set_namestring.
7165
7166 2003-01-11 J. Brobecker <brobecker@gnat.com>
7167
7168 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
7169 a compilation warning.
7170 (hpread_process_one_debug_symbol): Likewise.
7171
7172 2003-01-10 David Carlton <carlton@math.stanford.edu>
7173
7174 * linespec.c (decode_line_1): Rename variable 's' to
7175 'file_symtab'.
7176 (decode_all_digits): Rename argument 's' to 'file_symtab'.
7177 (decode_dollar): Ditto.
7178 (decode_variable): Ditto.
7179 (symbol_found): Ditto.
7180
7181 2003-01-09 Michael Chastain <mec@shout.net>
7182
7183 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
7184
7185 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
7186
7187 * win32-nat.c (set_process_privilege): New function.
7188 (child_attach): Call set_process_privilege() to enable the
7189 SE_DEBUG_NAME user privilege if available in process token.
7190
7191 2003-01-10 J. Brobecker <brobecker@gnat.com>
7192
7193 * hpread.c (hpread_process_one_debug_symbol): Fix a small
7194 compilation error in the previous revision.
7195
7196 2003-01-09 David Carlton <carlton@math.stanford.edu>
7197
7198 * linespec.c: Update copyright.
7199
7200 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
7201
7202 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
7203 than inferior_ptid.
7204 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
7205
7206 2003-01-09 Andrew Cagney <ac131313@redhat.com>
7207
7208 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
7209 Update comments.
7210 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
7211 (frame_saved_regs_zalloc): Update.
7212 (frame_saved_regs_register_unwind): Update.
7213 (create_new_frame): Update.
7214 (get_prev_frame): Update.
7215 (frame_extra_info_zalloc): Update.
7216 (deprecated_get_frame_saved_regs): Update.
7217 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
7218 * cris-tdep.c: Update comment.
7219
7220 * somsolib.h: Fix function indentation.
7221 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
7222 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
7223 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
7224 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
7225 * somsolib.c, inftarg.c: Remove assignment in if conditional.
7226
7227 * infrun.c (follow_fork): Use ISO C definition.
7228 * expprint.c (print_subexp): Use xfree instead of free.
7229 * charset.c: Include "gdb_string.h" instead of <string.h>.
7230 (register_iconv_charsets): Use ISO C definition.
7231 (host_charset, target_charset): Ditto.
7232 * Makefile.in (charset.o): Update dependencies.
7233 (mi-cmd-env.o): Update dependencies.
7234
7235 2003-01-08 Andrew Cagney <cagney@redhat.com>
7236
7237 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
7238 get_frame_base.
7239
7240 2003-01-08 Andrew Cagney <ac131313@redhat.com>
7241
7242 * gdb_mbuild.sh: Add --keep option. When specified, keep the
7243 build directories. Save edited gdb output in Mbuild.log. If a
7244 build fails, remove any final GDB executable.
7245
7246 2003-01-08 Andrew Cagney <ac131313@redhat.com>
7247
7248 * gdb_mbuild.sh: Edit the output of `maint print architecture'
7249 replacing hex constants with function names and stripping leading
7250 file name directory prefixes.
7251
7252 2003-01-08 Andrew Cagney <cagney@redhat.com>
7253
7254 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
7255 get_frame_base.
7256
7257 2003-01-08 David Carlton <carlton@math.stanford.edu>
7258
7259 * linespec.c (decode_line_1): Move code into decode_variable.
7260 (decode_variable): New function.
7261
7262 2003-01-08 Andrew Cagney <ac131313@redhat.com>
7263
7264 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
7265
7266 2003-01-08 Andrew Cagney <cagney@redhat.com>
7267
7268 * cris-tdep.c (cris_frame_init_saved_regs): Use
7269 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
7270 saved_regs buffer.
7271 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
7272 (sh64_nofp_frame_init_saved_regs): Ditto.
7273 (sh_fp_frame_init_saved_regs): Ditto.
7274 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
7275 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
7276 * mcore-tdep.c (analyze_dummy_frame): Ditto.
7277 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
7278
7279 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
7280
7281 * minsyms.c (lookup_minimal_symbol): Update comment.
7282 (lookup_minimal_symbol_text): Update comment. Use the hash table.
7283 (lookup_minimal_symbol_solib_trampoline): Likewise.
7284
7285 2003-01-08 Andrew Cagney <cagney@redhat.com>
7286
7287 * d10v-tdep.c (d10v_init_extra_frame_info): Use
7288 frame_relative_level.
7289
7290 * alpha-tdep.c: Use get_frame_extra_info.
7291 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7292 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
7293 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
7294 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
7295
7296 * alpha-tdep.c: Use get_next_frame.
7297 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7298 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
7299 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
7300 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
7301 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
7302 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
7303 * xstormy16-tdep.c: Ditto.
7304
7305 2003-01-07 Andrew Cagney <cagney@redhat.com>
7306
7307 * alpha-tdep.c: Use get_frame_base.
7308 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7309 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
7310 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
7311 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
7312 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
7313 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
7314 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
7315 * config/sparc/tm-sparc.h: Ditto.
7316
7317 2003-01-07 Andrew Cagney <cagney@redhat.com>
7318
7319 * frame.c (deprecated_get_frame_context): New function.
7320 (deprecated_set_frame_context): New function.
7321 * frame.h (deprecated_get_frame_context): Declare.
7322 (deprecated_set_frame_context): Declare.
7323 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
7324 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
7325
7326 2003-01-07 Andrew Cagney <cagney@redhat.com>
7327
7328 * frame.c (deprecated_set_frame_next_hack): New function.
7329 (deprecated_set_frame_prev_hack): New function.
7330 * frame.h (deprecated_set_frame_next_hack): Declare.
7331 (deprecated_set_frame_prev_hack): Declare.
7332 * mcore-tdep.c (analyze_dummy_frame): Use
7333 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
7334 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
7335
7336 2003-01-07 David Carlton <carlton@math.stanford.edu>
7337
7338 * linespec.c (decode_line_1): Move code into decode_dollar.
7339 (decode_dollar): New function.
7340
7341 2003-01-07 Andrew Cagney <cagney@redhat.com>
7342
7343 * arm-tdep.c (arm_init_extra_frame_info): Use
7344 deprecated_update_frame_base_hack.
7345 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
7346 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
7347 (fix_frame_pointer): Ditto.
7348 (mn10300_analyze_prologue): Ditto.
7349
7350 2003-01-07 Andrew Cagney <cagney@redhat.com>
7351
7352 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
7353 extra_info using frame_extra_info_zalloc.
7354 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7355 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
7356 (sh64_init_extra_frame_info): Ditto.
7357 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
7358 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
7359 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
7360 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
7361 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
7362 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
7363 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
7364 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
7365 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
7366 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
7367 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7368 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
7369
7370 * mn10300-tdep.c (analyze_dummy_frame): Use
7371 deprecated_set_frame_extra_info_hack.
7372 * mcore-tdep.c (analyze_dummy_frame): Ditto.
7373
7374 2003-01-07 J. Brobecker <brobecker@gnat.com>
7375
7376 * mdebugread.c (parse_symbol): Skip stProc entries which storage
7377 class is not scText. These do not define "real" procedures.
7378 (parse_partial_symbols): Likewise.
7379
7380 2003-01-06 Michael Snyder <msnyder@redhat.com>
7381
7382 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
7383
7384 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7385
7386 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
7387 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
7388 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
7389 deprecated_frame_xmalloc_with_cleanup.
7390 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
7391 deprecated_frame_xmalloc.
7392 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
7393 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
7394
7395 2003-01-06 Andrew Cagney <cagney@redhat.com>
7396
7397 * x86-64-linux-tdep.c: Include "osabi.h".
7398 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
7399
7400 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
7401
7402 2003-01-06 Andrew Cagney <cagney@redhat.com>
7403
7404 * MAINTAINERS (Target Instruction Set Architectures): Update
7405 arm-elf. Can be built with -Werror, has been multiarched.
7406
7407 * value.h (unpack_long): Make buffer parameter constant.
7408 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
7409 * scm-lang.h (scm_parse): Ditto.
7410 * defs.h (extract_typed_address, extract_address): Ditto.
7411 (extract_long_unsigned_integer): Ditto.
7412 * inferior.h (unsigned_pointer_to_address): Ditto.
7413 (signed_pointer_to_address): Ditto.
7414 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
7415 * gdbarch.h, gdbarch.c: Regenerate.
7416 * findvar.c (extract_long_unsigned_integer): Update.
7417 (extract_address): Update.
7418 (extract_typed_address): Update.
7419 (unsigned_pointer_to_address): Update.
7420 * values.c (unpack_long): Update.
7421 (unpack_double): Update.
7422 (unpack_pointer): Update.
7423 (unpack_field_as_long): Update.
7424 * d10v-tdep.c (d10v_pointer_to_address): Update.
7425 * avr-tdep.c (avr_pointer_to_address): Update.
7426 * scm-lang.c (scm_unpack): Update.
7427 * findvar.c (signed_pointer_to_address): Update.
7428
7429 2003-01-06 Michal Ludvig <mludvig@suse.cz>
7430
7431 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
7432 since it is in i386-tdep.c.
7433
7434 2003-01-06 J. Brobecker <brobecker@gnat.com>
7435
7436 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
7437 failure introduced in the previous change.
7438
7439 2003-01-05 Michael Chastain <mec@shout.net>
7440
7441 * README: Remove references to deleted remote-*.c files:
7442 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
7443 remote-nrom.c, remote-os9k.c, remote-udi.c.
7444
7445 2003-01-05 Mark Kettenis <kettenis@gnu.org>
7446
7447 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
7448 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
7449 i386_get_longjmp_target.
7450
7451 2003-01-05 Andrew Cagney <ac131313@redhat.com>
7452
7453 * arm-tdep.c (prologue_cache): Change to a pointer.
7454 (_initialize_arm_tdep): Allocate prologue_cache.
7455 (check_prologue_cache): Update.
7456 (save_prologue_cache): Update.
7457 (arm_gdbarch_init): Update.
7458
7459 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7460
7461 * stabsread.c (update_method_name_from_physname): Call complaint()
7462 instead of error.
7463
7464 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7465
7466 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
7467 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
7468 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
7469
7470 * blockframe.c: Include "gdbcmd.h" and "command.h".
7471 (backtrace_below_main): New variable.
7472 (file_frame_chain_valid, func_frame_chain_valid)
7473 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
7474 (generic_func_frame_chain_valid): Remove functions.
7475 (frame_chain_valid, do_flush_frames_sfunc): New functions.
7476 (_initialize_blockframe): New function.
7477 * Makefile.in (blockframe.o): Update dependencies.
7478 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
7479 comment. Call frame_chain_valid ().
7480 * frame.h: Remove old prototypes. Add prototype for
7481 frame_chain_valid and update comments to match.
7482 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
7483 Remove old comment.
7484 * gdbarch.h: Regenerated.
7485 * gdbarch.c: Regenerated.
7486
7487 * alpha-tdep.c (alpha_gdbarch_init): Don't call
7488 set_gdbarch_frame_chain_valid.
7489 * avr-tdep.c (avr_gdbarch_init): Likewise.
7490 * cris-tdep.c (cris_gdbarch_init): Likewise.
7491 * frv-tdep.c (frv_gdbarch_init): Likewise.
7492 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
7493 * i386-tdep.c (i386_svr4_init_abi): Likewise.
7494 (i386_nw_init_abi): Likewise.
7495 (i386_gdbarch_init): Likewise.
7496 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
7497 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
7498 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
7499 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
7500 * mips-tdep.c (mips_gdbarch_init): Likewise.
7501 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
7502 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
7503 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
7504 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
7505 * s390-tdep.c (s390_gdbarch_init): Likewise.
7506 * sh-tdep.c (sh_gdbarch_init): Likewise.
7507 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
7508 * v850-tdep.c (v850_gdbarch_init): Likewise.
7509 * vax-tdep.c (vax_gdbarch_init): Likewise.
7510 * x86-64-tdep.c (x86_64_init_abi): Likewise.
7511
7512 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
7513 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
7514 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
7515 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
7516 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
7517 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
7518 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
7519 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
7520
7521 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7522
7523 * Makefile.in (acconfig_h): Remove incorrect macro.
7524 (config_h): Define.
7525 (osabi.o): Update dependencies.
7526 * configure.tgt: Set gdb_osabi based on target triplet.
7527 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
7528 * configure: Regenerated.
7529 * config.in: Regenerated.
7530 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
7531 (GDB_OSABI_DEFAULT): Define if not already defined.
7532 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
7533 (set_osabi_string): New variables.
7534 (gdbarch_register_osabi): Add new OS ABI to
7535 gdb_osabi_available_names.
7536 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
7537 (set_osabi, show_osabi): New functions.
7538 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
7539
7540 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7541
7542 * arch-utils.c (gdbarch_info_init): Set osabi to
7543 GDB_OSABI_UNINITIALIZED.
7544 * gdbarch.sh: Add osabi to struct gdbarch and to struct
7545 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
7546 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
7547 * gdbarch.c: Regenerated.
7548 * gdbarch.h: Regenerated.
7549 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
7550 there's no BFD.
7551 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
7552 * osabi.h (enum gdb_osabi): Move to defs.h.
7553 (gdbarch_init_osabi): Update prototype.
7554 * defs.h (enum gdb_osabi): Moved here.
7555 * Makefile.in: Update dependencies.
7556
7557 * alpha-tdep.h: Don't include "osabi.h".
7558 (struct gdbarch_tdep): Remove osabi member.
7559 * alpha-tdep.c: Include "osabi.h".
7560 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7561 iterate over arches. Update call to gdbarch_init_osabi.
7562 (alpha_dump_tdep): Don't dump osabi.
7563 * alpha-linux-tdep.c: Include "osabi.h".
7564 * alpha-osf1-tdep.c: Include "osabi.h".
7565 * alphafbsd-tdep.c: Include "osabi.h".
7566 * alphanbsd-tdep.c: Include "osabi.h".
7567
7568 * arm-tdep.h: Don't include "osabi.h".
7569 (struct gdbarch_tdep): Remove osabi member.
7570 * arm-tdep.c: Include "osabi.h".
7571 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7572 iterate over arches. Update call to gdbarch_init_osabi.
7573 (arm_dump_tdep): Don't dump osabi.
7574 * arm-linux-tdep.c: Include "osabi.h".
7575 * armnbsd-tdep.c: Include "osabi.h".
7576
7577 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
7578 Update call to gdbarch_init_osabi.
7579
7580 * i386-tdep.h: Don't include "osabi.h".
7581 (struct gdbarch_tdep): Remove osabi member.
7582 * i386-tdep.c: Include "osabi.h".
7583 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7584 iterate over arches. Update call to gdbarch_init_osabi.
7585 (i386_dump_tdep): Don't dump osabi.
7586 * i386-linux-tdep.c: Include "osabi.h".
7587 * i386-sol2-tdep.c: Include "osabi.h".
7588 * i386bsd-tdep.c: Include "osabi.h".
7589 * i386gnu-tdep.c: Include "osabi.h".
7590 * i386ly-tdep.c: Include "osabi.h".
7591 * i386nbsd-tdep.c: Include "osabi.h".
7592 * i386obsd-tdep.c: Include "osabi.h".
7593
7594 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
7595 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7596 check osabi when iterating over arches. Update call to
7597 gdbarch_init_osabi.
7598 (mips_dump_tdep): Don't dump osabi.
7599
7600 * ns32k-tdep.h: Don't include "osabi.h".
7601 (struct gdbarch_tdep): Remove.
7602 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
7603 gdbarch_lookup_osabi. Don't iterate over arches. Don't
7604 allocate tdep. Update call to gdbarch_init_osabi.
7605 (ns32k_dump_tdep): Remove.
7606 (_initialize_ns32k_tdep): Update call to gdbarch_register.
7607 * ns32knbsd-tdep.c: Include "osabi.h".
7608
7609 * ppc-tdep.h: Don't include "osabi.h".
7610 (struct gdbarch_tdep): Remove osabi member.
7611 * rs6000-tdep.c: Include "osabi.h".
7612 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
7613 osabi when iterating over arches. Update call to
7614 gdbarch_init_osabi.
7615 (rs6000_dump_tdep): Don't dump osabi.
7616 * ppc-linux-tdep.c: Include "osabi.h".
7617 * ppcnbsd-tdep.c: Include "osabi.h".
7618
7619 * sh-tdep.h: Don't include "osabi.h".
7620 (struct gdbarch_tdep): Remove osabi member.
7621 * sh-tdep.c: Include "osabi.h".
7622 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7623 iterate over arches. Update call to gdbarch_init_osabi.
7624 (sh_dump_tdep): Don't dump osabi.
7625 * shnbsd-tdep.c: Include "osabi.h".
7626
7627 * sparc-tdep.c: Include "osabi.h".
7628 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7629 iterate over arches. Update call to gdbarch_init_osabi.
7630 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
7631 tdep structure.
7632
7633 * vax-tdep.h: Don't include "osabi.h".
7634 (struct gdbarch_tdep): Remove.
7635 * vax-tdep.c: Include "osabi.h".
7636 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7637 iterate over arches. Don't allocate tdep. Update call
7638 to gdbarch_init_osabi.
7639 (vax_dump_tdep): Remove.
7640 (_initialize_vax_tdep): Update call to gdbarch_register.
7641
7642 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7643
7644 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
7645 entirely.
7646 (breakpoint_re_set_one): Don't fetch the value for a disabled
7647 watchpoint.
7648
7649 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7650
7651 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
7652 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
7653 (COERCE_FLOAT_TO_DOUBLE): Remove.
7654 * gdbarch.c: Regenerate.
7655 * gdbarch.h: Regenerate.
7656 * Makefile.in: Remove value_h from gdbarch_h.
7657 * valops.c (coerce_float_to_double): New variable.
7658 (default_coerce_float_to_double): Remove.
7659 (standard_coerce_float_to_double): Remove.
7660 (value_arg_coerce): Use coerce_float_to_double.
7661 (_initialize_valops): Add "set coerce-float-to-double".
7662 * value.h (default_coerce_float_to_double): Remove prototype.
7663 (standard_coerce_float_to_double): Remove prototype.
7664
7665 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
7666 prototyped.
7667 * mdebugread.c (parse_symbol): Likewise.
7668 * stabsread.c (define_symbol): Mark all functions as prototyped.
7669
7670 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
7671 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
7672 set_gdbarch_coerce_float_to_double.
7673 * arm-tdep.c (arm_gdbarch_init): Likewise.
7674 * frv-tdep.c (frv_gdbarch_init): Likewise.
7675 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
7676 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
7677 * mips-tdep.c (mips_gdbarch_init): Likewise.
7678 (mips_coerce_float_to_double): Remove.
7679 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
7680 (rs6000_coerce_float_to_double): Remove.
7681 * s390-tdep.c (s390_gdbarch_init): Likewise.
7682 * sh-tdep.c (sh_gdbarch_init): Likewise.
7683 (sh_coerce_float_to_double): Remove.
7684 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
7685 (sparc_coerce_float_to_double): Remove.
7686 * v850-tdep.c (v850_gdbarch_init): Likewise.
7687 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
7688 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7689 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
7690 (hppa_coerce_float_to_double): Remove prototype.
7691 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7692
7693 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7694
7695 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
7696
7697 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7698
7699 Suggested by Stewart Brown <sb24@avaya.com>:
7700 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
7701 in recursive calls. Handle TYPE_CODE_TYPEDEF.
7702 (c_type_print_varspec_suffix): Likewise.
7703
7704 2003-01-04 Mark Kettenis <kettenis@gnu.org>
7705
7706 * configure.in: Don't set and AC_SUBST SUBDIRS.
7707 * configure: Regenerated.
7708
7709 * configure.in: Remove code dealing with shared libraries.
7710 * Makefile.in: Remove HLDFLAGS and HLDENV.
7711 * configure: Regenerated.
7712
7713 2003-01-04 Andrew Cagney <ac131313@redhat.com>
7714
7715 * frame.c (deprecated_frame_xmalloc): New function.
7716 (deprecated_set_frame_saved_regs_hack): New function.
7717 (deprecated_set_frame_extra_info_hack): New function.
7718 * frame.h (deprecated_frame_xmalloc): Declare.
7719 (deprecated_set_frame_saved_regs_hack): Declare.
7720 (deprecated_set_frame_extra_info_hack): Declare.
7721
7722 2003-01-04 Mark Kettenis <kettenis@gnu.org>
7723
7724 * configure.in: Move code that provides the --enable-gdbtk option
7725 right after the code that handles the --enable-tui option, and
7726 polish it somewhat.
7727 * configure: Regenerated.
7728
7729 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
7730 AC_CHECK_FUNCS and remove the old check for pread64.
7731 * acinclude.m4 (AC_GNU_SOURCE): New macro.
7732 * acconfig.h (_GNU_SOURCE): Add.
7733 (HAVE_PREAD64): Remove.
7734 * configure, aclocal.m4, config.in: Regenerated.
7735
7736 2003-01-03 Andrew Cagney <ac131313@redhat.com>
7737
7738 * alpha-tdep.c: Use get_frame_saved_regs.
7739 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7740 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
7741 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
7742 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
7743 * vax-tdep.c, xstormy16-tdep.c: Ditto.
7744
7745 2003-01-03 Mark Kettenis <kettenis@gnu.org>
7746
7747 * configure.in: Remove all use of the SUBDIRS variable; add
7748 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
7749 code providing the --enable-multi-ice option, and move it right in
7750 front of the code that checks whether gdbserver is supported.
7751 Polish that too.
7752 * configure: Regenerated.
7753 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
7754 @SUBDIRS@.
7755
7756 2003-01-03 Andrew Cagney <cagney@redhat.com>
7757
7758 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
7759 * avr-tdep.c, cris-tdep.c: Ditto.
7760 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
7761 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
7762
7763 2003-01-03 Mark Kettenis <kettenis@gnu.org>
7764
7765 * configure.in: Remove --enable-netrom option.
7766 * configure: Regenerated.
7767
7768 2003-01-03 Mark Kettenis <kettenis@gnu.org>
7769
7770 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
7771 declaration for `struct re_pattern_buffer' instead.
7772 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
7773
7774 2003-01-03 J. Brobecker <brobecker@gnat.com>
7775
7776 * mdebugread.c (parse_symbol): Count until the stEnd matching
7777 the structure name.
7778
7779 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7780
7781 * configure.in: Remove --with-cpu option.
7782 subscripts. Remove evil changequotes here.
7783 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
7784 * config.in, configure: Regenerated.
7785
7786 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
7787 * configure.in: Cleanup section that sources GDB and BFD configure
7788 subscripts. Remove evil changequotes here.
7789 * config.in, configure: Regenerated.
7790
7791 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7792
7793 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
7794 frame accessor methods.
7795 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7796 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
7797 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
7798 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
7799 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
7800 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
7801 * z8k-tdep.c: Ditto.
7802
7803 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7804
7805 * configure.in: Remove UI_OUT configuration code.
7806 * ada-lang.c: Update assuming UI_OUT is always true.
7807 * Makefile.in (UIOUT_CFLAGS): Remove.
7808 * configure: Regenerated.
7809 * TODO: Remove blurb about elimination of -DUI_OUT.
7810
7811 * configure.in: Move code that provides the --enable-gdbcli,
7812 --enable-gdbmi options right before the code that handles the
7813 --enable-tui option. Polish a bit.
7814 * configure: Regenerated.
7815
7816 * configure.in: Rewrite check for GNU regex and the
7817 --without-included regex option, and move it into the "Checks for
7818 library functions" section. This makes us use the system regex
7819 again by default on systems with version 2 of the GNU C library.
7820 This was apparently broken.
7821 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
7822 * acconfig.h (USE_INCLUDED_REGEX): Remove.
7823 * config.in, configure: Regenerated.
7824
7825 * configure.in: Move code that provides the --enable-tui option
7826 before the "Checks for libraries" section. Polish the code
7827 somewhat and set need_curses to yes if we build the TUI. Rewrite
7828 code that looks for a library providing termcap functionality to
7829 match more closely what's done in the Readline library, and move
7830 it into to the "Checks for libraries" section.
7831 * configure: Regenerated.
7832 * Makefile.in (TERMCAP): Remove variable.
7833 * config/i386/go32.mh (TERMCAP): Remove variable.
7834
7835 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7836
7837 * MAINTAINERS: Mention gdb_mbuild.sh.
7838 * gdb_mbuild.sh: Rewrite.
7839
7840 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7841
7842 * configure.in: Fix typo in last change.
7843 * config.in, configure: Regenerated.
7844
7845 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7846
7847 * valarith.c (value_binop): Delete obsolete code and comments.
7848 * configure.host: Ditto.
7849 * buildsym.h (make_blockvector): Ditto.
7850 * buildsym.c (make_blockvector): Ditto.
7851 * defs.h (enum language): Ditto.
7852 (chill_demangle): Ditto.
7853 * elfread.c (elf_symtab_read): Ditto.
7854 * dwarfread.c (CHILL_PRODUCER): Ditto.
7855 (set_cu_language): Ditto.
7856 (handle_producer): Ditto.
7857 * expprint.c (print_subexp): Ditto.
7858 * gdbtypes.c (chill_varying_type): Ditto.
7859 * gdbtypes.h (builtin_type_chill_bool): Ditto.
7860 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
7861 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
7862 (chill_varying_type): Ditto.
7863 * language.h (_LANG_chill): Ditto.
7864 * language.c (binop_result_type, integral_type): Ditto.
7865 (character_type, string_type, structured_type): Ditto.
7866 (lang_bool_type, binop_type_check): Ditto.
7867 * stabsread.h (os9k_stabs): Ditto.
7868 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
7869 (define_symbol, read_type, read_struct_fields): Ditto.
7870 (read_array_type, read_enum_type, read_huge_number): Ditto.
7871 (read_range_type, start_stabs): Ditto.
7872 * symfile.c (init_filename_language_table): Ditto.
7873 (add_psymbol_with_dem_name_to_list): Ditto.
7874 * symtab.c (symbol_init_language_specific): Ditto.
7875 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
7876 * symtab.h (struct general_symbol_info): Ditto.
7877 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
7878 * typeprint.c (typedef_print): Ditto.
7879 * utils.c (fprintf_symbol_filtered): Ditto.
7880 * valops.c (value_cast, search_struct_field, value_slice): Delete
7881 obsolete code.
7882 (varying_to_slice): Delete function.
7883 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
7884 (varying_to_slice): Delete declaration.
7885 * MAINTAINERS: Update.
7886
7887 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7888
7889 * configure.in: Reorganize "Checks for library functions section"
7890 a bit. Remove check for `btowc' and `isascii' functions.
7891 * configure: Regenerated.
7892
7893 * acconfig.h (_MSE_INT_H): Remove.
7894 * configure.in: Create "Checks for header files" section, and move
7895 appropriate tests there. Don't check for objlist.h, wchar.h,
7896 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
7897 misdetection fix. Also add "Checks for types", "Checks for
7898 compiler characteristics" and "Checks for library functions"
7899 sections.
7900 * config.in, configure: Regenerated.
7901
7902 * configure.in: Create "Checks for programs" section, and move
7903 appropriate tests there.
7904
7905 2003-01-01 Mark Kettenis <kettenis@gnu.org>
7906
7907 * configure.in: Create "Checks for libraries" section, and move
7908 appropriate tests there. Cleanup check for wctype in libw. Use
7909 AC_SEARCH_LIBS to see whether we need libsocket.
7910 * configure: Regenerated.
7911
7912 For older changes see ChangeLog-2002
7913 \f
7914 Local Variables:
7915 mode: change-log
7916 left-margin: 8
7917 fill-column: 74
7918 version-control: never
7919 End: