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