2003-06-30 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
a257b5bb
AC
12003-06-30 Andrew Cagney <cagney@redhat.com>
2
3 * remote.c (remote_write_bytes): Explicitly compute and then use
4 the payload size. Update comments to reflect. Fixes problem of
5 GDB not sending small packets as found by Fred Fish.
6
0a2cfde4
AC
72003-06-30 Andrew Cagney <cagney@redhat.com>
8
9 * remote.c (remote_async_wait): Fix -Wformat problem.
10
3fcb8548
AC
112003-06-29 Andrew Cagney <cagney@redhat.com>
12
13 * remote.c (remote_wait): Call error, and not warning, when the
14 packet is corrupt.
15 (remote_async_wait): Ditto.
16
9f9970a3
DJ
172003-06-29 Daniel Jacobowitz <drow@mvista.com>
18
19 * sparc-tdep.c (sparc_y_regnum): Make external again.
20
83a8ccca
DJ
212003-06-29 Daniel Jacobowitz <drow@mvista.com>
22
23 * cli/cli-logging.c (pop_output_files): Add void to function
24 definition.
25
d2cf594a
AC
262003-06-29 Andrew Cagney <cagney@redhat.com>
27
28 * frame.c (frame_register_unwind): Use unsigned char when dumping
29 the buffer contents.
30
0fac0b41
DJ
312003-06-28 Daniel Jacobowitz <drow@mvista.com>
32
33 * cli/cli-logging.c: New file.
34 * cli-out.c (struct ui_out_data): Add original_stream.
35 (cli_redirect): New function.
36 (cli_ui_out_impl): Add cli_redirect.
37 (cli_out_new): Initialize original_stream.
38 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
39 (uo_redirect, ui_out_redirect): New.
40 * ui-out.h (struct ui_out_impl): Add redirect member.
41 (redirect_ftype): New.
42 (ui_out_redirect): Add prototype.
43 * Makefile.in: Add rules for cli-logging.c.
44 * NEWS: Mention "set logging".
45
88a07d7c
EZ
462003-06-27 Elena Zannoni <ezannoni@redhat.com>
47
48 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
49
4eb58876
AC
502003-06-27 Andrew Cagney <cagney@redhat.com>
51
52 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
53 (m68hc11_gdbarch_init): Do not set call_dummy_address.
54 * avr-tdep.c (avr_call_dummy_address): Delete function.
55 (avr_gdbarch_init): Do not set call_dummy_address.
56
1549f619
EZ
572003-06-27 Elena Zannoni <ezannoni@redhat.com>
58
59 * symfile.c (syms_from_objfile): Move variables to inner block.
60 Move the checks for the non-mainline case a bit earlier to avoid
61 doing some useless computations.
62
3cb3398d
EZ
632003-06-27 Elena Zannoni <ezannoni@redhat.com>
64
65 * dwarfread.c (decode_modified_type): Gag new compiler warning.
66
3799ccc6
EZ
672003-06-26 Elena Zannoni <ezannoni@redhat.com>
68
69 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
70 sections.
71
ce1f6491
MC
722003-06-26 Michael Chastain <mec@shout.net>
73
74 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
75 gdb/testsuite/gdb.c++/pr-1210.exp.
76
d958dfd0
AC
772003-06-26 Andrew Cagney <cagney@redhat.com>
78
79 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
80 altivec_expression.h and altivec_registers.h.
81
d31431ed
AC
822003-06-26 Andrew Cagney <cagney@redhat.com>
83
84 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
85 info->mach when MIPS16. Patch suggested by Fred Fish.
86
714b1282
AC
872003-06-26 Andrew Cagney <cagney@redhat.com>
88
89 * utils.c (internal_vproblem): Print the problem to a reason
90 buffer and then pass to query. Make the msg variable more local.
91
42efa47a
AC
922003-06-26 Andrew Cagney <cagney@redhat.com>
93
94 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
95 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
96 * gdbarch.h, gdbarch.c: Re-generate.
97 * frame-base.c (default_frame_args_address): Update. Use
98 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
99 not available.
100 (default_frame_locals_address): Ditto for
101 DEPRECATED_FRAME_LOCALS_ADDRESS.
102 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
103 (vax_frame_num_args): Update.
104 (vax_gdbarch_init): Update.
105 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
106 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
107 * mcore-tdep.c (mcore_gdbarch_init): Update.
108 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
109 * ia64-tdep.c (ia64_gdbarch_init): Update.
110 * symtab.h (address_class): Update comments.
111 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
112 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
113 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
114 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
115 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
116 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
117 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
118 * alpha-mdebug-tdep.c: Update.
119 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
120
8ffd9b1b
AJ
1212003-06-26 Andreas Jaeger <aj@suse.de>
122
123 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
124 of SSE registers so that varargs functions work. Rework handling
125 of passing arguments on the stack.
126 (x86_64_store_return_value): Return double and float values in SSE
127 register.
128
e8ac10a6
MC
1292003-06-24 Michael Chastain <mec@shout.net>
130
131 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
132 the "constructor breakpoints ignored" bug.
133
986af8e6
DC
1342003-06-25 David Carlton <carlton@kealia.com>
135
136 * MAINTAINERS: Update e-mail address.
137
d64558a5
JB
1382003-06-24 Jim Blandy <jimb@redhat.com>
139
e538d2d7
JB
140 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
141
02631ec0
JB
142 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
143 function.
144 (ppc_linux_init_abi): Register it as the
145 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
146
e716d87a
JB
147 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
148 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
149 method.
150
d64558a5
JB
151 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
152 (ppc64_standard_linkage_target): Use it.
153
449a5da4
AC
1542003-06-23 Andrew Cagney <cagney@redhat.com>
155
156 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
157 for 0 "int0" and 4 "int32" sized registers.
158 * gdbtypes.c (builtin_type_int0): Define.
159 (build_gdbtypes): Initialize builtin_type_int0.
160 * gdbtypes.h (builtin_type_int0): Declare.
161
b2a02dda
SC
1622003-06-23 Stephane Carrez <stcarrez@nerim.fr>
163
164 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
165 as characters are unsigned.
166
fba3138e
DJ
1672003-06-22 Daniel Jacobowitz <drow@mvista.com>
168
169 PR gdb/1179
170 * dwarfread.c (struct_type): Skip static fields without crashing.
171
f6c8180b
AC
1722003-06-22 Andrew Cagney <cagney@redhat.com>
173
174 GDB 6.0 branch created.
f2c06f52
AC
175 * README: Update.
176 * PROBLEMS: Update. Empty.
177 * NEWS: Update.
f6c8180b 178
ae822768
DJ
1792003-06-22 Daniel Jacobowitz <drow@mvista.com>
180
181 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
182 Suggested by Nick Hibma <n_hibma@webweaving.org>.
183
261de166
AC
1842003-06-22 Andrew Cagney <cagney@redhat.com>
185
186 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
187 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
188 Velikov.
189
30e94205
DJ
1902003-06-22 Daniel Jacobowitz <drow@mvista.com>
191
192 * cli/cli-cmds.c (shell_escape): Silence warnings from old
193 compilers.
194
9e14d721
DJ
1952003-06-21 Daniel Jacobowitz <drow@mvista.com>
196
197 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
198 argument of val_print.
199 * cp-valprint.c (cp_print_value): Don't add the offset parameter
200 to the address argument of baseclass_offset or target_read_memory.
201 Do add it to the argument of cp_print_value_fields.
202
a4b8ebc8
AC
2032003-06-21 Andrew Cagney <cagney@redhat.com>
204
205 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
206 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
207 instead of 0..NUM_REGS.
208 (mips_register_reggroup_p): New function.
209 (mips_pseudo_register_write): New function.
210 (mips_pseudo_register_read): New function.
211 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
212 based on the register's type.
213 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
214 cooked.
215 (mips_get_saved_register): Simplify. Assert that REGNO is a
216 pseudo / cooked.
217 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
218 (mips_register_type): Replace mips_register_virtual_type. Map
219 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
220 when available.
221 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
222 that the register is cooked / virtual.
223 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
224 Only get the extra info when needed.
225 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
226 (mips32_heuristic_proc_desc): Fetch the cooked register.
227 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
228 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
229 (mips_print_register): Use gdbarch_register_type, instead of
230 REGISTER_VIRTUAL_TYPE.
231 (print_gp_register_row): Use gdbarch_register_type, instead of
232 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
233 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
234 Print the pseudo / cooked registers.
235 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
236 Print the pseudo / cooked registers.
237 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
238 REG_NUM is pseudo / cooked.
239 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
240 (mips_n32n64_xfer_return_value): Ditto.
241 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
242 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
243 (mips_register_sim_regno): New function.
244 (mips_gdbarch_init): Set deprecated_register_byte,
245 register_group_p, pseudo_register_write, pseudo_register_read,
246 register_sim_regno, and num_pseudo_regs. Set register_type,
247 instead of register_virtual_type.
248 * Makefile.in (mips-tdep.o): Update dependencies.
249 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
250 REGISTER_VIRTUAL_TYPE.
251 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
252 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
253 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
254 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
255 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
256
325ed089
DJ
2572003-06-21 Daniel Jacobowitz <drow@mvista.com>
258
259 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
260 * cli/cli-cmds.c: Include "gdb_vfork.h".
261 (shell_escape): Use vfork.
262
f0e7d0e8
AC
2632003-06-21 Andrew Cagney <cagney@redhat.com>
264
c57bb9fa
AC
265 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
266 32 bit floating-point register saves.
267
6e51443a
AC
268 * frame.h (deprecated_unwind_get_saved_register): Delete.
269 * frame.c (deprecated_unwind_get_saved_register): Delete function.
270 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
271 and deprecated_get_next_frame_hack instead of
272 deprecated_unwind_get_saved_register.
273
ed183c7c
AC
274 * mips-tdep.c (mips_dump_tdep): Do not print
275 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
276
f0e7d0e8
AC
277 * frame.c (get_frame_register): New function.
278 (frame_unwind_register_signed): New function.
279 (get_frame_register_signed): New function.
280 (frame_unwind_register_unsigned): New function.
281 (get_frame_register_unsigned): New function.
282 * frame.h: Add comments on naming schema.
283 (get_frame_register, frame_unwind_register_signed): Declare.
284 (get_frame_register_signed, get_frame_register_signed): Declare.
285 (frame_unwind_register_unsigned): Declare.
286 (get_frame_register_unsigned): Declare.
287
2224d941
TR
2882003-06-20 Theodore A. Roth <troth@openavr.org>
289
290 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
291
8619218d
TR
2922003-06-20 Theodore A. Roth <troth@openavr.org>
293
294 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
295 (avr_read_sp): Ditto.
296
0b1b50c0
DJ
2972003-06-20 Daniel Jacobowitz <drow@mvista.com>
298
299 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
300 * config/arm/nm-linux.h: Likewise.
301 * config/arm/tm-linux.h: Likewise.
302 * config/ia64/nm-linux.h: Likewise.
303 * config/ia64/tm-ia64.h: Likewise.
304 * config/s390/tm-linux.h: Likewise.
305 * config/s390/tm-s390.h: Likewise.
306 * s390-nat.c: Likewise.
307 * s390-tdep.c: Likewise.
308
309 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
310 * config/ia64/linux.mt: Likewise.
311 * config/m68k/linux.mh: Likewise.
312 * config/mips/linux.mt: Likewise.
313 * config/powerpc/linux.mh: Likewise.
314 * config/sh/linux.mt: Likewise.
315
c8c18e65
KW
3162003-06-19 Kris Warkentin <kewarken@qnx.com>
317
318 * solib.c (solib_open): Change tests for whether to search
319 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
320 comments.
321
dcccef2e
TR
3222003-06-19 Theodore A. Roth <troth@openavr.org>
323
324 * avr-tdep.c (avr_frame_address): Delete function.
325 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
326 set_gdbarch_frame_args_address.
327
5861a190
AC
3282003-06-19 Andrew Cagney <cagney@redhat.com>
329
330 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
331 (REGISTER_CONVERT_FROM_TYPE): Delete.
332 (mips_register_convert_to_type): Delete declaration.
333 (mips_register_convert_from_type): Delete declaration.
334 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
335 kernel/.
336
0274a8ce
MS
3372003-06-19 Michael Snyder <msnyder@redhat.com>
338
339 * linux-nat.h: New file.
340 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 341 * lin-lwp.c: Include linux-nat.h.
0274a8ce 342 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 343 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
344 (linux_make_note_section): Iterate over lwps instead of threads.
345 (linux_do_thread_registers): Use lwp instead of merged pid.
346 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 347 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
348 Add dependency on linux_nat_h.
349
adf5f719
TR
3502003-06-19 Theodore A. Roth <troth@openavr.org>
351
352 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
353
6766a268
DJ
3542003-06-19 Daniel Jacobowitz <drow@mvista.com>
355
356 * varobj.c (get_type, get_target_type): Use check_typedef.
357
1171114a
DJ
3582003-06-19 Daniel Jacobowitz <drow@mvista.com>
359
360 * breakpoint.c (insert_catchpoint): Call internal_error.
361
adcf68a2
TR
3622003-06-19 Theodore A. Roth <troth@openavr.org>
363
364 * avr-tdep.c (avr_push_dummy_code): Delete function.
365 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
366
ea67f13b
DJ
3672003-06-19 Daniel Jacobowitz <drow@mvista.com>
368
369 * arch-utils.c (default_prepare_to_proceed): Remove.
370 (generic_prepare_to_proceed): Remove.
371 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
372 (generic_prepare_to_proceed): Remove prototype.
373 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
374 * gdbarch.c: Regenerate.
375 * gdbarch.h: Regenerate.
376 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
377 * hppah-nat.c (hppa_switched_threads): Remove.
378 * infrun.c (prepare_to_proceed): New static function, copied from
379 generic_prepare_to_proceed. Remove select_it argument.
380 (proceed): Call prepare_to_proceed.
381 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
382 variables.
383 (ptrace_wait): Don't set the removed variables.
384 (hppa_switched_threads): Remove.
385 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
386 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
387 (lin_lwp_prepare_to_proceed): Remove prototype.
388 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
389 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
390
4add8633
TR
3912003-06-18 Theodore A. Roth <troth@openavr.org>
392
393 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
394 trad-frame.h.
395 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
396 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
397 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
398 (AVR_PROLOGUE_*): Enumerate prologue types.
399 (struct frame_extra_info): Remove.
400 (struct avr_unwind_cache): Define.
401 (avr_write_sp): Delete function.
402 (avr_read_fp): Ditto.
403 (avr_init_extra_frame_info): Ditto.
404 (avr_pop_frame): Ditto.
405 (avr_frame_saved_pc): Ditto.
406 (avr_saved_pc_after_call): Ditto.
407 (avr_push_return_address): Ditto.
408 (avr_frame_chain): Ditto.
409 (avr_store_struct_return): Ditto.
410 (avr_push_arguments): Ditto.
411 (avr_scan_prologue): Update comments. Changed to set up the info for
412 cache unwinding. Now returns end of prologue PC.
413 (avr_skip_prologue): Better handling of functions lacking a prologue
414 by using avr_scan_prologue.
415 (avr_scan_arg_moves): New function.
416 (avr_saved_regs_unwinder): Ditto.
417 (avr_frame_unwind_cache): Ditto.
418 (avr_unwind_pc): Ditto.
419 (avr_frame_this_id): Ditto.
420 (avr_frame_prev_register): Ditto.
421 (avr_frame_p): Ditto.
422 (avr_frame_base_address ): Ditto.
423 (avr_unwind_dummy_id): Ditto.
424 (avr_push_dummy_code): Ditto.
425 (push_stack_item): Ditto.
426 (pop_stack_item): Ditto.
427 (avr_push_dummy_call): Ditto.
428 (struct stack_item): Define.
429 (avr_frame_unwind): Declare structure.
430 (avr_frame_base): Ditto.
431 (avr_gdbarch_init): Remove calls to
432 set_gdbarch_deprecated_init_frame_pc,
433 set_gdbarch_deprecated_target_read_fp,
434 set_gdbarch_deprecated_dummy_write_sp,
435 set_gdbarch_deprecated_fp_regnum,
436 set_gdbarch_deprecated_push_arguments,
437 set_gdbarch_deprecated_push_return_address,
438 set_gdbarch_deprecated_pop_frame,
439 set_gdbarch_deprecated_store_struct_return,
440 set_gdbarch_deprecated_frame_init_saved_regs,
441 set_gdbarch_deprecated_init_extra_frame_info,
442 set_gdbarch_deprecated_frame_chain,
443 set_gdbarch_deprecated_frame_saved_pc,
444 set_gdbarch_deprecated_saved_pc_after_call.
445 Add calls to set_gdbarch_push_dummy_call,
446 set_gdbarch_push_dummy_code,
447 frame_unwind_append_predicate,
448 frame_base_set_default,
449 set_gdbarch_unwind_dummy_id,
450 set_gdbarch_unwind_pc.
451 Wrap a long line.
452
7be04a68
MS
4532003-06-18 Corinna Vinschen <vinschen@redhat.com>
454
455 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
456 registers for H8/300S.
457 (h8300_print_registers_info): Ditto.
8ffd9b1b 458 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 459
ae087d01
DJ
4602003-06-18 Daniel Jacobowitz <drow@mvista.com>
461
462 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
463 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
464 (lin_lwp_wait): Likewise. Update comments.
465 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
466 (pull_pid_from_list, linux_record_stopped_pid): New.
467
07d8f827
SC
4682003-06-17 Stephane Carrez <stcarrez@nerim.fr>
469
470 * ada-lang.c (scan_discrim_bound): Name first argument.
471 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
472 declared by ALL_BLOCK_SYMBOLS.
473
7cb47b14
SC
4742003-06-17 Stephane Carrez <stcarrez@nerim.fr>
475
476 * ada-tasks.c (find_function_in_inferior): Don't declare it.
477 ("regcache.h"): Include it.
478 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
479
6ad8ae5c
DJ
4802003-06-17 Daniel Jacobowitz <drow@mvista.com>
481
482 * NEWS: Mention gdbserver detach change and "disconnect" command.
483 * infcmd.c (disconnect_command): New function.
484 (_initialize_infcmd): Add ``disconnect'' command.
485 * remote.c (remote_async_detach): Delete.
486 (remote_detach): Merge remote_async_detach.
487 (remote_disconnect): New.
488 (init_remote_ops): Set to_disconnect.
489 (init_remote_cisco_ops): Likewise.
490 (init_remote_async_ops): Likewise. Use remote_detach.
491 * target.c (cleanup_target): Default to_disconnect.
492 (update_current_target): Inherit to_disconnect.
493 (target_disconnect, debug_to_disconnect): New functions.
494 (setup_target_debug): Set to_disconnect.
495 * target.h (struct target_ops): Add to_disconnect.
496 (target_disconnect): Add prototype.
497
687595f9
DJ
4982003-06-17 Daniel Jacobowitz <drow@mvista.com>
499
500 * breakpoint.c (insert_catchpoint): New function.
501 (insert_breakpoints): Use catch_exceptions to call
502 insert_catchpoint. Disable catchpoints if they fail to insert.
503
29239a8f
DJ
5042003-06-17 Daniel Jacobowitz <drow@mvista.com>
505
506 * symfile.c (reread_symbols): Clear sym_private.
507
2cdf3c63
AC
5082003-06-17 Andrew Cagney <cagney@redhat.com>
509
510 * trad-frame.h (struct frame_info): Add opaque declaration.
511 * remote-fileio.h (struct cmd_list_element): Add opaque
512 declaration.
513 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
514 comments.
515
cf0e1e0d
DJ
5162003-06-17 Daniel Jacobowitz <drow@mvista.com>
517
518 * remote.c (remote_prepare_to_store): Replace call to
519 deprecated_read_register_bytes with multiple regcache_raw_read
520 calls.
521
192cdb19
KW
5222003-06-17 Kris Warkentin <kewarken@qnx.com>
523
524 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
525 (nto_find_and_open_solib): Likewise.
526 (nto_init_solib_absolute_prefix): Likewise.
527 (_initialize_nto_tdep): Fix indentation.
528
89929b45
KW
5292003-06-17 Kris Warkentin <kewarken@qnx.com>
530
531 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
532
46019f27
KW
5332003-06-17 Kris Warkentin <kewarken@qnx.com>
534
535 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
536
1a38736e
JB
5372003-06-17 Jim Blandy <jimb@redhat.com>
538
539 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
540
3605c34a
TR
5412003-06-16 Theodore A. Roth <troth@openavr.org>
542
543 * avr-tdep.c (avr_extract_return_value): New function.
544 (avr_gdbarch_init): Set extract_return_value method.
545
870b3035
AC
5462003-06-16 Andrew Cagney <cagney@redhat.com>
547
548 * frame.h (deprecated_get_next_frame_hack): Declare.
549 * frame.c (legacy_saved_regs_prev_register): Only require
550 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
551 there are always saved regs.
552 (deprecated_generic_get_saved_register): Do not require
553 DEPRECATED_FRAME_INIT_SAVED_REGS.
554 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
555 use frame ID unwind instead.
556 (deprecated_get_next_frame_hack): New function.
557
63d47a7d
CV
5582003-06-16 Corinna Vinschen <vinschen@redhat.com>
559
560 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
561 (h8300_push_dummy_call): ...this function. Some minor optimization.
562 (h8300_push_return_address): Remove.
563 (h8300_gdbarch_init): Remove calls to
564 set_gdbarch_deprecated_dummy_write_sp,
565 set_gdbarch_deprecated_push_arguments and
566 set_gdbarch_deprecated_push_return_address.
567 Add call to set_gdbarch_push_dummy_call.
568
4bb1dc5e
CV
5692003-06-16 Corinna Vinschen <vinschen@redhat.com>
570
571 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
572 (E_PSEUDO_EXR_REGNUM): Ditto.
573 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 574 registers into safe registers.
4bb1dc5e
CV
575 (h8300_skip_prologue): Check for stm instruction to push registers
576 used for register variables onto stack.
577 (gdb_print_insn_h8300): Remove.
578 (h8300_examine_prologue): Add a comment.
579 (h8300_register_name): Take pseudo registers into account.
580 (h8300s_register_name): Ditto.
581 (h8300sx_register_name): Ditto.
582 (h8300_print_register): Ditto.
583 (h8300_print_registers_info): Define "nice" printing order.
584 (h8300_saved_pc_after_call): Take pseudo registers into account.
585 (h8300_register_type): Ditto. Return type used for remote connection
586 when requesting real CCR or EXR register, return actual type when
587 requesting pseudo CCR or EXR.
588 (h8300_pseudo_register_read): New function.
589 (h8300_pseudo_register_write): Ditto.
590 (h8300_dbg_reg_to_regnum): Ditto.
591 (h8300s_dbg_reg_to_regnum): Ditto.
592 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
593 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
594 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
595 set_gdbarch_print_insn architecture dependent.
596 Call set_gdbarch_pseudo_register_read and
597 set_gdbarch_pseudo_register_write.
598 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
599
a59fe496
AC
6002003-06-16 Andrew Cagney <cagney@redhat.com>
601
602 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
603 * gdbarch.h, gdbarch.c: Re-generate.
604 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
605 * s390-tdep.c (s390_gdbarch_init): Update.
606 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
607 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
608 * mips-tdep.c (mips_gdbarch_init): Update.
609 * mcore-tdep.c (mcore_gdbarch_init): Update.
610 * cris-tdep.c (cris_gdbarch_init): Update.
611 * infcall.c (call_function_by_hand): Update.
612 * ia64-tdep.c (ia64_push_arguments): Update comment.
613 * frame.c (legacy_get_prev_frame): Do not assume
614 SAVE_DUMMY_FRAME_TOS_P.
615 * dummy-frame.c (find_dummy_frame): Update comment.
616
6f4e5a41
AC
6172003-06-16 Andrew Cagney <cagney@redhat.com>
618
619 * regcache.c (do_cooked_read): Do not use register_valid_p.
620
72fab697
TR
6212003-06-15 Theodore A. Roth <troth@openavr.org>
622
623 * avr-tdep.c (avr_register_type): Remove a blank line.
624 (avr_scan_prologue): Correct some comments.
625
e3d8b004
TR
6262003-06-15 Theodore A. Roth <troth@openavr.org>
627
628 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
629 prologue types.
8ffd9b1b 630 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
631 option.
632 Add code to scan -mcall-prologues for mega devices.
633
866b76ea
TR
6342003-06-15 Theodore A. Roth <troth@openavr.org>
635
636 * avr-tdep.c (avr_register_byte): Delete function.
637 (avr_register_raw_size): Delete function.
638 (avr_register_virtual_size): Delete function.
639 (avr_register_virtual_type): Delete function.
640 (avr_register_type): New function.
641 (avr_address_to_pointer): Remove unused code.
642 (avr_read_fp): Need to read FP as two separate bytes due to change to
643 avr_register_type() usage.
644 (avr_gdbarch_init): Don't set deprecated_register_size.
645 Don't set deprecated_register_bytes.
646 Don't set deprecated_register_byte.
647 Don't set deprecated_register_raw_size.
648 Don't set deprecated_max_register_raw_size.
649 Don't set deprecated_register_virtual_size.
650 Don't set deprecated_max_register_virtual_size.
651 Don't set deprecated_register_virtual_type.
652 Set register_type method.
653
3993f6b1
DJ
6542003-06-15 Daniel Jacobowitz <drow@mvista.com>
655
656 * Makefile.in (linux-nat.o): Add rule.
657 * linux-nat.c: New file.
658 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
659 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
660 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
661 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
662 * config/arm/linux.mh (NATDEPFILES): Likewise.
663 * config/i386/linux.mh (NATDEPFILES): Likewise.
664 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
665 * config/ia64/linux.mh (NATDEPFILES): Likewise.
666 * config/m68k/linux.mh (NATDEPFILES): Likewise.
667 * config/mips/linux.mh (NATDEPFILES): Likewise.
668 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
669 * config/s390/s390.mh (NATDEPFILES): Likewise.
670 * config/sparc/linux.mh (NATDEPFILES): Likewise.
671
786a90bb
MK
6722003-06-15 Mark Kettenis <kettenis@gnu.org>
673
674 * i387-tdep.c: Reorder includes, fix some whitespace issues and
675 replace out-of-date comment.
676
3bd3f01e
AC
6772003-06-15 Andrew Cagney <cagney@redhat.com>
678
679 * rdi-share/host.h (Fail): Change to a varargs function.
680 * remote-rdi.c (Fail): Update.
8ffd9b1b 681
de5b9bb9
MK
6822003-06-15 Mark Kettenis <kettenis@gnu.org>
683
684 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
685 (i386_convert_register_p, i386_register_to_value,
686 i386_register_from_value): Handle types longer than 8 bytes.
687
d532c08f
MK
6882003-06-15 Mark Kettenis <kettenis@gnu.org>
689
690 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
691 Move floating-point code to new function in i387-tdep.c.
692 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
693 New functions containing code moved here from i386-tdep.c.
694 * i387-tdep.h: Add opaque declaration for `struct type'.
695 (i387_register_to_value, i387_value_to_register): New prototypes.
696 * x86-64-tdep.c (x86_64_convert_register_p): New function.
697 (x86_64_init_abi): Set convert_register_p, register_to_value and
698 value_to_register here.
8ffd9b1b 699
42c466d7
AC
7002003-06-14 Andrew Cagney <cagney@redhat.com>
701
702 * mips-tdep.c (mips_register_to_value): Make static.
703 (mips_value_to_register): Make static.
704 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
705 * ia64-tdep.c (ia64_register_raw_size): Make static.
706 (ia64_register_virtual_size): Make static.
707 (ia64_register_byte): Make static.
708 * i387-tdep.c: Include "i387-tdep.h".
709 (print_387_control_word): Delete function.
710 (print_387_status_word): Delete function.
711 (print_387_status_bits): Delete function.
712 (print_387_control_bits): Delete function.
713 * Makefile.in (i387-tdep.o): Update dependencies.
714 * rdi-share/host.h (Fail): Declare.
715 * remote-rdi.c (Fail): Update to match declaration.
716
2a9cda49
AC
7172003-06-14 Andrew Cagney <cagney@redhat.com>
718
719 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
720 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
721 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
722 * config/djgpp/fnchange.lst: Delete "remote-array.c".
723 * README: Delete reference to remote-array.
724 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
725 (remote-array.o): Delete target.
726 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
727 * remote-array.c: Delete file.
728
ff2e87ac
AC
7292003-06-14 Andrew Cagney <cagney@redhat.com>
730 Mark Kettenis <kettenis@gnu.org>
731
732 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
733 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
734 parameter with "frame".
735 * gdbarch.h, gdbarch.c: Re-generate.
736 * frame.h (put_frame_register): Declare.
737 * frame.c (put_frame_register): New function.
738 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
739 (legacy_register_to_value): Rewrite, use "frame" to get the
740 register value.
741 (legacy_value_to_register): Rewrite, use "frame" to find the
742 register's location before storing.
743 * arch-utils.h (legacy_convert_register_p): Update.
744 (legacy_register_to_value, legacy_value_to_register): Update.
745 * findvar.c (value_from_register): Rewrite, eliminate use of
746 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
747 "frame" to REGISTER_TO_VALUE.
748 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
749 lval_reg_frame_relative + lval_register branch of the switch. Do
750 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
751 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
752 I386_EDI_REGNUM): New defines.
753 (i386_next_regnum, i386_convert_register_p,
754 i386_register_to_value, i386_value_to_register): New functions.
755 (i386_register_convertible, i386_register_convert_to_virtual,
756 i386_convert_to_raw): Remove functions.
757 (i386_gdbarch_init): Set convert_register_p, register_to_value and
758 value_to_register instead of register_convertible,
759 register_convert_to_virtual and register_convert_to_raw.
760 * mips-tdep.c (mips_convert_register_p): New function.
761 (mips_value_to_register): Replace mips_register_convert_from_type.
762 (mips_register_to_value): Replace mips_register_convert_to_type.
763 (mips_gdbarch_init): Set conver_register_p, value_to_register and
764 register_to_value.
765 * alpha-tdep.c (alpha_convert_register_p): Update.
766 (alpha_value_to_register): Update, store the register.
767 (alpha_register_to_value): Update, fetch the register.
768
98be1e77
TR
7692003-06-14 Theodore A. Roth <troth@openavr.org>
770
771 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
772 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
773 Don't set deprecated_call_dummy_words.
774 Remove commented out set_gdbarch_believe_pcc_promotion() call.
775 Don't set remote_translate_xfer_address.
776 (avr_io_reg_read_command): Remove commented out debug printf.
777 Wrap a long line.
778
57bc6122
TR
7792003-06-14 Theodore A. Roth <troth@openavr.org>
780
781 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
782 causes gdb to seg fault.
783
eb01fc62
DJ
7842003-06-14 Daniel Jacobowitz <drow@mvista.com>
785
786 * sparc-nat.c (fetch_inferior_registers): Correct
787 a reference to "registers".
788
3b3e6bee
DJ
7892003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
790
791 * Makefile.in (exc_request_U_h): Define
792 (exc_request_S_h): Likewise.
793 (msg_reply_S_h): Likewise.
794 (msg_U_h): Likewise.
795 (notify_S_h): Likewise.
796 (process_reply_S_h): Likewise.
797 (gnu-nat.o): Depend on gdb_obstack_h
798 * gnu-nat.c: Include "gdb_obstack.h".
799
b8de8283
AC
8002003-06-13 Andrew Cagney <cagney@redhat.com>
801
802 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
803 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 804
f3be58bc
AC
8052003-06-13 Andrew Cagney <cagney@redhat.com>
806
807 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
808 when deprecated REGISTER macros can be deleted.
809 * gdbarch.h, gdbarch.c: Re-generate.
810
4c0122c8
JB
8112003-06-13 Jim Blandy <jimb@redhat.com>
812
813 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
814 Linux entry point symbols for _dl_debug_state, too.
815
3e210248
AC
8162003-06-13 Andrew Cagney <cagney@redhat.com>
817
818 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
819 available, do not use the FP register, and always save the TOS.
820 * dummy-frame.c (dummy_frame_this_id): Do not assert
821 SAVE_DUMMY_FRAME_TOS.
822 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
823 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
824 (i386_push_dummy_call): Add 8 to the returned SP.
825 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
826 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
827 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
828 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
829 (x86_64_push_dummy_call): Return "sp + 16".
830 (x86_64_init_abi): Do not set save_dummy_frame_tos.
831 * alpha-tdep.c (alpha_gdbarch_init): Do not set
832 save_dummy_frame_tos.
833
0b65af49
JB
8342003-06-13 Jim Blandy <jimb@redhat.com>
835
836 * frv-tdep.c (frv_use_struct_convention): Delete static
837 declaration for function deleted in my change of 2003-06-12.
838
4ea2465e
TR
8392003-06-13 Theodore A. Roth <troth@openavr.org>
840
841 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
842 (avr_pointer_to_address): Shift code addrs left 1 bit.
843 (avr_convert_from_func_ptr_addr): Delete function since operation is
844 better handled by avr_address_to_pointer and avr_pointer_to_address.
845 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
846
1581182a
MK
8472003-06-13 Mark Kettenis <kettenis@gnu.org>
848
849 From Kelley Cook <kelleycook@wideopenwest.com>:
850 * configure.host: Accept i[34567]86 variants.
851 * configure.tgt: Likewise.
852 * nlm/configure.in: Likewise.
853 * nlm/configure: Regenerated.
854
7aa1783e
RE
8552003-06-13 Richard Earnshaw <rearnsha@arm.com>
856
857 * arm-tdep.c (solib-svr4.h): Dont' include it.
858 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
859 * arm-linux-tdep.c: ... here. Make static.
860 (arm_linux_init_abi): Register it.
861 (solib-svr4.h): Include it.
862 * Makefile.in: Update dependencies.
863 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
864 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
865
0261a0d0
CV
8662003-06-13 Corinna Vinschen <vinschen@redhat.com>
867
868 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
869 indicate registers used for return values.
870 (struct frame_extra_info): Drop args_pointer and locals_pointer.
871 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
872 members.
873 (h8300_init_extra_frame_info): Ditto.
874 (h8300_frame_locals_address): Removed.
875 (h8300_frame_args_address): Removed.
876 (h8300_extract_return_value): Use new regcache structure. Only care
877 for 16 bit CPUs.
878 (h8300h_extract_return_value): Same function for 32 bit CPUs.
879 (h8300_store_return_value): Use new regcache structure. Only care
880 for 16 bit CPUs.
881 (h8300h_store_return_value): Same function for 32 bit CPUs.
882 (h8300_store_struct_return): Removed.
883 (h8300_extract_struct_value_address): Use new regcache structure.
884 (h8300h_extract_struct_value_address): Removed.
885 (h8300_push_dummy_code): New function.
886 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
887 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
888 set_gdbarch_store_return_value architecture dependent.
889 Call set_gdbarch_push_dummy_code and
890 set_gdbarch_extract_struct_value_address.
891 Remove calls to set_gdbarch_frame_args_address,
892 set_gdbarch_frame_locals_address,
893 set_gdbarch_deprecated_store_struct_return,
894 set_gdbarch_deprecated_extract_return_value,
895 set_gdbarch_deprecated_extract_struct_value_address,
896 set_gdbarch_deprecated_call_dummy_words and
897 set_gdbarch_deprecated_sizeof_call_dummy_words.
898
055c394a
CV
8992003-06-13 Corinna Vinschen <vinschen@redhat.com>
900
901 * h8300-tdep.c (h8300_register_byte): Remove.
902 (h8300h_register_byte): Remove.
903 (h8300_register_virtual_type): Remove. Substitute by...
904 (h8300_register_type): New function.
905 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
906 (h8300h_extract_struct_value_address): Ditto.
907 (h8300_gdbarch_init): Drop calls to
908 set_gdbarch_deprecated_register_byte and
909 set_gdbarch_deprecated_register_virtual_type.
910 Add call to set_gdbarch_register_type.
911
9c04cab7
AC
9122003-06-13 Andrew Cagney <cagney@redhat.com>
913
914 * gdbarch.sh: Update comments on registers.
915 (deprecated_register_byte): Rename register_byte.
916 (deprecated_register_raw_size): Rename register_raw_size.
917 (deprecated_register_virtual_size): Rename register_virtual_size.
918 (deprecated_register_virtual_type): Rename register_virtual_type.
919 * gdbarch.h, gdbarch.c: Re-generate.
920 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
921 * vax-tdep.c (vax_gdbarch_init): Update.
922 * v850-tdep.c (v850_gdbarch_init): Update.
923 * sparc-tdep.c (sparc_gdbarch_init): Update.
924 * sh-tdep.c (sh_gdbarch_init): Update.
925 * s390-tdep.c (s390_gdbarch_init): Update.
926 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
927 * ns32k-tdep.c: Update.
928 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
929 * mips-tdep.c (mips_gdbarch_init): Update.
930 * mcore-tdep.c (mcore_gdbarch_init): Update.
931 * m68k-tdep.c (m68k_gdbarch_init): Update.
932 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
933 * ia64-tdep.c (ia64_gdbarch_init): Update.
934 * hppa-tdep.c (hppa_gdbarch_init): Update.
935 * h8300-tdep.c (h8300_gdbarch_init): Update.
936 * frv-tdep.c (frv_gdbarch_init): Update.
937 * cris-tdep.c (cris_gdbarch_init): Update.
938 * avr-tdep.c (avr_gdbarch_init): Update.
939 * alpha-tdep.c (alpha_gdbarch_init): Update.
940 * arm-tdep.c (arm_gdbarch_init): Update.
941
b060cbea
AC
9422003-06-13 Andrew Cagney <cagney@redhat.com>
943
944 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
945 mips_o32_use_struct_convention with always_use_struct_convention.
946
0fc9922a
DC
9472003-06-12 David Carlton <carlton@kealia.com>
948
949 * cp-namespace.c (cp_set_block_scope): Comment out
950 processing_has_namespace_info branch.
951
1fd35568
JB
9522003-06-12 Jim Blandy <jimb@redhat.com>
953
f470a70a
JB
954 Recognize and skip 64-bit PowerPC Linux linkage functions.
955 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
956 insn_pattern, insns_match_pattern, d_field, ds_field): New
957 functions, macros, and types for working with PPC instructions.
958 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
959 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
960 ppc64_skip_trampoline_code): New functions, variables, and macros
961 for recognizing and skipping linkage functions.
962 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
963 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
964
49ff75ad
JB
965 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
966 register offsets for both the 32- and 64-bit interfaces.
967
bd918c83
JB
968 Actually finish the job started by my change of 2003-05-29.
969 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
970 other #definition of this.
971 (ppc_linux_skip_trampoline_code): Remove declaration.
972 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
973 static.
974 (ppc_linux_init_abi): Register it as the skip_trampoline_code
975 method for GDBARCH.
976
977 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
978 'long' on ppc64-*-linux*.
979
f8c59253
JB
980 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
981 isn't #defined, assume the register doesn't exist: act as if
982 tdep->ppc_mq_regnum were -1.
983
8fbb30b1
JB
984 * configure.host, configure.tgt: Add entries for
985 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
986 powerpc/linux.mt.
987 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
988 New files.
989
1fd35568
JB
990 * arch-utils.c (always_use_struct_convention): New function.
991 * arch-utils.h (always_use_struct_convention): New prototype.
992 * alpha-tdep.c (alpha_use_struct_convention): Delete.
993 (alpha_gdbarch_init): Register always_use_struct_convention,
994 instead of alpha_use_struct_convention.
995 * cris-tdep.c (cris_use_struct_convention): Delete.
996 (cris_gdbarch_init): Register always_use_struct_convention,
997 instead of cris_use_struct_convention.
998 * frv-tdep.c (frv_use_struct_convention): Delete.
999 (frv_gdbarch_init): Register always_use_struct_convention,
1000 instead of frv_use_struct_convention.
1001 * h8300-tdep.c (h8300_use_struct_convention): Delete.
1002 (h8300_gdbarch_init): Register always_use_struct_convention,
1003 instead of h8300_use_struct_convention.
e3305dd9 1004 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
1005 (mips_o32_gdbarch_init): Register always_use_struct_convention,
1006 instead of mips_o32_use_struct_convention.
1007
e14e6e9c
AC
10082003-06-12 Andrew Cagney <cagney@redhat.com>
1009
1010 * wince.c: Include "mips-tdep.h".
1011 * mips-tdep.h (mips_next_pc): Declare.
1012 * mcore-tdep.c: Make more local functions static.
1013 * Makefile.in (wince.o): Update dependencies.
1014
2335f48e
DC
10152003-06-12 David Carlton <carlton@kealia.com>
1016
1017 * symtab.c (lookup_symbol_aux_minsyms): Replace
1018 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
1019 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
1020 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
1021 SYMBOL_NATURAL_NAME.
1022
f70a7d61
AS
10232003-06-12 Andreas Schwab <schwab@suse.de>
1024
1025 * Makefile.in (tuiDisassem.o): Update dependencies.
1026
b6429628
DC
10272003-06-12 David Carlton <carlton@bactrian.org>
1028
1029 * symtab.h: Delete declaration of make_symbol_overload_list.
1030 Add declaration of lookup_partial_symbol.
1031 * symtab.c (remove_params): Move to cp-support.c.
1032 (overload_list_add_symbol, make_symbol_overload_list)
1033 (sym_return_val_size, sym_return_val_index): Ditto.
1034 (lookup_partial_symbol): Make extern.
1035 * cp-support.h: Add declaration of make_symbol_overload_list.
1036 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
1037 symtab.h, and block.h.
1038 (remove_params): Move here from symtab.c.
1039 (overload_list_add_symbol, make_symbol_overload_list)
1040 (sym_return_val_size, sym_return_val_index): Ditto.
1041 * valops.c: Include cp-support.h.
1042 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
1043 frame_h, and block_h.
1044 (valops.o): Depend on cp_support_h.
1045
084edea5
CV
10462003-06-12 Corinna Vinschen <vinschen@redhat.com>
1047
1048 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
1049 substitute by NUM_REGS throughout.
1050 (h8300_register_name): Only care for H8/300 and H8/300H registers.
1051 (h8300s_register_name): New function for H8S registers.
1052 (h8300sx_register_name): Ditto for H8SX registers.
1053 (h8300_print_register): Revise register printing, avoid depending
1054 on 32 bit long.
0261a0d0 1055 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
1056 (h8300h_register_byte): New function for any other architecture.
1057 (h8300_register_raw_size): Remove.
1058 (h8300_register_virtual_type): Revise to return actually useful
1059 type.
1060 (h8300_extract_struct_value_address): Only care for H8/300 registers.
1061 (h8300h_extract_struct_value_address): New function for any other
1062 architecture.
1063 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
1064 set_gdbarch_register_name, set_gdbarch_register_byte,
1065 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
1066 Remove calls to set_gdbarch_deprecated_register_size,
1067 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
1068 set_gdbarch_deprecated_max_register_raw_size,
1069 set_gdbarch_register_virtual_size and
1070 set_gdbarch_deprecated_max_register_virtual_size entirely.
1071 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
1072 set_gdbarch_long_double_bit.
1073
06194148
JJ
10742003-06-11 Jeff Johnston <jjohnstn@redhat.com>
1075
8ffd9b1b
AJ
1076 * doublest.c (convert_doublest_to_floatformat): When dealing
1077 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
1078 processing a full 32 bits of mantissa.
1079
de4f826b
DC
10802003-06-11 David Carlton <carlton@bactrian.org>
1081
1082 * dictionary.h: New.
1083 * dictionary.c: New.
1084 * block.h: Add opaque declaration for struct dictionary.
1085 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
1086 'sym' members.
1087 (BLOCK_DICT): New macro.
1088 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
1089 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
1090 BLOCK_SHOULD_SORT.
1091 (ALL_BLOCK_SYMBOLS): Update definition.
1092 * Makefile.in (SFILES): Add dictionary.c.
1093 (dictionary_h): New.
1094 (COMMON_OBS): Add dictionary.o.
1095 (dictionary.o): New.
1096 (ada-lang.o): Depend on dictionary_h.
1097 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
1098 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
1099 (mi-cmd-stack.o): Ditto.
1100 (gdbtk-cmds.o): Update dependencies.
1101 (gdbtk-stack.o): Ditto.
1102 * ada-lang.c: Include dictionary.h.
1103 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
1104 (fill_in_ada_prototype, debug_print_block): Ditto.
1105 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
1106 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
1107 'is_sorted'.
1108 * mdebugread.c: Include dictionary.h.
1109 (struct parse_stack): Delete 'maxsyms' member.
1110 (parse_symbol): Update calls to new_block. Delete calls to
1111 shrink_block. Use dictionary methods.
1112 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
1113 Update calls to new_symtab. Don't maintain maxsyms data.
1114 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
1115 (add_symbol): Just call dict_add_symbol.
1116 (new_symtab): Delete 'maxsyms' argument.
1117 (new_symtab): Update calls to new_block.
1118 (new_block): Delete 'maxsyms' argument; add 'function' argument.
1119 (shrink_block): Delete function.
1120 (fixup_sigtramp): Update call to new_block. Add symbol via
1121 dict_add_symbol.
1122 * jv-lang.c: Include dictionary.h.
1123 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
1124 appropriately. Set class_symtab->free_func. Make sure the
1125 blockvector is big enough to hold two blocks.
1126 (add_class_symtab_symbol): Use dictionary methods.
1127 (free_class_block): New function.
1128 (type_from_class): Replace explicit iteration by
1129 ALL_BLOCK_SYMBOLS.
1130 * symtab.h (struct symtab): Replace 'free_ptr' method by
1131 'free_func'.
1132 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
1133 sort_symtab_syms.
1134 * dwarfread.c (psymtab_to_symtab_1): Delete call to
1135 sort_symtab_syms.
1136 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
1137 Include dictionary.h.
1138 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
1139 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
1140 sort_symtab_syms.
1141 * objfiles.c: Include dictionary.h.
1142 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
1143 * buildsym.c: Include dictionary.h.
1144 (finish_block): Use dictionary methods.
1145 (end_symtab): Set free_func to NULL, not free_ptr.
1146 * tracepoint.c: Include dictionary.h.
1147 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
1148 (scope_info): Ditto.
1149 * stack.c: Include dictionary.h.
1150 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
1151 (print_block_frame_labels, print_frame_arg_vars)
1152 (print_frame_args): Ditto.
1153 * symmisc.c (free_symtab_block): Use dictionary methods.
1154 (dump_symtab): Ditto.
1155 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
1156 Include dictionary.h.
1157 * symfile.h: Delete declarations of sort_block_syms,
1158 sort_symtab_syms.
1159 * symfile.c (sort_block_syms): Delete.
1160 (sort_symtab_syms): Delete.
1161 * symtab.c: Include dictionary.h.
1162 (lookup_block_symbol): Use dictionary iterators.
1163 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
1164 (search_symbols, make_symbol_completion_list): Ditto.
1165 (make_symbol_overload_list): Ditto.
1166 * valops.c (value_of_local): Use dict_empty.
1167 Include dictionary.h.
1168
a31f978c
JB
11692003-06-11 J. Brobecker <brobecker@gnat.com>
1170
1171 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
1172
526e70c0
DC
11732003-06-11 David Carlton <carlton@bactrian.org>
1174
1175 * block.h (BLOCK_SHOULD_SORT): Delete.
1176 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
1177 blocks.
1178 * ada-lang.c (ada_add_block_symbols): Ditto.
1179 * symfile.c (sort_block_syms): Delete.
1180 (sort_symtab_syms): Ditto.
1181 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
1182 declarations.
1183 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
1184 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
1185 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
1186 * dwarfread.c (psymtab_to_symtab_1): Ditto.
1187 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
1188 * mdebugread.c (psymtab_to_symtab_1): Ditto.
1189 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
1190
33c08150
JJ
11912003-06-11 Jeff Johnston <jjohnstn@redhat.com>
1192
8ffd9b1b 1193 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
1194 bits to 128.
1195
781a750d
AC
11962003-06-11 Andrew Cagney <cagney@redhat.com>
1197
1198 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
1199 REGISTER_CONVERTIBLE.
1200 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
1201 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
1202 * gdbarch.h, gdbarch.c: Re-generate.
1203 * arch-utils.h (deprecated_register_convertible_not): Rename
1204 generic_register_convertible_not.
1205 * arch-utils.c (deprecated_register_convertible_not): Rename
1206 generic_register_convertible.
1207 (legacy_convert_register_p, legacy_register_to_value): Update.
1208 * sh-tdep.c (sh64_push_arguments): Update.
1209 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
1210 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
1211 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
1212 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
1213 * arch-utils.c (legacy_value_to_register): Update.
1214 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1215 (rs6000_register_convert_to_raw): Make parameter "from" const.
1216 * mips-tdep.c (mips_gdbarch_init): Update.
1217 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
1218 * infcmd.c (default_print_registers_info): Update.
1219 * ia64-tdep.c (ia64_gdbarch_init): Update.
1220 (ia64_register_convert_to_raw): Make parameter "from" const.
1221 * i386-tdep.c (i386_gdbarch_init): Update.
1222 (i386_register_convert_to_raw): Update.
1223
cd90e54f
AC
12242003-06-11 Andrew Cagney <cagney@redhat.com>
1225
1226 * remote-fileio.c: Include "remote-fileio.h".
1227 * Makefile.in (remote-fileio.o): Update dependencies.
1228 (remote_fileio_h): Fix typo.
1229
a78f21af
AC
12302003-06-11 Andrew Cagney <cagney@redhat.com>
1231
1232 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
1233 (xstormy16_save_dummy_frame_tos): Make static.
1234 (_initialize_xstormy16_tdep): Add declaration.
1235 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
1236 * v850-tdep.c: Make local functions static.
1237 (_initialize_v850_tdep): Add declaration.
1238 * sparc-tdep.c: Make local functions static.
1239 (_initialize_sparc_tdep): Add declaration.
1240 * sh-tdep.c: Make local functions static.
1241 (_initialize_sh_tdep): Add declaration.
1242 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
1243 * s390-tdep.c: Make local functions static.
1244 (_initialize_s390_tdep): Add declaration.
1245 * dbxread.c (find_stab_function_addr): Make static.
1246 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
1247 * ocd.c (_initialize_remote_ocd): Add declaration.
1248 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
1249 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
1250 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
1251 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
1252 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
1253 * remote-array.c (_initialize_array): Add declaration.
1254 (_initialize_remote_monitors): Add declaration.
1255 * remote-mips.c: Make local functions static.
1256 (_initialize_remote_mips): Add declaration.
1257 * mcore-tdep.c: Make all local functions static.
1258 (_initialize_mcore_tdep): Add declaration.
1259 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
1260 * abug-rom.c (_initialize_abug_rom): Add declaration.
1261 * rom68k-rom.c (_initialize_rom68k): Add declaration.
1262 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
1263 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
1264 * remote-est.c (_initialize_est): Add declaration.
1265 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
1266 (m68hc11_call_dummy_address): Make static.
1267 * ia64-tdep.c: Make local functions static.
1268 (_initialize_ia64_tdep): Add declaration.
1269 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
1270 * monitor.c (monitor_wait_filter): Make static.
1271 (_initialize_remote_monitors): Add declaration.
1272 * remote-hms.c (_initialize_remote_hms): Add declaration.
1273 * remote-e7000.c (fetch_regs_from_dump): Make static.
1274 (expect_n): Make static.
1275 (_initialize_remote_e7000): Add declaration.
1276 * ser-e7kpc.c: Always include "defs.h".
1277 (_initialize_ser_e7000pc): Add declaration.
1278 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
1279 * cris-tdep.c: Make all but one function static.
1280 (_initialize_cris_tdep): Add declaration.
1281 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
1282 * solib.c (update_solib_list): Make static.
1283 (_initialize_solib): Add declaration.
1284 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
1285 (_initialize_avr_tdep): Add declaration.
1286 * remote-rdi.c (voiddummy): Make static.
1287 (_initialize_remote_rdi): Add declaration.
1288 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
1289 * remote-rdp.c (send_rdp): Make static.
1290 (_initialize_remote_rdp): Add declaration.
1291 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
1292
cbcdb1f5
CV
12932003-06-11 Corinna Vinschen <vinschen@redhat.com>
1294
1295 * remote-fileio.c: Make ari happy.
1296
a191ea8d
JB
12972003-06-10 J. Brobecker <brobecker@gnat.com>
1298
1299 * rs6000-nat.c (child_xfer_memory): Compute the right address when
1300 fetching the trailing bytes of the buffer we are about to write.
1301
0ef75e11
AC
13022003-06-10 Andrew Cagney <cagney@redhat.com>
1303
1304 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
1305 * Makefile.in (remote-fileio.o): Update dependencies.
1306 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
1307 include <setjmp.h>, or <sys/types.h> conditional on USG.
1308 (remote_fio_jmp_buf): Delete global variable.
1309
449092f6 13102003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 1311 Martin M. Hunt <hunt@redhat.com>
449092f6 1312
559fa028
AC
1313 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
1314 (SFILES): Add remote-fileio.c.
1315 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
1316 dependencies for building remote.o.
449092f6
CV
1317 * remote-fileio.c: New file implementing the remote File-I/O protocol.
1318 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 1319 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
1320 static storage class.
1321 (remote_wait, remote_async_wait): Call remote_fileio_request() on
1322 'F' packet.
1323 (_initialize_remote): Call initialize_remote_fileio().
1324 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
1325 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
1326 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
1327 (captured_main): Initialize new ui_files.
1328 * ui-file.c: Add read and fgets input functions.
1329 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
1330 (null_file_read): New function.
1331 (ui_file_read): New function.
1332 (set_ui_file_read): New function.
1333 (stdio_file_read): New function.
1334 * ui-file.h: New type ui_file_read_ftype.
1335 (set_ui_file_read): Declare.
1336 (ui_file_read): Declare.
1337
248de703
AC
13382003-06-09 Andrew Cagney <cagney@redhat.com>
1339
1340 * frame.h (deprecated_unwind_get_saved_register): Rename
1341 generic_unwind_get_saved_register, update comments.
1342 * mips-tdep.c (mips_get_saved_register): Update.
1343 * frame.c (deprecated_unwind_get_saved_register): Update.
1344
0ed8aa57
AC
13452003-06-09 Andrew Cagney <cagney@redhat.com>
1346
1347 * vax-tdep.c (vax_frame_locals_address): Delete function.
1348 (vax_gdbarch_init): Do not set frame_locals_address.
1349 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
1350 (m68hc11_gdbarch_init): Do not set frame_locals_address.
1351 * s390-tdep.c (s390_frame_args_address): Delete function.
1352 (s390_gdbarch_init): Do not set frame_args_address or
1353 frame_locals_address.
1354 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
1355 (ns32k_gdbarch_init): Do not set frame_locals_address.
1356 * hppa-tdep.c (hppa_frame_args_address): Delete function.
1357 (hppa_frame_locals_address): Delete function.
1358 (hppa_gdbarch_init): Do not set frame_args_address, or
1359 frame_locals_address.
1360 * arm-tdep.c (arm_frame_args_address): Delete.
1361 (arm_frame_locals_address): Delete.
1362 (arm_gdbarch_init): Do not set frame_args_address, or
1363 frame_locals_address.
1364
983a287a
AC
13652003-06-09 Andrew Cagney <cagney@redhat.com>
1366
1367 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
1368 * gdbarch.h, gdbarch.c: Re-generate.
1369 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
1370 * arch-utils.c (frame_num_args_unknown): Delete function.
1371 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
1372 (frame_info): Use FRAME_NUM_ARGS_P.
1373 * arm-tdep.c (arm_frame_num_args): Delete function.
1374 (arm_gdbarch_init): Do not set frame_num_args.
1375 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
1376 * hppa-tdep.c (hppa_frame_num_args): Delete function.
1377 (hppa_gdbarch_init): Do not set frame_num_args.
1378 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
1379 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1380 frame_num_args to default frame_num_args_unknown.
1381 * v850-tdep.c (v850_gdbarch_init): Ditto.
1382 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1383 * sh-tdep.c (sh_gdbarch_init): Ditto.
1384 * s390-tdep.c (s390_gdbarch_init): Ditto.
1385 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1386 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1387 * mips-tdep.c (mips_gdbarch_init): Ditto.
1388 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1389 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1390 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1391 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1392 * i386-tdep.c (i386_gdbarch_init): Ditto.
1393 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1394 * frv-tdep.c (frv_gdbarch_init): Ditto.
1395 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1396 * cris-tdep.c (cris_gdbarch_init): Ditto.
1397 * avr-tdep.c (avr_gdbarch_init): Ditto.
1398 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1399
8d3b0994
AC
14002003-06-09 Andrew Cagney <cagney@redhat.com>
1401
1402 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
1403 (print_frame_args): Moved to "stack.c".
1404 * stack.c: Include "gdb_assert.h".
1405 (print_frame_nameless_args): Moved from "printcmd.c", made static.
1406 (print_frame_args): Moved from "printcmd.c".
1407 * frame.h (print_frame_args): Delete declaration.
1408 * Makefile.in (stack.o): Update dependencies.
1409
25e3a86b
AC
14102003-06-08 Andrew Cagney <cagney@redhat.com>
1411
1412 * frame.c (get_prev_frame): Remove reference to
1413 frame_args_address_correct in comments.
1414 * frame-base.c (default_frame_args_address): Delete code
1415 conditional on FRAME_ARGS_ADDRESS_CORRECT.
1416 * vax-tdep.c (vax_frame_args_address_correct): Delete.
1417 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
1418 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
1419 (vax_frame_args_address_correct): Delete declaration.
1420
a9e5fdc2
AC
14212003-06-08 Andrew Cagney <cagney@redhat.com>
1422
1423 * gdbarch.sh (UNWIND_SP): Add.
1424 * gdbarch.h, gdbarch.c: Re-generate.
1425 * frame.c (frame_sp_unwind): New function.
1426 (get_frame_sp): New function.
1427 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
1428 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
1429 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
1430 value.
1431 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
1432 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
1433
8983bd83
AC
14342003-06-08 Andrew Cagney <cagney@redhat.com>
1435
7fec2c59
AC
1436 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
1437 REMOTE_BREAKPOINT.
1438 * remote.c: Update.
1439 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
1440 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
1441 * config/m68k/tm-sun3.h: Update.
1442 * config/m68k/tm-m68klynx.h: Update.
1443 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
1444
8983bd83
AC
1445 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
1446 trad_frame". Update comments.
1447 * d10v-tdep.c (struct d10v_unwind_cache): Update.
1448 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
1449 (trad_frame_register_value, trad_frame_prev_register): Update.
1450
b9362cc7
AC
14512003-06-08 Andrew Cagney <cagney@redhat.com>
1452
1453 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
1454 from GCC's acinclude.m4.
1455 * configure.in: Check for getopt's delcaration.
8ffd9b1b 1456 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
1457 * main.c (error_init): Delete declaration.
1458 * defs.h (error_init): Declare.
1459 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
1460 (rs6000_convert_from_func_ptr_addr): Make static.
1461 (_initialize_rs6000_tdep): Add declaration.
1462 * cli/cli-cmds.c (dont_repeat): Delete declaration.
1463 (show_commands, set_verbose, show_history): Delete declaration.
1464 * top.h (set_verbose): Add declaration.
1465 (show_history, set_history, show_commands): Add declaration.
1466 (do_restore_instream_cleanup): Add declaration.
1467 * objc-lang.c (specialcmp): Make static.
1468 (print_object_command): Make static.
1469 (find_objc_msgsend): Make static.
1470 (find_objc_msgcall_submethod_helper): Make static.
1471 (find_objc_msgcall_submethod): Make static.
1472 (_initialize_objc_language): Add declaration.
1473 (find_implementation_from_class): Make static.
1474 (find_implementation): Make static.
1475 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
1476 * objc-lang.h (lookup_struct_typedef): Add declaration.
1477 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
1478 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
1479 (do_restore_user_call_depth): Make static.
1480 (do_restore_instream_cleanup): Delete declaration.
1481 (dont_repeat): Delete declaration.
1482 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
1483 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
1484 * reggroups.c (_initialize_reggroup): Add declaration.
1485 * cp-support.c (_initialize_cp_support): Add declaration.
1486 * cp-abi.c (_initialize_cp_abi): Add declaration.
1487 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
1488 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
1489 (_initialize_gnu_v3_abi): Add declaration.
1490 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
1491 (_initialize_gnu_v2_abi): Add declaration.
1492 * frame-base.c (_initialize_frame_base): Add declaration.
1493 * doublest.c (floatformat_from_length): Make static.
1494 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
1495 * frame.c (create_sentinel_frame): Make static.
1496 (_initialize_frame): Add declaration.
1497 * top.c (do_catch_errors): Make static.
1498 (gdb_rl_operate_and_get_next_completion): Make static.
1499 * typeprint.c: Include "typeprint.h".
1500 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
1501 (sentinel_frame_this_id): Make static.
1502 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
1503 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
1504 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
1505 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
1506 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
1507 * maint.c (maintenance_print_architecture): Make static.
1508 * signals/signals.c (_initialize_signals): Add declaration.
1509 * std-regs.c (_initialize_frame_reg): Add declaration.
1510 * jv-exp.y (push_variable): ISO C definition.
1511 (push_qualified_expression_name): Ditto.
1512 * memattr.c (_initialize_mem): Add declaration.
1513 * remote.c (remote_check_watch_resources): Make static.
1514 (remote_stopped_by_watchpoint): Make static.
1515 (remote_stopped_data_address): Make static.
1516 * d10v-tdep.c (nr_dmap_regs): Make static.
1517 (a0_regnum): Make static.
1518 (d10v_frame_unwind_cache): Make static.
1519 (d10v_frame_p): Make static.
1520 * osabi.c (show_osabi): Make static.
1521 (_initialize_gdb_osabi): Add extern declaration.
1522 * gdbtypes.c (make_qualified_type): Make static.
1523 (safe_parse_type): Make static.
1524 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
1525 * macrotab.c (macro_bcache_free): Make static.
1526 * interps.c (interp_set_quiet): Make static.
1527 (interpreter_exec_cmd): Make static.
1528 * stack.h (select_frame_command): New file.
1529 * stack.c: Include "stack.h".
1530 (select_frame_command_wrapper): Delete function.
1531 (select_frame_command): Make global.
1532 * infcall.c: Include "infcall.h".
1533 * linespec.c: Include "linespec.h".
1534 * symfile.c (sections_overlap): Make static.
1535 * cp-support.h (cp_initialize_namespace): ISO C declaration.
1536 * charset.c (_initialize_charset): Add missing prototype.
1537 * regcache.c (init_legacy_regcache_descr): Make static.
1538 (do_regcache_xfree): Make static.
1539 (regcache_xfer_part): Make static.
1540 (_initialize_regcache): Add missing prototype.
1541 * breakpoint.c (parse_breakpoint_sals): Make static.
1542 (breakpoint_sals_to_pc): Make static.
1543 * interps.h (clear_interpreter_hooks): ISO C declaration.
1544 * Makefile.in (stack_h): Define.
1545 (stack.o, typeprint.o, mi-main.o): Update dependencies.
1546 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
1547
a0f267c7
AC
15482003-06-08 Andrew Cagney <cagney@redhat.com>
1549
1550 * Makefile.in (d10v-tdep.o): Update dependencies.
1551 (SFILES): Add trad-frame.c.
1552 (trad_frame_h): Define.
1553 (COMMON_OBS): Add trad-frame.o.
1554 (trad-frame.o): Specify dependencies.
1555 * d10v-tdep.c: Include "trad-frame.h".
1556 (saved_regs_unwinder): Delete function.
1557 (d10v_frame_prev_register): Use trad_frame_prev_register.
1558 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
1559 trad_frame", delete "regs" and "prev_sp".
1560 (prologue_find_regs): Use trad-frame.
1561 * trad-frame.h, trad-frame.c: New files.
1562
4538b4f4
MK
15632003-06-08 Mark Kettenis <kettenis@gnu.org>
1564
1565 * dwarf2cfi.c, dwarf2cfi.h: Remove.
1566
a0273b2f
AF
15672003-06-07 Adam Fedor <fedor@gnu.org>
1568
1569 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
1570 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
1571 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
1572 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 1573 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
1574 Use it.
1575
3a6c3343
AC
15762003-06-07 Andrew Cagney <cagney@redhat.com>
1577
1578 * symfile.h: Re-indent, clean up comments.
1579
b46e02f6
AC
15802003-06-07 Andrew Cagney <cagney@redhat.com>
1581
1582 * inferior.h (deprecated_write_sp): Replace
1583 generic_target_write_sp.
1584 * regcache.c (deprecated_write_sp): Replace
1585 generic_target_write_sp.
1586 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1587 * vax-tdep.c (vax_gdbarch_init): Update.
1588 * v850-tdep.c (v850_gdbarch_init): Update.
1589 * sparc-tdep.c (sparc_gdbarch_init): Update.
1590 * sh-tdep.c (sh_gdbarch_init): Update.
1591 * s390-tdep.c (s390_gdbarch_init): Update.
1592 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1593 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1594 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1595 * mcore-tdep.c (mcore_gdbarch_init): Update.
1596 * m68k-tdep.c (m68k_gdbarch_init): Update.
1597 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1598 * ia64-tdep.c (ia64_gdbarch_init): Update.
1599 * h8300-tdep.c (h8300_gdbarch_init): Update.
1600 * frv-tdep.c (frv_gdbarch_init): Update.
1601 * cris-tdep.c (cris_gdbarch_init): Update.
1602 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
1603
a42e117c
AC
16042003-06-07 Andrew Cagney <cagney@redhat.com>
1605
1606 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
1607 Assert that PC_REGNUM is valid.
1608 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
1609
bd1ce8ba
AC
16102003-06-07 Andrew Cagney <cagney@redhat.com>
1611
1612 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
1613 * gdbarch.h, gdbarch.c: Regenerate.
1614 * mn10300-tdep.c: Include "gdb_assert.h".
1615 (mn10300_read_fp): New function.
1616 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
1617 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
1618 * ia64-tdep.c: Include "gdb_assert.h".
1619 (ia64_read_fp): New function.
1620 (ia64_gdbarch_init): Set deprecated_target_read_fp to
1621 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
1622 * regcache.c (generic_target_read_sp): Delete function.
1623 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
1624 * inferior.h (generic_target_read_sp): Delete declaration.
1625 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
1626 generic_target_read_sp.
1627 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1628 * sparc-tdep.c (sparc_gdbarch_init): Ditto
1629 * sh-tdep.c (sh_gdbarch_init): Ditto.
1630 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1631 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
1632
ec5cbaec
AC
16332003-06-07 Andrew Cagney <cagney@redhat.com>
1634
1635 * gdbarch.sh: Comment each field of startup_gdbarch.
1636 * gdbarch.h, gdbarch.c: Re-generate.
1637
cde9ea48
AC
16382003-06-07 Andrew Cagney <cagney@redhat.com>
1639
1640 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
1641 * gdbarch.h, gdbarch.c: Re-generate.
1642 * regcache.c: Update comments on read_pc et.al.
1643 (generic_target_read_pc): Delete function.
1644 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
1645 * inferior.h (generic_target_read_pc): Delete declaration.
1646 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
1647 generic_target_read_pc.
1648 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1649 * sh-tdep.c (sh_gdbarch_init): Ditto.
1650 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1651 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 1652
9a90a780
AC
16532003-06-07 Andrew Cagney <cagney@redhat.com>
1654
1655 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
1656 "index" with "special_local_sect". Use strcmp instead of STREQ.
1657 Append period to coments.
1658
a39a16c4
MM
16592003-06-06 Mark Mitchell <mark@codesourcery.com>
1660
1661 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
1662 (elfstab_offset_sections): Likewise.
1663 * gdb-stabs.h (stab_section_info): Likewise.
1664 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
1665 * objfiles.c (objfile_relocate): Likewise.
1666 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
1667 * remote.c (get_offsets): Likewise.
1668 (remote_cisco_objfile_relocate): Likewise.
1669 * somread.c (som_symfile_offsets): Likewise.
1670 * symfile.c (alloc_section_addr_info): New function.
1671 (build_section_addr_info_from_section_tab): Use it.
1672 (free_section_addr_info): Adjust.
1673 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
1674 (syms_from_objfile): Allocate local_addr dynamically.
1675 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
1676 dynamically.
1677 (add_symbol_file_command): Allocate sect_opts dynamically.
1678 (reread_symbols): Avoid use of SECT_OFF_MAX.
1679 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
1680 (alloc_section_addr_info): Declare it.
1681 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
1682 * win32-nat.c (solib_symbols_add): Allocate section_addrs
1683 dynamically.
1684 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 1685
20c6c2f8
AC
16862003-06-06 Andrew Cagney <cagney@redhat.com>
1687
1688 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
1689 (d10v_frame_unwind_cache): Do not set "return_pc".
1690
884a26c8
MS
16912003-06-06 Michael Snyder <msnyder@redhat.com>
1692
1693 * h8300-tdep.c: Make tidy (long lines).
1694
088ce440
ML
16952003-06-06 Michal Ludvig <mludvig@suse.cz>
1696
8ffd9b1b 1697 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
1698 to regcache_collect().
1699
7d773d96
JB
17002003-06-05 J. Brobecker <brobecker@gnat.com>
1701
1702 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
1703 pc_in_sigtramp multiarch method.
1704 (hppa_hpux_som_init_abi): Use it.
1705 (hppa_hpux_elf_init_abi): Likewise.
1706 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
1707 macro has been multiarched.
1708 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
1709 macro here, as hppa64 isn't multiarched yet.
1710
1df6926e
AC
17112003-06-05 Andrew Cagney <cagney@redhat.com>
1712
1713 * Makefile.in (value_h): Add $(frame_h).
1714 * value.h: Include "frame.h".
1715 (struct value): Replace "frame_addr" with "frame_id".
1716 (VALUE_FRAME_ID): Replace VALUE_FRAME.
1717 * values.c (allocate_value): Use VALUE_FRAME_ID.
1718 (value_copy): Use VALUE_FRAME_ID.
1719 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
1720 * valops.c (value_assign): Update. Use frame_find_by_id.
1721
6b53acc6
ML
17222003-06-05 Michal Ludvig <mludvig@suse.cz>
1723
1724 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
1725 in each pass.
1726
4d9850d3
JJ
17272003-06-05 Jeff Johnston <jjohnstn@redhat.com>
1728
1729 * thread-db.c (check_event): For create/death event breakpoints,
1730 loop through all messages to ensure that we read the message
1731 corresponding to the breakpoint we are at.
1732
8efca6ba
MS
17332003-06-04 Michael Snyder <msnyder@redhat.com>
1734
1735 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
1736
0912c7f2
MK
17372003-06-04 Mark Kettenis <kettenis@gnu.org>
1738
1739 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
1740 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
1741 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
1742 when handling .eh_frame sections.
1743
4e370325
JB
17442003-06-04 J. Brobecker <brobecker@gnat.com>
1745
1746 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
1747 prepare_to_proceed procedure instead of the hppa-specific one.
1748 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
1749
b757528f 17502003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 1751
b757528f
JJ
1752 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
1753 * config.in: Regenerated.
1754 * configure.in: Add test for syscall function and check for
1755 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
1756 * configure: Regenerated.
1757 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
1758 <sys/syscall.h>.
1759 (kill_lwp): New function that uses tkill syscall or
1760 uses kill, depending on whether threading model is nptl or not.
1761 All callers of kill() changed to use kill_lwp().
1762 (lin_lwp_wait): Make special check when WIFEXITED occurs to
1763 see if all threads have already exited in the nptl model.
1764 (stop_and_resume_callback): New callback function used by the
1765 lin_lwp_wait thread exit handling code.
1766 (stop_wait_callback): Check for threads already having exited and
1767 delete such threads fromt the lwp list when discovered.
1768 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 1769
b757528f
JJ
1770 Roland McGrath <roland@redhat.com>
1771 * i386-linux-nat.c (ps_get_thread_area): New function needed by
1772 nptl libthread_db.
1773
087779b1
RH
17742003-06-03 Richard Henderson <rth@redhat.com>
1775
b21fd293
RH
1776 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
1777 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
1778 (alpha_sigtramp_frame_prev_register): Likewise.
1779 (alpha_heuristic_frame_prev_register): Likewise.
1780 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
1781
8ffd9b1b 1782 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
1783 alpha-specific register id names.
1784 (alpha_mdebug_frame_unwind_cache): Likewise.
1785 (alpha_mdebug_frame_prev_register): Likewise.
1786
baa490c4
RH
17872003-06-03 Richard Henderson <rth@redhat.com>
1788
1789 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
1790 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
1791 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
1792 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
1793 unwind routines.
1794 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
1795 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
1796 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
1797
1798 * alpha-linux-tdep.c: Remove unnecessary includes.
1799 * Makefile.in (alpha-linux-tdep.o): Update.
1800
18012003-06-03 Richard Henderson <rth@redhat.com>
1802
1803 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
1804 (alphabsd_fill_fpreg): Likewise.
1805
f534e522
JB
18062003-06-03 J. Brobecker <brobecker@gnat.com>
1807
1808 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
1809 references to struct frame_info fields by calls to the equivalent
1810 accessors. Necessary now that frame_info is opaque.
1811
4035536b
JB
18122003-06-03 J. Brobecker <brobecker@gnat.com>
1813
1814 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
1815 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
1816 structure, field no longer exists.
1817
0bd79c5c
JB
18182003-06-03 J. Brobecker <brobecker@gnat.com>
1819
1820 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
1821 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
1822
37bb6d9f
JB
18232003-06-03 J. Brobecker <brobecker@gnat.com>
1824
1825 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
1826 references to struct frame_info fields by calls to the equivalent
1827 accessors. Necessary now that frame_info is opaque.
1828
852ee05c
JB
18292003-06-03 J. Brobecker <brobecker@gnat.com>
1830
1831 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
1832 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
1833 structure, field no longer exists.
1834
7d58c67d
TR
18352003-06-03 Theodore A. Roth <troth@openavr.org>
1836
8ffd9b1b 1837 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
1838 accumulation of the size of all registers instead of blindly using
1839 DEPRECATED_REGISTER_BYTES.
1840
0a48e7e8
MS
18412003-06-03 Michael Snyder <msnyder@redhat.com>
1842
1843 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
1844 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
1845 for h8300sx.
1846
9798ab0d
JB
18472003-06-03 J. Brobecker <brobecker@gnat.com>
1848
1849 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
1850 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
1851
00b037e2
AC
18522003-06-03 Andrew Cagney <cagney@redhat.com>
1853
1854 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
1855 (sparc_convert_to_raw): Delete function.
1856 (sparc_gdbarch_init): Do not set register_convert_to_raw or
1857 register_convert_to_virtual.
1858
043b2f77
JJ
18592003-06-03 Jeff Johnston <jjohnstn@redhat.com>
1860
1861 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
1862 layer if not dealing with a statically-linked threaded program.
1863
f43caff8
KW
18642003-06-03 Kris Warkentin <kewarken@qnx.com>
1865
1866 * solib.c (solib_open): Update comment to reflect actual search order.
1867
ae1e7417
AC
18682003-06-03 Andrew Cagney <cagney@redhat.com>
1869
1870 * frame.c (get_frame_memory_signed): New function.
1871 (get_frame_memory, get_frame_memory_unsigned): New function.
1872 (get_frame_arch): New function.
1873 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
1874 (get_frame_memory, get_frame_unsigned_memory): Declare.
1875 * d10v-tdep.c (d10v_frame_unwind_cache): Use
1876 get_frame_memory_unsigned and get_frame_arch.
1877 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
1878
cb123844
RG
18792003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
1880
1881 * MAINTAINERS (write after approval): Add myself.
1882
1bb792e9
JB
18832003-06-03 Jim Blandy <jimb@redhat.com>
1884
1885 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
1886 elements of gregset_t are 64 bits each, but access registers
1887 are still 32 bits, so they're packed two per gregset_t
1888 element. Unpack/pack them properly.
1889
aee8d8ba
DC
18902003-06-02 David Carlton <carlton@bactrian.org>
1891
1892 * linespec.c (find_methods): Break out code into
1893 add_matching_methods and add_constructors.
1894 (add_matching_methods): New.
1895 (add_constructors): Ditto.
1896
bf7488d2
AC
18972003-06-02 Andrew Cagney <cagney@redhat.com>
1898
bf7488d2
AC
1899 * sparc-tdep.c (sparc_print_registers): Delete call to
1900 REGISTER_CONVERTIBLE.
1901 (sparc_gdbarch_init): Do not set register_convertible.
1902 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1903 * frv-tdep.c (frv_gdbarch_init): Ditto.
1904 * cris-tdep.c (cris_gdbarch_init): Ditto.
1905
adedef68
EZ
19062003-06-02 Elena Zannoni <ezannoni@redhat.com>
1907
8ffd9b1b 1908 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
1909 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
1910 (syms_from_objfile): Ditto.
1911
650fcc91
AS
19122003-06-03 Andreas Schwab <schwab@suse.de>
1913
1914 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
1915 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
1916
df4a182b
RH
19172003-06-02 Richard Henderson <rth@redhat.com>
1918
1919 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
1920 a member of all_reggroup.
1921
c483c494
RH
19222003-06-02 Richard Henderson <rth@redhat.com>
1923
1924 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
1925 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
1926 (alpha_lds, alpha_sts): New.
1927 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 1928 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
1929 restructure and fail for type sizes other than 4 or 8.
1930 (alpha_value_to_register): Similarly.
1931 (alpha_extract_return_value): Use alpha_sts.
1932 (alpha_store_return_value): Use alpha_lds.
1933 (alpha_gdbarch_init): Update hooks.
1934
b38b6be2
RH
19352003-06-02 Richard Henderson <rth@redhat.com>
1936
1937 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
1938 regnum identifiers.
1939 (alpha_sigtramp_register_address): Likewise.
1940
98a8e1e5
RH
19412003-06-02 Richard Henderson <rth@redhat.com>
1942
1943 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
1944 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
1945 * alpha-tdep.h: Declare them.
1946
1947 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
1948 Remove zerobuf. Don't error on UNIQUE.
1949 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
1950 (ALPHA_REGSET_UNIQUE): Provide default.
1951 (supply_gregset): Use alpha_supply_int_regs.
1952 (fill_gregset): Use alpha_fill_int_regs.
1953 (supply_fpregset): Use alpha_supply_fp_regs.
1954 (fill_fpregset): Use alpha_fill_fp_regs.
1955 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
1956 (alphabsd_supply_reg): Use alpha_supply_int_regs.
1957 (alphabsd_fill_reg): Use alpha_fill_int_regs.
1958 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
1959 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
1960 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
1961
67dfac52
RH
19622003-06-02 Richard Henderson <rth@redhat.com>
1963
f75d70cc
RH
1964 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
1965
67dfac52
RH
1966 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
1967 (alpha_store_return_value): Likewise.
1968
0cf566ec
DC
19692003-06-02 David Carlton <carlton@math.stanford.edu>
1970
1971 * block.c (contained_in): Add 'const' to arguments.
1972 (block_function): Ditto.
1973 * block.h: Update declarations for block_function and
1974 contained_in.
1975
cdef89d0
DC
19762003-06-02 David Carlton <carlton@math.stanford.edu>
1977
1978 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
1979 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
1980 * p-valprint.c (pascal_val_print): Ditto.
1981 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
1982
72667056
RH
19832003-06-02 Richard Henderson <rth@redhat.com>
1984
98a8e1e5
RH
1985 * alpha-tdep.c (alpha_push_dummy_call): Use
1986 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 1987
8ffd9b1b 1988 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
1989 sign-extension of 32-bit values.
1990 (alpha_store_return_value): Similarly.
0ede8eca 1991
98a8e1e5
RH
1992 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
1993 (alpha_extract_return_value): Likewise.
1994 (alpha_store_return_value): Likewise.
7b5e1cb3 1995
98a8e1e5
RH
1996 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
1997 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 1998
98a8e1e5
RH
1999 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
2000 (alpha_extract_struct_value_address): Likewise.
2001 (alpha_store_return_value): Likewise.
2002 (alpha_store_struct_return): Remove.
2003 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 2004
98a8e1e5
RH
2005 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
2006 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
2007 macros where appropriate.
2008 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
2009 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 2010
98a8e1e5
RH
2011 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
2012 for SP, GP; void_func_ptr for PC; non-language-specific types
2013 for all others.
2014 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 2015
6dd77b81
RH
20162003-06-02 Richard Henderson <rth@redhat.com>
2017
2018 * top.h (lim_at_start): Declare.
2019 * main.c (captured_main): Set it.
2020 * top.c (lim_at_start): Define.
2021 (command_loop): Use it instead of &environ.
2022 * event-top.c (command_handler): Likewise.
2023
f4dbdb54
JT
20242003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
2025
2026 * mipsnbsd-tdep.c: Update copyright years.
2027 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
2028
8f285956
RH
20292003-06-01 Richard Henderson <rth@redhat.com>
2030
98a8e1e5
RH
2031 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
2032 (alpha-linux-tdep.o): Update dependencies.
2033 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
2034 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 2035
615967cb
RH
20362003-06-01 Richard Henderson <rth@redhat.com>
2037
98a8e1e5
RH
2038 * alpha-tdep.c (alpha_register_reggroup_p): New.
2039 (alpha_gdbarch_init): Register it.
615967cb 2040
b59661bd
AC
20412003-06-02 Andrew Cagney <cagney@redhat.com>
2042
2043 * dwarfread.c: Eliminate "register"
2044 (decode_die_type): Eliminate assignment within "if".
2045 (struct_type, decode_array_element_type): Ditto.
2046 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
2047 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
2048 (decode_modified_type, completedieinfo): Ditto.
2049 * block.c: Eliminate "register".
2050 (blockvector_for_pc_sect): Eliminate assignment within "if".
2051 * cp-support.h (struct symbol): Opaque declaration.
2052 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
2053
5ef165c2
RH
20542003-06-01 Richard Henderson <rth@redhat.com>
2055
98a8e1e5
RH
2056 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
2057 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 2058
143985b7
AF
20592003-06-01 Adam Fedor <fedor@gnu.org>
2060
2061 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
2062 * gdbarch.[ch]: Regenerate.
2063 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
2064 (hppa_gdbarch_init): Set it in the gdbarch vector.
2065 * i386-tdep.c (i386_fetch_pointer_argument): New
2066 (i386_gdbarch_init): Set it into gdbarch.
2067 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
2068 (rs6000_gdbarch_init): Set it in gdbarch.
2069 * sparc-tdep.c (sparc_fetch_pointer_argument): New
2070 (sparc_gdbarch_init): Set it in gdbarch.
2071
ae0167b9
AC
20722003-06-01 Andrew Cagney <cagney@redhat.com>
2073
7c0b4a20
AC
2074 * defs.h (extract_address): Delete declaration.
2075 * findvar.c (extract_address): Delete function.
2076 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
2077 extract_address with the inline equivalent,
2078 extract_unsigned_integer.
2079 (xstormy16_extract_struct_value_address): Ditto.
2080 (xstormy16_pointer_to_address): Ditto.
2081 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
2082 * v850-tdep.c (v850_push_arguments): Ditto.
2083 (v850_extract_return_value): Ditto.
2084 (v850_extract_struct_value_address): Ditto.
2085 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
2086 (sparcnbsd_get_longjmp_target_64): Ditto.
2087 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
2088 (get_longjmp_target): Ditto.
2089 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
2090 (sh64_extract_struct_value_address): Ditto.
2091 (sh_push_arguments): Ditto.
2092 (sh64_push_arguments): Ditto.
2093 * remote-vxsparc.c (vx_read_register): Ditto.
2094 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
2095 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
2096 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
2097 * mipsv4-nat.c (get_longjmp_target): Ditto.
2098 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
2099 * mips-nat.c (get_longjmp_target): Ditto.
2100 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
2101 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
2102 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
2103 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
2104 * irix5-nat.c (get_longjmp_target): Ditto.
2105 * irix4-nat.c (get_longjmp_target): Ditto.
2106 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
2107 (ia64_push_arguments): Ditto.
2108 * hpux-thread.c (hpux_thread_store_registers): Ditto.
2109 * h8300-tdep.c (h8300_push_arguments): Ditto.
2110 (h8300_store_return_value): Ditto.
2111 (h8300_extract_struct_value_address): Ditto.
2112 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
2113 (frv_push_arguments): Ditto.
2114 * avr-tdep.c (avr_pointer_to_address): Ditto.
2115 (avr_push_arguments): Ditto.
2116 * arm-tdep.c (arm_push_dummy_call): Ditto.
2117 (arm_get_longjmp_target): Ditto.
2118 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
2119 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
2120 (alpha_get_longjmp_target): Ditto.
2121
ae0167b9
AC
2122 * solib-irix.c (extract_mips_address): Inline extract_address,
2123 replacing it with extract_signed_integer.
2124 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
2125 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
2126 (first_link_map_member, open_symbol_file_object): Ditto.
2127 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
2128 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
2129 (LM_NEXT, LM_NAME): Ditto.
2130
44d88583
RH
21312003-06-01 Richard Henderson <rth@redhat.com>
2132
98a8e1e5
RH
2133 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
2134 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
2135 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
2136 (alpha_cannot_store_register): Likewise.
2137 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
2138 * alpha-nat.c (supply_gregset): Likewise.
2139 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 2140
310e9b6a
AC
21412003-06-01 Andrew Cagney <cagney@redhat.com>
2142
2143 * infcall.c (call_function_by_hand): Update comment on
2144 DEPRECATED_DUMMY_WRITE_SP.
2145
2146 * mips-tdep.c (mips_gdbarch_init): Do not set
2147 deprecated_dummy_write_sp.
2148 (mips_eabi_push_dummy_call): Set the SP register.
2149 (mips_o64_push_dummy_call): Set the SP register.
2150 (mips_o32_push_dummy_call): Set the SP register.
2151 (mips_n32n64_push_dummy_call): Set the SP register.
2152
5ab84872
RH
21532003-06-01 Richard Henderson <rth@redhat.com>
2154
98a8e1e5
RH
2155 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
2156 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
2157 (supply_gregset): Likewise.
2158 * alpha-tdep.c (alpha_store_return_value): Likewise.
2159 (alpha_get_longjmp_target): Likewise.
2160 (alpha_register_name): Constify array.
2161 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
2162 deprecated_register_size, deprecated_register_bytes,
2163 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
2164 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
2165 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 2166
09cc52fd
RH
21672003-06-01 Richard Henderson <rth@redhat.com>
2168
2169 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
2170 from arg_reg_buffer to regcache to avoid double conversion.
2171
c7f16359
MK
21722003-06-01 Mark Kettenis <kettenis@gnu.org>
2173
2174 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
2175 SP_REGNUM.
2176 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
2177 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
2178
7131cb6e
RH
21792003-06-01 Richard Henderson <rth@redhat.com>
2180
98a8e1e5
RH
2181 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
2182 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 2183
f3e0f90b
RH
21842003-06-01 Richard Henderson <rth@redhat.com>
2185
98a8e1e5
RH
2186 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
2187 not overlapping PC_REGNUM.
f3e0f90b 2188
c88e30c0
RH
21892003-06-01 Richard Henderson <rth@redhat.com>
2190
98a8e1e5
RH
2191 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
2192 alpha_push_arguments. Don't dump argument register data to
2193 the target stack. Fix float and 128-bit long double semantics.
2194 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
2195 (alpha_fix_call_dummy): Remove.
2196 (alpha_call_dummy_words): Remove.
2197 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 2198
f1a559ae
RH
21992003-06-01 Richard Henderson <rth@redhat.com>
2200
2201 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
2202
5e045346
AC
22032003-06-01 Andrew Cagney <cagney@redhat.com>
2204
95404a3e
AC
2205 * mips-tdep.c (is_mips16_addr): New function.
2206 (make_mips16_addr, unmake_mips16_addr): New functions.
2207 (pc_is_mips16, mips_fetch_instruction): Use.
2208 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
2209 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
2210 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
2211 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
2212 TARGET_MIPS.
2213 * config/mips/tm-mips.h: Update copyright.
2214 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
2215 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
2216 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
2217 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
2218 (TM_PRINT_INSN_MACH): Delete.
2219 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
2220
5e045346
AC
2221 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
2222 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
2223 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
2224 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
2225 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
2226 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
2227 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
2228 mips*-*-riscos* and mips*-*-sysv* onto mips.
2229 * config/mips/mips64.mt: New file.
2230 * config/mips/mips.mt: New file.
2231 * config/mips/littlemips.mt: Delete file.
2232 * config/mips/decstation.mt: Delete file.
2233 * config/mips/vr4300el.mt: Delete file.
2234 * config/mips/vr5000el.mt: Delete file.
2235 * config/mips/vr5000.mt: Delete file.
2236 * config/mips/vr4100.mt: Delete file.
2237 * config/mips/vr4xxxel.mt: Delete file.
2238 * config/mips/vr4300.mt: Delete file.
2239 * config/mips/vr4xxx.mt: Delete file.
2240 * config/mips/bigmips.mt: Delete file.
2241 * config/mips/bigmips64.mt: Delete file.
2242 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
2243 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
2244 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
2245 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
2246 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
2247 "tm-bigmips.h".
2248 * config/mips/tm-irix3.h: Ditto.
2249 * config/mips/tm-mipsv4.h: Ditto.
2250 * config/mips/tm-embed.h: Ditto.
2251 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
2252 "tm-bigmips64.h".
2253 * config/mips/tm-vr5000el.h: Delete file.
2254 * config/mips/tm-tx39l.h: Delete file.
2255 * config/mips/tm-vr4300el.h: Delete file.
2256 * config/mips/tm-vr4xxxel.h: Delete file.
2257 * config/mips/tm-vr4300.h: Delete file.
2258 * config/mips/tm-vr4100.h: Delete file.
2259 * config/mips/tm-vr4xxx.h: Delete file.
2260 * config/mips/tm-vr5000.h: Delete file.
2261 * config/mips/tm-embedl64.h: Delete file.
2262 * config/mips/tm-embedl.h: Delete file.
2263 * config/mips/tm-embed64.h: Delete file.
2264 * config/mips/tm-bigmips64.h: Delete file.
2265 * config/mips/tm-bigmips.h: Delete file.
2266
2473a4a9
MK
22672003-06-01 Mark Kettenis <kettenis@gnu.org>
2268
97a5b208
MK
2269 Fix gdb/1216.
2270 * shnbsd-nat.c: Include "sh-tdep.h".
2271
2473a4a9
MK
2272 From Richard Henderson <rth@redhat.com>:
2273 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
2274
e0f7ec59
AC
22752003-05-31 Andrew Cagney <cagney@redhat.com>
2276
2277 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
2278 forward declaration.
2279 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
2280 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
2281 (mips_find_saved_regs): Use set_reg_offset.
2282 (mips_frame_init_saved_regs): Delete function.
2283 (mips_pop_frame): Call mips_find_saved_regs instead of
2284 DEPRECATED_FRAME_INIT_SAVED_REGS.
2285
68dcc709
AC
22862003-05-31 Andrew Cagney <cagney@redhat.com>
2287
2288 * mips-tdep.c (mips_gdbarch_init): Do not set
2289 deprecated_max_register_raw_size, register_virtual_size, and
2290 deprecated_max_register_virtual_size.
2291
cfc14b3a
MK
22922003-05-31 Mark Kettenis <kettenis@gnu.org>
2293
6405b0a6
MK
2294 * i386-tdep.c: Include "dwarf2-frame.h".
2295 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
2296 * Makefile.in (i386-tdep.o): Update dependencies.
2297
cfc14b3a
MK
2298 * dwarf2-frame.c, dwarf2-frame.h: New files.
2299 * Makefile.in (SFILES): Add dwarf2-frame.c.
2300 (dwarf2_frame_h): Define.
2301 (COMMON_OBS): Add dwarf2-frame.o.
2302 (dwarf2-frame.o): Add dependencies.
2303
6a2751d2
AJ
23042003-05-31 Andreas Jaeger <aj@suse.de>
2305
2306 * x86-64-linux-nat.c: Fix comment.
2307
1c3545ae
MK
23082003-05-31 Mark Kettenis <kettenis@gnu.org>
2309
10f93086
MK
2310 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
2311 function signature.
2312
1c3545ae
MK
2313 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
2314 have a sigcontext_addr handler.
2315 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
2316 sigcontext_addr handler.
2317
e11c53d2
AC
23182003-05-31 Andrew Cagney <cagney@redhat.com>
2319
2320 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
2321 (print_fp_register_row): Replace do_fp_register_row.
2322 (mips_print_fp_register): Add "file" and "frame" parameters.
2323 (mips_print_register): Add "file" and "frame" parameters.
2324 (mips_print_registers_info): Replace mips_do_registers_info.
2325 (mips_gdbarch_init): Set print_registers_info instead of
2326 deprecated_do_registers_info.
2327 (mips_read_fp_register_single): Add "frame" parameter.
2328 (mips_read_fp_register_double): Add "frame" parameter.
2329
a3386186
MK
23302003-05-31 Mark Kettenis <kettenis@gnu.org>
2331
70913449
MK
2332 * i386-tdep.c (i386_register_name): Check for MMX registers first.
2333 Fixes a bug where GDB would print the wrong register names for
2334 targets without SSE.
2335
2b5e0749
MK
2336 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
2337 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
2338 registers.
2339
2340 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
2341 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
2342 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
2343 TDEP->sc_sp_offset.
2344
a3386186
MK
2345 From Michal Ludvig <mludvig@suse.cz>:
2346 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
2347 and `sc_num_regs'.
2348 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
2349 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
2350 I386_ST0_REGNUM): Move here from...
2351 * i386-tdep.c: ... here.
2352 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
2353 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
2354 registers if possible.
2355 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
2356 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
2357 Remove variables.
2358 (i386bsd_sc_reg_offset): New variable.
2359 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
2360 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
2361 TDEP->sc_sp_offset.
2362 (i386fbsd_sc_reg_offset): New variable.
2363 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
2364 TDEP->sc_num_regs.
2365 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
2366 variables.
2367 (i386fbsd4_sc_reg_offset): New variable.
2368 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
2369 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
2370 TDEP->sc_sp_offset.
2371 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
2372 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
2373 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
2374 Remove variables.
2375 (i386nbsd_sc_reg_offset): New variable.
2376 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
2377 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
2378 TDEP->sc_sp_offset.
2379 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
2380 Remove variables.
2381 (i386obsd_sc_reg_offset): New variable.
2382 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
2383 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
2384 TDEP->sc_sp_offset.
2385 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
2386 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
2387 for frame pointer offset in `struct sigcontext'.
2388
25ab4790
AC
23892003-05-31 Andrew Cagney <cagney@redhat.com>
2390
2391 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
2392 architecture methods call_dummy_words, sizeof_call_dummy_words,
2393 push_return_address, store_struct_return, and fix_call_dummy. Set
2394 push_dummy_call instead of deprecated_push_arguments.
2395 (mips_store_struct_return): Delete function.
2396 (mips_fix_call_dummy): Delete function.
2397 (mips_push_return_address): Delete function.
2398 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
2399 RA_REGNUM and T9_REGNUM.
2400 (mips_n32n64_push_dummy_call): Ditto for
2401 mips_n32n64_push_arguments.
2402 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
2403 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
2404
6a65450a
AC
24052003-05-31 Andrew Cagney <cagney@redhat.com>
2406
2407 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
2408 "dummy_addr" to "bp_addr".
2409 * infcall.c (call_function_by_hand): Pass "funaddr" to
2410 gdbarch_push_dummy_call.
2411 * gdbarch.h, gdbarch.c: Re-generate.
2412 * i386-tdep.c (i386_push_dummy_call): Update.
2413 * arm-tdep.c (arm_push_dummy_call): Update.
2414 * d10v-tdep.c (d10v_push_dummy_call): Update.
2415
c4f35dd8
MK
24162003-05-31 Mark Kettenis <kettenis@gnu.org>
2417
2418 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
2419 variable declarations.
2420 (x86_64_register_number, x86_64_register_name): Remove prototypes.
2421 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
2422 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
2423 x86_64_init_frame_pc, x86_64_init_frame_pc,
2424 x86_64_function_has_prologue): Remove prototypes.
2425 (X86_64_NUM_GREGS): New define.
2426 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
2427 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
2428 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
2429 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
2430 XMM1_REGNUM): Remove defines.
2431 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
2432 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
2433 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
2434 X86_64_XMM1_REGNUM): New defines.
2435 (struct x86_64_register_info): Renamed from `struct
2436 register_info'. Remove `size' member.
2437 (x86_64_register_info_table): Remove variable.
2438 (x86_64_register_info): New variable.
2439 (X86_64_NUM_REGS): New define.
2440 (X86_64_NUM_GREGS): Remove define.
2441 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
2442 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
2443 Remove variables.
2444 (x86_54_dwarf2_reg_to_regnum): Remove function.
2445 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
2446 (x86_64_dwarf_reg_to_regnum): New function.
2447 (x86_64_register_name): Rewrite.
2448 (x86_64_register_raw_size): Remove function.
2449 (x86_64_register_byte_table): Remove variable.
2450 (x86_64_register_byte): Remove function.
2451 (x86_64_register_virtual_type): Remove function.
2452 (x86_64_register_type): New function.
2453 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
2454 x86_64_register_convert_to_raw): Remove functions.
2455 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
2456 (x86_64_use_struct_convention): Make static. Adjust for renamed
2457 defines.
2458 (x86_64_frame_init_saved_regs): Remove function.
2459 (x86_64_push_arguments): Make static. Change to accept a regcache
2460 as argument.
2461 (x86_64_store_return_value, x86_64_extract_return_value): Make
2462 static. Rewrite based on i386 counterparts.
2463 (x86_64_push_dummy_call): New function.
2464 (X86_64_NUM_SAVED_REGS): New define.
2465 (x86_64_register_number): Remove function.
2466 (x86_64_store_struct_return): Remove function.
2467 (x86_64_frameless_function_invocation,
2468 x86_64_function_has_prologue): Remove functions.
2469 (PROLOG_BUFSIZE): Remove define.
2470 (struct x86_64_frame_cache): New structure.
2471 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
2472 x86_64_frame_cache, x86_64_frame_this_id,
2473 x86_64_frame_prev_register, x86_64_frame_p,
2474 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
2475 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
2476 functions.
2477 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
2478 variables.
2479 (x86_64_skip_prologue): Rewrite in terms of
2480 x86_64_analyze_prologue.
2481 (x86_64_frame_base_address): New function.
2482 (x86_64_frame_base): New variable.
2483 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
2484 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
2485 set deprecated_fp_regnum, deprecated_register_size,
2486 deprecated_register_bytes, register_raw_size, register_byte,
2487 register_virtual_type, register_convertiable,
2488 register_convert_to_virtual, convert_to_raw,
2489 deprecated_get_saved_register, deprecated_target_read_fp,
2490 deprecated_push_arguments, deprecated_push_return_address,
2491 deprecated_pop_frame, deprecated_store_struct_return,
2492 deprecated_frame_init_saved_regs, deprecated_frame_chain,
2493 frameless_function_invocation, deprecated_frame_saved_pc,
2494 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
2495 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
2496 deprecated_init_frame_pc and virtual_frame_pointer. Call
2497 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
2498 and x86_64_frame_p. Call frame_base_set_default to register
2499 x86_64_frame_base.
2500 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
2501 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
2502 (_initialize_x86_64_tdep): Remove function.
2503 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
2504 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
2505 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
2506 define.
2507 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
2508 (x86_64_linux_sigcontext_addr): Rewrite.
2509 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
2510 x86_64_linux_frame_saved_pc): Remove functions.
2511 (x86_64_linux_pc_in_sigtramp): Renamed from
2512 x86_64_linux_in_sigtramp. Try harder to recognize a signal
2513 trampoline.
2514 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
2515 Remove_functions.
2516 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
2517 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
2518 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
2519 (x86_64_regmap): Rename to regmap.
2520 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
2521 x86_64_num_gregs.
2522 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
2523 x86_64_regmap.
2524 (x86_64_fxsave_offset): Remove function.
2525 (supply_fpregset): Simply call x86_64_supply_fxsave.
2526 (fill_fpregset): Simply call x86_64_fill_fxsave.
2527 (fetch_inferior_registers, store_inferior_registers): Avoid
2528 asignment in if-statement.
2529 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
2530 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
2531 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
2532 (fetch_core_registers): Remove function.
2533 (linux_elf_core_fns): Remove.
2534 (offsetoff): Don't define.
2535 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
2536 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
2537 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
2538 add core-regset.o.
2539 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
2540 protection against multiple includes instead of NM_X86_64_h. Add
2541 various comments. Include "config/nm-linux.h". Don't include
2542 <signal.h>.
2543 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
2544 GET_THREAD_SIGNALS): Remove defines.
2545 (x86_64_register_u_addr, kernel_u_size,
2546 lin_thread_get_thread_signals): Remove prototypes.
2547 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
2548 [HAVE_LINK_H]: Don't include "solib.h".
2549 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
2550 * config/i386/tm-x86-64linux.h: Fix comments.
2551 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
2552 x86-64-tdep.o): Update dependencies.
2553
c25083af
AC
25542003-05-30 Andrew Cagney <cagney@redhat.com>
2555
c8f55a7b
AC
2556 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
2557 Change parameter type to a "struct regcache *".
2558
c25083af
AC
2559 * gdbarch.sh: Regardless of the multi-arch level, always define
2560 the macro when not already defined.
2561 * gdbarch.h, gdbarch.c: Re-generate.
2562
fbe586ae
RH
25632003-05-30 Richard Henderson <rth@redhat.com>
2564
2565 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
2566 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
2567 (alpha_mdebug_frame_this_id): Likewise.
2568 (alpha_mdebug_frame_prev_register): Likewise.
2569 (alpha_mdebug_frame_base_address): Likewise.
2570 (alpha_mdebug_frame_locals_address): Likewise.
2571 (alpha_mdebug_frame_args_address): Likewise.
2572 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
2573 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
2574 (alpha_heuristic_frame_unwind_cache): Make static; add missing
2575 loop increment.
2576 (alpha_heuristic_frame_this_id): Make static.
2577 (alpha_heuristic_frame_prev_register): Likewise.
2578 (alpha_heuristic_frame_base_address): Likewise.
2579 * alpha-tdep.h: Update.
2580
acd5c798
MK
25812003-05-30 Mark Kettenis <kettenis@gnu.org>
2582
2583 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
2584 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
2585 defenitions.
2586 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
2587 * i386-tdep.c: Mark functions that are 64-bit safe as such.
2588 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
2589 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
2590 I386_ST0_REGNUM): New defines.
2591 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
2592 codestream_get): Remove define.
2593 (codestream_next_addr, condestream_addr, condestream_buf,
2594 codestream_off, codestream_cnt): Remove variables.
2595 (codestream_fill, codestream_seek, codestream_read): Remove
2596 functions.
2597 (i386_follow_jump): Rewrite to avoid usage of removed codestream
2598 functionality.
2599 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
2600 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
2601 i386_frame_saved_pc, i386_saved_pc_after_call,
2602 i386_frame_num_args, i386_frame_init_saved_regs,
2603 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
2604 i386_push_arguments): Remove functions.
2605 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
2606 functionality. Use i386_analyze_prologue instead of
2607 i386_get_frame_setup.
2608 (I386_NUM_SAVED_REGS): New define.
2609 (struct i386_frame_cache): New structure.
2610 (i386_alloc_frame_cache, i386_analyze_struct_return,
2611 i386_skip_probe, i386_analyze_frame_setup,
2612 i386_analyze_register_saves, i386_analyze_prologue,
2613 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
2614 i386_frame_prev_register, i386_sigtramp_frame_cache,
2615 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
2616 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
2617 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
2618 New functions.
2619 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
2620 New variables.
2621 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
2622 I386_EAX_REGNUM and I386_EDX_REGNUM.
2623 (i386_extract_return_value, i386_store_return_value): Use
2624 I386_ST0_REGNUM where appropriate.
2625 (i386_extract_struct_value_address): Rewrite to use extract_address.
2626 (i386_svr4_pc_in_sigtramp): Add comment.
2627 (i386_svr4_sigcontext_addr): Rewrite.
2628 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
2629 TDEP->sc_sp_offset.
2630 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
2631 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
2632 of new defines. Set push_dummy_call, don't set
2633 deprecated_push_arguments, deprecated_push_return_address,
2634 deprecated_pop_frame. Don't set parm_boundary. Don't set
2635 deprecated_frame_chain, deprecated_frame_saved_pc,
2636 deprecated_saved_pc_after_call. Set unwind_dummy_id,
2637 save_dummy_frame_tos, unwind_pc. Call
2638 frame_unwind_append_predicate and frame_base_set_default. Don't
2639 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
2640 Don't set frameless_function_invocation. Don't set
2641 deprecated_register_bytes, deprecated_register_size,
2642 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
2643 * i386-linux-tdep.c: Fix formatting in some comments.
2644 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
2645 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
2646 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
2647 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
2648 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
2649 redundant parentheses.
2650 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
2651 (i386_linux_sigcontext_addr): Use it. Rewrite.
2652 (find_minsym_and_objfile): Change name of second argument.
2653 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
2654 changed. Use frame_pc_unwind instead of
2655 DEPRECATED_SAVED_PC_AFTER_CALL.
2656 (i386_linux_init_abi): Don't set deprecated_register_bytes.
2657 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
2658 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
2659 unwinder.
2660 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
2661 "dummy-frame.h".
2662 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
2663 (_initialize_i386_cygwin_tdep): New prototype.
2664 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
2665 deprecated_frame_chain_valid.
2666 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
2667 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
2668 Rely on the SVR4 defaults.
2669 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
2670 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
2671
c89b70f1
AC
26722003-05-30 Andrew Cagney <cagney@redhat.com>
2673
2674 * infcall.c (call_function_by_hand): Always call
2675 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
2676
85b32d22
RH
26772003-05-30 Richard Henderson <rth@redhat.com>
2678
c89b70f1
AC
2679 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
2680 increment.
85b32d22 2681
bfe51b1e
JB
26822003-05-29 Jim Blandy <jimb@redhat.com>
2683
2684 Use gdbarch methods for solib stuff on PowerPC Linux.
2685 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
2686 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
2687 show through.
2688 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2689 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
2690 giving the same effect as the #definitions above.
2691
1abf022c
AF
26922003-05-29 Adam Fedor <fedor@gnu.org>
2693
2694 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
2695 (find_implementation_from_class): Replace it with the standard
2696 case i.e. do nothing.
2697
d2427a71
RH
26982003-05-29 Richard Henderson <rth@redhat.com>
2699
2700 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
2701 (alpha_linux_sigtramp_offset): Use it. Make static.
2702 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
2703 update for new frame model.
2704 * alpha-mdebug-tdep.c: New file.
2705 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
2706 (alpha_osf1_init_abi): Install it.
2707 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
2708 (linked_proc_desc_table): Remove.
2709 (alpha_frame_past_sigtramp_frame): Remove.
2710 (alpha_dynamic_sigtramp_offset): Remove.
2711 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
2712 (alpha_proc_desc_is_dyn_sigtramp): Remove.
2713 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
2714 (push_sigtramp_desc): Remove.
2715 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
2716 (alpha_cannot_store_register): Likewise.
2717 (alpha_sigcontext_addr): Remove.
2718 (alpha_find_saved_regs): Remove.
2719 (alpha_frame_init_saved_regs): Remove.
2720 (alpha_init_frame_pc_first): Remove.
2721 (read_next_frame_reg): Remove.
2722 (alpha_frame_saved_pc): Remove.
2723 (alpha_saved_pc_after_call): Remove.
2724 (temp_proc_desc, temp_saved_regs): Remove.
2725 (alpha_about_to_return): Remove.
2726 (cached_proc_desc): Remove.
2727 (alpha_frame_chain): Remove.
2728 (alpha_print_extra_frame_info): Remove.
2729 (alpha_init_extra_frame_info): Remove.
2730 (alpha_frame_locals_address): Remove.
2731 (alpha_frame_args_address): Remove.
2732 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
2733 (alpha_push_dummy_frame): Remove.
2734 (alpha_pop_frame): Remove.
2735 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
2736 (alpha_read_insn): New.
2737 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
2738 for different insn encodings.
2739 (alpha_in_lenient_prologue): Remove.
2740 (struct alpha_sigtramp_unwind_cache): New.
2741 (alpha_sigtramp_frame_unwind_cache): New.
2742 (alpha_sigtramp_register_address): New.
2743 (alpha_sigtramp_frame_this_id): New.
2744 (alpha_sigtramp_frame_prev_register): New.
2745 (alpha_sigtramp_frame_unwind): New.
2746 (alpha_sigtramp_frame_p): New.
2747 (struct alpha_heuristic_unwind_cache): New.
2748 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
2749 don't count nop insns that occur between functions.
2750 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
2751 heuristic_proc_desc, but without the mdebug wrapping.
2752 (alpha_heuristic_frame_this_id): New.
2753 (alpha_heuristic_frame_prev_register): New.
2754 (alpha_heuristic_frame_unwind): New.
2755 (alpha_heuristic_frame_p): New.
2756 (alpha_heuristic_frame_base_address): New.
2757 (alpha_heuristic_frame_base): New.
2758 (alpha_unwind_dummy_id): New.
2759 (alpha_unwind_pc): New.
2760 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
2761 frame related deprecated initializations; install replacements.
2762 (alpha_dump_tdep): Remove.
2763 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
2764 (alpha_read_insn, alpha_after_prologue,
2765 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
2766 alpha_heuristic_frame_prev_register,
2767 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
2768 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
2769 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
2770 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
2771
93ec1121
AC
27722003-05-29 Andrew Cagney <cagney@redhat.com>
2773
2774 * gdb_assert.h (gdb_assert_fail): Provide different definitions
2775 dependant on the availability of ASSERT_FUNCTION.
2776 (ASSERT_FUNCTION): Do not define when there is no function name.
2777
98f08d3d
KB
27782003-05-29 Kevin Buettner <kevinb@redhat.com>
2779
2780 From Jimi X <jimix@watson.ibm.com>:
2781 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
2782
0897f59b
JB
27832003-05-28 Jim Blandy <jimb@redhat.com>
2784
2785 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
2786 argument to ptrace to int; the system headers should give it the
2787 right type, and pointers don't fit in ints on powerpc64-*-*.
2788
14898363
L
27892003-05-28 H.J. Lu <hongjiu.lu@intel.com>
2790
2791 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
2792 DW_TAG_catch_block.
2793
a7a48797
EZ
27942003-05-26 Elena Zannoni <ezannoni@redhat.com>
2795
2796 * stabsread.c (dbx_lookup_type): Make static.
2797 (read_type): Ditto.
2798 (add_undefined_type): Ditto.
2799 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
2800 not export.
2801
f5479e9c
EZ
28022003-05-26 Elena Zannoni <ezannoni@redhat.com>
2803
2804 * hpread.c (hpread_has_name): Make static.
2805 (hpread_psymtab_to_symtab): Ditto.
2806 (file_exists): Ditto.
2807 (hpread_call_pxdb): Ditto.
2808 (hpread_pxdb_needed): Ditto.
2809 (hpread_quick_traverse): Ditto.
2810 (hpread_get_header): Ditto.
2811 (hpread_get_lntt): Ditto.
2812 (hpread_get_slt): Ditto.
2813 (class_of): Ditto.
2814
eb2e12d7
AS
28152003-05-25 Andreas Schwab <schwab@suse.de>
2816
78bf922a
AS
2817 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
2818 stack_align and deprecated_extra_stack_alignment_needed.
2819 (m68k_stack_align): Delete.
2820
eb2e12d7
AS
2821 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
2822 (m68k_register_virtual_size): Likewise.
2823 (altos_skip_prologue): Remove obsolete function.
2824 (isi_frame_num_args): Likewise.
2825 (news_frame_num_args): Likewise.
2826 (m68k_fix_call_dummy): Make static.
2827 (m68k_push_dummy_frame): Likewise.
2828 (m68k_pop_frame): Likewise.
2829 (m68k_skip_prologue): Likewise.
2830 (m68k_frame_init_saved_regs): Likewise.
2831 (m68k_saved_pc_after_call): Likewise.
2832 (m68k_get_longjmp_target): Make multi-arch.
2833 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
2834 structure. Register m68k_get_longjmp_target if enabled.
2835 * m68k-tdep.h (struct gdbarch_tdep): Define.
2836 * config/m68k/tm-m68k.h: Don't include "regcache.h".
2837
2838 * Makefile.in (config.status): Also depend on configure.tgt
2839 and configure.host.
2840 (m68klinux-tdep.o): Update dependencies.
2841 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
2842 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
2843 (M68K_LINUX_JB_PC): Define.
2844 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
2845 and take additional parameter.
2846 (m68k_linux_sigtramp_saved_pc): Update.
2847 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
2848 m68k_linux_pc_in_sigtramp, in_plt_section,
2849 find_solib_trampoline_target.
2850 * config/m68k/tm-linux.h: Don't include any tm headers.
2851 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
2852 (JB_ELEMENT_SIZE): Likewise.
2853 (JB_PC): Likewise.
2854 (GET_LONGJMP_TARGET): Likewise.
2855 (IN_SIGTRAMP): Likewise.
2856 (SVR4_SHARED_LIBS): Define this and include "solib.h".
2857
eb2c22dc
MK
28582003-05-25 Mark Kettenis <kettenis@gnu.org>
2859
2860 * sparc-tdep.c (sparc32_do_push_arguments): New function.
2861 (sparc32_push_arguments): Re-implement by calling
2862 sparc32_do_push_arguments.
2863
44b7b84e
MK
28642003-05-25 Mark Kettenis <kettenis@gnu.org>
2865
2866 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
2867 SPARC_O1_REGNUM): New defines.
2868 (sparc32_extract_return_value): Rewrite to operate on a regcache.
2869 (sparc32_store_return_value): New function.
2870 (sparc_extract_struct_value_address): Rewrite to operate on a
2871 regcache.
2872 (sparc_gdbarch_init): Don't set
2873 deprecated_extract_struct_value_address. Set
2874 extract_struct_value_address instead. Don't set
2875 deprecated_extract_return_value and deprecated_store_return_value
2876 for 32-bit targets. Set extract_return_value and
2877 store_return_value instead.
2878 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
2879 DEPRECTAED_EXTRACT_RETURN_VALUE,
2880 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
2881 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2882 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
2883 (sparc_store_return_value): Remove prototype.
2884 (sparc32_store_return_value): New prototype.
2885 (sparc32_extract_return_value, sparc_extract_struct_value_address):
2886 Adjust prototypes.
2887
f6ad61e3
MK
28882003-05-24 Mark Kettenis <kettenis@gnu.org>
2889
2890 * sparcnbsd-tdep.c: Include "gdb_string.h".
2891
b276f1bb
AC
28922003-05-23 Andrew Cagney <cagney@redhat.com>
2893
2894 * p-valprint.c (pascal_val_print): Replace extract_address with
2895 the inline equivalent extract_unsigned_integer.
2896 * jv-valprint.c (java_value_print): Ditto.
2897 * ada-valprint.c (ada_val_print_1): Ditto.
2898 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
2899
e76c5fcc
TR
29002003-05-23 Theodore A. Roth <troth@openavr.org>
2901
2902 * blockframe.c (frameless_look_for_prologue): Remove unused
2903 after_prologue variable.
2904
2cdd89cb
MK
29052003-05-23 Mark Kettenis <kettenis@gnu.org>
2906
2907 * blockframe.c (get_pc_function_start): Rewrite to avoid
2908 asignments in if-statements.
2909
182d43bc
EZ
29102003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
2911
2912 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 2913 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
2914 files, don't relocate absolute symbols (and do use mst_abs).
2915
e8f3fcdd
AC
29162003-05-23 Andrew Cagney <cagney@redhat.com>
2917
2918 * objc-lang.c: Include "gdb_assert.h".
2919 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
2920 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
2921 (gdb_check, gdb_check_fatal): Delete functions.
2922 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
2923 gdb_assert.
2924 (parse_selector, parse_method, find_methods, find_imps): Ditto.
2925 * Makefile.in (objc-lang.o): Update dependencies.
2926
3c23e6fb
ILT
29272003-05-22 Ian Lance Taylor <ian@airs.com>
2928
2929 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
2930 with fprintf_filtered, not fprintf_unfiltered.
2931
af1342ab
AC
29322003-05-22 Andrew Cagney <cagney@redhat.com>
2933
2934 * stack.c (frame_info): Inline extract_address, replacing it with
2935 extract_unsigned_integer.
2936 * findvar.c (unsigned_pointer_to_address): Ditto.
2937 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
2938 * dwarf2expr.c (dwarf2_read_address): Ditto.
2939 * frame.c (frame_pc_unwind): Update comment.
2940 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
2941
47e242ec
JJ
29422003-05-22 Jeff Johnston <jjohnstn@redhat.com>
2943
2944 * infptrace.c (detach): Call print_sys_errmsg rather than
2945 perror_with_name to issue warning message when errno is non-zero
2946 after calling ptrace detach.
2947
e2ac8128
JB
29482003-05-21 J. Brobecker <brobecker@gnat.com>
2949
2950 * config/pa/tm-hppa.h: Delete some unused macros. Move some
2951 macro definitions from here...
2952 * hppa-tdep.c: ...to there.
2953
92b3541e
KB
29542003-05-20 Kevin Buettner <kevinb@redhat.com>
2955
2956 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
2957 register_ptrace_addr(). Fix all callers.
2958
55809acb
AS
29592003-05-21 Andreas Schwab <schwab@suse.de>
2960
2961 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
2962 dependencies.
2963 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
2964 end.
2965 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
2966 (_initialize_m68k_linux_tdep): New function.
2967 (m68k_linux_frame_saved_pc): Make static.
2968 (m68k_linux_extract_return_value): Likewise.
2969 (m68k_linux_store_return_value): Likewise.
2970 (m68k_linux_extract_struct_value_address): Likewise.
2971 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
2972 Remove.
2973 (DEPRECATED_STORE_RETURN_VALUE): Remove.
2974 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2975 (DEPRECATED_FRAME_SAVED_PC): Remove.
2976
0fbc10f7
KW
29772003-05-20 Kris Warkentin <kewarken@qnx.com>
2978
2979 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
2980 regset numbering rather than our own.
2981
58da2eb2
DC
29822003-05-19 David Carlton <carlton@bactrian.org>
2983
2984 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
2985
1fcb5155
DC
29862003-05-19 David Carlton <carlton@bactrian.org>
2987
2988 Partial fix for PR c++/827.
2989 * cp-support.h: Include symtab.h.
2990 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
2991 * cp-namespace.c: Update contributors.
2992 (cp_lookup_symbol_nonlocal): New.
2993 (lookup_namespace_scope, cp_lookup_symbol_namespace)
2994 (lookup_symbol_file): Ditto.
2995 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
2996 * block.h: Declare block_scope, block_using, block_global_block.
2997 * block.c (block_scope): New.
2998 (block_using, block_global_block): Ditto.
2999 * Makefile.in (cp_support_h): Depend on symtab_h.
3000 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
3001
5f9a71c3
DC
30022003-05-19 David Carlton <carlton@bactrian.org>
3003
3004 * language.h (struct language_defn): Add 'la_value_of_this'
3005 and 'la_lookup_symbol_nonlocal' members.
3006 * symtab.h: Declare basic_lookup_symbol_nonlocal,
3007 lookup_symbol_static, lookup_symbol_global,
3008 lookup_symbol_aux_block.
3009 * symtab.c (lookup_symbol_aux): Call language hooks to determine
3010 if we should search fields of this and how to do static/global
3011 lookup.
3012 (lookup_symbol_aux_block): Make extern.
3013 (basic_lookup_symbol_nonlocal): New.
3014 (lookup_symbol_static, lookup_symbol_global): Ditto.
3015 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
3016 'la_lookup_symbol_nonlocal' members.
3017 * c-lang.c (c_language_defn, cplus_language_defn)
3018 (asm_language_defn, minimal_language_defn): Ditto.
3019 * jv-lang.c (java_language_defn): Ditto.
3020 * language.c (unknown_language_defn, auto_language_defn)
3021 (local_language_defn): Ditto.
3022 * m2-lang.c (m2_language_defn): Ditto.
3023 * objc-lang.c (objc_language_defn): Ditto.
3024 * scm-lang.c (scm_language_defn): Ditto.
3025 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
3026 * p-lang.c (pascal_language_defn): Ditto for both.
3027 * Makefile.in (f-lang.o): Depend on value_h.
3028 (p-lang.o): Ditto.
3029
89a9d1b1
DC
30302003-05-19 David Carlton <carlton@bactrian.org>
3031
3032 * block.h: Declare block_static_block.
3033 * block.c (block_static_block): New.
3034 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
3035 lookup_symbol_aux_local, calling block_static_block instead.
3036 (lookup_symbol_aux_local): Delete 'static_block' argument.
3037
eed3f8ab
DC
30382003-05-19 David Carlton <carlton@bactrian.org>
3039
3040 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
3041
a09d8bda
ML
30422003-05-19 Michal Ludvig <mludvig@suse.cz>
3043
3044 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
3045 register numbers mapping.
3046
69636828
AF
30472003-05-18 Adam Fedor <fedor@gnu.org>
3048
3049 * symtab.c (completion_list_objc_symbol): New function.
3050 (make_symbol_completion_list): Use it to add ObjC symbols
3051 when looking though the list.
3052 (language_search_unquoted_string): New function.
3053 (make_file_symbol_completion_list): Use it.
3054
55baeb84
AS
30552003-05-18 Andreas Schwab <schwab@suse.de>
3056
d0b45d99
AS
3057 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
3058 dependencies.
3059 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
3060 as m68k_linux_extract_return_value.
3061 (DEPRECATED_STORE_RETURN_VALUE): Define as
3062 m68k_linux_store_return_value.
3063 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
3064 m68k_linux_extract_struct_value_address.
3065 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
3066 get_next_frame, get_frame_base, get_frame_pc.
3067 (m68k_linux_frame_saved_pc): Use get_frame_base.
3068 (m68k_linux_extract_return_value): New function.
3069 (m68k_linux_store_return_value): New function.
3070 (m68k_linux_extract_struct_value_address): New function.
3071 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
3072
55baeb84
AS
3073 * c-exp.y (typebase): Remove duplicate occurence of
3074 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 3075 of lookup_signed_typename.
55baeb84 3076
b6b08ebf
MK
30772003-05-18 Mark Kettenis <kettenis@gnu.org>
3078
3079 * dwarf2loc.c (find_location_expression): Change type of second
3080 argument to `size_t *'.
3081 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
3082 for size variable.
3083
5ad1c190
DC
30842003-05-18 David Carlton <carlton@bactrian.org>
3085
3086 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
3087 'linkage_name'. Add comment.
3088 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
3089 'linkage_name'.
3090 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
3091 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
3092 (lookup_block_symbol): Ditto.
3093
b8b527c5
AC
30942003-05-16 Andrew Cagney <cagney@redhat.com>
3095
3096 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
3097 * gdbarch.h, gdbarch.c: Re-generate.
3098 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
3099 * TODO (REGISTER_BYTES): Delete reference.
3100 * alpha-tdep.c (alpha_gdbarch_init): Update.
3101 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3102 * x86-64-tdep.c (x86_64_init_abi): Update.
3103 * vax-tdep.c (vax_gdbarch_init): Update.
3104 * v850-tdep.c (v850_gdbarch_init): Update.
3105 * sparc-tdep.c (sparc_gdbarch_init): Update.
3106 * sh-tdep.c (sh_gdbarch_init): Update.
3107 * s390-tdep.c (s390_gdbarch_init): Update.
3108 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3109 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3110 (ns32k_gdbarch_init_32382): Update.
3111 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3112 * mcore-tdep.c (mcore_gdbarch_init): Update.
3113 * m68k-tdep.c (m68k_gdbarch_init): Update.
3114 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3115 * ia64-tdep.c (ia64_gdbarch_init): Update.
3116 * i386-tdep.c (i386_gdbarch_init): Update.
3117 * i386-linux-tdep.c (i386_linux_init_abi): Update.
3118 * hppa-tdep.c (hppa_gdbarch_init): Update.
3119 * h8300-tdep.c (h8300_gdbarch_init): Update.
3120 * frv-tdep.c (frv_gdbarch_init): Update.
3121 * cris-tdep.c (cris_gdbarch_init): Update.
3122 * avr-tdep.c (avr_gdbarch_init): Update.
3123 * arm-tdep.c (arm_gdbarch_init): Update.
3124 * sparc-tdep.c (sparc_pop_frame): Update.
3125 * rs6000-tdep.c (rs6000_pop_frame): Update.
3126 * remote.c (init_remote_state): Update.
3127 (remote_prepare_to_store): Update.
3128 * remote-vx.c (vx_prepare_to_store): Update.
3129 * remote-sds.c (sds_fetch_registers): Update.
3130 (sds_prepare_to_store): Update.
3131 * remote-array.c: Update.
3132 * regcache.c (init_legacy_regcache_descr): Update.
3133 (init_regcache_descr): Update.
3134 * mips-tdep.c (mips_eabi_extract_return_value): Update.
3135 (mips_o64_extract_return_value): Update.
3136 * irix5-nat.c (fetch_core_registers): Update.
3137 * irix4-nat.c (fetch_core_registers): Update.
3138 * i386-tdep.h: Update.
3139 * hppa-tdep.c (pa_do_registers_info): Update.
3140 (pa_do_strcat_registers_info): Update.
3141 * cris-tdep.c (cris_register_bytes_ok): Update.
3142 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3143 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
3144 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
3145 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
3146 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
3147 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
3148 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
3149 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
3150 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
3151 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
3152 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
3153 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
3154 (REGISTER_BYTES_OK): Update.
3155 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
3156 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
3157
ee2842e2
ILT
31582003-05-16 Ian Lance Taylor <ian@airs.com>
3159
3160 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
3161 (vax_print_insn, print_insn_arg): Remove static functions.
3162 (vax_gdbarch_init): Call set_gdbarch_print_insn with
3163 print_insn_vax from opcodes library.
3164 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
3165
973177d3
AC
31662003-05-15 Andrew Cagney <cagney@redhat.com>
3167
aaab4dba
AC
3168 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
3169 * target.h (memory_breakpoint_from_pc): Delete declaration.
3170 * mem-break.c (memory_breakpoint_from_pc): Delete function.
3171 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
3172 * monitor.c (monitor_insert_breakpoint): Use
3173 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
3174 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
3175 * gdbarch.h, gdbarch.c: Re-generate.
3176 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
3177 (sparc_gdbarch_init): Set breakpoint_from_pc to
3178 sparc_breakpoint_from_pc.
3179 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
3180 (BREAKPOINT_FROM_PC): Define.
3181 (sparc_breakpoint_from_pc): Declare.
3182 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
3183 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
3184 (BREAKPOINT_FROM_PC): Define.
3185 (BREAKPOINT): Delete macro.
3186 * target.h: Update comment.
3187 * s390-tdep.c (s390_gdbarch_init): Update comments.
3188 * remote.c: Update comments.
3189 * remote-mips.c: Update comments.
3190 * proc-api.c (write_with_trace): Do not check for a breakpoint.
3191 * mem-break.c: Update comment.
3192 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
3193 (ia64_memory_insert_breakpoint): Update.
3194 * config/sparc/tm-sparc.h: Update comment.
3195 * config/pa/tm-hppa64.h: Update comment.
3196 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
3197 (rs6000_breakpoint_from_pc): Update.
3198 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
3199 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
3200 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
3201 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
3202 (mips_breakpoint_from_pc): Update.
3203 (mips_dump_tdep): Update.
3204
e06963ff
AC
3205 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
3206 * minsyms.c (lookup_minimal_symbol): Inline
3207 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
3208
973177d3
AC
3209 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
3210 * p-valprint.c (pascal_object_print_value_fields): Ditto.
3211 * p-lang.c (pascal_printstr): Ditto.
3212 * objc-lang.c (objc_printstr): Ditto.
3213 * m2-lang.c (m2_printstr): Ditto.
3214 * jv-valprint.c (java_print_value_fields): Ditto.
3215 * f-lang.c (f_printstr): Ditto.
3216 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
3217 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
3218 for repeat_count_threshold.
3219 * Makefile.in (cp-valprint.o): Update dependencies.
3220
5ea2bd7f 32212003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 3222
5ea2bd7f
JJ
3223 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
3224 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
3225 they start with mov r2,r12. Support skipping over indirect stores
3226 of the input registers. Upon hitting a non-nop branch instruction
3227 or predicated instruction, bail out by setting lim_pc to the current
3228 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
3229 beyond our calculated value and we have trust_limit set,
3230 use the lim_pc value.
3231
cc8c88f3
AC
32322003-05-15 Andrew Cagney <cagney@redhat.com>
3233
3234 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
3235 generic_find_dummy_frame.
3236 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
3237 (deprecated_generic_find_dummy_frame): Update.
3238 (deprecated_read_register_dummy): Update.
3239 * frame.c (deprecated_generic_get_saved_register): Update.
3240
909cd28e
TR
32412003-05-15 Theodore A. Roth <troth@openavr.org>
3242
3243 * avr-tdep.c (avr_breakpoint_from_pc): New function.
3244 (avr_gdbarch_init): Set breakpoint_from_pc method.
3245
b923b08d
AC
32462003-05-15 Andrew Cagney <cagney@redhat.com>
3247
3248 * regcache.c (build_regcache): Set deprecated_register_valid
3249 directly.
3250 (deprecated_grub_regcache_for_register_valid): Delete function.
3251 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
3252 declaration.
3253
ae2f03ac 32542003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
3255
3256 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
3257 * symtab.c (lookup_symbol_aux): Delete calls to
3258 lookup_symbol_aux_minsyms.
3259 (lookup_symbol_aux_minsyms): Comment out function and
3260 prototype. Delete lookup by mangled name.
ae2f03ac 3261
18ec9831
KB
32622003-05-14 Kevin Buettner <kevinb@redhat.com>
3263
3264 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
3265 correctly indicate an empty stack and ``stack_allocated'' to the
3266 indicate the number of elements initially allocated.
3267 (dwarf_expr_grow_stack): Simplify method for computing new
3268 stack size. Don't loop infinitely if ``stack_len'' is zero.
3269 (execute_stack_op): Move ``ctx->in_reg'' initialization
3270 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
3271 be used in conjuction with DW_OP_piece. Revise error message
3272 accordingly.
3273
de18ac1f
TR
32742003-05-14 Theodore A. Roth <troth@openavr.org>
3275
3276 * MAINTAINERS: Update my email address.
3277 * avr-tdep.c: Ditto.
3278
176620f1
EZ
32792003-05-14 Elena Zannoni <ezannoni@redhat.com>
3280
3281 * symtab.h (enum domain_enum): Rename from namespace_enum.
3282 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
3283 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
3284 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
3285 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
3286 TYPES_NAMESPACE, METHODS_NAMESPACE.
3287 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
3288 (struct symbol, struct partial_symbol): Rename field
3289 'namespace_enum namespace' to 'domain_enum domain'.
3290 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
3291 Delete old define kludge for namespace.
3292
3293 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
3294 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
3295 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
3296 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
3297 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
3298 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
3299 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
3300 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
3301 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
3302 occurrences of the above.
3303
b7f31508
ILT
33042003-05-14 Ian Lance Taylor <ian@airs.com>
3305
3306 * Makefile.in (install-only): Use $(SHELL) when running
3307 mkinstalldirs.
3308
2fdbdd39
ILT
33092003-05-13 Ian Lance Taylor <ian@airs.com>
3310
a208d82c
ILT
3311 * MAINTAINERS (write after approval): Add myself.
3312
2fdbdd39
ILT
3313 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
3314 second and third arguments.
3315 * ser-tcp.c (_initialize_ser_tcp): Likewise.
3316 * ser-unix.c (_initialize_ser_hardwire): Likewise.
3317
fbd9dcd3
AC
33182003-05-13 Andrew Cagney <cagney@redhat.com>
3319
3320 * defs.h (store_address): Delete declaration.
3321 findvar.c (store_address): Delete function.
3322 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
3323 store_unsigned_integer.
3324 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
3325 * v850-tdep.c (v850_push_arguments): Ditto.
3326 * sparc-tdep.c (sparc_get_saved_register): Ditto.
3327 * sh-tdep.c (sh64_get_saved_register): Ditto.
3328 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
3329 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
3330 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
3331 (mips_get_saved_register): Ditto.
3332 * ia64-tdep.c (ia64_get_saved_register): Ditto.
3333 (find_func_descr, ia64_push_arguments): Ditto.
3334 * i386-tdep.c (i386_push_arguments): Ditto.
3335 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
3336 * frv-tdep.c (frv_push_arguments): Ditto.
3337 * frame.c (legacy_saved_regs_prev_register): Ditto.
3338 (deprecated_generic_get_saved_register): Ditto.
3339 * findvar.c (unsigned_address_to_pointer): Ditto.
3340 * dwarf2read.c (dwarf2_const_value): Ditto.
3341 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3342 * alpha-tdep.c (alpha_push_arguments): Ditto.
3343
6760f9e6
JB
33442003-05-12 J. Brobecker <brobecker@gnat.com>
3345
3346 * NEWS: Mention that the hppa-hpux port has been partially
3347 multiarched (32bit ABIT only, so far).
3348
30e221b4
AC
33492003-05-11 Andrew Cagney <cagney@redhat.com>
3350
3351 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
3352 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
3353 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
3354 sim/testsuite/sim/arm/misaligned2.ms, and
3355 sim/testsuite/sim/arm/misaligned3.ms.
3356 * disasm.h (struct ui_file): Add opaque struct declaration.
3357 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
3358 * frame.h (struct ui_file): Ditto.
3359
dea7f9ba
MK
33602003-05-11 Mark Kettenis <kettenis@gnu.org>
3361
3362 * value.h: Pretty print.
3363
01986c48
MK
33642003-05-10 Mark Kettenis <kettenis@gnu.org>
3365
3366 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
3367
123a958e
AC
33682003-05-08 Andrew Cagney <cagney@redhat.com>
3369
3370 * regcache.h (max_register_size): Delete declaration.
3371 * regcache.c (max_register_size): Delete function.
3372 (struct regcache_descr): Delete field "max_register_size".
3373 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
3374 registers fit in MAX_REGISTER_SIZE.
3375 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
3376 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
3377 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
3378 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
3379 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
3380 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
3381 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
3382 * dve3900-rom.c, hppa-tdep.c: Ditto.
3383
eb294659
DC
33842003-05-08 David Carlton <carlton@math.stanford.edu>
3385
3386 * valops.c (push_word): Fix typo.
3387
d9d9c31f
AC
33882003-05-08 Andrew Cagney <cagney@redhat.com>
3389
3390 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
3391 * gdbarch.h: Re-generate.
3392 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
3393 (legacy_max_register_raw_size): Delete declaration.
3394 * regcache.c (legacy_max_register_raw_size): Delete function.
3395 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
3396 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
3397 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
3398 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
3399 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
3400 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
3401 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
3402 * findvar.c, dwarf2cfi.c: Ditto.
3403
22540ece
AC
34042003-05-08 Andrew Cagney <cagney@redhat.com>
3405
3406 * mips-tdep.c (read_signed_register): New function, moved to here
3407 from "regcache.c".
3408 (read_signed_register_pid): Ditto.
3409 * regcache.c (read_signed_register_pid): Delete function, moved to
3410 "mips-tdep.c".
3411 (read_signed_register): Ditto.
3412 * regcache.h (read_signed_register): Delete declaration.
3413 (read_signed_register_pid): Delete declaration.
3414
0c92afe8
AC
34152003-05-08 Andrew Cagney <cagney@redhat.com>
3416
3417 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
3418 * gdbarch.h: Re-generate.
3419 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
3420 (legacy_max_register_virtual_size): Delete declaration.
3421 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
3422 * d10v-tdep.c (d10v_print_registers_info): Ditto.
3423 * tracepoint.c (memrange_sortmerge): Ditto.
3424 * sparc-tdep.c (sparc_print_registers): Ditto.
3425 * regcache.c (legacy_max_register_virtual_size): Delete function.
3426
6037b830
JB
34272002-05-08 J. Brobecker <brobecker@gnat.com>
3428
3429 * fork-child.c (escape_bang_in_quoted_argument): New function.
3430 (fork_inferior): Escape '!' characters in quoted arguments
3431 only when needed.
3432
5d62c8b1
JB
34332003-05-08 J. Brobecker <brobecker@gnat.com>
3434
3435 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
3436 the language of the CU is not currently supported by GDB.
3437
20a0e81d
JB
34382003-05-08 J. Brobecker <brobecker@gnat.com>
3439
3440 * defs.h (language): Add language_minimal enum value.
3441 * c-lang.c (minimal_language_defn): New language definition.
3442 (_initialize_c_language): Add the new minimal language to the list
3443 of languages known to GDB.
3444
710ee10a
KB
34452003-05-08 Kevin Buettner <kevinb@redhat.com>
3446
3447 * frame.c (get_frame_type): Don't attempt to lazily initialize
3448 frame's unwinder for legacy frames.
3449
1750fa04
AC
34502003-05-07 Andrew Cagney <cagney@redhat.com>
3451
3452 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
3453 and "regcache" parameters.
3454 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
3455
ddf9f258 34562003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
3457
3458 * dwarf2read.c (dwarf_decode_lines): Only use output of
3459 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
3460 the current address.
3461
87767c29
AC
34622003-05-07 Andrew Cagney <cagney@redhat.com>
3463
3464 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
3465 code.
3466
5e7b2f39
JB
34672003-05-07 Jim Blandy <jimb@redhat.com>
3468
3469 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
3470 'maint info symtabs' and 'maint info psymtabs'.
3471 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
3472 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
3473 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
3474 Declarations updated.
3475 * maint.c (maintenance_list_command): Delete.
3476 (_initialize_maint_cmds): Update calls to add_cmd.
3477 * gdbcmd.h (maintenancelistlist): Delete declaration.
3478 * cli/cli-cmds.c (maintenancelistlist): Delete.
3479 (init_cmd_lists): Don't initialize it.
3480 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
3481
f6684c31
AC
34822003-05-07 Andrew Cagney <cagney@redhat.com>
3483
3484 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
3485 "regcache".
3486 (d10v_print_registers_info): Update.
3487 (d10v_dmap_register, d10v_imap_register): Delete functions.
3488 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
3489 and "imap_register".
3490 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
3491 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
3492 * arch-utils.c (generic_remote_translate_xfer_address): Add
3493 "regcache" and "gdbarch" parameters.
3494 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
3495 parameter. Change class to multi-arch.
3496 * gdbarch.h, gdbarch.c: Re-generate.
3497 * remote.c (remote_xfer_memory): Use
3498 gdbarch_remote_translate_xfer_address.
8ffd9b1b 3499
e4846b08
JJ
35002003-05-07 Jeff Johnston <jjohnstn@redhat.com>
3501
3502 * infrun.c (prev_pc): Move declaration ahead of proceed().
3503 (proceed): Refresh prev_pc value before resuming.
3504 (stop_stepping): Remove code to refresh prev_pc.
3505
6b71b8ac
KW
35062003-05-06 Kris Warkentin <kewarken@qnx.com>
3507
3508 * nto-tdep.c: Removed stray comment.
3509
47979a4b
KW
35102003-05-06 Kris Warkentin <kewarken@qnx.com>
3511
3512 * i386-nto-tdep.c: Fix old K&R function definitions.
3513 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
3514 Also change add_show_from_set() call to add_setshow_cmd().
3515 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
3516
00905d52
AC
35172003-05-05 Andrew Cagney <cagney@redhat.com>
3518
3519 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
3520 (fprint_dummy_frames): New function.
3521 (maintenance_print_dummy_frames): New function.
3522 (_initialize_dummy_frame): Add command "maint print dummy-frames".
3523 * frame.c (fprint_frame_id): Make global.
3524 * frame.h (fprint_frame_id): Declare.
3525 * Makefile.in (dummy-frame.o): Update dependencies.
3526
b1e29e33
AC
35272003-05-05 Andrew Cagney <cagney@redhat.com>
3528
3529 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
3530 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
3531 SIZEOF_CALL_DUMMY_WORDS.
3532 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
3533 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
3534 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
3535 CALL_DUMMY_BREAKPOINT_OFFSET.
3536 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
3537 CALL_DUMMY_START_OFFSET.
3538 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
3539 * gdbarch.h, gdbarch.c: Re-generate.
3540 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
3541 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
3542 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
3543 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
3544 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
3545 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
3546 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
3547 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
3548 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
3549 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
3550 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
3551 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
3552 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
3553 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
3554 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
3555
35562003-05-05 Kris Warkentin <kewarken@qnx.com>
3557
3558 * configure.tgt: Add i[3456]86-*-nto*.
3559 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
3560 * nto-tdep.c: New file. Neutrino target support routines.
3561 * nto-tdep.h: New file. Neutrino target header.
3562 * config/tm-qnxnto.h: New file.
3563 * config/i386/i386nto.mt: New file.
3564 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 3565
0ce3d317
AC
35662003-05-04 Andrew Cagney <cagney@redhat.com>
3567
3568 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
3569 (load_infrun_state): Ditto.
3570 (struct thread_info): Drop "prev_func_name" field.
3571 * thread.c (load_infrun_state): Update.
3572 (save_infrun_state): Update.
3573 * infrun.c (prev_func_name): Delete variable.
3574 (init_wait_for_inferior): Do not clear prev_func_name.
3575 (stop_stepping, keep_going, context_switch): Do not swap
3576 prev_func_name.
3577 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
3578 instead of PC_IN_SIGTRAMP.
3579
46654a5b
AC
35802003-05-04 Andrew Cagney <cagney@redhat.com>
3581
3582 * sentinel-frame.c (sentinel_frame_prev_register): Replace
3583 REGISTER_BYTE with register_offset_hack.
3584 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
3585 that REGISTER_BYTE is consistent with the regcache.
3586 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
3587 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 3588
14b08c1b
MK
35892003-05-04 Mark Kettenis <kettenis@gnu.org>
3590
04c8243f
MK
3591 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
3592 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
3593
14b08c1b
MK
3594 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
3595
c7a11e01
JB
35962003-05-03 J. Brobecker <brobecker@gnat.com>
3597
3598 From Thierry Schneider <tpschneider1@yahoo.com>
3599 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
3600 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
3601 (mi-cmd-symbol.o): Add rule.
3602
7043d8dc
AC
36032003-05-03 Andrew Cagney <cagney@redhat.com>
3604
3605 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
3606 comments noteing that it replaces the old FIX_CALL_DUMMY code.
3607 * gdbarch.h, gdbarch.c: Re-generate.
3608 * d10v-tdep.c (d10v_push_dummy_code): New function.
3609 (d10v_gdbarch_init): Set push_dummy_code.
3610 * infcall.c (legacy_push_dummy_code): New function.
3611 (generic_push_dummy_code): New function.
3612 (push_dummy_code): New function.
3613 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
3614 instead of dummy_addr, to push_dummy_call. Move call to
3615 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
3616 switch.
3617 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
3618
92bf2b80
AC
36192003-05-03 Andrew Cagney <cagney@redhat.com>
3620
3621 * disasm.h (print_insn): Declare.
3622 * disasm.c (init_gdb_disassemble_info): New function.
3623 (gdb_disassembly): Call init_gdb_disassemble_info.
3624 (gdb_print_insn): New function.
3625 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
3626 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
3627 * mcore-tdep.c: Include "disasm.h"
3628 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
3629 * d10v-tdep.c: Include "disasm.h".
3630 (display_trace): Call gdb_print_insn, instead of print_insn.
3631 (print_insn): Delete function.
3632 * printcmd.c: Include "disasm.h".
3633 (print_insn): Delete function.
3634 (print_formatted): Call gdb_print_insn, instead of print_insn.
3635 * Makefile.in (printcmd.o): Update dependencies.
3636 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 3637
27d94c49
AC
36382003-05-02 Andrew Cagney <cagney@redhat.com>
3639
82de1e5b
AC
3640 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
3641 PC_REGNUM, re-indent.
3642 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
3643 PC_REGNUM isn't set.
3644
27d94c49
AC
3645 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
3646 * gdbarch.h, gdbarch.c: Re-generate.
3647 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
3648 register_virtual_size, pc_regnum, or register_bytes.
3649 (D10V_PC_REGNUM): Rename _PC_REGNUM.
3650 (d10v_register_type): Use D10V_PC_REGNUM.
3651 (d10v_print_registers_info, d10v_read_pc): Ditto.
3652 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
3653 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
3654
a9c0dc7f
DC
36552003-05-02 David Carlton <carlton@bactrian.org>
3656
3657 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
3658 the name with mstrsave.
3659
e33d66ec
EZ
36602003-05-02 Elena Zannoni <ezannoni@redhat.com>
3661
3662 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
3663 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
3664 (host_charset_name, target_charset_name): New vars for use by
3665 set/show commands.
3666 (host_charset_enum, target_charset_enum): New enums for set/show
3667 commands.
3668 (set_charset_sfunc, set_host_charset_sfunc,
3669 set_target_charset_sfunc): New functions.
3670 (set_host_charset, set_target_charset): Make static.
3671 (list_charsets, set_host_charset_command,
3672 set_target_charset_command): Delete functions.
3673 (show_charset_command): Rewrite as....
3674 (show_charset): Hook this up with the set/show command mechanism.
3675 (_initialize_charset): Change names of charsets to match the
3676 set/show enums. Use host_charset_name and target_charset_name.
3677 Use set/show mechanism for charset, host-charset, target-charset
3678 commands. Do not make 'show host-charset' and 'show
3679 target-charset' be aliases of 'show charset'.
3680
3681 * charset.h (set_host_charset, set_target_charset): Don't export,
3682 they are not used outside the file.
3683
2b6fd0d8
AC
36842003-05-01 Andrew Cagney <cagney@redhat.com>
3685
3686 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
3687 (gdb_disassembly): Make "di" non static, always initialize and
3688 cleanup. Always use dis_asm_read_memory.
3689 (gdb_dis_asm_read_memory): Delete function.
3690
6ae2f580
AC
36912003-05-01 Andrew Cagney <cagney@redhat.com>
3692
3693 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
3694 (d10v_gdbarch_init): Set frame_align instead of stack_align.
3695
810ecf9f
AC
36962003-04-30 Andrew Cagney <cagney@redhat.com>
3697
3698 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
3699 "tm_print_insn_info".
3700 (TARGET_PRINT_INSN_INFO): Delete macro.
3701 (dis_asm_read_memory): Delete function declaration.
3702 (dis_asm_memory_error, dis_asm_print_address): Ditto.
3703 (tm_print_insn_info): Delete variable definition.
3704 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
3705 * gdbarch.h, gdbarch.c: Re-generate.
3706 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
3707 "deprecated_tm_print_insn_info".
3708 * mcore-tdep.c (mcore_dump_insn): Ditto.
3709 * mips-tdep.c (mips_gdbarch_init): Ditto.
3710 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
3711 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
3712 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
3713 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
3714 instead of TARGET_PRINT_INSN_INFO, add comment.
3715 * s390-tdep.c (s390_get_frame_info): Instead of
3716 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
3717 (s390_check_function_end, s390_is_sigreturn): Ditto.
3718 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
3719 (dis_asm_memory_error, dis_asm_print_address): Ditto.
3720 * disasm.c: Include "gdbcore.h".
3721 (_initialize_disasm): New function, initialize
3722 "deprecated_tm_print_insn_info".
3723 (deprecated_tm_print_insn_info): New variable.
3724 (dis_asm_read_memory): Moved from "corefile.c", made static.
3725 (dis_asm_print_address, dis_asm_memory_error): Ditto.
3726 * Makefile.in (disasm.o): Update dependencies.
3727
07020390
AC
37282003-04-30 Andrew Cagney <cagney@redhat.com>
3729
3730 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
3731
a9fa03de
AF
37322003-04-29 Adam Fedor <fedor@gnu.org>
3733
3734 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
3735 * infcall.c (find_function_addr): Make non-static.
3736 * infcall.h (find_function_addr): Declare.
3737 * Makefile.in (eval.o): Update dependencies.
3738
1bae87b9
AF
37392003-04-28 Adam Fedor <fedor@gnu.org>
3740
3741 * symtab.c (symbol_find_demangled_name): Check for and demangle
3742 ObjC symbols.
3743 (symbol_init_demangled_name): Init for language_objc as well.
3744
0ba6dca9
AC
37452003-04-28 Andrew Cagney <cagney@redhat.com>
3746
3747 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
3748 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
3749 * gdbarch.h, gdbarch.c: Re-generate.
3750 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
3751 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
3752 * inferior.h (deprecated_read_fp): Rename read_fp.
3753 (generic_target_read_fp): Delete declaration.
3754 * regcache.c (generic_target_read_fp): Delete function.
3755 (deprecated_read_fp): Replace read_fp, use
3756 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
3757 * d10v-tdep.c (d10v_read_fp): Delete function.
3758 (d10v_gdbarch_init): Do not set deprecated_read_fp.
3759
3760 * sparc-tdep.c (sparc_gdbarch_init): Do not set
3761 deprecated_target_read_fp to generic_target_read_fp.
3762 * sh-tdep.c (sh_gdbarch_init): Ditto.
3763 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3764 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3765 * frv-tdep.c (frv_gdbarch_init): Ditto.
3766
3767 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
3768 deprecated_fp_regnum.
3769 * x86-64-tdep.c (x86_64_init_abi): Ditto.
3770 * vax-tdep.c (vax_gdbarch_init): Ditto.
3771 * v850-tdep.c (v850_gdbarch_init): Ditto.
3772 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3773 * sh-tdep.c (sh_gdbarch_init): Ditto.
3774 * s390-tdep.c (s390_gdbarch_init): Ditto.
3775 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3776 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3777 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3778 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3779 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3780 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3781 * i386-tdep.c (i386_gdbarch_init): Ditto.
3782 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3783 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3784 * frv-tdep.c (frv_gdbarch_init): Ditto.
3785 * cris-tdep.c (cris_gdbarch_init): Ditto.
3786 * avr-tdep.c (avr_gdbarch_init): Ditto.
3787 * arm-tdep.c (arm_gdbarch_init): Ditto.
3788 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3789
3790 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
3791 * v850-tdep.c (v850_gdbarch_init): Ditto.
3792 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3793 * sh-tdep.c (sh_gdbarch_init): Ditto.
3794 * s390-tdep.c (s390_gdbarch_init): Ditto.
3795 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3796 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3797 * mips-tdep.c (mips_gdbarch_init): Ditto.
3798 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3799 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3800 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3801 * frv-tdep.c (frv_gdbarch_init): Ditto.
3802 * avr-tdep.c (avr_gdbarch_init): Ditto.
3803 * arm-tdep.c (arm_gdbarch_init): Ditto.
3804
3805 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
3806 DEPRECATED_FP_REGNUM.
3807 (vax_push_dummy_frame, vax_pop_frame): Ditto.
3808 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
3809 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
3810 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
3811 (sparc32_register_virtual_type): Ditto.
3812 * sh-tdep.c (sh64_frame_chain): Ditto.
3813 (sh64_get_saved_register, sh64_pop_frame): Ditto.
3814 (sh_nofp_frame_init_saved_regs): Ditto.
3815 (sh64_nofp_frame_init_saved_regs): Ditto.
3816 (sh_fp_frame_init_saved_regs): Ditto.
3817 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3818 * remote-e7000.c (fetch_regs_from_dump): Ditto.
3819 * procfs.c (procfs_fetch_registers): Ditto.
3820 (procfs_store_registers): Ditto.
3821 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
3822 (store_inferior_registers, fetch_core_registers): Ditto.
3823 (fetch_kcore_registers, clear_regs): Ditto.
3824 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
3825 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
3826 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
3827 * nlm/i386.c (do_status): Ditto.
3828 * mipsv4-nat.c (supply_gregset): Ditto.
3829 * mips-tdep.c: Ditto for comments.
3830 * mips-nat.c (fetch_inferior_registers): Ditto.
3831 (store_inferior_registers, fetch_core_registers): Ditto.
3832 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
3833 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
3834 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
3835 (i386_do_pop_frame, i386_register_type): Ditto.
3836 * hppa-tdep.c (hppa_frame_chain): Ditto.
3837 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
3838 (hppa_pop_frame, hppa_read_fp): Ditto.
3839 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
3840 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
3841 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
3842 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
3843 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
3844 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
3845 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
3846 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
3847 * blockframe.c: Ditto for comments.
3848 * arch-utils.h: Ditto for comments.
3849 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
3850 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
3851 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
3852 * alpha-tdep.h: Ditto for comments.
3853 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
3854 (alpha_cannot_store_register): Ditto.
3855 (alpha_push_dummy_frame): Ditto.
3856 * alpha-nat.c (supply_gregset): Ditto.
3857
3858 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
3859 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
3860 * config/sparc/tm-sparc.h: Update comment.
3861
3862 * hppa-tdep.c (hppa_init_extra_frame_info): Use
3863 deprecated_read_fp instead of TARGET_READ_FP.
3864 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
3865 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
3866 * sparc-tdep.c (sparc_init_extra_frame_info): Use
3867 deprecated_read_fp instead of read_fp.
3868 * s390-tdep.c (s390_push_arguments): Ditto.
3869 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3870 * frame.h: Ditto in comments.
3871 * frame.c (legacy_get_prev_frame): Ditto.
3872 * dummy-frame.c (dummy_frame_this_id): Ditto.
3873 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
3874
d7a27068
AC
38752003-04-28 Andrew Cagney <cagney@redhat.com>
3876
3877 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
3878 * gdbarch.h, gdbarch.c: Re-generate.
3879 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
3880 * vax-tdep.c (_initialize_vax_tdep): Update.
3881 * v850-tdep.c (_initialize_v850_tdep): Update.
3882 * sparc-tdep.c (_initialize_sparc_tdep): Update.
3883 * s390-tdep.c (_initialize_s390_tdep): Update.
3884 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
3885 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
3886 * mips-tdep.c (_initialize_mips_tdep): Update.
3887 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3888 * m68k-tdep.c (_initialize_m68k_tdep): Update.
3889 * ia64-tdep.c (_initialize_ia64_tdep): Update.
3890 * hppa-tdep.c (_initialize_hppa_tdep): Update.
3891 * h8300-tdep.c (_initialize_h8300_tdep): Update.
3892 * frv-tdep.c (_initialize_frv_tdep): Update.
3893 * cris-tdep.c (cris_delayed_get_disassembler): Update.
3894 (_initialize_cris_tdep): Update.
3895 * arch-utils.c (legacy_print_insn): Update.
3896 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3897
d2630e69
AF
38982003-04-26 Adam Fedor <fedor@gnu.org>
3899
3900 * linespec.c (decode_objc): New function to decode ObjC calls
3901 (decode_line_1): Check for ObjC calls (using decode_objc)
3902 * Makefile (linespec.o): Update dependencies.
3903
3086aeae
DJ
39042003-04-26 Daniel Jacobowitz <drow@mvista.com>
3905
3906 * breakpoint.h (struct breakpoint_ops): New.
3907 (struct breakpoint): Add ops member.
3908
3909 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
3910 (mention): Use new breakpoint ops member.
3911 (set_raw_breakpoint): Initialize ops field to NULL.
3912 (print_exception_catchpoint, print_one_exception_catchpoint)
3913 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
3914 (gnu_v3_exception_catchpoint_ops): New.
3915 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
3916
1fbec6c3
AF
39172003-04-25 Adam Fedor <fedor@gnu.org>
3918
3919 * Makefile.in (COMMON_OBS): Add objc-lang.o
3920
0ef21242
AC
39212003-04-25 Andrew Cagney <cagney@redhat.com>
3922
3923 * d10v-tdep.c (print_insn): Delete function.
3924 (display_trace): Use TARGET_PRINT_INSN.
3925 (_initialize_d10v_tdep): Do not set tm_print_insn.
3926 (d10v_gdbarch_init): Set print_insn.
3927
f75493ed
AC
39282003-04-25 Andrew Cagney <cagney@redhat.com>
3929
3930 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
3931 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
3932 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
3933 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
3934 (nr_dmap_regs, a0_regnum): ... new functions.
3935 (d10v_print_registers_info): Use a0_regnum, use register_size.
3936 (d10v_register_byte): Delete function.
3937 (d10v_register_raw_size): Delete function.
3938 (d10v_register_type): Use a0_regnum.
3939 (d10v_print_registers_info): Use a0_regnum.
3940 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
3941 (d10v_gdbarch_init): Do not set register_byte or
3942 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
3943 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
3944 extract_address.
3945 (trace_command): Use XCALLOC.
3946 (print_insn): Delete reference to tm_print_insn.
3947 (saved_regs_unwinder): Use store_unsigned_integer instead of
3948 store_address.
3949 * frame.h (FRAME_OBSTACK_CALLOC): Define
3950
2202b100
DC
39512003-04-25 David Carlton <carlton@bactrian.org>
3952
3953 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
3954
4e45ca2e
AF
39552003-04-24 Adam Fedor <fedor@gnu.org>
3956
3957 * objc-lang.c: Include "valprint.h"
3958 * Makefile.in (objc-lang.o): Update dependencies.
3959
93de3e7f
AF
39602003-04-24 Adam Fedor <fedor@gnu.org>
3961
8ffd9b1b 3962 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
3963 architecture dependant compilation and mark as unimplemented
3964 (until they get put in the gdbarch vector).
3965
0f20eeea
DC
39662003-04-23 David Carlton <carlton@bactrian.org>
3967
3968 * cp-support.c (cp_find_first_component): Accept 'operator' in
3969 more locations.
3970
74cfe982
AC
39712003-04-23 Andrew Cagney <cagney@redhat.com>
3972
3973 * infcall.c (call_function_by_hand): Eliminate redundant
3974 indentation. Move "saved_async" and "old_cleanups" to where they
3975 are needed.
8ffd9b1b 3976
52557533
AC
39772003-04-23 Andrew Cagney <cagney@redhat.com>
3978
3979 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
3980 and "buffer". Move the "name" code to where it is needed.
3981
158775de
AC
39822003-04-23 Andrew Cagney <cagney@redhat.com>
3983
3984 * infcall.c (call_function_by_hand): Move variables "start_sp",
3985 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
3986 code to ON_STACK switch branch.
8ffd9b1b 3987
ebc7896c
AC
39882003-04-23 Andrew Cagney <cagney@redhat.com>
3989
3990 * infcall.c (call_function_by_hand): Make declaration of "i",
3991 "sal", "bpt" and "old_sp" more local to their use. Delete #if
3992 lint.
3993
d727590f
AC
39942003-04-23 Andrew Cagney <cagney@redhat.com>
3995
3996 * infcall.c (call_function_by_hand): Delete variable
3997 "n_method_args". Localize "param_type"'s declaration to the loop
3998 that it is used. Reinstate code assigning to said variable -
3999 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
4000 Rationalize code using "param_type".
4001
d585e13a
AC
40022003-04-22 Andrew Cagney <cagney@redhat.com>
4003
4004 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
4005 compute the breakpoint address. Only call FIX_CALL_DUMMY when
4006 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
4007 to DEPRECATED_PUSH_RETURN_ADDRESS.
4008
051caad9
KB
40092003-04-22 Kevin Buettner <kevinb@redhat.com>
4010
4011 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
4012 on the DWARF2 register number prior to fetching a register.
4013
77296879
JB
40142003-04-22 J. Brobecker <brobecker@gnat.com>
4015
4016 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
4017 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 4018 this macro was always set to 0.
77296879
JB
4019 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
4020 considering the fact that this macro was always set to 0.
4021 * hppa-tdep.h (hppa_store_return_value): Likewise.
4022 (hppa_extract_return_value): Likewise.
4023
4252f1df
JB
40242003-04-22 J. Brobecker <brobecker@gnat.com>
4025
4026 * config/pa/tm-hppa.h: Remove obsolete code, was used by
4027 the hppa-pro target only.
4028
14604c6b
JB
40292003-04-21 J. Brobecker <brobecker@gnat.com>
4030
4031 Ongoing multi-arch conversion effort for HP/UX:
4032 * config/pa/tm-hppa.h: Move all macro that are no longer
4033 defined now that GDB_MULTI_ARCH is now set to 1 from here...
4034 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
4035
77eb01d1
JB
40362003-04-21 J. Brobecker <brobecker@gnat.com>
4037
4038 * config/pa/tm-hppa.h: Obsolete a section that was only used
4039 for hppa-pro.
4040
61995b3b
JB
40412003-04-21 J. Brobecker <brobecker@gnat.com>
4042
4043 Ongoing multi-arch conversion for HP/UX.
4044 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
4045 if already defined (allows hppa64 to stay non-multiarched for now).
4046 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
4047
4aa79dcc
AC
40482003-04-21 Andrew Cagney <cagney@redhat.com>
4049
4050 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
4051
0f751ff2
AC
40522003-04-21 Andrew Cagney <cagney@redhat.com>
4053
4054 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
4055 "i386_num_mmx_regs".
4056
04714b91
AC
40572003-04-21 Andrew Cagney <cagney@redhat.com>
4058
4059 * infcall.c: New file.
4060 * infcall.h: New file.
4061 * valarith.c: Include "infcall.h".
4062 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
4063 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
4064 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
4065 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
4066 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
4067 (SFILES): Add "infcall.c"
4068 (COMMON_OBS): Add "infcall.o".
4069 (infcall.o): Specify dependencies.
4070 * value.h (call_function_by_hand): Delete declaration.
4071 * inferior.h (run_stack_dummy): Delete declaration.
4072 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
4073 (run_stack_dummy): Move to "infcall.c", merged into
4074 call_function_by_hand.
4075 * valops.c (call_function_by_hand): Moved to "infcall.c".
4076 (find_function_addr, value_arg_coerce): Ditto.
4077 (unwindonsignal_p, coerce_float_to_double): Ditto.
4078 (_initialize_valops): Move "set/show coerce-float-to-double", and
4079 "set/show unwindonsignal" commands to "infcall.c".
4080 * v850-tdep.c, target.h: Update comments.
4081 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
4082 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
4083 (sh64_init_extra_frame_info): Update comments.
4084 * mn10300-tdep.c: Update comments.
4085 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
4086 * config/sparc/tm-sparc.h: Update comments.
4087 * breakpoint.h: Update comments.
4088 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
4089 * arm-tdep.c: Update comment.
4090
f9d3c2a8
MK
40912003-04-19 Mark Kettenis <kettenis@gnu.org>
4092
c40e1eab
MK
4093 * i386-tdep.c (i386_num_register_names): New variable.
4094 (i386_num_mmx_regs): Renamed from mmx_num_regs.
4095 (MM0_REGNUM): Remove redundant parentheses in define.
4096 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
4097 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
4098 i386_mxcsr_regnum_p): Remove redundant parentheses.
4099 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 4100
94ea66b3
MK
4101 * i386-tdep.c (i386_extract_return_value,
4102 i386_store_return_value): Correct check for availability of
4103 floating-point registers.
4104
54299a1d
MK
4105 * i386-tdep.c (i386_frame_num_args): Remove function.
4106 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
4107
c86c27af
MK
4108 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
4109 mmx_regnum_to_fp_regnum. Adjust all callers.
4110
f9d3c2a8
MK
4111 * i386-tdep.c (i386_get_longjmp_target): Use
4112 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
4113 and TARGET_CHAR_BIT. Use extract_typed_address instead of
4114 extract_address.
4115
94ba74a9
MK
41162003-04-19 Mark Kettenis <kettenis@gnu.org>
4117
4118 * core-regset.c: Update comments to reflect reality. Re-order
4119 includes.
4120 (fetch_core_registers): Use switch instead of if. Remove
4121 redundant prototype.
4122
4074e13c
JB
41232003-04-18 Jim Blandy <jimb@redhat.com>
4124
4125 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 4126 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 4127
e3ab4aba
RH
41282003-04-17 Richard Henderson <rth@redhat.com>
4129
4130 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
4131
627bf7c1
EZ
41322003-04-17 Michael Snyder <msnyder@redhat.com>
4133 Karen Bennet <bennet@redhat.com>
4134
4135 Committed by Elena Zannoni <ezannoni@redhat.com>
4136 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 4137
514621a9
EZ
41382003-04-17 Elena Zannoni <ezannoni@redhat.com>
4139
4140 * values.c (value_being_returned): Don't fetch the return
fbe586ae 4141 value if the return type is void.
514621a9 4142
b4acd559
JJ
41432003-04-17 Jeff Johnston <jjohnstn@redhat.com>
4144
4145 * thread-db.c: Reindented.
8ffd9b1b 4146
530b167e 41472003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
4148
4149 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
4150 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
4151 as types.
4152
0a48e7e8
MS
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
8ffd9b1b 4176
ab9fe00e
KB
41772003-04-16 Kevin Buettner <kevinb@redhat.com>
4178
610a3745 4179 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
4180 the size of ``long double'' to 16, instead of 8.
4181
e64a344c
MK
41822003-04-16 Mark Kettenis <kettenis@gnu.org>
4183
4184 * i386-linux-nat.c: Add some whitespace to make things more
4185 readable.
4186 (fetch_register, store_register, fetch_inferior_registers,
4187 store_inferior_registers): Get rid of assignment in if-statement.
4188 (store_register): Fix typo in error message.
4189
25d41031
AC
41902003-04-16 Andrew Cagney <cagney@redhat.com>
4191
4192 * utils.c (xmmalloc): Always allocate something, matches
4193 libiberty/xmalloc's semantics.
4194 (xmrealloc, xmcalloc): Ditto.
4195
c50901fd
AC
41962003-04-16 Andrew Cagney <cagney@redhat.com>
4197
4198 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
4199 update comments.
4200 (get_frame_type): Initialize unwind and type when needed.
4201 (get_frame_id, frame_register_unwind): Ditto.
4202
f81824a9
AC
42032003-04-16 Andrew Cagney <cagney@redhat.com>
4204
4205 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
4206 obsolete.
4207 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
4208 * sparcl-stub.c: Obsolete file.
4209 * config/sparc/tm-sparclet.h: Obsolete file.
4210 * sparclet-stub.c: Obsolete file.
4211 * sparclet-rom.c: Obsolete file.
4212 * sparcl-tdep.c: Obsolete file.
4213 * config/sparc/tm-sparclite.h: Obsolete file.
4214 * config/sparc/sparclite.mt: Obsolete file.
4215 * config/sparc/sparclet.mt: Obsolete file.
4216 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
4217 sparc86x-*-* obsolete.
4218
9219021c
DC
42192003-04-15 David Carlton <carlton@math.stanford.edu>
4220
4221 * Makefile.in (SFILES): Add cp-namespace.c.
4222 (COMMON_OBS): Add cp-namespace.o.
4223 (block.o): Depend on gdb_obstack_h and cp_support_h.
4224 (buildsym.o): Depend on cp_support_h.
4225 (cp-namespace.o): New.
4226 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
4227 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
4228 (dwarf2read.o): Depend on cp_support_h.
4229 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
4230 * dwarf2read.c (process_die): Set processing_has_namespace_info,
4231 processing_current_namespace.
4232 (read_namespace): Update processing_current_namespace; check for
4233 anonymous namespaces.
4234 (dwarf2_name): New function.
4235 (dwarf2_extension): Ditto.
4236 * cp-support.h: Update copyright, contributors.
4237 Add inclusion guards.
4238 Add opaque declaration for structs obstack, block, symbol.
4239 (struct using_direct): New struct.
4240 Add declarations for cp_find_first_component,
4241 cp_entire_prefix_len, processing_has_namespace_info,
4242 processing_current_namespace, cp_is_anonymous,
4243 cp_add_using_directive, cp_initialize_namespace,
4244 cp_finalize_namespace, cp_set_block_scope,
4245 cp_scan_for_anonymous_namespaces.
4246 * cp-namespace.c: New file.
4247 * cp-support.c: Update copyright.
4248 Include ctype.h, gdb_assert.h, gdbcmd.h.
4249 New variable maint_cplus_cmd_list.
4250 (cp_find_first_component): New function.
4251 (cp_entire_prefix_len, maint_cplus_command)
4252 (first_component_command, _initialize_cp_support): Ditto.
4253 * buildsym.c: Include cp-support.h.
4254 New variable using_list.
4255 (add_symbol_to_list): Check for anonymous namespaces.
4256 (finish_block): Set block's scope.
4257 (start_symtab): Initialize C++ namespace support.
4258 (end_symtab): Finalize C++ namespace support.
4259 * block.h: Add opaque declarations for structs
4260 block_namespace_info, using_direct, and obstack.
4261 Add declarations for block_set_scope and block_set_using.
4262 (struct block): Add 'language_specific' member.
4263 (BLOCK_NAMESPACE): New macro.
4264 * block.c: Include gdb_obstack.h and cp-support.h.
4265 (struct block_namespace_info): New struct.
4266 (block_set_scope): New function.
4267 (block_set_using, block_initialize_namespace): Ditto.
4268
d5a921c9
KB
42692003-04-14 Kevin Buettner <kevinb@redhat.com>
4270
4271 * solib-svr4.c (svr4_have_link_map_offsets): New function.
4272 (locate_base): Return early if there aren't any link map offsets.
4273 (svr4_solib_create_inferior_hook): Warn if shared library support
4274 is unavailable.
4275
d2a52b27
DC
42762003-04-14 David Carlton <carlton@math.stanford.edu>
4277
4278 * symtab.c (symbol_set_names): Add prefix when storing Java names
4279 in hash table. Fix for PR java/1039.
4280
980cae7a
DC
42812003-04-14 David Carlton <carlton@math.stanford.edu>
4282
4283 * symtab.c (symbol_set_names): Rename 'name' arg to
4284 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
4285 * symtab.h: Change 'name' argument in declaration of
4286 symbol_set_names to 'linkage_name'.
4287 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
4288
e227b13c
AC
42892003-04-14 Andrew Cagney <cagney@redhat.com>
4290
4291 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
4292 return the fully sign-extended register value.
4293 (get_frame_pointer): Ditto.
4294 (mips_pop_frame): Initialize "proc_desc" after checking for a
4295 dummy frame.
4296
36712a20
AC
42972003-04-14 Andrew Cagney <cagney@redhat.com>
4298
4299 * mips-tdep.c (mips_push_dummy_frame): Delete function.
4300 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
4301 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
4302 (mips_push_register): Delete function.
4303 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
4304 PUSH_FP_REGNUM.
4305
44ea7b70
JB
43062003-04-14 Jim Blandy <jimb@redhat.com>
4307
4308 * symmisc.c: #include "gdb_regex.h".
4309 (maintenance_list_symtabs, maintenance_list_psymtabs): New
4310 functions.
4311 * maint.c (maintenance_list_command): New function.
4312 (_initialize_maint_cmds): Register the above as commands.
4313 * symtab.h (maintenance_list_symtabs,
4314 maintenance_list_psymtabs): New declarations.
4315 * cli/cli-cmds.c (maintenancelistlist): New variable.
4316 (init_cmd_lists): Initialize it.
4317 * cli/cli-cmds.h (maintenancelistlist): New declaration.
4318 * gdbcmd.h (maintenancelistlist): New declaration.
4319 * Makefile.in (symmisc.o): Update dependencies.
4320
2d0c7962
EZ
43212003-04-14 Elena Zannoni <ezannoni@redhat.com>
4322
4323 * s390-nat.c: Include asm/types.h for addr_t.
4324
1947a811
CV
43252003-04-14 Corinna Vinschen <vinschen@redhat.com>
4326
4327 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
4328 actually incoming type.
4329
adb616d7
AC
43302003-04-13 Andrew Cagney <cagney@redhat.com>
4331
4332 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
4333 get_next_frame and get_frame_saved_regs.
4334
9b5e151c
AC
43352003-04-13 Andrew Cagney <cagney@redhat.com>
4336
4337 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
4338 of gdbarch_num_regs.
4339
ef6e7e13
AC
43402003-04-13 Andrew Cagney <cagney@redhat.com>
4341
4342 * frame.h: Mention what replaced what in "struct frame_info".
4343 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
4344 deprecated_update_frame_base_hack and
4345 deprecated_update_frame_pc_hack.
4346 * hppa-tdep.c: Ditto.
4347
61fbb938
DJ
43482003-04-13 Daniel Jacobowitz <drow@mvista.com>
4349
4350 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
4351 to read_reg and update its comment. Remove regnum member.
4352 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
4353 Don't call read_reg when setting in_reg. Call read_reg to get
4354 the frame base if it's in a register. Return the register number
4355 on the stack instead of in the context. Remove extra arguments
4356 to read_reg.
4357 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
4358 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
4359 the register number on the expression stack.
4360 (needs_frame_read_reg): Remove extra arguments.
4361
0d53c4c4
DJ
43622003-04-13 Daniel Jacobowitz <drow@mvista.com>
4363
4364 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
4365 made non-static.
4366 (execute_stack_op): All callers updated.
4367 * dwarf2expr.h: Add prototype for dwarf2_read_address.
4368 * dwarf2loc.c (find_location_expression): New function.
4369 (dwarf_expr_frame_base): Call it.
4370 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
4371 (dwarf2_tracepoint_var_ref): New function, broken out from
4372 locexpr_tracepoint_var_ref.
4373 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
4374 Make static.
4375 (loclist_read_variable, loclist_read_needs_frame): New functions.
4376 (loclist_describe_location, loclist_tracepoint_var_ref): New
4377 functions.
4378 (dwarf2_loclist_funcs): New struct location_funcs.
4379 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
4380 (struct dwarf2_locexpr_baton): Add comments.
4381 (dwarf2_loclist_funcs): New extern.
4382 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
4383 base_address and base_known.
4384 (dwarf_loc_buffer): New variable.
4385 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
4386 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
4387 (dwarf2_has_info): Initialize dwarf_loc_offset.
4388 (dwarf2_build_psymtabs): Read in .debug_loc.
4389 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
4390 DWARF_LOC_SIZE.
4391 (psymtab_to_symtab_1): Likewise. Move base address calculation
4392 here, from...
4393 (dwarf2_get_pc_bounds): ... here. Use the base address from
4394 cu_header.
4395 (dwarf2_symbol_mark_computed): Handle location lists.
4396
6aca59a3
DJ
43972003-04-13 Daniel Jacobowitz <drow@mvista.com>
4398
4399 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
4400 if the linkage name demangled successfully.
4401
aca1fcd0
MK
44022003-04-13 Mark Kettenis <kettenis@gnu.org>
4403
97095916
MK
4404 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
4405 disassmbly_flavour): Removed.
4406
aca1fcd0
MK
4407 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
4408
562a961f
MK
44092003-04-13 Mark Kettenis <kettenis@gnu.org>
4410
4411 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
4412
bd013d54
AC
44132003-04-12 Andrew Cagney <cagney@redhat.com>
4414
4415 * frame.h (struct frame_info): Move definition from here ...
4416 * frame.c (struct frame_info): ... to here.
4417
167ef8b1
AC
44182003-04-12 Andrew Cagney <cagney@redhat.com>
4419
4420 * gdbthread.h (save_infrun_state): Delete parameter
4421 "prev_func_start".
4422 (struct thread_info): Delete field "prev_func_start".
4423 (load_infrun_state): Ditto.
4424 * thread.c (load_infrun_state, save_infrun_state): Update.
4425 * infrun.c (prev_func_start): Delete variable.
4426 (context_switch, init_wait_for_inferior): Update.
4427 (stop_stepping, keep_going): Update.
4428
da3331ec
AC
44292003-04-12 Andrew Cagney <cagney@redhat.com>
4430
4431 * gdbarch.sh: Add missing opaque declarations.
4432 * gdbarch.h: Regnerate.
4433 * symtab.h: Add missing opaque declarations.
4434 * value.h, target.h, symfile.h, stabsread.h: Ditto.
4435 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
4436 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
4437 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
4438 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
4439 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
4440 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
4441 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
4442 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
4443 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
4444 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
4445 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
4446 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
4447
18adea3f
AC
44482003-04-11 Andrew Cagney <cagney@redhat.com>
4449
4450 * frame.c (get_frame_id): Return this frame's "id".
4451 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
4452 function start.
4453 (legacy_saved_regs_this_id): Replace function body with
4454 internal-error.
4455 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
4456 FRAME_OBSTACK_ZALLOC.
4457 (create_new_frame): Mark the frame ID as valid.
4458
2252e863
AO
44592003-04-11 Alexandre Oliva <aoliva@redhat.com>
4460
4461 * Makefile.in (libbfd_h): Added missing setting.
4462 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
4463 according to the selected ABI.
4464
a8245ab8
JJ
44652003-04-11 Jeff Johnston <jjohnstn@redhat.com>
4466
4467 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
4468
6913c89a
AC
44692003-04-11 Andrew Cagney <cagney@redhat.com>
4470
4471 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
4472 SAVED_PC_AFTER_CALL.
4473 * gdbarch.h, gdbarch.c: Regenerate.
4474 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4475 * x86-64-tdep.c (x86_64_init_abi): Update.
4476 * vax-tdep.c (vax_gdbarch_init): Update.
4477 * v850-tdep.c (v850_gdbarch_init): Update.
4478 * sparc-tdep.c (sparc_gdbarch_init): Update.
4479 * sh-tdep.c (sh_gdbarch_init): Update.
4480 * s390-tdep.c (s390_gdbarch_init): Update.
4481 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4482 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4483 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4484 * mips-tdep.c (mips_gdbarch_init): Update.
4485 * mcore-tdep.c (mcore_gdbarch_init): Update.
4486 * m68k-tdep.c (m68k_gdbarch_init): Update.
4487 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4488 * ia64-tdep.c (ia64_gdbarch_init): Update.
4489 (ia64_saved_pc_after_call): Update declaration.
4490 * i386ly-tdep.c (i386lynx_init_abi): Update.
4491 * i386-tdep.c (i386_gdbarch_init): Update.
4492 * hppa-tdep.c (hppa_gdbarch_init): Update.
4493 * h8300-tdep.c (h8300_gdbarch_init): Update.
4494 * frv-tdep.c (frv_gdbarch_init): Update.
4495 * cris-tdep.c (cris_gdbarch_init): Update.
4496 * avr-tdep.c (avr_gdbarch_init): Update.
4497 * arm-tdep.c (arm_gdbarch_init): Update.
4498 * alpha-tdep.c (alpha_gdbarch_init): Update.
4499 * ns32knbsd-nat.c (frame_num_args): Update.
4500 * ns32k-tdep.c (umax_frame_num_args): Update.
4501 * mips-tdep.c (mips_init_frame_pc_first): Update.
4502 * infrun.c (step_over_function): Update.
4503 * i386-linux-tdep.c (skip_hurd_resolver): Update.
4504 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
4505 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
4506 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4507 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4508 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
4509 * arm-linux-tdep.c (skip_hurd_resolver): Update.
4510 * arch-utils.c (init_frame_pc_default): Update.
4511 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
4512 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
4513 declaration.
8ffd9b1b 4514
38edeab8
AC
45152003-04-11 Andrew Cagney <cagney@redhat.com>
4516
4517 * i387-tdep.c: Update copyright.
4518 (i387_to_double): Delete function.
4519 (double_to_i387): Delete function.
4520
81f8a206
AC
45212003-04-10 Andrew Cagney <cagney@redhat.com>
4522
4523 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
4524 frame's function's address. Simplify.
4525 (d10v_frame_unwind_cache): Check that the frame's function is
4526 non-zero.
4527
6e691f7a
JB
45282003-04-10 Jim Blandy <jimb@redhat.com>
4529
4530 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
4531 call to set_gdbarch_deprecated_push_arguments.
4532
7f78e237
AC
45332003-04-10 Andrew Cagney <cagney@redhat.com>
4534
4535 * frame.c (fprint_frame_id): New function.
4536 (fprint_frame_type, fprint_frame): New function.
4537 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
4538 (create_sentinel_frame, get_frame_id): Ditto.
4539 (frame_id_p, frame_id_eq): Ditto.
4540 (frame_id_inner, create_new_frame): Ditto.
4541 (legacy_get_prev_frame, get_prev_frame): Ditto.
4542 (deprecated_update_frame_pc_hack): Ditto.
4543 (frame_register_unwind): Ditto.
4544 (deprecated_update_frame_base_hack): Ditto.
4545
f870b49b
CV
45462003-04-10 Corinna Vinschen <vinschen@redhat.com>
4547
4548 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
4549 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
4550 frame_chain function.
4551 * Makefile.in: Add dependencies due to above change.
4552
7c86889b
CV
45532003-04-10 Corinna Vinschen <vinschen@redhat.com>
4554
4555 * blockframe.c (legacy_frame_chain_valid): Move call to
4556 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
4557 inside_entry_file.
4558
d0a55772
AC
45592003-04-09 Andrew Cagney <cagney@redhat.com>
4560
4561 * frame.h (struct frame_id): Replace "pc" and "base" with
4562 "stack_addr" and "code_addr". Update comments.
4563 (frame_id_build): Update parameter names and comment.
4564 (struct frame_info): Replace "id_p" and "id" with "this_id".
4565 * dummy-frame.c (dummy_frame_this_id): Update.
4566 * breakpoint.c (print_one_breakpoint): Update.
4567 * frame.c (get_frame_id): Update.
4568 (get_frame_base, frame_id_build): Update.
4569 (create_sentinel_frame, legacy_get_prev_frame): Update.
4570 (deprecated_update_frame_base_hack): Update.
4571 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
4572 (frame_id_inner): Ditto.
4573
ac16bf07
AC
45742003-04-09 Andrew Cagney <cagney@redhat.com>
4575
4576 * defs.h (gdb_print_host_address): Make "addr" parameter a
4577 pointer constant.
4578 * utils.c (gdb_print_host_address): Update.
4579
366cfc9e
KB
45802003-04-09 Kevin Buettner <kevinb@redhat.com>
4581
4582 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
4583 register number for R0 is 0.
4584
cd983b5c
JB
45852003-04-09 J. Brobecker <brobecker@gnat.com>
4586
4587 * frame.h (struct gdbarch): Add opaque structure definition
4588 to avoid a compilation warning on LynxOS 4.0.
4589
d1340264
AC
45902003-04-09 Andrew Cagney <cagney@redhat.com>
4591
4592 * frame.h (struct frame_info): Delete field "pc". Replace
4593 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
4594 structure.
4595 * frame.c (frame_pc_unwind): Update.
4596 (create_sentinel_frame): Do not set "pc".
4597 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
4598 (get_frame_pc): Call frame_pc_unwind.
4599 (deprecated_update_frame_pc_hack): Update.
4600 (create_new_frame): Use "pc" not "->pc".
4601
90a6fffb
AC
46022003-04-09 Andrew Cagney <cagney@redhat.com>
4603
4604 * frame.c (get_frame_id): Eliminate code updating "frame".
4605 (legacy_get_prev_frame): Ditto.
4606 (get_frame_base): Return id.base directly.
4607 (deprecated_update_frame_base_hack): Update "id.base".
4608 * frame.h (struct frame_info): Delete field "frame".
4609
2fbce691
AC
46102003-04-09 Andrew Cagney <cagney@redhat.com>
4611
4612 * NEWS: Mention that the "Sequent family" is obsolete.
4613 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
4614 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
4615 * configure.host: Obsolete i[3456]86-sequent-bsd*,
4616 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
4617 * config/i386/tm-ptx4.h: Obsolete file.
4618 * config/i386/tm-ptx.h: Obsolete file.
4619 * symm-tdep.c: Obsolete file.
4620 * config/i386/symmetry.mt: Obsolete file.
4621 * config/i386/tm-symmetry.h: Obsolete file.
4622 * symm-nat.c: Obsolete file.
4623 * config/i386/nm-symmetry.h: Obsolete file.
4624 * config/i386/xm-symmetry.h: Obsolete file.
4625 * config/i386/symmetry.mh: Obsolete file.
4626 * config/i386/nm-ptx4.h: Obsolete file.
4627 * config/i386/ptx4.mh: Obsolete file.
4628 * config/i386/ptx.mt: Obsolete file.
4629 * config/i386/ptx.mh: Obsolete file.
4630 * config/i386/xm-ptx4.h: Obsolete file.
4631 * config/i386/xm-ptx.h: Obsolete file.
4632
78c43945
AC
46332003-04-09 Andrew Cagney <cagney@redhat.com>
4634
4635 Obsolete mips*-*-mach3*.
4636 * NEWS: Mention that mips*-*-mach3* is obsolete.
4637 * m3-nat.c: Obsolete file.
4638 * config/nm-m3.h: Obsolete file.
4639 * config/mips/tm-mipsm3.h: Obsolete file.
4640 * config/mips/mipsm3.mt: Obsolete file.
4641 * config/mips/mipsm3.mh: Obsolete file.
4642 * config/mips/xm-mipsm3.h: Obsolete file.
4643 * mipsm3-nat.c: Obsolete file.
4644 * configure.host: Obsolete mips-dec-mach3*.
4645 * configure.tgt: Obsolete mips*-*-mach3*.
4646
f1908289
AC
46472003-04-09 Andrew Cagney <cagney@redhat.com>
4648
4649 * doublest.h: Update copyright.
4650 (deprecated_store_floating, deprecated_extract_floating): Rename
4651 store_floating and extract_floating. Update comments.
4652 * doublest.c: Update copyright.
4653 (extract_floating_by_length): Replace extract_floating.
4654 (store_floating_by_length): Replace store_floating.
4655 (deprecated_extract_floating): New function.
4656 (deprecated_store_floating): New function.
4657 (extract_typed_floating): Call extract_floating_by_length.
4658 (store_typed_floating): Call store_floating_by_length.
4659 * x86-64-tdep.c (x86_64_store_return_value): Update.
4660 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
4661 (sh64_extract_return_value): Update.
4662 (sh_sh4_register_convert_to_virtual): Update.
4663 (sh_sh64_register_convert_to_virtual): Update.
4664 (sh_sh4_register_convert_to_raw): Update.
4665 (sh_sh64_register_convert_to_raw): Update.
4666 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
4667 (rs6000_register_convert_to_raw): Update.
4668 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
4669 (ia64_register_convert_to_raw): Update.
4670 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
4671 (REGISTER_CONVERT_TO_VIRTUAL): Update.
4672 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
4673 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
4674 (alpha_register_convert_to_raw): Update.
4675
4443bd83
AC
46762003-04-08 Andrew Cagney <cagney@redhat.com>
4677
4678 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
4679 * gdbarch.h, gdbarch.c: Re-generate.
4680 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
4681 (d10v_gdbarch_init): Do not set saved_pc_after_call.
4682 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
4683 conditionally, use frame_pc_unwind as an alternative. Add
4684 comments.
4685 * arch-utils.c (init_frame_pc_default): Only call
4686 SAVED_PC_AFTER_CALL when available.
4687
c0236d92
EZ
46882003-04-08 Elena Zannoni <ezannoni@redhat.com>
4689
fbe586ae 4690 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
4691 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
4692 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
4693 (start_remote): Ditto.
4694 (handle_inferior_event): Ditto.
4695 (save_inferior_status): Ditto.
4696 (restore_inferior_status): Ditto.
4697 * infcmd.c (attach_command): Ditto.
4698 * fork-child.c (startup_inferior): Ditto.
fbe586ae 4699 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
4700 * alpha-tdep.c (heuristic_proc_start): Ditto.
4701 * mips-tdep.c (heuristic_proc_start): Ditto.
4702 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
4703 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
4704 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
4705 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
4706 * remote-vx.c (vx_create_inferior): Ditto.
4707
47082003-04-08 Elena Zannoni <ezannoni@redhat.com>
4709
4710 * infrun.c (stop_soon_quietly): Make it an enum, to better
4711 override the default behavior of handle_inferior_event.
4712 (clear_proceed_status): Update uses of stop_soon_quietly to
4713 reflect that it is now an enum.
4714 (start_remote): Ditto.
4715 (handle_inferior_event): Change logic a bit if stop_soon_quietly
4716 is set to handle the new GNU/Linux kernel behavior for
4717 attach/sigstop. Update uses of stop_soon_quietly.
4718 * inferior.h (enum stop_kind): New enum.
4719 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
4720 Reset normal handle_inferior_event behavior, afterwards.
4721 * fork-child.c (startup_inferior): Update.
4722 * alpha-tdep.c (heuristic_proc_start): Update.
4723 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
4724 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
4725 * solib-osf.c (osf_solib_create_inferior_hook): Update.
4726 * solib-irix.c (irix_solib_create_inferior_hook): Update.
4727 * remote-vx.c (vx_create_inferior): Update.
4728 * mips-tdep.c (heuristic_proc_start): Update.
4729
1211bce3
EZ
47302003-04-07 Elena Zannoni <ezannoni@redhat.com>
4731
4732 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 4733 be freed more than once, causing wild memory corruptions.
1211bce3 4734 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 4735 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 4736 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 4737 with the "core" target.
1211bce3 4738
f0ef6b29
KB
47392003-04-07 Kevin Buettner <kevinb@redhat.com>
4740
4741 * mips-tdep.c (mips_print_fp_register): New function, created from
4742 do_fp_register_row(). Registers are now (also) printed as hex.
4743 Only one register is printed per row.
4744 (mips_print_register, do_fp_register_row): Print floating point
4745 registers with mips_print_fp_register().
4746
8cf71652
AC
47472003-04-06 Andrew Cagney <cagney@redhat.com>
4748
5e488a7b
AC
4749 * valprint.h (inspect_it): Add extern declaration.
4750 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
4751 (selectors_info, classes_info): Ditto.
4752 (find_objc_msgcall): Fix indentation.
4753 (objc_printstr): Delete extern declarations.
4754
8cf71652
AC
4755 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
4756
e6ba3bc9
AC
47572003-04-06 Andrew Cagney <cagney@redhat.com>
4758
4759 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
4760 Update comment.
4761 * frame.c (legacy_saved_regs_this_id): Update.
4762 (legacy_get_prev_frame): Update.
4763 * xstormy16-tdep.c: Update comment.
4764 * sparc-tdep.c (sparc_frame_chain): Update comment.
4765 * blockframe.c (legacy_frame_chain_valid): Update.
4766
55e1d7e7
AC
47672003-04-06 Andrew Cagney <cagney@redhat.com>
4768
996179ee
AC
4769 * valprint.c (val_print_type_code_int): Delete #ifdef
4770 PRINT_TYPELESS_INTEGER code.
4771
55e1d7e7
AC
4772 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
4773 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
4774 multi-arch definition.
4775 * gdbarch.h: Re-generate.
4776
43bd9a9e
AC
47772003-04-05 Andrew Cagney <cagney@redhat.com>
4778
4779 Eliminate FRAME_FIND_SAVED_REGS.
4780 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
4781 Change FSR parameter to a pointer.
4782 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
4783 Assume FSR parameter is a pointer.
4784 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
4785 Make fsr a pointer.
4786 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
4787 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
4788 saved_regs a pointer.
4789 (hppa_frame_saved_pc): Ditto.
4790 (find_dummy_frame_regs): Make frame_saved_regs a pointer
4791 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
4792 pointer.
4793 (restore_pc_queue): Make fsr a pointer.
4794 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
4795 (hppa_frame_chain): Make saved_regs a pointer, call
4796 hppa_frame_init_saved_regs.
4797 * sparc-tdep.c: Include "gdb_assert.h".
4798 (sparc_frame_find_saved_regs): Replace internal_error with
4799 gdb_assert.
4800 * remote-vxsparc.c (vx_read_register): Delete reference to
4801 FRAME_FIND_SAVED_REGS.
4802 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
4803 * gdbarch.h: Regenerate.
4804 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
4805 (deprecated_get_frame_saved_regs): Delete declaration.
4806 (struct frame_saved_regs): Delete definition.
4807 * frame.c (deprecated_get_frame_saved_regs): Delete function.
4808 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
4809 (hppa_frame_find_saved_regs): Delete declaration.
4810 (FRAME_FIND_SAVED_REGS): Delete macro.
4811 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
4812 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
4813 FRAME_FIND_SAVED_REGS in comment.
4814
be41e9f4
AC
48152003-04-05 Andrew Cagney <cagney@redhat.com>
4816
4817 * frame.c (frame_func_unwind, get_frame_func): New functions.
4818 * frame.h (get_frame_func, frame_func_unwind): Declare.
4819 (struct frame_info): Add field "prev_func" for caching the
4820 previous frame's function address.
4821 * arm-tdep.c (arm_frameless_function_invocation): Combine
4822 get_pc_function_start and get_frame_pc into get_frame_func.
4823 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
4824 (sh64_nofp_frame_init_saved_regs): Ditto.
4825 * s390-tdep.c (s390_function_start): Ditto.
4826 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
4827 (rs6000_frameless_function_invocation): Ditto.
4828 (rs6000_frame_saved_pc): Ditto.
4829 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
4830 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
4831 * i386-tdep.c (i386_frameless_signal_p): Ditto.
4832 (i386_frame_init_saved_regs): Ditto.
4833 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
4834 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
4835 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
4836 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4837 * blockframe.c (frameless_look_for_prologue): Ditto.
4838
a01dd7cc
AC
48392003-04-05 Andrew Cagney <cagney@redhat.com>
4840
4841 * frame.c (legacy_get_prev_frame): Link prev to next at the
4842 function start. Update comments.
4843
5e5592e6
AC
48442003-04-05 Andrew Cagney <cagney@redhat.com>
4845
4846 * frame.c (get_frame_id): Update comment.
4847 (legacy_get_prev_frame): Update comment.
4848 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
4849 * gdbarch.h: Regenerate.
4850 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
4851 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
4852
6fba5002
AC
48532003-04-05 Andrew Cagney <cagney@redhat.com>
4854
4855 * stack.c (print_frame_info): Use get_frame_pc.
4856
7df05f2b
AC
48572003-04-04 Andrew Cagney <cagney@redhat.com>
4858
4859 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
4860 the frame's type from the unwinder.
4861 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
4862 (create_new_frame, legacy_get_prev_frame): When the unwinder's
4863 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
4864 (get_frame_base_address): Use get_frame_type.
4865 (get_frame_locals_address, get_frame_args_address): Ditto.
4866 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
4867 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
4868 (struct frame_info): Add comment explaining why the frame contains
4869 a "type" field.
4870 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
4871 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
4872 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
4873 NORMAL_FRAME.
4874 * frame-unwind.h: Include "frame.h".
4875 (struct frame_unwind): Add "type" field.
4876 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 4877
11889732
AC
48782003-04-04 Andrew Cagney <cagney@redhat.com>
4879
4880 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
4881 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
4882 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
4883 get_frame_base.
4884 (d10v_unwind_dummy_id): Use frame_id_build.
4885 * frame.c (find_frame_sal): Use get_frame_pc.
4886 (create_new_frame): Use deprecated_update_frame_pc_hack and
4887 deprecated_update_frame_base_hack.
4888 (create_sentinel_frame): Add comment about ->pc going away.
4889 (get_prev_frame): Add comment about ->pc going away.
4890 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
4891 frame_id_build, deprecated_update_frame_pc_hack and
4892 deprecated_update_frame_base_hack.
4893 (select_frame): Use get_frame_pc.
4894 (legacy_saved_regs_this_id): Use frame_id_build.
4895
50c46a0d
EZ
48962003-04-04 Elena Zannoni <ezannoni@redhat.com>
4897
fbe586ae
RH
4898 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
4899 signed integer case.
4900 (classify_argument): Handle enumerations and references.
50c46a0d 4901
50bbdbd9
AC
49022003-04-04 Andrew Cagney <cagney@redhat.com>
4903
4904 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
4905 ID to NULL.
4906
36018d2e
AF
49072003-04-01 Adam Fedor <fedor@gnu.org>
4908
4909 * gdb/objc-lang.c (selectors_info): Replace calls to
4910 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
4911 SYMBOL_NATURAL_NAME.
4912 (classes_info, find_methods): Likewise.
4913
35cec841
KB
49142003-04-03 Kevin Buettner <kevinb@redhat.com>
4915
4916 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
4917 ``mach'' to the value determined by bfd_default_set_arch_mach().
4918
43136899
BR
49192003-04-02 Bob Rossi <bob_rossi@cox.net>
4920
4921 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
4922 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
4923 (mi-cmd-file.o): Update dependencies.
4924
040b99fd
KB
49252003-04-01 Kevin Buettner <kevinb@redhat.com>
4926
4927 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
4928 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
4929
9a3d7dfd
AF
49302003-04-01 Adam Fedor <fedor@gnu.org>
4931
4932 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
4933 * language.h (struct language_defn): Add la_demangle.
4934 (language_demangle): Declare.
4935 * language.c (language_demangle): New function.
4936 (unk_lang_demangle): Likewise.
4937 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 4938 Add ukn_lang_demangle.
9a3d7dfd 4939 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 4940 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
4941 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
4942 (cplus_language_defn): Add cplus_demangle for la_demangle element.
4943 * jv-lang.c (java_demangle): New function
4944 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
4945 * objc-lang.c (objc_demangle): Add options argument
4946 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
4947 * maint.c (maintenance_demangle): Replace switch with
4948 call to language_demangle.
4949 * utils.c (fprintf_symbol_filtered): Likewise.
4950
5e074003
AC
49512003-04-01 Andrew Cagney <cagney@redhat.com>
4952
4953 * printcmd.c (print_frame_nameless_args): Delete #ifdef
4954 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
4955 PRINT_TYPELESS_INTEGER.
4956 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
4957 PUSH_RETURN_ADDRESS.
4958
270cb5d6
AC
49592003-04-01 Andrew Cagney <cagney@redhat.com>
4960
4961 * Makefile.in (d10v-tdep.o): Update dependencies.
4962 * d10v-tdep.c: Include "frame-base.h".
4963 (d10v_frame_unwind): Make constant.
4964 (d10v_frame_base_address): New function.
4965 (d10v_frame_base): New variable.
4966 (d10v_gdbarch_init): Set frame_base default.
4967 (struct d10v_unwind_cache): Add the field "prev_sp". Update
4968 comment for base.
4969 (d10v_frame_unwind_cache): Set and use "prev_sp".
4970 (d10v_frame_this_id): Use the previous frame's inner most stack
4971 address and this frame's func address for the frame ID. Use
4972 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 4973
6bfb3e36
AC
49742003-04-01 Andrew Cagney <cagney@redhat.com>
4975
4976 * frame.h (get_frame_locals_address, get_frame_args_address):
4977 Refer to the base address, instead of the address of the first
4978 local or parameter.
8ffd9b1b 4979
da62e633
AC
49802003-04-01 Andrew Cagney <cagney@redhat.com>
4981
4982 Add frame debug info addresses:
4983 * frame-base.c: New file.
4984 * frame-base.h: New file.
4985 * frame.h (struct frame_base): Add opaque declaration.
4986 (get_frame_base): Update comment.
4987 (get_frame_base_address): Declare.
4988 (get_frame_locals_address): Declare.
4989 (get_frame_args_address): Declare.
4990 (struct frame_info): Add "base" and "base_cache". Update
4991 comments on the unwinder.
4992 * frame.c: Include "frame-base.h".
4993 (get_frame_locals_address): New function.
4994 (get_frame_base_address): New function.
4995 (get_frame_args_address): New function.
4996 * findvar.c (read_var_value): Use get_frame_locals_address and
4997 get_frame_args_address.
4998 * stack.c (frame_info): Use get_frame_locals_address and
4999 get_frame_args_address.
5000 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
5001 moved to "frame-base.c".
5002 * printcmd.c (print_frame_nameless_args): Ditto.
5003 * symtab.h (address_class): Update comments.
5004 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
5005 get_frame_base_address.
5006 * dwarf2expr.c (execute_stack_op): Ditto.
5007 * Makefile.in (frame_base_h): Define.
5008 (frame.o): Update dependencies.
5009 (frame-base.o): Add dependencies.
5010 (SFILES): Add frame-base.c.
5011 (COMMON_OBS): Add frame-base.o.
5012
3d30e9c2
AC
50132003-04-01 Andrew Cagney <cagney@redhat.com>
5014
5015 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
5016 CALL_DUMMY_LENGTH): Ditto.
5017 * gdbarch.c: Re-generate.
5018 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
5019 (CALL_DUMMY_LENGTH): Delete macro.
5020 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
5021 * arm-tdep.c (arm_gdbarch_init): Ditto.
5022 * avr-tdep.c (avr_gdbarch_init): Ditto.
5023 * cris-tdep.c (cris_gdbarch_init): Ditto.
5024 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5025 * frv-tdep.c (frv_gdbarch_init): Ditto.
5026 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5027 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5028 * i386-tdep.c (i386_gdbarch_init): Ditto.
5029 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5030 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5031 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5032 * mips-tdep.c (mips_gdbarch_init): Ditto.
5033 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5034 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5035 * s390-tdep.c (s390_gdbarch_init): Ditto.
5036 * sh-tdep.c (sh_gdbarch_init): Ditto.
5037 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5038 * v850-tdep.c (v850_gdbarch_init): Ditto.
5039 * vax-tdep.c (vax_gdbarch_init): Ditto.
5040 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5041
ce0c7262
CV
50422003-04-01 Corinna Vinschen <vinschen@redhat.com>
5043
5044 * frame.c (get_prev_frame): Disable call to inside_entry_file().
5045
73dd234f
AC
50462003-04-01 Andrew Cagney <cagney@redhat.com>
5047
5048 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
5049 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5050 * gdbarch.h, gdbarch.c: Re-generate.
5051 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5052 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5053 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5054 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5055 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
5056 * infcmd.c (run_stack_dummy): Simplify assuming
5057 CALL_DUMMY_BREAKPOINT_OFFSET_P.
5058 * infrun.c (handle_inferior_event): Ditto.
5059 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5060 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
5061 * arm-tdep.c (arm_gdbarch_init): Ditto.
5062 * avr-tdep.c (avr_gdbarch_init): Ditto.
5063 * cris-tdep.c (cris_gdbarch_init): Ditto.
5064 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5065 * frv-tdep.c (frv_gdbarch_init): Ditto.
5066 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5067 * i386-tdep.c (i386_gdbarch_init): Ditto.
5068 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5069 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5070 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5071 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5072 * mips-tdep.c (mips_gdbarch_init): Ditto.
5073 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5074 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5075 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5076 * s390-tdep.c (s390_gdbarch_init): Ditto.
5077 * sh-tdep.c (sh_gdbarch_init): Ditto.
5078 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5079 * v850-tdep.c (v850_gdbarch_init): Ditto.
5080 * vax-tdep.c (vax_gdbarch_init): Ditto.
5081 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5082
97606a13
DJ
50832003-04-01 Daniel Jacobowitz <drow@mvista.com>
5084
5085 * symfile.c (symfile_relocate_debug_section): Update call to
5086 bfd_simple_get_relocated_section_contents.
5087
e8ab51f7
AC
50882003-03-31 Andrew Cagney <cagney@redhat.com>
5089
5090 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
5091 * gdbarch.h, gdbarch.c: Regenerate.
5092 * inferior.h (FIX_CALL_DUMMY): Delete macro.
5093 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
5094 available.
5095 * frame.h (generic_fix_call_dummy): Delete declaration.
5096 * dummy-frame.h: Update comment.
5097 * dummy-frame.c (generic_fix_call_dummy): Delete function.
5098 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5099 fix_call_dummy.
5100 * sh-tdep.c (sh_gdbarch_init): Ditto.
5101 * s390-tdep.c (s390_gdbarch_init): Ditto.
5102 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5103 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5104 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5105 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5106 * i386-tdep.c (i386_gdbarch_init): Ditto.
5107 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5108 * frv-tdep.c (frv_gdbarch_init): Ditto.
5109 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5110 * cris-tdep.c (cris_gdbarch_init): Ditto.
5111 * avr-tdep.c (avr_gdbarch_init): Ditto.
5112 * arm-tdep.c (arm_gdbarch_init): Ditto.
5113
018d1b48
JB
51142003-03-31 J. Brobecker <brobecker@gnat.com>
5115
5116 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
5117 (INIT_FRAME_AP): Likewise.
5118 (EXTRA_FRAME_INFO): Likewise.
5119
e9a2674e
AC
51202003-03-31 Andrew Cagney <cagney@redhat.com>
5121
5122 * gdbarch.sh: Include "symfile.h".
5123 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
5124 * gdbarch.h, gdbarch.c: Re-generate.
5125 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
5126 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5127 call_dummy_address, the default is at entry_point_address.
5128 * v850-tdep.c (v850_gdbarch_init): Ditto.
5129 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5130 * sh-tdep.c (sh_gdbarch_init): Ditto.
5131 * s390-tdep.c (s390_gdbarch_init): Ditto.
5132 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5133 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5134 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5135 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5136 * i386-tdep.c (i386_gdbarch_init): Ditto.
5137 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5138 * frv-tdep.c (frv_gdbarch_init): Ditto.
5139 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5140 * cris-tdep.c (cris_gdbarch_init): Ditto.
5141 * arm-tdep.c (arm_gdbarch_init): Ditto.
5142
e8a8712a
AC
51432003-03-31 Andrew Cagney <cagney@redhat.com>
5144
5145 * gdbarch.sh (CALL_DUMMY_P): Delete.
5146 * gdbarch.h, gdbarch.c: Re-generate.
5147 * inferior.h (CALL_DUMMY_P): Delete macro.
5148 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5149 * vax-tdep.c (vax_gdbarch_init): Update.
5150 * v850-tdep.c (v850_gdbarch_init): Update.
5151 * sparc-tdep.c (sparc_gdbarch_init): Update.
5152 * sh-tdep.c (sh_gdbarch_init): Update.
5153 * s390-tdep.c (s390_gdbarch_init): Update.
5154 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5155 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5156 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5157 * mips-tdep.c (mips_gdbarch_init): Update.
5158 * mcore-tdep.c (mcore_gdbarch_init): Update.
5159 * m68k-tdep.c (m68k_gdbarch_init): Update.
5160 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5161 * ia64-tdep.c (ia64_gdbarch_init): Update.
5162 * i386-tdep.c (i386_gdbarch_init): Update.
5163 * h8300-tdep.c (h8300_gdbarch_init): Update.
5164 * frv-tdep.c (frv_gdbarch_init): Update.
5165 * d10v-tdep.c (d10v_gdbarch_init): Update.
5166 * cris-tdep.c (cris_gdbarch_init): Update.
5167 * breakpoint.c (deprecated_frame_in_dummy): Update.
5168 * avr-tdep.c (avr_gdbarch_init): Update.
5169 * alpha-tdep.c (alpha_gdbarch_init): Update.
5170 * arm-tdep.c (arm_gdbarch_init): Update.
5171 * dummy-frame.c (dummy_frame_this_id): Update comments.
5172 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
5173 * frame.c (legacy_get_prev_frame): Ditto.
5174 * valops.c (call_function_by_hand): Delete function.
5175 (hand_function_call): Rename to call_function_by_hand
5176
ed234cf8
AC
51772003-03-30 Andrew Cagney <cagney@redhat.com>
5178
5179 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 5180 * value.h (struct value): Update comment.
ed234cf8 5181
06c77151
AC
51822003-03-30 Andrew Cagney <cagney@redhat.com>
5183
6c2b5168
AC
5184 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
5185 D10V_FP_REGNUM.
5186 (d10v_gdbarch_init): Do not set fp_regnum.
5187
06c77151
AC
5188 * frame.c (get_frame_base): Force ID initialization.
5189 (get_prev_frame): Move computation of the frame ID from here ...
5190 (get_frame_id): ... to here.
5191 (legacy_get_prev_frame): Mark the frame ID as valid.
5192 * frame.h (struct frame_info): Add field "id_p".
5193
97a1a11c
MK
51942003-03-30 Mark Kettenis <kettenis@gnu.org>
5195
5196 * i386-tdep.c (i386_store_struct_return): Removed.
5197 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
5198
6c0e89ed
AC
51992003-03-30 Andrew Cagney <cagney@redhat.com>
5200
5201 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
5202 * gdbarch.h, gdbarch.c: Regenerate.
5203 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
5204 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5205 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5206 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5207 * i386-tdep.c (i386_gdbarch_init): Ditto.
5208 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5209 * cris-tdep.c (cris_gdbarch_init): Ditto.
5210 * vax-tdep.c (vax_gdbarch_init): Ditto.
5211 * s390-tdep.c (s390_gdbarch_init): Ditto.
5212 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5213 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5214 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5215 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
5216 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5217 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
5218 * sparc-tdep.c (sparc_gdbarch_init): Update.
5219 * sh-tdep.c (sh_gdbarch_init): Update.
5220 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5221 * mips-tdep.c (mips_gdbarch_init): Update.
5222 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5223 * ia64-tdep.c (ia64_gdbarch_init): Update.
5224 * frv-tdep.c (frv_gdbarch_init): Update.
5225 * avr-tdep.c (avr_gdbarch_init): Update.
5226 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
5227 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
5228 instead of when push_dummy_call is not available.
8ffd9b1b 5229
f7dd6af2
AC
52302003-03-30 Andrew Cagney <cagney@redhat.com>
5231
5232 * infttrace.c: Include "gdbthread.h".
5233 (parent_attach_all): Fix function signature.
5234 (call_ptrace): Update call.
5235 * Makefile.in (infttrace.o): Update dependencies.
5236
28f617b3
AC
52372003-03-30 Andrew Cagney <cagney@redhat.com>
5238
5239 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
5240 PUSH_RETURN_ADDRESS.
5241 * gdbarch.h, gdbarch.c: Regenerate.
5242 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5243 * x86-64-tdep.c (x86_64_init_abi): Update.
5244 * v850-tdep.c (v850_gdbarch_init): Update.
5245 * sparc-tdep.c (sparc_gdbarch_init): Update.
5246 * sh-tdep.c (sh_gdbarch_init): Update.
5247 * s390-tdep.c (s390_gdbarch_init): Update.
5248 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5249 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5250 * mips-tdep.c (mips_gdbarch_init): Update.
5251 * mcore-tdep.c (mcore_gdbarch_init): Update.
5252 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5253 * ia64-tdep.c (ia64_gdbarch_init): Update.
5254 * i386-tdep.c (i386_gdbarch_init): Update.
5255 * h8300-tdep.c (h8300_gdbarch_init): Update.
5256 * frv-tdep.c (frv_gdbarch_init): Update.
5257 * cris-tdep.c (cris_gdbarch_init): Update.
5258 * avr-tdep.c (avr_gdbarch_init): Update.
5259 * arm-tdep.c (arm_gdbarch_init): Update.
5260 * valops.c (hand_function_call): Update.
5261
4d628cd7
AC
52622003-03-29 Andrew Cagney <cagney@redhat.com>
5263
5264 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
5265 sizeof_call_dummy_words.
5266 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
5267 define.
5268 * gdbarch.h: Regenerate.
8ffd9b1b 5269
65e82032
AC
52702003-03-29 Andrew Cagney <cagney@redhat.com>
5271
5272 * infttrace.h: New file.
5273 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
5274 (hpread_get_textlow): Detect an uninitialized dn_bufp.
5275 (hpread_read_doc_function_type): Detect an initialized type1.
5276 (hpread_quick_traverse): Initialize mod_name_string.
5277 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
5278 (som_solib_get_solib_by_pc): Declare.
5279 (so_lib_thread_start_addr): Declare.
5280 (no_shared_libraries): Declare.
5281 * somread.c (init_import_symbols): Make static. Add forward
5282 declaration.
5283 * config/pa/nm-hppah.h: Include "infttrace.h" for
5284 parent_attach_all.
5285 (hppa_insert_hw_watchpoint): Declare.
5286 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
5287 * hppah-nat.c: Include "gdb_string.h".
5288 (parent_attach_all): Delete extern declaration, moved to
5289 "infttrace.h".
5290 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
5291 int.
5292 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
5293 * Makefile.in (infttrace_h): Define.
5294 (hpread.o): Update dependencies.
5295 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
5296 * hppa-hpux-tdep.c: Include "gdb_string.h".
5297 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
5298 * infrun.c (handle_inferior_event): Always initialize
5299 stepped_after_stopped_by_watchpoint. Add default and remove
5300 fallthrough in switch statement.
5301 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
5302 parameter to int.
5303 (hppa_remove_hw_watchpoint): Ditto.
5304
2c3bbe77
AC
53052003-03-29 Andrew Cagney <cagney@redhat.com>
5306
5307 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
5308 offset.
5309
2dd604e7
RE
53102003-03-29 Richard Earnshaw <rearnsha@arm.com>
5311
5312 * arm-tdep.c (arm_push_arguments): Delete.
5313 (struct stack_item): New type.
5314 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
5315 (arm_store_struct_return): Delte.
5316 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
5317 arm_push_arguments or arm_store_struct_return.
5318
e8933a55
AC
53192003-03-28 Andrew Cagney <cagney@redhat.com>
5320
5321 * Makefile.in (d10v-tdep.o): Update dependencies.
5322 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
5323 * d10v-tdep.c: Include "remote.h".
5324 (target_resume_hook): Delete extern declaration.
5325 (target_wait_loop_hook): Ditto.
5326 (tdisassemble_command): Eliminate assignment in "if" conditional.
5327 (d10v_ts2_register_sim_regno): Eliminate call to
5328 legacy_register_sim_regno.
5329 (d10v_ts3_register_sim_regno): Ditto.
5330
6949171e
JJ
53312003-03-28 Jeff Johnston <jjohnstn@redhat.com>
5332
5333 * thread.c: Reindented.
5334 * lin-lwp.c: Ditto.
5335 * linux-proc.c: Ditto.
5336
98c7071f
BR
53372003-03-28 Bob Rossi <bob_rossi@cox.net>
5338
fbe586ae 5339 * MAINTAINERS (write after approval): Add myself.
98c7071f 5340
5edc9ca6
TR
53412003-03-27 Theodore A. Roth <troth@openavr.org>
5342
5343 * objc-exp.y: Add missing semi-colons.
5344
378bfd1b
AC
53452003-03-27 Andrew Cagney <cagney@redhat.com>
5346
5347 * regcache.c (write_sp): Delete function and references.
5348 * inferior.h (write_sp): Delete declaration.
5349 * valops.c (hand_function_call): Replace write_sp with
5350 TARGET_WRITE_SP.
5351 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
5352 (sparc_pop_frame): Ditto.
8ffd9b1b 5353
56056df7
AC
53542003-03-27 Andrew Cagney <cagney@redhat.com>
5355
5356 * NEWS: Mention removal of support for hppa*-*-bsd* and
5357 hppa*-*-osf* natives, and hppa*-*-pro* target.
5358 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
5359 * config/pa/xm-pa.h: Obsolete file.
5360 * config/pa/xm-hppab.h: Obsolete file.
5361 * config/pa/nm-hppab.h: Obsolete file.
5362 * config/pa/tm-hppab.h: Obsolete file.
5363 * config/pa/tm-hppao.h: Obsolete file.
5364 * config/pa/nm-hppao.h: Obsolete file.
5365 * config/pa/tm-pro.h: Obsolete file.
5366 * config/pa/hppaosf.mt: Obsolete file.
5367 * config/pa/hppaosf.mh: Obsolete file.
5368 * config/pa/hppapro.mt: Obsolete file.
5369 * config/pa/hppabsd.mt: Obsolete file.
5370 * config/pa/hppabsd.mh: Obsolete file.
5371 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
5372 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
5373 hppa*-*-osf*.
5374
5873a88d
AC
53752003-03-27 Andrew Cagney <cagney@redhat.com>
5376
5377 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
5378 push_arguments. Don't set push_return_address or write_sp.
5379 (d10v_push_dummy_call): Replace d10v_push_arguments.
5380 (d10v_push_return_address, d10v_write_sp): Delete function,
5381 handled by push_dummy_call.
5382
b81774d8
AC
53832003-03-26 Andrew Cagney <cagney@redhat.com>
5384
5385 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
5386 (push_dummy_call): New pure multi-arch replacement with gdbarch,
5387 regcache and dummy_addr parameters.
5388 * gdbarch.h, gdbarch.c: Re-generate.
5389 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
5390 available; assume it will handle stack alignment and return
5391 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
5392 legacy_push_arguments.
5393 (legacy_push_arguments): Rename default_push_arguments.
5394 * value.h (legacy_push_arguments): Rename default_push_arguments.
5395 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
5396 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
5397 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
5398 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
5399 * config/i386/tm-symmetry.h: Update.
5400 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5401 * x86-64-tdep.c (x86_64_init_abi): Update.
5402 * v850-tdep.c (v850_gdbarch_init): Update.
5403 * sparc-tdep.c (sparc_gdbarch_init): Update.
5404 * sh-tdep.c (sh_gdbarch_init): Update.
5405 * s390-tdep.c (s390_gdbarch_init): Update.
5406 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5407 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5408 * mips-tdep.c (mips_gdbarch_init): Update.
5409 * mcore-tdep.c (mcore_gdbarch_init): Update.
5410 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5411 * ia64-tdep.c (ia64_gdbarch_init): Update.
5412 * i386-tdep.c (i386_gdbarch_init): Update.
5413 * hppa-tdep.c (hppa_gdbarch_init): Update.
5414 * h8300-tdep.c (h8300_gdbarch_init): Update.
5415 * frv-tdep.c (frv_gdbarch_init): Update.
5416 * d10v-tdep.c (d10v_gdbarch_init): Update.
5417 * cris-tdep.c (cris_gdbarch_init): Update.
5418 * avr-tdep.c (avr_gdbarch_init): Update.
5419 * arm-tdep.c (arm_gdbarch_init): Update.
5420 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5421 * alpha-tdep.c (alpha_gdbarch_init): Update.
5422
f541410f
DJ
54232003-03-26 Daniel Jacobowitz <drow@mvista.com>
5424
5425 * signals/signals.c (do_target_signal_to_host): Correct realtime
5426 signal range test.
5427
69f567ae
DJ
54282003-03-26 Daniel Jacobowitz <drow@mvista.com>
5429
5430 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
5431 (struct sal_chain, map_catch_names): Remove.
5432 (catch_exception_command_1): Don't call
5433 handle_gnu_4_16_catch_command.
5434
d5d14a5a
DJ
54352003-03-26 Daniel Jacobowitz <drow@mvista.com>
5436
5437 From Mark Dettinger <dettinge@de.ibm.com>:
5438 * dwarf2cfi.c (read_2u): Increment pointer by two.
5439
bdd73e22
DJ
54402003-03-26 Daniel Jacobowitz <drow@mvista.com>
5441
5442 * signals/signals.c: Fix typos in last change.
5443
960cb555
DJ
54442003-03-26 Daniel Jacobowitz <drow@mvista.com>
5445
5446 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
5447 not already defined. Use __SIGRTMIN if available.
5448 (target_signal_from_host): Remove SIGRTMIN block.
5449 (do_target_signal_to_host): Remove SIGRTMIN block; check that
5450 the signal is within the realtime range.
5451
f636b87d
AF
54522003-03-25 Adam Fedor <fedor@gnu.org>
5453
5454 * Makefile.in (infrun.o): Add $(language_h)
5455 * infrun.c (handle_inferior_event): Use skip_language_trampoline
5456 for language specific trampolines.
5457 * language.h (struct language_defn): Add skip_trampoline.
5458 (skip_language_trampoline): Declare.
5459 * language.c (unk_lang_trampoline, skip_language_trampoline):
5460 New functions.
5461 (unknown_language_defn, auto_language_defn, local_language_defn):
5462 Add ukn_lang_trampoline.
5463 * ada-lang.c (ada_language_defn): Add NULL for language
5464 specific skip_trampoline.
5465 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
5466 scm-lang.c: Likewise.
5467 * objc-lang.c (objc_skip_trampoline): New function.
5468 (objc_language_defn): Add objc_skip_trampoline.
5469
28f617b3 54702003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
5471
5472 * frame.c (get_prev_frame): Delay validating a frame's ID -
5473 non-NULL, didn't go backwards - until an attempt to unwind it to
5474 the previous frame.
5475
f933a9c5
AC
54762003-03-25 Andrew Cagney <cagney@redhat.com>
5477
5478 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
5479 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
5480 * gdbarch.h, gdbarch.c: Re-generate.
5481 * config/sparc/tm-sparc.h
5482 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
5483 * sparc-tdep.c (sparc_gdbarch_init): Set
5484 deprecated_extra_stack_alignment_needed.
5485 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
5486 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
5487 extra_stack_alignment_needed.
5488 * v850-tdep.c (v850_gdbarch_init): Ditto.
5489 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5490 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5491 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5492 * cris-tdep.c (cris_gdbarch_init): Ditto.
5493 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5494 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 5495
4183d812
AC
54962003-03-25 Andrew Cagney <cagney@redhat.com>
5497
5498 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
5499 STORE_STRUCT_RETURN.
5500 * gdbarch.h, gdbarch.c: Regenerate.
5501 * d10v-tdep.c (d10v_store_struct_return): Delete function.
5502 (d10v_push_arguments): Set the struct return register.
5503 (d10v_gdbarch_init): Update.
5504 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5505 * x86-64-tdep.c (x86_64_init_abi): Update.
5506 * vax-tdep.c (vax_gdbarch_init): Update.
5507 * v850-tdep.c (v850_gdbarch_init): Update.
5508 * sparc-tdep.c (sparc_gdbarch_init): Update.
5509 * sh-tdep.c (sh_gdbarch_init): Update.
5510 * s390-tdep.c (s390_gdbarch_init): Update.
5511 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5512 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5513 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5514 * mips-tdep.c (mips_gdbarch_init): Update.
5515 * mcore-tdep.c (mcore_gdbarch_init): Update.
5516 * m68k-tdep.c (m68k_gdbarch_init): Update.
5517 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5518 * ia64-tdep.c (ia64_gdbarch_init): Update.
5519 * i386-tdep.c (i386_gdbarch_init): Update.
5520 * hppa-tdep.c (hppa_gdbarch_init): Update.
5521 * h8300-tdep.c (h8300_gdbarch_init): Update.
5522 * frv-tdep.c (frv_gdbarch_init): Update.
5523 * cris-tdep.c (cris_gdbarch_init): Update.
5524 * avr-tdep.c (avr_gdbarch_init): Update.
5525 * arm-tdep.c (arm_gdbarch_init): Update.
5526 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 5527
1bf6d5cc
AC
55282003-03-25 Andrew Cagney <cagney@redhat.com>
5529
5530 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
5531 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
5532 CALL_DUMMY_STACK_ADJUST with a predicate variable.
5533 * gdbarch.h, gdbarch.c: Regenerate.
5534 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5535 call_dummy_stack_adjust_p.
5536 * vax-tdep.c (vax_gdbarch_init): Ditto.
5537 * v850-tdep.c (v850_gdbarch_init): Ditto.
5538 * sh-tdep.c (sh_gdbarch_init): Ditto.
5539 * s390-tdep.c (s390_gdbarch_init): Ditto.
5540 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5541 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5542 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5543 * mips-tdep.c (mips_gdbarch_init): Ditto.
5544 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5545 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5546 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5547 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5548 * i386-tdep.c (i386_gdbarch_init): Ditto.
5549 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5550 * frv-tdep.c (frv_gdbarch_init): Ditto.
5551 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5552 * cris-tdep.c (cris_gdbarch_init): Ditto.
5553 * avr-tdep.c (avr_gdbarch_init): Ditto.
5554 * arm-tdep.c (arm_gdbarch_init): Ditto.
5555 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5556 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
5557 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
5558 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
5559 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
5560 call_dummy_stack_adjust_p.
5561 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
5562 (CALL_DUMMY_STACK_ADJUST): Delete macro.
5563 * sparc-tdep.c (sparc32_push_arguments): Update.
5564 * valops.c (hand_function_call): Update.
5565
71c08af0
CV
55662003-03-25 Corinna Vinschen <vinschen@redhat.com>
5567
5568 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
5569 set_gdbarch_char_signed.
5570
30757f90
RE
55712003-03-25 Richard Earnshaw <rearnsha@arm.com>
5572
5573 PR cli/548
5574 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
5575
03d48a7d
RE
55762003-03-25 Richard Earnshaw <rearnsha@arm.com>
5577
5578 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
5579 (_initialize_arm_tdep): Don't set tm_print_insn.
5580
2cf6873c
AF
55812003-03-24 Adam Fedor <fedor@gnu.org>
5582
5583 * Makefile.in (YYOBJ): Add objc-exp.tab.o
5584 * objc-lang.h: Add multiple inclusion protection.
5585 (start_msglist, add_msglist, end_msglist): Additional declarations.
5586
17c0759e
RE
55872003-03-24 Richard Earnshaw <rearnsha@arm.com>
5588
5589 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
5590 value was renamed to ARM_FLOAT_SOFT_FPA.
5591
618ce49f
AC
55922003-03-23 Andrew Cagney <cagney@redhat.com>
5593
5594 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
5595 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
5596 * gdbarch.h, gdbarch.c: Regenerate.
5597 * valops.c (hand_function_call): Update.
5598 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
5599 * frame.c (legacy_saved_regs_this_id): Update.
5600 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
5601 * dummy-frame.h: Update.
5602 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
5603 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
5604 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
5605 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
5606 * config/m68k/tm-sun3.h: Update.
5607 * blockframe.c (inside_main_func, frame_chain_valid): Update.
5608 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5609 * x86-64-tdep.c (x86_64_init_abi): Update.
5610 * vax-tdep.c (vax_gdbarch_init): Update.
5611 * v850-tdep.c (v850_gdbarch_init): Update.
5612 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
5613 * sh-tdep.c (sh_gdbarch_init): Update.
5614 * s390-tdep.c (s390_gdbarch_init): Update.
5615 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
5616 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
5617 (frame_get_saved_regs): Update.
5618 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
5619 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5620 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5621 * mips-tdep.c (mips_gdbarch_init): Update.
5622 * mcore-tdep.c (mcore_gdbarch_init): Update.
5623 * m68k-tdep.c (m68k_gdbarch_init): Update.
5624 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5625 * ia64-tdep.c (ia64_gdbarch_init): Update.
5626 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
5627 * i386-interix-tdep.c (i386_interix_init_abi): Update.
5628 (i386_interix_back_one_frame): Update.
5629 * hppa-tdep.c (hppa_gdbarch_init): Update.
5630 (hppa_init_extra_frame_info): Update.
5631 * h8300-tdep.c (h8300_gdbarch_init): Update.
5632 * frv-tdep.c (frv_gdbarch_init): Update.
5633 * cris-tdep.c (cris_gdbarch_init): Update.
5634 * avr-tdep.c (avr_gdbarch_init): Update.
5635 * arm-tdep.c (arm_gdbarch_init): Update.
5636 * alpha-tdep.c (alpha_gdbarch_init): Update.
5637
fd50bc42
RE
56382003-03-22 Richard Earnshaw <rearnsha@arm.com>
5639
5640 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
5641 (arm_get_fp_model): Declare.
5642 * arm-tdep.c (fp_model_strings): New string array.
5643 (arm_fp_model, current_fp_model): New variables.
5644 (arm_get_fp_model): New function.
5645 (arm_set_fp): New function.
5646 (set_fp_model_sfunc): New function.
5647 (show_fp_model): New function.
5648 (_initialize_arm_tdep): Add new command to set/show the FPU.
5649 (arm_extract_return_value): Use arm_get_fp_model.
5650 (arm_store_return_value): Likewise.
5651 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
5652 to initialize the floating-point data types.
5653 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
5654 model is FPA.
5655
26304000
RE
56562003-03-22 Richard Earnshaw <rearnsha@arm.com>
5657
5658 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
5659 the current setting of each value.
5660 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 5661 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
5662 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
5663 commands and add new version as subcommands of "set/show arm".
5664
afd7eef0
RE
56652003-03-22 Richard Earnshaw <rearnsha@arm.com>
5666
5667 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
5668 (set_arm_command, show_arm_command): New functions.
5669 (_initialize_arm_tdep): Add them.
5670 (num_disassembly_options): Renamed from num_flavor_options.
5671 (valid_disassembly_styles): Renamed from valid_flavors.
5672 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 5673 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
5674 set_disassembly_flavor_sfunc.
5675 (set_disassembly_style): Renamed from set_disassembly_flavor.
5676 (arm_othernames): Updated.
5677 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
5678 command. Add "set/show arm disassembly" commands. Deprecate
5679 "othernames" command.
5680
299a7944
RE
56812003-03-22 Richard Earnshaw <rearnsha@arm.com>
5682
5683 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
5684 (arm-tdep.o): Depend on elf_arm_h.
5685
c1dac9e6
RE
56862003-03-22 Richard Earnshaw <rearnsha@arm.com>
5687
5688 * Makefile.in (coff_internal_h): Define.
5689 (arm-tdep.o): Update dependencies.
5690
2702d96c
RE
56912003-03-22 Richard Earnshaw <rearnsha@arm.com>
5692
5693 * arm-tdep.c (prologue_cache): Delete.
5694 (check_prologue_cache, save_prologue_cache): Delete.
5695 (arm_scan_prologue): Don't check or update the prologue_cache.
5696 (arm_gdb_arch_init): Don't initialize it.
5697 (_initialize_arm_tdep): Likewise.
5698
27d5d74b
SC
56992003-03-21 Stephane Carrez <stcarrez@nerim.fr>
5700
5701 * MAINTAINERS (tui): Maintainer of tui code.
5702
1762d96d
CV
57032003-03-21 Corinna Vinschen <vinschen@redhat.com>
5704
5705 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
5706 (i386-cygwin-tdep.o): Add dependencies.
5707 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
5708 * i386-cygwin-tdep.c: New file.
5709 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
5710 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
5711
4c2e2391
AC
57122003-03-20 Andrew Cagney <cagney@redhat.com>
5713
f20d38b7
AC
5714 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
5715 (handle_inferior_event): Remove code calling
5716 DYNAMIC_TRAMPOLINE_NEXTPC.
5717
0022b738
AC
5718 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
5719 already has a full path.
5720
864dbc90
AC
5721 * main.c (gdb_main): Return 1.
5722 (captured_main): Call error to report an invalid interpreter.
5723
4c2e2391
AC
5724 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5725 * alpha-osf1-tdep.c: Include "gdb_string.h".
5726
5ef7553b
JB
57272003-03-19 J. Brobecker <brobecker@gnat.com>
5728
5729 Continuing work to convert the hppa targets to multiarch partial.
5730
5731 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
5732 method, now that hppa_push_dummy_frame has a conformant prototype.
5733 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
5734 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
5735 for the switch to multiarch partial.
5736
7bde8967
KB
57372003-03-19 Kevin Buettner <kevinb@redhat.com>
5738
5739 * mdebugread.c (parse_symbol): For stEnd, we're done counting
5740 when iss is issNull.
5741
b006a9e9
KB
57422003-03-18 Kevin Buettner <kevinb@redhat.com>
5743
5744 * mips-tdep.c (mips_register_name): Fix fencepost error involving
5745 NUM_REGS bounds check.
5746
5e2e9765
KB
57472003-03-18 Kevin Buettner <kevinb@redhat.com>
5748
5749 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
5750 * mips-tdep.c (gdb_assert.h): Include.
5751 (mips_generic_reg_names, mips_processor_reg_names): Make static.
5752 (mips_register_name): Handle integer registers explicitly. Add
5753 bounds checking.
5754 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
5755 (mips_lsi33k_reg_names): Don't list integer registers; they're
5756 handled by mips_register_name() now.
5757 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
5758 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
5759 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
5760 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
5761 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
5762
a2867626
AC
57632003-03-18 Andrew Cagney <cagney@redhat.com>
5764
5765 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
5766 a void pointer.
5767 * gdbtypes.h (print_scalar_formatted): Update declaration.
5768 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
5769
06600e06
JB
57702003-03-18 J. Brobecker <brobecker@gnat.com>
5771
5772 * infrun.c (observer.h): Add #include.
5773 (normal_stop): Add call to observer_notify_normal_stop.
5774 * Makefile.in (infrun.o): Add dependency on observer.h.
5775
7daf4f5b
JB
57762003-03-18 J. Brobecker <brobecker@gnat.com>
5777
5778 Continuing work to convert the hppa targets to multiarch partial.
5779 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
5780 parameter. Reformat comment.
5781 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
5782 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
5783 to match new profile.
5784
3371ccc0
JB
57852003-03-18 J. Brobecker <brobecker@gnat.com>
5786
5787 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
5788 appear to be working in any case.
5789
4fbe891e
JB
57902003-03-18 J. Brobecker <brobecker@gnat.com>
5791
5792 * observer.c (observer_test_first_observer): New static variable.
5793 (observer_test_second_observer): Likewise.
5794 (observer_test_third_observer): Likewise.
5795 (observer_test_first_notification_function): New static function.
5796 (observer_test_second_notification_function): Likewise.
5797 (observer_test_third_notification_function): Likewise.
5798
a7ff40e7
JB
57992003-03-17 J. Brobecker <brobecker@gnat.com>
5800
5801 * hppa-tdep.c (gdb_assert.h): Add missing #include.
5802 * somsolib.c (gdb_assert.h): Likewise.
5803 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
5804 (somsolib.o): Likewise.
5805
26ca4152
AC
58062003-03-17 Andrew Cagney <cagney@redhat.com>
5807
5808 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
5809 BFD. Simplify setting of di.endian.
5810
0a613259
AC
58112003-03-17 Andrew Cagney <cagney@redhat.com>
5812
5813 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
5814 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
5815
5816 From Elena Zannoni <ezannoni@redhat.com>
5817 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
5818 vector and floating-point parameters.
5819 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
5820 convention.
5821 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
5822
1132738f
FN
58232003-03-17 Fernando Nasser <fnasser@redhat.com>
5824
5825 * MAINTAINERS: Remove my name from several maintainership roles.
5826
6dc42492
AC
58272003-03-17 Andrew Cagney <cagney@redhat.com>
5828
5829 Fix frame off-by-one bug.
5830 * frame-unwind.h (frame_this_id_ftype): Replace
5831 frame_unwind_id_ftype.
5832 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
5833 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
5834 with "prev_register".
5835 * frame-unwind.c (frame_unwind_find_by_pc): Return
5836 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
5837 comment.
5838 * dummy-frame.c (cached_find_dummy_frame): Delete function.
5839 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
5840 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
5841 (dummy_frame_unwind): Update.
5842 * sentinel-frame.c (sentinel_frame_prev_register): Replace
5843 sentinel_frame_register_unwind.
5844 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
5845 (sentinel_frame_unwinder): Update.
5846 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
5847 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
5848 * frame.c (create_sentinel_frame): Update. Initialize
5849 "prologue_cache" instead of "unwind_cache".
5850 (frame_register_unwind): Call this frame's prev_register with the
5851 next frame and this frame's prologue cache.
5852 (get_prev_frame): Simplify. Always call prev frame's this_id with
5853 this frame and prev frame's prologue cache. Document that this
5854 call is shifted one to the left when compared to the
5855 frame_register_unwind call.
5856 (legacy_saved_regs_prev_register): Replace
5857 frame_saved_regs_register_unwind.
5858 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
5859 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
5860 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
5861 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
5862 (d10v_frame_unwind): Update.
5863 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
5864 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
5865 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
5866 "saved_regs" with "this_saved_regs".
5867
efd710d6
AC
58682003-03-16 Andrew Cagney <cagney@redhat.com>
5869
5870 * frame.c (frame_pop): Don't call target_store_registers. Fix
5871 problem reported by Mark Kettenis.
5872
4e259f09
MK
58732003-03-16 Mark Kettenis <kettenis@gnu.org>
5874
5875 * i386-tdep.c (i386_register_type): Renamed from
5876 i386_register_virtual_type. Adjust function signature.
5877 (i386_gdbarch_init): Set register_type instead of
5878 deprecated_max_register_raw_size,
5879 deprecated_max_register_virtual_size and register_virtual_type.
5880
055bb976
AC
58812003-03-14 Andrew Cagney <cagney@redhat.com>
5882
5883 * frame.c (get_prev_frame): When a legacy frame, always call
5884 legacy_get_prev_frame. Simplify unwind code using assumption that
5885 the unwinder is new.
5886 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
5887 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
5888 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
5889
ac2adee5
AC
58902003-03-14 Andrew Cagney <cagney@redhat.com>
5891
5892 * frame.c (get_saved_register): Delete function.
5893 * frame.h (get_saved_register): Delete declaration.
5894 * xstormy16-tdep.c: Update comment.
5895 * regcache.h: Update comments.
5896 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
5897 get_saved_register and extract_address, use
5898 frame_read_unsigned_register.
5899 (sparc_frame_saved_pc): Ditto.
5900 (sparc_get_saved_register): Instead of get_saved_register, use
5901 frame_register.
5902 (sparc_pop_frame): Ditto.
5903 * findvar.c: Update comments.
5904 (value_of_register): Call frame_register instead of
5905 get_saved_register.
5906 (value_from_register): Ditto.
5907 * config/sparc/tm-sparc.h: Update comment.
5908 * breakpoint.c: Update comment.
5909
129c1cd6
AC
59102003-03-14 Andrew Cagney <cagney@redhat.com>
5911
5912 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
5913 GET_SAVED_REGISTER.
5914 * gdbarch.h, gdbarch.c: Re-generate.
5915 * frame.h: Update comments.
5916 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5917 * x86-64-tdep.c (x86_64_init_abi): Update.
5918 * sparc-tdep.c (sparc_gdbarch_init): Update.
5919 * sh-tdep.c (sh_gdbarch_init): Update.
5920 * mips-tdep.c (mips_gdbarch_init): Update.
5921 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5922 * cris-tdep.c (cris_gdbarch_init): Update.
5923 * ia64-tdep.c (ia64_gdbarch_init): Update.
5924 * frame.c (frame_register): Update.
5925 (get_saved_register): Update.
5926 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 5927
749b82f6
AC
59282003-03-13 Andrew Cagney <cagney@redhat.com>
5929
5930 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
5931 * gdbarch.h, gdbarch.c: Regenerate.
5932 * valops.c (hand_function_call): Update comment.
5933 * stack.c (return_command): Update comment.
5934 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
5935 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
5936 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5937 * x86-64-tdep.c (x86_64_init_abi): Update.
5938 * vax-tdep.c (vax_gdbarch_init): Update.
5939 * v850-tdep.c (v850_gdbarch_init): Update.
5940 * sparc-tdep.c (sparc_gdbarch_init): Update.
5941 * sh-tdep.c (sh_gdbarch_init): Update.
5942 * s390-tdep.c (s390_gdbarch_init): Update.
5943 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5944 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5945 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5946 * mips-tdep.c (mips_gdbarch_init): Update.
5947 * mcore-tdep.c (mcore_gdbarch_init): Update.
5948 * m68k-tdep.c (m68k_gdbarch_init): Update.
5949 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5950 * ia64-tdep.c (ia64_gdbarch_init): Update.
5951 * i386-tdep.c (i386_gdbarch_init): Update.
5952 * hppa-tdep.c (hppa_gdbarch_init): Update.
5953 * h8300-tdep.c (h8300_gdbarch_init): Update.
5954 * frv-tdep.c (frv_gdbarch_init): Update.
5955 * cris-tdep.c (cris_gdbarch_init): Update.
5956 * avr-tdep.c (avr_gdbarch_init): Update.
5957 * arm-tdep.c (arm_gdbarch_init): Update.
5958 * alpha-tdep.c (alpha_gdbarch_init): Update.
5959
1594fa56
AC
59602003-03-13 Andrew Cagney <cagney@redhat.com>
5961
5962 * frame.c (legacy_frame_p): New function.
5963 (get_prev_frame): Use legacy_frame_p.
5964 * frame.h (legacy_frame_p): Declare.
5965
7717fda3
V
59662003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
5967
fbe586ae 5968 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
5969 listing corrected.
5970
0c67cbe9
V
59712003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
5972
fbe586ae 5973 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 5974
03febf99
AC
59752003-03-12 Andrew Cagney <cagney@redhat.com>
5976
5977 * frame.c (get_prev_frame): Rename the frame parameter to
5978 "this_frame".
5979 (get_next_frame, legacy_get_prev_frame): Ditto.
5980
0a1e1ca1
AC
59812003-03-12 Andrew Cagney <cagney@redhat.com>
5982
5983 * frame.c (get_current_frame): Check target_has_registers before
5984 checking target_has_stack.
5985 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
5986 instead of deprecated_selected_frame.
5987 * findvar.c (value_of_register): Pass "frame", not
5988 deprecated_selected_frame, to value_of_builtin_reg.
5989
a66a9c23
AC
59902003-03-12 Andrew Cagney <cagney@redhat.com>
5991
5992 * regcache.c (regcache_cooked_write_signed): New function.
5993 (regcache_cooked_write_unsigned): New function.
5994 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
5995 (regcache_cooked_read_signed): Fix regnum in range assertion.
5996 * regcache.h (regcache_cooked_write_signed): Declare.
5997 (regcache_cooked_write_unsigned): Declare.
5998
8bedc050
AC
59992003-03-12 Andrew Cagney <cagney@redhat.com>
6000
6001 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
6002 * gdbarch.h, gdbarch.c: Re-generate.
6003 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6004 * x86-64-tdep.h: Update.
6005 * x86-64-tdep.c (x86_64_init_abi): Update.
6006 * v850-tdep.c (v850_gdbarch_init): Update.
6007 * sparc-tdep.c (sparc_gdbarch_init): Update.
6008 * sh-tdep.c (sh_gdbarch_init): Update.
6009 * s390-tdep.c (s390_gdbarch_init): Update.
6010 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6011 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6012 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6013 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6014 * mips-tdep.c (mips_gdbarch_init): Update.
6015 * mcore-tdep.c (mcore_gdbarch_init): Update.
6016 * m68k-tdep.c (m68k_gdbarch_init): Update.
6017 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6018 * ia64-tdep.c (ia64_gdbarch_init): Update.
6019 * i386-tdep.c (i386_gdbarch_init): Update.
6020 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6021 * hppa-tdep.c (hppa_gdbarch_init): Update.
6022 * h8300-tdep.c (h8300_gdbarch_init): Update.
6023 * frv-tdep.c (frv_gdbarch_init): Update.
6024 * cris-tdep.c (cris_gdbarch_init): Update.
6025 * avr-tdep.c (avr_gdbarch_init): Update.
6026 * arm-tdep.c (arm_gdbarch_init): Update.
6027 * alpha-tdep.c (alpha_gdbarch_init): Update.
6028 * sh-tdep.c (sh_init_extra_frame_info): Update.
6029 (sh64_init_extra_frame_info): Update.
6030 * ns32knbsd-nat.c (frame_num_args): Update.
6031 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
6032 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
6033 (xstormy16_frame_chain_valid): Update.
6034 * vax-tdep.c (vax_saved_pc_after_call): Update.
6035 * v850-tdep.c (v850_frame_chain): Update.
6036 (v850_pop_frame): Update.
6037 (v850_init_extra_frame_info): Update.
6038 * sparc-tdep.c (setup_arbitrary_frame): Update.
6039 * ns32k-tdep.c (umax_frame_num_args): Update.
6040 * s390-tdep.c (s390_pop_frame_regular): Update.
6041 * mn10300-tdep.c (mn10300_frame_chain): Update.
6042 (mn10300_pop_frame_regular): Update.
6043 (mn10300_init_extra_frame_info): Update.
6044 * mips-tdep.c (mips_init_frame_pc_first): Update.
6045 (mips_frame_chain): Update.
6046 (mips_pop_frame): Update.
6047 * mcore-tdep.c (mcore_frame_chain): Update.
6048 (mcore_pop_frame): Update.
6049 (mcore_init_extra_frame_info): Update.
6050 * arch-utils.c (init_frame_pc_default): Update.
6051 * m68k-tdep.c (isi_frame_num_args): Update.
6052 (delta68_frame_num_args): Update.
6053 (news_frame_num_args): Update.
6054 * ia64-tdep.c (ia64_pop_frame_regular): Update.
6055 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
6056 (alpha_frame_chain): Update.
6057 (alpha_pop_frame): Update.
6058 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
6059 (hppa_init_extra_frame_info): Update.
6060 (hppa_frame_chain): Update.
6061 (hppa_frame_chain_valid): Update.
6062 * cris-tdep.c (cris_init_extra_frame_info): Update.
6063 * avr-tdep.c (avr_init_extra_frame_info): Update.
6064 * arm-tdep.c (arm_frame_chain_valid): Update.
6065 (arm_init_extra_frame_info): Update.
6066 (arm_pop_frame): Update.
6067 * frame.c (frame_pc_unwind): Update.
6068 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
6069 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6070 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6071 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
6072 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
6073 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 6074
7a25a7c1
AC
60752003-03-12 Andrew Cagney <cagney@redhat.com>
6076
6077 Eliminate the need for POP_FRAME.
6078 * frame.c (do_frame_unwind_register): New function.
6079 (frame_pop): When no POP_FRAME, pop the frame using register
6080 unwind and a scratch regcache.
6081 (frame_saved_regs_pop): Delete function.
6082 (trad_frame_unwinder): Update.
6083 * d10v-tdep.c (d10v_frame_pop): Delete function.
6084 (d10v_frame_unwind): Update.
6085 * sentinel-frame.c (sentinel_frame_pop): Delete function.
6086 (sentinel_frame_unwinder): Update.
6087 * dummy-frame.c (dummy_frame_pop): Delete function.
6088 (dummy_frame_unwind): Update.
6089 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
6090 (struct frame_unwind): Update.
6091
2f38ef89
KB
60922003-03-11 Kevin Buettner <kevinb@redhat.com>
6093
6094 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
6095 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
6096 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
6097 Do range checks on register number obtained from debugging info.
6098 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
6099 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
6100 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
6101 mapping function.
6102 (do_fp_register_row): Fix typo which caused double type to be
6103 used when attempting to unpack a float.
6104
552f4abf
JB
61052003-03-11 J. Brobecker <brobecker@gnat.com>
6106
6107 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
6108
e0d2ae16
AC
61092003-03-11 Andrew Cagney <cagney@redhat.com>
6110
6111 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
6112 frame. Problem found by Corinna Vinschen.
6113
ddbfdd06
PM
61142003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
6115
6116 * doublest.c (floatformat_from_length): Accept also
6117 the real size of 'long double' type.
6118
088b2ddc 61192003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 6120
088b2ddc 6121 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
6122 * breakpoint.c (bpstat_copy): Copy the command lines as well
6123 as the old value, to match what is freed in bpstat_clear.
6124
f56f77c1
DC
61252003-03-10 David Carlton <carlton@math.stanford.edu>
6126
6127 * minsyms.c (add_minsym_to_hash_table): Replace
6128 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6129 (compare_minimal_symbols, compact_minimal_symbols)
6130 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
6131 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
6132 of DEPRECATED_SYMBOL_MATCHES_NAME.
6133 (lookup_minimal_symbol_solib_trampoline): Ditto.
6134
5602984a
AC
61352003-03-10 Andrew Cagney <cagney@redhat.com>
6136
6137 * regcache.h (regcache_cooked_read_ftype): Define.
6138 (regcache_save, regcache_restore): Add a cooked_read parameter.
6139 * regcache.c (regcache_save, regcache_restore): Update.
6140 (do_cooked_read): New function.
6141 (regcache_cpy): Pass do_cooked_read to regcache_save and
6142 regcache_restore.
6143
8bedc050
AC
61442003-03-10 Andrew Cagney <cagney@redhat.com>
6145
6146 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
6147 * gdbarch.h, gdbarch.c: Re-generate.
6148 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6149 * x86-64-tdep.h: Update.
6150 * x86-64-tdep.c (x86_64_init_abi): Update.
6151 * v850-tdep.c (v850_gdbarch_init): Update.
6152 * sparc-tdep.c (sparc_gdbarch_init): Update.
6153 * sh-tdep.c (sh_gdbarch_init): Update.
6154 * s390-tdep.c (s390_gdbarch_init): Update.
6155 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6156 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6157 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6158 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6159 * mips-tdep.c (mips_gdbarch_init): Update.
6160 * mcore-tdep.c (mcore_gdbarch_init): Update.
6161 * m68k-tdep.c (m68k_gdbarch_init): Update.
6162 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6163 * ia64-tdep.c (ia64_gdbarch_init): Update.
6164 * i386-tdep.c (i386_gdbarch_init): Update.
6165 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6166 * hppa-tdep.c (hppa_gdbarch_init): Update.
6167 * h8300-tdep.c (h8300_gdbarch_init): Update.
6168 * frv-tdep.c (frv_gdbarch_init): Update.
6169 * cris-tdep.c (cris_gdbarch_init): Update.
6170 * avr-tdep.c (avr_gdbarch_init): Update.
6171 * arm-tdep.c (arm_gdbarch_init): Update.
6172 * alpha-tdep.c (alpha_gdbarch_init): Update.
6173 * sh-tdep.c (sh_init_extra_frame_info): Update.
6174 (sh64_init_extra_frame_info): Update.
6175 * ns32knbsd-nat.c (frame_num_args): Update.
6176 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
6177 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
6178 (xstormy16_frame_chain_valid): Update.
6179 * vax-tdep.c (vax_saved_pc_after_call): Update.
6180 * v850-tdep.c (v850_frame_chain): Update.
6181 (v850_pop_frame): Update.
6182 (v850_init_extra_frame_info): Update.
6183 * sparc-tdep.c (setup_arbitrary_frame): Update.
6184 * ns32k-tdep.c (umax_frame_num_args): Update.
6185 * s390-tdep.c (s390_pop_frame_regular): Update.
6186 * mn10300-tdep.c (mn10300_frame_chain): Update.
6187 (mn10300_pop_frame_regular): Update.
6188 (mn10300_init_extra_frame_info): Update.
6189 * mips-tdep.c (mips_init_frame_pc_first): Update.
6190 (mips_frame_chain): Update.
6191 (mips_pop_frame): Update.
6192 * mcore-tdep.c (mcore_frame_chain): Update.
6193 (mcore_pop_frame): Update.
6194 (mcore_init_extra_frame_info): Update.
6195 * arch-utils.c (init_frame_pc_default): Update.
6196 * m68k-tdep.c (isi_frame_num_args): Update.
6197 (delta68_frame_num_args): Update.
6198 (news_frame_num_args): Update.
6199 * ia64-tdep.c (ia64_pop_frame_regular): Update.
6200 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
6201 (alpha_frame_chain): Update.
6202 (alpha_pop_frame): Update.
6203 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
6204 (hppa_init_extra_frame_info): Update.
6205 (hppa_frame_chain): Update.
6206 (hppa_frame_chain_valid): Update.
6207 * cris-tdep.c (cris_init_extra_frame_info): Update.
6208 * avr-tdep.c (avr_init_extra_frame_info): Update.
6209 * arm-tdep.c (arm_frame_chain_valid): Update.
6210 (arm_init_extra_frame_info): Update.
6211 (arm_pop_frame): Update.
6212 * frame.c (frame_pc_unwind): Update.
6213 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
6214 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6215 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6216 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
6217 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
6218 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 6219
12cc2063
AC
62202003-03-10 Andrew Cagney <cagney@redhat.com>
6221
6222 * gdbarch.sh (gdbarch_unwind_pc): New method.
6223 * gdbarch.h, gdbarch.c: Regenerate.
6224 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
6225 but use read_pc and FRAME_SAVED_PC as fall backs.
6226 (frame_saved_regs_pc_unwind): Delete function.
6227 (trad_frame_unwinder): Update.
6228 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
6229 (struct frame_unwind): Update.
6230 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
6231 (dummy_frame_unwind): Update.
6232 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
6233 (sentinel_frame_unwinder): Update.
6234 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
6235 (d10v_frame_unwind): Update.
6236 (d10v_unwind_pc): New function.
6237 (d10v_gdbarch_init): Set unwind_pc.
6238
ef840a37
AC
62392003-03-10 Andrew Cagney <cagney@redhat.com>
6240
a2ce2e56
AC
6241 * gdbarch.h: Re-generate.
6242
ef840a37
AC
6243 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
6244 PC.
6245 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
6246 the PC register.
6247
08f3424b
MK
62482003-03-08 Mark Kettenis <kettenis@gnu.org>
6249
6250 * gdbarch.sh (save_dummy_frame_tos): Add comment.
6251
1248ede2
AC
62522003-03-08 Andrew Cagney <cagney@redhat.com>
6253
6254 * cli-out.c: Update copyright.
6255 (cli_out_data): Define typedef. Use instead of ui_out_data.
6256
f49bacc8
AC
62572003-03-08 Andrew Cagney <cagney@redhat.com>
6258
6259 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
6260 the result.
6261
9b05f993
AC
62622003-03-07 Andrew Cagney <cagney@redhat.com>
6263
6264 * gdbarch.sh: Don't generate two macro definitions when an
6265 undefined macro taking no arguments.
6266 * gdbarch.h: Regenerate.
8ffd9b1b 6267
166f4c7b
ML
62682002-03-07 Michal Ludvig <mludvig@suse.cz>
6269
6270 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
6271 (x86_64_unwind_dummy_id): New functions.
6272 (x86_64_init_abi): Register these two new functions.
6273
6d686a84
ML
62742003-03-07 Michal Ludvig <mludvig@suse.cz>
6275
6276 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 6277 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
6278 separate function.
6279 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
6280
6314f104
AC
62812003-03-05 Andrew Cagney <cagney@redhat.com>
6282
6283 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
6284 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
6285 * frame.c (get_prev_frame): Restructure the frame ID unwind code
6286 to use unwind_dummy_id when a dummy frame.
6287 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
6288 predicate.
6289 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 6290
ceea5145
AC
62912003-03-05 Andrew Cagney <cagney@redhat.com>
6292
6293 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
6294 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
6295 Do not use d10v_read_sp or d10v_read_fp when obtaining register
6296 values.
6297
0d843116
AC
62982003-03-05 Andrew Cagney <cagney@redhat.com>
6299
6300 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
6301 (struct d10v_unwind_cache): Delete field "frameless". Replace
6302 "next_addr" with "sp_offset". Add "r11_offset".
6303 (d10v_frame_unwind_cache): Update.
6304 (prologue_find_regs): Update. When "mv r11, sp", save the
6305 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
6306 RN was saved in r11_offset.
6307
b2579786
AC
63082003-03-05 Andrew Cagney <cagney@redhat.com>
6309
6310 * frame.c (deprecated_update_frame_pc_hack): Also update the the
6311 cached PC value in the next frame.
6312
218e5956
AC
63132003-03-05 Andrew Cagney <cagney@redhat.com>
6314
6315 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
6316 "id_unwind_cache" with "id".
6317 (frame_id_unwind): Delete declaration.
6318 * frame.c (frame_id_unwind): Delete function.
6319 (get_prev_frame): Call the frame id unwind method directly. Store
6320 the returned next frame's ID value in NEXT_FRAME. Note that there
6321 is a problem with the wrong unwind ID being called with the wrong
6322 unwind cache.
6323
ed363b1b
DJ
63242003-03-05 Daniel Jacobowitz <drow@mvista.com>
6325
6326 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
6327
fe1f4a5e
DJ
63282003-03-05 James Ingham <jingham@apple.com>
6329 Daniel Jacobowitz <drow@mvista.com>
6330
6331 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
6332 (auto_cp_abi): New variable.
6333 (current_cp_abi, num_cp_abis): Make static.
6334 (CP_ABI_MAX): Define.
6335 (cp_abis): Turn into an array.
6336 (value_virtual_fn_field): Fix formatting.
6337 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
6338 takes a pointer.
6339 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
6340 (list_cp_abis, _initialize_cp_abi): New functions.
6341 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
6342 declarations for cp_abis, num_cp_abis, current_cp_abi, and
6343 switch_to_cp_abi. Update prototype for register_cp_abi.
6344 * Makefile.in (cp-abi.o): Update dependencies.
6345 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
6346 instead of switch_to_cp_abi.
6347 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
6348 register_cp_abi.
6349 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
6350 register_cp_abi.
6351 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
6352
e4adbba9
DJ
63532003-03-05 Daniel Jacobowitz <drow@mvista.com>
6354
6355 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
6356 * dwarf2loc.c: Include "regcache.h".
6357 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
6358 register_size.
6359 * Makefile.in (dwarf2loc.o): Update dependencies.
6360
91ccbfc1
TR
63612003-03-04 Theodore A. Roth <troth@openavr.org>
6362
6363 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
6364 number of io registers reported by remote target is not a multiple of
6365 step.
6366
3d4e8fd2
DC
63672003-03-04 David Carlton <carlton@math.stanford.edu>
6368
6369 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
6370 (lookup_symbol_aux_psymtabs): Update call to
6371 lookup_partial_symbol.
6372 (lookup_transparent_type, find_main_psymtab)
6373 (make_symbol_overload_list): Ditto.
6374
ed42d87b
KH
63752003-03-04 Kazu Hirata <kazu@cs.umass.edu>
6376
6377 * MAINTAINERS (Write after approval): Update my email address.
6378
a0ed5532
AC
63792003-03-03 Andrew Cagney <cagney@redhat.com>
6380
6381 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
6382 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
6383 predicate. Replace MAX_REGISTER_RAW_SIZE.
6384 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
6385 MAX_REGISTER_VIRTUAL_SIZE.
6386 * regcache.c (legacy_max_register_raw_size): New function.
6387 (legacy_max_register_virtual_size): New function.
6388 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
6389 (MAX_REGISTER_RAW_SIZE): Define.
6390 (legacy_max_register_raw_size): Declare.
6391 (legacy_max_register_virtual_size): Declare.
6392 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6393 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
6394 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6395 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
6396 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6397 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
6398 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
6399 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
6400 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
6401 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6402 * vax-tdep.c (vax_gdbarch_init): Update.
6403 * v850-tdep.c (v850_gdbarch_init): Update.
6404 * sparc-tdep.c (sparc_gdbarch_init): Update.
6405 * sh-tdep.c (sh_gdbarch_init): Update.
6406 * s390-tdep.c (s390_gdbarch_init): Update.
6407 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6408 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6409 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6410 * mips-tdep.c (mips_gdbarch_init): Update.
6411 * mcore-tdep.c (mcore_gdbarch_init): Update.
6412 * m68k-tdep.c (m68k_gdbarch_init): Update.
6413 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6414 * ia64-tdep.c (ia64_gdbarch_init): Update.
6415 * i386-tdep.c (i386_gdbarch_init): Update.
6416 * hppa-tdep.c (hppa_gdbarch_init): Update.
6417 * h8300-tdep.c (h8300_gdbarch_init): Update.
6418 * frv-tdep.c (frv_gdbarch_init): Update.
6419 * cris-tdep.c (cris_gdbarch_init): Update.
6420 * avr-tdep.c (avr_gdbarch_init): Update.
6421 * arm-tdep.c (arm_gdbarch_init): Update.
6422 * alpha-tdep.c (alpha_gdbarch_init): Update.
6423 * d10v-tdep.c (d10v_gdbarch_init): Do not set
6424 max_register_raw_size or max_register_virtual_size.
6425
8e437497
DC
64262003-03-03 David Carlton <carlton@math.stanford.edu>
6427
6428 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
6429 SYMBOL_MATCHES_NAME, add comment.
6430 (SYMBOL_MATCHES_NATURAL_NAME): New.
6431 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
6432 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
6433 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
6434 * symtab.c (lookup_partial_symbol): Use
6435 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
6436 unhelpful comment.
6437 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
6438 SYMBOL_MATCHES_NAME.
6439 Fix for PR c++/33.
6440
25120b0d
DC
64412003-03-03 David Carlton <carlton@math.stanford.edu>
6442
6443 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
6444 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
6445 by regexp matching against SYMBOL_NATURAL_NAME.
6446
78a11fb4
DC
64472003-03-03 David Carlton <carlton@math.stanford.edu>
6448
6449 * linespec.c (find_method): Extract code into collect_methods.
6450 (collect_methods): New.
6451
645dd519
MK
64522003-03-02 Mark Kettenis <kettenis@gnu.org>
6453
b4700d91
MK
6454 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
6455 get_frame_base.
6456
645dd519
MK
6457 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
6458 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6459
0aa7e1aa
SC
64602003-03-02 Stephane Carrez <stcarrez@nerim.fr>
6461
8ffd9b1b 6462 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
6463 and not regnum when summing the size of all registers up to regnum.
6464
f30ee0bc
AC
64652003-03-01 Andrew Cagney <cagney@redhat.com>
6466
6467 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
6468 FRAME_INIT_SAVED_REGS.
6469 * gdbarch.h, gdbarch.c: Regenerate.
6470 * stack.c (frame_info): Update.
6471 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
6472 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
6473 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
6474 * ns32k-tdep.c (ns32k_pop_frame): Update.
6475 * mips-tdep.c (mips_pop_frame): Update.
6476 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
6477 * ia64-tdep.c (ia64_frame_chain): Update.
6478 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
6479 (ia64_frameless_function_invocation): Update.
6480 (ia64_init_extra_frame_info): Update.
6481 (ia64_pop_frame_regular): Update.
6482 * frame.h (struct frame_info): Update comment.
6483 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
6484 * frame.c (frame_saved_regs_register_unwind): Update.
6485 (frame_saved_regs_register_unwind): Update.
6486 (deprecated_generic_get_saved_register): Update.
6487 * cris-tdep.c: Update comment.
6488 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
6489 Rename macro.
6490 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6491 * x86-64-tdep.c (x86_64_init_abi): Update.
6492 * vax-tdep.c (vax_gdbarch_init): Update.
6493 * v850-tdep.c (v850_gdbarch_init): Update.
6494 * sparc-tdep.c (sparc_gdbarch_init): Update.
6495 * sh-tdep.c (sh_gdbarch_init): Update.
6496 * s390-tdep.c (s390_gdbarch_init): Update.
6497 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6498 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6499 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6500 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6501 * mips-tdep.c (mips_gdbarch_init): Update.
6502 * mcore-tdep.c (mcore_gdbarch_init): Update.
6503 * m68k-tdep.c (m68k_gdbarch_init): Update.
6504 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6505 * ia64-tdep.c (ia64_gdbarch_init): Update.
6506 * i386-tdep.c (i386_gdbarch_init): Update.
6507 * frv-tdep.c (frv_gdbarch_init): Update.
6508 * avr-tdep.c (avr_gdbarch_init): Update.
6509 * arm-tdep.c (arm_gdbarch_init): Update.
6510 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 6511
42fa7c0f
AC
65122003-03-01 Andrew Cagney <cagney@redhat.com>
6513
6514 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
6515 option enum and switch. When no windows, set the interpreter to
6516 INTERP_CONSOLE.
8ffd9b1b 6517
49c7e338
AC
65182003-03-01 Andrew Cagney <cagney@redhat.com>
6519
6520 * main.c (captured_main): Replace magic option characters with an
6521 enum.
6522
e9582e71
AC
65232003-03-01 Andrew Cagney <cagney@redhat.com>
6524
6525 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
6526 INIT_EXTRA_FRAME_INFO.
6527 * gdbarch.h, gdbarch.c: Regenerate.
6528 * arm-tdep.c: Update comments.
6529 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
6530 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
6531 * frame.h, avr-tdep.c: Ditto.
6532 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
6533 (create_new_frame, legacy_get_prev_frame): Ditto.
6534 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
6535 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
6536 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
6537 deprecated_init_extra_frame_info instead of init_extra_frame_info.
6538 * x86-64-tdep.c (x86_64_init_abi): Ditto.
6539 * v850-tdep.c (v850_gdbarch_init): Ditto.
6540 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6541 * sh-tdep.c (sh_gdbarch_init): Ditto.
6542 * s390-tdep.c (s390_gdbarch_init): Ditto.
6543 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
6544 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6545 * mips-tdep.c (mips_gdbarch_init): Ditto.
6546 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6547 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6548 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6549 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
6550 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6551 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6552 * frv-tdep.c (frv_gdbarch_init): Ditto.
6553 * cris-tdep.c (cris_gdbarch_init): Ditto.
6554 * avr-tdep.c (avr_gdbarch_init): Ditto.
6555 * arm-tdep.c (arm_gdbarch_init): Ditto.
6556 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6557 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6558
35cac7cf
AC
65592003-03-01 Andrew Cagney <cagney@redhat.com>
6560
6561 * gdbarch.sh (register_type): New function with predicate.
6562 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
6563 * gdbarch.h, gdbarch.c: Re-generate.
6564 * arch-utils.c (generic_register_byte): Use generic_register_size.
6565 (generic_register_size): When available, use
6566 gdbarch_register_type.
6567 * regcache.c (init_regcache_descr): When available, initialize the
6568 register type array using gdbarch_register_type. If the
6569 architecture supplies gdbarch_register_type, do not use the legacy
6570 regcache layout.
6571 * d10v-tdep.c (d10v_register_type): Replace
6572 d10v_register_virtual_type.
6573 (d10v_gdbarch_init): Set register_type instead of
6574 register_virtual_type.
6575
7b83296f
AC
65762003-03-01 Andrew Cagney <cagney@redhat.com>
6577
6578 * Makefile.in (ax-gdb.o): Update dependencies.
6579 * ax-gdb.c: Include "regcache.h".
6580 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
6581 * findvar.c (value_of_register): Ditto.
6582 * infcmd.c (default_print_registers_info): Ditto.
6583
eadc1c87
MK
65842003-03-01 Mark Kettenis <kettenis@gnu.org>
6585
6586 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
6587 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6588
14143612
MK
65892003-03-01 Mark Kettenis <kettenis@gnu.org>
6590
6591 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
6592 of STREQ.
6593
a55cc764
DJ
65942003-02-28 Daniel Jacobowitz <drow@mvista.com>
6595
6596 * Makefile.in (dwarf2loc.o): Update dependencies.
6597 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
6598 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
6599 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
6600 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
6601 (locexpr_tracepoint_var_ref): New function.
6602 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
6603
08a617da
AC
66042003-02-28 Andrew Cagney <cagney@redhat.com>
6605
6606 * regcache.c (register_size): New function.
6607 * regcache.h (register_size): Declare
6608 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
6609 max_register_size instead of MAX_REGISTER_RAW_SIZE.
6610
4224873a
DC
66112003-02-28 David Carlton <carlton@math.stanford.edu>
6612
6613 * linespec.c (decode_compound): Extract code into find_method.
6614 (find_method): New.
6615
ccdc5d7f
JB
66162003-02-28 J. Brobecker <brobecker@gnat.com>
6617
6618 * Makefile.in: Add rules to build and link in observer.o.
6619
974e8ced
JB
66202003-02-27 J. Brobecker <brobecker@gnat.com>
6621
6622 * observer.c: Minor comments edits.
6623
7a28f973
JB
66242003-02-27 J. Brobecker <brobecker@gnat.com>
6625
6626 * observer.h, observer.c: New file.
6627
27cddce2
AC
66282003-02-27 Andrew Cagney <cagney@redhat.com>
6629
6630 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
6631
b94a41a1
SC
66322003-02-27 Stephane Carrez <stcarrez@nerim.fr>
6633
6634 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
6635 (M6812_OP_STS_EXT): Likewise.
6636 (m6811_prologue): Use the above to recognize prologue.
6637 (m6812_prologue): Likewise.
6638
c8be8951
DC
66392003-02-27 David Carlton <carlton@math.stanford.edu>
6640
6641 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
6642 SYMBOL_PRINT_NAME.
6643 (compare_psymbols): Ditto.
6644 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
6645
d05bb1fc
MS
66462003-02-27 Michael Snyder <msnyder@redhat.com>
6647
4e845cd3
MS
6648 * f-lang.c (build_fortran_types): New function.
6649 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
6650 * doublest.c (extract_floating): Fix warning text.
6651
f3824013
AC
66522003-02-27 Andrew Cagney <cagney@redhat.com>
6653
6654 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
6655 predicate. Replaces PUSH_DUMMY_FRAME.
6656 * gdbarch.h, gdbarch.c: Regnerate.
6657 * valops.c (hand_function_call): Update. Call
6658 generic_push_dummy_frame directly.
6659 * vax-tdep.c (vax_gdbarch_init): Update.
6660 * sparc-tdep.c (sparc_gdbarch_init): Update.
6661 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6662 * m68k-tdep.c (m68k_gdbarch_init): Update.
6663 * hppa-tdep.c (hppa_gdbarch_init): Update.
6664 * alpha-tdep.c (alpha_gdbarch_init): Update.
6665 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
6666 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
6667 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
6668 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
6669 push_dummy_frame to generic_push_dummy_frame.
6670 * v850-tdep.c (v850_gdbarch_init): Ditto.
6671 * sh-tdep.c (sh_gdbarch_init): Ditto.
6672 * s390-tdep.c (s390_gdbarch_init): Ditto.
6673 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6674 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6675 * mips-tdep.c (mips_gdbarch_init): Ditto.
6676 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6677 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6678 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6679 * i386-tdep.c (i386_gdbarch_init): Ditto.
6680 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6681 * frv-tdep.c (frv_gdbarch_init): Ditto.
6682 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6683 * cris-tdep.c (cris_gdbarch_init): Ditto.
6684 * avr-tdep.c (avr_gdbarch_init): Ditto.
6685 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 6686
ad188201
KB
66872003-02-26 Kevin Buettner <kevinb@redhat.com>
6688
6689 * mips-tdep.c (show_mips_abi): New function.
6690 (_initialize_mips_tdep): Use show_mips_abi() to implement the
6691 command ``show mips abi''.
6692
6b37567a 66932003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 6694
6b37567a 6695 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 6696 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
6697 more sline entries have been seen for the function.
6698
d3e0a5bf
MC
66992003-02-26 Michael Chastain <mec@shout.net>
6700
6701 * configure: Regenerate with autoconf 000227.
6702
18972eea
MC
67032003-02-26 Michael Chastain <mec@shout.net>
6704
6705 Close PR build/660.
6706 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
6707 for old libc5/glibc.
6708 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
6709
0bbde931
KW
67102003-02-26 Kris Warkentin <kewarken@qnx.com>
6711
6712 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
6713 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
6714
27ca5dad
MC
67152003-02-26 Michael Chastain <mec@shout.net>
6716
6717 * configure.in: New variable HAVE_UINTPTR_T.
6718 * configure, config.in: Regenerated.
6719
6f88d630
DJ
67202003-02-26 Daniel Jacobowitz <drow@mvista.com>
6721
6722 Fix PR build/1097.
6723 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
6724
b14185ce
AC
67252003-02-25 Andrew Cagney <cagney@redhat.com>
6726
6727 * frame.c (get_prev_frame): Add comment on check for
6728 inside_entry_func. Only check for inside_entry_file when not a
6729 dummy and not a sentinel. Check that the new frame is not inner
6730 to the old frame.
6731
ac2bd0a9
AC
67322003-02-25 Andrew Cagney <cagney@redhat.com>
6733
6734 * frame.c (frame_debug): New variable.
6735 (_initialize_frame): Add "set/show debug frame" command.
6736 (get_prev_frame): When frame_debug, print reason why unwind
6737 failed.
6738
b18a0fd2
MC
67392003-02-25 Michael Chastain <mec@shout.net>
6740
6741 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
6742 to avoid uintptr_t definition problems.
6743
22abf04a
DC
67442003-02-25 David Carlton <carlton@math.stanford.edu>
6745
6746 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
6747 (SYMBOL_LINKAGE_NAME): Ditto.
6748 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
6749 SYMBOL_LINKAGE_NAME.
6750 (struct general_symbol_info): Expand comment.
6751 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
6752 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
6753 (SYMBOL_MATCHES_REGEXP): Ditto.
6754 * symtab.c (symbol_natural_name): New function.
6755 * objfiles.h: Replace all uses of SYMBOL_NAME by
6756 DEPRECATED_SYMBOL_NAME.
6757 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
6758 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
6759 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
6760 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
6761 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
6762 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
6763 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
6764 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
6765 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
6766 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
6767 * ada-exp.y: Ditto.
6768 * ada-exp.y: Update copyright.
6769 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
6770 * cp-valprint.c: Ditto.
6771
1a5848f6
JJ
67722003-02-25 Jeff Johnston <jjohnstn@redhat.com>
6773
6774 * infptrace.c (detach): Do not flag error if ptrace detach fails
6775 and errno is set to ESRCH.
6776
7343d46a
AC
67772003-02-24 Andrew Cagney <cagney@redhat.com>
6778
6779 * infptrace.c (udot_info): Change type of udot_off to long. Use
6780 paddr when printing udot_off's value.
6781
49fa1dc2
DC
67822003-02-24 David Carlton <carlton@math.stanford.edu>
6783
6784 * symtab.c (make_symbol_overload_list): Only read in partial
6785 symtabs containing a matching partial symbol.
6786
0fe19209
DC
67872003-02-24 David Carlton <carlton@math.stanford.edu>
6788
6789 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
6790 do the comparison, not strcmp.
6791 * symfile.c (compare_psymbols): Ditto.
6792 * defs.h: Declare strcmp_iw_ordered.
6793 * utils.c (strcmp_iw_ordered): New function.
6794
8e3ee7b5
JB
67952003-02-24 Jim Blandy <jimb@redhat.com>
6796
6797 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
6798 support, shared libs): Remove my name from here, to better reflect
6799 reality.
6800
7df1a324
KW
68012003-02-24 Kris Warkentin <kewarken@qnx.com>
6802
6803 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
6804 (target_ops): Add to_have_continuable_watchpoint.
6805 * target.c (update_current_target): Add INHERIT line for
6806 to_have_continuable_watchpoint.
6807 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
6808 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
6809 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
6810 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
6811
d1c76907
EZ
68122003-02-24 Elena Zannoni <ezannoni@redhat.com>
6813
6814 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
6815 maintainership.
6816
2610b0bf
KW
68172003-02-24 Kris Warkentin <kewarken@qnx.com>
6818
f46169db
KW
6819 * solib.c (solib_open): Call target defined search function after
6820 failing with solib-search-path.
6821 * solist.h (target_so_ops): Add find_and_open_solib function hook and
6822 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 6823
9a3c34fe
KW
68242003-02-24 Kris Warkentin <kewarken@qnx.com>
6825
f46169db 6826 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 6827
2417dd25
SC
68282003-02-23 Stephane Carrez <stcarrez@nerim.fr>
6829
6830 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
6831
b631436b
SC
68322003-02-22 Stephane Carrez <stcarrez@nerim.fr>
6833
6834 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
6835 (m68hc11_add_reggroups): New function.
6836 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
6837 (m68hc11_gdbarch_init): Install the reggroups.
6838 (_initialize_m68hc11_tdep): Initialize them.
6839
0aa8c1e4
JW
68402003-02-21 James E Wilson <wilson@tuliptree.org>
6841
6842 * MAINTAINERS: Update my email address.
6843
50ceaba5
DC
68442003-02-21 David Carlton <carlton@math.stanford.edu>
6845
6846 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
6847
4c2df51b
DJ
68482003-02-21 Daniel Jacobowitz <drow@mvista.com>
6849
6850 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
6851 * symtab.h: Add opaque declarations of struct axs_value and
6852 struct agent_expr.
6853 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
6854 (struct location_funcs): New type.
6855 (struct symbol): Add "loc" to aux_value.
6856 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
6857 * dwarf2read.c: Include "dwarf2expr.h".
6858 (dwarf2_symbol_mark_computed): New function.
6859 (read_func_scope): Use it.
6860 (var_decode_location): New function.
6861 (new_symbol): Use it.
6862 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
6863
6864 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
6865 (dwarf2expr_h, dwarf2loc_h): New variables.
6866 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
6867 (dwarf2expr.o, dwarf2loc.o): New rules.
6868 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
6869 * buildsym.c (finish_block): Handle LOC_COMPUTED and
6870 LOC_COMPUTED_ARG.
6871 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
6872 * m2-exp.y (yylex): Likewise.
6873 * printcmd.c (address_info, print_frame_args): Likewise.
6874 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
6875 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
6876 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
6877 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
6878 * symtab.c (lookup_block_symbol): Likewise.
6879
5784d15e
AF
68802003-02-20 Adam Fedor <fedor@gnu.org>
6881
6882 * symtab.h: Remove objc_specific struct
6883 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
6884 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
6885 Have language_objc use cplus_specific struct.
6886
d4cad8db
TT
68872003-02-20 Tom Tromey <tromey@redhat.com>
6888
6889 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
6890 TYPE_NAME, when printing a String value. PR java/1075.
6891
2f9a90b4
AF
68922003-02-20 Adam Fedor <fedor@gnu.org>
6893
d38074a8 6894 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 6895 * objc-lang.c (find_methods): Make static.
2f9a90b4 6896
6f17862b
CF
68972003-02-20 Christopher Faylor <cgf@redhat.com>
6898
6899 * win32-nat.c (get_image_name): Check return value from
6900 ReadProcessMemory.
6901 (child_xfer_memory): Ditto.
6902
715d1656
AO
69032003-02-20 Alexandre Oliva <aoliva@redhat.com>
6904
6905 * configure.in (TARGET_SYSTEM_ROOT): Set default to
6906 ${exec_prefix}/${target_alias}/sys-root. Match explicit
6907 '${exec_prefix}' (in addition to the expansion thereof) as
6908 relocatable.
6909 * configure: Rebuilt.
6910
b1262a02
DC
69112003-02-20 David Carlton <carlton@math.stanford.edu>
6912
6913 * symtab.c (search_symbols): Revert the search_symbols part of my
6914 2002-12-23 patch. Add comment.
6915
7134143f
DJ
69162002-02-20 Daniel Jacobowitz <drow@mvista.com>
6917
6918 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
6919 * dbxread.c (elfstab_build_psymtabs): Don't call
6920 install_minimal_symbols.
6921 (stabsect_build_psymtabs): Likewise.
6922 * elfread.c (elf_symfile_read): Call install_minimal_symbols
6923 earlier.
6924 * somread.c (som_symfile_read): Call install_minimal_symbols
6925 and do_cleanups earlier.
6926 * nlmread.c (nlm_symfile_read): Likewise.
6927 * mdebugread.c (elfmdebug_build_psymtabs): Call
6928 install_minimal_symbols and make appropriate cleanups.
6929
cf466558
KB
69302003-02-20 Kevin Buettner <kevinb@redhat.com>
6931
6932 * solib.c (reload_shared_libraries): New function.
6933 (_initialize_solib): Add callbacks for ``set solib-search-path''
6934 and ``set solib-absolute-prefix''.
6935
de5ad195
DC
69362003-02-20 David Carlton <carlton@math.stanford.edu>
6937
6938 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
6939 expand comment.
6940 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
6941 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
6942 * ada-typeprint.c (ada_typedef_print): Ditto.
6943 * ax-gdb.c (gen_var_ref): Ditto.
6944 * breakpoint.c (print_one_breakpoint): Ditto.
6945 * buildsym.c (finish_block): Ditto.
6946 * c-valprint.c (c_val_print): Ditto.
6947 * expprint.c (print_subexp): Ditto.
6948 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
6949 * infcmd.c (jump_command): Ditto.
6950 * linespec.c (decode_line_2, decode_compound): Ditto.
6951 * maint.c (maintenance_translate_address): Ditto.
6952 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
6953 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
6954 Ditto.
8ffd9b1b
AJ
6955 * p-valprint.c (pascal_val_print): Ditto.
6956 * stabsread.c (define_symbol): Ditto.
de5ad195 6957 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
6958 (print_frame_arg_vars, return_command): Ditto.
6959 * symfile.c (compare_symbols, compare_psymbols): Ditto.
6960 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
6961 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
6962 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
6963 (rbreak_command): Ditto.
6964 * tracepoint.c (tracepoints_info): Ditto.
6965 * typeprint.c (typedef_print): Ditto.
6966 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
6967 * cli/cli-cmds.c (edit_command, list_command): Ditto.
6968 * ada-typeprint.c: Update Copyright.
6969 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
6970 * tracepoint.c, cli/cli-cmds.c: Ditto.
6971
f796e4be
KB
69722003-02-20 Kevin Buettner <kevinb@redhat.com>
6973
6974 * frame.c (generic_unwind_get_saved_register): Make non-static.
6975 * frame.h (generic_unwind_get_saved_register): Declare.
6976 * mips-tdep.c (read_next_frame_reg): Fetch register from
6977 current regcache when frame is NULL.
6978 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
6979 that must be NULL.
6980 (mips_get_saved_register): Call generic_unwind_get_saved_register()
6981 instead of frame_register_unwind().
6982
836cc9f4
AC
69832003-02-20 Andrew Cagney <ac131313@redhat.com>
6984
6985 * remote-sim.c (gdbsim_insert_breakpoint)
6986 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
6987 code.
6988
501eef12
AC
69892003-02-20 Andrew Cagney <ac131313@redhat.com>
6990
6991 * remote.c (_initialize_remote): Add commands "set/show remote
6992 hardware-watchpoint-limit" and "set/show remote
6993 hardware-breakpoint-limit".
6994 (remote_hw_watchpoint_limit): Initialize to -1.
6995 (remote_hw_breakpoint_limit): Ditto.
6996 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
6997
1b6bc7e0
CF
69982003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
6999
7000 * coff-pe-read.c: New file - support reading of minimal symbols from a
7001 portable executable using the export table.
7002 * coff-pe-read.h: New file.
7003 * coffread.c: Include coff-pe-read.h.
7004 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
7005 debugging symbols found.
7006 * Makefile.in (SFILES): Add coff-pe-read.o.
7007 (coff_pe_read_h): Define.
7008 (COMMON_OBS): Add coff-pe-read.o.
7009 (coffread.o): Add coff_pe_read_h dependency.
7010 (coff-pe-read.o): New target.
7011
fe898f56
DC
70122003-02-19 David Carlton <carlton@math.stanford.edu>
7013
7014 * Makefile.in (SFILES): Add block.c.
7015 (block_h): New.
7016 (COMMON_OBS): Add block.o.
7017 (block.o): New.
7018 (x86-64-tdep.o): Add $(block_h).
7019 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
7020 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
7021 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
7022 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
7023 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
7024 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
7025 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
7026 * value.h: Add opaque declaration for struct block.
7027 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
7028 * ada-lang.h: Ditto.
7029 * x86-64-tdep.c: #include "block.h"
7030 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
7031 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
7032 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
7033 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
7034 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
7035 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
7036 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
7037 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
7038 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
7039 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
7040 * symtab.c (block_function): Ditto.
7041 (contained_in): Ditto.
7042 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
7043 block.h. Add opaque declaration for struct block.
7044 * symtab.h: Move block_function and contained_in declarations to
7045 block.h. Add opaque declarations for struct block, struct
7046 blockvector.
7047 (struct block): Move to block.h.
7048 (struct blockvector): Ditto.
7049 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
7050 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
7051 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
7052 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
7053 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
7054 Ditto.
7055 * block.c: New file.
7056 * block.h: New file.
7057
173345b5
TR
70582003-02-19 Theodore A. Roth <troth@openavr.org>
7059
7060 * avr-tdep.c (avr_extract_return_value): Remove function.
7061 (avr_store_return_value): Remove function.
7062 (avr_extract_struct_value_address): Remove function.
7063 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
7064
338ef23d
AC
70652003-02-19 Andrew Cagney <ac131313@redhat.com>
7066
7067 * rs6000-tdep.c: Include "gdb_assert.h".
7068 (registers_e500): Add "acc" and "spefscr".
7069 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
7070 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
7071 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
7072 really is "r0".
7073 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
7074
5412f5f3
KS
70752003-02-18 Keith Seitz <keiths@redhat.com>
7076
7077 * Makefile.in: Add gdbtk-interps.c.
7078
881324eb
KB
70792003-02-18 Kevin Buettner <kevinb@redhat.com>
7080
7081 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
7082 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
7083
6a2f5abf
AC
70842003-02-18 Andrew Cagney <cagney@redhat.com>
7085
7086 * symtab.h (struct objfile): Add opaque declaration.
7087
54c7009d
EZ
70882003-02-18 Elena Zannoni <ezannoni@redhat.com>
7089
7090 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
7091 * dbxread.c (process_one_symbol): Use last_function_start rather
7092 than function_start_offset to find the real beginning of the
7093 current function. The latter is just the text section offset on
7094 some systems, the former is always the real function start.
54c7009d 7095
7ee6d7eb
AC
70962003-02-17 Andrew Cagney <cagney@redhat.com>
7097
7098 * configure.in: Revert ${target} != ${host}.
7099
2846da9b
AC
71002003-02-17 Andrew Cagney <ac131313@redhat.com>
7101
7102 * configure.in (Makefile): Use the test ${target} != ${host},
7103 instead of the absence of the "nm.h" file, to determine of the
7104 configuration non-native.
7105 * configure: Regenerate.
8ffd9b1b 7106
3b27aeea
EZ
71072003-02-14 Elena Zannoni <ezannoni@redhat.com>
7108
fbe586ae 7109 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
7110
7111 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
7112 conditionalize tui_active test.
7113 (lookup_cmd_1): Ditto.
7114
b0b1c2c0
MK
71152003-02-14 Mark Kettenis <kettenis@gnu.org>
7116
7117 * configure.in: Add check for _etext.
7118 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
7119 available.
7120 * config.in, configure: regenerated.
7121
8f05cde5
DJ
71222003-02-14 Daniel Jacobowitz <drow@mvista.com>
7123
7124 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
7125
021e7609
AC
71262003-02-14 Andrew Cagney <ac131313@redhat.com>
7127
7128 * main.c (tui_version): Delete variable.
7129 (captured_main): When --tui, set interpreter_p to "tui" instead of
7130 enabling tui_version.
7131 * printcmd.c (display_command) [TUI]: Test tui_active instead of
7132 tui_version.
7133 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
7134 * cli/cli-cmds.c (disassemble_command): Ditto.
7135 * defs.h (tui_version): Delete declaration.
7136 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
7137 (tui-interp.o): Add rules.
7138 (SUBDIR_TUI_OBS): Add "tui-interp.o".
7139
e325dcec
CF
71402003-02-14 Christopher Faylor <cgf@redhat.com>
7141
36ffb041 7142 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
7143 just-loaded dll.
7144
c4f90d87
JM
71452003-02-12 Jason Molenda (jmolenda@apple.com)
7146
fbe586ae
RH
7147 * symmisc.c (print_objfile_statistics): Include information about
7148 the number of psymtabs and symtabs in each object file.
c4f90d87 7149
e46e5ccd
KS
71502003-02-13 Keith R Seitz <keiths@redhat.com>
7151
7152 * main.h (struct captured_main_args): Add interpreter_p.
7153 * main.c (captured_main): Initialize interpreter_p from context.
7154 * gdb.c (main): Set interpreter_p argument.
7155 * Makefile.in (gdb.o): Add dependency for interps.h.
7156
fe97fe9c
AC
71572003-02-12 Andrew Cagney <ac131313@redhat.com>
7158
7159 * event-top.c (cli_command_loop): Delete declaration.
7160 (_initialize_event_loop): Delete function setting event_loop_hook.
7161 * event-top.h (cli_command_loop): Declare. Update copyright.
7162 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
7163 * interps.c (current_interp_command_loop): When event_loop_p, call
7164 cli_command_loop.
7165
1cdac4ef
AC
71662003-02-12 Andrew Cagney <ac131313@redhat.com>
7167
7168 * interps.h (interp_command_loop_ftype): Change return type to
7169 void.
7170
48037ead
ML
71712003-02-12 Michal Ludvig <mludvig@suse.cz>
7172
7173 * x86-64-tdep.c (x86_64_extract_return_value)
7174 (x86_64_store_return_value): Use regcache instead of regbuf.
7175 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
7176 * x86-64-linux-nat.c (fill_gregset): Use regcache.
7177
033afc63
AC
71782003-02-11 Andrew Cagney <ac131313@redhat.com>
7179
7180 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
7181 * aclocal.m4: Regenerate.
7182 * configure: Regenerate.
7183
7184 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
7185 TCL_LD_SEARCH_FLAGS.
7186
40d02bca
ML
71872003-02-10 Michal Ludvig <mludvig@suse.cz>
7188
7189 * dwarf2cfi.c: Reindented.
7190
11308a41
AC
71912003-02-09 Andrew Cagney <ac131313@redhat.com>
7192
7193 * interps.c (clear_interpreter_hooks): Convert function definition
7194 to ISO C.
7195
e1c1c0f6
DC
71962003-02-07 David Carlton <carlton@math.stanford.edu>
7197
7198 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
7199
ab5d3da6
KB
72002003-02-07 Kevin Buettner <kevinb@redhat.com>
7201
7202 * gdbtypes.h (struct main_type): Move ``length'' field from here...
7203 (struct type): ...to here.
7204 (TYPE_LENGTH): Adjust to reflect different location of ``length''
7205 field.
7206 * gdbtypes.c (make_qualified_type): Set length on newly created type.
7207 (replace_type): Set length on all type variants for a given type.
7208
b8a92b82
AC
72092003-02-07 Andrew Cagney <ac131313@redhat.com>
7210
7211 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
7212 <sys/stat.h>.
7213 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 7214
5cb316ef
AC
72152003-02-06 Andrew Cagney <ac131313@redhat.com>
7216
2555fe1a
AC
7217 * Makefile.in (symm-nat.o): Update dependencies.
7218 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
7219 (lynx-nat.o, ia64-linux-nat.): Ditto.
7220 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
7221 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
7222 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
7223
44270758
AC
7224 * Makefile.in (inflow_h): Define.
7225 (procfs.o, inflow.o, procfs.o): Update dependencies.
7226 * inftarg.c (child_stop): Delete extern declaration of
7227 inferior_process_group. Include "inflow.h".
7228 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
7229 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
7230 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
7231 (our_process_group, inferior_process_group): Extern declarations.
7232
df8f7274
AC
7233 * procfs.c: Include "gdb_assert.h".
7234
5cb316ef
AC
7235 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
7236 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
7237 * jv-typeprint.c (java_type_print_base): Ditto.
7238 * typeprint.c (typedef_print): Eliminate STREQ.
7239 * cli/cli-script.c (define_command, define_command): Ditto.
7240 * main.c (captured_main): Ditto.
7241 * values.c (lookup_internalvar): Ditto.
7242 * utils.c (safe_strerror, parse_escape): Eliminate assignment
7243 within `if' conditional.
7244 * linespec.c (decode_line_2): Ditto.
7245 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
7246 (bfd_openw_with_cleanup): Ditto.
7247
2a28ccea
MK
72482003-02-07 Mark Kettenis <kettenis@gnu.org>
7249
7250 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
7251 legacy_extract_return_value and store_return_value to
7252 legacy_return_value.
7253
786b8124
CF
72542003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
7255
7256 * win32-nat.c (get_relocated_section_addrs): New function. Find
7257 section load addresses for symbol handling in relocated DLLs.
7258 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
7259
b871e4ec
FF
72602003-02-05 Fred Fish <fnf@intrinsity.com>
7261
7262 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
7263 '=' and '!='.
7264 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
7265 with '&' and '=='.
7266 (angel_RDI_info): Ditto.
7267 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
7268 with '&' and '!='.
7269 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 7270
4389a95a 72712003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
7272 Keith Seitz <keiths@redhat.com>
7273 Elena Zannoni <ezannoni@redhat.com>
7274 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
7275
7276 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
7277 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
7278 (SUBDIR_MI_OBS): Add "mi-interp.o".
7279 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
7280 (SFILES): Add "interps.c".
7281 (COMMON_OBS): Add "interps.o".
7282 (interps_h, mi_main_h): Define.
7283 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
7284 (mi-main.o, main.o, event-top.o): Update dependencies.
7285 * cli/cli-interp.c: New file.
7286 * interps.h, interps.c: New files.
7287 * top.c: (gdb_init): Don't install the default interpreter, handed
7288 by captured_main.
7289 * main.c: Include "interps.h".
7290 (interpreter_p): Note that it should malloc'ed.
7291 (captured_command_loop): Call current_interp_command_loop.
7292 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
7293 xfree and xstrdup when updating interpreter_p. Install the
7294 default interpreter. Add hack to stop mi1's copyright notice
7295 being encoded.
7296 * event-top.h (gdb_setup_readline): Declare.
7297 (gdb_disable_readline): Declare.
7298 * event-top.c: Include "interps.h".
7299 (display_gdb_prompt): Call current_interp_display_prompt_p.
7300 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
7301 gdb_stdlog, and gdb_stdtarg.
7302 (_initialize_event_loop): Don't call gdb_setup_readline.
7303 * cli-out.c (cli_out_set_stream): New function.
7304 * cli-out.h (cli_out_set_stream): Declare.
7305
ff3b5810
MK
73062003-02-06 Mark Kettenis <kettenis@gnu.org>
7307
7308 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
7309 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
7310 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
7311 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
7312 config/i386/i386v42mp.mt: Removed.
7313
5b729aa5
MK
73142003-02-05 Mark Kettenis <kettenis@gnu.org>
7315
7316 * configure.tgt (*-*-solaris*): Set gdb_osabi to
7317 GDB_OSABI_SOLARIS.
7318
8cc15142
MC
73192003-02-05 Michael Chastain <mec@shout.net>
7320
7321 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
7322 2.12.1 and earlier versions.
7323
5aa5d4b9
AC
73242003-02-05 Andrew Cagney <ac131313@redhat.com>
7325
7326 Remove orphaned hosts, targets and files.
7327 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
7328 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
7329 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
7330 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
7331 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
7332 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
7333 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
7334 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
7335 * config/sparc/tm-sp64sim.h: Delete.
7336 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
7337 hosts.
7338 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
7339 mips*-dec-mach3* targets.
7340
b68767c1
MC
73412003-02-04 Michael Chastain <mec@shout.net>
7342
7343 * NEWS: Fix typo: sepcifying -> specifying.
7344
5ae7ca1d
MC
73452003-02-04 Michael Chastain <mec@shout.net>
7346
7347 * dwarfread.c: Add documentation on the state of dwarf-1,
7348 looking towards obsoletion.
7349
d08a4280
MC
73502003-02-03 Michael Chastain <mec@shout.net>
7351
7352 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
7353 gdb/testsuite/gdb.c++/pr-1023.exp.
7354
e9be73e4
AC
73552003-02-04 Andrew Cagney <ac131313@redhat.com>
7356
7357 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
7358 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
7359
7360 * utils.c (init_page_info): Delete reference to MPW in comments.
7361 * main.c (captured_main): Delete #ifdef MPW.
7362
05d57f6f
AC
73632003-02-04 Andrew Cagney <ac131313@redhat.com>
7364
8ffd9b1b 7365 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
7366 * monitor.c (monitor_expect): Obsolete reference to m32r.
7367 * configure.tgt: Mark m32r-*-elf* as obsolete.
7368 * MAINTAINERS: Mark m32k as obsolete.
7369 * m32r-rom.c: Obsolete file.
7370 * config/m32r/m32r.mt: Obsolete file.
7371 * config/m32r/tm-m32r.h: Obsolete file.
7372 * m32r-stub.c: Obsolete file.
7373 * m32r-tdep.c: Obsolete file.
7374
8b0e5691
AC
73752003-02-04 Andrew Cagney <ac131313@redhat.com>
7376
7377 * NEWS: Mention that the z8k-zilog-none is obsolete.
7378 * MAINTAINERS: Mark z8k as obsolete.
7379 * configure.tgt: Obsolete the z8k-*-coff* target.
7380 * config/z8k/z8k.mt: Obsolete file.
7381 * config/z8k/tm-z8k.h: Obsolete file.
7382 * z8k-tdep.c: Obsolete file.
7383
67f16606
AC
73842003-02-04 Andrew Cagney <ac131313@redhat.com>
7385
7386 * NEWS: Mention that the mn10200-elf is obsolete.
7387 * configure.tgt: Obsolete mn10200-*-* target.
7388 * breakpoint.c (update_breakpoints_after_exec): Update comment to
7389 mention that the mn10200 is obsolete.
7390 * breakpoint.h: Ditto.
7391 * MAINTAINERS: Mark the mn10200-elf as obsolete.
7392 * config/mn10200/mn10200.mt: Obsolete file.
7393 * config/mn10200/tm-mn10200.h: Obsolete file.
7394 * mn10200-tdep.c: Obsolete file.
7395
fd2299bd
AC
73962003-02-04 Andrew Cagney <ac131313@redhat.com>
7397
7398 * MAINTAINERS: Mark h8500 as obsolete.
7399 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
7400 * findvar.c (value_from_register): Ditto.
7401 * h8500-tdep.c: Mark file as obsolete.
7402 * config/h8500/h8500.mt: Ditto.
7403 * config/h8500/tm-h8500.h: Ditto.
7404 * NEWS: Mention that h8500 is obsolete.
7405
eb9a305d
DC
74062003-02-04 David Carlton <carlton@math.stanford.edu>
7407
7408 * objfiles.c (allocate_objfile): Always set name. Add comment at
7409 start of function.
7410 * jv-lang.c (get_dynamics_objfile): Add comment.
7411
406fc7fb
DC
74122003-02-04 David Carlton <carlton@math.stanford.edu>
7413
7414 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
7415 * printcmd.c (build_address_symbolic): Replace uses of
7416 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
7417 SYMBOL_NAME, and asm_demangle.
7418 Update copyright.
7419
93d91629
DC
74202003-02-04 David Carlton <carlton@math.stanford.edu>
7421
7422 * linespec.c (decode_compound): Extract code into
7423 lookup_prefix_sym.
7424 (lookup_prefix_sym): New function.
7425
1c5cb38e
DC
74262003-02-04 David Carlton <carlton@math.stanford.edu>
7427
7428 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
7429 FLOAT_COERCION_BADNESS.
7430 * gdbtypes.c (rank_one_type): Replace all uses of
7431 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
7432
0cf824c9
JB
74332003-02-04 Jim Blandy <jimb@redhat.com>
7434
7435 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
7436 section, let dwarf_macinfo_section point to it, not
7437 dwarf_loc_section.
7438
a2d356b0
DJ
74392003-02-04 Daniel Jacobowitz <drow@mvista.com>
7440
7441 Pointed out by Anton Blanchard <anton@samba.org>.
7442 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
7443 (ppc_linux_at_sigtramp_return_path): Use it.
7444
2de7ced7
DJ
74452003-02-04 Daniel Jacobowitz <drow@mvista.com>
7446
7447 * defs.h (streq): Add prototype.
7448 * utils.c (streq): New function.
7449
7450 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
7451 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
7452 * mdebugread.c (new_symbol): Likewise.
7453 * stabsread.c (define_symbol): Likewise.
7454 * coffread.c (process_coff_symbol): Likewise.
7455 * dwarfread.c (new_symbol): Likewise.
7456
7457 * minsyms.c (prim_record_minimal_symbol_and_info): Use
7458 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
7459 here.
7460 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
7461 SYMBOL_INIT_DEMANGLED_NAME.
7462 * objfiles.c: Include "hashtab.h".
7463 (allocate_objfile): Call htab_set_functions_ex for the
7464 demangled_names_hash.
7465 (free_objfile): Call htab_delete for the demangled_names_hash.
7466 * objfiles.h (struct htab): Add declaration.
7467 (struct objfile): Add demangled_names_hash.
7468 * symfile.c: Include "hashtab.h".
7469 (reread_symbols): Call htab_delete for the demangled_names_hash.
7470 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
7471 SYMBOL_NAME in the bcache.
7472 * symtab.c: Include "hashtab.h". Update comments.
7473 (create_demangled_names_hash, symbol_set_names): New functions.
7474 (symbol_find_demangled_name): New function, broken out from
7475 symbol_init_demangled_names.
7476 (symbol_init_demangled_names): Use it.
7477 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
7478 (SYMBOL_SET_NAMES): New macro.
7479 (symbol_set_names): Add prototype.
7480
15831452
JB
74812003-02-03 Jim Blandy <jimb@redhat.com>
7482
7483 Use a single, consistent representation for an empty minimal
7484 symbol table in an objfile.
7485 * objfiles.c (terminate_minimal_symbol_table): New function.
7486 (allocate_objfile): Call it.
7487 * objfiles.h (terminate_minimal_symbol_table): New declaration.
7488 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 7489 non-NULL.
15831452
JB
7490 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
7491 objfile has minimal symbols, compare minimal_symbol_count to zero,
7492 instead of comparing msymbols with NULL.
7493 * objfiles.c (have_minimal_symbols): Same.
7494 * solib-sunos.c (solib_add_common_symbols): Call
7495 terminate_minimal_symbol_table.
7496 * symfile.c (reread_symbols): Same.
8ffd9b1b 7497
ffc65945
KB
74982003-02-03 Kevin Buettner <kevinb@redhat.com>
7499
7500 * s390-tdep.c (s390_address_class_type_flags)
7501 (s390_address_class_type_flags_to_name)
7502 (s390_address_class_name_to_type_flags): New functions.
7503 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
7504 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
7505
f211c6d4
MS
75062003-02-03 Michael Snyder <msnyder@redhat.com>
7507
7508 * arm-tdep.c: Fix spell-o in comment.
7509
659b0389
ML
75102003-02-03 Michal Ludvig <mludvig@suse.cz>
7511
7512 * dwarf2cfi.c (pointer_encoding): Added new parameter.
7513 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 7514 error messages to contain BFD filename.
659b0389 7515
3b31d625
EZ
75162003-02-02 Elena Zannoni <ezannoni@redhat.com>
7517
997b089a 7518 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
7519 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
7520 (do_mixed_source_and_assembly): Use
7521 make_cleanup_ui_out_tuple_begin_end and
7522 make_cleanup_ui_out_tuple_begin_end.
7523 (do_mixed_source_and_assembly): Ditto.
7524 * thread.c (do_captured_list_thread_ids): Ditto.
7525 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
7526 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
7527 ui_out_tuple_end): Delete prototypes.
7528 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
7529 ui_out_list_end, ui_out_tuple_end): Delete.
7530
7531 From Kevin Buettner <kevinb@redhat.com>:
7532 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
7533 * ui-out.c (make_cleanup_ui_out_table_begin_end)
7534 (do_cleanup_table_end): New functions.
7535 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
7536 Use cleanups to invoke_ui_out_tuple_end().
7537 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
7538 * cli/cli-setshow.c (cmd_show_list): Use
7539 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 7540
5b181d62
AC
75412003-02-02 Andrew Cagney <ac131313@redhat.com>
7542
7543 * frame.c (frame_unwind_register): New function.
7544 (frame_unwind_unsigned_register): Use.
7545 (frame_unwind_signed_register): Use.
7546 (frame_read_register): New function.
7547 * frame.h (frame_unwind_register): Declare.
7548 (frame_read_register): Declare.
7549
7550 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
7551 and frame_unwind_register instead of read_memory, write_register
7552 and deprecated_write_register_bytes.
7553
5f601589
AC
75542003-02-02 Andrew Cagney <ac131313@redhat.com>
7555
7556 * frame.h: Note that namelen can be negative.
7557 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
7558 NAME's length.
7559
7560 * NEWS: Mention that the d10v's `regs' command is deprecated.
7561 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
7562 (d10v_print_registers_info): New function.
7563 (show_regs): Call d10v_print_registers_info.
7564 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
7565
6a3fe0a4
MK
75662003-02-02 Mark Kettenis <kettenis@gnu.org>
7567
7568 * stack.c (print_frame_info): Restore call to annotate_frame_begin
7569 lost in the previous patch.
7570
075559bc
AC
75712003-02-01 Andrew Cagney <ac131313@redhat.com>
7572
7573 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
7574 * stack.c (print_frame_info_base): Output complete FRAME tuple
7575 for synthesized frames.
075559bc 7576
6789195b
AC
75772003-02-02 Andrew Cagney <ac131313@redhat.com>
7578
7579 * mips-nat.c (zerobuf): Delete.
7580 (fetch_inferior_registers): Alloc local zerobuf.
7581 (fetch_core_registers): Alloc local zerobuf.
7582 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
7583 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
7584 * thread-db.c (thread_db_store_registers): Ditto.
7585 * sh-tdep.c (sh_do_register): Ditto.
7586 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
7587 * remote-sim.c (gdbsim_store_register): Ditto.
7588 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7589 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7590 * monitor.c (monitor_supply_register): Ditto.
7591 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
7592 * mips-nat.c (fetch_inferior_registers): Ditto.
7593 * m68klinux-nat.c (fetch_register): Ditto.
7594 * lynx-nat.c (fetch_inferior_registers): Ditto.
7595 (fetch_inferior_registers): Ditto.
7596 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
7597 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7598 (hpux_thread_store_registers): Ditto.
7599 * hppah-nat.c (fetch_register): Ditto.
7600 * hppab-nat.c (fetch_register): Ditto.
7601 * hppa-tdep.c (pa_register_look_aside): Ditto.
7602 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
7603 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
7604
e669114a
AC
76052003-02-01 Andrew Cagney <ac131313@redhat.com>
7606
7607 * gdbarch.sh: Explictly specify all method levels. When a
7608 variable with an empty level, provide a non-multi-arch default.
7609 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
7610 * gdbarch.h: Re-generate.
7611 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
7612 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
7613
9a043c1d
AC
76142003-02-01 Andrew Cagney <ac131313@redhat.com>
7615
7616 * defs.h (host_pointer_to_address): Delete declaration.
7617 (address_to_host_pointer): Delete declaration.
7618 * utils.c (host_pointer_to_address): Delete function.
7619 (address_to_host_pointer): Delete function.
7620 * procfs.c (procfs_address_to_host_pointer): New function.
7621 * procfs.c (proc_set_watchpoint): Use.
7622 (procfs_can_use_hw_breakpoint): Update comments.
7623 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
7624 (som_solib_add): Use.
7625 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
7626 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 7627
7ca9f392
AC
76282003-02-01 Andrew Cagney <ac131313@redhat.com>
7629
94bbfd30
AC
7630 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
7631 strlen d_name.
7632
7ca9f392
AC
7633 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
7634 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
7635 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
7636 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
7637 (define_symbol): Update.
7638 * symfile.c (generic_load): Remove references to nindy.
7639 * symtab.c: Remove references to nindy.
7640
31a85ea2
AC
76412003-02-01 Andrew Cagney <ac131313@redhat.com>
7642
7643 * infcmd.c (print_float_info): Delete code conditional on
7644 FLOAT_INFO.
7645 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
7646 * config/m68k/nm-apollo68b.h: Ditto.
7647 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
7648 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
7649 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
7650
f6e85fc8
MK
76512003-02-01 Mark Kettenis <kettenis@gnu.org>
7652
6015b6a0
MK
7653 * config/i386/tm-i386os9k.h: Removed.
7654
f7a30bdf
MK
7655 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
7656 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
7657 they're identical to i[3456]86-*-sysv* now.
7658 * config/i386/i386v32.mh: Removed.
7659 * config/i386/xm-i386v32.h: Removed.
7660 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
7661
28d52111
MK
7662 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
7663
4d3f6bce
MK
7664 * config/i386/i386dgux.mh: Removed.
7665 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
7666
f6e85fc8
MK
7667 * configure.in: Fix typo.
7668 * configure: Regenerated.
7669
53955967
DC
76702003-01-31 David Carlton <carlton@math.stanford.edu>
7671
7672 * dwarf2read.c (dwarf2_locate_sections): Set
7673 dwarf_ranges_section.
7674
b1364885
AC
76752003-01-31 Andrew Cagney <ac131313@redhat.com>
7676
8dbb1c65
AC
7677 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
7678 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 7679
8731e58e
AC
7680 * utils.c: Re-indent.
7681
b1364885
AC
7682 * config/djgpp/fnchange.lst: Delete nindy files.
7683 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
7684 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
7685 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
7686 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
7687 * nindy-share/README, nindy-share/Onindy.c: Delete files.
7688 * nindy-tdep.c, nindy-share/Makefile: Delete files.
7689 * Makefile.in (init.c): Remove nindy references.
7690 (saber_gdb): Delete rule.
7691 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
7692 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
7693 and a68v-nat.c.
7694 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
7695 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
7696 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
7697 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
7698 nindy-share/stop.h.
7699 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
7700 * saber.suppress: Delete file.
7701
086df311
DJ
77022003-01-31 Daniel Jacobowitz <drow@mvista.com>
7703
7704 * dbxread.c (stabs_data): New static variable.
7705 (fill_symbuf): Support an in-memory buffer for stabs data.
7706 (stabs_seek): New function.
7707 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
7708 (read_ofile_symtab): Use stabs_seek.
7709 (elfstab_build_psymtabs): Take an asection* instead of
7710 an offset and size. Relocate the stabs data if necessary.
7711 Save the section* for dbx_psymtab_to_symtab.
7712 * dwarf2read.c: Add section variables for each debug section.
7713 (dwarf2_locate_sections): Fill them in.
7714 (dwarf2_read_section): Take an asection* argument.
7715 Relocate the section contents if necessary.
7716 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
7717 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
7718 it to dwarf2_read_section.
7719 (dwarf2_build_frame_info): Update callers.
7720 * elfread.c (elf_symfile_read): Update call to
7721 elfstab_build_psymtabs.
7722 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
7723 (DBX_STAB_SECTION): New macro.
8ffd9b1b 7724 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
7725 * symfile.c (symfile_dummy_outputs): New function.
7726 (symfile_relocate_debug_section): New function.
7727 * symfile.h (symfile_relocate_debug_section): Add prototype.
7728
87d1b352
RH
77292003-01-31 Richard Henderson <rth@redhat.com>
7730
7731 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
7732 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
7733 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
7734 * alpha-tdep.c (alpha_register_name): Add "unique".
7735 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
7736 (ALPHA_UNIQUE_REGNUM): New.
7737 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
7738
c48861fb
AC
77392003-01-31 Andrew Cagney <ac131313@redhat.com>
7740
7741 * README: Remove reference to Ericsson 1800 monitor.
7742 * Makefile.in (remote-es.o): Delete rule.
7743 (ALLDEPFILES): Delete remote-es.c.
7744 * remote-es.c: Delete file.
7745 * config/m68k/es1800.mt: Delete file.
7746 * config/djgpp/fnchange.lst: Update.
7747 * configure.tgt: Delete m68*-ericsson-* target.
7748
d764a824
AF
77492003-01-31 Adam Fedor <fedor@gnu.org>
7750
7751 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
7752 Remove duplicate/shadowing variable of same name.
7753
fe36c4f4
JB
77542003-01-30 Jim Blandy <jimb@redhat.com>
7755
7756 * symfile.c (find_separate_debug_file): Assert that the objfile's
7757 directory name we compute ends with a slash, and then assume that
7758 that's so everywhere we use it.
7759
cb741690
DJ
77602003-01-30 Daniel Jacobowitz <drow@mvista.com>
7761
7762 * valops.c (value_assign): Flush frame cache after stores to memory
7763 also.
7764
96ee5227
AC
77652003-01-30 Andrew Cagney <ac131313@redhat.com>
7766
7767 * Makefile.in (mon960-rom.o): Delete rule.
7768 * mon960-rom.c: Delete file.
7769
7f6104a9
AC
77702003-01-30 Andrew Cagney <ac131313@redhat.com>
7771
7772 * d10v-tdep.c: Include "frame-unwind.h".
7773 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
7774 list.
7775 (next_addr, uses_frame): Delete.
7776 (struct d10v_unwind_cache): Define.
7777 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
7778 Use info instead of next_addr and uses_frame globals.
7779 (d10v_frame_init_saved_regs): Delete function.
7780 (d10v_init_extra_frame_info): Delete function.
7781 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
7782 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
7783 init_frame_pc or frame_saved_pc.
7784 (d10v_pop_frame): Delete function.
7785 (do_d10v_pop_frame): Delete function.
7786 (d10v_frame_chain): Delete function.
7787 (d10v_frame_chain_valid): Delete function.
7788 (d10v_frame_pc_unwind): New function.
7789 (d10v_frame_id_unwind): New function.
7790 (saved_regs_unwinder): New function.
7791 (d10v_frame_register_unwind): New function.
7792 (d10v_frame_pop): New function.
7793 (d10v_frame_unwind): New variable.
7794 (d10v_frame_p): New function.
7795 (d10v_frame_saved_pc): Delete function.
7796 * Makefile.in (d10v-tdep.o): Update dependencies.
7797
cad2e848
JB
77982003-01-30 J. Brobecker <brobecker@gnat.com>
7799
7800 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
7801 causing some regressions due to a change in the default value
7802 for this macro.
7803
af34e669
DJ
78042003-01-29 Richard Henderson <rth@redhat.com>
7805 Elena Zannoni <ezannoni@redhat.com>
7806 Daniel Jacobowitz <drow@mvista.com>
7807
7808 Fix PR gdb/961.
8ffd9b1b 7809 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
7810 variables.
7811 (RANGES_SECTION): New.
7812 (dwarf_ranges_buffer): New variable.
7813 (struct comp_unit_head): Add member "die".
7814 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
7815 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
7816 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
7817 (dwarf2_locate_sections): Likewise.
7818 (dwarf2_build_psymtabs): Read .debug_ranges.
7819 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
7820 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
7821 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
7822 Look for DW_AT_ranges and return the bounding box.
7823
baa93fa6
CF
78242003-01-29 Brian Ford <ford@vss.fsi.com>
7825
7826 * win32-nat.c (cygwin_pid): Removed as unused.
7827 (child_attach): Try fall back to Cygwin pid.
7828
c63f977f
JB
78292003-01-29 Jim Blandy <jimb@redhat.com>
7830
7831 * objfiles.h (struct objfile): Doc fix.
7832
d62d1979
AC
78332003-01-29 Andrew Cagney <ac131313@redhat.com>
7834
7835 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
7836 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
7837 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
7838 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
7839 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
7840 (FRAME_SAVED_PC): Change to a function with predicate.
7841 * gdbarch.h, gdbarch.c: Re-generate.
7842
1ae18a04
AC
78432003-01-28 Andrew Cagney <ac131313@redhat.com>
7844
52287340
AC
7845 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
7846
1ae18a04
AC
7847 * complaints.c (complain): Delete function.
7848 * complaints.h (struct deprecated_complaint): Delete definition.
7849 (complain): Delete declaration.
7850
f2c16bd6
KB
78512003-01-28 Kevin Buettner <kevinb@redhat.com>
7852
7853 * mips-tdep.c (mips_init_extra_frame_info): Return early for
7854 dummy frames.
7855
a94dd1fd
AC
78562003-01-27 Andrew Cagney <ac131313@redhat.com>
7857
7858 * sentinel-frame.h, sentinel-frame.c: New files.
7859 * Makefile.in (frame.o): Update dependencies.
7860 (SFILES): Add sentinel-frame.c.
7861 (sentinel_frame_h): Define.
7862 (COMMON_OBS): Add sentinel-frame.o.
7863 (sentinel-frame.o): Specify dependencies.
7864 * frame.c: Include "sentinel-frame.h".
7865 (frame_register_unwind): Rewrite assuming that there is always a a
7866 ->next frame.
7867 (frame_register, generic_unwind_get_saved_register): Ditto.
7868 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
7869 (create_sentinel_frame, unwind_to_current_frame): New functions.
7870 (get_current_frame): Rewrite using create_sentinel_frame and
7871 unwind_to_current_frame. When possible, always create a frame.
7872 (create_new_frame): Set next to the sentinel frame.
7873 (get_next_frame): Rewrite. Don't go below the level 0 frame.
7874 (deprecated_update_frame_pc_hack): Update the next frame's PC and
7875 ID cache when necessary.
7876 (frame_saved_regs_id_unwind): Use frame_relative_level.
7877 (deprecated_generic_get_saved_register): Use frame_relative_level,
7878 get_frame_saved_regs, get_frame_pc, get_frame_base and
7879 get_next_frame.
7880 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
7881 frame_register.
7882
5378adc4
DJ
78832003-01-27 Daniel Jacobowitz <drow@mvista.com>
7884
7885 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
7886
51ee2ddc
DJ
78872003-01-27 Daniel Jacobowitz <drow@mvista.com>
7888
7889 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
7890 (maintenance_set_profile_cmd): Use error () instead of warning ().
7891
d9feb4e7
DJ
78922003-01-27 Daniel Jacobowitz <drow@mvista.com>
7893
7894 * configure.in: Check that -pg works if using --enable-profiling.
7895 Check for monstartup and _mcleanup regardless of --enable-profiling.
7896 * maint.c: Check for monstartup and _mcleanup before using them.
7897 * config.in: Regenerated.
7898 * configure: Regenerated.
7899
2d188dd3
NC
79002003-01-24 Nick Clifton <nickc@redhat.com>
7901
7902 * Add sh2e support:
7903
7904 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
7905
7906 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
7907 (sh2e_show_regs): New.
7908 (sh_gdbarch_init): Handle bfd_mach_sh2e.
7909 * config/sh/tm-sh.h: Added sh2e to comments.
7910
cb3c37b2
JB
79112003-01-23 Jim Blandy <jimb@redhat.com>
7912
7913 * symfile.c (syms_from_objfile): Don't print the "(no debugging
7914 symbols found)" message here; we haven't checked for a separate
7915 debug info file yet, so we don't know yet.
7916 (symbol_file_add_with_addrs_or_offsets): Print it here, after
7917 we've looked everywhere. Also, there's no need to print a special
7918 message when we're loading the separate debug info file: the one
7919 symbol_file_add prints is fine.
7920
5b5d99cf
JB
79212003-01-23 Alexander Larsson <alexl@redhat.com>
7922 Jim Blandy <jimb@redhat.com>
7923
7924 Add support for executables whose debug info has been separated
7925 out into a separate file, leaving only a link behind.
7926 * objfiles.h (struct objfile): New fields: separate_debug_objfile
7927 and separate_debug_objfile_backlink.
7928 (put_objfile_before): New declaration.
7929 * symfile.c: #include "filenames.h".
7930 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
7931 debug info in a separate file, read that, too. Save the addrs
7932 argument, so we can use it again to read the separated debug info;
7933 syms_from_objfile modifies the table we pass it.
7934 (reread_symbols): After re-reading an objfile, call
7935 reread_separate_symbols to refresh its separate debug info
7936 objfile, if it has one.
7937 (reread_separate_symbols, find_separate_debug_file,
7938 get_debug_link_info, separate_debug_file_exists): New functions.
7939 (debug_file_directory): New global var.
7940 (_initialize_symfile): Initialize debug_file_directory, and
7941 provide the new `set debug-file-directory' command to let the user
7942 change it.
7943 * objfiles.c (free_objfile): If this objfile has its debug info in
7944 a separate objfile, free that one too. If this is itself a
7945 separate debug info objfile, clear our parent's backlink.
7946 (put_objfile_before): New function.
7947 * utils.c (gnu_debuglink_crc32): New function.
7948 * defs.h (gnu_debuglink_crc32): New declaration.
7949 * Makefile.in (symfile.o): Note dependency on "filenames.h".
7950 * configure.in: Handle --with-separate-debug-dir config option.
7951 * acinclude.m4 (AC_DEFINE_DIR): New macro.
7952 * acconfig.h (DEBUGDIR): New macro.
7953 * configure, aclocal.m4, config.in: Regenerated.
7954
7e8580c1
JB
79552003-01-22 Jim Blandy <jimb@redhat.com>
7956
7904e09f
JB
7957 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
7958 like the old symbol_file_add, but taking new arguments: you can
7959 now pass in either a `struct section_addr_info' list to say where
7960 each section is loaded, or a `struct section_offsets' table. Pass
7961 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 7962 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
7963 with the appropriate quiescent values for the new arguments.
7964
7e8580c1
JB
7965 * symfile.c: #include "gdb_assert.h".
7966 (syms_from_objfile): Add the ability to pass in a section offset
7967 table directly, as an alternative to the section_addr_info table.
7968 Document arguments better.
7969 (symbol_file_add): Pass extra arguments to syms_from_objfile.
7970 * symfile.h (syms_from_objfile): Update declaration.
7971 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
7972 syms_from_objfile.
7973 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
7974
d28f9cdf
DJ
79752003-01-22 Daniel Jacobowitz <drow@mvista.com>
7976
7977 Original patch by Tom Tromey <tromey@cygnus.com> and
7978 Jason Molenda <jmolenda@apple.com>.
7979 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
7980 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
7981 * NEWS: Mention profiling.
7982 * configure.in (--enable-gdbtk): Fix typo.
7983 (--enable-profiling): New. Set PROFILE_CFLAGS.
7984 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
7985 Fill in function.
7986 (profiling_state): New variable.
7987 (mcleanup_wrapper): New function.
7988 (_initialize_maint): Remove NOTYET, fix call to
7989 add_setshow_boolean_cmd for "maint set profile".
7990 * configure: Regenerated.
7991
df21e465
MH
79922003-01-21 Martin M. Hunt <hunt@redhat.com>
7993
7994 * Makefile.in (install-gdbtk): Install PNG images too.
7995
73c1f219
AC
79962003-01-21 Andrew Cagney <ac131313@redhat.com>
7997
7998 * exec.c (text_start): Delete global variable.
7999 (exec_file_attach): Make text_start local to the function.
8000 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
8001 * valops.c (hand_function_call): Delete code that handles
8002 BEFORE_TEXT_END and AFTER_TEXT_END.
8003 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
8004 of CALL_DUMMY_LOCATION.
8005 * gdbarch.c: Regenerate.
8006 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
8007 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
8008 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
8009 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
8010 (text_end): Delete extern declaration.
8011
eb4f72c5
AC
80122003-01-21 Andrew Cagney <ac131313@redhat.com>
8013
8014 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
8015 * blockframe.c (backtrace_below_main): Move to "frame.c".
8016 (frame_chain_valid): Delete check for backtrace_below_main.
8017 (_initialize_blockframe): Delete initialization, move ``set
8018 backtrace-below-main'' command to "frame.c".
8019 (do_flush_frames_sfunc): Delete function.
8020 * frame.c: Include "command.h" and "gdbcmd.h".
8021 (frame_type_from_pc): New function.
8022 (create_new_frame): Use frame_type_from_pc.
8023 (legacy_get_prev_frame): New function.
8024 (get_prev_frame): Rewrite. When an old style frame, call
8025 legacy_get_prev_frame. Otherwize, unwind the PC first.
8026 (_initialize_frame): Add ``set backtrace-below-main'' command.
8027 * Makefile.in (frame.o): Update dependencies.
8028
778ce8cc
AC
80292003-01-19 Andrew Cagney <ac131313@redhat.com>
8030
8031 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
8032 DEPRECATED_REGISTERS_INFO.
8033
01c193c8
AC
80342003-01-19 Andrew Cagney <ac131313@redhat.com>
8035
8036 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
8037 Maintainers'. Update `Various Maintainers'.
8038
dedc2a2b
AC
80392003-01-19 Andrew Cagney <ac131313@redhat.com>
8040
8041 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
8042 * gdbarch.sh (POP_FRAME): Change to function with predicate.
8043 Suppress actual parameters when `-'.
8044 * gdbarch.h, gdbarch.c: Regenerate.
8045
b7261c70
AC
80462003-01-19 Andrew Cagney <ac131313@redhat.com>
8047
8048 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
8049 code handling dummy frames.
8050
dbe9fe58
AC
80512003-01-19 Andrew Cagney <ac131313@redhat.com>
8052
8053 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
8054 (struct frame_unwind): Add field pop.
8055 * frame.h (frame_pop): Declare.
8056 * frame.c (frame_saved_regs_pop): New function.
8057 (trad_frame_unwinder): Add frame_saved_regs_pop.
8058 (frame_pop): New function.
8059 * dummy-frame.c (dummy_frame_pop): New function.
8060 (discard_innermost_dummy): New function.
8061 (generic_pop_dummy_frame): Use discard_innermost_dummy.
8062 (dummy_frame_unwind): Add dummy_frame_pop.
8063 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
8064 * valops.c (hand_function_call): Ditto.
8065 * stack.c (return_command): Ditto.
8066
570b8f7c
AC
80672003-01-18 Andrew Cagney <ac131313@redhat.com>
8068
8069 * cris-tdep.c: Fix function declaration indentation.
8070 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
8071 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
8072 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
8073 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
8074 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
8075 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
8076
80772003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
8078
8079 * README (Unpacking and Installation -- quick overview):
8080 Warn against ".../gdb-5.3/gdb/configure".
8081
494cca16
AC
80822003-01-18 Andrew Cagney <ac131313@redhat.com>
8083
8084 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
8085 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
8086 (struct frame_unwind): Declare opaque.
8087 (dummy_frame_p): Declare function.
8088 * dummy-frame.c (dummy_frame_id_unwind): Make static.
8089 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
8090 * dummy-frame.c: Include "frame-unwind.h".
8091 (dummy_frame_p): New function.
8092 (dummy_frame_unwind): New variable.
8093 * frame.c: Include "frame-unwind.h".
8094 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
8095 to use the new unwind field.
8096 (set_unwind_by_pc): Delete function.
8097 (create_new_frame, get_prev_frame): Set unwind field using
8098 frame_unwind_find_by_pc.
8099 (trad_frame_unwind, trad_frame_unwinder): New variables.
8100 * frame.h (trad_frame_unwind): Declare variable.
8101 (frame_id_unwind_ftype): Delete declaration.
8102 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
8103 (struct frame_unwind): Declare opaque.
8104 (struct frame_info): Replace the fields id_unwind, pc_unwind and
8105 register_unwind with a single unwind pointer.
8106 * frame-unwind.h, frame-unwind.c: New files.
8107 * Makefile.in (SFILES): Add frame-unwind.c.
8108 (frame_unwind_h): Define.
8109 (COMMON_OBS): Add frame-unwind.o.
8110 (frame-unwind.o): Specify dependencies.
8111 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 8112
4efb68b1
AC
81132003-01-18 Andrew Cagney <ac131313@redhat.com>
8114
8115 * ada-valprint.c: Eliminate PTR.
8116 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
8117 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
8118 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
8119 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
8120 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
8121 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
8122 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 8123
a84d24ee
AC
81242003-01-17 Andrew Cagney <ac131313@redhat.com>
8125
762f08a3
AC
8126 * main.c (captured_main): Don't use PTR.
8127 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
8128 * gdbtypes.c (lookup_primitive_typename): Ditto.
8129 (lookup_struct_elt_type): Ditto.
8130 * f-valprint.c (info_common_command): Ditto.
8131 (list_all_visible_commons): Ditto.
8132 * jv-typeprint.c (java_type_print_base): Ditto.
8133
a84d24ee
AC
8134 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
8135 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
8136 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
8137 i386-interix-nat.c and i386-interix-tdep.c. Rename
8138 m68klinux-nat.c and m68klinux-tdep.c. Rename
8139 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
8140 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
8141 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
8142 * main.c (captured_main): Use xfree, not free.
8143
c170fb60
AC
81442003-01-16 Andrew Cagney <ac131313@redhat.com>
8145
8146 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
8147 ID back using a parameter.
8148 * frame.c (frame_id_unwind): Update call.
8149 (frame_saved_regs_id_unwind): Update.
8150 * dummy-frame.c (dummy_frame_id_unwind): Update function.
8151 * dummy-frame.h (struct frame_id): Add opaque declaration.
8152 (dummy_frame_id_unwind): Update declaration.
8153
867f3898
AC
81542003-01-15 Andrew Cagney <ac131313@redhat.com>
8155
8156 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
8157
40622be8 81582003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 8159
40622be8 8160 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 8161
ae66c1fc
EZ
81622003-01-14 Elena Zannoni <ezannoni@redhat.com>
8163
997b089a 8164 Fix PR gdb/898
ae66c1fc
EZ
8165 * breakpoint.c (until_break_command): Add new argument. Use it to
8166 decide whether to stop only at the current frame or not.
8167 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 8168 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
8169 call.
8170 (advance_command): New function.
8171 (_initialize_infcmd): Update help string for 'until' command.
8172 Add new 'advance' command.
8173
a04257e6
DC
81742003-01-14 David Carlton <carlton@math.stanford.edu>
8175
8176 * linespec.c (decode_line_1): Normalize comments.
8177 (set_flags): Ditto.
8178 (locate_first_half): Ditto.
8179 (decode_compound): Ditto.
8180 (symtab_from_filename): Ditto.
8181 (decode_all_digits): Ditto.
8182 (decode_dollar): Ditto.
8183 (find_methods): Ditto.
8184 (find_toplevel_char): Ditto.
8185
1bac305b
AC
81862003-01-13 Andrew Cagney <ac131313@redhat.com>
8187
8188 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
8189 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
8190 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
8191 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
8192 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
8193 * language.c, language.h, m32r-tdep.c: Update copyright.
8194 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
8195 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
8196 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
8197 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
8198 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
8199 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
8200
25caa7a8
EZ
82012003-01-13 Elena Zannoni <ezannoni@redhat.com>
8202
8203 * stabsread.h (process_later, resolve_cfront_continuation):
8204 Obsolete.
8205 Update copyright years.
8206 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
8207 Update copyright year.
8208 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 8209 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
8210 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
8211 Update copyright year.
8212 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
8213 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
8214 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
8215 (parse_partial_symbols): Obsolete cfront support.
8216 * stabsread.c
8217 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
8218 macros.
8219 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
8220 read_cfront_baseclasses, read_cfront_member_functions,
8221 resolve_cfront_continuation,read_cfront_static_fields,
8222 copy_cfront_struct_fields): Obsolete functions.
8223 (define_symbol, read_one_struct_field): Obsolete cfront support.
8224 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
8225 Update Copyright year.
8226
7789c6f5
EZ
82272003-01-13 Elena Zannoni <ezannoni@redhat.com>
8228
8229 * stack.c (print_frame_info, print_stack_frame_base_stub,
8230 print_stack_frame_base, show_and_print_stack_frame_stub,
8231 show_and_print_stack_frame, print_only_stack_frame_stub,
8232 print_only_stack_frame): Delete functions.
8233 (print_stack_frame_stub): Call print_frame_info instead of
8234 print_frame_info_base.
8235 (print_frame_info_base): Rename to print_frame_info.
8236 (backtrace_command_1): Call print_frame_info, instead of
8237 print_frame_info_base.
8238 (current_frame_command): Call print_stack_frame, instead of
8239 print_only_stack_frame.
8240 (frame_command): Call print_stack_frame, instead of
8241 show_and_print_stack_frame.
8242 (up_command): Ditto.
8243 (down_command): Ditto.
8244 * frame.h (print_only_stack_frame): Delete prototype.
8245 * infrun.c (normal_stop): Call print_stack_frame, instead of
8246 show_and_print_stack_frame.
8247 * thread.c (info_threads_command): Call print_stack_frame, instead
8248 of print_only_stack_frame.
8249
3f5a3016
AC
82502003-01-13 Andrew Cagney <ac131313@redhat.com>
8251
d99ba314
AC
8252 * README (Graphical interface to GDB): Update URL. Point at
8253 gdb/links/.
8254
3f5a3016
AC
8255 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
8256 version match.
8257
083ae935
DJ
82582003-01-13 Daniel Jacobowitz <drow@mvista.com>
8259
8260 * symtab.c (find_pc_sect_line): Don't consider end-of-function
8261 lines.
8262
5365276c
DJ
82632003-01-13 Daniel Jacobowitz <drow@mvista.com>
8264
8265 * thread-db.c (attach_thread): Prototype.
8266 (struct private_thread_info): Remove lwpid. Add thread handle (th),
8267 thread information (ti), and valid flags (th_valid, ti_valid).
8268 (attach_thread): Move target_pid_to_str call to after the thread
8269 is added to GDB's list. Initialize the cache.
8270 (thread_get_info_callback, thread_db_map_id2thr)
8271 (thread_db_get_info): New functions.
8272 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
8273 (thread_db_store_registers, thread_db_thread_alive)
8274 (thread_db_get_thread_local_address): Use them.
8275 (thread_db_pid_to_str): Likewise. Return "Missing" instead
8276 of calling error() for threads in unknown state.
8277
8278 (clear_lwpid_callback): New function.
8279 (thread_db_resume): Use it to clear the cache.
8280
9fc30b6b
DJ
82812003-01-13 Daniel Jacobowitz <drow@mvista.com>
8282
8283 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
8284 (resume_callback): Remove dead code.
8285
8f871025
AC
82862003-01-13 Andrew Cagney <ac131313@redhat.com>
8287
8288 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
8289 predicate.
8290 * gdbarch.h, gdbarch.c: Regenerate.
8291 * stack.c (frame_info): Only initialize the saved registers when
8292 FRAME_INIT_SAVED_REGS_P.
8293 * frame.c (frame_saved_regs_register_unwind): Assert
8294 FRAME_INIT_SAVED_REGS_P.
8295 (deprecated_generic_get_saved_register): Ditto.
8296
3f565f1e
DJ
82972003-01-13 Daniel Jacobowitz <drow@mvista.com>
8298
8299 * source.c (openp): Squelch warning about "filename".
8300
072b1022
DJ
83012003-01-13 Daniel Jacobowitz <drow@mvista.com>
8302
8303 * source.c (openp): If the file does not exist don't necessarily
8304 search the path.
8305
973ccf8b
DJ
83062003-01-13 Daniel Jacobowitz <drow@mvista.com>
8307
8308 Fix PR gdb/872.
8309 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
8310 (integer_types_same_name_p): New function.
8311 (rank_one_type): Use it.
8312 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
8313
030292b7
DJ
83142003-01-13 Daniel Jacobowitz <drow@mvista.com>
8315
8316 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
8317 variables.
8318 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
8319 * configure.in: Add --with-sysroot.
8320 * configure: Regenerated.
8321 * main.c (gdb_sysroot): New variable.
8322 (captured_main): Initialize gdb_sysroot.
8323 * defs.h (gdb_sysroot): New extern declaration.
8324 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
8325
afb5d334
MC
83262003-01-12 Michael Chastain <mec@shout.net>
8327
8328 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
8329
751ceeb4
MC
83302003-01-12 Michael Chastain <mec@shout.net>
8331
8332 * top.c (print_gdb_version): Bump copyright year to 2003.
8333
94cd26f8
DC
83342003-01-12 David Carlton <carlton@bactrian.org>
8335
8336 * linespec.c (symtab_from_filename): Rename variable 's' to
8337 'file_symtab'.
8338
1ce79225
AC
83392003-01-12 Andrew Cagney <ac131313@redhat.com>
8340
8341 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
8342 dummy frame.
8343 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
8344
fa1fd571
AC
83452003-01-12 Andrew Cagney <ac131313@redhat.com>
8346
8347 * d10v-tdep.c: Include "gdb_assert.h".
8348 (d10v_store_return_value): Rewrite to match current interface.
8349 (d10v_extract_struct_value_address): Ditto.
8350 (d10v_extract_return_value): Ditto.
8351 (d10v_gdbarch_init): Set store_restore_value,
8352 extract_struct_value_address and extract_return_value.
8353
68b8d23e
JB
83542003-01-12 J. Brobecker <brobecker@gnat.com>
8355
8356 * hpread.c (set_namestring): New procedure replacing the
8357 SET_NAMESTRING macro.
8358 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
8359 by calls to set_namestring.
8360
83612003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
8362
8363 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
8364 a compilation warning.
8365 (hpread_process_one_debug_symbol): Likewise.
8366
88d262ca
DC
83672003-01-10 David Carlton <carlton@math.stanford.edu>
8368
8369 * linespec.c (decode_line_1): Rename variable 's' to
8370 'file_symtab'.
8371 (decode_all_digits): Rename argument 's' to 'file_symtab'.
8372 (decode_dollar): Ditto.
8373 (decode_variable): Ditto.
8374 (symbol_found): Ditto.
8375
86669319
MC
83762003-01-09 Michael Chastain <mec@shout.net>
8377
8378 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
8379
616a9dc4
CV
83802003-01-07 Corinna Vinschen <vinschen@redhat.com>
8381
8382 * win32-nat.c (set_process_privilege): New function.
8383 (child_attach): Call set_process_privilege() to enable the
8384 SE_DEBUG_NAME user privilege if available in process token.
8385
3269bcfa
JB
83862003-01-10 J. Brobecker <brobecker@gnat.com>
8387
8388 * hpread.c (hpread_process_one_debug_symbol): Fix a small
8389 compilation error in the previous revision.
8390
2b0ee454
DC
83912003-01-09 David Carlton <carlton@math.stanford.edu>
8392
8393 * linespec.c: Update copyright.
8394
b3ba1b44
DJ
83952003-01-09 Daniel Jacobowitz <drow@mvista.com>
8396
8397 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
8398 than inferior_ptid.
8399 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
8400
4ef3f3be
AC
84012003-01-09 Andrew Cagney <ac131313@redhat.com>
8402
479ab5a0
AC
8403 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
8404 Update comments.
8405 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
8406 (frame_saved_regs_zalloc): Update.
8407 (frame_saved_regs_register_unwind): Update.
8408 (create_new_frame): Update.
8409 (get_prev_frame): Update.
8410 (frame_extra_info_zalloc): Update.
8411 (deprecated_get_frame_saved_regs): Update.
8412 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
8413 * cris-tdep.c: Update comment.
8414
bde58177
AC
8415 * somsolib.h: Fix function indentation.
8416 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
8417 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
8418 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
8419 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
8420 * somsolib.c, inftarg.c: Remove assignment in if conditional.
8421
4ef3f3be
AC
8422 * infrun.c (follow_fork): Use ISO C definition.
8423 * expprint.c (print_subexp): Use xfree instead of free.
8424 * charset.c: Include "gdb_string.h" instead of <string.h>.
8425 (register_iconv_charsets): Use ISO C definition.
8426 (host_charset, target_charset): Ditto.
8427 * Makefile.in (charset.o): Update dependencies.
8428 (mi-cmd-env.o): Update dependencies.
8429
1c615f7a
AC
84302003-01-08 Andrew Cagney <cagney@redhat.com>
8431
8432 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
8433 get_frame_base.
8434
c9a1dc08
AC
84352003-01-08 Andrew Cagney <ac131313@redhat.com>
8436
8437 * gdb_mbuild.sh: Add --keep option. When specified, keep the
8438 build directories. Save edited gdb output in Mbuild.log. If a
8439 build fails, remove any final GDB executable.
8440
dbad9d94
AC
84412003-01-08 Andrew Cagney <ac131313@redhat.com>
8442
8443 * gdb_mbuild.sh: Edit the output of `maint print architecture'
8444 replacing hex constants with function names and stripping leading
8445 file name directory prefixes.
8446
8d357cca
AC
84472003-01-08 Andrew Cagney <cagney@redhat.com>
8448
8449 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
8450 get_frame_base.
8451
bca02a8a
DC
84522003-01-08 David Carlton <carlton@math.stanford.edu>
8453
8454 * linespec.c (decode_line_1): Move code into decode_variable.
8455 (decode_variable): New function.
8456
7f8ab3a0
AC
84572003-01-08 Andrew Cagney <ac131313@redhat.com>
8458
8459 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
8460
7b5849cc
AC
84612003-01-08 Andrew Cagney <cagney@redhat.com>
8462
8463 * cris-tdep.c (cris_frame_init_saved_regs): Use
8464 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
8465 saved_regs buffer.
8466 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8467 (sh64_nofp_frame_init_saved_regs): Ditto.
8468 (sh_fp_frame_init_saved_regs): Ditto.
8469 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
8470 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
8471 * mcore-tdep.c (analyze_dummy_frame): Ditto.
8472 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
8473
72a5efb3
DJ
84742003-01-08 Daniel Jacobowitz <drow@mvista.com>
8475
8476 * minsyms.c (lookup_minimal_symbol): Update comment.
8477 (lookup_minimal_symbol_text): Update comment. Use the hash table.
8478 (lookup_minimal_symbol_solib_trampoline): Likewise.
8479
11c02a10
AC
84802003-01-08 Andrew Cagney <cagney@redhat.com>
8481
aab3ea25
AC
8482 * d10v-tdep.c (d10v_init_extra_frame_info): Use
8483 frame_relative_level.
8484
da50a4b7
AC
8485 * alpha-tdep.c: Use get_frame_extra_info.
8486 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
8487 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
8488 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
8489 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
8490
11c02a10
AC
8491 * alpha-tdep.c: Use get_next_frame.
8492 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
8493 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
8494 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
8495 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
8496 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
8497 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
8498 * xstormy16-tdep.c: Ditto.
8ffd9b1b 8499
1e2330ba
AC
85002003-01-07 Andrew Cagney <cagney@redhat.com>
8501
8502 * alpha-tdep.c: Use get_frame_base.
8503 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
8504 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
8505 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
8506 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
8507 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
8508 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
8509 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
8510 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 8511
2d75187b
AC
85122003-01-07 Andrew Cagney <cagney@redhat.com>
8513
8514 * frame.c (deprecated_get_frame_context): New function.
8515 (deprecated_set_frame_context): New function.
8516 * frame.h (deprecated_get_frame_context): Declare.
8517 (deprecated_set_frame_context): Declare.
8518 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
8519 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 8520
483d36b2
AC
85212003-01-07 Andrew Cagney <cagney@redhat.com>
8522
8523 * frame.c (deprecated_set_frame_next_hack): New function.
8524 (deprecated_set_frame_prev_hack): New function.
8525 * frame.h (deprecated_set_frame_next_hack): Declare.
8526 (deprecated_set_frame_prev_hack): Declare.
8527 * mcore-tdep.c (analyze_dummy_frame): Use
8528 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
8529 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
8530
14e91ac5
DC
85312003-01-07 David Carlton <carlton@math.stanford.edu>
8532
8533 * linespec.c (decode_line_1): Move code into decode_dollar.
8534 (decode_dollar): New function.
8535
b0c6b05c
AC
85362003-01-07 Andrew Cagney <cagney@redhat.com>
8537
8538 * arm-tdep.c (arm_init_extra_frame_info): Use
8539 deprecated_update_frame_base_hack.
8540 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
8541 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
8542 (fix_frame_pointer): Ditto.
8543 (mn10300_analyze_prologue): Ditto.
8544
a00a19e9
AC
85452003-01-07 Andrew Cagney <cagney@redhat.com>
8546
8547 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
8548 extra_info using frame_extra_info_zalloc.
8549 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8550 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
8551 (sh64_init_extra_frame_info): Ditto.
8552 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
8553 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
8554 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
8555 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
8556 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
8557 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
8558 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
8559 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
8560 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
8561 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
8562 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8563 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
8564
8565 * mn10300-tdep.c (analyze_dummy_frame): Use
8566 deprecated_set_frame_extra_info_hack.
8567 * mcore-tdep.c (analyze_dummy_frame): Ditto.
8568
1fb4c65b
JB
85692003-01-07 J. Brobecker <brobecker@gnat.com>
8570
8571 * mdebugread.c (parse_symbol): Skip stProc entries which storage
8572 class is not scText. These do not define "real" procedures.
8573 (parse_partial_symbols): Likewise.
8574
9fe7d6bf
MS
85752003-01-06 Michael Snyder <msnyder@redhat.com>
8576
8577 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
8578
f6c609c4
AC
85792003-01-06 Andrew Cagney <ac131313@redhat.com>
8580
8581 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
8582 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
8583 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
8584 deprecated_frame_xmalloc_with_cleanup.
8585 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
8586 deprecated_frame_xmalloc.
8587 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
8588 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
8589
d995ff4b
AC
85902003-01-06 Andrew Cagney <cagney@redhat.com>
8591
84dc46cb
AC
8592 * x86-64-linux-tdep.c: Include "osabi.h".
8593 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
8594
d995ff4b
AC
8595 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
8596
66140c26
AC
85972003-01-06 Andrew Cagney <cagney@redhat.com>
8598
8599 * MAINTAINERS (Target Instruction Set Architectures): Update
8600 arm-elf. Can be built with -Werror, has been multiarched.
8601
8602 * value.h (unpack_long): Make buffer parameter constant.
8603 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
8604 * scm-lang.h (scm_parse): Ditto.
8605 * defs.h (extract_typed_address, extract_address): Ditto.
8606 (extract_long_unsigned_integer): Ditto.
8607 * inferior.h (unsigned_pointer_to_address): Ditto.
8608 (signed_pointer_to_address): Ditto.
8609 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
8610 * gdbarch.h, gdbarch.c: Regenerate.
8611 * findvar.c (extract_long_unsigned_integer): Update.
8612 (extract_address): Update.
8613 (extract_typed_address): Update.
8614 (unsigned_pointer_to_address): Update.
8615 * values.c (unpack_long): Update.
8616 (unpack_double): Update.
8617 (unpack_pointer): Update.
8618 (unpack_field_as_long): Update.
8619 * d10v-tdep.c (d10v_pointer_to_address): Update.
8620 * avr-tdep.c (avr_pointer_to_address): Update.
8621 * scm-lang.c (scm_unpack): Update.
8622 * findvar.c (signed_pointer_to_address): Update.
8623
b089b3da
ML
86242003-01-06 Michal Ludvig <mludvig@suse.cz>
8625
8ffd9b1b 8626 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
8627 since it is in i386-tdep.c.
8628
aff87235
JB
86292003-01-06 J. Brobecker <brobecker@gnat.com>
8630
8631 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
8632 failure introduced in the previous change.
8633
34f5e845
MC
86342003-01-05 Michael Chastain <mec@shout.net>
8635
8636 * README: Remove references to deleted remote-*.c files:
8637 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
8638 remote-nrom.c, remote-os9k.c, remote-udi.c.
8639
28bcfd30
MK
86402003-01-05 Mark Kettenis <kettenis@gnu.org>
8641
8642 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
8643 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
8644 i386_get_longjmp_target.
8645
15a5b3ee
AC
86462003-01-05 Andrew Cagney <ac131313@redhat.com>
8647
8648 * arm-tdep.c (prologue_cache): Change to a pointer.
8649 (_initialize_arm_tdep): Allocate prologue_cache.
8650 (check_prologue_cache): Update.
8651 (save_prologue_cache): Update.
8652 (arm_gdbarch_init): Update.
8653
c263362b
DJ
86542003-01-04 Daniel Jacobowitz <drow@mvista.com>
8655
8656 * stabsread.c (update_method_name_from_physname): Call complaint()
8657 instead of error.
8658
51603483
DJ
86592003-01-04 Daniel Jacobowitz <drow@mvista.com>
8660
8661 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
8662 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
8663 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
8664
8665 * blockframe.c: Include "gdbcmd.h" and "command.h".
8666 (backtrace_below_main): New variable.
8667 (file_frame_chain_valid, func_frame_chain_valid)
8668 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
8669 (generic_func_frame_chain_valid): Remove functions.
8670 (frame_chain_valid, do_flush_frames_sfunc): New functions.
8671 (_initialize_blockframe): New function.
8672 * Makefile.in (blockframe.o): Update dependencies.
8673 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
8674 comment. Call frame_chain_valid ().
8675 * frame.h: Remove old prototypes. Add prototype for
8676 frame_chain_valid and update comments to match.
8677 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
8678 Remove old comment.
8679 * gdbarch.h: Regenerated.
8680 * gdbarch.c: Regenerated.
8681
8682 * alpha-tdep.c (alpha_gdbarch_init): Don't call
8683 set_gdbarch_frame_chain_valid.
8684 * avr-tdep.c (avr_gdbarch_init): Likewise.
8685 * cris-tdep.c (cris_gdbarch_init): Likewise.
8686 * frv-tdep.c (frv_gdbarch_init): Likewise.
8687 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
8688 * i386-tdep.c (i386_svr4_init_abi): Likewise.
8689 (i386_nw_init_abi): Likewise.
8690 (i386_gdbarch_init): Likewise.
8691 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
8692 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
8693 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
8694 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
8695 * mips-tdep.c (mips_gdbarch_init): Likewise.
8696 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
8697 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
8698 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
8699 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
8700 * s390-tdep.c (s390_gdbarch_init): Likewise.
8701 * sh-tdep.c (sh_gdbarch_init): Likewise.
8702 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
8703 * v850-tdep.c (v850_gdbarch_init): Likewise.
8704 * vax-tdep.c (vax_gdbarch_init): Likewise.
8705 * x86-64-tdep.c (x86_64_init_abi): Likewise.
8706
8707 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
8708 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
8709 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
8710 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
8711 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
8712 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
8713 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
8714 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
8715
b00a8037
DJ
87162002-01-04 Daniel Jacobowitz <drow@mvista.com>
8717
8718 * Makefile.in (acconfig_h): Remove incorrect macro.
8719 (config_h): Define.
8720 (osabi.o): Update dependencies.
8721 * configure.tgt: Set gdb_osabi based on target triplet.
8722 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
8723 * configure: Regenerated.
8724 * config.in: Regenerated.
8725 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
8726 (GDB_OSABI_DEFAULT): Define if not already defined.
8727 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
8728 (set_osabi_string): New variables.
8729 (gdbarch_register_osabi): Add new OS ABI to
8730 gdb_osabi_available_names.
8731 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
8732 (set_osabi, show_osabi): New functions.
8733 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
8734
4be87837
DJ
87352003-01-04 Daniel Jacobowitz <drow@mvista.com>
8736
8737 * arch-utils.c (gdbarch_info_init): Set osabi to
8738 GDB_OSABI_UNINITIALIZED.
8739 * gdbarch.sh: Add osabi to struct gdbarch and to struct
8740 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
8741 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
8742 * gdbarch.c: Regenerated.
8743 * gdbarch.h: Regenerated.
8744 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
8745 there's no BFD.
8746 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
8747 * osabi.h (enum gdb_osabi): Move to defs.h.
8748 (gdbarch_init_osabi): Update prototype.
8749 * defs.h (enum gdb_osabi): Moved here.
8750 * Makefile.in: Update dependencies.
8751
8752 * alpha-tdep.h: Don't include "osabi.h".
8753 (struct gdbarch_tdep): Remove osabi member.
8754 * alpha-tdep.c: Include "osabi.h".
8755 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8756 iterate over arches. Update call to gdbarch_init_osabi.
8757 (alpha_dump_tdep): Don't dump osabi.
8758 * alpha-linux-tdep.c: Include "osabi.h".
8759 * alpha-osf1-tdep.c: Include "osabi.h".
8760 * alphafbsd-tdep.c: Include "osabi.h".
8761 * alphanbsd-tdep.c: Include "osabi.h".
8762
8763 * arm-tdep.h: Don't include "osabi.h".
8764 (struct gdbarch_tdep): Remove osabi member.
8765 * arm-tdep.c: Include "osabi.h".
8766 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8767 iterate over arches. Update call to gdbarch_init_osabi.
8768 (arm_dump_tdep): Don't dump osabi.
8769 * arm-linux-tdep.c: Include "osabi.h".
8770 * armnbsd-tdep.c: Include "osabi.h".
8771
8772 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
8773 Update call to gdbarch_init_osabi.
8774
8775 * i386-tdep.h: Don't include "osabi.h".
8776 (struct gdbarch_tdep): Remove osabi member.
8777 * i386-tdep.c: Include "osabi.h".
8778 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8779 iterate over arches. Update call to gdbarch_init_osabi.
8780 (i386_dump_tdep): Don't dump osabi.
8781 * i386-linux-tdep.c: Include "osabi.h".
8782 * i386-sol2-tdep.c: Include "osabi.h".
8783 * i386bsd-tdep.c: Include "osabi.h".
8784 * i386gnu-tdep.c: Include "osabi.h".
8785 * i386ly-tdep.c: Include "osabi.h".
8786 * i386nbsd-tdep.c: Include "osabi.h".
8787 * i386obsd-tdep.c: Include "osabi.h".
8788
8789 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
8790 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8791 check osabi when iterating over arches. Update call to
8792 gdbarch_init_osabi.
8793 (mips_dump_tdep): Don't dump osabi.
8794
8795 * ns32k-tdep.h: Don't include "osabi.h".
8796 (struct gdbarch_tdep): Remove.
8797 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
8798 gdbarch_lookup_osabi. Don't iterate over arches. Don't
8799 allocate tdep. Update call to gdbarch_init_osabi.
8800 (ns32k_dump_tdep): Remove.
8801 (_initialize_ns32k_tdep): Update call to gdbarch_register.
8802 * ns32knbsd-tdep.c: Include "osabi.h".
8803
8804 * ppc-tdep.h: Don't include "osabi.h".
8805 (struct gdbarch_tdep): Remove osabi member.
8806 * rs6000-tdep.c: Include "osabi.h".
8807 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
8808 osabi when iterating over arches. Update call to
8809 gdbarch_init_osabi.
8810 (rs6000_dump_tdep): Don't dump osabi.
8811 * ppc-linux-tdep.c: Include "osabi.h".
8812 * ppcnbsd-tdep.c: Include "osabi.h".
8813
8814 * sh-tdep.h: Don't include "osabi.h".
8815 (struct gdbarch_tdep): Remove osabi member.
8816 * sh-tdep.c: Include "osabi.h".
8817 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8818 iterate over arches. Update call to gdbarch_init_osabi.
8819 (sh_dump_tdep): Don't dump osabi.
8820 * shnbsd-tdep.c: Include "osabi.h".
8821
8822 * sparc-tdep.c: Include "osabi.h".
8823 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8824 iterate over arches. Update call to gdbarch_init_osabi.
8825 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
8826 tdep structure.
8827
8828 * vax-tdep.h: Don't include "osabi.h".
8829 (struct gdbarch_tdep): Remove.
8830 * vax-tdep.c: Include "osabi.h".
8831 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8832 iterate over arches. Don't allocate tdep. Update call
8833 to gdbarch_init_osabi.
8834 (vax_dump_tdep): Remove.
8835 (_initialize_vax_tdep): Update call to gdbarch_register.
8836
a881cf8e
DJ
88372003-01-04 Daniel Jacobowitz <drow@mvista.com>
8838
8839 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
8840 entirely.
8841 (breakpoint_re_set_one): Don't fetch the value for a disabled
8842 watchpoint.
8843
1e698235
DJ
88442003-01-04 Daniel Jacobowitz <drow@mvista.com>
8845
8846 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
8847 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
8848 (COERCE_FLOAT_TO_DOUBLE): Remove.
8849 * gdbarch.c: Regenerate.
8850 * gdbarch.h: Regenerate.
8851 * Makefile.in: Remove value_h from gdbarch_h.
8852 * valops.c (coerce_float_to_double): New variable.
8853 (default_coerce_float_to_double): Remove.
8854 (standard_coerce_float_to_double): Remove.
8855 (value_arg_coerce): Use coerce_float_to_double.
8856 (_initialize_valops): Add "set coerce-float-to-double".
8857 * value.h (default_coerce_float_to_double): Remove prototype.
8858 (standard_coerce_float_to_double): Remove prototype.
8859
8860 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
8861 prototyped.
8862 * mdebugread.c (parse_symbol): Likewise.
8863 * stabsread.c (define_symbol): Mark all functions as prototyped.
8864
8865 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
8866 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
8867 set_gdbarch_coerce_float_to_double.
8868 * arm-tdep.c (arm_gdbarch_init): Likewise.
8869 * frv-tdep.c (frv_gdbarch_init): Likewise.
8870 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
8871 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
8872 * mips-tdep.c (mips_gdbarch_init): Likewise.
8873 (mips_coerce_float_to_double): Remove.
8874 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
8875 (rs6000_coerce_float_to_double): Remove.
8876 * s390-tdep.c (s390_gdbarch_init): Likewise.
8877 * sh-tdep.c (sh_gdbarch_init): Likewise.
8878 (sh_coerce_float_to_double): Remove.
8879 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
8880 (sparc_coerce_float_to_double): Remove.
8881 * v850-tdep.c (v850_gdbarch_init): Likewise.
8882 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
8883 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8884 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
8885 (hppa_coerce_float_to_double): Remove prototype.
8886 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8887
f436a26a
DJ
88882003-01-04 Daniel Jacobowitz <drow@mvista.com>
8889
8890 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
8891
248f8055
DJ
88922003-01-04 Daniel Jacobowitz <drow@mvista.com>
8893
8894 Suggested by Stewart Brown <sb24@avaya.com>:
8895 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
8896 in recursive calls. Handle TYPE_CODE_TYPEDEF.
8897 (c_type_print_varspec_suffix): Likewise.
8898
72cfdc76
MK
88992003-01-04 Mark Kettenis <kettenis@gnu.org>
8900
bfd260bb
MK
8901 * configure.in: Don't set and AC_SUBST SUBDIRS.
8902 * configure: Regenerated.
8903
72cfdc76
MK
8904 * configure.in: Remove code dealing with shared libraries.
8905 * Makefile.in: Remove HLDFLAGS and HLDENV.
8906 * configure: Regenerated.
8907
c8b8a898
AC
89082003-01-04 Andrew Cagney <ac131313@redhat.com>
8909
8910 * frame.c (deprecated_frame_xmalloc): New function.
8911 (deprecated_set_frame_saved_regs_hack): New function.
8912 (deprecated_set_frame_extra_info_hack): New function.
8913 * frame.h (deprecated_frame_xmalloc): Declare.
8914 (deprecated_set_frame_saved_regs_hack): Declare.
8915 (deprecated_set_frame_extra_info_hack): Declare.
8916
14abd0fb
MK
89172003-01-04 Mark Kettenis <kettenis@gnu.org>
8918
8ee53726
MK
8919 * configure.in: Move code that provides the --enable-gdbtk option
8920 right after the code that handles the --enable-tui option, and
8921 polish it somewhat.
8922 * configure: Regenerated.
8923
14abd0fb
MK
8924 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
8925 AC_CHECK_FUNCS and remove the old check for pread64.
8926 * acinclude.m4 (AC_GNU_SOURCE): New macro.
8927 * acconfig.h (_GNU_SOURCE): Add.
8928 (HAVE_PREAD64): Remove.
8929 * configure, aclocal.m4, config.in: Regenerated.
8930
b2fb4676
AC
89312003-01-03 Andrew Cagney <ac131313@redhat.com>
8932
8933 * alpha-tdep.c: Use get_frame_saved_regs.
8934 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
8935 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
8936 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
8937 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
8938 * vax-tdep.c, xstormy16-tdep.c: Ditto.
8939
8dcde887
MK
89402003-01-03 Mark Kettenis <kettenis@gnu.org>
8941
8942 * configure.in: Remove all use of the SUBDIRS variable; add
8943 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
8944 code providing the --enable-multi-ice option, and move it right in
8945 front of the code that checks whether gdbserver is supported.
8946 Polish that too.
8947 * configure: Regenerated.
8948 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
8949 @SUBDIRS@.
8950
8ccd593b
AC
89512003-01-03 Andrew Cagney <cagney@redhat.com>
8952
8953 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
8954 * avr-tdep.c, cris-tdep.c: Ditto.
8955 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
8956 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 8957
91151a06
MK
89582003-01-03 Mark Kettenis <kettenis@gnu.org>
8959
8960 * configure.in: Remove --enable-netrom option.
8961 * configure: Regenerated.
8962
8fe84d01
MK
89632003-01-03 Mark Kettenis <kettenis@gnu.org>
8964
8965 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
8966 declaration for `struct re_pattern_buffer' instead.
8967 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
8968
f0394be6
JB
89692003-01-03 J. Brobecker <brobecker@gnat.com>
8970
8971 * mdebugread.c (parse_symbol): Count until the stEnd matching
8972 the structure name.
8973
27e9bf90
MK
89742003-01-02 Mark Kettenis <kettenis@gnu.org>
8975
93d331ba
MK
8976 * configure.in: Remove --with-cpu option.
8977 subscripts. Remove evil changequotes here.
8978 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
8979 * config.in, configure: Regenerated.
8ffd9b1b 8980
27e9bf90
MK
8981 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
8982 * configure.in: Cleanup section that sources GDB and BFD configure
8983 subscripts. Remove evil changequotes here.
8984 * config.in, configure: Regenerated.
8985
50abf9e5
AC
89862003-01-02 Andrew Cagney <ac131313@redhat.com>
8987
8988 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
8989 frame accessor methods.
8990 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
8991 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
8992 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
8993 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
8994 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8995 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
8996 * z8k-tdep.c: Ditto.
8ffd9b1b 8997
287c1a40
MK
89982003-01-02 Mark Kettenis <kettenis@gnu.org>
8999
f5dbc56d
MK
9000 * configure.in: Remove UI_OUT configuration code.
9001 * ada-lang.c: Update assuming UI_OUT is always true.
9002 * Makefile.in (UIOUT_CFLAGS): Remove.
9003 * configure: Regenerated.
9004 * TODO: Remove blurb about elimination of -DUI_OUT.
9005
627af7ea
MK
9006 * configure.in: Move code that provides the --enable-gdbcli,
9007 --enable-gdbmi options right before the code that handles the
9008 --enable-tui option. Polish a bit.
9009 * configure: Regenerated.
9010
06825bd1
MK
9011 * configure.in: Rewrite check for GNU regex and the
9012 --without-included regex option, and move it into the "Checks for
9013 library functions" section. This makes us use the system regex
9014 again by default on systems with version 2 of the GNU C library.
9015 This was apparently broken.
9016 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
9017 * acconfig.h (USE_INCLUDED_REGEX): Remove.
9018 * config.in, configure: Regenerated.
9019
287c1a40
MK
9020 * configure.in: Move code that provides the --enable-tui option
9021 before the "Checks for libraries" section. Polish the code
9022 somewhat and set need_curses to yes if we build the TUI. Rewrite
9023 code that looks for a library providing termcap functionality to
9024 match more closely what's done in the Readline library, and move
9025 it into to the "Checks for libraries" section.
9026 * configure: Regenerated.
9027 * Makefile.in (TERMCAP): Remove variable.
9028 * config/i386/go32.mh (TERMCAP): Remove variable.
9029
684e56bf
AC
90302003-01-02 Andrew Cagney <ac131313@redhat.com>
9031
9032 * MAINTAINERS: Mention gdb_mbuild.sh.
9033 * gdb_mbuild.sh: Rewrite.
9034
e1ea1d75
MK
90352003-01-02 Mark Kettenis <kettenis@gnu.org>
9036
9037 * configure.in: Fix typo in last change.
9038 * config.in, configure: Regenerated.
9039
1b831c93
AC
90402003-01-02 Andrew Cagney <ac131313@redhat.com>
9041
9042 * valarith.c (value_binop): Delete obsolete code and comments.
9043 * configure.host: Ditto.
9044 * buildsym.h (make_blockvector): Ditto.
9045 * buildsym.c (make_blockvector): Ditto.
9046 * defs.h (enum language): Ditto.
9047 (chill_demangle): Ditto.
9048 * elfread.c (elf_symtab_read): Ditto.
9049 * dwarfread.c (CHILL_PRODUCER): Ditto.
9050 (set_cu_language): Ditto.
9051 (handle_producer): Ditto.
9052 * expprint.c (print_subexp): Ditto.
9053 * gdbtypes.c (chill_varying_type): Ditto.
9054 * gdbtypes.h (builtin_type_chill_bool): Ditto.
9055 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
9056 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
9057 (chill_varying_type): Ditto.
9058 * language.h (_LANG_chill): Ditto.
9059 * language.c (binop_result_type, integral_type): Ditto.
9060 (character_type, string_type, structured_type): Ditto.
9061 (lang_bool_type, binop_type_check): Ditto.
9062 * stabsread.h (os9k_stabs): Ditto.
9063 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
9064 (define_symbol, read_type, read_struct_fields): Ditto.
9065 (read_array_type, read_enum_type, read_huge_number): Ditto.
9066 (read_range_type, start_stabs): Ditto.
9067 * symfile.c (init_filename_language_table): Ditto.
9068 (add_psymbol_with_dem_name_to_list): Ditto.
9069 * symtab.c (symbol_init_language_specific): Ditto.
9070 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
9071 * symtab.h (struct general_symbol_info): Ditto.
9072 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
9073 * typeprint.c (typedef_print): Ditto.
9074 * utils.c (fprintf_symbol_filtered): Ditto.
9075 * valops.c (value_cast, search_struct_field, value_slice): Delete
9076 obsolete code.
9077 (varying_to_slice): Delete function.
9078 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
9079 (varying_to_slice): Delete declaration.
9080 * MAINTAINERS: Update.
9081
8bb2c122
MK
90822003-01-02 Mark Kettenis <kettenis@gnu.org>
9083
97bf5e38
MK
9084 * configure.in: Reorganize "Checks for library functions section"
9085 a bit. Remove check for `btowc' and `isascii' functions.
9086 * configure: Regenerated.
9087
5ee754fc
MK
9088 * acconfig.h (_MSE_INT_H): Remove.
9089 * configure.in: Create "Checks for header files" section, and move
9090 appropriate tests there. Don't check for objlist.h, wchar.h,
9091 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
9092 misdetection fix. Also add "Checks for types", "Checks for
9093 compiler characteristics" and "Checks for library functions"
9094 sections.
9095 * config.in, configure: Regenerated.
9096
8bb2c122
MK
9097 * configure.in: Create "Checks for programs" section, and move
9098 appropriate tests there.
9099
9a156167
MK
91002003-01-01 Mark Kettenis <kettenis@gnu.org>
9101
9102 * configure.in: Create "Checks for libraries" section, and move
9103 appropriate tests there. Cleanup check for wctype in libw. Use
9104 AC_SEARCH_LIBS to see whether we need libsocket.
9105 * configure: Regenerated.
9106
a80e2bcb 9107For older changes see ChangeLog-2002
c906108c
SS
9108\f
9109Local Variables:
9110mode: change-log
9111left-margin: 8
9112fill-column: 74
9113version-control: never
9114End:
This page took 0.882375 seconds and 4 git commands to generate.