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