* sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2
3 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
4 reg_size to keep GCC silent.
5
6 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
7
8 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
9 base for DW_EH_PE_textrel encodings.
10 (read_encoded_value): Add a DW_EH_PE_textrel case.
11 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
12 section.
13
14 2003-10-03 Mark Kettenis <kettenis@gnu.org>
15
16 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
17
18 2003-10-02 Andrew Cagney <cagney@redhat.com>
19
20 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
21 REGISTER_RAW_SIZE.
22 * gdbarch.h, gdbarch.c: Re-generate.
23 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
24 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
25 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
26 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
27 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
28 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
29 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
30 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
31 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
32 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
33 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
34 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
35 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
36 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
37 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
38 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
39
40 2003-10-02 Jim Blandy <jimb@redhat.com>
41
42 * dwarf2read.c (struct die_info): Doc fix.
43
44 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
45
46 * sh-tdep.c: Running thru gdb_indent.sh.
47
48 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
49
50 * sh-tdep.c (sh_justify_value_in_reg): New function.
51 (sh_stack_allocsize): Ditto.
52 (flt_argreg_array): New array used for floating point argument
53 passing.
54 (sh_init_flt_argreg): New function.
55 (sh_next_flt_argreg): Ditto.
56 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
57 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
58 Fix argument passing strategy.
59 (sh_push_dummy_call_nofpu): Ditto.
60
61 2003-10-01 Andrew Cagney <cagney@redhat.com>
62
63 * value.h (register_value_being_returned): Declare. Replace
64 "value_being_returned".
65 * infcall.c (call_function_by_hand): Use
66 register_value_being_returned.
67 * infcmd.c (print_return_value): Call
68 "register_value_being_returned", handle struct return locally.
69 * values.c (register_value_being_returned): New function. Replace
70 "value_being_returned".
71
72 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
73
74 * linux-proc.c (linux_do_registers): New function.
75 (linux_make_note_section): Use linux_do_registers in case of
76 single threaded inferior programs.
77
78 2003-10-01 Andrew Cagney <cagney@redhat.com>
79
80 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
81 use STRUCT_ADDR. When not using "struct return convention", pass
82 "0" to "value_being_returned". Add FIXMEs.
83 * infcmd.c (print_return_value): Pass an explicit 0/1 to
84 value_being_returned. Add comments.
85 * values.c (value_being_returned): Add fixme.
86 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
87 (hppa_value_returned_from_stack): Add FIXME.
88
89 2003-09-30 David Carlton <carlton@kealia.com>
90
91 * dwarf2read.c (struct die_info): Add 'parent' field; replace
92 'has_children' and 'next' by 'child' and 'sibling'.
93 (read_comp_unit): Rework algorithm, breaking body into
94 read_die_and_children and read_die_and_siblings.
95 (read_die_and_children, read_die_and_siblings): New.
96 (read_full_die): Add 'has_children' argument; set it instead of
97 the die's 'has_children' field. Minor formatting cleanup.
98 (free_die_list): Use die->child and die->sibling instead of
99 die->next.
100 (dump_die_list): Ditto.
101 (sibling_die): Use die->sibling.
102 (psymtab_to_symtab_1): Use die's 'child' field in place of its
103 'has_children' and 'next' fields.
104 (process_die, read_file_scope, read_func_scope)
105 (read_lexical_block_scope, read_structure_scope)
106 (read_enumeration, read_array_type, read_common_block)
107 (read_namespace, read_subroutine_type, dump_die): Ditto.
108
109 2003-09-30 Andrew Cagney <cagney@redhat.com>
110
111 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
112 to 224, not 220.
113
114 2003-09-30 Andrew Cagney <cagney@redhat.com>
115
116 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
117 REGISTER_VIRTUAL_SIZE.
118 * gdbarch.h, gdbarch.c: Regenerate.
119 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
120 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
121 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
122
123 2003-09-29 Andrew Cagney <cagney@redhat.com>
124
125 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
126 DEPRECATED_REGISTER_VIRTUAL_TYPE.
127 * gdbarch.h, gdbarch.c: Regenerate.
128 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
129 * sh64-tdep.c, sparc-tdep.c: Update.
130
131 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
132 * remote-vxmips.c (vx_read_register): Ditto.
133 * remote-vx68.c (vx_read_register): Ditto.
134 * gnu-nat.c (inf_validate_procs): Ditto.
135
136 2003-09-29 J. Brobecker <brobecker@gnat.com>
137
138 * infcall.c (call_function_by_hand): Fix build failure
139 introduced in the previous change to this file.
140
141 2003-09-29 Andrew Cagney <cagney@redhat.com>
142
143 * NEWS: Mention Objective-C.
144
145 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
146
147 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
148 test if the register has been saved on the stack.
149 (arm_scan_prologue_cache): When analysing the instruction
150 "str lr, [sp, #-4]", save the address where lr has been stored.
151
152 2003-09-28 Andrew Cagney <cagney@redhat.com>
153
154 * frame.c (frame_read_unsigned_register): Delete function.
155 * frame.h (frame_read_unsigned_register): Delete declaration.
156 * sparc-tdep.c (sparc_init_extra_frame_info): Use
157 get_frame_register_unsigned.
158 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
159 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
160 * d10v-tdep.c (d10v_print_registers_info): Ditto.
161
162 * frame.h (frame_read_register): Delete declaration.
163 * frame.c (frame_read_register): Delete function.
164 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
165 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
166 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
167 * mips-tdep.c (mips_register_to_value): Ditto.
168 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
169 * d10v-tdep.c (d10v_print_registers_info): Ditto.
170
171 * frame.c (frame_read_signed_register): Delete function.
172 (frame_read_unsigned_register): Update comments.
173 * frame.h (frame_read_signed_register): Delete declaration.
174 * h8300-tdep.c (h8300_print_register): Use
175 get_frame_register_signed.
176 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
177
178 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
179 Rename VALUE_RETURNED_FROM_STACK.
180 * infcmd.c (print_return_value): Update.
181 * infcall.c (call_function_by_hand): Update.
182
183 2003-09-28 Mark Kettenis <kettenis@gnu.org>
184
185 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
186 regcache argument and reverse the order of the other two
187 arguments. Remove local regcache variable. Determine
188 architecture from REGCACHE. Update comments.
189 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
190 reverse the order of the other two arguments. Remove local
191 regcache variable. Determine architecture from REGCACHE. Update
192 comments.
193 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
194 prototypes. Update comments.
195 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
196 comment.
197 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
198 Update.
199 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
200 * i386-interix-nat.c (supply_fpregset): Update.
201 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
202 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
203 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
204 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
205 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
206 Update.
207 * i386obsd-tdep.c (fetch_core_registers): Update.
208 * i386v4-nat.c (supply_fpregset): Update.
209 * x86-64-linux-nat.c (supply_fpregset): Update.
210 * x86-64-linux-tdep.c (fetch_core_registers): Update.
211
212 2003-09-27 Mark Kettenis <kettenis@gnu.org>
213
214 * i386-tdep.h: Put opaque declarations in alphabetical
215 order. Remove spurious whitespace.
216 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
217 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
218 * i386-tdep.c (MM0_REGNUM): Remove define.
219 (i386_mmx_regnum_p): Add gdbarch argument.
220 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
221 Rewrite using new macro definitions for FPU/SSE registers.
222 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
223 definitions from i387-tdep.h.
224 (i386_register_name): Update.
225 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
226 new macro definitions for FPU/SSE registers.
227 (i386_extract_return_value): Determine whether floating-point
228 registers are present by examining REGCACHE's architecture.
229 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
230 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
231 FPU/SSE registers.
232 (i386_register_type): Update.
233 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
234 definitions for FPU registers. Use REGCACHE's architecture to
235 determine the appropriate register numbers.
236 (i386_pseudo_register_read, i386_pseudo_register_write,
237 i386_register_reggroup_p): Update.
238 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
239 TDEP->mm0_regnum.
240 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
241 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
242 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
243 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
244 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
245 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
246 *' to `void *'.
247 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
248 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
249 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
250 definitions for FPU/SSE registers.
251 (FXSAVE_MXCSR_ADDR): New define.
252 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
253 TDEP->mm0_regnum.
254 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
255 (I387_ST0_REGNUM): Define.
256
257 * regcache.h (get_regcache_arch): New prototype.
258 * regcache.c (get_regcache_arch): New function.
259
260 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
261 whitespace.
262
263 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
264 Initialize using ARRAY_SIZE.
265
266 2003-09-27 Andrew Cagney <cagney@redhat.com>
267
268 * arch-utils.c (deprecated_init_frame_pc_default): Rename
269 "init_frame_pc_default".
270 * arch-utils.h (deprecated_init_frame_pc_default): Update.
271 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
272 * vax-tdep.c (vax_gdbarch_init): Update.
273 * v850-tdep.c (v850_gdbarch_init): Update.
274 * sh64-tdep.c (sh64_gdbarch_init): Update.
275 * s390-tdep.c (s390_gdbarch_init): Update.
276 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
277 * mcore-tdep.c (mcore_gdbarch_init): Update.
278 * h8300-tdep.c (h8300_gdbarch_init): Update.
279 * cris-tdep.c (cris_gdbarch_init): Update.
280 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
281
282 2003-09-26 Mark Kettenis <kettenis@gnu.org>
283
284 * regset.h: New file.
285 * Makefile.in (regset_h): Add.
286
287 2003-09-25 Andrew Cagney <cagney@redhat.com>
288
289 * frame.h (deprecated_frame_saved_regs): Rename
290 get_frame_saved_regs.
291 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
292 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
293 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
294 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
295 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
296
297 2003-09-25 Andrew Cagney <cagney@redhat.com>
298
299 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
300 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
301 and Java.
302 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
303 arm*-*-* do not use the new frame code.
304
305 2003-09-25 David Carlton <carlton@kealia.com>
306
307 * c-exp.y: Remove 'register' declarations.
308 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
309
310 2003-09-25 David Carlton <carlton@kealia.com>
311
312 * c-exp.y: Include cp-support.h. Add qualified_type.
313 (yylex): Delete nested type hack; add comments.
314 * cp-namespace.c (cp_lookup_nested_type): New function.
315 * cp-support.h: Declare cp_lookup_nested_type.
316 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
317 instead of value_struct_elt_for_reference.
318 * valops.c: Include cp-support.h.
319 (value_aggregate_elt): New function.
320 (value_namespace_elt): Ditto.
321 (value_struct_elt_for_reference): Make static.
322 * value.h: Delete declaration of value_struct_elt_for_reference;
323 add declaration for value_aggregate_elt.
324 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
325 (valops.o): Ditto.
326
327 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
328
329 * stack.c: Include "reggroups.h".
330 (frame_info): Only display registers in all_reggroup.
331 * Makefile.in (stack.o): Update dependencies.
332
333 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
334
335 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
336 "add ip, sp #n" in the prologue.
337 (arm_scan_prologue): Ditto.
338
339 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
340
341 * MAINTAINERS (write after approval): Add myself.
342
343 2003-09-25 Andreas Schwab <schwab@suse.de>
344
345 * m68k-tdep.c: Include "dwarf2-frame.h".
346 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
347 * Makefile.in (m68k-tdep.o): Update dependencies.
348
349 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
350
351 * sh-tdep.c (struct frame_extra_info): Remove.
352 (struct sh_frame_cache): New structure.
353 (GET_SOURCE_REG): New macro extracting source register of an opcode.
354 (GET_TARGET_REG): Ditto but target register.
355 (GET_PUSHED_REG): Remove.
356 (IS_MOV_ARG_TO_REG): New macro.
357 (IS_MOV_ARG_TO_IND_R14): New macro.
358 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
359 (IS_MOVW_PCREL_TO_REG): New macro.
360 (IS_MOVL_PCREL_TO_REG): New macro.
361 (IS_SUB_REG_FROM_SP): New macro.
362 (IS_ARG_MOV): Remove.
363 (IS_MOV_TO_R14): Remove.
364 (IS_RESTORE_FP): New macro.
365 (IS_RTS): New macro.
366 (IS_LDS): New macro.
367 (IS_MOV_FP_SP): New macro.
368 (IS_ADD_REG_TO_FP): New macro.
369 (IS_ADD_IMM_FP): New macro.
370 (sh_skip_prologue_hard_way): Remove.
371 (sh_saved_pc_after_call): Remove.
372 (sh_frame_chain): Remove.
373 (sh_find_callers_reg): Remove.
374 (sh_nofp_frame_init_saved_regs): Remove.
375 (sh_fp_frame_init_saved_regs): Remove.
376 (sh_init_extra_frame_info): Remove.
377 (sh_analyze_prologue): New function.
378 (sh_skip_prologue): Remove deprecated code. Rely on new function
379 sh_analyze_prologue when after_prologue fails.
380 (sh_frame_saved_pc): Remove.
381 (sh_alloc_frame_cache): New function.
382 (sh_frame_cache): Ditto.
383 (sh_frame_prev_register): Ditto.
384 (sh_frame_this_id): Ditto.
385 (sh_frame_unwind): New structure defining the heuristic frame
386 sniffer interface.
387 (sh_frame_sniffer): New function.
388 (sh_unwind_sp): Ditto.
389 (sh_unwind_pc): Ditto.
390 (sh_unwind_dummy_id): Ditto.
391 (sh_frame_base_address): Ditto.
392 (sh_frame_base): New structure defining new frame base code.
393 (sh_in_function_epilogue_p): New function.
394 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
395 code and to call all new code instead. Initialize dwarf2 and
396 heuristic frame sniffer.
397
398 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
399
400 * parser-defs.h (struct exp_descriptor): New definition, containing
401 language-specific info for printing, prefixifying, dumping, and
402 evaluating expressions.
403 (exp_descriptor_standard): Declare new variable.
404 (print_subexp): Make global and declare here (from expprint.c).
405 (dump_subexp): Ditto.
406 (dump_subexp_body_standard): Declare.
407 (operator_length_standard): Declare.
408 (op_name_standard): Declare.
409 (print_subexp): Declare.
410 (print_subexp_standard): Declare.
411
412 * language.h (struct language_defn): Add la_exp_desc field to hold
413 pointer to table for language-specific operators.
414 Remove evaluate_exp field, which is now in struct exp_descriptor.
415
416 * parse.c (operator_length): Move most code to new
417 operator_length_standard function. Use language-specific information.
418 (operator_length_standard): New function taking most code from
419 operator_length.
420 (exp_descriptor_standard): New constant.
421
422 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
423 and OP_EXTENDED_LAST.
424
425 * expprint.c (print_subexp): Use language-specific print_subexp.
426 Make global; remove static declaration.
427 Move most code to print_subexp_standard.
428 (print_subexp_standard): New function, containing code formerly in
429 print_subexp.
430 (op_name): Add expression to argument signature.
431 Use langauge-specific op_name.
432 Move most code to op_name_standard.
433 (op_name_standard): New function, containing code formerly in op_name.
434 (dump_subexp): Use new version of op_name function.
435 Use language-specific dump_subexp_body, and move most existing code to
436 dump_subexp_body_standard.
437 (dump_raw_expression): Use new op_name interface.
438 (dump_subexp_body): Move most code to dump_subexp_body_standard.
439 (dump_subexp_body_standard): New function, containing code formerly
440 in dump_subexp_body.
441
442 * language.c (unknown_language): Add default la_exp_desc field and
443 remove evaluate_exp field.
444 (auto_language): Ditto.
445 (local_language): Ditto.
446 * f-lang.c (f_language_defn): Ditto.
447 * c-lang.c (c_language_defn): Ditto.
448 (cplus_language_defn): Ditto.
449 (asm_language_defn): Ditto.
450 (minimal_language_defn): Ditto.
451 * p-lang.c (pascal_language_defn): Ditto.
452 * m2-lang.c (m2_language_defn): Ditto.
453 * objc-lang.c (objc_language_defn): Ditto.
454
455 * jv-lang.c (exp_descriptor_java): New variable, containing
456 Java-specific expression evaluator.
457 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
458 field.
459 * scm-lang.c (exp_descriptor_scm): New variable, containing
460 Scheme-specific expression evaluator.
461 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
462 field.
463 * objc-lang.c (print_object_command): Take evaluate_exp from the
464 la_exp_desc field.
465
466 * Makefile.in (eval.o): Add dependency on parser-defs.h.
467
468 * eval.c: Include parser-defs.h for the full declaration of
469 la_exp_desc's type.
470 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
471
472 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
473
474 * parser-defs.h (operator_length): Declare.
475
476 * parse.c (length_of_subexp): Use operator_length to get operator
477 lengths and arities for operators.
478 Move most code to new operator_length function.
479 (operator_length): New function absorbing most code from
480 length_of_subexp.
481 (prefixify_subexp): Remove large case and use operator_length instead.
482 (parse_exp_1): Use renamings:
483 dump_prefix_expression => dump_raw_expression and
484 dump_postfix_expression => dump_prefix_expression.
485
486 * expression.h (dump_prefix_expression): Rename to ...
487 (dump_raw_expression): New name.
488 (dump_postfix_expression): Rename to ...
489 (dump_prefix_expression): New name.
490
491 * expprint.c (dump_subexp): Make global. Add comment.
492 Move most existing code to dump_subexp_body.
493 (dump_subexp_body): New function.
494 (dump_prefix_expression): Rename to dump_raw_expression.
495 Remove attempt to print the expression via print_expression: it can't
496 work before the expression is prefixified.
497 (dump_raw_expression): Renamed from dump_prefix_expression.
498 (dump_postfix_expression): Rename to dump_prefix_expression, since
499 that's what it does.
500 Remove 'note' parameter, since this routine must be used on
501 prefixified expression.
502 (dump_prefix_expression): Renamed from dump_postfix_expression.
503
504 2003-09-22 Jim Blandy <jimb@redhat.com>
505
506 * dwarf2read.c (read_array_type): When building the type for an
507 array of unspecified length, make sure to choose the upper bound
508 so that the array's total length comes out to be zero --- that's
509 how we represent such arrays.
510
511 2003-09-22 Michael Chastain <mec@shout.net>
512
513 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
514
515 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
516
517 * top.c (quit_force): Fix indirect call to quit_target so
518 a struct qt_args pointer is passed.
519
520 2003-09-22 Andrew Cagney <cagney@redhat.com>
521
522 * arch-utils.h (init_frame_pc_noop): Delete declaration.
523 * arch-utils.c (init_frame_pc_noop): Delete function.
524 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
525 "init_frame_pc".
526 * mips-tdep.c (mips_gdbarch_init): Ditto.
527 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
528 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
529 declaration.
530 (DEPRECATED_INIT_FRAME_PC): Delete macro.
531 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
532 declaration.
533 (DEPRECATED_INIT_FRAME_PC): Delete macro.
534
535 2003-09-22 Anthony Green <green@redhat.com>
536
537 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
538 declaration.
539
540 2003-09-20 Andrew Cagney <cagney@redhat.com>
541
542 * breakpoint.c: Eliminate ARGSUSED.
543 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
544 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
545 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
546 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
547 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
548 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
549 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
550 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
551 * wince.c, remote-vx.c: Ditto.
552
553 * cli/cli-script.c: Remove "register" attributes.
554 * config/pa/tm-hppa.h: Ditto.
555 * cli/cli-decode.c: Ditto.
556 * cli/cli-cmds.c: Ditto.
557
558 2003-09-19 Andrew Cagney <cagney@redhat.com>
559
560 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
561 DEPRECATED_NPC_REGNUM.
562 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
563
564 2003-09-19 Christopher Faylor <cgf@redhat.com>
565
566 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
567
568 2003-09-19 Jim Blandy <jimb@redhat.com>
569
570 * macrotab.c (macro_include): Use the correct comparison to find
571 the appropriate place for this inclusion in the list.
572
573 2003-09-19 Andrew Cagney <cagney@redhat.com>
574
575 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
576 (DEPRECATED_HPUX_TEXT_END): Define.
577 (deprecated_hpux_text_end): Declare.
578 (struct target_ops): Declare opaque.
579 * hppah-nat.c (text_end): Make static.
580 (deprecated_hpux_text_end): New function.
581 * exec.c (text_end): Delete global variable.
582 (NEED_TEXT_START_END): Do not define.
583 (exec_file_attach): Replace code computing "text_end" code with
584 call to DEPRECATED_HPUX_TEXT_END.
585
586 2003-09-19 Andrew Cagney <cagney@redhat.com>
587
588 * utils.c (align_up, align_down): New functions.
589 * defs.h (align_up, align_down): Declare.
590 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
591 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
592 and "align_down".
593 (round_up, round_down): Delete functions.
594 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
595 "align_down".
596 (ROUND_DOWN, ROUND_UP): Delete macros.
597 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
598 * h8300-tdep.c: Replace "round_up" and "round_down" with
599 "align_up" and "align_down".
600 (round_up, round_down): Delete macros.
601 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
602 "align_down".
603 (ROUND_UP, ROUND_DOWN): Delete macros.
604
605 2003-09-18 J. Brobecker <brobecker@gnat.com>
606
607 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
608 hard-coded constant. Use the proper machine name instead.
609
610 2003-09-17 Andrew Cagney <cagney@redhat.com>
611
612 * sparc-tdep.c (legacy_register_name): Delete function.
613 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
614 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
615 * infcmd.c (gdb_register_name): Delete variable.
616 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
617 REGISTER_NAME and "tm.h".
618 * gdbarch.h, gdbarch.c: Regenerate.
619 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
620 REGISTER_NAMES in comments.
621 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
622 * m68klinux-nat.c (regmap): Ditto.
623
624 2003-09-17 Jim Blandy <jimb@redhat.com>
625
626 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
627
628 2003-09-17 Andrew Cagney <cagney@redhat.com>
629
630 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
631 (ppcnbsd_init_abi): Set "use_struct_convention" to
632 "ppcnbsd_use_struct_convention".
633
634 2003-09-17 Mark Kettenis <kettenis@gnu.org>
635
636 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
637 * gdbarch.h, gdbarch.c: Regenerate.
638 (stabs_argument_has_addr): New architecture method.
639 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
640 * arch-utils.c: Include "buildsym.h".
641 (default_stabs_argument_has_addr): New function.
642 * stabsread.c (define_symbol): Use stabs_argument_has_addr
643 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
644
645 2003-09-17 Andrew Cagney <cagney@redhat.com>
646
647 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
648 * gdbarch.h, gdbarch.c: Regenerate.
649 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
650 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
651 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
652 * sparcnbsd-tdep.c: Update.
653
654 2003-09-17 Andrew Cagney <cagney@redhat.com>
655
656 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
657 * gdbarch.h, gdbarch.c: Regenerate.
658 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
659 * d10v-tdep.c, frame.c: Update.
660 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
661 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
662 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
663 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
664 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
665 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
666 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
667 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
668 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
669 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
670 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
671 * config/pa/nm-hppah.h: Update.
672
673 2003-09-16 Andrew Cagney <cagney@redhat.com>
674
675 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
676 "use_struct_convention" to "ppc_linux_use_struct_convention".
677 (ppc_linux_use_struct_convention): New function.
678 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
679 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
680 "rs6000_use_struct_convention".
681 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
682 declaration.
683 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
684 Delete function.
685
686 2003-09-16 Andrew Cagney <cagney@redhat.com>
687
688 * buildsym.c: Remove more occurances of "register".
689 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
690 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
691 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
692 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
693 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
694 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
695 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
696 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
697
698 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
699
700 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
701 numbers to enumeration values.
702 * sh-tdep.c: Accomodate above change.
703 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
704 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
705 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
706 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
707 (IS_FPUSH): Rename from IS_FMOV.
708 (sh_extract_struct_value_address): Remove useless comment.
709 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
710 instead of own local values.
711 (sh_dump_tdep): Remove.
712 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
713 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
714
715 2003-09-15 Andrew Cagney <cagney@redhat.com>
716
717 * doublest.c (convert_floatformat_to_doublest): No longer need to
718 cast "exp_bias" to an int. Reverts 2002-12-04 change.
719
720 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
721
722 * values.c (unpack_double): Call floatformat_is_valid.
723
724 2003-09-15 Mark Kettenis <kettenis@gnu.org>
725
726 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
727 ps_strings into a long.
728
729 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
730 _initialize_am64fbsd_nat.
731
732 2003-09-15 Kevin Buettner <kevinb@redhat.com>
733
734 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
735 associated with DW_AT_ranges attribute is out of bounds.
736
737 2003-09-15 David Lecomber <dsl@sources.redhat.com>
738
739 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
740
741 2003-09-14 Michael Chastain <mec@shout.net>
742
743 * config/m68k/nm-apollo68v.h: Delete.
744 * config/m68k/xm-apollo68v.h: Delete.
745
746 2003-09-14 Andrew Cagney <cagney@redhat.com>
747
748 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
749 * dcache.c: Update copyrights and descriptions.
750 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
751
752 2003-09-14 Andrew Cagney <cagney@redhat.com>
753
754 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
755 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
756
757 2003-09-14 Andrew Cagney <cagney@redhat.com>
758
759 * alpha-nat.c: Remove some occurances of "register".
760 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
761 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
762 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
763 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
764 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
765 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
766 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
767 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
768 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
769 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
770 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
771 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
772 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
773 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
774 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
775 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
776 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
777 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
778 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
779 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
780 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
781 * values.c, vax-tdep.c, xcoffread.c: Ditto.
782
783 2003-09-13 Andrew Cagney <cagney@redhat.com>
784
785 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
786 * ppc-tdep.h (struct regcache): Declare opaque.
787 * objfiles.h (struct objfile_data): Declare opaque.
788 * cp-support.h (struct objfile): Declare opaque.
789 * linux-nat.h (target_waitstatus): Declare opaque.
790
791 2003-09-14 Mark Kettenis <kettenis@gnu.org>
792
793 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
794 (stabs_argument_has_addr): New architecture method.
795 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
796 * arch-utils.c: Include "buildsym.h".
797 (default_stabs_argument_has_addr): New function.
798 * stabsread.c (define_symbol): Use stabs_argument_has_addr
799 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
800
801 * cris-tdep.c (cris_gdbarch_init): Set
802 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
803 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
804 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
805 * mips-tdep.c (mips_gdbarch_init): Likewise.
806 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
807 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
808
809 2003-09-13 Andrew Cagney <cagney@redhat.com>
810
811 * values.c (using_struct_return): Delete "function" and "funcaddr"
812 parameters.
813 * value.h (using_struct_return): Update declaration.
814 * infcmd.c (finish_command_continuation): Update.
815 (finish_command): Update.
816 * infcall.c (call_function_by_hand): Update.
817 * eval.c (evaluate_subexp_standard): Update.
818
819 2003-09-13 Christopher Faylor <cgf@redhat.com>
820
821 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
822 SSE registers since gdb will not operate correctly without this.
823 Restore include file ordering munged in previous change.
824 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
825
826 2003-09-13 Mark Kettenis <kettenis@gnu.org>
827
828 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
829 REG_STRUCT_HAS_ADDR.
830 * gdbarch.c, gdbarch.h: Updated.
831 * infcall.c (call_function_by_hand): Update.
832 * stabsread.c (define_symbol): Updated.
833
834 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
835
836 2003-09-12 Christopher Faylor <cgf@redhat.com>
837
838 * win32-nat.c: Reorganize so that defines used by target headers are
839 actually defined by the system headers.
840 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
841 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
842
843 2003-09-12 Jim Blandy <jimb@redhat.com>
844
845 * dbxread.c (read_dbx_symtab): Don't report an internal error if
846 the file has no .data, .bss, or .rodata sections. Instead wait
847 until we see a variable alleged to live in one of those sections.
848
849 * dbxread.c (read_dbx_symtab): If we have no .data section and no
850 .bss section, presume that any variables we find live in the
851 .rodata section.
852
853 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
854 offsets for global and static variables.
855
856 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
857 symbol types are, by definition, in the .data section, so it is
858 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
859 If there is no .data section, there should be no N_DATA or N_DATA
860 | N_EXT symbols.
861
862 2003-09-12 Mark Kettenis <kettenis@gnu.org>
863
864 * amd64fbsd-tdep.c: Fix sigtramp recognition.
865 (amd64fbsd_sigcontext_addr): Rewrite.
866 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
867 with correct values.
868 (amd64fbsd_sc_reg_offset): Initialize with correct values.
869 (amd64fbsd_init_abi): Fix typo.
870
871 2003-09-12 Andrew Cagney <cagney@redhat.com>
872
873 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
874 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
875
876 2003-09-12 Andrew Cagney <cagney@redhat.com>
877
878 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
879 "entry_file_highpc". Update comments.
880 * defs.h (deprecated_inside_entry_file): Rename
881 "inside_entry_file".
882 * blockframe.c (deprecated_inside_entry_file): Rename
883 "inside_entry_file".
884 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
885 * vax-tdep.c (vax_frame_chain): Update.
886 * sh64-tdep.c (sh64_frame_chain): Update.
887 * sh-tdep.c (sh_frame_chain): Update.
888 * rs6000-tdep.c (rs6000_frame_chain): Update.
889 * ns32k-tdep.c (ns32k_frame_chain): Update.
890 * mips-tdep.c (mips_frame_chain): Update.
891 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
892 * m32r-tdep.c (m32r_frame_this_id): Update.
893 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
894 * frv-tdep.c (frv_frame_this_id): Update.
895 * d10v-tdep.c (d10v_frame_this_id): Update.
896 * cris-tdep.c (cris_frame_chain): Update.
897 * blockframe.c (legacy_frame_chain_valid): Update.
898 * avr-tdep.c (avr_frame_this_id): Update.
899 * arm-tdep.c (arm_prologue_this_id): Update.
900 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
901 * objfiles.c (objfile_relocate): Update.
902 * mipsread.c (mipscoff_symfile_read): Update.
903 (mipscoff_symfile_read): Update.
904 * mdebugread.c (parse_partial_symbols): Update.
905 * dwarfread.c (read_file_scope): Update.
906 * dwarf2read.c (read_file_scope): Update.
907 * dbxread.c (read_dbx_symtab): Update.
908 (read_dbx_symtab): Update.
909 * coffread.c (complete_symtab): Update.
910
911 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
912
913 * top.c (quit_target): New static helper function.
914 (quit_force): Moved code to quit_target(). Call quit_target()
915 via catch_errors() to catch errors during quit.
916
917 2003-09-11 David Carlton <carlton@kealia.com>
918
919 * buildsym.c (finish_block): Use allocate_block to allocate the
920 block.
921 * mdebugread.c (new_block): Add FIXME.
922
923 2003-09-11 David Carlton <carlton@kealia.com>
924
925 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
926 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
927 (recursive_dump_type): Ditto.
928 * printcmd.c (print_formatted): Ditto.
929 * typeprint.c (print_type_scalar): Ditto.
930 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
931 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
932 * cp-support.h: Declare cp_check_possible_namespace_symbols,
933 maint_cplus_cmd_list.
934 * cp-support.c: Make maint_cplus_cmd_list extern.
935 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
936 command.h.
937 (lookup_symbol_file): Look in possible namespace blocks when
938 appropriate.
939 (initialize_namespace_symtab): New.
940 (get_possible_namespace_block, free_namespace_block)
941 (check_possible_namespace_symbols)
942 (check_possible_namespace_symbols_loop)
943 (check_one_possible_namespace_symbol)
944 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
945 (_initialize_cp_namespace): Ditto.
946 * block.h: Declare allocate_block.
947 * block.c (allocate_block): New.
948 * jv-lang.c (get_java_class_symtab): Allocate blocks via
949 allocate_block.
950 * symfile.h: Update declaration of add_psymbol_to_list.
951 * symfile.c (add_psymbol_to_list): Return the partial symbol in
952 question.
953 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
954 scan_partial_symbols_call.
955 (scan_partial_symbols): Add NAMESPACE argument; update calls to
956 helper functions.
957 (add_partial_symbol): If necessary, scan mangled names for names
958 of namespaces.
959 (add_partial_namespace): Add NAMESPACE argument; generate partial
960 symbols associated to namespaces.
961 (add_partial_enumeration): Add NAMESPACE argument.
962 (new_symbol): Allow namespace syms.
963 (read_namespace): Generate namespace syms.
964 * objfiles.h: Add opaque declaration of struct symtab.
965 (struct objfile): Add cp_namespace_symtab member.
966 * objfiles.c (allocate_objfile): Set
967 objfile->cp_namespace_symtab.
968 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
969 dictionary_h, command_h.
970
971 2003-09-11 Andrew Cagney <cagney@redhat.com>
972
973 * rs6000-tdep.c (rs6000_push_dummy_call): Use
974 regcache_raw_write_signed to set SP_REGNUM, move the operation to
975 near the function's end.
976 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
977 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
978 regcache_raw_write_signed to set SP_REGNUM.
979
980 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
981
982 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
983 orig_addrs is set up properly.
984
985 2003-09-11 Andrew Cagney <cagney@redhat.com>
986
987 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
988 * gdbarch.h, gdbarch.c: Re-generate.
989 * infcall.c (call_function_by_hand): Update.
990 * hppa-tdep.c (hppa_push_arguments): Update.
991 * ada-lang.c (place_on_stack): Update.
992 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
993 * sparc-tdep.c (sparc_gdbarch_init): Update.
994 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
995 * hppa-tdep.c (hppa_gdbarch_init): Update.
996 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
997 stack_align.
998
999 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1000
1001 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1002 register do need a frame.
1003
1004 2003-09-11 Andrew Cagney <cagney@redhat.com>
1005
1006 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1007 buildable since GDB 5.0.
1008 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1009 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1010 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1011 * irix4-nat.c: Delete file.
1012 * config/mips/irix4.mh: Delete file.
1013 * config/mips/irix3.mh: Delete file.
1014 * config/mips/irix3.mt: Delete file.
1015 * config/mips/tm-irix3.h: Delete file.
1016 * config/mips/nm-irix3.h: Delete file.
1017 * config/mips/xm-irix3.h: Delete file.
1018 * config/mips/nm-irix4.h: Delete file.
1019 * config/mips/xm-irix4.h: Delete file.
1020 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1021
1022 2003-09-10 J. Brobecker <brobecker@gnat.com>
1023
1024 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1025 * Makefile.in (hppa-tdep.o): Update dependencies.
1026
1027 2003-09-10 James E Wilson <wilson@specifixinc.com>
1028
1029 * MAINTAINERS: Change my e-mail address. Move to paper trail
1030 section.
1031
1032 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1033
1034 * MAINTAINERS (frv): New ISA entry.
1035
1036 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1037
1038 * frv-tdep.c (dis-asm.h): Include.
1039 * Makefile.in (frv-tdep.o): Update dependencies.
1040
1041 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1042
1043 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1044 Fix typo for high range of floating registers.
1045
1046 2003-09-09 David Carlton <carlton@kealia.com>
1047
1048 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1049 highpc initialization here out of scan_partial_symbols.
1050 (scan_partial_symbols): Restructure into a recursive version,
1051 calling add_partial_namespace and add_partial_enumeration when
1052 appropriate.
1053 (add_partial_namespace): New.
1054 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1055
1056 2003-09-09 Andrew Cagney <cagney@redhat.com>
1057
1058 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1059 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1060 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1061 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1062
1063 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1064 (rs6000_push_dummy_call): Set the "TOC" register.
1065
1066 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1067 methods "max_register_raw_size", "max_register_virtual_size" or
1068 "register_virtual_size".
1069
1070 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1071
1072 * MAINTAINERS: Update my e-mail address.
1073
1074 2003-09-09 Andrew Cagney <cagney@redhat.com>
1075
1076 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1077 (rs6000_push_dummy_call): Store the struct return address.
1078 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1079
1080 2003-09-09 Andrew Cagney <cagney@redhat.com>
1081
1082 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1083 "ppc_sysv_abi_push_arguments".
1084 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1085 "ppc_sysv_abi_push_arguments".
1086 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1087 instead of "push_arguments".
1088 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1089
1090 2003-09-09 Andrew Cagney <cagney@redhat.com>
1091
1092 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1093 instead of CALL_DUMMY_ADDRESS.
1094
1095 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1096
1097 * p-lang.c: Eliminate "register".
1098 * c-lang.c: Ditto.
1099 * expprint.c: Ditto.
1100 * f-lang.c: Ditto.
1101 * jv-lang.c: Ditto.
1102 * language.c: Ditto.
1103 * m2-lang.c: Ditto.
1104 * parse.c: Ditto.
1105 * scm-lang.c: Ditto.
1106 * objc-lang.c: Ditto.
1107
1108 2003-09-09 Nick Clifton <nickc@redhat.com>
1109
1110 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1111
1112 2003-09-04 Andrew Cagney <cagney@redhat.com>
1113
1114 * avr-tdep.c: Include "dis-asm.h".
1115 * cris-tdep.c: Include "dis-asm.h".
1116 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1117 instead of corresponding typedef.
1118 * h8300-tdep.c: Include "dis-asm.h".
1119 * ia64-tdep.c: Include "dis-asm.h".
1120 * i386-tdep.c: Include "dis-asm.h".
1121 (i386_print_insn): Use "struct disassemble_info" instead of
1122 corresponding typedef.
1123 * m68k-tdep.c: Include "dis-asm.h".
1124 * mcore-tdep.c: Include "dis-asm.h".
1125 * mips-tdep.c: Include "dis-asm.h".
1126 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1127 instead of corresponding typedef.
1128 * ns32k-tdep.c: Include "dis-asm.h".
1129 * s390-tdep.c: Include "dis-asm.h".
1130 * sparc-tdep.c: Include "dis-asm.h".
1131 * vax-tdep.c: Include "dis-asm.h".
1132 * v850-tdep.c: Include "dis-asm.h".
1133 * mn10300-tdep.c: Include "dis-asm.h".
1134 * rs6000-tdep.c: Include "dis-asm.h".
1135 * xstormy16-tdep.c: Include "dis-asm.h".
1136 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1137 print_insn_xstormy16.
1138 * Makefile.in (v850-tdep.o): Update dependencies.
1139 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1140 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1141 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1142 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1143 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1144 (gdbarch_h): Remove $(dis_asm_h).
1145 * disasm.c: Include "dis-asm.h".
1146 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1147 corresponding typedef.
1148 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1149 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1150 * gdbarch.sh: Do not include "dis-asm.h".
1151 (struct disassemble_info): Declare opaque.
1152 (TARGET_PRINT_INSN): Update declaration.
1153 * gdbarch.h, gdbarch.c: Re-generate.
1154
1155 2003-09-08 Andrew Cagney <cagney@redhat.com>
1156
1157 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1158 CALL_DUMMY_ADDRESS, change to a predicate.
1159 * gdbarch.h, gdbarch.c: Re-generate.
1160 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1161 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1162 * infcall.c (call_function_by_hand): Ditto.
1163 * sparc-tdep.c (sparc_push_return_address): Ditto.
1164 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1165 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1166 CALL_DUMMY_ADDRESS with entry_point_address.
1167 * v850-tdep.c (v850_push_return_address): Ditto.
1168 * s390-tdep.c (s390_push_return_address): Ditto.
1169 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1170 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1171 * mcore-tdep.c (mcore_push_return_address): Ditto.
1172 * cris-tdep.c (cris_push_return_address): Ditto.
1173 * arm-tdep.c (arm_push_return_address): Ditto.
1174
1175 2003-09-08 Andrew Cagney <cagney@redhat.com>
1176
1177 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1178 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1179 and REG_UNMODIFIED to REG_SAME_VALUE.
1180 (execute_cfa_program): Update.
1181 (dwarf2_frame_cache): Update. Initialize table to
1182 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1183 location.
1184 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1185
1186 2003-09-08 Andrew Cagney <cagney@redhat.com>
1187
1188 * gnu-nat.c: Remove "inline" function attribute.
1189 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1190
1191 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1192
1193 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1194 target.
1195
1196 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1197
1198 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1199 (frame_extra_info): Rename this struct to frv_unwind_cache.
1200 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1201 Add fields ``prev_sp'' and ``base''.
1202 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1203 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1204 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1205 Delete.
1206 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1207 Revise all callers. Fill in the unwind cache argument and make
1208 other adjustments to account for new frame mechanisms.
1209 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1210 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1211 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1212 (frv_frame_unwind, frv_frame_base): New structs.
1213 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1214 additional arguments expected by this method and adjust function
1215 body accordingly.
1216 (frv_gdbarch_init): Remove calls to the following functions:
1217 set_gdbarch_deprecated_init_frame_pc(),
1218 set_gdbarch_deprecated_saved_pc_after_call(),
1219 set_gdbarch_deprecated_frame_chain(),
1220 set_gdbarch_deprecated_frame_saved_pc(),
1221 set_gdbarch_deprecated_frame_init_saved_regs(),
1222 set_gdbarch_deprecated_push_arguments(),
1223 set_gdbarch_deprecated_push_return_address(),
1224 set_gdbarch_deprecated_pop_frame(),
1225 set_gdbarch_deprecated_call_dummy_words(),
1226 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1227 set_gdbarch_deprecated_init_extra_frame_info(),
1228 set_gdbarch_deprecated_dummy_write_sp(), and
1229 set_gdbarch_deprecated_pc_in_call_dummy().
1230 Add calls to the following functions:
1231 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1232 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1233 frame_base_set_default().
1234 * Makefile.in (frv-tdep.o): Update dependencies.
1235
1236 2003-09-09 Mark Kettenis <kettenis@gnu.org>
1237
1238 * dwarf2-frame.c (read_encoded_value): Add support for
1239 DW_EH_PE_aligned encoding.
1240
1241 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1242
1243 * infrun.c (normal_stop): Don't print a message if the inferior
1244 has exited.
1245
1246 2003-09-08 Jim Blandy <jimb@redhat.com>
1247
1248 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1249 * dbxread.c: #include "gdb_assert.h".
1250 (read_dbx_symtab): If the objfile has no .data section, use the
1251 section index for the .bss section instead.
1252
1253 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1254
1255 * frame.c (deprecated_safe_get_selected_frame): New function.
1256 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1257 * findvar.c (read_var_value): Call it.
1258
1259 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
1260
1261 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1262 (sh64-tdep.o): Add dependencies.
1263 * configure.tgt: Add FIXME to sh-*-linux*.
1264 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1265 (sh_gdbarch_init): Always set correct sh_show_regs function
1266 pointer. Call sh64_gdbarch_init() if machine type is sh5.
1267 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1268 * sh64-tdep.c: New file, containing all sh64 related code from
1269 sh-tdep.c.
1270 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1271 * config/sh/linux.mt (TDEPFILES): Ditto.
1272 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1273 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1274 * config/sh/wince.mt (TDEPFILES): Ditto.
1275
1276 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1277
1278 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1279 (stop_wait_callback): Handle !lp->signalled also.
1280 (lin_lwp_has_pending, flush_callback): New functions.
1281 (lin_lwp_wait): Call flush_callback.
1282 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1283 (linux_proc_pending_signals): New function.
1284 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1285
1286 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1287
1288 From Nick Kelsey <nickk@ubicom.com>:
1289 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1290 when the stop PC is at the beginning of a function also.
1291
1292 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
1293
1294 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1295 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1296
1297 2003-09-06 Mark Kettenis <kettenis@gnu.org>
1298
1299 * sol-thread.c: Include "gdb_string.h".
1300
1301 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1302
1303 * gcore.c: Reorder include files in alphabetical order. Include
1304 "gdb_assert.h". Various coding style fixes.
1305 (derive_stack_segment, derive_heap_segment): Replace check for
1306 non-null BOTTOM and TOP with gdb_assert.
1307 (derive_heap_segment): Replace check for successful creation of
1308 ZERO with gdb_assert.
1309 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1310
1311 2003-09-04 Andrew Cagney <cagney@redhat.com>
1312
1313 * thread-db.c (verbose_dlsym): New function.
1314 (thread_db_load): Use verbose_dlsym
1315 (thread_db_new_objfile): Print that libthread_db was loaded, and
1316 that thread debugging was enabled.
1317
1318 2003-09-04 Andrew Cagney <cagney@redhat.com>
1319
1320 * configure.tgt: Add "mips64*-*-*" target. Delete
1321 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1322 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1323 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1324 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1325 mips*-sony-*, and mips64*-*-elf* targets.
1326 * config/mips/embedl.mt: Delete file.
1327 * config/mips/embedl64.mt: Delete file.
1328 * config/mips/mips.mt: Delete file.
1329 * config/mips/mips64.mt: Delete file.
1330 * config/mips/tm-embed.h: Delete file.
1331 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1332 * config/mips/embed64.mt: Delete out-of-date comment.
1333
1334 2003-09-04 Andrew Cagney <cagney@redhat.com>
1335
1336 * hppa-tdep.c (hppa_gdbarch_init): Set
1337 "have_nonsteppable_watchpoint".
1338 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1339 * mips-tdep.c (mips_dump_tdep): Do not print
1340 HAVE_NONSTEPPABLE_WATCHPOINT.
1341 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1342 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1343 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1344 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1345
1346 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1347
1348 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1349 unused code. Add comment.
1350
1351 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1352
1353 * breakpoint.c (watchpoint_check): Check for pc being in an
1354 epilogue if watchpoint frame couldn't be found.
1355
1356 2003-09-04 Andrew Cagney <cagney@redhat.com>
1357
1358 * Makefile.in: Re-generate all dependencies.
1359
1360 2003-09-03 Andrew Cagney <cagney@redhat.com>
1361
1362 * arch-utils.h (legacy_print_insn): Delete declaration.
1363 * arch-utils.c (legacy_print_insn): Delete function.
1364 * disasm.c (deprecated_tm_print_insn_info): Delete.
1365 (_initialize_disasm): Delete function, contained code initializing
1366 deprecated_tm_print_insn_info.
1367 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1368 (deprecated_tm_print_insn_info): Delete.
1369 (TARGET_PRINT_INSN): Do not provide a default.
1370 * gdbarch.h, gdbarch.c: Re-generate.
1371
1372 2003-09-03 Andrew Cagney <cagney@redhat.com>
1373
1374 * disasm.c (fprintf_disasm): New function.
1375 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1376 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1377 reverts 2003-08-14 change.
1378 (_initialize_disasm): Call "init_disassemble_info", instead of
1379 INIT_DISASSEMBLE_INFO_NO_ARCH.
1380
1381 2003-09-03 Michael Snyder <msnyder@redhat.com>
1382
1383 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1384
1385 2003-09-03 Andrew Cagney <cagney@redhat.com>
1386
1387 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1388 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1389 * symfile.c (syms_from_objfile): Update.
1390 (reread_symbols): `Update
1391 * exec.c (exec_file_attach): Update.
1392 (exec_file_attach): Update.
1393 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1394 2003-08-29 change.
1395 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1396
1397 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1398
1399 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1400 trad-frame.h.
1401 (arm_get_cache): Delete macro.
1402 (struct arm_prologue_cache): Update comments. Make saved_regs into
1403 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1404 to prev_sp.
1405 (thumb_scan_prologue): Update for cache changes. Don't call
1406 DEPRECATED_PC_IN_CALL_DUMMY.
1407 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1408 argument and use it in desperation search for our prologue. Do not
1409 search past the specified PC.
1410 (arm_make_prologue_cache): Simplify.
1411
1412 (arm_prologue_this_id, arm_prologue_prev_register)
1413 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1414 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1415 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1416 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1417 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1418
1419 (arm_frame_chain_valid, arm_find_callers_reg)
1420 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1421 (arm_pop_frame): Delete obsolete methods.
1422 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1423
1424 (arm_gdbarch_init): Update for new frame methods. Register prologue
1425 and sigtramp unwinders. Set the default frame base method.
1426
1427 * Makefile.in (arm-tdep.o): Update dependencies.
1428 * varobj.c (find_frame_addr_in_frame_chain): Call
1429 get_frame_base_address.
1430 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1431
1432 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1433
1434 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1435 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1436 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1437 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1438 Take NEXT_FRAME and CACHE arguments. Call
1439 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1440 Set unwound_pc in CACHE instead of modifying the frame argument.
1441 Don't bother checking the frame type when looking for sigtramp
1442 frames.
1443 (arm_make_prologue_cache, arm_frame_chain)
1444 (arm_init_extra_frame_info): New functions.
1445
1446 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1447
1448 * arm-tdep.c (arm_get_cache): Define.
1449 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1450 unwound_sp, unwound_pc, and saved_regs.
1451 (thumb_scan_prologue): Take a cache instead of the frame.
1452 (arm_scan_prologue): Likewise.
1453 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1454 instead of a temporary frame.
1455 (arm_init_extra_frame_info): Allocate and use a cache.
1456 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1457
1458 2003-09-03 Andrew Cagney <cagney@redhat.com>
1459
1460 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1461 * config/mips/wince.mt (TM_CLIBS): Ditto.
1462 * config/sh/wince.mt (TM_CLIBS): Ditto.
1463 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1464 * config/sparc/sp64.mt (CC): Delete.
1465
1466 2003-09-03 Andrew Cagney <cagney@redhat.com>
1467
1468 * defs.h: Do not include "arch-utils.h".
1469 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1470 GDB_MULTI_ARCH_PURE.
1471 * configure.in (GDB_MULTI_ARCH): Do not define.
1472 * configure, config.in: Regenerate.
1473 * configure.tgt: Do not set variable "gdb_multi_arch".
1474 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1475 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1476 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1477 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1478 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1479 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1480 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1481 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1482 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1483 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
1484 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
1485 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
1486 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
1487 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
1488 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
1489 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
1490 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
1491 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
1492
1493 2003-08-30 Michael Chastain <mec@shout.net>
1494
1495 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
1496 * config/m68k/nm-hp300hpux.h: Delete.
1497 * config/m68k/tm-hp300hpux.h: Delete.
1498 * config/m68k/xm-hp300hpux.h: Delete.
1499 * config/m68k/xm-hp300bsd.h: Delete.
1500 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
1501 tm-hp300hpux.h, xm-hp300hpux.h.
1502 * somsolib.c: Remove comment about hp300 shared libraries.
1503
1504 2003-08-31 Mark Kettenis <kettenis@gnu.org>
1505
1506 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
1507 Only define PTRACE_GET_THREAD_AREA is not already defined.
1508 Various style fixes in code and comments and some additional
1509 spelling fixes in comments. Move after functions dealing with
1510 debug registers.
1511 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
1512 Fix coding-style.
1513
1514 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
1515 frame_unwind_register_unsigned instead of
1516 frame_unwind_unsigned_register.
1517
1518 2003-08-30 Mark Kettenis <kettenis@gnu.org>
1519
1520 * configure.in: Search for gethostbyname in libnsl.
1521 * configure: Regenerated.
1522
1523 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1524
1525 * configure.in: Remove redundant AC_MSG_RESULT in check for
1526 uintptr_t in stdint.h.
1527 * configure: Regenerated.
1528
1529 * amd64-nat.h (struct regcache): Add opaque declaration.
1530
1531 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
1532 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
1533 Change "register array" to "register cache" in comments.
1534 (x86_64_linux_gregset64_reg_offset): New variable.
1535 (GETREGS_SUPPLIES): Remove macro.
1536 (supply_gregset): Call amd64_supply_native_gregset instead of
1537 x86_64_linux_supply_gregset.
1538 (fill_gregset): Rename `regno' to `regnum'. Call
1539 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
1540 (store_regs): Rename `regno' to `regnum'.
1541 (store_fpregs): Rename `regno' to `regnum'.
1542 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
1543 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1544 Reorganize function a bit.
1545 (store_inferior_registers): Rename `regno' to `regnum'. Use
1546 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1547 Reorganize function a bit.
1548 (_initialize_x86_64_linux_nat): New function.
1549 * config/i386/x86-64linux.mh.
1550
1551 2003-08-29 Andrew Cagney <cagney@redhat.com>
1552
1553 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
1554 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
1555 (target_remove_watchpoint): Delete macro.
1556 (target_insert_watchpoint): Delete macro.
1557 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
1558 (remote_mips_stopped_by_watchpoint): Delete declaration.
1559 (remote_mips_remove_watchpoint): Delete declaration.
1560 (remote_mips_set_watchpoint): Delete declaration.
1561 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
1562 * remote-mips.c (_initialize_remote_mips): Set
1563 "to_insert_watchpoint", "to_stopped_by_watchpoint",
1564 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
1565 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
1566 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
1567 (mips_stopped_by_watchpoint): Rename
1568 remote_mips_stopped_by_watchpoint.
1569 (mips_can_hardware_watchpoint): Rename
1570 remote_mips_can_use_hardware_watchpoint, update function
1571 signature.
1572
1573 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1574
1575 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
1576 USER_DS. We haven't given them a register number yet.
1577
1578 * amd64-nat.h: New file.
1579 * amd64-nat.c: New file.
1580 * amd64fbsd-nat.c: Include "amd64-nat.h".
1581 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
1582 (amd64fbsd32_r_reg_offset): New variable.
1583 (supply_gregset): Simply call amd64_supply_native_gregset.
1584 (fill_gregset): Rename `regno' to `regnum'. Simply call
1585 amd64_collect_native_gregset.
1586 (fill_fpregset): Rename `regno' to `regnum'.
1587 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
1588 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1589 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1590 `fpregset_t'. Call amd64_supply_native_gregset instead of
1591 supply_gregset. Call x86_64_supply_fxsave instead of
1592 supply_fpregset.
1593 (store_inferior_registers): Rename `regno' to `regnum'. Replace
1594 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1595 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1596 `fpregset_t'. Call amd64_collect_native_gregset instead of
1597 fill_gregset. Call x86_64_collect_fxsave instead of
1598 fill_fpregset.
1599 (_initialize_am64fbsd_nat): Initialize
1600 amd64_native_gregset32_reg_offset and
1601 amd64_native_gregset64_reg_offset.
1602 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
1603
1604 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
1605 null pointer. Fix typo in comment.
1606
1607 * regcache.c (supply_register): Reimplement to call
1608 regcache_raw_supply.
1609 (regcache_collect): Reimplement by calling regcache_raw_collect.
1610
1611 2003-08-28 Mark Kettenis <kettenis@gnu.org>
1612
1613 * regcache.c (register_buffer): Consitify first argument.
1614 (regcache_raw_supply, regcache_raw_collect): New
1615 functions.
1616
1617 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
1618
1619 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
1620 by Nathan J. Williams.
1621
1622 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
1623
1624 * lin-lwp.c (wait_lwp): New function, copied from
1625 stop_wait_callback. Clean up.
1626 (stop_wait_callback): Use wait_lwp.
1627
1628 2003-08-28 Andrew Cagney <cagney@redhat.com>
1629
1630 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
1631 flavour and disassembler options.
1632 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
1633 (mips_gdbarch_init): Set "print_insn". Delete initialization of
1634 deprecated_tm_print_insn_info.
1635
1636 2003-08-27 Andrew Cagney <cagney@redhat.com>
1637
1638 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
1639 Use target_read_memory.
1640 (s390_get_frame_info): Update. Do not reference
1641 deprecated_tm_print_insn_info.
1642 (s390_check_function_end, s390_is_sigreturn): Ditto.
1643
1644 2003-08-27 Andrew Cagney <cagney@redhat.com>
1645
1646 * Makefile.in (cris-tdep.o): Update dependencies.
1647 * cris-tdep.c: Include "gdb_assert.h".
1648 (cris_gdbarch_init): Set print_insn.
1649 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
1650 (cris_delayed_get_disassembler): Simplify, directly call the
1651 disassembler returned by cris_get_disassembler.
1652 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
1653 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
1654 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
1655 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
1656 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
1657 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
1658 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
1659 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
1660 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
1661 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
1662 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
1663 (gdb_print_insn_sparc): Delete function.
1664 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
1665 deprecated_tm_print_insn_info.
1666 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
1667 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
1668 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
1669 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
1670 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
1671 * s390-tdep.c (gdb_print_insn_s390): Delete function.
1672 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
1673 (s390_gdbarch_init): Set print_insn.
1674
1675 2003-08-27 Andrew Cagney <cagney@redhat.com>
1676
1677 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
1678 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
1679 * infcall.c (call_function_by_hand): Convert the entry point
1680 address into a code address.
1681
1682 2003-08-27 Andrew Cagney <cagney@redhat.com>
1683
1684 * dsrec.c: Include "gdb_string.h".
1685 * Makefile.in (dsrec.o): Update dependencies.
1686
1687 2003-08-27 Michael Chastain <mec@shout.net>
1688
1689 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
1690
1691 2003-08-27 Andrew Cagney <cagney@redhat.com>
1692
1693 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
1694 (alpha_osf1_init_abi): Do not set call_dummy_address.
1695
1696 2003-08-27 David Carlton <carlton@kealia.com>
1697
1698 From Randolph Chung <tausq@debian.org>:
1699 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
1700 compiles with -Wformat-nonliteral -Werror.
1701
1702 2003-08-26 Jim Blandy <jimb@redhat.com>
1703
1704 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
1705 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
1706 bfd_lookup_symbol, since we only want symbols in code sections.
1707 (look_for_base): Pass zero as the SECT_FLAGS argument to
1708 bfd_lookup_symbol, since we're not concerned about which section
1709 the symbol is in.
1710
1711 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
1712
1713 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
1714 we are frameless or the return address register is already known.
1715
1716 2003-08-26 Andrew Cagney <cagney@redhat.com>
1717
1718 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
1719 in size. Add comments.
1720
1721 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
1722
1723 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
1724 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
1725
1726 2003-08-26 Jason Merrill <jason@redhat.com>
1727
1728 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
1729 case out of #ifdef MIPS block.
1730
1731 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
1732
1733 PR java/1322
1734 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
1735 available before calling SECT_OFF_TEXT.
1736 * PROBLEMS: Remove description of java/1322.
1737
1738 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
1739
1740 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
1741 bof, and nat0-nat127 as pseudo-registers.
1742 (ia64_frame_cache): New struct used to cache frame info.
1743 (ia64_register_reggroup_p): New routine used to override default
1744 register grouping so registers without names are still saved and
1745 restored.
1746 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
1747 pseudo values.
1748 (ia64_pseudo_register_read): New routine to read pseudo-registers.
1749 (ia64_pseudo_register_write): New routine to write pseudo-registers.
1750 (ia64_alloc_frame_cache): New routine to create a new
1751 ia64_frame_cache.
1752 (examine_prologue): Change prototype to add next_frame pointer.
1753 Assume frameless until otherwise proven. Verify that the cfm for
1754 current frame matches the cfm that should occur for the prologues
1755 alloc insn and if equal, mark as not frameless. At end of routine,
1756 if not frameless, calculate registers for the previous frame and store
1757 in the cache, if a cache is provided.
1758 (ia64_skip_prologue): Use new prototype when calling examine_prologue
1759 and pass 0 for next_frame.
1760 (ia64_store_return_value): Change to use convert_typed_floating()
1761 instead of calling ia64_convert_to_raw().
1762 (ia64_extract_return_value): Change to use convert_typed_floating()
1763 instead of calling ia64_convert_to_virtual().
1764 (ia64_frame_cache): New routine to support new frame model.
1765 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
1766 (ia64_frame_sniffer): Ditto.
1767 (ia64_sigtramp_frame_init_saved_regs): Ditto.
1768 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
1769 (ia64_sigtramp_frame_prev_register): Ditto.
1770 (ia64_sigtramp_frame_sniffer): Ditto.
1771 (ia64_frame_base_address): Ditto.
1772 (ia64_extract_struct_value_address): Change to issue error message.
1773 (ia64_frame_align): New routine to align sp.
1774 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
1775 (ia64_push_arguments): Removed. Logic moved to
1776 ia64_push_dummy_call().
1777 (ia64_push_return_address): Ditto.
1778 (ia64_unwind_dummy_id): New function.
1779 (ia64_unwind_pc): Ditto.
1780 (ia64_convert_register_p): Ditto.
1781 (ia64_register_to_value): Ditto.
1782 (ia64_value_to_register): Ditto.
1783 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
1784 (ia64_register_byte, ia64_register_raw_size): Ditto.
1785 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
1786 (ia64_saved_pc_after_call): Ditto.
1787 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
1788 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
1789 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
1790 (ia64_register_convert_to_raw): Ditto.
1791 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
1792 (ia64_init_extra_frame_info): Ditto.
1793 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
1794 (ia64_gdbarch_init): Remove registering of deprecated functions that
1795 are no longer used. Add registration of new gdbarch functions.
1796 Remove registering deprecated_write_sp. Replace
1797 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
1798 Delete set_gdbarch_deprecated_register_convertible(),
1799 set_gdbarch_deprecated_register_convert_to_virtual(), and
1800 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
1801 set_gdbarch_deprecated_register_size(),
1802 set_gdbarch_deprecated_register_bytes(),
1803 set_gdbarch_pcregnum(),
1804 set_gdbarch_deprecated_register_byte(),
1805 set_gdbarch_deprecated_register_raw_size(),
1806 set_gdbarch_deprecated_max_register_raw_size(),
1807 set_gdbarch_deprecated_register_virtual_size(),
1808 and set_gdbarch_deprecated_max_register_virtual_size() calls.
1809 Replace set_gdbarch_deprecated_extract_return_value() with
1810 set_gdbarch_extract_return_value(). Remove calls to:
1811 set_gdbarch_deprecated_saved_pc_after_call();
1812 set_gdbarch_deprecated_frame_chain(),
1813 set_gdbarch_deprecated_frame_saved_pc(),
1814 set_gdbarch_deprecated_frame_init_saved_regs(),
1815 set_gdbarch_deprecated_get_saved_register(),
1816 set_gdbarch_deprecated_call_dummy_words(),
1817 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1818 set_gdbarch_deprecated_init_extra_frame_info(),
1819 set_gdbarch_deprecated_frame_args_address(),
1820 set_gdbarch_deprecated_frame_locals_address(),
1821 and set_gdbarch_deprecated_dummy_write_sp().
1822 Add set_gdbarch_convert_register_p(),
1823 set_gdbarch_register_to_value(),
1824 set_gdbarch_value_to_register(),
1825 set_gdbarch_push_dummy_call(),
1826 set_gdbarch_frame_align(),
1827 set_gdbarch_unwind_dummy_id(),
1828 set_gdbarch_unwind_pc(),
1829 frame_unwind_append_sniffer(),
1830 frame_unwind_append_sniffer(),
1831 and frame_base_set_default().
1832
1833 2003-08-25 Chris Demetriou <cgd@broadcom.com>
1834
1835 * configure.tgt: Document need for special "mipsisa64" handling.
1836 (mipsisa64*-*-linux64): Handle as target linux64.
1837 (mipsisa64*-*-*): Handle as target embed64.
1838
1839 2003-08-18 Michael Chastain <mec@shout.net>
1840
1841 * PROBLEMS: Document pr gdb/1322, the Java anonymous
1842 objfile bug.
1843
1844 2003-08-24 Mark Kettenis <kettenis@gnu.org>
1845
1846 * i387-tdep.h: Update copyright date.
1847 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
1848
1849 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
1850 CFLAGS games to reflect reality.
1851
1852 2003-08-24 Andrew Cagney <cagney@redhat.com>
1853
1854 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
1855 GDB_MULTI_ARCH is always non-zero.
1856 * osabi.c (_initialize_gdb_osabi): Ditto.
1857 (gdbarch_init_osabi): Ditto.
1858 * sparc-tdep.c: Ditto for #if code.
1859
1860 2003-08-23 Mark Kettenis <kettenis@gnu.org>
1861
1862 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
1863 Update comments.
1864 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
1865 comments.
1866 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
1867 x86_64_supply_fxsave.
1868 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
1869 x86_64_supply_fxsave.
1870 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
1871 x86_64_supply_fxsave.
1872
1873 2003-08-23 Andreas Jaeger <aj@suse.de>
1874
1875 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
1876 i387_supply_fxsave.
1877
1878 2003-08-23 Mark Kettenis <kettenis@gnu.org>
1879
1880 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
1881 i387_supply_register.
1882 (go32_fetch_registers): Adjust call to i387_supply_fsave.
1883 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
1884 i387_supply_fsave.
1885 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
1886 i387_supply_fxsave.
1887 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
1888 i387_supply_fsave.
1889 * i386bsd-nat.c (supply_fpregset): Adjust call to
1890 i387_supply_fsave.
1891 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
1892 call to i387_supply_fxsave. Call i387_supply_fsave instead of
1893 supply_fpregset.
1894 (store_inferior_registers): Remove extraneous whitespace. Call
1895 i387_fill_fsave instead of fill_fpregset.
1896 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
1897 (supply_fpregset): Likewise.
1898 * i386v4-nat.c (supply_fpregset): Adjust call to
1899 i387_supply_fsave.
1900 * i386-interix-nat.c (supply_fpregset): Adjust call to
1901 i387_supply_fsave.
1902 * i386-linux-nat.c (supply_fpregset): Adjust call to
1903 i387_supply_fsave.
1904 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
1905 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
1906 i387supply_fsave and i387_supply_fxsave.
1907 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
1908 Incorporate code from `i387_supply_register.
1909 (i387_supply_register): Remove.
1910 (i387_supply_fxsave): Add `regnum' argument.
1911 Update comments.
1912 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
1913 prototype.
1914 (i387_supply_register): remove prototype.
1915 Update comments.
1916
1917 2003-08-22 Michael Chastain <mec@shout.net>
1918
1919 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
1920 Add lines for files in gdb/testsuite/gdb.cp/* that are
1921 still not 8.3 unique.
1922
1923 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
1924
1925 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
1926 TYPE_VPTR_FIELDNO is valid.
1927
1928 2003-08-19 Mark Kettenis <kettenis@gnu.org>
1929
1930 * utils.c (set_width_command): Remove prototypes.
1931 (set_screen_size): New prototype.
1932 (init_page_info): Simplify by fetching the screen size from
1933 Readline. Call set_screen_size.
1934 (set_screen_size): New function.
1935 (set_width): Add missing whitespace in comment.
1936 (set_width_command): Call set_screen_size.
1937 (set_height_command): New function.
1938 (initialize_utils): Fix formatting. Make "set height" command
1939 call set_height_command. Remove redundant code that turns off
1940 pagination if output isn't a terminal. Remove redundant call to
1941 set_width_command.
1942
1943 2003-08-22 Mark Kettenis <kettenis@gnu.org>
1944
1945 * sparc64-tdep.h (sparc64_regnum): Fix comment.
1946 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
1947 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
1948 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
1949 `case' keyword.
1950 (sparc64_register_info): Give the reister with number
1951 SPARC64_STATE_REGNUM a name.
1952 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
1953 %asi and %ccr.
1954 (sparc64_push_dummy_call): Take BIAS into account when checking
1955 stcak alignment.
1956 (sparc_software_single_step): Remove assertions that check whether
1957 NPC and NNPC were zero.
1958 (sparc_supply_rwindow): Make public. Merge functionality with
1959 sparc64_supply_rwindow.
1960 (sparc_fill_rwindow): Make public. Merge functionality with
1961 sparc64_fill_rwindow.
1962 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
1963 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
1964 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
1965 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
1966 sparc_supply_rwindow instead of sparc64_supply_rwindow.
1967
1968 * reggroups.c: Add whitespace after declarations of local
1969 variables in functions.
1970
1971 2003-08-21 Michael Chastain <mec@shout.net>
1972
1973 * gdbtypes.h: Change array bound type from an int to enum.
1974
1975 2003-08-21 Andrew Cagney <cagney@redhat.com>
1976
1977 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
1978 * config/sparc/tm-sparc.h: Ditto.
1979 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
1980 unconditionally.
1981 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
1982
1983 2003-07-13 Mark Kettenis <kettenis@gnu.org>
1984
1985 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
1986 (register_objfile_data, set_objfile_data, objfile_data): New
1987 prototypes.
1988 * objfiles.c (objfile_alloc_data, objfile_free_data): New
1989 prototypes.
1990 (allocate_objfile): Call objfile_alloc_data.
1991 (free_objfile): Call objfile_free_data.
1992 (struct objfile_data): New.
1993 (struct objfile_data_registration): New.
1994 (struct objfile_data_registry): New.
1995 (objfile_data_registry): New variable.
1996 (register_objfile_data): New function.
1997 (objfile_alloc_data, objfile_free_data): New functions.
1998 (set_objfile_data, objfile_data): New functions.
1999 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2000 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2001 (_initialize_dwarf2_frame): New function and prototype.
2002
2003 2003-08-21 Andrew Cagney <cagney@redhat.com>
2004
2005 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2006 a specific architecture.
2007 * arch-utils.h (set_architecture_from_arch_mach): Delete
2008 declaration.
2009 (target_architecture_hook): Delete declaration.
2010 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2011 (default_float_format): Assume GDB_MULTI_ARCH.
2012 (default_double_format): Assume GDB_MULTI_ARCH.
2013 (set_endian_from_file): Delete function.
2014 (arch_ok): Delete function.
2015 (set_arch): Delete function.
2016 (set_architecture_from_arch_mach): Delete function.
2017 (set_architecture_from_file): Delete function.
2018 (set_architecture): Assume GDB_MULTI_ARCH.
2019 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2020
2021 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2022
2023 Rewrite FreeBSD/sparc64 native configuration.
2024 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2025 * sparc64fbsd-nat.c: New file.
2026 * sparc64fbsd-tdep.c: New file.
2027 * sparc64-tdep.c sparc64-tdep.h: New files.
2028 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2029 sparc64fbsd-tdep.o): New dependencies.
2030 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2031 and sparc64fbsd-tdep.c.
2032 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2033 * config/sparc/fbsd.mh: Remove copyright notice.
2034 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2035 sparcbsd-nat.o.
2036 * config/sparc/fbsd.mt: Remove copyright notice.
2037 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2038 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2039 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2040 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2041 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2042 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2043 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2044 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2045 "sparc/tm-sp64.h".
2046 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2047 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2048
2049 2003-08-21 Michael Chastain <mec@shout.net>
2050
2051 * symtab.h: Add doco on the space critical structures and
2052 some measurements of space usage.
2053
2054 2003-08-21 Michael Snyder <msnyder@redhat.com>
2055
2056 * tracepoint.c (trace_dump_command): Trace break address
2057 is subject to DECR_PC_AFTER_BREAK.
2058 (set_traceframe_context): Make "trace_line" an int.
2059 Fixes suggested by Mark Newman <mark.newman@lmco.com>
2060
2061 2003-08-20 Michael Snyder <msnyder@redhat.com>
2062
2063 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
2064 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2065 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
2066 argument passing.
2067 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
2068 functions, replace sh_push_dummy_call.
2069 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2070
2071 2003-08-20 Michael Chastain <mec@shout.net>
2072
2073 * gdbtypes.h (struct main_type): Rearrange to save space.
2074
2075 2003-08-20 Michael Snyder <msnyder@redhat.com>
2076
2077 * trad-frame.c: Comment typo fix.
2078
2079 2003-08-20 Michael Snyder <msnyder@redhat.com>
2080 Kevin Buettner <kevinb@redhat.com>
2081
2082 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2083 (frv_frame_init_saved_regs): Add declaration.
2084 (frame_extra_info): Add new field ``saved_regs''.
2085 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2086 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2087 Update frame related code.
2088 (frv_extract_struct_value_address): Adjust formatting.
2089 * Makefile.in (frv-tdep.o): Update dependencies.
2090 * config/frv/tm-frv.h (target_insert_watchpoint)
2091 (target_remove_watchpoint, target_insert_hw_breakpoint)
2092 (target_remove_hw_breakpoint): Delete these macros.
2093 (remote_insert_watchpoint, remote_remove_watchpoint)
2094 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2095 these declarations.
2096
2097 2003-08-20 Michael Chastain <mec@shout.net>
2098
2099 * defs.h (ENUM_BITFIELD): New macro.
2100 * symtab.h (ENUM_BITFIELD): Use it.
2101 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2102
2103 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2104
2105 * MAINTAINERS (write after approval): Add myself.
2106
2107 2003-08-18 Andrew Cagney <cagney@redhat.com>
2108
2109 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2110 * gdbarch.h, gdbarch.c: Re-generate.
2111 * infcall.c (call_function_by_hand): Adjust the SP by
2112 frame_red_zone_size before allocating any stack space.
2113 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2114 * x86-64-tdep.c (x86_64_frame_align): New function.
2115 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2116
2117 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2118 Remove code adjusting SP so that it skips over the Red Zone.
2119
2120 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2121
2122 * NEWS (New native configurations): Mention FreeBSD/amd64.
2123
2124 2003-08-18 Andrew Cagney <cagney@redhat.com>
2125
2126 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2127 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2128 "m68k_frame_p".
2129 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2130
2131 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2132
2133 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2134
2135 2003-08-18 Michal Ludvig <mludvig@suse.cz>
2136
2137 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2138 Define.
2139 * i386-linux-nat.c: Include "linux-nat.h".
2140 (child_post_startup_inferior): New function.
2141
2142 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2143
2144 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2145 at the start of a frameless function. This probably fixes PR
2146 backtrace/1338.
2147
2148 2003-08-17 Michael Chastain <mec@shout.net>
2149
2150 * symfile.c (find_sym_fns): Remove special case for apollo target.
2151
2152 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2153
2154 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2155 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2156 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2157 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2158 (linux_supports_tracevforkdone): New function.
2159 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2160 TRACEVFORKDONE.
2161 (child_follow_fork): Handle vfork.
2162 (linux_handle_extended_wait): Likewise. Also handle exec.
2163 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2164 * NEWS: Mention fork tracing.
2165
2166 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2167
2168 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2169
2170 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2171
2172 * Makefile.in (i386-linux-nat.o): Update dependencies.
2173 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2174 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2175 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2176 * i386-linux-nat.c: Include "linux-nat.h".
2177 (child_post_startup_inferior): New function.
2178 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2179 * infptrace.c (kill_inferior): Wrap in #ifdef.
2180 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2181 attaching to each LWP.
2182 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2183 (init_lin_lwp_ops): Fill in some more operations.
2184 * linux-nat.h (linux_enable_event_reporting)
2185 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2186 prototypes.
2187 * linux-nat.c (linux_enable_event_reporting): New function.
2188 (child_post_attach, linux_child_post_startup_inferior)
2189 (child_post_startup_inferior, child_follow_fork)
2190 (linux_handle_extended_wait, kill_inferior): New functions.
2191
2192 2003-08-16 Andrew Cagney <cagney@redhat.com>
2193
2194 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2195 * gdbarch.h, gdbarch.c: Re-generate.
2196
2197 2003-08-16 Mark Kettenis <kettenis@gnu.org>
2198
2199 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2200
2201 2003-08-16 Andrew Cagney <cagney@redhat.com>
2202
2203 * NEWS: Mention that "set prompt-escape-char" was deleted.
2204 * top.c (get_prompt_1): Delete function.
2205 (gdb_prompt_escape):
2206 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2207 prompt-escape-char" command.
2208 (MAX_PROMPT_SIZE): Delete macro.
2209 (get_prompt): Simplify, do not call get_prompt_1.
2210
2211 2003-08-16 Andrew Cagney <cagney@redhat.com>
2212
2213 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2214 -Werror. -Wformat-nonliteral problems.
2215
2216 2003-08-15 J. Brobecker <brobecker@gnat.com>
2217
2218 Further multiarching work mostly for hppa64-*-hpux11:
2219 * hppa-tdep.h: New file.
2220 * hppa-tdep.c: #include hppa-tdep.c.
2221 (hppa32_num_regs): Renamed from hppa_num_regs.
2222 (hppa64_num_regs): New constant.
2223 (hppa64_call_dummy_breakpoint_offset): New constant.
2224 (hppa32_call_dummy_length): New constant.
2225 (hppa64_call_dummy_length): New constant.
2226 (hppa32_stack_align): Make name 32bit explicit.
2227 (hppa32_register_virtual_type): Likewise.
2228 (hppa32_extract_return_value): Likewise.
2229 (hppa32_use_struct_convention): Likewise.
2230 (hppa32_store_return_value): Likewise.
2231 (hppa64_register_virtual_type): New function.
2232 (hppa64_extract_return_value): New function.
2233 (hppa64_use_struct_convention): New function.
2234 (hppa64_store_return_value): New function.
2235 (hppa_frame_locals_address): Remove declaration, function does
2236 not exist anymore.
2237 (hppa_register_byte): Add support for PA64 ABI.
2238 (hppa_gdbarch_init): Add support for PA64 ABI.
2239 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2240 Make name 32bit explicit.
2241 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2242 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2243 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2244 (hppa64_hpux_frame_base_before_sigtramp): New function.
2245 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2246 * config/pa/tm-hppa64.h: Remove macros that are no longer
2247 necessary now that the gdbarch vector is properly setup.
2248 Transform some macros into function calls. Some minor cleanup.
2249 * config/pa/tm-hppah.h: Update function calls in macros
2250 following the function renaming in hppa-hpux-tdep.c.
2251 * Makefile.in (hppa_tdep_h): New variable.
2252 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2253
2254 2003-08-14 Michael Snyder <msnyder@redhat.com>
2255
2256 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2257
2258 2003-08-13 J. Brobecker <brobecker@gnat.com>
2259
2260 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2261 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2262 routine.
2263
2264 2003-08-13 Michael Snyder <msnyder@redhat.com>
2265
2266 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2267 (frv_saved_pc_after_call): Use deprecated ftype.
2268 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2269 (frv_remote_translate_xfer_address): Remove.
2270 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2271
2272 2003-08-13 J. Brobecker <brobecker@gnat.com>
2273
2274 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2275 initialization after the common gdbarch initialization, not before.
2276
2277 2003-08-13 J. Brobecker <brobecker@gnat.com>
2278
2279 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2280 (ADDR_BITS_REMOVE): Remove, redundant.
2281
2282 2003-08-13 J. Brobecker <brobecker@gnat.com>
2283
2284 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2285 gdbarch method to clear the 2 low bits of text addresses.
2286
2287 2003-08-12 Andrew Cagney <cagney@redhat.com>
2288
2289 * Makefile.in (dsrec.o): Update dependencies.
2290 * dsrec.c: Include "gdb_assert.h".
2291 (make_srec): Use snprintf instead of sprintf, use a literal format
2292 string.
2293
2294 2003-08-12 Andrew Cagney <cagney@redhat.com>
2295
2296 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2297 FRAME_OBSTACK_ZALLOC.
2298
2299 2003-08-12 Kevin Buettner <kevinb@redhat.com>
2300
2301 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2302 SSE registers.
2303
2304 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2305
2306 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2307 amd64fbsd_sc_reg_offset): Add extern declarations.
2308 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2309 declarations.
2310
2311 2003-08-11 Ben Elliston <bje@wasabisystems.com>
2312
2313 * MAINTAINERS (write after approval): Update my mail address.
2314
2315 2003-08-10 Andrew Cagney <cagney@redhat.com>
2316
2317 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2318
2319 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2320
2321 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2322 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2323 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2324 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2325 i386bsd_sc_reg_offset): Add extern declarations.
2326 * i386obsd-nat.c: Include "i386-tdep.h"
2327 (_initialize_i386obsd_nat): Remove extern declarations.
2328 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2329 declarations.
2330 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2331 declarations.
2332
2333 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2334 instead of frame_read_register.
2335 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2336 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2337 SP_REGNUM.
2338 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2339 instead of frame_unwind_unsigned_register. Use
2340 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2341 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2342 instead of read_register. Use builtin_type_void_data_ptr instead
2343 of builtin_type_void_func_ptr when extracting the address of the
2344 jmp_buf.
2345 (i386_extract_return_value, i386_store_return_value,
2346 i386_pseudo_register_read, i386_pseudo_register_write): Use
2347 register_size instead REGISTER_RAW_SIZE.
2348
2349 2003-08-10 Andrew Cagney <cagney@redhat.com>
2350
2351 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2352 sprintf. Make "name" constant.
2353
2354 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2355
2356 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2357 instead of frame_read_register.
2358 (i387_print_float_info): Use get_frame_register and
2359 get_frame_register_unsigned instead of frame_register_read.
2360
2361 * i386fbsd-nat.c: Include "i386-tdep.h".
2362 (child_resume): Make `eflags' an ULONGEST. Use
2363 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2364 instead of register_read and register_write.
2365
2366 * i386bsd-nat.c (fetch_inferior_registers,
2367 store_inferior_registers): Don't use && at the end of a line.
2368 (_initialize_i386bsd_nat): Fix typo.
2369
2370 * frame.c (_initialize_frame): Add missing backslash.
2371
2372 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2373 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2374 and supply_register instead of manipulating the register buffer
2375 directly.
2376
2377 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2378 * config/i386/nm-i386sol2.h
2379 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2380
2381 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2382 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2383 instructions that GCC likes to mingle into the prologue. Fixes
2384 gdb/1253 and gdb/1255.
2385
2386 2003-08-09 Andrew Cagney <cagney@redhat.com>
2387
2388 Fix GDB PR cli/926.
2389 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2390 * command.h (add_setshow_uinteger_cmd): Declare.
2391 * frame.c (set_backtrace_cmd): New function.
2392 (show_backtrace_cmd): New function.
2393 * frame.c (_initialize_frame): Replace "set/show
2394 backtrace-below-main" with "set/show backtrace past-main". Add
2395 command "set/show backtrace limit".
2396 (backtrace_past_main): Rename "backtrace_below_main".
2397 (backtrace_limit): New variable.
2398 (get_prev_frame): Update. Check the backtrace_limit.
2399
2400 2003-08-09 Andrew Cagney <cagney@redhat.com>
2401
2402 * defs.h (xstrprintf): Declare.
2403 * utils.c (xstrprintf): New function.
2404 * breakpoint.c (insert_breakpoints): Replace sprintf and
2405 non-literal format strings, with xstrprintf and cleanups.
2406 (delete_breakpoint,breakpoint_re_set): Ditto.
2407 (commands_command, insert_breakpoints): Ditto.
2408 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2409 (break_at_finish_command_1): Ditto.
2410
2411 2003-08-09 Andrew Cagney <cagney@redhat.com>
2412
2413 * MAINTAINERS (language support): List Adam Fedor as Objective C
2414 maintainer.
2415
2416 2003-08-08 J. Brobecker <brobecker@gnat.com>
2417
2418 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2419 are now multiarched.
2420
2421 2003-08-08 J. Brobecker <brobecker@gnat.com>
2422
2423 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2424 longer necessary now that hppa64 is partially multiarch'ed.
2425
2426 2003-08-08 Andrew Cagney <cagney@redhat.com>
2427
2428 * interps.c (interp_set): Check for a NULL "old_interp".
2429
2430 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2431
2432 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2433 (install-only): Support DESTDIR.
2434 (uninstall): Likewise.
2435 (install-gdbtk): Likewise.
2436
2437 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
2438
2439 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2440 contains something meaningful at all times.
2441
2442 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
2443
2444 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
2445
2446 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2447
2448 * MAINTAINERS (write after approval): Added self.
2449
2450 2003-08-07 Andrew Cagney <cagney@redhat.com>
2451
2452 * inferior.h (AT_SYMBOL): Define.
2453 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2454 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2455 * mips-tdep.c (mips_call_dummy_address): Delete function.
2456 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2457 set call_dummy_address.
2458
2459 2003-08-07 Andrew Cagney <cagney@redhat.com>
2460
2461 * language.c (op_error): Delete function.
2462 (binop_type_check): Delete function.
2463 * language.h (type_op_error, range_op_error): Delete macros.
2464 (op_error): Delete declaration.
2465
2466 2003-08-07 Andrew Cagney <cagney@redhat.com>
2467
2468 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2469
2470 2003-08-07 Michal Ludvig <mludvig@suse.cz>
2471
2472 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
2473 (x86_64_push_arguments): Skip the red zone.
2474
2475 2003-08-05 Andrew Cagney <cagney@redhat.com>
2476
2477 * reggroups.c (reggroup_next): Check for the final entry.
2478
2479 2003-08-04 Andrew Cagney <cagney@redhat.com>
2480
2481 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2482 * cli/cli-script.c (define_command): Call query directly, instead
2483 of passing it a buffer.
2484 * ocd.c (ocd_error): Pass error a constant format string.
2485 * remote-mips.c (mips_error): Use fputs_filtered.
2486
2487 * solib-svr4.c (_initialize_svr4_solib): Update
2488 register_gdbarch_data call.
2489 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
2490
2491 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
2492 (register_gdbarch_data): Delete "free" parameter. Update
2493 comments.
2494 * gdbarch.h, gdbarch.c: Re-generate.
2495 * reggroups.c (_initialize_reggroup): Update.
2496 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2497 * frame-base.c (_initialize_frame_base): Update.
2498 * frame-unwind.c (_initialize_frame_unwind): Update.
2499 * user-regs.c (_initialize_user_regs): Update.
2500 * remote.c (_initialize_remote): Update.
2501 * regcache.c (_initialize_regcache): Update.
2502
2503 * regcache.c (xfree_regcache_descr): Delete function.
2504 (_initialize_regcache): Update call to register_gdbarch_data.
2505 (init_regcache_descr, init_legacy_regcache_descr): Use
2506 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
2507
2508 * remote.c (free_remote_state): Delete function.
2509 (_initialize_remote): Update register_gdbarch_data.
2510 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
2511 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
2512
2513 2003-08-04 Andrew Cagney <cagney@redhat.com>
2514
2515 * reggroups.c (struct reggroup_el): Define.
2516 (struct reggroups): Delete field "nr_group". Replace array
2517 "group" with a "first" to "last" linked list.
2518 (reggroups_init): Update. Allocate using gdbarch's obstack.
2519 (reggroups_free): Delete function.
2520 (add_group): Update. Add "el" parameter.
2521 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
2522 (default_groups): Update.
2523 (reggroup_next): Replace reggroups.
2524 (reggroups_dump): Update.
2525 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
2526 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
2527 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
2528
2529 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
2530
2531 * Makefile.in (tui-interp.o): Update dependencies.
2532
2533 2003-08-04 David Carlton <carlton@kealia.com>
2534
2535 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
2536 to internal_error call.
2537 * source.c (forward_search_command): Add "%s" format argument.
2538 (reverse_search_command): Ditto.
2539 * top.c (quit_confirm): Ditto.
2540 * cli/cli-setshow.c (do_setshow_command): Ditto.
2541 * cp-valprint.c (cp_print_class_method): Replace
2542 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
2543 (cp_print_class_member): Ditto.
2544 * event-top.c (command_line_handler): Ditto.
2545 * linux-proc.c (linux_info_proc_cmd): Ditto.
2546 * p-typeprint.c (pascal_type_print_base): Ditto.
2547 * p-valprint.c (pascal_object_print_class_method): Ditto.
2548 (pascal_object_print_class_member): Ditto.
2549 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
2550 * remote.c (remote_cisco_section_offsets): Ditto.
2551 * top.c (command_line_input): Ditto.
2552 * utils.c (vwarning,error_stream,quit): Ditto.
2553 * valprint.c (print_floating,print_binary_chars)
2554 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
2555
2556 2003-08-04 Andrew Cagney <cagney@redhat.com>
2557
2558 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
2559
2560 2003-08-02 Andrew Cagney <cagney@redhat.com>
2561
2562 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
2563 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
2564 amd64fbsd-nat.c.
2565
2566 2003-08-02 Andrew Cagney <cagney@redhat.com>
2567
2568 * Makefile.in: Update all dependencies and definitions.
2569
2570 2003-08-02 Adam Fedor <fedor@gnu.org>
2571
2572 * linespec.c (is_objc_method_format): New function
2573 (decode_line_1, locate_first_half): Use it.
2574 Fixes PR objc/1298
2575
2576 2003-08-01 Andrew Cagney <cagney@redhat.com>
2577
2578 * NEWS: Mention that m32r is multi-arch.
2579 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
2580 * configure.tgt: Recognize m32r-*-*.
2581 * config/m32r/tm-m32r.h: Delete file.
2582 * config/m32r/m32r.mt: New file.
2583 * m32r-rom.c (m32r_upload_command): Use hostent only when
2584 gethostname succeeds, in order to avoid a compilation
2585 warning.
2586 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
2587 compiler warning.
2588
2589 2003-08-01 Michael Snyder <msnyder@redhat.com>
2590
2591 * sh-tdep.c (sh_frame_align): New gdbarch method.
2592 (sh_gdbarch_init): Set up frame_align method.
2593
2594 2003-07-31 Michael Snyder <msnyder@redhat.com>
2595
2596 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
2597 which is already covered by the new frames infrastructure.
2598
2599 2003-07-31 Andrew Cagney <cagney@redhat.com>
2600
2601 * user-regs.c (struct user_reg): Add "next" link.
2602 (struct user_regs): Replace "user" with "first" and "last" links.
2603 (append_user_reg): Add pre-allocated "reg" parameter.
2604 (builtin_user_regs): Provide initial value for "last".
2605 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
2606 (user_regs_init): Allocate memory from the gdbarch obstack.
2607 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
2608 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
2609 linked list.
2610 (usernum_to_user_reg): New function.
2611 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
2612 (value_of_user_reg): Use usernum_to_user_reg.
2613 (user_regs_free): Delete function.
2614 (_initialize_user_regs): Update register_gdbarch_data call.
2615
2616 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
2617
2618 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
2619
2620 2003-07-30 Michael Snyder <msnyder@redhat.com>
2621
2622 * value.h (value_being_returned): Add a struct_addr argument.
2623 * infcall.c (call_function_by_hand): Pass struct_addr to
2624 value_being_returned.
2625 * infcmd.c (print_return_value): Pass zero as struct_addr.
2626 * values.c (value_being_returned): If struct_addr is passed,
2627 use it instead of trying to recover it from the inferior.
2628
2629 2003-07-30 Kevin Buettner <kevinb@redhat.com>
2630
2631 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
2632 the prologue analyzer won't need to attempt to extract the pc
2633 value from the woefully incomplete dummy frame.
2634 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
2635 possible. Disable code which modifies the frame.
2636
2637 2003-07-28 Andrew Cagney <cagney@redhat.com>
2638
2639 * annotate.c (annotate_breakpoints_headers): Restrict annotation
2640 to level 2.
2641 (annotate_breakpoints_table, annotate_record): Ditto.
2642 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
2643 (annotate_field_name_end, annotate_field_value): Ditto.
2644 (annotate_field_end, annotate_frame_source_begin): Ditto.
2645 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
2646 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
2647 (annotate_frame_begin, annotate_frame_function_name): Ditto.
2648 (annotate_frame_address_end, annotate_frame_address): Ditto.
2649 (annotate_frame_args, annotate_frame_end): Ditto.
2650 (annotate_frame_where, annotate_arg_begin): Ditto.
2651 (annotate_arg_name_end, annotate_arg_value): Ditto.
2652 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
2653 (annotate_function_call, annotate_signal_name): Ditto.
2654 (annotate_signal_string, annotate_signal_name_end): Ditto.
2655 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
2656 (annotate_value_begin, annotate_value_history_value): Ditto.
2657 (annotate_value_history_end, annotate_value_end): Ditto.
2658 (annotate_display_begin, annotate_display_number_end): Ditto.
2659 (annotate_display_format, annotate_display_expression): Ditto.
2660 (annotate_display_expression_end, annotate_display_value): Ditto.
2661 (annotate_display_end, annotate_array_section_begin): Ditto.
2662 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
2663 (annotate_elt, annotate_array_section_end): Ditto.
2664
2665 2003-07-28 Andrew Cagney <cagney@redhat.com>
2666
2667 * regcache.c (struct regcache_descr): Update comments on
2668 nr_raw_registers.
2669 (init_legacy_regcache_descr): Don't set nr_raw_registers or
2670 sizeof_raw_register_valid_p.
2671 (init_regcache_descr): Set nr_raw_registers and
2672 sizeof_raw_register_valid_p before calling
2673 init_legacy_regcache_descr.
2674
2675 2003-07-28 Andrew Cagney <cagney@redhat.com>
2676
2677 * mips-tdep.c (print_gp_register_row): Print the GPR's register
2678 MOD NUM_REGS.
2679
2680 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
2681
2682 * thread.c (info_threads_command): Use get_selected_frame ().
2683 Check that there is at least one non-sentinel frame.
2684
2685 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2686
2687 * m68hc11-tdep.c (struct frame_extra_info): Remove.
2688 (m68hc11_pop_frame): Remove.
2689 (m68hc11_frame_saved_pc): Remove.
2690 (m68hc11_frame_chain): Remove.
2691 (m68hc11_frame_init_saved_regs): Remove.
2692 (m68hc11_init_extra_frame_info): Remove.
2693 (m68hc11_store_struct_return): Remove.
2694 (m68hc11_saved_pc_after_call): Remove.
2695
2696 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2697
2698 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
2699 frame unwind information.
2700 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
2701 and adapted for frame unwinding.
2702 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
2703 (m68hc11_unwind_pc): New function.
2704 (m68hc11_frame_unwind_cache): New function to analyze frames.
2705 (m68hc11_frame_this_id): New function to create new frame struct.
2706 (m68hc11_frame_prev_register): New function to unwind a register from
2707 the frame.
2708 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
2709 (m68hc11_frame_p): New function for the above.
2710 (m68hc11_frame_base_address): New function to return fp of frame.
2711 (m68hc11_frame_args_address): Update for frame.
2712 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
2713 (m68hc11_unwind_sp): New function.
2714 (m68hc11_unwind_dummy_id): New function.
2715 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
2716 calls.
2717
2718 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2719
2720 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
2721 (m68hc11_guess_from_prologue): Advance the pc and frame size only
2722 when we are beyond the current pc.
2723
2724 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2725
2726 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
2727 from m68hc11_push_arguments.
2728 (m68hc11_push_arguments): Remove.
2729 (m68hc11_push_return_address): Remove.
2730 (m68hc11_gdbarch_init): Install the above; remove above deprecated
2731 handlers; remove deprecated_extra_stack_alignment_needed.
2732
2733 2003-07-27 Andrew Cagney <cagney@redhat.com>
2734
2735 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
2736 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
2737 REAL_PC and not the pointer.
2738 * hppa-hpux-tdep.c: Include frame.h
2739
2740 2003-07-27 Andrew Cagney <cagney@redhat.com>
2741
2742 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
2743 GDB_MULTI_ACH_PARTIAL.
2744
2745 2003-07-27 Andrew Cagney <cagney@redhat.com>
2746
2747 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
2748 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
2749 operator at start and not end of line.
2750 (decode_prologue): Ditto.
2751 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
2752 frame_unwind_register_unsigned instead of
2753 frame_unwind_unsigned_register.
2754 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
2755 read_register.
2756 (m32r_push_dummy_call): Use register_size instead of
2757 REGISTER_RAW_SIZE.
2758 (m32r_frame_sniffer): Replace m32r_frame_p.
2759 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
2760 * m32r-rom.c (report_transfer_performance): Delete extern
2761 declaration.
2762 (m32r_load, m32r_upload_command): Use print_transfer_performance
2763 instead of report_transfer_performance.
2764 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
2765 / add_show_from_set.
2766
2767 2003-07-26 Andrew Cagney <cagney@redhat.com>
2768
2769 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
2770 store_return_value and extract_struct_value_address.
2771
2772 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
2773
2774 PR c++/1267
2775 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
2776 NULL, default to the section containing PC.
2777
2778 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
2779
2780 * NEWS: Mention "regs" deprecated for m68hc11 too.
2781
2782 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
2783 (m68hc11_print_register): New function to print out one register.
2784 (m68hc11_print_registers_info): New function to print registers.
2785 (show_regs): Deprecate and use the above.
2786 (m68hc11_gdbarch_init): Install the print_registers_info.
2787
2788 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
2789
2790 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
2791 that we have a SIGTRAP before returning non-zero.
2792
2793 2003-07-23 Michal Ludvig <mludvig@suse.cz>
2794 Elena Zannoni <ezannoni@redhat.com>
2795
2796 * linespec.c (decode_line_2): Avoid crash if
2797 find_function_start_sal() returns empty record.
2798
2799 2003-07-23 Andreas Schwab <schwab@suse.de>
2800
2801 * ia64-tdep.c (ia64_print_insn): New function.
2802 (ia64_gdbarch_init): Set print_insn to it.
2803 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
2804 deprecated_tm_print_insn_info.
2805
2806 2003-07-22 Michael Snyder <msnyder@redhat.com>
2807
2808 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
2809 handle 8-bit returns (long long).
2810 (h8300h_extract_return_value): Ditto.
2811 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
2812
2813 2003-07-22 Andrew Cagney <cagney@redhat.com>
2814
2815 * gdbarch.c Include "gdb_obstack.h".
2816 (struct gdbarch): Add an "obstack".
2817 (alloc_gdbarch_data): Allocate the gdbarch data using
2818 GDBARCH_OBSTACK_CALLOC.
2819 (free_gdbarch_data): Delete function.
2820 (gdbarch_obstack_zalloc): New function.
2821 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
2822 Assert that the architecture is not initialized.
2823 (gdbarch_alloc): Allocate an obstack, allocate the architecture
2824 vector from the obstack.
2825 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
2826 architecture obstack.
2827 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
2828 (set_gdbarch_data): Assert that the data is not initialized.
2829 (struct gdbarch_data): Delete member "free".
2830 (register_gdbarch_data): Do not initialize "free".
2831 * gdbarch.h, gdbarch.c: Re-generate.
2832
2833 2003-07-22 Andrew Cagney <cagney@redhat.com>
2834
2835 * configure.in (build_warnings): Add -Wformat-nonliteral.
2836 * configure: Re-generate.
2837
2838 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
2839
2840 * dwarf2loc.c (locexpr_describe_location): Fix typos.
2841
2842 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
2843
2844 * findvar.c (read_var_value): Remove case for thread local storage
2845 variables. It is now entirely handled by the dwarf2 location
2846 expression code.
2847 * printcmd.c (address_info): Ditto.
2848 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
2849 enumeration value.
2850 (struct symbol): Remove objfile field, which was used by
2851 LOC_THREAD_LOCAL_STATIC only.
2852 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
2853 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
2854 usage of objfile pointer.
2855 * dwarf2loc.c (locexpr_describe_location): Add case to handle
2856 thread local variables.
2857 Add include of objfiles.h.
2858 * dwarf2expr.c (execute_stack_op): Add comments about thread local
2859 storage variables.
2860 * Makefile.in (dwarf2loc.o): Update dependencies.
2861
2862 2003-07-22 Andrew Cagney <cagney@redhat.com>
2863
2864 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
2865 get_frame_base.
2866 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
2867 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
2868 (struct value): Add opaque declaration.
2869 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
2870
2871 2003-07-21 Andrew Cagney <cagney@redhat.com>
2872
2873 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
2874 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
2875
2876 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
2877
2878 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
2879 regcache_cooked_read_unsigned instead of read_register.
2880 (m68hc11_saved_pc_after_call): Likewise.
2881 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
2882 instead of write_register.
2883 (m68hc11_register_type): New function.
2884 (m68hc11_register_virtual_type): Remove.
2885 (m68hc11_store_return_value): Convert to use the regcache.
2886 (m68hc11_extract_struct_value_address): Likewise.
2887 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
2888 m68hc11_register_type; undeprecate store_return_value and
2889 extract_struct_value_address.
2890
2891 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
2892
2893 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
2894 and translate to use regcache.
2895 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
2896
2897 2003-07-18 Andrew Cagney <cagney@redhat.com>
2898
2899 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
2900 * gdbarch.h, gdbarch.c: Re-generate.
2901 * i386-tdep.c (i386_gdbarch_init): Do not set
2902 DWARF2_BUILD_FRAME_INFO.
2903 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
2904 unconditionally.
2905 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
2906 DWARF2_BUILD_FRAME_INFO.
2907
2908 2003-07-18 Andrew Cagney <cagney@redhat.com>
2909
2910 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
2911 * disasm.c (gdb_disassemble_info): Initilize di.arch.
2912
2913 2003-07-18 Andrew Cagney <cagney@redhat.com>
2914
2915 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
2916 frame_unwind_address_in_block, instead of frame_pc_unwind.
2917 (dwarf2_frame_cache): Ditto.
2918
2919 2003-07-18 Andrew Cagney <cagney@redhat.com>
2920
2921 * user-regs.h (struct gdbarch): Declare opaque.
2922 * ui-out.h (struct ui_file): Declare opaque.
2923 * dwarf2-frame.h (struct frame_info): Declare opaque.
2924
2925 2003-07-18 Kris Warkentin <kewarken@qnx.com>
2926
2927 * nto-procfs.c: Clean ARI hits. Change #include <..> to
2928 #include "...".
2929 (procfs_meminfo): Change strerror to safe_strerror.
2930 (procfs_can_run): Remove K&R badness.
2931
2932 2003-07-17 Michael Snyder <msnyder@redhat.com>
2933
2934 * remote-sim.c: Comment typo fix.
2935
2936 2003-07-17 Andrew Cagney <cagney@redhat.com>
2937
2938 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
2939 configure.
2940 * sparc-tdep.c (sparc_intreg_size): Make non-static.
2941 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
2942 GDB_MULTI_ARCH_PARTIAL.
2943
2944 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
2945
2946 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
2947 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
2948 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
2949
2950 2003-07-16 Theodore A. Roth <troth@openavr.org>
2951
2952 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
2953 found.
2954 (avr_frame_unwind_cache): Don't unwind FP for main.
2955 Update a comment.
2956 Save the computed prev_sp.
2957 (avr_saved_regs_unwinder): Remove function.
2958 (avr_frame_prev_register): Use PC unwind logic from
2959 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
2960
2961 2003-07-16 Andrew Cagney <cagney@redhat.com>
2962
2963 * frame-base.h (frame_base_p_ftype): Delete definition.
2964 (frame_base_append_predicate): Delete declaration.
2965 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
2966 (frame_unwind_append_predicate): Delete declaration.
2967 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
2968 (append_predicate): Delete parameter "p".
2969 (frame_unwind_append_predicate): Delete function.
2970 (frame_unwind_append_sniffer): Update call to append_predicate.
2971 (frame_unwind_free): Delete function.
2972 (_initialize_frame_unwind): Pass NULL as "free" to
2973 register_gdbarch_data.
2974 (frame_unwind_init): Append the dummy_frame_sniffer.
2975 (frame_unwind_find_by_frame): Simplify.
2976 * frame-base.c (struct frame_base_table): Delete field "p".
2977 (append_predicate): Delete parameter "p".
2978 (frame_base_append_predicate): Delete function.
2979 (frame_base_append_sniffer): Update call to append_predicate.
2980 (frame_base_free): Delete function.
2981 (frame_base_find_by_frame): Simplify.
2982 (_initialize_frame_base): Pass NULL as "free" to
2983 register_gdbarch_data.
2984 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
2985 (x86_64_sigtramp_frame_sniffer): Replace
2986 "x86_64_sigtramp_frame_p".
2987 (x86_64_init_abi): Set the frame unwind sniffers.
2988 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
2989 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
2990 (m68k_gdbarch_init): Set the frame unwind sniffers.
2991 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
2992 "i386_sigtramp_frame_p".
2993 (i386_frame_sniffer): Replace "i386_frame_p".
2994 (i386_gdbarch_init): Set the frame unwind sniffers.
2995 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
2996 (avr_gdbarch_init): Set the frame unwind sniffers.
2997 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
2998 "alpha_sigtramp_frame_p"
2999 (alpha_heuristic_frame_sniffer): Replace
3000 "alpha_heuristic_frame_p".
3001 (alpha_gdbarch_init): Set the frame unwind sniffers.
3002 (alpha_dwarf2_init_abi): Ditto.
3003 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3004 "alpha_debug_frame_p".
3005 (alpha_mdebug_frame_base_sniffer): Replace
3006 "alpha_mdebug_frame_base_p".
3007 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3008 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3009 (d10v_gdbarch_init): Set the frame unwind sniffer.
3010 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3011 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3012 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3013 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3014 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3015 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3016
3017 2003-07-16 Michael Snyder <msnyder@redhat.com>
3018
3019 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3020 should go thru sh_dsp_register_sim_regno, else the dsp regs
3021 will not get the right values.
3022
3023 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3024
3025 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3026 deprecated_store_floating by call to store_typed_floating.
3027 (sh_sh4_register_convert_to_raw): Substitute call to
3028 deprecated_extract_floating by call to extract_typed_floating.
3029
3030 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3031
3032 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3033
3034 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3035
3036 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3037 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3038 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3039 as possible.
3040 (do_pseudo_register): Remove.
3041 (sh_push_dummy_code): New function.
3042 (sh64_store_struct_return): Rename from sh_store_struct_return.
3043 Only called for sh64 now.
3044 (sh_extract_struct_value_address): Regcache'ify.
3045 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3046 and accomodate new tasks.
3047 (sh64_push_return_address): Rename from sh_push_return_address.
3048 Only called for sh64 now.
3049 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3050 Regcache'ify.
3051 (sh3e_sh4_extract_return_value): Regcache'ify.
3052 (sh_default_store_return_value): Ditto.
3053 (sh3e_sh4_store_return_value): Ditto.
3054 (sh_default_register_byte): Remove.
3055 (sh_sh4_register_byte): Remove.
3056 (sh_default_register_raw_size): Remove.
3057 (sh_sh4_register_raw_size): Remove.
3058 (sh_register_virtual_size): Remove.
3059 (sh_sh3e_register_virtual_type): Remove.
3060 (sh_sh3e_register_type): New function.
3061 (sh_sh4_register_virtual_type): Remove.
3062 (sh_sh4_register_type): New function.
3063 (sh_default_register_virtual_type): Remove.
3064 (sh_default_register_type): New function.
3065 (do_fv_register_info): Add parameters to accomodate call from
3066 sh_print_registers_info.
3067 (do_dr_register_info): Ditto.
3068 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3069 Add parameters to accomodate call from sh_print_registers_info.
3070 (sh_do_fp_register): Ditto.
3071 (sh64_do_pseudo_register): Call do_dr_register_info,
3072 do_fv_register_info and sh_do_fp_register with default parameters.
3073 (sh_do_register): Add parameters to accomodate call from
3074 sh_print_registers_info.
3075 (sh_print_register): Ditto.
3076 (sh_print_registers_info): Rename from sh_do_registers_info.
3077 Add parameters to be used as gdbarch_print_registers_info
3078 implementation. Accomodate removed do_pseudo_register function
3079 pointer.
3080 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3081 function pointer. Call sh_print_register with default parameters.
3082 (sh64_do_registers_info): Call sh_print_registers_info instead of
3083 sh_do_registers_info.
3084 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3085 detection of deprecated vs. non-deprecated functionality.
3086 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3087 function pointer assignments by direct function calls.
3088
3089 2003-07-15 Andrew Cagney <cagney@redhat.com>
3090
3091 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3092 (frame_register_unwind, create_new_frame): Ditto.
3093 (legacy_get_prev_frame, get_frame_type): Ditto.
3094 (get_frame_base_address): Use frame_base_find_by_frame.
3095 (get_frame_locals_address): Use frame_base_find_by_frame.
3096 (get_frame_args_address): Use frame_base_find_by_frame.
3097 * frame-base.h (frame_base_sniffer_ftype): Declare.
3098 (frame_base_append_sniffer): Declare.
3099 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3100 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3101 (frame_base_append_sniffer): New function.
3102 (frame_base_append_predicate): Add a NULL sniffer.
3103 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3104 (struct frame_base_table): Add "sniffer".
3105 (frame_base_free): Free the "sniffer" table.
3106 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3107 (frame_unwind_append_sniffer): Declare.
3108 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3109 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3110 (struct frame_unwind_table): Add "sniffer", delete "middle".
3111 (append_predicate): Add "sniffer" parameter, append the sniffer.
3112 (frame_unwind_init): Update append_predicate call.
3113 (frame_unwind_append_sniffer): New function.
3114 (frame_unwind_append_predicate): Update append_predicate call.
3115 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3116
3117 2003-07-15 Andrew Cagney <cagney@redhat.com>
3118
3119 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3120 before code inhibiting repeated unwind attempts. Add to
3121 commentary on that test's problems.
3122 * blockframe.c (inside_main_func): Look for "main" in the minimal
3123 symbol table.
3124 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3125 identical.
3126
3127 2003-07-15 Andrew Cagney <cagney@redhat.com>
3128
3129 * complaints.c (struct explanation): Define.
3130 (struct complaints): Change type of "explanation" to "struct
3131 explanation".
3132 (symfile_explanations): Convert to a "struct explanation" table.
3133 (vcomplaint): Update.
3134
3135 2003-07-15 Michal Ludvig <mludvig@suse.cz>
3136
3137 * x86-64-linux-nat.c (regmap): Removed.
3138 (supply_gregset, fill_gregset): Call
3139 x86_64_linux_(fill,supply)_gregset functions.
3140 * x86-64-linux-tdep.c (USER_*): New defines.
3141 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3142 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3143 New functions.
3144 (fetch_core_registers): Ditto.
3145 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3146 * x86-64-linux-tdep.h: New file.
3147 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3148 and core-regset.o.
3149 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3150
3151 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3152
3153 * x86-64-tdep.c (x86_64_store_return_value): Use
3154 regcache_cooked_write_part instead of regcache_cooked_write.
3155
3156 * configure.host: Add x86_64-*-freebsd*.
3157 * configure.tgt: Add x86_64-*-freebsd*.
3158 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3159 * amd64fbsd-nat.c: New file.
3160 * amd64fbsd-tdep.c: New file.
3161 * config/i386/nm-fbsd64.h: New file.
3162 * config/i386/fbsd64.mh: New file.
3163 * config/i386/fbsd64.mt: New file.
3164
3165 2003-07-11 Mark Kettenis <kettenis@gnu.org>
3166
3167 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3168 `sc_regs_offset' and `sc_fpregs_offset'.
3169 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3170 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3171 (alpha_sigtramp_register_address): Rewrite to use new members of
3172 `struct gdbarch_tdep'.
3173 (alpha_gdbarch_init): Initialize new members of struct
3174 gdbarch_tdep'.
3175 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3176 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3177 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3178 (alphafbsd_pc_in_sigtramp): Implement.
3179 (alphafbsd_sigtramp_offset): New function.
3180 (alphafbsd_sigcontext_addr): New function.
3181 (alphafbsd_init_abi): Initialize signal trampoline related members
3182 of `struct gdbarch_tdep'.
3183 (_initialize_alphafbsd_tdep): Add prototype.
3184
3185 2003-07-11 Theodore A. Roth <troth@openavr.org>
3186
3187 * Makefile.in (install-only): Quote sed expression when generating
3188 transformed_name.
3189
3190 2003-07-11 Richard Henderson <rth@redhat.com>
3191
3192 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3193 * dwarf2-frame.c: Include complaints.h.
3194 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3195 variable initialization; return NULL on error.
3196 (decode_frame_entry): New.
3197
3198 2003-07-11 Andrew Cagney <cagney@redhat.com>
3199
3200 * frame.h (frame_address_in_block): Delete declaration.
3201 * blockframe.c (frame_address_in_block): Delete function.
3202 (get_frame_block): Use get_frame_address_in_block.
3203 (block_innermost_frame): Ditto.
3204 * stack.c (print_frame, backtrace_command_1): Ditto.
3205
3206 * frame.h (get_frame_address_in_block): Declare.
3207 (frame_unwind_address_in_block): Declare.
3208 * frame.c (frame_unwind_address_in_block): New function.
3209 (get_frame_address_in_block): New function.
3210
3211 2003-07-10 Andrew Cagney <cagney@redhat.com>
3212
3213 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3214 pre-default. Note: re-generate has no effect.
3215
3216 2003-07-10 Andrew Cagney <cagney@redhat.com>
3217
3218 * gdbarch.sh: When a variable, but not a function, compare against
3219 0. Fix problem in previous patch.
3220 * gdbarch.c: Re-generate.
3221
3222 2003-07-10 Andrew Cagney <cagney@redhat.com>
3223
3224 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3225 functions against NULL, not 0.
3226 * gdbarch.c: Re-generate.
3227
3228 2003-07-10 Fred Fish <fnf@ninemoons.com>
3229
3230 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3231 null string instead of a null pointer.
3232 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3233
3234 2003-07-09 Michael Snyder <msnyder@redhat.com>
3235
3236 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3237
3238 2003-07-09 Mark Kettenis <kettenis@gnu.org>
3239
3240 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3241 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3242 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3243 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3244 * x86-64-tdep.c: ... from here.
3245
3246 2003-07-09 Andreas Schwab <schwab@suse.de>
3247
3248 * m68k-tdep.h (enum struct_return): Define.
3249 (struct gdbarch_tdep): Add struct_return.
3250 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3251 bytes are padded to the right, not to the left. Pass struct value
3252 address in register %a1, not on stack.
3253 (m68k_use_struct_convention): New function.
3254 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3255 struct_return in tdep to pcc_struct_return.
3256 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3257 reg_struct_return.
3258
3259 2003-07-09 Joel Brobecker <brobecker@gnat.com>
3260
3261 * somread.c (som_symfile_offsets): Fix compilation error.
3262
3263 2003-07-09 Andrew Cagney <cagney@redhat.com>
3264
3265 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3266 Add comments about the checks.
3267
3268 2003-07-08 Andrew Cagney <cagney@redhat.com>
3269
3270 * Makefile.in: Make dependency section headers consistent.
3271 (config_h): Move to $BUILD headers section.
3272 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3273 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3274 (ada-exp.tab.c): Move to YACC/LEX section.
3275 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3276 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3277
3278 2003-07-08 Kris Warkentin <kewarken@qnx.com>
3279
3280 * nto-procfs.c: Cleaned up a bunch of ARI hits.
3281 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3282 of strerror with safe_strerror, use ISO C function definitions,
3283 and replace instances of sprintf with snprintf.
3284
3285 2003-07-07 Andrew Cagney <cagney@redhat.com>
3286
3287 * frame.c (get_prev_frame): Enable check for identical frames.
3288 Update comments. Update error messages.
3289
3290 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3291
3292 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3293
3294 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3295
3296 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3297 sort_symtab_syms, no longer necessary.
3298
3299 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3300
3301 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3302
3303 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3304
3305 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3306 (mips_register_byte): Likewise.
3307
3308 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3309
3310 * Makefile.in (sparc_tdep_h): New.
3311 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3312 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3313 * sparc-linux-nat.c: Include "sparc-tdep.h".
3314 * sparc-nat.c: Likewise.
3315 * sparc-tdep.c: Likewise.
3316 * sparc64nbsd-nat.c: Likewise.
3317 * sparcnbsd-nat.c: Likewise.
3318 * sparcnbsd-tdep.c: Likewise.
3319 * sparc-tdep.h: New file.
3320 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3321 and sparc_npc_regnum.
3322
3323 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3324
3325 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3326 (mips_linux_cannot_store_register): List supported instead of
3327 unsupported registers.
3328
3329 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3330
3331 * disasm.c (dump_insns): Separate instructions from addresses.
3332
3333 2003-07-07 Andreas Schwab <schwab@suse.de>
3334
3335 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3336 dependencies.
3337 * m68k-tdep.c (NUM_FREGS): Delete.
3338 (SIG_PC_FP_OFFSET): Delete.
3339 (TARGET_M68K): Delete.
3340 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3341 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3342 P_MOVEL_SP, P_MOVEML_SP): Define.
3343 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3344 P_TRAP): Delete.
3345 (m68k_register_raw_size): Delete.
3346 (m68k_register_virtual_size): Delete.
3347 (m68k_register_type): Renamed from m68k_register_virtual_type and
3348 add gdbarch argument.
3349 (m68k_store_struct_return): Delete.
3350 (m68k_deprecated_extract_return_value): Delete.
3351 (m68k_deprecated_extract_struct_value_address): Delete.
3352 (m68k_frame_chain): Delete.
3353 (m68k_frame_saved_pc): Delete.
3354 (m68k_fix_call_dummy): Delete.
3355 (m68k_push_dummy_frame): Delete.
3356 (m68k_pop_frame): Delete.
3357 (m68k_extract_return_value): New function.
3358 (m68k_store_return_value): Rewrite using regcache.
3359 (m68k_extract_struct_value_address): Rewrite using regcache.
3360 (m68k_push_dummy_call): New function.
3361 (struct m68k_frame_cache): Define.
3362 (m68k_alloc_frame_cache): New function.
3363 (m68k_analyze_frame_setup): New function.
3364 (m68k_analyze_register_saves): New function.
3365 (m68k_analyze_prologue): New function.
3366 (m68k_skip_prologue): Rewrite using above functions.
3367 (m68k_unwind_pc): New function.
3368 (m68k_frame_cache): New function.
3369 (m68k_frame_this_id): New function.
3370 (m68k_frame_prev_register): New function.
3371 (m68k_frame_unwind): New variable.
3372 (m68k_frame_p): New function.
3373 (m68k_sigtramp_frame_cache): New function.
3374 (m68k_sigtramp_frame_this_id): New function.
3375 (m68k_sigtramp_frame_prev_register): New function.
3376 (m68k_sigtramp_frame_unwind): New variable.
3377 (m68k_sigtramp_frame_p): New function.
3378 (m68k_frame_base_address): New function.
3379 (m68k_frame_base): New function.
3380 (m68k_unwind_dummy_id): New function.
3381 (fill_gregset): Use regcache_collect.
3382 (fill_fpregset): Likewise.
3383 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3384 defined.
3385 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3386 deprecated_init_frame_pc, deprecated_store_struct_return,
3387 deprecated_extract_return_value, deprecated_store_return_value,
3388 deprecated_frame_chain, deprecated_frame_saved_pc,
3389 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3390 deprecated_register_virtual_size,
3391 deprecated_max_register_raw_size,
3392 deprecated_max_register_virtual_size,
3393 deprecated_register_virtual_type, deprecated_register_size,
3394 deprecated_register_byte, deprecated_register_bytes,
3395 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3396 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3397 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3398 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3399 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3400 deprecated_push_dummy_frame, deprecated_pop_frame,
3401 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3402 only if SYSCALL_TRAP is defined. Set extract_return_value,
3403 store_return_value, extract_struct_value_address, register_type,
3404 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3405 predicates.
3406 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3407 M68K_MAX_REGISTER_SIZE): Define.
3408 (struct m68k_sigtramp_info): Define.
3409 (struct gdbarch_tdep): Add get_sigtramp_info.
3410 * m68klinux-nat.c (fetch_register): Use register_size instead of
3411 REGISTER_RAW_SIZE. Don't put assignment in if.
3412 (store_register): Likewise.
3413 (fetch_inferior_registers): Likewise.
3414 (store_inferior_registers): Likewise.
3415 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3416 (m68k_linux_frame_saved_pc): Delete.
3417 (m68k_linux_sigcontext_reg_offset,
3418 m68k_linux_ucontext_reg_offset): Define.
3419 (m68k_linux_get_sigtramp_info): New function.
3420 (m68k_linux_extract_return_value): Rewrite using regcache.
3421 (m68k_linux_store_return_value): Likewise.
3422 (m68k_linux_extract_struct_value_address): Likewise.
3423 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3424 Don't set deprecated_frame_saved_pc,
3425 deprecated_extract_return_value, deprecated_store_return_value,
3426 deprecated_extract_struct_value_address. Set
3427 extract_return_value, store_return_value,
3428 extract_struct_value_address.
3429
3430 2003-07-07 Andrew Cagney <cagney@redhat.com>
3431
3432 * expprint.c: Include "user-regs.h" instead of "frame.h".
3433 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3434 frame_map_regnum_to_name.
3435 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3436 (frame_map_name_to_regnum): Simplify, call
3437 user_reg_map_name_to_regnum.
3438 (frame_map_regnum_to_name): Simplify, call
3439 user_reg_map_regnum_to_name.
3440 (frame_register_unwind): Update.
3441 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3442 (_initialize_frame_reg): Call user_reg_add_builtin.
3443 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3444 (value_of_register): Use value_of_user_reg.
3445 * eval.c (evaluate_subexp_standard): Update.
3446 * parse.c (write_dollar_variable): Update.
3447 * d10v-tdep.c (d10v_print_registers_info): Update.
3448 * infcmd.c (registers_info): Update.
3449 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3450 (builtin_regs_h): Delete macro.
3451 (user_regs_h): Define.
3452 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3453 (builtin-regs.o): Delete target.
3454 (user-regs.o): Specify dependencies.
3455 (expprint.o): Update dependencies.
3456 (findvar.o): Update dependencies.
3457 (frame.o): Update dependencies.
3458 (std-regs.o): Update dependencies.
3459
3460 2003-07-06 Christopher Faylor <cgf@redhat.com>
3461
3462 * win32-nat.c (solib_symbols_add): Use one variable for all section
3463 address stuff. Pass variable rather than address of variable to
3464 safe_symbol_file_add.
3465
3466 2003-07-06 Andreas Schwab <schwab@suse.de>
3467
3468 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3469
3470 2003-07-04 Joel Brobecker <brobecker@gnat.com>
3471
3472 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3473
3474 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3475
3476 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3477
3478 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3479
3480 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3481 * config/i386/nto.mh: New file.
3482 * config/i386/nm-nto.h: New file.
3483 * configure.host: Add i[3456]86-*-nto*.
3484
3485 2003-07-03 Joel Brobecker <brobecker@gnat.com>
3486
3487 * remote-vx.c (vx_add_symbols): Fix compilation error.
3488
3489 2003-07-03 Andrew Cagney <cagney@redhat.com>
3490
3491 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
3492 * gdbarch.h, gdbarch.c: Re-generate.
3493 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
3494 (legacy_register_name): Declare.
3495 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
3496 (REGISTER_NAME): Define.
3497 * sparc-tdep.c (legacy_register_name): New function.
3498 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
3499 (REGISTER_NAME): Define.
3500 (hppa64_register_name): Declare.
3501 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
3502 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
3503 (hppa64_register_name): New function.
3504 (hppa_register_name): New function.
3505 * arch-utils.c (legacy_register_name): Delete.
3506 * arch-utils.h (legacy_register_name): Delete.
3507
3508 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3509
3510 * cli/cli-interp.c (cli_interpreter_resume): Update the
3511 cli_uiout's stream to gdb_stdout.
3512
3513 2003-07-03 Andrew Cagney <cagney@redhat.com>
3514
3515 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
3516 predicate.
3517 * gdbarch.h, gdbarch.c: Re-generate.
3518 * regcache.c (init_regcache_descr): Use legacy code when either
3519 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
3520
3521 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3522
3523 * NEWS: Move "set logging" entry into GDB 6.0 section.
3524
3525 2003-07-02 Jim Blandy <jimb@redhat.com>
3526
3527 * s390-tdep.c (struct frame_extra_info): new member:
3528 'stack_bought_valid'.
3529 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
3530 initialize fextra_info->stack_bought.
3531 (s390_frameless_function_invocation): Don't trust the value of
3532 fextra_info_ptr->stack_bought unless
3533 fextra_info->stack_bought_valid is set.
3534
3535 New S390 prologue analyzer.
3536 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
3537 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
3538 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
3539 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
3540 compute_x_addr, s390_on_stack, s390_store,
3541 s390_get_signal_frame_info): New functions.
3542 (S390_NUM_SPILL_SLOTS): New macro.
3543 (s390_get_frame_info): Rewritten.
3544 (is_arg_reg): Deleted.
3545
3546 Break out the decoding of S/390 instructions into separate
3547 functions, to make it more legible, and easier to check
3548 against the spec.
3549 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
3550 is_rx, is_rxe): New functions.
3551 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
3552 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
3553 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
3554 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
3555 enums for opcode values. (Is this an improvement?)
3556
3557 2003-07-02 Andrew Cagney <cagney@redhat.com>
3558
3559 * i386-tdep.c: Revert change committed as part of trad-frame code
3560 below.
3561
3562 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3563
3564 * breakpoint.c (insert_catchpoint): Make static.
3565
3566 2003-07-02 Andreas Schwab <schwab@suse.de>
3567
3568 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
3569 former ia64_push_arguments and ia64_push_return_address, and use
3570 regcache functions instead of read/write_register.
3571 (ia64_gdbarch_init): Set push_dummy_call instead of
3572 deprecated_push_arguments and deprecated_push_return_address.
3573
3574 2003-07-01 Andreas Jaeger <aj@suse.de>
3575
3576 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
3577 before the call.
3578 Set %rax only to number of SSE registers used.
3579
3580 2003-07-01 Andrew Cagney <cagney@redhat.com>
3581
3582 * trad-frame.h: Update comments, a -1 .addr is reserved.
3583 (trad_frame_value_p, trad_frame_addr_p): Declare.
3584 (trad_frame_reg_p): Declare.
3585 (trad_frame_set_value): Rename trad_frame_register_value.
3586 (trad_frame_set_unknown): Declare.
3587 * trad-frame.c (trad_frame_realreg_p): New function.
3588 (trad_frame_addr_p, trad_frame_value_p): New function.
3589 (trad_frame_set_unknown): New function.
3590 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
3591 (trad_frame_prev_register): Use trad_frame_realreg_p,
3592 trad_frame_addr_p and trad_frame_value_p.
3593 (trad_frame_set_value): Rename trad_frame_register_value.
3594 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
3595 and trad_frame_set_value.
3596
3597 2003-06-30 Jim Blandy <jimb@redhat.com>
3598
3599 Patch from IBM (authors unspecified, probably Ulrich Weigand and
3600 Gerhard Tonn) for argument passing on the S/390 and S/390x:
3601 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
3602 for 16 registers, and then 32 more bytes.
3603 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
3604 New macros.
3605 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
3606 Move up in the file, since it's now used by is_simple_arg.
3607 (is_simple_arg): Don't assume registers are four bytes long.
3608 Exclude all double arguments. Extended floats are not simple
3609 args.
3610 (is_power_of_two): New function.
3611 (pass_by_copy_ref): Call is_power_of_two, and check that the
3612 length fits in a register, rather than listing all the acceptable
3613 sizes. Extended floats are not passed by reference.
3614 (s390_push_arguments): Don't assume registers are four bytes long.
3615 Reserve an argument register to point to the buffer for structures
3616 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
3617 S390_STACK_FRAME_OVERHEAD.
3618
3619 2003-06-30 Andreas Schwab <schwab@suse.de>
3620
3621 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
3622 format error message.
3623
3624 2003-06-30 Joel Brobecker <brobecker@gnat.com>
3625
3626 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
3627
3628 2003-06-30 David Carlton <carlton@kealia.com>
3629
3630 Band-aid for PR c++/1245.
3631 * Makefile.in (cp-support.o): Depend on complaints_h.
3632 * cp-support.c: Include complaints.h. Add declaration for
3633 find_last_component.
3634 (cp_find_first_component): Separate code into
3635 cp_find_first_component_aux.
3636 (cp_find_first_component_aux): Call demangled_name_complaint.
3637 (demangled_name_complaint): New.
3638
3639 2003-06-30 Andrew Cagney <cagney@redhat.com>
3640
3641 * remote.c (remote_write_bytes): Explicitly compute and then use
3642 the payload size. Update comments to reflect. Fixes problem of
3643 GDB not sending small packets as found by Fred Fish.
3644
3645 2003-06-30 Andrew Cagney <cagney@redhat.com>
3646
3647 * remote.c (remote_async_wait): Fix -Wformat problem.
3648
3649 2003-06-29 Andrew Cagney <cagney@redhat.com>
3650
3651 * remote.c (remote_wait): Call error, and not warning, when the
3652 packet is corrupt.
3653 (remote_async_wait): Ditto.
3654
3655 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3656
3657 * sparc-tdep.c (sparc_y_regnum): Make external again.
3658
3659 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3660
3661 * cli/cli-logging.c (pop_output_files): Add void to function
3662 definition.
3663
3664 2003-06-29 Andrew Cagney <cagney@redhat.com>
3665
3666 * frame.c (frame_register_unwind): Use unsigned char when dumping
3667 the buffer contents.
3668
3669 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
3670
3671 * cli/cli-logging.c: New file.
3672 * cli-out.c (struct ui_out_data): Add original_stream.
3673 (cli_redirect): New function.
3674 (cli_ui_out_impl): Add cli_redirect.
3675 (cli_out_new): Initialize original_stream.
3676 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
3677 (uo_redirect, ui_out_redirect): New.
3678 * ui-out.h (struct ui_out_impl): Add redirect member.
3679 (redirect_ftype): New.
3680 (ui_out_redirect): Add prototype.
3681 * Makefile.in: Add rules for cli-logging.c.
3682 * NEWS: Mention "set logging".
3683
3684 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
3685
3686 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
3687
3688 2003-06-27 Andrew Cagney <cagney@redhat.com>
3689
3690 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
3691 (m68hc11_gdbarch_init): Do not set call_dummy_address.
3692 * avr-tdep.c (avr_call_dummy_address): Delete function.
3693 (avr_gdbarch_init): Do not set call_dummy_address.
3694
3695 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
3696
3697 * symfile.c (syms_from_objfile): Move variables to inner block.
3698 Move the checks for the non-mainline case a bit earlier to avoid
3699 doing some useless computations.
3700
3701 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
3702
3703 * dwarfread.c (decode_modified_type): Gag new compiler warning.
3704
3705 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
3706
3707 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
3708 sections.
3709
3710 2003-06-26 Michael Chastain <mec@shout.net>
3711
3712 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
3713 gdb/testsuite/gdb.c++/pr-1210.exp.
3714
3715 2003-06-26 Andrew Cagney <cagney@redhat.com>
3716
3717 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
3718 altivec_expression.h and altivec_registers.h.
3719
3720 2003-06-26 Andrew Cagney <cagney@redhat.com>
3721
3722 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
3723 info->mach when MIPS16. Patch suggested by Fred Fish.
3724
3725 2003-06-26 Andrew Cagney <cagney@redhat.com>
3726
3727 * utils.c (internal_vproblem): Print the problem to a reason
3728 buffer and then pass to query. Make the msg variable more local.
3729
3730 2003-06-26 Andrew Cagney <cagney@redhat.com>
3731
3732 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
3733 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
3734 * gdbarch.h, gdbarch.c: Re-generate.
3735 * frame-base.c (default_frame_args_address): Update. Use
3736 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
3737 not available.
3738 (default_frame_locals_address): Ditto for
3739 DEPRECATED_FRAME_LOCALS_ADDRESS.
3740 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
3741 (vax_frame_num_args): Update.
3742 (vax_gdbarch_init): Update.
3743 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3744 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3745 * mcore-tdep.c (mcore_gdbarch_init): Update.
3746 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3747 * ia64-tdep.c (ia64_gdbarch_init): Update.
3748 * symtab.h (address_class): Update comments.
3749 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
3750 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
3751 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
3752 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
3753 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
3754 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
3755 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
3756 * alpha-mdebug-tdep.c: Update.
3757 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
3758
3759 2003-06-26 Andreas Jaeger <aj@suse.de>
3760
3761 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
3762 of SSE registers so that varargs functions work. Rework handling
3763 of passing arguments on the stack.
3764 (x86_64_store_return_value): Return double and float values in SSE
3765 register.
3766
3767 2003-06-24 Michael Chastain <mec@shout.net>
3768
3769 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
3770 the "constructor breakpoints ignored" bug.
3771
3772 2003-06-25 David Carlton <carlton@kealia.com>
3773
3774 * MAINTAINERS: Update e-mail address.
3775
3776 2003-06-24 Jim Blandy <jimb@redhat.com>
3777
3778 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
3779
3780 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
3781 function.
3782 (ppc_linux_init_abi): Register it as the
3783 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
3784
3785 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
3786 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
3787 method.
3788
3789 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
3790 (ppc64_standard_linkage_target): Use it.
3791
3792 2003-06-23 Andrew Cagney <cagney@redhat.com>
3793
3794 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
3795 for 0 "int0" and 4 "int32" sized registers.
3796 * gdbtypes.c (builtin_type_int0): Define.
3797 (build_gdbtypes): Initialize builtin_type_int0.
3798 * gdbtypes.h (builtin_type_int0): Declare.
3799
3800 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
3801
3802 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
3803 as characters are unsigned.
3804
3805 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
3806
3807 PR gdb/1179
3808 * dwarfread.c (struct_type): Skip static fields without crashing.
3809
3810 2003-06-22 Andrew Cagney <cagney@redhat.com>
3811
3812 GDB 6.0 branch created.
3813 * README: Update.
3814 * PROBLEMS: Update. Empty.
3815 * NEWS: Update.
3816
3817 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
3818
3819 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
3820 Suggested by Nick Hibma <n_hibma@webweaving.org>.
3821
3822 2003-06-22 Andrew Cagney <cagney@redhat.com>
3823
3824 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
3825 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
3826 Velikov.
3827
3828 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
3829
3830 * cli/cli-cmds.c (shell_escape): Silence warnings from old
3831 compilers.
3832
3833 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
3834
3835 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
3836 argument of val_print.
3837 * cp-valprint.c (cp_print_value): Don't add the offset parameter
3838 to the address argument of baseclass_offset or target_read_memory.
3839 Do add it to the argument of cp_print_value_fields.
3840
3841 2003-06-21 Andrew Cagney <cagney@redhat.com>
3842
3843 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
3844 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
3845 instead of 0..NUM_REGS.
3846 (mips_register_reggroup_p): New function.
3847 (mips_pseudo_register_write): New function.
3848 (mips_pseudo_register_read): New function.
3849 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
3850 based on the register's type.
3851 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
3852 cooked.
3853 (mips_get_saved_register): Simplify. Assert that REGNO is a
3854 pseudo / cooked.
3855 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
3856 (mips_register_type): Replace mips_register_virtual_type. Map
3857 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
3858 when available.
3859 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
3860 that the register is cooked / virtual.
3861 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
3862 Only get the extra info when needed.
3863 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
3864 (mips32_heuristic_proc_desc): Fetch the cooked register.
3865 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
3866 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
3867 (mips_print_register): Use gdbarch_register_type, instead of
3868 REGISTER_VIRTUAL_TYPE.
3869 (print_gp_register_row): Use gdbarch_register_type, instead of
3870 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
3871 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
3872 Print the pseudo / cooked registers.
3873 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
3874 Print the pseudo / cooked registers.
3875 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
3876 REG_NUM is pseudo / cooked.
3877 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
3878 (mips_n32n64_xfer_return_value): Ditto.
3879 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
3880 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
3881 (mips_register_sim_regno): New function.
3882 (mips_gdbarch_init): Set deprecated_register_byte,
3883 register_group_p, pseudo_register_write, pseudo_register_read,
3884 register_sim_regno, and num_pseudo_regs. Set register_type,
3885 instead of register_virtual_type.
3886 * Makefile.in (mips-tdep.o): Update dependencies.
3887 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
3888 REGISTER_VIRTUAL_TYPE.
3889 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
3890 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
3891 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
3892 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
3893 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
3894
3895 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
3896
3897 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
3898 * cli/cli-cmds.c: Include "gdb_vfork.h".
3899 (shell_escape): Use vfork.
3900
3901 2003-06-21 Andrew Cagney <cagney@redhat.com>
3902
3903 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
3904 32 bit floating-point register saves.
3905
3906 * frame.h (deprecated_unwind_get_saved_register): Delete.
3907 * frame.c (deprecated_unwind_get_saved_register): Delete function.
3908 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
3909 and deprecated_get_next_frame_hack instead of
3910 deprecated_unwind_get_saved_register.
3911
3912 * mips-tdep.c (mips_dump_tdep): Do not print
3913 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
3914
3915 * frame.c (get_frame_register): New function.
3916 (frame_unwind_register_signed): New function.
3917 (get_frame_register_signed): New function.
3918 (frame_unwind_register_unsigned): New function.
3919 (get_frame_register_unsigned): New function.
3920 * frame.h: Add comments on naming schema.
3921 (get_frame_register, frame_unwind_register_signed): Declare.
3922 (get_frame_register_signed, get_frame_register_signed): Declare.
3923 (frame_unwind_register_unsigned): Declare.
3924 (get_frame_register_unsigned): Declare.
3925
3926 2003-06-20 Theodore A. Roth <troth@openavr.org>
3927
3928 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
3929
3930 2003-06-20 Theodore A. Roth <troth@openavr.org>
3931
3932 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
3933 (avr_read_sp): Ditto.
3934
3935 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
3936
3937 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
3938 * config/arm/nm-linux.h: Likewise.
3939 * config/arm/tm-linux.h: Likewise.
3940 * config/ia64/nm-linux.h: Likewise.
3941 * config/ia64/tm-ia64.h: Likewise.
3942 * config/s390/tm-linux.h: Likewise.
3943 * config/s390/tm-s390.h: Likewise.
3944 * s390-nat.c: Likewise.
3945 * s390-tdep.c: Likewise.
3946
3947 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
3948 * config/ia64/linux.mt: Likewise.
3949 * config/m68k/linux.mh: Likewise.
3950 * config/mips/linux.mt: Likewise.
3951 * config/powerpc/linux.mh: Likewise.
3952 * config/sh/linux.mt: Likewise.
3953
3954 2003-06-19 Kris Warkentin <kewarken@qnx.com>
3955
3956 * solib.c (solib_open): Change tests for whether to search
3957 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
3958 comments.
3959
3960 2003-06-19 Theodore A. Roth <troth@openavr.org>
3961
3962 * avr-tdep.c (avr_frame_address): Delete function.
3963 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
3964 set_gdbarch_frame_args_address.
3965
3966 2003-06-19 Andrew Cagney <cagney@redhat.com>
3967
3968 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
3969 (REGISTER_CONVERT_FROM_TYPE): Delete.
3970 (mips_register_convert_to_type): Delete declaration.
3971 (mips_register_convert_from_type): Delete declaration.
3972 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
3973 kernel/.
3974
3975 2003-06-19 Michael Snyder <msnyder@redhat.com>
3976
3977 * linux-nat.h: New file.
3978 * linux-nat.c: Include linux-nat.h.
3979 * lin-lwp.c: Include linux-nat.h.
3980 Move struct lwp_info def to linux-nat.h.
3981 * linux-proc.c: Include linux-nat.h.
3982 (linux_make_note_section): Iterate over lwps instead of threads.
3983 (linux_do_thread_registers): Use lwp instead of merged pid.
3984 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
3985 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
3986 Add dependency on linux_nat_h.
3987
3988 2003-06-19 Theodore A. Roth <troth@openavr.org>
3989
3990 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
3991
3992 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
3993
3994 * varobj.c (get_type, get_target_type): Use check_typedef.
3995
3996 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
3997
3998 * breakpoint.c (insert_catchpoint): Call internal_error.
3999
4000 2003-06-19 Theodore A. Roth <troth@openavr.org>
4001
4002 * avr-tdep.c (avr_push_dummy_code): Delete function.
4003 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4004
4005 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4006
4007 * arch-utils.c (default_prepare_to_proceed): Remove.
4008 (generic_prepare_to_proceed): Remove.
4009 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4010 (generic_prepare_to_proceed): Remove prototype.
4011 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4012 * gdbarch.c: Regenerate.
4013 * gdbarch.h: Regenerate.
4014 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4015 * hppah-nat.c (hppa_switched_threads): Remove.
4016 * infrun.c (prepare_to_proceed): New static function, copied from
4017 generic_prepare_to_proceed. Remove select_it argument.
4018 (proceed): Call prepare_to_proceed.
4019 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4020 variables.
4021 (ptrace_wait): Don't set the removed variables.
4022 (hppa_switched_threads): Remove.
4023 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4024 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4025 (lin_lwp_prepare_to_proceed): Remove prototype.
4026 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4027 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4028
4029 2003-06-18 Theodore A. Roth <troth@openavr.org>
4030
4031 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4032 trad-frame.h.
4033 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4034 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4035 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4036 (AVR_PROLOGUE_*): Enumerate prologue types.
4037 (struct frame_extra_info): Remove.
4038 (struct avr_unwind_cache): Define.
4039 (avr_write_sp): Delete function.
4040 (avr_read_fp): Ditto.
4041 (avr_init_extra_frame_info): Ditto.
4042 (avr_pop_frame): Ditto.
4043 (avr_frame_saved_pc): Ditto.
4044 (avr_saved_pc_after_call): Ditto.
4045 (avr_push_return_address): Ditto.
4046 (avr_frame_chain): Ditto.
4047 (avr_store_struct_return): Ditto.
4048 (avr_push_arguments): Ditto.
4049 (avr_scan_prologue): Update comments. Changed to set up the info for
4050 cache unwinding. Now returns end of prologue PC.
4051 (avr_skip_prologue): Better handling of functions lacking a prologue
4052 by using avr_scan_prologue.
4053 (avr_scan_arg_moves): New function.
4054 (avr_saved_regs_unwinder): Ditto.
4055 (avr_frame_unwind_cache): Ditto.
4056 (avr_unwind_pc): Ditto.
4057 (avr_frame_this_id): Ditto.
4058 (avr_frame_prev_register): Ditto.
4059 (avr_frame_p): Ditto.
4060 (avr_frame_base_address ): Ditto.
4061 (avr_unwind_dummy_id): Ditto.
4062 (avr_push_dummy_code): Ditto.
4063 (push_stack_item): Ditto.
4064 (pop_stack_item): Ditto.
4065 (avr_push_dummy_call): Ditto.
4066 (struct stack_item): Define.
4067 (avr_frame_unwind): Declare structure.
4068 (avr_frame_base): Ditto.
4069 (avr_gdbarch_init): Remove calls to
4070 set_gdbarch_deprecated_init_frame_pc,
4071 set_gdbarch_deprecated_target_read_fp,
4072 set_gdbarch_deprecated_dummy_write_sp,
4073 set_gdbarch_deprecated_fp_regnum,
4074 set_gdbarch_deprecated_push_arguments,
4075 set_gdbarch_deprecated_push_return_address,
4076 set_gdbarch_deprecated_pop_frame,
4077 set_gdbarch_deprecated_store_struct_return,
4078 set_gdbarch_deprecated_frame_init_saved_regs,
4079 set_gdbarch_deprecated_init_extra_frame_info,
4080 set_gdbarch_deprecated_frame_chain,
4081 set_gdbarch_deprecated_frame_saved_pc,
4082 set_gdbarch_deprecated_saved_pc_after_call.
4083 Add calls to set_gdbarch_push_dummy_call,
4084 set_gdbarch_push_dummy_code,
4085 frame_unwind_append_predicate,
4086 frame_base_set_default,
4087 set_gdbarch_unwind_dummy_id,
4088 set_gdbarch_unwind_pc.
4089 Wrap a long line.
4090
4091 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
4092
4093 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4094 registers for H8/300S.
4095 (h8300_print_registers_info): Ditto.
4096 (h8300_gdbarch_init): Accommodate register count for H8/300S.
4097
4098 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
4099
4100 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4101 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4102 (lin_lwp_wait): Likewise. Update comments.
4103 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4104 (pull_pid_from_list, linux_record_stopped_pid): New.
4105
4106 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4107
4108 * ada-lang.c (scan_discrim_bound): Name first argument.
4109 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4110 declared by ALL_BLOCK_SYMBOLS.
4111
4112 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4113
4114 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4115 ("regcache.h"): Include it.
4116 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4117
4118 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4119
4120 * NEWS: Mention gdbserver detach change and "disconnect" command.
4121 * infcmd.c (disconnect_command): New function.
4122 (_initialize_infcmd): Add ``disconnect'' command.
4123 * remote.c (remote_async_detach): Delete.
4124 (remote_detach): Merge remote_async_detach.
4125 (remote_disconnect): New.
4126 (init_remote_ops): Set to_disconnect.
4127 (init_remote_cisco_ops): Likewise.
4128 (init_remote_async_ops): Likewise. Use remote_detach.
4129 * target.c (cleanup_target): Default to_disconnect.
4130 (update_current_target): Inherit to_disconnect.
4131 (target_disconnect, debug_to_disconnect): New functions.
4132 (setup_target_debug): Set to_disconnect.
4133 * target.h (struct target_ops): Add to_disconnect.
4134 (target_disconnect): Add prototype.
4135
4136 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4137
4138 * breakpoint.c (insert_catchpoint): New function.
4139 (insert_breakpoints): Use catch_exceptions to call
4140 insert_catchpoint. Disable catchpoints if they fail to insert.
4141
4142 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4143
4144 * symfile.c (reread_symbols): Clear sym_private.
4145
4146 2003-06-17 Andrew Cagney <cagney@redhat.com>
4147
4148 * trad-frame.h (struct frame_info): Add opaque declaration.
4149 * remote-fileio.h (struct cmd_list_element): Add opaque
4150 declaration.
4151 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4152 comments.
4153
4154 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4155
4156 * remote.c (remote_prepare_to_store): Replace call to
4157 deprecated_read_register_bytes with multiple regcache_raw_read
4158 calls.
4159
4160 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4161
4162 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4163 (nto_find_and_open_solib): Likewise.
4164 (nto_init_solib_absolute_prefix): Likewise.
4165 (_initialize_nto_tdep): Fix indentation.
4166
4167 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4168
4169 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4170
4171 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4172
4173 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4174
4175 2003-06-17 Jim Blandy <jimb@redhat.com>
4176
4177 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4178
4179 2003-06-16 Theodore A. Roth <troth@openavr.org>
4180
4181 * avr-tdep.c (avr_extract_return_value): New function.
4182 (avr_gdbarch_init): Set extract_return_value method.
4183
4184 2003-06-16 Andrew Cagney <cagney@redhat.com>
4185
4186 * frame.h (deprecated_get_next_frame_hack): Declare.
4187 * frame.c (legacy_saved_regs_prev_register): Only require
4188 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4189 there are always saved regs.
4190 (deprecated_generic_get_saved_register): Do not require
4191 DEPRECATED_FRAME_INIT_SAVED_REGS.
4192 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4193 use frame ID unwind instead.
4194 (deprecated_get_next_frame_hack): New function.
4195
4196 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4197
4198 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4199 (h8300_push_dummy_call): ...this function. Some minor optimization.
4200 (h8300_push_return_address): Remove.
4201 (h8300_gdbarch_init): Remove calls to
4202 set_gdbarch_deprecated_dummy_write_sp,
4203 set_gdbarch_deprecated_push_arguments and
4204 set_gdbarch_deprecated_push_return_address.
4205 Add call to set_gdbarch_push_dummy_call.
4206
4207 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4208
4209 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4210 (E_PSEUDO_EXR_REGNUM): Ditto.
4211 (h8300_is_argument_spill): Check for instructions moving argument
4212 registers into safe registers.
4213 (h8300_skip_prologue): Check for stm instruction to push registers
4214 used for register variables onto stack.
4215 (gdb_print_insn_h8300): Remove.
4216 (h8300_examine_prologue): Add a comment.
4217 (h8300_register_name): Take pseudo registers into account.
4218 (h8300s_register_name): Ditto.
4219 (h8300sx_register_name): Ditto.
4220 (h8300_print_register): Ditto.
4221 (h8300_print_registers_info): Define "nice" printing order.
4222 (h8300_saved_pc_after_call): Take pseudo registers into account.
4223 (h8300_register_type): Ditto. Return type used for remote connection
4224 when requesting real CCR or EXR register, return actual type when
4225 requesting pseudo CCR or EXR.
4226 (h8300_pseudo_register_read): New function.
4227 (h8300_pseudo_register_write): Ditto.
4228 (h8300_dbg_reg_to_regnum): Ditto.
4229 (h8300s_dbg_reg_to_regnum): Ditto.
4230 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4231 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4232 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4233 set_gdbarch_print_insn architecture dependent.
4234 Call set_gdbarch_pseudo_register_read and
4235 set_gdbarch_pseudo_register_write.
4236 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4237
4238 2003-06-16 Andrew Cagney <cagney@redhat.com>
4239
4240 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4241 * gdbarch.h, gdbarch.c: Re-generate.
4242 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4243 * s390-tdep.c (s390_gdbarch_init): Update.
4244 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4245 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4246 * mips-tdep.c (mips_gdbarch_init): Update.
4247 * mcore-tdep.c (mcore_gdbarch_init): Update.
4248 * cris-tdep.c (cris_gdbarch_init): Update.
4249 * infcall.c (call_function_by_hand): Update.
4250 * ia64-tdep.c (ia64_push_arguments): Update comment.
4251 * frame.c (legacy_get_prev_frame): Do not assume
4252 SAVE_DUMMY_FRAME_TOS_P.
4253 * dummy-frame.c (find_dummy_frame): Update comment.
4254
4255 2003-06-16 Andrew Cagney <cagney@redhat.com>
4256
4257 * regcache.c (do_cooked_read): Do not use register_valid_p.
4258
4259 2003-06-15 Theodore A. Roth <troth@openavr.org>
4260
4261 * avr-tdep.c (avr_register_type): Remove a blank line.
4262 (avr_scan_prologue): Correct some comments.
4263
4264 2003-06-15 Theodore A. Roth <troth@openavr.org>
4265
4266 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4267 prologue types.
4268 Properly scan prologues generated by gcc with the -mcall-prologues
4269 option.
4270 Add code to scan -mcall-prologues for mega devices.
4271
4272 2003-06-15 Theodore A. Roth <troth@openavr.org>
4273
4274 * avr-tdep.c (avr_register_byte): Delete function.
4275 (avr_register_raw_size): Delete function.
4276 (avr_register_virtual_size): Delete function.
4277 (avr_register_virtual_type): Delete function.
4278 (avr_register_type): New function.
4279 (avr_address_to_pointer): Remove unused code.
4280 (avr_read_fp): Need to read FP as two separate bytes due to change to
4281 avr_register_type() usage.
4282 (avr_gdbarch_init): Don't set deprecated_register_size.
4283 Don't set deprecated_register_bytes.
4284 Don't set deprecated_register_byte.
4285 Don't set deprecated_register_raw_size.
4286 Don't set deprecated_max_register_raw_size.
4287 Don't set deprecated_register_virtual_size.
4288 Don't set deprecated_max_register_virtual_size.
4289 Don't set deprecated_register_virtual_type.
4290 Set register_type method.
4291
4292 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
4293
4294 * Makefile.in (linux-nat.o): Add rule.
4295 * linux-nat.c: New file.
4296 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4297 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4298 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4299 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4300 * config/arm/linux.mh (NATDEPFILES): Likewise.
4301 * config/i386/linux.mh (NATDEPFILES): Likewise.
4302 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4303 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4304 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4305 * config/mips/linux.mh (NATDEPFILES): Likewise.
4306 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4307 * config/s390/s390.mh (NATDEPFILES): Likewise.
4308 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4309
4310 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4311
4312 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4313 replace out-of-date comment.
4314
4315 2003-06-15 Andrew Cagney <cagney@redhat.com>
4316
4317 * rdi-share/host.h (Fail): Change to a varargs function.
4318 * remote-rdi.c (Fail): Update.
4319
4320 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4321
4322 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4323 (i386_convert_register_p, i386_register_to_value,
4324 i386_register_from_value): Handle types longer than 8 bytes.
4325
4326 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4327
4328 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4329 Move floating-point code to new function in i387-tdep.c.
4330 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4331 New functions containing code moved here from i386-tdep.c.
4332 * i387-tdep.h: Add opaque declaration for `struct type'.
4333 (i387_register_to_value, i387_value_to_register): New prototypes.
4334 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4335 (x86_64_init_abi): Set convert_register_p, register_to_value and
4336 value_to_register here.
4337
4338 2003-06-14 Andrew Cagney <cagney@redhat.com>
4339
4340 * mips-tdep.c (mips_register_to_value): Make static.
4341 (mips_value_to_register): Make static.
4342 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4343 * ia64-tdep.c (ia64_register_raw_size): Make static.
4344 (ia64_register_virtual_size): Make static.
4345 (ia64_register_byte): Make static.
4346 * i387-tdep.c: Include "i387-tdep.h".
4347 (print_387_control_word): Delete function.
4348 (print_387_status_word): Delete function.
4349 (print_387_status_bits): Delete function.
4350 (print_387_control_bits): Delete function.
4351 * Makefile.in (i387-tdep.o): Update dependencies.
4352 * rdi-share/host.h (Fail): Declare.
4353 * remote-rdi.c (Fail): Update to match declaration.
4354
4355 2003-06-14 Andrew Cagney <cagney@redhat.com>
4356
4357 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4358 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4359 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4360 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4361 * README: Delete reference to remote-array.
4362 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4363 (remote-array.o): Delete target.
4364 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4365 * remote-array.c: Delete file.
4366
4367 2003-06-14 Andrew Cagney <cagney@redhat.com>
4368 Mark Kettenis <kettenis@gnu.org>
4369
4370 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4371 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4372 parameter with "frame".
4373 * gdbarch.h, gdbarch.c: Re-generate.
4374 * frame.h (put_frame_register): Declare.
4375 * frame.c (put_frame_register): New function.
4376 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4377 (legacy_register_to_value): Rewrite, use "frame" to get the
4378 register value.
4379 (legacy_value_to_register): Rewrite, use "frame" to find the
4380 register's location before storing.
4381 * arch-utils.h (legacy_convert_register_p): Update.
4382 (legacy_register_to_value, legacy_value_to_register): Update.
4383 * findvar.c (value_from_register): Rewrite, eliminate use of
4384 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4385 "frame" to REGISTER_TO_VALUE.
4386 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4387 lval_reg_frame_relative + lval_register branch of the switch. Do
4388 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4389 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4390 I386_EDI_REGNUM): New defines.
4391 (i386_next_regnum, i386_convert_register_p,
4392 i386_register_to_value, i386_value_to_register): New functions.
4393 (i386_register_convertible, i386_register_convert_to_virtual,
4394 i386_convert_to_raw): Remove functions.
4395 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4396 value_to_register instead of register_convertible,
4397 register_convert_to_virtual and register_convert_to_raw.
4398 * mips-tdep.c (mips_convert_register_p): New function.
4399 (mips_value_to_register): Replace mips_register_convert_from_type.
4400 (mips_register_to_value): Replace mips_register_convert_to_type.
4401 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4402 register_to_value.
4403 * alpha-tdep.c (alpha_convert_register_p): Update.
4404 (alpha_value_to_register): Update, store the register.
4405 (alpha_register_to_value): Update, fetch the register.
4406
4407 2003-06-14 Theodore A. Roth <troth@openavr.org>
4408
4409 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4410 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4411 Don't set deprecated_call_dummy_words.
4412 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4413 Don't set remote_translate_xfer_address.
4414 (avr_io_reg_read_command): Remove commented out debug printf.
4415 Wrap a long line.
4416
4417 2003-06-14 Theodore A. Roth <troth@openavr.org>
4418
4419 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4420 causes gdb to seg fault.
4421
4422 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
4423
4424 * sparc-nat.c (fetch_inferior_registers): Correct
4425 a reference to "registers".
4426
4427 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4428
4429 * Makefile.in (exc_request_U_h): Define
4430 (exc_request_S_h): Likewise.
4431 (msg_reply_S_h): Likewise.
4432 (msg_U_h): Likewise.
4433 (notify_S_h): Likewise.
4434 (process_reply_S_h): Likewise.
4435 (gnu-nat.o): Depend on gdb_obstack_h
4436 * gnu-nat.c: Include "gdb_obstack.h".
4437
4438 2003-06-13 Andrew Cagney <cagney@redhat.com>
4439
4440 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4441 * gdbarch.h, gdbarch.c: Re-generate.
4442
4443 2003-06-13 Andrew Cagney <cagney@redhat.com>
4444
4445 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4446 when deprecated REGISTER macros can be deleted.
4447 * gdbarch.h, gdbarch.c: Re-generate.
4448
4449 2003-06-13 Jim Blandy <jimb@redhat.com>
4450
4451 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4452 Linux entry point symbols for _dl_debug_state, too.
4453
4454 2003-06-13 Andrew Cagney <cagney@redhat.com>
4455
4456 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4457 available, do not use the FP register, and always save the TOS.
4458 * dummy-frame.c (dummy_frame_this_id): Do not assert
4459 SAVE_DUMMY_FRAME_TOS.
4460 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4461 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4462 (i386_push_dummy_call): Add 8 to the returned SP.
4463 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4464 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4465 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4466 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4467 (x86_64_push_dummy_call): Return "sp + 16".
4468 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4469 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4470 save_dummy_frame_tos.
4471
4472 2003-06-13 Jim Blandy <jimb@redhat.com>
4473
4474 * frv-tdep.c (frv_use_struct_convention): Delete static
4475 declaration for function deleted in my change of 2003-06-12.
4476
4477 2003-06-13 Theodore A. Roth <troth@openavr.org>
4478
4479 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4480 (avr_pointer_to_address): Shift code addrs left 1 bit.
4481 (avr_convert_from_func_ptr_addr): Delete function since operation is
4482 better handled by avr_address_to_pointer and avr_pointer_to_address.
4483 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
4484
4485 2003-06-13 Mark Kettenis <kettenis@gnu.org>
4486
4487 From Kelley Cook <kelleycook@wideopenwest.com>:
4488 * configure.host: Accept i[34567]86 variants.
4489 * configure.tgt: Likewise.
4490 * nlm/configure.in: Likewise.
4491 * nlm/configure: Regenerated.
4492
4493 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
4494
4495 * arm-tdep.c (solib-svr4.h): Dont' include it.
4496 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
4497 * arm-linux-tdep.c: ... here. Make static.
4498 (arm_linux_init_abi): Register it.
4499 (solib-svr4.h): Include it.
4500 * Makefile.in: Update dependencies.
4501 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4502 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
4503
4504 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4505
4506 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
4507 indicate registers used for return values.
4508 (struct frame_extra_info): Drop args_pointer and locals_pointer.
4509 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
4510 members.
4511 (h8300_init_extra_frame_info): Ditto.
4512 (h8300_frame_locals_address): Removed.
4513 (h8300_frame_args_address): Removed.
4514 (h8300_extract_return_value): Use new regcache structure. Only care
4515 for 16 bit CPUs.
4516 (h8300h_extract_return_value): Same function for 32 bit CPUs.
4517 (h8300_store_return_value): Use new regcache structure. Only care
4518 for 16 bit CPUs.
4519 (h8300h_store_return_value): Same function for 32 bit CPUs.
4520 (h8300_store_struct_return): Removed.
4521 (h8300_extract_struct_value_address): Use new regcache structure.
4522 (h8300h_extract_struct_value_address): Removed.
4523 (h8300_push_dummy_code): New function.
4524 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
4525 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
4526 set_gdbarch_store_return_value architecture dependent.
4527 Call set_gdbarch_push_dummy_code and
4528 set_gdbarch_extract_struct_value_address.
4529 Remove calls to set_gdbarch_frame_args_address,
4530 set_gdbarch_frame_locals_address,
4531 set_gdbarch_deprecated_store_struct_return,
4532 set_gdbarch_deprecated_extract_return_value,
4533 set_gdbarch_deprecated_extract_struct_value_address,
4534 set_gdbarch_deprecated_call_dummy_words and
4535 set_gdbarch_deprecated_sizeof_call_dummy_words.
4536
4537 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4538
4539 * h8300-tdep.c (h8300_register_byte): Remove.
4540 (h8300h_register_byte): Remove.
4541 (h8300_register_virtual_type): Remove. Substitute by...
4542 (h8300_register_type): New function.
4543 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
4544 (h8300h_extract_struct_value_address): Ditto.
4545 (h8300_gdbarch_init): Drop calls to
4546 set_gdbarch_deprecated_register_byte and
4547 set_gdbarch_deprecated_register_virtual_type.
4548 Add call to set_gdbarch_register_type.
4549
4550 2003-06-13 Andrew Cagney <cagney@redhat.com>
4551
4552 * gdbarch.sh: Update comments on registers.
4553 (deprecated_register_byte): Rename register_byte.
4554 (deprecated_register_raw_size): Rename register_raw_size.
4555 (deprecated_register_virtual_size): Rename register_virtual_size.
4556 (deprecated_register_virtual_type): Rename register_virtual_type.
4557 * gdbarch.h, gdbarch.c: Re-generate.
4558 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4559 * vax-tdep.c (vax_gdbarch_init): Update.
4560 * v850-tdep.c (v850_gdbarch_init): Update.
4561 * sparc-tdep.c (sparc_gdbarch_init): Update.
4562 * sh-tdep.c (sh_gdbarch_init): Update.
4563 * s390-tdep.c (s390_gdbarch_init): Update.
4564 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4565 * ns32k-tdep.c: Update.
4566 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4567 * mips-tdep.c (mips_gdbarch_init): Update.
4568 * mcore-tdep.c (mcore_gdbarch_init): Update.
4569 * m68k-tdep.c (m68k_gdbarch_init): Update.
4570 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4571 * ia64-tdep.c (ia64_gdbarch_init): Update.
4572 * hppa-tdep.c (hppa_gdbarch_init): Update.
4573 * h8300-tdep.c (h8300_gdbarch_init): Update.
4574 * frv-tdep.c (frv_gdbarch_init): Update.
4575 * cris-tdep.c (cris_gdbarch_init): Update.
4576 * avr-tdep.c (avr_gdbarch_init): Update.
4577 * alpha-tdep.c (alpha_gdbarch_init): Update.
4578 * arm-tdep.c (arm_gdbarch_init): Update.
4579
4580 2003-06-13 Andrew Cagney <cagney@redhat.com>
4581
4582 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
4583 mips_o32_use_struct_convention with always_use_struct_convention.
4584
4585 2003-06-12 David Carlton <carlton@kealia.com>
4586
4587 * cp-namespace.c (cp_set_block_scope): Comment out
4588 processing_has_namespace_info branch.
4589
4590 2003-06-12 Jim Blandy <jimb@redhat.com>
4591
4592 Recognize and skip 64-bit PowerPC Linux linkage functions.
4593 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
4594 insn_pattern, insns_match_pattern, d_field, ds_field): New
4595 functions, macros, and types for working with PPC instructions.
4596 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
4597 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
4598 ppc64_skip_trampoline_code): New functions, variables, and macros
4599 for recognizing and skipping linkage functions.
4600 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
4601 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
4602
4603 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
4604 register offsets for both the 32- and 64-bit interfaces.
4605
4606 Actually finish the job started by my change of 2003-05-29.
4607 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
4608 other #definition of this.
4609 (ppc_linux_skip_trampoline_code): Remove declaration.
4610 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
4611 static.
4612 (ppc_linux_init_abi): Register it as the skip_trampoline_code
4613 method for GDBARCH.
4614
4615 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
4616 'long' on ppc64-*-linux*.
4617
4618 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
4619 isn't #defined, assume the register doesn't exist: act as if
4620 tdep->ppc_mq_regnum were -1.
4621
4622 * configure.host, configure.tgt: Add entries for
4623 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
4624 powerpc/linux.mt.
4625 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
4626 New files.
4627
4628 * arch-utils.c (always_use_struct_convention): New function.
4629 * arch-utils.h (always_use_struct_convention): New prototype.
4630 * alpha-tdep.c (alpha_use_struct_convention): Delete.
4631 (alpha_gdbarch_init): Register always_use_struct_convention,
4632 instead of alpha_use_struct_convention.
4633 * cris-tdep.c (cris_use_struct_convention): Delete.
4634 (cris_gdbarch_init): Register always_use_struct_convention,
4635 instead of cris_use_struct_convention.
4636 * frv-tdep.c (frv_use_struct_convention): Delete.
4637 (frv_gdbarch_init): Register always_use_struct_convention,
4638 instead of frv_use_struct_convention.
4639 * h8300-tdep.c (h8300_use_struct_convention): Delete.
4640 (h8300_gdbarch_init): Register always_use_struct_convention,
4641 instead of h8300_use_struct_convention.
4642 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
4643 (mips_o32_gdbarch_init): Register always_use_struct_convention,
4644 instead of mips_o32_use_struct_convention.
4645
4646 2003-06-12 Andrew Cagney <cagney@redhat.com>
4647
4648 * wince.c: Include "mips-tdep.h".
4649 * mips-tdep.h (mips_next_pc): Declare.
4650 * mcore-tdep.c: Make more local functions static.
4651 * Makefile.in (wince.o): Update dependencies.
4652
4653 2003-06-12 David Carlton <carlton@kealia.com>
4654
4655 * symtab.c (lookup_symbol_aux_minsyms): Replace
4656 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4657 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
4658 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
4659 SYMBOL_NATURAL_NAME.
4660
4661 2003-06-12 Andreas Schwab <schwab@suse.de>
4662
4663 * Makefile.in (tuiDisassem.o): Update dependencies.
4664
4665 2003-06-12 David Carlton <carlton@bactrian.org>
4666
4667 * symtab.h: Delete declaration of make_symbol_overload_list.
4668 Add declaration of lookup_partial_symbol.
4669 * symtab.c (remove_params): Move to cp-support.c.
4670 (overload_list_add_symbol, make_symbol_overload_list)
4671 (sym_return_val_size, sym_return_val_index): Ditto.
4672 (lookup_partial_symbol): Make extern.
4673 * cp-support.h: Add declaration of make_symbol_overload_list.
4674 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
4675 symtab.h, and block.h.
4676 (remove_params): Move here from symtab.c.
4677 (overload_list_add_symbol, make_symbol_overload_list)
4678 (sym_return_val_size, sym_return_val_index): Ditto.
4679 * valops.c: Include cp-support.h.
4680 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
4681 frame_h, and block_h.
4682 (valops.o): Depend on cp_support_h.
4683
4684 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
4685
4686 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
4687 substitute by NUM_REGS throughout.
4688 (h8300_register_name): Only care for H8/300 and H8/300H registers.
4689 (h8300s_register_name): New function for H8S registers.
4690 (h8300sx_register_name): Ditto for H8SX registers.
4691 (h8300_print_register): Revise register printing, avoid depending
4692 on 32 bit long.
4693 (h8300_register_byte): Only care for H8/300 registers.
4694 (h8300h_register_byte): New function for any other architecture.
4695 (h8300_register_raw_size): Remove.
4696 (h8300_register_virtual_type): Revise to return actually useful
4697 type.
4698 (h8300_extract_struct_value_address): Only care for H8/300 registers.
4699 (h8300h_extract_struct_value_address): New function for any other
4700 architecture.
4701 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
4702 set_gdbarch_register_name, set_gdbarch_register_byte,
4703 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
4704 Remove calls to set_gdbarch_deprecated_register_size,
4705 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
4706 set_gdbarch_deprecated_max_register_raw_size,
4707 set_gdbarch_register_virtual_size and
4708 set_gdbarch_deprecated_max_register_virtual_size entirely.
4709 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
4710 set_gdbarch_long_double_bit.
4711
4712 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
4713
4714 * doublest.c (convert_doublest_to_floatformat): When dealing
4715 with the implied integer bit, only alter mant_bits if we are
4716 processing a full 32 bits of mantissa.
4717
4718 2003-06-11 David Carlton <carlton@bactrian.org>
4719
4720 * dictionary.h: New.
4721 * dictionary.c: New.
4722 * block.h: Add opaque declaration for struct dictionary.
4723 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
4724 'sym' members.
4725 (BLOCK_DICT): New macro.
4726 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
4727 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
4728 BLOCK_SHOULD_SORT.
4729 (ALL_BLOCK_SYMBOLS): Update definition.
4730 * Makefile.in (SFILES): Add dictionary.c.
4731 (dictionary_h): New.
4732 (COMMON_OBS): Add dictionary.o.
4733 (dictionary.o): New.
4734 (ada-lang.o): Depend on dictionary_h.
4735 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
4736 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
4737 (mi-cmd-stack.o): Ditto.
4738 (gdbtk-cmds.o): Update dependencies.
4739 (gdbtk-stack.o): Ditto.
4740 * ada-lang.c: Include dictionary.h.
4741 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
4742 (fill_in_ada_prototype, debug_print_block): Ditto.
4743 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
4744 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
4745 'is_sorted'.
4746 * mdebugread.c: Include dictionary.h.
4747 (struct parse_stack): Delete 'maxsyms' member.
4748 (parse_symbol): Update calls to new_block. Delete calls to
4749 shrink_block. Use dictionary methods.
4750 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
4751 Update calls to new_symtab. Don't maintain maxsyms data.
4752 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
4753 (add_symbol): Just call dict_add_symbol.
4754 (new_symtab): Delete 'maxsyms' argument.
4755 (new_symtab): Update calls to new_block.
4756 (new_block): Delete 'maxsyms' argument; add 'function' argument.
4757 (shrink_block): Delete function.
4758 (fixup_sigtramp): Update call to new_block. Add symbol via
4759 dict_add_symbol.
4760 * jv-lang.c: Include dictionary.h.
4761 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
4762 appropriately. Set class_symtab->free_func. Make sure the
4763 blockvector is big enough to hold two blocks.
4764 (add_class_symtab_symbol): Use dictionary methods.
4765 (free_class_block): New function.
4766 (type_from_class): Replace explicit iteration by
4767 ALL_BLOCK_SYMBOLS.
4768 * symtab.h (struct symtab): Replace 'free_ptr' method by
4769 'free_func'.
4770 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
4771 sort_symtab_syms.
4772 * dwarfread.c (psymtab_to_symtab_1): Delete call to
4773 sort_symtab_syms.
4774 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
4775 Include dictionary.h.
4776 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
4777 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
4778 sort_symtab_syms.
4779 * objfiles.c: Include dictionary.h.
4780 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
4781 * buildsym.c: Include dictionary.h.
4782 (finish_block): Use dictionary methods.
4783 (end_symtab): Set free_func to NULL, not free_ptr.
4784 * tracepoint.c: Include dictionary.h.
4785 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
4786 (scope_info): Ditto.
4787 * stack.c: Include dictionary.h.
4788 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
4789 (print_block_frame_labels, print_frame_arg_vars)
4790 (print_frame_args): Ditto.
4791 * symmisc.c (free_symtab_block): Use dictionary methods.
4792 (dump_symtab): Ditto.
4793 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
4794 Include dictionary.h.
4795 * symfile.h: Delete declarations of sort_block_syms,
4796 sort_symtab_syms.
4797 * symfile.c (sort_block_syms): Delete.
4798 (sort_symtab_syms): Delete.
4799 * symtab.c: Include dictionary.h.
4800 (lookup_block_symbol): Use dictionary iterators.
4801 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
4802 (search_symbols, make_symbol_completion_list): Ditto.
4803 (make_symbol_overload_list): Ditto.
4804 * valops.c (value_of_local): Use dict_empty.
4805 Include dictionary.h.
4806
4807 2003-06-11 J. Brobecker <brobecker@gnat.com>
4808
4809 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
4810
4811 2003-06-11 David Carlton <carlton@bactrian.org>
4812
4813 * block.h (BLOCK_SHOULD_SORT): Delete.
4814 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
4815 blocks.
4816 * ada-lang.c (ada_add_block_symbols): Ditto.
4817 * symfile.c (sort_block_syms): Delete.
4818 (sort_symtab_syms): Ditto.
4819 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
4820 declarations.
4821 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
4822 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
4823 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
4824 * dwarfread.c (psymtab_to_symtab_1): Ditto.
4825 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
4826 * mdebugread.c (psymtab_to_symtab_1): Ditto.
4827 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
4828
4829 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
4830
4831 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
4832 bits to 128.
4833
4834 2003-06-11 Andrew Cagney <cagney@redhat.com>
4835
4836 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
4837 REGISTER_CONVERTIBLE.
4838 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
4839 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
4840 * gdbarch.h, gdbarch.c: Re-generate.
4841 * arch-utils.h (deprecated_register_convertible_not): Rename
4842 generic_register_convertible_not.
4843 * arch-utils.c (deprecated_register_convertible_not): Rename
4844 generic_register_convertible.
4845 (legacy_convert_register_p, legacy_register_to_value): Update.
4846 * sh-tdep.c (sh64_push_arguments): Update.
4847 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
4848 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
4849 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
4850 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
4851 * arch-utils.c (legacy_value_to_register): Update.
4852 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4853 (rs6000_register_convert_to_raw): Make parameter "from" const.
4854 * mips-tdep.c (mips_gdbarch_init): Update.
4855 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
4856 * infcmd.c (default_print_registers_info): Update.
4857 * ia64-tdep.c (ia64_gdbarch_init): Update.
4858 (ia64_register_convert_to_raw): Make parameter "from" const.
4859 * i386-tdep.c (i386_gdbarch_init): Update.
4860 (i386_register_convert_to_raw): Update.
4861
4862 2003-06-11 Andrew Cagney <cagney@redhat.com>
4863
4864 * remote-fileio.c: Include "remote-fileio.h".
4865 * Makefile.in (remote-fileio.o): Update dependencies.
4866 (remote_fileio_h): Fix typo.
4867
4868 2003-06-11 Andrew Cagney <cagney@redhat.com>
4869
4870 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
4871 (xstormy16_save_dummy_frame_tos): Make static.
4872 (_initialize_xstormy16_tdep): Add declaration.
4873 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
4874 * v850-tdep.c: Make local functions static.
4875 (_initialize_v850_tdep): Add declaration.
4876 * sparc-tdep.c: Make local functions static.
4877 (_initialize_sparc_tdep): Add declaration.
4878 * sh-tdep.c: Make local functions static.
4879 (_initialize_sh_tdep): Add declaration.
4880 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
4881 * s390-tdep.c: Make local functions static.
4882 (_initialize_s390_tdep): Add declaration.
4883 * dbxread.c (find_stab_function_addr): Make static.
4884 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
4885 * ocd.c (_initialize_remote_ocd): Add declaration.
4886 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
4887 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
4888 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
4889 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
4890 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
4891 * remote-array.c (_initialize_array): Add declaration.
4892 (_initialize_remote_monitors): Add declaration.
4893 * remote-mips.c: Make local functions static.
4894 (_initialize_remote_mips): Add declaration.
4895 * mcore-tdep.c: Make all local functions static.
4896 (_initialize_mcore_tdep): Add declaration.
4897 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
4898 * abug-rom.c (_initialize_abug_rom): Add declaration.
4899 * rom68k-rom.c (_initialize_rom68k): Add declaration.
4900 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
4901 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
4902 * remote-est.c (_initialize_est): Add declaration.
4903 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
4904 (m68hc11_call_dummy_address): Make static.
4905 * ia64-tdep.c: Make local functions static.
4906 (_initialize_ia64_tdep): Add declaration.
4907 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
4908 * monitor.c (monitor_wait_filter): Make static.
4909 (_initialize_remote_monitors): Add declaration.
4910 * remote-hms.c (_initialize_remote_hms): Add declaration.
4911 * remote-e7000.c (fetch_regs_from_dump): Make static.
4912 (expect_n): Make static.
4913 (_initialize_remote_e7000): Add declaration.
4914 * ser-e7kpc.c: Always include "defs.h".
4915 (_initialize_ser_e7000pc): Add declaration.
4916 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
4917 * cris-tdep.c: Make all but one function static.
4918 (_initialize_cris_tdep): Add declaration.
4919 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
4920 * solib.c (update_solib_list): Make static.
4921 (_initialize_solib): Add declaration.
4922 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
4923 (_initialize_avr_tdep): Add declaration.
4924 * remote-rdi.c (voiddummy): Make static.
4925 (_initialize_remote_rdi): Add declaration.
4926 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
4927 * remote-rdp.c (send_rdp): Make static.
4928 (_initialize_remote_rdp): Add declaration.
4929 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
4930
4931 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
4932
4933 * remote-fileio.c: Make ari happy.
4934
4935 2003-06-10 J. Brobecker <brobecker@gnat.com>
4936
4937 * rs6000-nat.c (child_xfer_memory): Compute the right address when
4938 fetching the trailing bytes of the buffer we are about to write.
4939
4940 2003-06-10 Andrew Cagney <cagney@redhat.com>
4941
4942 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
4943 * Makefile.in (remote-fileio.o): Update dependencies.
4944 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
4945 include <setjmp.h>, or <sys/types.h> conditional on USG.
4946 (remote_fio_jmp_buf): Delete global variable.
4947
4948 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
4949 Martin M. Hunt <hunt@redhat.com>
4950
4951 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
4952 (SFILES): Add remote-fileio.c.
4953 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
4954 dependencies for building remote.o.
4955 * remote-fileio.c: New file implementing the remote File-I/O protocol.
4956 * remote-fileio.h: New header file defining remote File-I/O interface.
4957 * remote.c (remote_write_bytes, remote_read_bytes): Remove
4958 static storage class.
4959 (remote_wait, remote_async_wait): Call remote_fileio_request() on
4960 'F' packet.
4961 (_initialize_remote): Call initialize_remote_fileio().
4962 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
4963 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
4964 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
4965 (captured_main): Initialize new ui_files.
4966 * ui-file.c: Add read and fgets input functions.
4967 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
4968 (null_file_read): New function.
4969 (ui_file_read): New function.
4970 (set_ui_file_read): New function.
4971 (stdio_file_read): New function.
4972 * ui-file.h: New type ui_file_read_ftype.
4973 (set_ui_file_read): Declare.
4974 (ui_file_read): Declare.
4975
4976 2003-06-09 Andrew Cagney <cagney@redhat.com>
4977
4978 * frame.h (deprecated_unwind_get_saved_register): Rename
4979 generic_unwind_get_saved_register, update comments.
4980 * mips-tdep.c (mips_get_saved_register): Update.
4981 * frame.c (deprecated_unwind_get_saved_register): Update.
4982
4983 2003-06-09 Andrew Cagney <cagney@redhat.com>
4984
4985 * vax-tdep.c (vax_frame_locals_address): Delete function.
4986 (vax_gdbarch_init): Do not set frame_locals_address.
4987 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
4988 (m68hc11_gdbarch_init): Do not set frame_locals_address.
4989 * s390-tdep.c (s390_frame_args_address): Delete function.
4990 (s390_gdbarch_init): Do not set frame_args_address or
4991 frame_locals_address.
4992 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
4993 (ns32k_gdbarch_init): Do not set frame_locals_address.
4994 * hppa-tdep.c (hppa_frame_args_address): Delete function.
4995 (hppa_frame_locals_address): Delete function.
4996 (hppa_gdbarch_init): Do not set frame_args_address, or
4997 frame_locals_address.
4998 * arm-tdep.c (arm_frame_args_address): Delete.
4999 (arm_frame_locals_address): Delete.
5000 (arm_gdbarch_init): Do not set frame_args_address, or
5001 frame_locals_address.
5002
5003 2003-06-09 Andrew Cagney <cagney@redhat.com>
5004
5005 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5006 * gdbarch.h, gdbarch.c: Re-generate.
5007 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5008 * arch-utils.c (frame_num_args_unknown): Delete function.
5009 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5010 (frame_info): Use FRAME_NUM_ARGS_P.
5011 * arm-tdep.c (arm_frame_num_args): Delete function.
5012 (arm_gdbarch_init): Do not set frame_num_args.
5013 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5014 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5015 (hppa_gdbarch_init): Do not set frame_num_args.
5016 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5017 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5018 frame_num_args to default frame_num_args_unknown.
5019 * v850-tdep.c (v850_gdbarch_init): Ditto.
5020 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5021 * sh-tdep.c (sh_gdbarch_init): Ditto.
5022 * s390-tdep.c (s390_gdbarch_init): Ditto.
5023 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5024 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5025 * mips-tdep.c (mips_gdbarch_init): Ditto.
5026 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5027 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5028 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5029 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5030 * i386-tdep.c (i386_gdbarch_init): Ditto.
5031 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5032 * frv-tdep.c (frv_gdbarch_init): Ditto.
5033 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5034 * cris-tdep.c (cris_gdbarch_init): Ditto.
5035 * avr-tdep.c (avr_gdbarch_init): Ditto.
5036 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5037
5038 2003-06-09 Andrew Cagney <cagney@redhat.com>
5039
5040 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5041 (print_frame_args): Moved to "stack.c".
5042 * stack.c: Include "gdb_assert.h".
5043 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5044 (print_frame_args): Moved from "printcmd.c".
5045 * frame.h (print_frame_args): Delete declaration.
5046 * Makefile.in (stack.o): Update dependencies.
5047
5048 2003-06-08 Andrew Cagney <cagney@redhat.com>
5049
5050 * frame.c (get_prev_frame): Remove reference to
5051 frame_args_address_correct in comments.
5052 * frame-base.c (default_frame_args_address): Delete code
5053 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5054 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5055 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5056 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5057 (vax_frame_args_address_correct): Delete declaration.
5058
5059 2003-06-08 Andrew Cagney <cagney@redhat.com>
5060
5061 * gdbarch.sh (UNWIND_SP): Add.
5062 * gdbarch.h, gdbarch.c: Re-generate.
5063 * frame.c (frame_sp_unwind): New function.
5064 (get_frame_sp): New function.
5065 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5066 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5067 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5068 value.
5069 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5070 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5071
5072 2003-06-08 Andrew Cagney <cagney@redhat.com>
5073
5074 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5075 REMOTE_BREAKPOINT.
5076 * remote.c: Update.
5077 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5078 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5079 * config/m68k/tm-sun3.h: Update.
5080 * config/m68k/tm-m68klynx.h: Update.
5081 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5082
5083 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5084 trad_frame". Update comments.
5085 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5086 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5087 (trad_frame_register_value, trad_frame_prev_register): Update.
5088
5089 2003-06-08 Andrew Cagney <cagney@redhat.com>
5090
5091 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5092 from GCC's acinclude.m4.
5093 * configure.in: Check for getopt's delcaration.
5094 * aclocal.m4, config.in, configure: Re-generate.
5095 * main.c (error_init): Delete declaration.
5096 * defs.h (error_init): Declare.
5097 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5098 (rs6000_convert_from_func_ptr_addr): Make static.
5099 (_initialize_rs6000_tdep): Add declaration.
5100 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5101 (show_commands, set_verbose, show_history): Delete declaration.
5102 * top.h (set_verbose): Add declaration.
5103 (show_history, set_history, show_commands): Add declaration.
5104 (do_restore_instream_cleanup): Add declaration.
5105 * objc-lang.c (specialcmp): Make static.
5106 (print_object_command): Make static.
5107 (find_objc_msgsend): Make static.
5108 (find_objc_msgcall_submethod_helper): Make static.
5109 (find_objc_msgcall_submethod): Make static.
5110 (_initialize_objc_language): Add declaration.
5111 (find_implementation_from_class): Make static.
5112 (find_implementation): Make static.
5113 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5114 * objc-lang.h (lookup_struct_typedef): Add declaration.
5115 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5116 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5117 (do_restore_user_call_depth): Make static.
5118 (do_restore_instream_cleanup): Delete declaration.
5119 (dont_repeat): Delete declaration.
5120 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5121 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5122 * reggroups.c (_initialize_reggroup): Add declaration.
5123 * cp-support.c (_initialize_cp_support): Add declaration.
5124 * cp-abi.c (_initialize_cp_abi): Add declaration.
5125 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5126 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5127 (_initialize_gnu_v3_abi): Add declaration.
5128 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5129 (_initialize_gnu_v2_abi): Add declaration.
5130 * frame-base.c (_initialize_frame_base): Add declaration.
5131 * doublest.c (floatformat_from_length): Make static.
5132 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5133 * frame.c (create_sentinel_frame): Make static.
5134 (_initialize_frame): Add declaration.
5135 * top.c (do_catch_errors): Make static.
5136 (gdb_rl_operate_and_get_next_completion): Make static.
5137 * typeprint.c: Include "typeprint.h".
5138 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5139 (sentinel_frame_this_id): Make static.
5140 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5141 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5142 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5143 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5144 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5145 * maint.c (maintenance_print_architecture): Make static.
5146 * signals/signals.c (_initialize_signals): Add declaration.
5147 * std-regs.c (_initialize_frame_reg): Add declaration.
5148 * jv-exp.y (push_variable): ISO C definition.
5149 (push_qualified_expression_name): Ditto.
5150 * memattr.c (_initialize_mem): Add declaration.
5151 * remote.c (remote_check_watch_resources): Make static.
5152 (remote_stopped_by_watchpoint): Make static.
5153 (remote_stopped_data_address): Make static.
5154 * d10v-tdep.c (nr_dmap_regs): Make static.
5155 (a0_regnum): Make static.
5156 (d10v_frame_unwind_cache): Make static.
5157 (d10v_frame_p): Make static.
5158 * osabi.c (show_osabi): Make static.
5159 (_initialize_gdb_osabi): Add extern declaration.
5160 * gdbtypes.c (make_qualified_type): Make static.
5161 (safe_parse_type): Make static.
5162 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5163 * macrotab.c (macro_bcache_free): Make static.
5164 * interps.c (interp_set_quiet): Make static.
5165 (interpreter_exec_cmd): Make static.
5166 * stack.h (select_frame_command): New file.
5167 * stack.c: Include "stack.h".
5168 (select_frame_command_wrapper): Delete function.
5169 (select_frame_command): Make global.
5170 * infcall.c: Include "infcall.h".
5171 * linespec.c: Include "linespec.h".
5172 * symfile.c (sections_overlap): Make static.
5173 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5174 * charset.c (_initialize_charset): Add missing prototype.
5175 * regcache.c (init_legacy_regcache_descr): Make static.
5176 (do_regcache_xfree): Make static.
5177 (regcache_xfer_part): Make static.
5178 (_initialize_regcache): Add missing prototype.
5179 * breakpoint.c (parse_breakpoint_sals): Make static.
5180 (breakpoint_sals_to_pc): Make static.
5181 * interps.h (clear_interpreter_hooks): ISO C declaration.
5182 * Makefile.in (stack_h): Define.
5183 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5184 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5185
5186 2003-06-08 Andrew Cagney <cagney@redhat.com>
5187
5188 * Makefile.in (d10v-tdep.o): Update dependencies.
5189 (SFILES): Add trad-frame.c.
5190 (trad_frame_h): Define.
5191 (COMMON_OBS): Add trad-frame.o.
5192 (trad-frame.o): Specify dependencies.
5193 * d10v-tdep.c: Include "trad-frame.h".
5194 (saved_regs_unwinder): Delete function.
5195 (d10v_frame_prev_register): Use trad_frame_prev_register.
5196 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5197 trad_frame", delete "regs" and "prev_sp".
5198 (prologue_find_regs): Use trad-frame.
5199 * trad-frame.h, trad-frame.c: New files.
5200
5201 2003-06-08 Mark Kettenis <kettenis@gnu.org>
5202
5203 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5204
5205 2003-06-07 Adam Fedor <fedor@gnu.org>
5206
5207 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5208 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5209 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5210 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
5211 resolve_msgsend_super, resolve_msgsend_super_stret):
5212 Use it.
5213
5214 2003-06-07 Andrew Cagney <cagney@redhat.com>
5215
5216 * symfile.h: Re-indent, clean up comments.
5217
5218 2003-06-07 Andrew Cagney <cagney@redhat.com>
5219
5220 * inferior.h (deprecated_write_sp): Replace
5221 generic_target_write_sp.
5222 * regcache.c (deprecated_write_sp): Replace
5223 generic_target_write_sp.
5224 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5225 * vax-tdep.c (vax_gdbarch_init): Update.
5226 * v850-tdep.c (v850_gdbarch_init): Update.
5227 * sparc-tdep.c (sparc_gdbarch_init): Update.
5228 * sh-tdep.c (sh_gdbarch_init): Update.
5229 * s390-tdep.c (s390_gdbarch_init): Update.
5230 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5231 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5232 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5233 * mcore-tdep.c (mcore_gdbarch_init): Update.
5234 * m68k-tdep.c (m68k_gdbarch_init): Update.
5235 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5236 * ia64-tdep.c (ia64_gdbarch_init): Update.
5237 * h8300-tdep.c (h8300_gdbarch_init): Update.
5238 * frv-tdep.c (frv_gdbarch_init): Update.
5239 * cris-tdep.c (cris_gdbarch_init): Update.
5240 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5241
5242 2003-06-07 Andrew Cagney <cagney@redhat.com>
5243
5244 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5245 Assert that PC_REGNUM is valid.
5246 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5247
5248 2003-06-07 Andrew Cagney <cagney@redhat.com>
5249
5250 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5251 * gdbarch.h, gdbarch.c: Regenerate.
5252 * mn10300-tdep.c: Include "gdb_assert.h".
5253 (mn10300_read_fp): New function.
5254 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5255 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5256 * ia64-tdep.c: Include "gdb_assert.h".
5257 (ia64_read_fp): New function.
5258 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5259 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5260 * regcache.c (generic_target_read_sp): Delete function.
5261 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5262 * inferior.h (generic_target_read_sp): Delete declaration.
5263 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5264 generic_target_read_sp.
5265 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5266 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5267 * sh-tdep.c (sh_gdbarch_init): Ditto.
5268 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5269 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5270
5271 2003-06-07 Andrew Cagney <cagney@redhat.com>
5272
5273 * gdbarch.sh: Comment each field of startup_gdbarch.
5274 * gdbarch.h, gdbarch.c: Re-generate.
5275
5276 2003-06-07 Andrew Cagney <cagney@redhat.com>
5277
5278 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5279 * gdbarch.h, gdbarch.c: Re-generate.
5280 * regcache.c: Update comments on read_pc et.al.
5281 (generic_target_read_pc): Delete function.
5282 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5283 * inferior.h (generic_target_read_pc): Delete declaration.
5284 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5285 generic_target_read_pc.
5286 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5287 * sh-tdep.c (sh_gdbarch_init): Ditto.
5288 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5289 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5290
5291 2003-06-07 Andrew Cagney <cagney@redhat.com>
5292
5293 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5294 "index" with "special_local_sect". Use strcmp instead of STREQ.
5295 Append period to coments.
5296
5297 2003-06-06 Mark Mitchell <mark@codesourcery.com>
5298
5299 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5300 (elfstab_offset_sections): Likewise.
5301 * gdb-stabs.h (stab_section_info): Likewise.
5302 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5303 * objfiles.c (objfile_relocate): Likewise.
5304 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5305 * remote.c (get_offsets): Likewise.
5306 (remote_cisco_objfile_relocate): Likewise.
5307 * somread.c (som_symfile_offsets): Likewise.
5308 * symfile.c (alloc_section_addr_info): New function.
5309 (build_section_addr_info_from_section_tab): Use it.
5310 (free_section_addr_info): Adjust.
5311 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5312 (syms_from_objfile): Allocate local_addr dynamically.
5313 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5314 dynamically.
5315 (add_symbol_file_command): Allocate sect_opts dynamically.
5316 (reread_symbols): Avoid use of SECT_OFF_MAX.
5317 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5318 (alloc_section_addr_info): Declare it.
5319 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5320 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5321 dynamically.
5322 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
5323
5324 2003-06-06 Andrew Cagney <cagney@redhat.com>
5325
5326 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5327 (d10v_frame_unwind_cache): Do not set "return_pc".
5328
5329 2003-06-06 Michael Snyder <msnyder@redhat.com>
5330
5331 * h8300-tdep.c: Make tidy (long lines).
5332
5333 2003-06-06 Michal Ludvig <mludvig@suse.cz>
5334
5335 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
5336 to regcache_collect().
5337
5338 2003-06-05 J. Brobecker <brobecker@gnat.com>
5339
5340 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5341 pc_in_sigtramp multiarch method.
5342 (hppa_hpux_som_init_abi): Use it.
5343 (hppa_hpux_elf_init_abi): Likewise.
5344 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5345 macro has been multiarched.
5346 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5347 macro here, as hppa64 isn't multiarched yet.
5348
5349 2003-06-05 Andrew Cagney <cagney@redhat.com>
5350
5351 * Makefile.in (value_h): Add $(frame_h).
5352 * value.h: Include "frame.h".
5353 (struct value): Replace "frame_addr" with "frame_id".
5354 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5355 * values.c (allocate_value): Use VALUE_FRAME_ID.
5356 (value_copy): Use VALUE_FRAME_ID.
5357 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5358 * valops.c (value_assign): Update. Use frame_find_by_id.
5359
5360 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5361
5362 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5363 in each pass.
5364
5365 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5366
5367 * thread-db.c (check_event): For create/death event breakpoints,
5368 loop through all messages to ensure that we read the message
5369 corresponding to the breakpoint we are at.
5370
5371 2003-06-04 Michael Snyder <msnyder@redhat.com>
5372
5373 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5374
5375 2003-06-04 Mark Kettenis <kettenis@gnu.org>
5376
5377 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5378 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5379 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5380 when handling .eh_frame sections.
5381
5382 2003-06-04 J. Brobecker <brobecker@gnat.com>
5383
5384 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5385 prepare_to_proceed procedure instead of the hppa-specific one.
5386 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5387
5388 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
5389
5390 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5391 * config.in: Regenerated.
5392 * configure.in: Add test for syscall function and check for
5393 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5394 * configure: Regenerated.
5395 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5396 <sys/syscall.h>.
5397 (kill_lwp): New function that uses tkill syscall or
5398 uses kill, depending on whether threading model is nptl or not.
5399 All callers of kill() changed to use kill_lwp().
5400 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5401 see if all threads have already exited in the nptl model.
5402 (stop_and_resume_callback): New callback function used by the
5403 lin_lwp_wait thread exit handling code.
5404 (stop_wait_callback): Check for threads already having exited and
5405 delete such threads fromt the lwp list when discovered.
5406 (stop_callback): Don't assert retcode of kill call.
5407
5408 Roland McGrath <roland@redhat.com>
5409 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5410 nptl libthread_db.
5411
5412 2003-06-03 Richard Henderson <rth@redhat.com>
5413
5414 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5415 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5416 (alpha_sigtramp_frame_prev_register): Likewise.
5417 (alpha_heuristic_frame_prev_register): Likewise.
5418 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5419
5420 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
5421 alpha-specific register id names.
5422 (alpha_mdebug_frame_unwind_cache): Likewise.
5423 (alpha_mdebug_frame_prev_register): Likewise.
5424
5425 2003-06-03 Richard Henderson <rth@redhat.com>
5426
5427 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5428 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5429 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5430 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5431 unwind routines.
5432 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5433 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5434 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5435
5436 * alpha-linux-tdep.c: Remove unnecessary includes.
5437 * Makefile.in (alpha-linux-tdep.o): Update.
5438
5439 2003-06-03 Richard Henderson <rth@redhat.com>
5440
5441 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5442 (alphabsd_fill_fpreg): Likewise.
5443
5444 2003-06-03 J. Brobecker <brobecker@gnat.com>
5445
5446 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5447 references to struct frame_info fields by calls to the equivalent
5448 accessors. Necessary now that frame_info is opaque.
5449
5450 2003-06-03 J. Brobecker <brobecker@gnat.com>
5451
5452 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5453 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5454 structure, field no longer exists.
5455
5456 2003-06-03 J. Brobecker <brobecker@gnat.com>
5457
5458 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5459 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5460
5461 2003-06-03 J. Brobecker <brobecker@gnat.com>
5462
5463 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5464 references to struct frame_info fields by calls to the equivalent
5465 accessors. Necessary now that frame_info is opaque.
5466
5467 2003-06-03 J. Brobecker <brobecker@gnat.com>
5468
5469 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5470 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5471 structure, field no longer exists.
5472
5473 2003-06-03 Theodore A. Roth <troth@openavr.org>
5474
5475 * remote.c (init_remote_state): Compute sizeof_g_packet by
5476 accumulation of the size of all registers instead of blindly using
5477 DEPRECATED_REGISTER_BYTES.
5478
5479 2003-06-03 Michael Snyder <msnyder@redhat.com>
5480
5481 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5482 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5483 for h8300sx.
5484
5485 2003-06-03 J. Brobecker <brobecker@gnat.com>
5486
5487 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
5488 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5489
5490 2003-06-03 Andrew Cagney <cagney@redhat.com>
5491
5492 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
5493 (sparc_convert_to_raw): Delete function.
5494 (sparc_gdbarch_init): Do not set register_convert_to_raw or
5495 register_convert_to_virtual.
5496
5497 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5498
5499 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
5500 layer if not dealing with a statically-linked threaded program.
5501
5502 2003-06-03 Kris Warkentin <kewarken@qnx.com>
5503
5504 * solib.c (solib_open): Update comment to reflect actual search order.
5505
5506 2003-06-03 Andrew Cagney <cagney@redhat.com>
5507
5508 * frame.c (get_frame_memory_signed): New function.
5509 (get_frame_memory, get_frame_memory_unsigned): New function.
5510 (get_frame_arch): New function.
5511 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
5512 (get_frame_memory, get_frame_unsigned_memory): Declare.
5513 * d10v-tdep.c (d10v_frame_unwind_cache): Use
5514 get_frame_memory_unsigned and get_frame_arch.
5515 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
5516
5517 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
5518
5519 * MAINTAINERS (write after approval): Add myself.
5520
5521 2003-06-03 Jim Blandy <jimb@redhat.com>
5522
5523 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
5524 elements of gregset_t are 64 bits each, but access registers
5525 are still 32 bits, so they're packed two per gregset_t
5526 element. Unpack/pack them properly.
5527
5528 2003-06-02 David Carlton <carlton@bactrian.org>
5529
5530 * linespec.c (find_methods): Break out code into
5531 add_matching_methods and add_constructors.
5532 (add_matching_methods): New.
5533 (add_constructors): Ditto.
5534
5535 2003-06-02 Andrew Cagney <cagney@redhat.com>
5536
5537 * sparc-tdep.c (sparc_print_registers): Delete call to
5538 REGISTER_CONVERTIBLE.
5539 (sparc_gdbarch_init): Do not set register_convertible.
5540 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5541 * frv-tdep.c (frv_gdbarch_init): Ditto.
5542 * cris-tdep.c (cris_gdbarch_init): Ditto.
5543
5544 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
5545
5546 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
5547 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
5548 (syms_from_objfile): Ditto.
5549
5550 2003-06-03 Andreas Schwab <schwab@suse.de>
5551
5552 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
5553 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
5554
5555 2003-06-02 Richard Henderson <rth@redhat.com>
5556
5557 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
5558 a member of all_reggroup.
5559
5560 2003-06-02 Richard Henderson <rth@redhat.com>
5561
5562 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
5563 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
5564 (alpha_lds, alpha_sts): New.
5565 (alpha_convert_register_p): Change from _register_convertible.
5566 (alpha_register_to_value): Change from _convert_to_virtual;
5567 restructure and fail for type sizes other than 4 or 8.
5568 (alpha_value_to_register): Similarly.
5569 (alpha_extract_return_value): Use alpha_sts.
5570 (alpha_store_return_value): Use alpha_lds.
5571 (alpha_gdbarch_init): Update hooks.
5572
5573 2003-06-02 Richard Henderson <rth@redhat.com>
5574
5575 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
5576 regnum identifiers.
5577 (alpha_sigtramp_register_address): Likewise.
5578
5579 2003-06-02 Richard Henderson <rth@redhat.com>
5580
5581 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
5582 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
5583 * alpha-tdep.h: Declare them.
5584
5585 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
5586 Remove zerobuf. Don't error on UNIQUE.
5587 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
5588 (ALPHA_REGSET_UNIQUE): Provide default.
5589 (supply_gregset): Use alpha_supply_int_regs.
5590 (fill_gregset): Use alpha_fill_int_regs.
5591 (supply_fpregset): Use alpha_supply_fp_regs.
5592 (fill_fpregset): Use alpha_fill_fp_regs.
5593 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
5594 (alphabsd_supply_reg): Use alpha_supply_int_regs.
5595 (alphabsd_fill_reg): Use alpha_fill_int_regs.
5596 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
5597 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
5598 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
5599
5600 2003-06-02 Richard Henderson <rth@redhat.com>
5601
5602 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
5603
5604 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
5605 (alpha_store_return_value): Likewise.
5606
5607 2003-06-02 David Carlton <carlton@math.stanford.edu>
5608
5609 * block.c (contained_in): Add 'const' to arguments.
5610 (block_function): Ditto.
5611 * block.h: Update declarations for block_function and
5612 contained_in.
5613
5614 2003-06-02 David Carlton <carlton@math.stanford.edu>
5615
5616 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
5617 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
5618 * p-valprint.c (pascal_val_print): Ditto.
5619 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
5620
5621 2003-06-02 Richard Henderson <rth@redhat.com>
5622
5623 * alpha-tdep.c (alpha_push_dummy_call): Use
5624 builtin_type_ieee_double_little instead of builtin_type_double.
5625
5626 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
5627 sign-extension of 32-bit values.
5628 (alpha_store_return_value): Similarly.
5629
5630 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
5631 (alpha_extract_return_value): Likewise.
5632 (alpha_store_return_value): Likewise.
5633
5634 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
5635 (alpha_store_return_value): Error on IEEE Quad floats.
5636
5637 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
5638 (alpha_extract_struct_value_address): Likewise.
5639 (alpha_store_return_value): Likewise.
5640 (alpha_store_struct_return): Remove.
5641 (alpha_gdbarch_init): Update hook registration to match.
5642
5643 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
5644 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
5645 macros where appropriate.
5646 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
5647 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
5648
5649 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
5650 for SP, GP; void_func_ptr for PC; non-language-specific types
5651 for all others.
5652 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
5653
5654 2003-06-02 Richard Henderson <rth@redhat.com>
5655
5656 * top.h (lim_at_start): Declare.
5657 * main.c (captured_main): Set it.
5658 * top.c (lim_at_start): Define.
5659 (command_loop): Use it instead of &environ.
5660 * event-top.c (command_handler): Likewise.
5661
5662 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
5663
5664 * mipsnbsd-tdep.c: Update copyright years.
5665 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
5666
5667 2003-06-01 Richard Henderson <rth@redhat.com>
5668
5669 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
5670 (alpha-linux-tdep.o): Update dependencies.
5671 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
5672 * alpha-mdebug-tdep.c: Remove unneeded includes.
5673
5674 2003-06-01 Richard Henderson <rth@redhat.com>
5675
5676 * alpha-tdep.c (alpha_register_reggroup_p): New.
5677 (alpha_gdbarch_init): Register it.
5678
5679 2003-06-02 Andrew Cagney <cagney@redhat.com>
5680
5681 * dwarfread.c: Eliminate "register"
5682 (decode_die_type): Eliminate assignment within "if".
5683 (struct_type, decode_array_element_type): Ditto.
5684 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
5685 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
5686 (decode_modified_type, completedieinfo): Ditto.
5687 * block.c: Eliminate "register".
5688 (blockvector_for_pc_sect): Eliminate assignment within "if".
5689 * cp-support.h (struct symbol): Opaque declaration.
5690 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
5691
5692 2003-06-01 Richard Henderson <rth@redhat.com>
5693
5694 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
5695 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5696
5697 2003-06-01 Adam Fedor <fedor@gnu.org>
5698
5699 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
5700 * gdbarch.[ch]: Regenerate.
5701 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
5702 (hppa_gdbarch_init): Set it in the gdbarch vector.
5703 * i386-tdep.c (i386_fetch_pointer_argument): New
5704 (i386_gdbarch_init): Set it into gdbarch.
5705 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
5706 (rs6000_gdbarch_init): Set it in gdbarch.
5707 * sparc-tdep.c (sparc_fetch_pointer_argument): New
5708 (sparc_gdbarch_init): Set it in gdbarch.
5709
5710 2003-06-01 Andrew Cagney <cagney@redhat.com>
5711
5712 * defs.h (extract_address): Delete declaration.
5713 * findvar.c (extract_address): Delete function.
5714 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
5715 extract_address with the inline equivalent,
5716 extract_unsigned_integer.
5717 (xstormy16_extract_struct_value_address): Ditto.
5718 (xstormy16_pointer_to_address): Ditto.
5719 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
5720 * v850-tdep.c (v850_push_arguments): Ditto.
5721 (v850_extract_return_value): Ditto.
5722 (v850_extract_struct_value_address): Ditto.
5723 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
5724 (sparcnbsd_get_longjmp_target_64): Ditto.
5725 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
5726 (get_longjmp_target): Ditto.
5727 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
5728 (sh64_extract_struct_value_address): Ditto.
5729 (sh_push_arguments): Ditto.
5730 (sh64_push_arguments): Ditto.
5731 * remote-vxsparc.c (vx_read_register): Ditto.
5732 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
5733 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
5734 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
5735 * mipsv4-nat.c (get_longjmp_target): Ditto.
5736 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
5737 * mips-nat.c (get_longjmp_target): Ditto.
5738 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
5739 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
5740 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
5741 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
5742 * irix5-nat.c (get_longjmp_target): Ditto.
5743 * irix4-nat.c (get_longjmp_target): Ditto.
5744 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
5745 (ia64_push_arguments): Ditto.
5746 * hpux-thread.c (hpux_thread_store_registers): Ditto.
5747 * h8300-tdep.c (h8300_push_arguments): Ditto.
5748 (h8300_store_return_value): Ditto.
5749 (h8300_extract_struct_value_address): Ditto.
5750 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
5751 (frv_push_arguments): Ditto.
5752 * avr-tdep.c (avr_pointer_to_address): Ditto.
5753 (avr_push_arguments): Ditto.
5754 * arm-tdep.c (arm_push_dummy_call): Ditto.
5755 (arm_get_longjmp_target): Ditto.
5756 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
5757 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
5758 (alpha_get_longjmp_target): Ditto.
5759
5760 * solib-irix.c (extract_mips_address): Inline extract_address,
5761 replacing it with extract_signed_integer.
5762 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
5763 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
5764 (first_link_map_member, open_symbol_file_object): Ditto.
5765 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
5766 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
5767 (LM_NEXT, LM_NAME): Ditto.
5768
5769 2003-06-01 Richard Henderson <rth@redhat.com>
5770
5771 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
5772 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
5773 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
5774 (alpha_cannot_store_register): Likewise.
5775 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
5776 * alpha-nat.c (supply_gregset): Likewise.
5777 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
5778
5779 2003-06-01 Andrew Cagney <cagney@redhat.com>
5780
5781 * infcall.c (call_function_by_hand): Update comment on
5782 DEPRECATED_DUMMY_WRITE_SP.
5783
5784 * mips-tdep.c (mips_gdbarch_init): Do not set
5785 deprecated_dummy_write_sp.
5786 (mips_eabi_push_dummy_call): Set the SP register.
5787 (mips_o64_push_dummy_call): Set the SP register.
5788 (mips_o32_push_dummy_call): Set the SP register.
5789 (mips_n32n64_push_dummy_call): Set the SP register.
5790
5791 2003-06-01 Richard Henderson <rth@redhat.com>
5792
5793 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
5794 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
5795 (supply_gregset): Likewise.
5796 * alpha-tdep.c (alpha_store_return_value): Likewise.
5797 (alpha_get_longjmp_target): Likewise.
5798 (alpha_register_name): Constify array.
5799 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
5800 deprecated_register_size, deprecated_register_bytes,
5801 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
5802 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
5803 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5804
5805 2003-06-01 Richard Henderson <rth@redhat.com>
5806
5807 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
5808 from arg_reg_buffer to regcache to avoid double conversion.
5809
5810 2003-06-01 Mark Kettenis <kettenis@gnu.org>
5811
5812 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
5813 SP_REGNUM.
5814 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
5815 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
5816
5817 2003-06-01 Richard Henderson <rth@redhat.com>
5818
5819 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
5820 (decode_frame_entry): Set it. Skip FDE augmentation.
5821
5822 2003-06-01 Richard Henderson <rth@redhat.com>
5823
5824 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
5825 not overlapping PC_REGNUM.
5826
5827 2003-06-01 Richard Henderson <rth@redhat.com>
5828
5829 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
5830 alpha_push_arguments. Don't dump argument register data to
5831 the target stack. Fix float and 128-bit long double semantics.
5832 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
5833 (alpha_fix_call_dummy): Remove.
5834 (alpha_call_dummy_words): Remove.
5835 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
5836
5837 2003-06-01 Richard Henderson <rth@redhat.com>
5838
5839 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
5840
5841 2003-06-01 Andrew Cagney <cagney@redhat.com>
5842
5843 * mips-tdep.c (is_mips16_addr): New function.
5844 (make_mips16_addr, unmake_mips16_addr): New functions.
5845 (pc_is_mips16, mips_fetch_instruction): Use.
5846 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
5847 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
5848 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
5849 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
5850 TARGET_MIPS.
5851 * config/mips/tm-mips.h: Update copyright.
5852 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
5853 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
5854 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
5855 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
5856 (TM_PRINT_INSN_MACH): Delete.
5857 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
5858
5859 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
5860 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
5861 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
5862 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
5863 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
5864 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
5865 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
5866 mips*-*-riscos* and mips*-*-sysv* onto mips.
5867 * config/mips/mips64.mt: New file.
5868 * config/mips/mips.mt: New file.
5869 * config/mips/littlemips.mt: Delete file.
5870 * config/mips/decstation.mt: Delete file.
5871 * config/mips/vr4300el.mt: Delete file.
5872 * config/mips/vr5000el.mt: Delete file.
5873 * config/mips/vr5000.mt: Delete file.
5874 * config/mips/vr4100.mt: Delete file.
5875 * config/mips/vr4xxxel.mt: Delete file.
5876 * config/mips/vr4300.mt: Delete file.
5877 * config/mips/vr4xxx.mt: Delete file.
5878 * config/mips/bigmips.mt: Delete file.
5879 * config/mips/bigmips64.mt: Delete file.
5880 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
5881 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
5882 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
5883 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
5884 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
5885 "tm-bigmips.h".
5886 * config/mips/tm-irix3.h: Ditto.
5887 * config/mips/tm-mipsv4.h: Ditto.
5888 * config/mips/tm-embed.h: Ditto.
5889 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
5890 "tm-bigmips64.h".
5891 * config/mips/tm-vr5000el.h: Delete file.
5892 * config/mips/tm-tx39l.h: Delete file.
5893 * config/mips/tm-vr4300el.h: Delete file.
5894 * config/mips/tm-vr4xxxel.h: Delete file.
5895 * config/mips/tm-vr4300.h: Delete file.
5896 * config/mips/tm-vr4100.h: Delete file.
5897 * config/mips/tm-vr4xxx.h: Delete file.
5898 * config/mips/tm-vr5000.h: Delete file.
5899 * config/mips/tm-embedl64.h: Delete file.
5900 * config/mips/tm-embedl.h: Delete file.
5901 * config/mips/tm-embed64.h: Delete file.
5902 * config/mips/tm-bigmips64.h: Delete file.
5903 * config/mips/tm-bigmips.h: Delete file.
5904
5905 2003-06-01 Mark Kettenis <kettenis@gnu.org>
5906
5907 Fix gdb/1216.
5908 * shnbsd-nat.c: Include "sh-tdep.h".
5909
5910 From Richard Henderson <rth@redhat.com>:
5911 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
5912
5913 2003-05-31 Andrew Cagney <cagney@redhat.com>
5914
5915 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
5916 forward declaration.
5917 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
5918 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
5919 (mips_find_saved_regs): Use set_reg_offset.
5920 (mips_frame_init_saved_regs): Delete function.
5921 (mips_pop_frame): Call mips_find_saved_regs instead of
5922 DEPRECATED_FRAME_INIT_SAVED_REGS.
5923
5924 2003-05-31 Andrew Cagney <cagney@redhat.com>
5925
5926 * mips-tdep.c (mips_gdbarch_init): Do not set
5927 deprecated_max_register_raw_size, register_virtual_size, and
5928 deprecated_max_register_virtual_size.
5929
5930 2003-05-31 Mark Kettenis <kettenis@gnu.org>
5931
5932 * i386-tdep.c: Include "dwarf2-frame.h".
5933 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
5934 * Makefile.in (i386-tdep.o): Update dependencies.
5935
5936 * dwarf2-frame.c, dwarf2-frame.h: New files.
5937 * Makefile.in (SFILES): Add dwarf2-frame.c.
5938 (dwarf2_frame_h): Define.
5939 (COMMON_OBS): Add dwarf2-frame.o.
5940 (dwarf2-frame.o): Add dependencies.
5941
5942 2003-05-31 Andreas Jaeger <aj@suse.de>
5943
5944 * x86-64-linux-nat.c: Fix comment.
5945
5946 2003-05-31 Mark Kettenis <kettenis@gnu.org>
5947
5948 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
5949 function signature.
5950
5951 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
5952 have a sigcontext_addr handler.
5953 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
5954 sigcontext_addr handler.
5955
5956 2003-05-31 Andrew Cagney <cagney@redhat.com>
5957
5958 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
5959 (print_fp_register_row): Replace do_fp_register_row.
5960 (mips_print_fp_register): Add "file" and "frame" parameters.
5961 (mips_print_register): Add "file" and "frame" parameters.
5962 (mips_print_registers_info): Replace mips_do_registers_info.
5963 (mips_gdbarch_init): Set print_registers_info instead of
5964 deprecated_do_registers_info.
5965 (mips_read_fp_register_single): Add "frame" parameter.
5966 (mips_read_fp_register_double): Add "frame" parameter.
5967
5968 2003-05-31 Mark Kettenis <kettenis@gnu.org>
5969
5970 * i386-tdep.c (i386_register_name): Check for MMX registers first.
5971 Fixes a bug where GDB would print the wrong register names for
5972 targets without SSE.
5973
5974 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
5975 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
5976 registers.
5977
5978 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
5979 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
5980 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
5981 TDEP->sc_sp_offset.
5982
5983 From Michal Ludvig <mludvig@suse.cz>:
5984 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
5985 and `sc_num_regs'.
5986 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
5987 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
5988 I386_ST0_REGNUM): Move here from...
5989 * i386-tdep.c: ... here.
5990 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
5991 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
5992 registers if possible.
5993 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
5994 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
5995 Remove variables.
5996 (i386bsd_sc_reg_offset): New variable.
5997 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
5998 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
5999 TDEP->sc_sp_offset.
6000 (i386fbsd_sc_reg_offset): New variable.
6001 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6002 TDEP->sc_num_regs.
6003 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6004 variables.
6005 (i386fbsd4_sc_reg_offset): New variable.
6006 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6007 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6008 TDEP->sc_sp_offset.
6009 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6010 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6011 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6012 Remove variables.
6013 (i386nbsd_sc_reg_offset): New variable.
6014 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6015 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6016 TDEP->sc_sp_offset.
6017 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6018 Remove variables.
6019 (i386obsd_sc_reg_offset): New variable.
6020 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6021 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6022 TDEP->sc_sp_offset.
6023 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6024 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6025 for frame pointer offset in `struct sigcontext'.
6026
6027 2003-05-31 Andrew Cagney <cagney@redhat.com>
6028
6029 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6030 architecture methods call_dummy_words, sizeof_call_dummy_words,
6031 push_return_address, store_struct_return, and fix_call_dummy. Set
6032 push_dummy_call instead of deprecated_push_arguments.
6033 (mips_store_struct_return): Delete function.
6034 (mips_fix_call_dummy): Delete function.
6035 (mips_push_return_address): Delete function.
6036 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6037 RA_REGNUM and T9_REGNUM.
6038 (mips_n32n64_push_dummy_call): Ditto for
6039 mips_n32n64_push_arguments.
6040 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6041 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6042
6043 2003-05-31 Andrew Cagney <cagney@redhat.com>
6044
6045 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6046 "dummy_addr" to "bp_addr".
6047 * infcall.c (call_function_by_hand): Pass "funaddr" to
6048 gdbarch_push_dummy_call.
6049 * gdbarch.h, gdbarch.c: Re-generate.
6050 * i386-tdep.c (i386_push_dummy_call): Update.
6051 * arm-tdep.c (arm_push_dummy_call): Update.
6052 * d10v-tdep.c (d10v_push_dummy_call): Update.
6053
6054 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6055
6056 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6057 variable declarations.
6058 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6059 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6060 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6061 x86_64_init_frame_pc, x86_64_init_frame_pc,
6062 x86_64_function_has_prologue): Remove prototypes.
6063 (X86_64_NUM_GREGS): New define.
6064 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6065 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6066 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6067 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6068 XMM1_REGNUM): Remove defines.
6069 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6070 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6071 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6072 X86_64_XMM1_REGNUM): New defines.
6073 (struct x86_64_register_info): Renamed from `struct
6074 register_info'. Remove `size' member.
6075 (x86_64_register_info_table): Remove variable.
6076 (x86_64_register_info): New variable.
6077 (X86_64_NUM_REGS): New define.
6078 (X86_64_NUM_GREGS): Remove define.
6079 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6080 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6081 Remove variables.
6082 (x86_54_dwarf2_reg_to_regnum): Remove function.
6083 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6084 (x86_64_dwarf_reg_to_regnum): New function.
6085 (x86_64_register_name): Rewrite.
6086 (x86_64_register_raw_size): Remove function.
6087 (x86_64_register_byte_table): Remove variable.
6088 (x86_64_register_byte): Remove function.
6089 (x86_64_register_virtual_type): Remove function.
6090 (x86_64_register_type): New function.
6091 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6092 x86_64_register_convert_to_raw): Remove functions.
6093 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6094 (x86_64_use_struct_convention): Make static. Adjust for renamed
6095 defines.
6096 (x86_64_frame_init_saved_regs): Remove function.
6097 (x86_64_push_arguments): Make static. Change to accept a regcache
6098 as argument.
6099 (x86_64_store_return_value, x86_64_extract_return_value): Make
6100 static. Rewrite based on i386 counterparts.
6101 (x86_64_push_dummy_call): New function.
6102 (X86_64_NUM_SAVED_REGS): New define.
6103 (x86_64_register_number): Remove function.
6104 (x86_64_store_struct_return): Remove function.
6105 (x86_64_frameless_function_invocation,
6106 x86_64_function_has_prologue): Remove functions.
6107 (PROLOG_BUFSIZE): Remove define.
6108 (struct x86_64_frame_cache): New structure.
6109 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6110 x86_64_frame_cache, x86_64_frame_this_id,
6111 x86_64_frame_prev_register, x86_64_frame_p,
6112 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6113 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6114 functions.
6115 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6116 variables.
6117 (x86_64_skip_prologue): Rewrite in terms of
6118 x86_64_analyze_prologue.
6119 (x86_64_frame_base_address): New function.
6120 (x86_64_frame_base): New variable.
6121 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6122 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6123 set deprecated_fp_regnum, deprecated_register_size,
6124 deprecated_register_bytes, register_raw_size, register_byte,
6125 register_virtual_type, register_convertiable,
6126 register_convert_to_virtual, convert_to_raw,
6127 deprecated_get_saved_register, deprecated_target_read_fp,
6128 deprecated_push_arguments, deprecated_push_return_address,
6129 deprecated_pop_frame, deprecated_store_struct_return,
6130 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6131 frameless_function_invocation, deprecated_frame_saved_pc,
6132 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6133 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6134 deprecated_init_frame_pc and virtual_frame_pointer. Call
6135 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6136 and x86_64_frame_p. Call frame_base_set_default to register
6137 x86_64_frame_base.
6138 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6139 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6140 (_initialize_x86_64_tdep): Remove function.
6141 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6142 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6143 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6144 define.
6145 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6146 (x86_64_linux_sigcontext_addr): Rewrite.
6147 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6148 x86_64_linux_frame_saved_pc): Remove functions.
6149 (x86_64_linux_pc_in_sigtramp): Renamed from
6150 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6151 trampoline.
6152 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6153 Remove_functions.
6154 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6155 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6156 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6157 (x86_64_regmap): Rename to regmap.
6158 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6159 x86_64_num_gregs.
6160 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6161 x86_64_regmap.
6162 (x86_64_fxsave_offset): Remove function.
6163 (supply_fpregset): Simply call x86_64_supply_fxsave.
6164 (fill_fpregset): Simply call x86_64_fill_fxsave.
6165 (fetch_inferior_registers, store_inferior_registers): Avoid
6166 asignment in if-statement.
6167 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6168 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6169 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6170 (fetch_core_registers): Remove function.
6171 (linux_elf_core_fns): Remove.
6172 (offsetoff): Don't define.
6173 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6174 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6175 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6176 add core-regset.o.
6177 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6178 protection against multiple includes instead of NM_X86_64_h. Add
6179 various comments. Include "config/nm-linux.h". Don't include
6180 <signal.h>.
6181 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6182 GET_THREAD_SIGNALS): Remove defines.
6183 (x86_64_register_u_addr, kernel_u_size,
6184 lin_thread_get_thread_signals): Remove prototypes.
6185 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6186 [HAVE_LINK_H]: Don't include "solib.h".
6187 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6188 * config/i386/tm-x86-64linux.h: Fix comments.
6189 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6190 x86-64-tdep.o): Update dependencies.
6191
6192 2003-05-30 Andrew Cagney <cagney@redhat.com>
6193
6194 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6195 Change parameter type to a "struct regcache *".
6196
6197 * gdbarch.sh: Regardless of the multi-arch level, always define
6198 the macro when not already defined.
6199 * gdbarch.h, gdbarch.c: Re-generate.
6200
6201 2003-05-30 Richard Henderson <rth@redhat.com>
6202
6203 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6204 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6205 (alpha_mdebug_frame_this_id): Likewise.
6206 (alpha_mdebug_frame_prev_register): Likewise.
6207 (alpha_mdebug_frame_base_address): Likewise.
6208 (alpha_mdebug_frame_locals_address): Likewise.
6209 (alpha_mdebug_frame_args_address): Likewise.
6210 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6211 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6212 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6213 loop increment.
6214 (alpha_heuristic_frame_this_id): Make static.
6215 (alpha_heuristic_frame_prev_register): Likewise.
6216 (alpha_heuristic_frame_base_address): Likewise.
6217 * alpha-tdep.h: Update.
6218
6219 2003-05-30 Mark Kettenis <kettenis@gnu.org>
6220
6221 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6222 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6223 defenitions.
6224 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6225 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6226 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6227 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6228 I386_ST0_REGNUM): New defines.
6229 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6230 codestream_get): Remove define.
6231 (codestream_next_addr, condestream_addr, condestream_buf,
6232 codestream_off, codestream_cnt): Remove variables.
6233 (codestream_fill, codestream_seek, codestream_read): Remove
6234 functions.
6235 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6236 functionality.
6237 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6238 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6239 i386_frame_saved_pc, i386_saved_pc_after_call,
6240 i386_frame_num_args, i386_frame_init_saved_regs,
6241 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6242 i386_push_arguments): Remove functions.
6243 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6244 functionality. Use i386_analyze_prologue instead of
6245 i386_get_frame_setup.
6246 (I386_NUM_SAVED_REGS): New define.
6247 (struct i386_frame_cache): New structure.
6248 (i386_alloc_frame_cache, i386_analyze_struct_return,
6249 i386_skip_probe, i386_analyze_frame_setup,
6250 i386_analyze_register_saves, i386_analyze_prologue,
6251 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6252 i386_frame_prev_register, i386_sigtramp_frame_cache,
6253 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6254 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6255 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6256 New functions.
6257 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6258 New variables.
6259 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6260 I386_EAX_REGNUM and I386_EDX_REGNUM.
6261 (i386_extract_return_value, i386_store_return_value): Use
6262 I386_ST0_REGNUM where appropriate.
6263 (i386_extract_struct_value_address): Rewrite to use extract_address.
6264 (i386_svr4_pc_in_sigtramp): Add comment.
6265 (i386_svr4_sigcontext_addr): Rewrite.
6266 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6267 TDEP->sc_sp_offset.
6268 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6269 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6270 of new defines. Set push_dummy_call, don't set
6271 deprecated_push_arguments, deprecated_push_return_address,
6272 deprecated_pop_frame. Don't set parm_boundary. Don't set
6273 deprecated_frame_chain, deprecated_frame_saved_pc,
6274 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6275 save_dummy_frame_tos, unwind_pc. Call
6276 frame_unwind_append_predicate and frame_base_set_default. Don't
6277 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6278 Don't set frameless_function_invocation. Don't set
6279 deprecated_register_bytes, deprecated_register_size,
6280 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6281 * i386-linux-tdep.c: Fix formatting in some comments.
6282 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6283 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6284 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6285 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6286 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6287 redundant parentheses.
6288 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6289 (i386_linux_sigcontext_addr): Use it. Rewrite.
6290 (find_minsym_and_objfile): Change name of second argument.
6291 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6292 changed. Use frame_pc_unwind instead of
6293 DEPRECATED_SAVED_PC_AFTER_CALL.
6294 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6295 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6296 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6297 unwinder.
6298 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6299 "dummy-frame.h".
6300 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6301 (_initialize_i386_cygwin_tdep): New prototype.
6302 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6303 deprecated_frame_chain_valid.
6304 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6305 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6306 Rely on the SVR4 defaults.
6307 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6308 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6309
6310 2003-05-30 Andrew Cagney <cagney@redhat.com>
6311
6312 * infcall.c (call_function_by_hand): Always call
6313 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6314
6315 2003-05-30 Richard Henderson <rth@redhat.com>
6316
6317 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6318 increment.
6319
6320 2003-05-29 Jim Blandy <jimb@redhat.com>
6321
6322 Use gdbarch methods for solib stuff on PowerPC Linux.
6323 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6324 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6325 show through.
6326 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6327 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6328 giving the same effect as the #definitions above.
6329
6330 2003-05-29 Adam Fedor <fedor@gnu.org>
6331
6332 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6333 (find_implementation_from_class): Replace it with the standard
6334 case i.e. do nothing.
6335
6336 2003-05-29 Richard Henderson <rth@redhat.com>
6337
6338 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6339 (alpha_linux_sigtramp_offset): Use it. Make static.
6340 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6341 update for new frame model.
6342 * alpha-mdebug-tdep.c: New file.
6343 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6344 (alpha_osf1_init_abi): Install it.
6345 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6346 (linked_proc_desc_table): Remove.
6347 (alpha_frame_past_sigtramp_frame): Remove.
6348 (alpha_dynamic_sigtramp_offset): Remove.
6349 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6350 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6351 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6352 (push_sigtramp_desc): Remove.
6353 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6354 (alpha_cannot_store_register): Likewise.
6355 (alpha_sigcontext_addr): Remove.
6356 (alpha_find_saved_regs): Remove.
6357 (alpha_frame_init_saved_regs): Remove.
6358 (alpha_init_frame_pc_first): Remove.
6359 (read_next_frame_reg): Remove.
6360 (alpha_frame_saved_pc): Remove.
6361 (alpha_saved_pc_after_call): Remove.
6362 (temp_proc_desc, temp_saved_regs): Remove.
6363 (alpha_about_to_return): Remove.
6364 (cached_proc_desc): Remove.
6365 (alpha_frame_chain): Remove.
6366 (alpha_print_extra_frame_info): Remove.
6367 (alpha_init_extra_frame_info): Remove.
6368 (alpha_frame_locals_address): Remove.
6369 (alpha_frame_args_address): Remove.
6370 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6371 (alpha_push_dummy_frame): Remove.
6372 (alpha_pop_frame): Remove.
6373 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6374 (alpha_read_insn): New.
6375 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6376 for different insn encodings.
6377 (alpha_in_lenient_prologue): Remove.
6378 (struct alpha_sigtramp_unwind_cache): New.
6379 (alpha_sigtramp_frame_unwind_cache): New.
6380 (alpha_sigtramp_register_address): New.
6381 (alpha_sigtramp_frame_this_id): New.
6382 (alpha_sigtramp_frame_prev_register): New.
6383 (alpha_sigtramp_frame_unwind): New.
6384 (alpha_sigtramp_frame_p): New.
6385 (struct alpha_heuristic_unwind_cache): New.
6386 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6387 don't count nop insns that occur between functions.
6388 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6389 heuristic_proc_desc, but without the mdebug wrapping.
6390 (alpha_heuristic_frame_this_id): New.
6391 (alpha_heuristic_frame_prev_register): New.
6392 (alpha_heuristic_frame_unwind): New.
6393 (alpha_heuristic_frame_p): New.
6394 (alpha_heuristic_frame_base_address): New.
6395 (alpha_heuristic_frame_base): New.
6396 (alpha_unwind_dummy_id): New.
6397 (alpha_unwind_pc): New.
6398 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6399 frame related deprecated initializations; install replacements.
6400 (alpha_dump_tdep): Remove.
6401 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6402 (alpha_read_insn, alpha_after_prologue,
6403 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6404 alpha_heuristic_frame_prev_register,
6405 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6406 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6407 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6408 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6409
6410 2003-05-29 Andrew Cagney <cagney@redhat.com>
6411
6412 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6413 dependant on the availability of ASSERT_FUNCTION.
6414 (ASSERT_FUNCTION): Do not define when there is no function name.
6415
6416 2003-05-29 Kevin Buettner <kevinb@redhat.com>
6417
6418 From Jimi X <jimix@watson.ibm.com>:
6419 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6420
6421 2003-05-28 Jim Blandy <jimb@redhat.com>
6422
6423 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6424 argument to ptrace to int; the system headers should give it the
6425 right type, and pointers don't fit in ints on powerpc64-*-*.
6426
6427 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6428
6429 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6430 DW_TAG_catch_block.
6431
6432 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6433
6434 * stabsread.c (dbx_lookup_type): Make static.
6435 (read_type): Ditto.
6436 (add_undefined_type): Ditto.
6437 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6438 not export.
6439
6440 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6441
6442 * hpread.c (hpread_has_name): Make static.
6443 (hpread_psymtab_to_symtab): Ditto.
6444 (file_exists): Ditto.
6445 (hpread_call_pxdb): Ditto.
6446 (hpread_pxdb_needed): Ditto.
6447 (hpread_quick_traverse): Ditto.
6448 (hpread_get_header): Ditto.
6449 (hpread_get_lntt): Ditto.
6450 (hpread_get_slt): Ditto.
6451 (class_of): Ditto.
6452
6453 2003-05-25 Andreas Schwab <schwab@suse.de>
6454
6455 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6456 stack_align and deprecated_extra_stack_alignment_needed.
6457 (m68k_stack_align): Delete.
6458
6459 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6460 (m68k_register_virtual_size): Likewise.
6461 (altos_skip_prologue): Remove obsolete function.
6462 (isi_frame_num_args): Likewise.
6463 (news_frame_num_args): Likewise.
6464 (m68k_fix_call_dummy): Make static.
6465 (m68k_push_dummy_frame): Likewise.
6466 (m68k_pop_frame): Likewise.
6467 (m68k_skip_prologue): Likewise.
6468 (m68k_frame_init_saved_regs): Likewise.
6469 (m68k_saved_pc_after_call): Likewise.
6470 (m68k_get_longjmp_target): Make multi-arch.
6471 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6472 structure. Register m68k_get_longjmp_target if enabled.
6473 * m68k-tdep.h (struct gdbarch_tdep): Define.
6474 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6475
6476 * Makefile.in (config.status): Also depend on configure.tgt
6477 and configure.host.
6478 (m68klinux-tdep.o): Update dependencies.
6479 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6480 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6481 (M68K_LINUX_JB_PC): Define.
6482 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6483 and take additional parameter.
6484 (m68k_linux_sigtramp_saved_pc): Update.
6485 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
6486 m68k_linux_pc_in_sigtramp, in_plt_section,
6487 find_solib_trampoline_target.
6488 * config/m68k/tm-linux.h: Don't include any tm headers.
6489 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
6490 (JB_ELEMENT_SIZE): Likewise.
6491 (JB_PC): Likewise.
6492 (GET_LONGJMP_TARGET): Likewise.
6493 (IN_SIGTRAMP): Likewise.
6494 (SVR4_SHARED_LIBS): Define this and include "solib.h".
6495
6496 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6497
6498 * sparc-tdep.c (sparc32_do_push_arguments): New function.
6499 (sparc32_push_arguments): Re-implement by calling
6500 sparc32_do_push_arguments.
6501
6502 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6503
6504 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
6505 SPARC_O1_REGNUM): New defines.
6506 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6507 (sparc32_store_return_value): New function.
6508 (sparc_extract_struct_value_address): Rewrite to operate on a
6509 regcache.
6510 (sparc_gdbarch_init): Don't set
6511 deprecated_extract_struct_value_address. Set
6512 extract_struct_value_address instead. Don't set
6513 deprecated_extract_return_value and deprecated_store_return_value
6514 for 32-bit targets. Set extract_return_value and
6515 store_return_value instead.
6516 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
6517 DEPRECTAED_EXTRACT_RETURN_VALUE,
6518 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
6519 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
6520 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
6521 (sparc_store_return_value): Remove prototype.
6522 (sparc32_store_return_value): New prototype.
6523 (sparc32_extract_return_value, sparc_extract_struct_value_address):
6524 Adjust prototypes.
6525
6526 2003-05-24 Mark Kettenis <kettenis@gnu.org>
6527
6528 * sparcnbsd-tdep.c: Include "gdb_string.h".
6529
6530 2003-05-23 Andrew Cagney <cagney@redhat.com>
6531
6532 * p-valprint.c (pascal_val_print): Replace extract_address with
6533 the inline equivalent extract_unsigned_integer.
6534 * jv-valprint.c (java_value_print): Ditto.
6535 * ada-valprint.c (ada_val_print_1): Ditto.
6536 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
6537
6538 2003-05-23 Theodore A. Roth <troth@openavr.org>
6539
6540 * blockframe.c (frameless_look_for_prologue): Remove unused
6541 after_prologue variable.
6542
6543 2003-05-23 Mark Kettenis <kettenis@gnu.org>
6544
6545 * blockframe.c (get_pc_function_start): Rewrite to avoid
6546 asignments in if-statements.
6547
6548 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6549
6550 Committed by Elena Zannoni <ezannoni@redhat.com>.
6551 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
6552 files, don't relocate absolute symbols (and do use mst_abs).
6553
6554 2003-05-23 Andrew Cagney <cagney@redhat.com>
6555
6556 * objc-lang.c: Include "gdb_assert.h".
6557 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
6558 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
6559 (gdb_check, gdb_check_fatal): Delete functions.
6560 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
6561 gdb_assert.
6562 (parse_selector, parse_method, find_methods, find_imps): Ditto.
6563 * Makefile.in (objc-lang.o): Update dependencies.
6564
6565 2003-05-22 Ian Lance Taylor <ian@airs.com>
6566
6567 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
6568 with fprintf_filtered, not fprintf_unfiltered.
6569
6570 2003-05-22 Andrew Cagney <cagney@redhat.com>
6571
6572 * stack.c (frame_info): Inline extract_address, replacing it with
6573 extract_unsigned_integer.
6574 * findvar.c (unsigned_pointer_to_address): Ditto.
6575 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
6576 * dwarf2expr.c (dwarf2_read_address): Ditto.
6577 * frame.c (frame_pc_unwind): Update comment.
6578 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
6579
6580 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
6581
6582 * infptrace.c (detach): Call print_sys_errmsg rather than
6583 perror_with_name to issue warning message when errno is non-zero
6584 after calling ptrace detach.
6585
6586 2003-05-21 J. Brobecker <brobecker@gnat.com>
6587
6588 * config/pa/tm-hppa.h: Delete some unused macros. Move some
6589 macro definitions from here...
6590 * hppa-tdep.c: ...to there.
6591
6592 2003-05-20 Kevin Buettner <kevinb@redhat.com>
6593
6594 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
6595 register_ptrace_addr(). Fix all callers.
6596
6597 2003-05-21 Andreas Schwab <schwab@suse.de>
6598
6599 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
6600 dependencies.
6601 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
6602 end.
6603 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
6604 (_initialize_m68k_linux_tdep): New function.
6605 (m68k_linux_frame_saved_pc): Make static.
6606 (m68k_linux_extract_return_value): Likewise.
6607 (m68k_linux_store_return_value): Likewise.
6608 (m68k_linux_extract_struct_value_address): Likewise.
6609 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
6610 Remove.
6611 (DEPRECATED_STORE_RETURN_VALUE): Remove.
6612 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6613 (DEPRECATED_FRAME_SAVED_PC): Remove.
6614
6615 2003-05-20 Kris Warkentin <kewarken@qnx.com>
6616
6617 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
6618 regset numbering rather than our own.
6619
6620 2003-05-19 David Carlton <carlton@bactrian.org>
6621
6622 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
6623
6624 2003-05-19 David Carlton <carlton@bactrian.org>
6625
6626 Partial fix for PR c++/827.
6627 * cp-support.h: Include symtab.h.
6628 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
6629 * cp-namespace.c: Update contributors.
6630 (cp_lookup_symbol_nonlocal): New.
6631 (lookup_namespace_scope, cp_lookup_symbol_namespace)
6632 (lookup_symbol_file): Ditto.
6633 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
6634 * block.h: Declare block_scope, block_using, block_global_block.
6635 * block.c (block_scope): New.
6636 (block_using, block_global_block): Ditto.
6637 * Makefile.in (cp_support_h): Depend on symtab_h.
6638 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
6639
6640 2003-05-19 David Carlton <carlton@bactrian.org>
6641
6642 * language.h (struct language_defn): Add 'la_value_of_this'
6643 and 'la_lookup_symbol_nonlocal' members.
6644 * symtab.h: Declare basic_lookup_symbol_nonlocal,
6645 lookup_symbol_static, lookup_symbol_global,
6646 lookup_symbol_aux_block.
6647 * symtab.c (lookup_symbol_aux): Call language hooks to determine
6648 if we should search fields of this and how to do static/global
6649 lookup.
6650 (lookup_symbol_aux_block): Make extern.
6651 (basic_lookup_symbol_nonlocal): New.
6652 (lookup_symbol_static, lookup_symbol_global): Ditto.
6653 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
6654 'la_lookup_symbol_nonlocal' members.
6655 * c-lang.c (c_language_defn, cplus_language_defn)
6656 (asm_language_defn, minimal_language_defn): Ditto.
6657 * jv-lang.c (java_language_defn): Ditto.
6658 * language.c (unknown_language_defn, auto_language_defn)
6659 (local_language_defn): Ditto.
6660 * m2-lang.c (m2_language_defn): Ditto.
6661 * objc-lang.c (objc_language_defn): Ditto.
6662 * scm-lang.c (scm_language_defn): Ditto.
6663 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
6664 * p-lang.c (pascal_language_defn): Ditto for both.
6665 * Makefile.in (f-lang.o): Depend on value_h.
6666 (p-lang.o): Ditto.
6667
6668 2003-05-19 David Carlton <carlton@bactrian.org>
6669
6670 * block.h: Declare block_static_block.
6671 * block.c (block_static_block): New.
6672 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
6673 lookup_symbol_aux_local, calling block_static_block instead.
6674 (lookup_symbol_aux_local): Delete 'static_block' argument.
6675
6676 2003-05-19 David Carlton <carlton@bactrian.org>
6677
6678 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
6679
6680 2003-05-19 Michal Ludvig <mludvig@suse.cz>
6681
6682 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
6683 register numbers mapping.
6684
6685 2003-05-18 Adam Fedor <fedor@gnu.org>
6686
6687 * symtab.c (completion_list_objc_symbol): New function.
6688 (make_symbol_completion_list): Use it to add ObjC symbols
6689 when looking though the list.
6690 (language_search_unquoted_string): New function.
6691 (make_file_symbol_completion_list): Use it.
6692
6693 2003-05-18 Andreas Schwab <schwab@suse.de>
6694
6695 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
6696 dependencies.
6697 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
6698 as m68k_linux_extract_return_value.
6699 (DEPRECATED_STORE_RETURN_VALUE): Define as
6700 m68k_linux_store_return_value.
6701 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6702 m68k_linux_extract_struct_value_address.
6703 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
6704 get_next_frame, get_frame_base, get_frame_pc.
6705 (m68k_linux_frame_saved_pc): Use get_frame_base.
6706 (m68k_linux_extract_return_value): New function.
6707 (m68k_linux_store_return_value): New function.
6708 (m68k_linux_extract_struct_value_address): New function.
6709 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
6710
6711 * c-exp.y (typebase): Remove duplicate occurence of
6712 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
6713 of lookup_signed_typename.
6714
6715 2003-05-18 Mark Kettenis <kettenis@gnu.org>
6716
6717 * dwarf2loc.c (find_location_expression): Change type of second
6718 argument to `size_t *'.
6719 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
6720 for size variable.
6721
6722 2003-05-18 David Carlton <carlton@bactrian.org>
6723
6724 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
6725 'linkage_name'. Add comment.
6726 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
6727 'linkage_name'.
6728 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
6729 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
6730 (lookup_block_symbol): Ditto.
6731
6732 2003-05-16 Andrew Cagney <cagney@redhat.com>
6733
6734 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
6735 * gdbarch.h, gdbarch.c: Re-generate.
6736 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
6737 * TODO (REGISTER_BYTES): Delete reference.
6738 * alpha-tdep.c (alpha_gdbarch_init): Update.
6739 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6740 * x86-64-tdep.c (x86_64_init_abi): Update.
6741 * vax-tdep.c (vax_gdbarch_init): Update.
6742 * v850-tdep.c (v850_gdbarch_init): Update.
6743 * sparc-tdep.c (sparc_gdbarch_init): Update.
6744 * sh-tdep.c (sh_gdbarch_init): Update.
6745 * s390-tdep.c (s390_gdbarch_init): Update.
6746 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6747 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
6748 (ns32k_gdbarch_init_32382): Update.
6749 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6750 * mcore-tdep.c (mcore_gdbarch_init): Update.
6751 * m68k-tdep.c (m68k_gdbarch_init): Update.
6752 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6753 * ia64-tdep.c (ia64_gdbarch_init): Update.
6754 * i386-tdep.c (i386_gdbarch_init): Update.
6755 * i386-linux-tdep.c (i386_linux_init_abi): Update.
6756 * hppa-tdep.c (hppa_gdbarch_init): Update.
6757 * h8300-tdep.c (h8300_gdbarch_init): Update.
6758 * frv-tdep.c (frv_gdbarch_init): Update.
6759 * cris-tdep.c (cris_gdbarch_init): Update.
6760 * avr-tdep.c (avr_gdbarch_init): Update.
6761 * arm-tdep.c (arm_gdbarch_init): Update.
6762 * sparc-tdep.c (sparc_pop_frame): Update.
6763 * rs6000-tdep.c (rs6000_pop_frame): Update.
6764 * remote.c (init_remote_state): Update.
6765 (remote_prepare_to_store): Update.
6766 * remote-vx.c (vx_prepare_to_store): Update.
6767 * remote-sds.c (sds_fetch_registers): Update.
6768 (sds_prepare_to_store): Update.
6769 * remote-array.c: Update.
6770 * regcache.c (init_legacy_regcache_descr): Update.
6771 (init_regcache_descr): Update.
6772 * mips-tdep.c (mips_eabi_extract_return_value): Update.
6773 (mips_o64_extract_return_value): Update.
6774 * irix5-nat.c (fetch_core_registers): Update.
6775 * irix4-nat.c (fetch_core_registers): Update.
6776 * i386-tdep.h: Update.
6777 * hppa-tdep.c (pa_do_registers_info): Update.
6778 (pa_do_strcat_registers_info): Update.
6779 * cris-tdep.c (cris_register_bytes_ok): Update.
6780 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
6781 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
6782 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
6783 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
6784 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
6785 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
6786 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
6787 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
6788 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
6789 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
6790 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
6791 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
6792 (REGISTER_BYTES_OK): Update.
6793 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
6794 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
6795
6796 2003-05-16 Ian Lance Taylor <ian@airs.com>
6797
6798 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
6799 (vax_print_insn, print_insn_arg): Remove static functions.
6800 (vax_gdbarch_init): Call set_gdbarch_print_insn with
6801 print_insn_vax from opcodes library.
6802 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
6803
6804 2003-05-15 Andrew Cagney <cagney@redhat.com>
6805
6806 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
6807 * target.h (memory_breakpoint_from_pc): Delete declaration.
6808 * mem-break.c (memory_breakpoint_from_pc): Delete function.
6809 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
6810 * monitor.c (monitor_insert_breakpoint): Use
6811 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
6812 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
6813 * gdbarch.h, gdbarch.c: Re-generate.
6814 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
6815 (sparc_gdbarch_init): Set breakpoint_from_pc to
6816 sparc_breakpoint_from_pc.
6817 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
6818 (BREAKPOINT_FROM_PC): Define.
6819 (sparc_breakpoint_from_pc): Declare.
6820 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
6821 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
6822 (BREAKPOINT_FROM_PC): Define.
6823 (BREAKPOINT): Delete macro.
6824 * target.h: Update comment.
6825 * s390-tdep.c (s390_gdbarch_init): Update comments.
6826 * remote.c: Update comments.
6827 * remote-mips.c: Update comments.
6828 * proc-api.c (write_with_trace): Do not check for a breakpoint.
6829 * mem-break.c: Update comment.
6830 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
6831 (ia64_memory_insert_breakpoint): Update.
6832 * config/sparc/tm-sparc.h: Update comment.
6833 * config/pa/tm-hppa64.h: Update comment.
6834 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
6835 (rs6000_breakpoint_from_pc): Update.
6836 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
6837 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
6838 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
6839 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
6840 (mips_breakpoint_from_pc): Update.
6841 (mips_dump_tdep): Update.
6842
6843 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
6844 * minsyms.c (lookup_minimal_symbol): Inline
6845 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
6846
6847 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
6848 * p-valprint.c (pascal_object_print_value_fields): Ditto.
6849 * p-lang.c (pascal_printstr): Ditto.
6850 * objc-lang.c (objc_printstr): Ditto.
6851 * m2-lang.c (m2_printstr): Ditto.
6852 * jv-valprint.c (java_print_value_fields): Ditto.
6853 * f-lang.c (f_printstr): Ditto.
6854 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
6855 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
6856 for repeat_count_threshold.
6857 * Makefile.in (cp-valprint.o): Update dependencies.
6858
6859 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
6860
6861 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
6862 (examine_prologue): Support looking through leaf functions, knowing
6863 they start with mov r2,r12. Support skipping over indirect stores
6864 of the input registers. Upon hitting a non-nop branch instruction
6865 or predicated instruction, bail out by setting lim_pc to the current
6866 pc value in the loop. At the end, if the lim_pc value is still
6867 beyond our calculated value and we have trust_limit set,
6868 use the lim_pc value.
6869
6870 2003-05-15 Andrew Cagney <cagney@redhat.com>
6871
6872 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
6873 generic_find_dummy_frame.
6874 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
6875 (deprecated_generic_find_dummy_frame): Update.
6876 (deprecated_read_register_dummy): Update.
6877 * frame.c (deprecated_generic_get_saved_register): Update.
6878
6879 2003-05-15 Theodore A. Roth <troth@openavr.org>
6880
6881 * avr-tdep.c (avr_breakpoint_from_pc): New function.
6882 (avr_gdbarch_init): Set breakpoint_from_pc method.
6883
6884 2003-05-15 Andrew Cagney <cagney@redhat.com>
6885
6886 * regcache.c (build_regcache): Set deprecated_register_valid
6887 directly.
6888 (deprecated_grub_regcache_for_register_valid): Delete function.
6889 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
6890 declaration.
6891
6892 2003-05-15 David Carlton <carlton@bactrian.org>
6893
6894 Committed by Elena Zannoni <ezannoni@redhat.com>
6895 * symtab.c (lookup_symbol_aux): Delete calls to
6896 lookup_symbol_aux_minsyms.
6897 (lookup_symbol_aux_minsyms): Comment out function and
6898 prototype. Delete lookup by mangled name.
6899
6900 2003-05-14 Kevin Buettner <kevinb@redhat.com>
6901
6902 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
6903 correctly indicate an empty stack and ``stack_allocated'' to the
6904 indicate the number of elements initially allocated.
6905 (dwarf_expr_grow_stack): Simplify method for computing new
6906 stack size. Don't loop infinitely if ``stack_len'' is zero.
6907 (execute_stack_op): Move ``ctx->in_reg'' initialization
6908 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
6909 be used in conjuction with DW_OP_piece. Revise error message
6910 accordingly.
6911
6912 2003-05-14 Theodore A. Roth <troth@openavr.org>
6913
6914 * MAINTAINERS: Update my email address.
6915 * avr-tdep.c: Ditto.
6916
6917 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
6918
6919 * symtab.h (enum domain_enum): Rename from namespace_enum.
6920 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
6921 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
6922 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
6923 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
6924 TYPES_NAMESPACE, METHODS_NAMESPACE.
6925 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
6926 (struct symbol, struct partial_symbol): Rename field
6927 'namespace_enum namespace' to 'domain_enum domain'.
6928 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
6929 Delete old define kludge for namespace.
6930
6931 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
6932 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
6933 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
6934 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
6935 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
6936 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
6937 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
6938 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
6939 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
6940 occurrences of the above.
6941
6942 2003-05-14 Ian Lance Taylor <ian@airs.com>
6943
6944 * Makefile.in (install-only): Use $(SHELL) when running
6945 mkinstalldirs.
6946
6947 2003-05-13 Ian Lance Taylor <ian@airs.com>
6948
6949 * MAINTAINERS (write after approval): Add myself.
6950
6951 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
6952 second and third arguments.
6953 * ser-tcp.c (_initialize_ser_tcp): Likewise.
6954 * ser-unix.c (_initialize_ser_hardwire): Likewise.
6955
6956 2003-05-13 Andrew Cagney <cagney@redhat.com>
6957
6958 * defs.h (store_address): Delete declaration.
6959 findvar.c (store_address): Delete function.
6960 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
6961 store_unsigned_integer.
6962 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
6963 * v850-tdep.c (v850_push_arguments): Ditto.
6964 * sparc-tdep.c (sparc_get_saved_register): Ditto.
6965 * sh-tdep.c (sh64_get_saved_register): Ditto.
6966 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
6967 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
6968 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
6969 (mips_get_saved_register): Ditto.
6970 * ia64-tdep.c (ia64_get_saved_register): Ditto.
6971 (find_func_descr, ia64_push_arguments): Ditto.
6972 * i386-tdep.c (i386_push_arguments): Ditto.
6973 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
6974 * frv-tdep.c (frv_push_arguments): Ditto.
6975 * frame.c (legacy_saved_regs_prev_register): Ditto.
6976 (deprecated_generic_get_saved_register): Ditto.
6977 * findvar.c (unsigned_address_to_pointer): Ditto.
6978 * dwarf2read.c (dwarf2_const_value): Ditto.
6979 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6980 * alpha-tdep.c (alpha_push_arguments): Ditto.
6981
6982 2003-05-12 J. Brobecker <brobecker@gnat.com>
6983
6984 * NEWS: Mention that the hppa-hpux port has been partially
6985 multiarched (32bit ABIT only, so far).
6986
6987 2003-05-11 Andrew Cagney <cagney@redhat.com>
6988
6989 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
6990 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
6991 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
6992 sim/testsuite/sim/arm/misaligned2.ms, and
6993 sim/testsuite/sim/arm/misaligned3.ms.
6994 * disasm.h (struct ui_file): Add opaque struct declaration.
6995 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
6996 * frame.h (struct ui_file): Ditto.
6997
6998 2003-05-11 Mark Kettenis <kettenis@gnu.org>
6999
7000 * value.h: Pretty print.
7001
7002 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7003
7004 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7005
7006 2003-05-08 Andrew Cagney <cagney@redhat.com>
7007
7008 * regcache.h (max_register_size): Delete declaration.
7009 * regcache.c (max_register_size): Delete function.
7010 (struct regcache_descr): Delete field "max_register_size".
7011 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7012 registers fit in MAX_REGISTER_SIZE.
7013 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7014 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7015 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7016 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7017 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7018 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7019 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7020 * dve3900-rom.c, hppa-tdep.c: Ditto.
7021
7022 2003-05-08 David Carlton <carlton@math.stanford.edu>
7023
7024 * valops.c (push_word): Fix typo.
7025
7026 2003-05-08 Andrew Cagney <cagney@redhat.com>
7027
7028 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7029 * gdbarch.h: Re-generate.
7030 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7031 (legacy_max_register_raw_size): Delete declaration.
7032 * regcache.c (legacy_max_register_raw_size): Delete function.
7033 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7034 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7035 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7036 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7037 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7038 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7039 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7040 * findvar.c, dwarf2cfi.c: Ditto.
7041
7042 2003-05-08 Andrew Cagney <cagney@redhat.com>
7043
7044 * mips-tdep.c (read_signed_register): New function, moved to here
7045 from "regcache.c".
7046 (read_signed_register_pid): Ditto.
7047 * regcache.c (read_signed_register_pid): Delete function, moved to
7048 "mips-tdep.c".
7049 (read_signed_register): Ditto.
7050 * regcache.h (read_signed_register): Delete declaration.
7051 (read_signed_register_pid): Delete declaration.
7052
7053 2003-05-08 Andrew Cagney <cagney@redhat.com>
7054
7055 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7056 * gdbarch.h: Re-generate.
7057 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7058 (legacy_max_register_virtual_size): Delete declaration.
7059 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7060 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7061 * tracepoint.c (memrange_sortmerge): Ditto.
7062 * sparc-tdep.c (sparc_print_registers): Ditto.
7063 * regcache.c (legacy_max_register_virtual_size): Delete function.
7064
7065 2002-05-08 J. Brobecker <brobecker@gnat.com>
7066
7067 * fork-child.c (escape_bang_in_quoted_argument): New function.
7068 (fork_inferior): Escape '!' characters in quoted arguments
7069 only when needed.
7070
7071 2003-05-08 J. Brobecker <brobecker@gnat.com>
7072
7073 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7074 the language of the CU is not currently supported by GDB.
7075
7076 2003-05-08 J. Brobecker <brobecker@gnat.com>
7077
7078 * defs.h (language): Add language_minimal enum value.
7079 * c-lang.c (minimal_language_defn): New language definition.
7080 (_initialize_c_language): Add the new minimal language to the list
7081 of languages known to GDB.
7082
7083 2003-05-08 Kevin Buettner <kevinb@redhat.com>
7084
7085 * frame.c (get_frame_type): Don't attempt to lazily initialize
7086 frame's unwinder for legacy frames.
7087
7088 2003-05-07 Andrew Cagney <cagney@redhat.com>
7089
7090 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7091 and "regcache" parameters.
7092 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7093
7094 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7095
7096 * dwarf2read.c (dwarf_decode_lines): Only use output of
7097 check_cu_functions() when calling record_line(). Do not update
7098 the current address.
7099
7100 2003-05-07 Andrew Cagney <cagney@redhat.com>
7101
7102 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7103 code.
7104
7105 2003-05-07 Jim Blandy <jimb@redhat.com>
7106
7107 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7108 'maint info symtabs' and 'maint info psymtabs'.
7109 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7110 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7111 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7112 Declarations updated.
7113 * maint.c (maintenance_list_command): Delete.
7114 (_initialize_maint_cmds): Update calls to add_cmd.
7115 * gdbcmd.h (maintenancelistlist): Delete declaration.
7116 * cli/cli-cmds.c (maintenancelistlist): Delete.
7117 (init_cmd_lists): Don't initialize it.
7118 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7119
7120 2003-05-07 Andrew Cagney <cagney@redhat.com>
7121
7122 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7123 "regcache".
7124 (d10v_print_registers_info): Update.
7125 (d10v_dmap_register, d10v_imap_register): Delete functions.
7126 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7127 and "imap_register".
7128 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7129 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7130 * arch-utils.c (generic_remote_translate_xfer_address): Add
7131 "regcache" and "gdbarch" parameters.
7132 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7133 parameter. Change class to multi-arch.
7134 * gdbarch.h, gdbarch.c: Re-generate.
7135 * remote.c (remote_xfer_memory): Use
7136 gdbarch_remote_translate_xfer_address.
7137
7138 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7139
7140 * infrun.c (prev_pc): Move declaration ahead of proceed().
7141 (proceed): Refresh prev_pc value before resuming.
7142 (stop_stepping): Remove code to refresh prev_pc.
7143
7144 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7145
7146 * nto-tdep.c: Removed stray comment.
7147
7148 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7149
7150 * i386-nto-tdep.c: Fix old K&R function definitions.
7151 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7152 Also change add_show_from_set() call to add_setshow_cmd().
7153 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7154
7155 2003-05-05 Andrew Cagney <cagney@redhat.com>
7156
7157 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7158 (fprint_dummy_frames): New function.
7159 (maintenance_print_dummy_frames): New function.
7160 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7161 * frame.c (fprint_frame_id): Make global.
7162 * frame.h (fprint_frame_id): Declare.
7163 * Makefile.in (dummy-frame.o): Update dependencies.
7164
7165 2003-05-05 Andrew Cagney <cagney@redhat.com>
7166
7167 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7168 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7169 SIZEOF_CALL_DUMMY_WORDS.
7170 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7171 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7172 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7173 CALL_DUMMY_BREAKPOINT_OFFSET.
7174 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7175 CALL_DUMMY_START_OFFSET.
7176 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7177 * gdbarch.h, gdbarch.c: Re-generate.
7178 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7179 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7180 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7181 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7182 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7183 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7184 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7185 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7186 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7187 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7188 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7189 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7190 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7191 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7192 * config/sparc/tm-sparc.h: Update.
7193
7194 2003-05-05 Kris Warkentin <kewarken@qnx.com>
7195
7196 * configure.tgt: Add i[3456]86-*-nto*.
7197 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7198 * nto-tdep.c: New file. Neutrino target support routines.
7199 * nto-tdep.h: New file. Neutrino target header.
7200 * config/tm-qnxnto.h: New file.
7201 * config/i386/i386nto.mt: New file.
7202 * config/i386/tm-i386nto.h: New file.
7203
7204 2003-05-04 Andrew Cagney <cagney@redhat.com>
7205
7206 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7207 (load_infrun_state): Ditto.
7208 (struct thread_info): Drop "prev_func_name" field.
7209 * thread.c (load_infrun_state): Update.
7210 (save_infrun_state): Update.
7211 * infrun.c (prev_func_name): Delete variable.
7212 (init_wait_for_inferior): Do not clear prev_func_name.
7213 (stop_stepping, keep_going, context_switch): Do not swap
7214 prev_func_name.
7215 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7216 instead of PC_IN_SIGTRAMP.
7217
7218 2003-05-04 Andrew Cagney <cagney@redhat.com>
7219
7220 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7221 REGISTER_BYTE with register_offset_hack.
7222 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7223 that REGISTER_BYTE is consistent with the regcache.
7224 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7225 * gdbarch.h, gdbarch.c: Regenerate.
7226
7227 2003-05-04 Mark Kettenis <kettenis@gnu.org>
7228
7229 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7230 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7231
7232 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7233
7234 2003-05-03 J. Brobecker <brobecker@gnat.com>
7235
7236 From Thierry Schneider <tpschneider1@yahoo.com>
7237 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7238 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7239 (mi-cmd-symbol.o): Add rule.
7240
7241 2003-05-03 Andrew Cagney <cagney@redhat.com>
7242
7243 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7244 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7245 * gdbarch.h, gdbarch.c: Re-generate.
7246 * d10v-tdep.c (d10v_push_dummy_code): New function.
7247 (d10v_gdbarch_init): Set push_dummy_code.
7248 * infcall.c (legacy_push_dummy_code): New function.
7249 (generic_push_dummy_code): New function.
7250 (push_dummy_code): New function.
7251 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7252 instead of dummy_addr, to push_dummy_call. Move call to
7253 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7254 switch.
7255 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7256
7257 2003-05-03 Andrew Cagney <cagney@redhat.com>
7258
7259 * disasm.h (print_insn): Declare.
7260 * disasm.c (init_gdb_disassemble_info): New function.
7261 (gdb_disassembly): Call init_gdb_disassemble_info.
7262 (gdb_print_insn): New function.
7263 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7264 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7265 * mcore-tdep.c: Include "disasm.h"
7266 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7267 * d10v-tdep.c: Include "disasm.h".
7268 (display_trace): Call gdb_print_insn, instead of print_insn.
7269 (print_insn): Delete function.
7270 * printcmd.c: Include "disasm.h".
7271 (print_insn): Delete function.
7272 (print_formatted): Call gdb_print_insn, instead of print_insn.
7273 * Makefile.in (printcmd.o): Update dependencies.
7274 (mcore-tdep.o, d10v-tdep.o): Ditto.
7275
7276 2003-05-02 Andrew Cagney <cagney@redhat.com>
7277
7278 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7279 PC_REGNUM, re-indent.
7280 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7281 PC_REGNUM isn't set.
7282
7283 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7284 * gdbarch.h, gdbarch.c: Re-generate.
7285 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7286 register_virtual_size, pc_regnum, or register_bytes.
7287 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7288 (d10v_register_type): Use D10V_PC_REGNUM.
7289 (d10v_print_registers_info, d10v_read_pc): Ditto.
7290 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7291 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7292
7293 2003-05-02 David Carlton <carlton@bactrian.org>
7294
7295 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7296 the name with mstrsave.
7297
7298 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7299
7300 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7301 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7302 (host_charset_name, target_charset_name): New vars for use by
7303 set/show commands.
7304 (host_charset_enum, target_charset_enum): New enums for set/show
7305 commands.
7306 (set_charset_sfunc, set_host_charset_sfunc,
7307 set_target_charset_sfunc): New functions.
7308 (set_host_charset, set_target_charset): Make static.
7309 (list_charsets, set_host_charset_command,
7310 set_target_charset_command): Delete functions.
7311 (show_charset_command): Rewrite as....
7312 (show_charset): Hook this up with the set/show command mechanism.
7313 (_initialize_charset): Change names of charsets to match the
7314 set/show enums. Use host_charset_name and target_charset_name.
7315 Use set/show mechanism for charset, host-charset, target-charset
7316 commands. Do not make 'show host-charset' and 'show
7317 target-charset' be aliases of 'show charset'.
7318
7319 * charset.h (set_host_charset, set_target_charset): Don't export,
7320 they are not used outside the file.
7321
7322 2003-05-01 Andrew Cagney <cagney@redhat.com>
7323
7324 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7325 (gdb_disassembly): Make "di" non static, always initialize and
7326 cleanup. Always use dis_asm_read_memory.
7327 (gdb_dis_asm_read_memory): Delete function.
7328
7329 2003-05-01 Andrew Cagney <cagney@redhat.com>
7330
7331 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7332 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7333
7334 2003-04-30 Andrew Cagney <cagney@redhat.com>
7335
7336 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7337 "tm_print_insn_info".
7338 (TARGET_PRINT_INSN_INFO): Delete macro.
7339 (dis_asm_read_memory): Delete function declaration.
7340 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7341 (tm_print_insn_info): Delete variable definition.
7342 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7343 * gdbarch.h, gdbarch.c: Re-generate.
7344 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7345 "deprecated_tm_print_insn_info".
7346 * mcore-tdep.c (mcore_dump_insn): Ditto.
7347 * mips-tdep.c (mips_gdbarch_init): Ditto.
7348 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7349 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7350 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7351 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7352 instead of TARGET_PRINT_INSN_INFO, add comment.
7353 * s390-tdep.c (s390_get_frame_info): Instead of
7354 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7355 (s390_check_function_end, s390_is_sigreturn): Ditto.
7356 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7357 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7358 * disasm.c: Include "gdbcore.h".
7359 (_initialize_disasm): New function, initialize
7360 "deprecated_tm_print_insn_info".
7361 (deprecated_tm_print_insn_info): New variable.
7362 (dis_asm_read_memory): Moved from "corefile.c", made static.
7363 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7364 * Makefile.in (disasm.o): Update dependencies.
7365
7366 2003-04-30 Andrew Cagney <cagney@redhat.com>
7367
7368 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7369
7370 2003-04-29 Adam Fedor <fedor@gnu.org>
7371
7372 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7373 * infcall.c (find_function_addr): Make non-static.
7374 * infcall.h (find_function_addr): Declare.
7375 * Makefile.in (eval.o): Update dependencies.
7376
7377 2003-04-28 Adam Fedor <fedor@gnu.org>
7378
7379 * symtab.c (symbol_find_demangled_name): Check for and demangle
7380 ObjC symbols.
7381 (symbol_init_demangled_name): Init for language_objc as well.
7382
7383 2003-04-28 Andrew Cagney <cagney@redhat.com>
7384
7385 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7386 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7387 * gdbarch.h, gdbarch.c: Re-generate.
7388 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7389 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7390 * inferior.h (deprecated_read_fp): Rename read_fp.
7391 (generic_target_read_fp): Delete declaration.
7392 * regcache.c (generic_target_read_fp): Delete function.
7393 (deprecated_read_fp): Replace read_fp, use
7394 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7395 * d10v-tdep.c (d10v_read_fp): Delete function.
7396 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7397
7398 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7399 deprecated_target_read_fp to generic_target_read_fp.
7400 * sh-tdep.c (sh_gdbarch_init): Ditto.
7401 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7402 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7403 * frv-tdep.c (frv_gdbarch_init): Ditto.
7404
7405 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7406 deprecated_fp_regnum.
7407 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7408 * vax-tdep.c (vax_gdbarch_init): Ditto.
7409 * v850-tdep.c (v850_gdbarch_init): Ditto.
7410 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7411 * sh-tdep.c (sh_gdbarch_init): Ditto.
7412 * s390-tdep.c (s390_gdbarch_init): Ditto.
7413 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7414 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7415 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7416 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7417 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7418 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7419 * i386-tdep.c (i386_gdbarch_init): Ditto.
7420 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7421 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7422 * frv-tdep.c (frv_gdbarch_init): Ditto.
7423 * cris-tdep.c (cris_gdbarch_init): Ditto.
7424 * avr-tdep.c (avr_gdbarch_init): Ditto.
7425 * arm-tdep.c (arm_gdbarch_init): Ditto.
7426 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7427
7428 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7429 * v850-tdep.c (v850_gdbarch_init): Ditto.
7430 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7431 * sh-tdep.c (sh_gdbarch_init): Ditto.
7432 * s390-tdep.c (s390_gdbarch_init): Ditto.
7433 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7434 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7435 * mips-tdep.c (mips_gdbarch_init): Ditto.
7436 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7437 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7438 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7439 * frv-tdep.c (frv_gdbarch_init): Ditto.
7440 * avr-tdep.c (avr_gdbarch_init): Ditto.
7441 * arm-tdep.c (arm_gdbarch_init): Ditto.
7442
7443 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7444 DEPRECATED_FP_REGNUM.
7445 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7446 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7447 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7448 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7449 (sparc32_register_virtual_type): Ditto.
7450 * sh-tdep.c (sh64_frame_chain): Ditto.
7451 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7452 (sh_nofp_frame_init_saved_regs): Ditto.
7453 (sh64_nofp_frame_init_saved_regs): Ditto.
7454 (sh_fp_frame_init_saved_regs): Ditto.
7455 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7456 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7457 * procfs.c (procfs_fetch_registers): Ditto.
7458 (procfs_store_registers): Ditto.
7459 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7460 (store_inferior_registers, fetch_core_registers): Ditto.
7461 (fetch_kcore_registers, clear_regs): Ditto.
7462 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7463 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7464 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7465 * nlm/i386.c (do_status): Ditto.
7466 * mipsv4-nat.c (supply_gregset): Ditto.
7467 * mips-tdep.c: Ditto for comments.
7468 * mips-nat.c (fetch_inferior_registers): Ditto.
7469 (store_inferior_registers, fetch_core_registers): Ditto.
7470 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7471 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7472 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7473 (i386_do_pop_frame, i386_register_type): Ditto.
7474 * hppa-tdep.c (hppa_frame_chain): Ditto.
7475 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7476 (hppa_pop_frame, hppa_read_fp): Ditto.
7477 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7478 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7479 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7480 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7481 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7482 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7483 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
7484 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
7485 * blockframe.c: Ditto for comments.
7486 * arch-utils.h: Ditto for comments.
7487 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
7488 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
7489 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
7490 * alpha-tdep.h: Ditto for comments.
7491 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
7492 (alpha_cannot_store_register): Ditto.
7493 (alpha_push_dummy_frame): Ditto.
7494 * alpha-nat.c (supply_gregset): Ditto.
7495
7496 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
7497 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
7498 * config/sparc/tm-sparc.h: Update comment.
7499
7500 * hppa-tdep.c (hppa_init_extra_frame_info): Use
7501 deprecated_read_fp instead of TARGET_READ_FP.
7502 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
7503 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
7504 * sparc-tdep.c (sparc_init_extra_frame_info): Use
7505 deprecated_read_fp instead of read_fp.
7506 * s390-tdep.c (s390_push_arguments): Ditto.
7507 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7508 * frame.h: Ditto in comments.
7509 * frame.c (legacy_get_prev_frame): Ditto.
7510 * dummy-frame.c (dummy_frame_this_id): Ditto.
7511 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7512
7513 2003-04-28 Andrew Cagney <cagney@redhat.com>
7514
7515 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
7516 * gdbarch.h, gdbarch.c: Re-generate.
7517 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
7518 * vax-tdep.c (_initialize_vax_tdep): Update.
7519 * v850-tdep.c (_initialize_v850_tdep): Update.
7520 * sparc-tdep.c (_initialize_sparc_tdep): Update.
7521 * s390-tdep.c (_initialize_s390_tdep): Update.
7522 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
7523 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
7524 * mips-tdep.c (_initialize_mips_tdep): Update.
7525 * mcore-tdep.c (_initialize_mcore_tdep): Update.
7526 * m68k-tdep.c (_initialize_m68k_tdep): Update.
7527 * ia64-tdep.c (_initialize_ia64_tdep): Update.
7528 * hppa-tdep.c (_initialize_hppa_tdep): Update.
7529 * h8300-tdep.c (_initialize_h8300_tdep): Update.
7530 * frv-tdep.c (_initialize_frv_tdep): Update.
7531 * cris-tdep.c (cris_delayed_get_disassembler): Update.
7532 (_initialize_cris_tdep): Update.
7533 * arch-utils.c (legacy_print_insn): Update.
7534 * alpha-tdep.c (_initialize_alpha_tdep): Update.
7535
7536 2003-04-26 Adam Fedor <fedor@gnu.org>
7537
7538 * linespec.c (decode_objc): New function to decode ObjC calls
7539 (decode_line_1): Check for ObjC calls (using decode_objc)
7540 * Makefile (linespec.o): Update dependencies.
7541
7542 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
7543
7544 * breakpoint.h (struct breakpoint_ops): New.
7545 (struct breakpoint): Add ops member.
7546
7547 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
7548 (mention): Use new breakpoint ops member.
7549 (set_raw_breakpoint): Initialize ops field to NULL.
7550 (print_exception_catchpoint, print_one_exception_catchpoint)
7551 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
7552 (gnu_v3_exception_catchpoint_ops): New.
7553 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
7554
7555 2003-04-25 Adam Fedor <fedor@gnu.org>
7556
7557 * Makefile.in (COMMON_OBS): Add objc-lang.o
7558
7559 2003-04-25 Andrew Cagney <cagney@redhat.com>
7560
7561 * d10v-tdep.c (print_insn): Delete function.
7562 (display_trace): Use TARGET_PRINT_INSN.
7563 (_initialize_d10v_tdep): Do not set tm_print_insn.
7564 (d10v_gdbarch_init): Set print_insn.
7565
7566 2003-04-25 Andrew Cagney <cagney@redhat.com>
7567
7568 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
7569 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
7570 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
7571 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
7572 (nr_dmap_regs, a0_regnum): ... new functions.
7573 (d10v_print_registers_info): Use a0_regnum, use register_size.
7574 (d10v_register_byte): Delete function.
7575 (d10v_register_raw_size): Delete function.
7576 (d10v_register_type): Use a0_regnum.
7577 (d10v_print_registers_info): Use a0_regnum.
7578 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
7579 (d10v_gdbarch_init): Do not set register_byte or
7580 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
7581 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
7582 extract_address.
7583 (trace_command): Use XCALLOC.
7584 (print_insn): Delete reference to tm_print_insn.
7585 (saved_regs_unwinder): Use store_unsigned_integer instead of
7586 store_address.
7587 * frame.h (FRAME_OBSTACK_CALLOC): Define
7588
7589 2003-04-25 David Carlton <carlton@bactrian.org>
7590
7591 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
7592
7593 2003-04-24 Adam Fedor <fedor@gnu.org>
7594
7595 * objc-lang.c: Include "valprint.h"
7596 * Makefile.in (objc-lang.o): Update dependencies.
7597
7598 2003-04-24 Adam Fedor <fedor@gnu.org>
7599
7600 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
7601 architecture dependant compilation and mark as unimplemented
7602 (until they get put in the gdbarch vector).
7603
7604 2003-04-23 David Carlton <carlton@bactrian.org>
7605
7606 * cp-support.c (cp_find_first_component): Accept 'operator' in
7607 more locations.
7608
7609 2003-04-23 Andrew Cagney <cagney@redhat.com>
7610
7611 * infcall.c (call_function_by_hand): Eliminate redundant
7612 indentation. Move "saved_async" and "old_cleanups" to where they
7613 are needed.
7614
7615 2003-04-23 Andrew Cagney <cagney@redhat.com>
7616
7617 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
7618 and "buffer". Move the "name" code to where it is needed.
7619
7620 2003-04-23 Andrew Cagney <cagney@redhat.com>
7621
7622 * infcall.c (call_function_by_hand): Move variables "start_sp",
7623 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
7624 code to ON_STACK switch branch.
7625
7626 2003-04-23 Andrew Cagney <cagney@redhat.com>
7627
7628 * infcall.c (call_function_by_hand): Make declaration of "i",
7629 "sal", "bpt" and "old_sp" more local to their use. Delete #if
7630 lint.
7631
7632 2003-04-23 Andrew Cagney <cagney@redhat.com>
7633
7634 * infcall.c (call_function_by_hand): Delete variable
7635 "n_method_args". Localize "param_type"'s declaration to the loop
7636 that it is used. Reinstate code assigning to said variable -
7637 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
7638 Rationalize code using "param_type".
7639
7640 2003-04-22 Andrew Cagney <cagney@redhat.com>
7641
7642 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
7643 compute the breakpoint address. Only call FIX_CALL_DUMMY when
7644 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
7645 to DEPRECATED_PUSH_RETURN_ADDRESS.
7646
7647 2003-04-22 Kevin Buettner <kevinb@redhat.com>
7648
7649 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
7650 on the DWARF2 register number prior to fetching a register.
7651
7652 2003-04-22 J. Brobecker <brobecker@gnat.com>
7653
7654 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
7655 Update all the tests using SOFT_FLOAT considering the fact that
7656 this macro was always set to 0.
7657 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
7658 considering the fact that this macro was always set to 0.
7659 * hppa-tdep.h (hppa_store_return_value): Likewise.
7660 (hppa_extract_return_value): Likewise.
7661
7662 2003-04-22 J. Brobecker <brobecker@gnat.com>
7663
7664 * config/pa/tm-hppa.h: Remove obsolete code, was used by
7665 the hppa-pro target only.
7666
7667 2003-04-21 J. Brobecker <brobecker@gnat.com>
7668
7669 Ongoing multi-arch conversion effort for HP/UX:
7670 * config/pa/tm-hppa.h: Move all macro that are no longer
7671 defined now that GDB_MULTI_ARCH is now set to 1 from here...
7672 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
7673
7674 2003-04-21 J. Brobecker <brobecker@gnat.com>
7675
7676 * config/pa/tm-hppa.h: Obsolete a section that was only used
7677 for hppa-pro.
7678
7679 2003-04-21 J. Brobecker <brobecker@gnat.com>
7680
7681 Ongoing multi-arch conversion for HP/UX.
7682 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
7683 if already defined (allows hppa64 to stay non-multiarched for now).
7684 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
7685
7686 2003-04-21 Andrew Cagney <cagney@redhat.com>
7687
7688 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
7689
7690 2003-04-21 Andrew Cagney <cagney@redhat.com>
7691
7692 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
7693 "i386_num_mmx_regs".
7694
7695 2003-04-21 Andrew Cagney <cagney@redhat.com>
7696
7697 * infcall.c: New file.
7698 * infcall.h: New file.
7699 * valarith.c: Include "infcall.h".
7700 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
7701 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
7702 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
7703 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
7704 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
7705 (SFILES): Add "infcall.c"
7706 (COMMON_OBS): Add "infcall.o".
7707 (infcall.o): Specify dependencies.
7708 * value.h (call_function_by_hand): Delete declaration.
7709 * inferior.h (run_stack_dummy): Delete declaration.
7710 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
7711 (run_stack_dummy): Move to "infcall.c", merged into
7712 call_function_by_hand.
7713 * valops.c (call_function_by_hand): Moved to "infcall.c".
7714 (find_function_addr, value_arg_coerce): Ditto.
7715 (unwindonsignal_p, coerce_float_to_double): Ditto.
7716 (_initialize_valops): Move "set/show coerce-float-to-double", and
7717 "set/show unwindonsignal" commands to "infcall.c".
7718 * v850-tdep.c, target.h: Update comments.
7719 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
7720 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
7721 (sh64_init_extra_frame_info): Update comments.
7722 * mn10300-tdep.c: Update comments.
7723 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
7724 * config/sparc/tm-sparc.h: Update comments.
7725 * breakpoint.h: Update comments.
7726 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
7727 * arm-tdep.c: Update comment.
7728
7729 2003-04-19 Mark Kettenis <kettenis@gnu.org>
7730
7731 * i386-tdep.c (i386_num_register_names): New variable.
7732 (i386_num_mmx_regs): Renamed from mmx_num_regs.
7733 (MM0_REGNUM): Remove redundant parentheses in define.
7734 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
7735 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
7736 i386_mxcsr_regnum_p): Remove redundant parentheses.
7737 (i386_register_name): Use i386_num_register_names.
7738
7739 * i386-tdep.c (i386_extract_return_value,
7740 i386_store_return_value): Correct check for availability of
7741 floating-point registers.
7742
7743 * i386-tdep.c (i386_frame_num_args): Remove function.
7744 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
7745
7746 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
7747 mmx_regnum_to_fp_regnum. Adjust all callers.
7748
7749 * i386-tdep.c (i386_get_longjmp_target): Use
7750 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
7751 and TARGET_CHAR_BIT. Use extract_typed_address instead of
7752 extract_address.
7753
7754 2003-04-19 Mark Kettenis <kettenis@gnu.org>
7755
7756 * core-regset.c: Update comments to reflect reality. Re-order
7757 includes.
7758 (fetch_core_registers): Use switch instead of if. Remove
7759 redundant prototype.
7760
7761 2003-04-18 Jim Blandy <jimb@redhat.com>
7762
7763 * s390-tdep.c (s390_frame_align): New function.
7764 (s390_gdbarch_init): Register it with the gdbarch object.
7765
7766 2003-04-17 Richard Henderson <rth@redhat.com>
7767
7768 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
7769
7770 2003-04-17 Michael Snyder <msnyder@redhat.com>
7771 Karen Bennet <bennet@redhat.com>
7772
7773 Committed by Elena Zannoni <ezannoni@redhat.com>
7774 * gdb_gcore.sh: New script to create a core dump of a process.
7775
7776 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
7777
7778 * values.c (value_being_returned): Don't fetch the return
7779 value if the return type is void.
7780
7781 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
7782
7783 * thread-db.c: Reindented.
7784
7785 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
7786
7787 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
7788 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
7789 as types.
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
7815 2003-04-16 Kevin Buettner <kevinb@redhat.com>
7816
7817 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
7818 the size of ``long double'' to 16, instead of 8.
7819
7820 2003-04-16 Mark Kettenis <kettenis@gnu.org>
7821
7822 * i386-linux-nat.c: Add some whitespace to make things more
7823 readable.
7824 (fetch_register, store_register, fetch_inferior_registers,
7825 store_inferior_registers): Get rid of assignment in if-statement.
7826 (store_register): Fix typo in error message.
7827
7828 2003-04-16 Andrew Cagney <cagney@redhat.com>
7829
7830 * utils.c (xmmalloc): Always allocate something, matches
7831 libiberty/xmalloc's semantics.
7832 (xmrealloc, xmcalloc): Ditto.
7833
7834 2003-04-16 Andrew Cagney <cagney@redhat.com>
7835
7836 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
7837 update comments.
7838 (get_frame_type): Initialize unwind and type when needed.
7839 (get_frame_id, frame_register_unwind): Ditto.
7840
7841 2003-04-16 Andrew Cagney <cagney@redhat.com>
7842
7843 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
7844 obsolete.
7845 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
7846 * sparcl-stub.c: Obsolete file.
7847 * config/sparc/tm-sparclet.h: Obsolete file.
7848 * sparclet-stub.c: Obsolete file.
7849 * sparclet-rom.c: Obsolete file.
7850 * sparcl-tdep.c: Obsolete file.
7851 * config/sparc/tm-sparclite.h: Obsolete file.
7852 * config/sparc/sparclite.mt: Obsolete file.
7853 * config/sparc/sparclet.mt: Obsolete file.
7854 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
7855 sparc86x-*-* obsolete.
7856
7857 2003-04-15 David Carlton <carlton@math.stanford.edu>
7858
7859 * Makefile.in (SFILES): Add cp-namespace.c.
7860 (COMMON_OBS): Add cp-namespace.o.
7861 (block.o): Depend on gdb_obstack_h and cp_support_h.
7862 (buildsym.o): Depend on cp_support_h.
7863 (cp-namespace.o): New.
7864 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
7865 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
7866 (dwarf2read.o): Depend on cp_support_h.
7867 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
7868 * dwarf2read.c (process_die): Set processing_has_namespace_info,
7869 processing_current_namespace.
7870 (read_namespace): Update processing_current_namespace; check for
7871 anonymous namespaces.
7872 (dwarf2_name): New function.
7873 (dwarf2_extension): Ditto.
7874 * cp-support.h: Update copyright, contributors.
7875 Add inclusion guards.
7876 Add opaque declaration for structs obstack, block, symbol.
7877 (struct using_direct): New struct.
7878 Add declarations for cp_find_first_component,
7879 cp_entire_prefix_len, processing_has_namespace_info,
7880 processing_current_namespace, cp_is_anonymous,
7881 cp_add_using_directive, cp_initialize_namespace,
7882 cp_finalize_namespace, cp_set_block_scope,
7883 cp_scan_for_anonymous_namespaces.
7884 * cp-namespace.c: New file.
7885 * cp-support.c: Update copyright.
7886 Include ctype.h, gdb_assert.h, gdbcmd.h.
7887 New variable maint_cplus_cmd_list.
7888 (cp_find_first_component): New function.
7889 (cp_entire_prefix_len, maint_cplus_command)
7890 (first_component_command, _initialize_cp_support): Ditto.
7891 * buildsym.c: Include cp-support.h.
7892 New variable using_list.
7893 (add_symbol_to_list): Check for anonymous namespaces.
7894 (finish_block): Set block's scope.
7895 (start_symtab): Initialize C++ namespace support.
7896 (end_symtab): Finalize C++ namespace support.
7897 * block.h: Add opaque declarations for structs
7898 block_namespace_info, using_direct, and obstack.
7899 Add declarations for block_set_scope and block_set_using.
7900 (struct block): Add 'language_specific' member.
7901 (BLOCK_NAMESPACE): New macro.
7902 * block.c: Include gdb_obstack.h and cp-support.h.
7903 (struct block_namespace_info): New struct.
7904 (block_set_scope): New function.
7905 (block_set_using, block_initialize_namespace): Ditto.
7906
7907 2003-04-14 Kevin Buettner <kevinb@redhat.com>
7908
7909 * solib-svr4.c (svr4_have_link_map_offsets): New function.
7910 (locate_base): Return early if there aren't any link map offsets.
7911 (svr4_solib_create_inferior_hook): Warn if shared library support
7912 is unavailable.
7913
7914 2003-04-14 David Carlton <carlton@math.stanford.edu>
7915
7916 * symtab.c (symbol_set_names): Add prefix when storing Java names
7917 in hash table. Fix for PR java/1039.
7918
7919 2003-04-14 David Carlton <carlton@math.stanford.edu>
7920
7921 * symtab.c (symbol_set_names): Rename 'name' arg to
7922 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
7923 * symtab.h: Change 'name' argument in declaration of
7924 symbol_set_names to 'linkage_name'.
7925 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
7926
7927 2003-04-14 Andrew Cagney <cagney@redhat.com>
7928
7929 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
7930 return the fully sign-extended register value.
7931 (get_frame_pointer): Ditto.
7932 (mips_pop_frame): Initialize "proc_desc" after checking for a
7933 dummy frame.
7934
7935 2003-04-14 Andrew Cagney <cagney@redhat.com>
7936
7937 * mips-tdep.c (mips_push_dummy_frame): Delete function.
7938 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
7939 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
7940 (mips_push_register): Delete function.
7941 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
7942 PUSH_FP_REGNUM.
7943
7944 2003-04-14 Jim Blandy <jimb@redhat.com>
7945
7946 * symmisc.c: #include "gdb_regex.h".
7947 (maintenance_list_symtabs, maintenance_list_psymtabs): New
7948 functions.
7949 * maint.c (maintenance_list_command): New function.
7950 (_initialize_maint_cmds): Register the above as commands.
7951 * symtab.h (maintenance_list_symtabs,
7952 maintenance_list_psymtabs): New declarations.
7953 * cli/cli-cmds.c (maintenancelistlist): New variable.
7954 (init_cmd_lists): Initialize it.
7955 * cli/cli-cmds.h (maintenancelistlist): New declaration.
7956 * gdbcmd.h (maintenancelistlist): New declaration.
7957 * Makefile.in (symmisc.o): Update dependencies.
7958
7959 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
7960
7961 * s390-nat.c: Include asm/types.h for addr_t.
7962
7963 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
7964
7965 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
7966 actually incoming type.
7967
7968 2003-04-13 Andrew Cagney <cagney@redhat.com>
7969
7970 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
7971 get_next_frame and get_frame_saved_regs.
7972
7973 2003-04-13 Andrew Cagney <cagney@redhat.com>
7974
7975 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
7976 of gdbarch_num_regs.
7977
7978 2003-04-13 Andrew Cagney <cagney@redhat.com>
7979
7980 * frame.h: Mention what replaced what in "struct frame_info".
7981 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
7982 deprecated_update_frame_base_hack and
7983 deprecated_update_frame_pc_hack.
7984 * hppa-tdep.c: Ditto.
7985
7986 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
7987
7988 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
7989 to read_reg and update its comment. Remove regnum member.
7990 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
7991 Don't call read_reg when setting in_reg. Call read_reg to get
7992 the frame base if it's in a register. Return the register number
7993 on the stack instead of in the context. Remove extra arguments
7994 to read_reg.
7995 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
7996 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
7997 the register number on the expression stack.
7998 (needs_frame_read_reg): Remove extra arguments.
7999
8000 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8001
8002 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8003 made non-static.
8004 (execute_stack_op): All callers updated.
8005 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8006 * dwarf2loc.c (find_location_expression): New function.
8007 (dwarf_expr_frame_base): Call it.
8008 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8009 (dwarf2_tracepoint_var_ref): New function, broken out from
8010 locexpr_tracepoint_var_ref.
8011 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8012 Make static.
8013 (loclist_read_variable, loclist_read_needs_frame): New functions.
8014 (loclist_describe_location, loclist_tracepoint_var_ref): New
8015 functions.
8016 (dwarf2_loclist_funcs): New struct location_funcs.
8017 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8018 (struct dwarf2_locexpr_baton): Add comments.
8019 (dwarf2_loclist_funcs): New extern.
8020 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8021 base_address and base_known.
8022 (dwarf_loc_buffer): New variable.
8023 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8024 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8025 (dwarf2_has_info): Initialize dwarf_loc_offset.
8026 (dwarf2_build_psymtabs): Read in .debug_loc.
8027 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8028 DWARF_LOC_SIZE.
8029 (psymtab_to_symtab_1): Likewise. Move base address calculation
8030 here, from...
8031 (dwarf2_get_pc_bounds): ... here. Use the base address from
8032 cu_header.
8033 (dwarf2_symbol_mark_computed): Handle location lists.
8034
8035 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8036
8037 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8038 if the linkage name demangled successfully.
8039
8040 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8041
8042 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8043 disassmbly_flavour): Removed.
8044
8045 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8046
8047 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8048
8049 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8050
8051 2003-04-12 Andrew Cagney <cagney@redhat.com>
8052
8053 * frame.h (struct frame_info): Move definition from here ...
8054 * frame.c (struct frame_info): ... to here.
8055
8056 2003-04-12 Andrew Cagney <cagney@redhat.com>
8057
8058 * gdbthread.h (save_infrun_state): Delete parameter
8059 "prev_func_start".
8060 (struct thread_info): Delete field "prev_func_start".
8061 (load_infrun_state): Ditto.
8062 * thread.c (load_infrun_state, save_infrun_state): Update.
8063 * infrun.c (prev_func_start): Delete variable.
8064 (context_switch, init_wait_for_inferior): Update.
8065 (stop_stepping, keep_going): Update.
8066
8067 2003-04-12 Andrew Cagney <cagney@redhat.com>
8068
8069 * gdbarch.sh: Add missing opaque declarations.
8070 * gdbarch.h: Regnerate.
8071 * symtab.h: Add missing opaque declarations.
8072 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8073 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8074 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8075 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8076 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8077 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8078 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8079 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8080 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8081 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8082 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8083 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8084 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8085
8086 2003-04-11 Andrew Cagney <cagney@redhat.com>
8087
8088 * frame.c (get_frame_id): Return this frame's "id".
8089 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8090 function start.
8091 (legacy_saved_regs_this_id): Replace function body with
8092 internal-error.
8093 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8094 FRAME_OBSTACK_ZALLOC.
8095 (create_new_frame): Mark the frame ID as valid.
8096
8097 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
8098
8099 * Makefile.in (libbfd_h): Added missing setting.
8100 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8101 according to the selected ABI.
8102
8103 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8104
8105 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8106
8107 2003-04-11 Andrew Cagney <cagney@redhat.com>
8108
8109 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8110 SAVED_PC_AFTER_CALL.
8111 * gdbarch.h, gdbarch.c: Regenerate.
8112 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8113 * x86-64-tdep.c (x86_64_init_abi): Update.
8114 * vax-tdep.c (vax_gdbarch_init): Update.
8115 * v850-tdep.c (v850_gdbarch_init): Update.
8116 * sparc-tdep.c (sparc_gdbarch_init): Update.
8117 * sh-tdep.c (sh_gdbarch_init): Update.
8118 * s390-tdep.c (s390_gdbarch_init): Update.
8119 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8120 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8121 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8122 * mips-tdep.c (mips_gdbarch_init): Update.
8123 * mcore-tdep.c (mcore_gdbarch_init): Update.
8124 * m68k-tdep.c (m68k_gdbarch_init): Update.
8125 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8126 * ia64-tdep.c (ia64_gdbarch_init): Update.
8127 (ia64_saved_pc_after_call): Update declaration.
8128 * i386ly-tdep.c (i386lynx_init_abi): Update.
8129 * i386-tdep.c (i386_gdbarch_init): Update.
8130 * hppa-tdep.c (hppa_gdbarch_init): Update.
8131 * h8300-tdep.c (h8300_gdbarch_init): Update.
8132 * frv-tdep.c (frv_gdbarch_init): Update.
8133 * cris-tdep.c (cris_gdbarch_init): Update.
8134 * avr-tdep.c (avr_gdbarch_init): Update.
8135 * arm-tdep.c (arm_gdbarch_init): Update.
8136 * alpha-tdep.c (alpha_gdbarch_init): Update.
8137 * ns32knbsd-nat.c (frame_num_args): Update.
8138 * ns32k-tdep.c (umax_frame_num_args): Update.
8139 * mips-tdep.c (mips_init_frame_pc_first): Update.
8140 * infrun.c (step_over_function): Update.
8141 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8142 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8143 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8144 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8145 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8146 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8147 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8148 * arch-utils.c (init_frame_pc_default): Update.
8149 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8150 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8151 declaration.
8152
8153 2003-04-11 Andrew Cagney <cagney@redhat.com>
8154
8155 * i387-tdep.c: Update copyright.
8156 (i387_to_double): Delete function.
8157 (double_to_i387): Delete function.
8158
8159 2003-04-10 Andrew Cagney <cagney@redhat.com>
8160
8161 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8162 frame's function's address. Simplify.
8163 (d10v_frame_unwind_cache): Check that the frame's function is
8164 non-zero.
8165
8166 2003-04-10 Jim Blandy <jimb@redhat.com>
8167
8168 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8169 call to set_gdbarch_deprecated_push_arguments.
8170
8171 2003-04-10 Andrew Cagney <cagney@redhat.com>
8172
8173 * frame.c (fprint_frame_id): New function.
8174 (fprint_frame_type, fprint_frame): New function.
8175 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8176 (create_sentinel_frame, get_frame_id): Ditto.
8177 (frame_id_p, frame_id_eq): Ditto.
8178 (frame_id_inner, create_new_frame): Ditto.
8179 (legacy_get_prev_frame, get_prev_frame): Ditto.
8180 (deprecated_update_frame_pc_hack): Ditto.
8181 (frame_register_unwind): Ditto.
8182 (deprecated_update_frame_base_hack): Ditto.
8183
8184 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8185
8186 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8187 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8188 frame_chain function.
8189 * Makefile.in: Add dependencies due to above change.
8190
8191 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8192
8193 * blockframe.c (legacy_frame_chain_valid): Move call to
8194 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8195 inside_entry_file.
8196
8197 2003-04-09 Andrew Cagney <cagney@redhat.com>
8198
8199 * frame.h (struct frame_id): Replace "pc" and "base" with
8200 "stack_addr" and "code_addr". Update comments.
8201 (frame_id_build): Update parameter names and comment.
8202 (struct frame_info): Replace "id_p" and "id" with "this_id".
8203 * dummy-frame.c (dummy_frame_this_id): Update.
8204 * breakpoint.c (print_one_breakpoint): Update.
8205 * frame.c (get_frame_id): Update.
8206 (get_frame_base, frame_id_build): Update.
8207 (create_sentinel_frame, legacy_get_prev_frame): Update.
8208 (deprecated_update_frame_base_hack): Update.
8209 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8210 (frame_id_inner): Ditto.
8211
8212 2003-04-09 Andrew Cagney <cagney@redhat.com>
8213
8214 * defs.h (gdb_print_host_address): Make "addr" parameter a
8215 pointer constant.
8216 * utils.c (gdb_print_host_address): Update.
8217
8218 2003-04-09 Kevin Buettner <kevinb@redhat.com>
8219
8220 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8221 register number for R0 is 0.
8222
8223 2003-04-09 J. Brobecker <brobecker@gnat.com>
8224
8225 * frame.h (struct gdbarch): Add opaque structure definition
8226 to avoid a compilation warning on LynxOS 4.0.
8227
8228 2003-04-09 Andrew Cagney <cagney@redhat.com>
8229
8230 * frame.h (struct frame_info): Delete field "pc". Replace
8231 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8232 structure.
8233 * frame.c (frame_pc_unwind): Update.
8234 (create_sentinel_frame): Do not set "pc".
8235 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8236 (get_frame_pc): Call frame_pc_unwind.
8237 (deprecated_update_frame_pc_hack): Update.
8238 (create_new_frame): Use "pc" not "->pc".
8239
8240 2003-04-09 Andrew Cagney <cagney@redhat.com>
8241
8242 * frame.c (get_frame_id): Eliminate code updating "frame".
8243 (legacy_get_prev_frame): Ditto.
8244 (get_frame_base): Return id.base directly.
8245 (deprecated_update_frame_base_hack): Update "id.base".
8246 * frame.h (struct frame_info): Delete field "frame".
8247
8248 2003-04-09 Andrew Cagney <cagney@redhat.com>
8249
8250 * NEWS: Mention that the "Sequent family" is obsolete.
8251 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8252 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8253 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8254 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8255 * config/i386/tm-ptx4.h: Obsolete file.
8256 * config/i386/tm-ptx.h: Obsolete file.
8257 * symm-tdep.c: Obsolete file.
8258 * config/i386/symmetry.mt: Obsolete file.
8259 * config/i386/tm-symmetry.h: Obsolete file.
8260 * symm-nat.c: Obsolete file.
8261 * config/i386/nm-symmetry.h: Obsolete file.
8262 * config/i386/xm-symmetry.h: Obsolete file.
8263 * config/i386/symmetry.mh: Obsolete file.
8264 * config/i386/nm-ptx4.h: Obsolete file.
8265 * config/i386/ptx4.mh: Obsolete file.
8266 * config/i386/ptx.mt: Obsolete file.
8267 * config/i386/ptx.mh: Obsolete file.
8268 * config/i386/xm-ptx4.h: Obsolete file.
8269 * config/i386/xm-ptx.h: Obsolete file.
8270
8271 2003-04-09 Andrew Cagney <cagney@redhat.com>
8272
8273 Obsolete mips*-*-mach3*.
8274 * NEWS: Mention that mips*-*-mach3* is obsolete.
8275 * m3-nat.c: Obsolete file.
8276 * config/nm-m3.h: Obsolete file.
8277 * config/mips/tm-mipsm3.h: Obsolete file.
8278 * config/mips/mipsm3.mt: Obsolete file.
8279 * config/mips/mipsm3.mh: Obsolete file.
8280 * config/mips/xm-mipsm3.h: Obsolete file.
8281 * mipsm3-nat.c: Obsolete file.
8282 * configure.host: Obsolete mips-dec-mach3*.
8283 * configure.tgt: Obsolete mips*-*-mach3*.
8284
8285 2003-04-09 Andrew Cagney <cagney@redhat.com>
8286
8287 * doublest.h: Update copyright.
8288 (deprecated_store_floating, deprecated_extract_floating): Rename
8289 store_floating and extract_floating. Update comments.
8290 * doublest.c: Update copyright.
8291 (extract_floating_by_length): Replace extract_floating.
8292 (store_floating_by_length): Replace store_floating.
8293 (deprecated_extract_floating): New function.
8294 (deprecated_store_floating): New function.
8295 (extract_typed_floating): Call extract_floating_by_length.
8296 (store_typed_floating): Call store_floating_by_length.
8297 * x86-64-tdep.c (x86_64_store_return_value): Update.
8298 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8299 (sh64_extract_return_value): Update.
8300 (sh_sh4_register_convert_to_virtual): Update.
8301 (sh_sh64_register_convert_to_virtual): Update.
8302 (sh_sh4_register_convert_to_raw): Update.
8303 (sh_sh64_register_convert_to_raw): Update.
8304 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8305 (rs6000_register_convert_to_raw): Update.
8306 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8307 (ia64_register_convert_to_raw): Update.
8308 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8309 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8310 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8311 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8312 (alpha_register_convert_to_raw): Update.
8313
8314 2003-04-08 Andrew Cagney <cagney@redhat.com>
8315
8316 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8317 * gdbarch.h, gdbarch.c: Re-generate.
8318 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8319 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8320 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8321 conditionally, use frame_pc_unwind as an alternative. Add
8322 comments.
8323 * arch-utils.c (init_frame_pc_default): Only call
8324 SAVED_PC_AFTER_CALL when available.
8325
8326 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8327
8328 * infrun.c (stop_soon): Rename from stop_soon_quietly.
8329 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8330 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8331 (start_remote): Ditto.
8332 (handle_inferior_event): Ditto.
8333 (save_inferior_status): Ditto.
8334 (restore_inferior_status): Ditto.
8335 * infcmd.c (attach_command): Ditto.
8336 * fork-child.c (startup_inferior): Ditto.
8337 * inferior.h (stop_soon): Rename from stop_soon_quietly.
8338 * alpha-tdep.c (heuristic_proc_start): Ditto.
8339 * mips-tdep.c (heuristic_proc_start): Ditto.
8340 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8341 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8342 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8343 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8344 * remote-vx.c (vx_create_inferior): Ditto.
8345
8346 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8347
8348 * infrun.c (stop_soon_quietly): Make it an enum, to better
8349 override the default behavior of handle_inferior_event.
8350 (clear_proceed_status): Update uses of stop_soon_quietly to
8351 reflect that it is now an enum.
8352 (start_remote): Ditto.
8353 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8354 is set to handle the new GNU/Linux kernel behavior for
8355 attach/sigstop. Update uses of stop_soon_quietly.
8356 * inferior.h (enum stop_kind): New enum.
8357 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8358 Reset normal handle_inferior_event behavior, afterwards.
8359 * fork-child.c (startup_inferior): Update.
8360 * alpha-tdep.c (heuristic_proc_start): Update.
8361 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8362 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8363 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8364 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8365 * remote-vx.c (vx_create_inferior): Update.
8366 * mips-tdep.c (heuristic_proc_start): Update.
8367
8368 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
8369
8370 * disasm.c (dump_insns): Move variables inside loop, or they will
8371 be freed more than once, causing wild memory corruptions.
8372 (gdb_disassembly): Look for the substring "-thread",
8373 instead of "-threads" in the target name, to make sure to find
8374 the 'multi-thread' target. Also, make sure we do the right thing
8375 with the "core" target.
8376
8377 2003-04-07 Kevin Buettner <kevinb@redhat.com>
8378
8379 * mips-tdep.c (mips_print_fp_register): New function, created from
8380 do_fp_register_row(). Registers are now (also) printed as hex.
8381 Only one register is printed per row.
8382 (mips_print_register, do_fp_register_row): Print floating point
8383 registers with mips_print_fp_register().
8384
8385 2003-04-06 Andrew Cagney <cagney@redhat.com>
8386
8387 * valprint.h (inspect_it): Add extern declaration.
8388 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8389 (selectors_info, classes_info): Ditto.
8390 (find_objc_msgcall): Fix indentation.
8391 (objc_printstr): Delete extern declarations.
8392
8393 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8394
8395 2003-04-06 Andrew Cagney <cagney@redhat.com>
8396
8397 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8398 Update comment.
8399 * frame.c (legacy_saved_regs_this_id): Update.
8400 (legacy_get_prev_frame): Update.
8401 * xstormy16-tdep.c: Update comment.
8402 * sparc-tdep.c (sparc_frame_chain): Update comment.
8403 * blockframe.c (legacy_frame_chain_valid): Update.
8404
8405 2003-04-06 Andrew Cagney <cagney@redhat.com>
8406
8407 * valprint.c (val_print_type_code_int): Delete #ifdef
8408 PRINT_TYPELESS_INTEGER code.
8409
8410 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8411 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8412 multi-arch definition.
8413 * gdbarch.h: Re-generate.
8414
8415 2003-04-05 Andrew Cagney <cagney@redhat.com>
8416
8417 Eliminate FRAME_FIND_SAVED_REGS.
8418 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8419 Change FSR parameter to a pointer.
8420 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8421 Assume FSR parameter is a pointer.
8422 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8423 Make fsr a pointer.
8424 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8425 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8426 saved_regs a pointer.
8427 (hppa_frame_saved_pc): Ditto.
8428 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8429 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8430 pointer.
8431 (restore_pc_queue): Make fsr a pointer.
8432 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8433 (hppa_frame_chain): Make saved_regs a pointer, call
8434 hppa_frame_init_saved_regs.
8435 * sparc-tdep.c: Include "gdb_assert.h".
8436 (sparc_frame_find_saved_regs): Replace internal_error with
8437 gdb_assert.
8438 * remote-vxsparc.c (vx_read_register): Delete reference to
8439 FRAME_FIND_SAVED_REGS.
8440 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8441 * gdbarch.h: Regenerate.
8442 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8443 (deprecated_get_frame_saved_regs): Delete declaration.
8444 (struct frame_saved_regs): Delete definition.
8445 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8446 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8447 (hppa_frame_find_saved_regs): Delete declaration.
8448 (FRAME_FIND_SAVED_REGS): Delete macro.
8449 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8450 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8451 FRAME_FIND_SAVED_REGS in comment.
8452
8453 2003-04-05 Andrew Cagney <cagney@redhat.com>
8454
8455 * frame.c (frame_func_unwind, get_frame_func): New functions.
8456 * frame.h (get_frame_func, frame_func_unwind): Declare.
8457 (struct frame_info): Add field "prev_func" for caching the
8458 previous frame's function address.
8459 * arm-tdep.c (arm_frameless_function_invocation): Combine
8460 get_pc_function_start and get_frame_pc into get_frame_func.
8461 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8462 (sh64_nofp_frame_init_saved_regs): Ditto.
8463 * s390-tdep.c (s390_function_start): Ditto.
8464 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8465 (rs6000_frameless_function_invocation): Ditto.
8466 (rs6000_frame_saved_pc): Ditto.
8467 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8468 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8469 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8470 (i386_frame_init_saved_regs): Ditto.
8471 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8472 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8473 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8474 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8475 * blockframe.c (frameless_look_for_prologue): Ditto.
8476
8477 2003-04-05 Andrew Cagney <cagney@redhat.com>
8478
8479 * frame.c (legacy_get_prev_frame): Link prev to next at the
8480 function start. Update comments.
8481
8482 2003-04-05 Andrew Cagney <cagney@redhat.com>
8483
8484 * frame.c (get_frame_id): Update comment.
8485 (legacy_get_prev_frame): Update comment.
8486 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
8487 * gdbarch.h: Regenerate.
8488 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
8489 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
8490
8491 2003-04-05 Andrew Cagney <cagney@redhat.com>
8492
8493 * stack.c (print_frame_info): Use get_frame_pc.
8494
8495 2003-04-04 Andrew Cagney <cagney@redhat.com>
8496
8497 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
8498 the frame's type from the unwinder.
8499 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
8500 (create_new_frame, legacy_get_prev_frame): When the unwinder's
8501 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
8502 (get_frame_base_address): Use get_frame_type.
8503 (get_frame_locals_address, get_frame_args_address): Ditto.
8504 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
8505 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
8506 (struct frame_info): Add comment explaining why the frame contains
8507 a "type" field.
8508 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
8509 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
8510 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
8511 NORMAL_FRAME.
8512 * frame-unwind.h: Include "frame.h".
8513 (struct frame_unwind): Add "type" field.
8514 * Makefile.in (frame_unwind_h): Add $(frame_h).
8515
8516 2003-04-04 Andrew Cagney <cagney@redhat.com>
8517
8518 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
8519 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
8520 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
8521 get_frame_base.
8522 (d10v_unwind_dummy_id): Use frame_id_build.
8523 * frame.c (find_frame_sal): Use get_frame_pc.
8524 (create_new_frame): Use deprecated_update_frame_pc_hack and
8525 deprecated_update_frame_base_hack.
8526 (create_sentinel_frame): Add comment about ->pc going away.
8527 (get_prev_frame): Add comment about ->pc going away.
8528 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
8529 frame_id_build, deprecated_update_frame_pc_hack and
8530 deprecated_update_frame_base_hack.
8531 (select_frame): Use get_frame_pc.
8532 (legacy_saved_regs_this_id): Use frame_id_build.
8533
8534 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
8535
8536 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
8537 signed integer case.
8538 (classify_argument): Handle enumerations and references.
8539
8540 2003-04-04 Andrew Cagney <cagney@redhat.com>
8541
8542 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
8543 ID to NULL.
8544
8545 2003-04-01 Adam Fedor <fedor@gnu.org>
8546
8547 * gdb/objc-lang.c (selectors_info): Replace calls to
8548 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
8549 SYMBOL_NATURAL_NAME.
8550 (classes_info, find_methods): Likewise.
8551
8552 2003-04-03 Kevin Buettner <kevinb@redhat.com>
8553
8554 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
8555 ``mach'' to the value determined by bfd_default_set_arch_mach().
8556
8557 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8558
8559 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
8560 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
8561 (mi-cmd-file.o): Update dependencies.
8562
8563 2003-04-01 Kevin Buettner <kevinb@redhat.com>
8564
8565 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
8566 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
8567
8568 2003-04-01 Adam Fedor <fedor@gnu.org>
8569
8570 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
8571 * language.h (struct language_defn): Add la_demangle.
8572 (language_demangle): Declare.
8573 * language.c (language_demangle): New function.
8574 (unk_lang_demangle): Likewise.
8575 (unknown_language_defn, auto_language_defn, local_language_defn):
8576 Add ukn_lang_demangle.
8577 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
8578 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
8579 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
8580 (cplus_language_defn): Add cplus_demangle for la_demangle element.
8581 * jv-lang.c (java_demangle): New function
8582 (java_language_defn): Use it for la_demangle element.
8583 * objc-lang.c (objc_demangle): Add options argument
8584 (objc_language_defn): Use objc_demangle for la_demangle element.
8585 * maint.c (maintenance_demangle): Replace switch with
8586 call to language_demangle.
8587 * utils.c (fprintf_symbol_filtered): Likewise.
8588
8589 2003-04-01 Andrew Cagney <cagney@redhat.com>
8590
8591 * printcmd.c (print_frame_nameless_args): Delete #ifdef
8592 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
8593 PRINT_TYPELESS_INTEGER.
8594 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
8595 PUSH_RETURN_ADDRESS.
8596
8597 2003-04-01 Andrew Cagney <cagney@redhat.com>
8598
8599 * Makefile.in (d10v-tdep.o): Update dependencies.
8600 * d10v-tdep.c: Include "frame-base.h".
8601 (d10v_frame_unwind): Make constant.
8602 (d10v_frame_base_address): New function.
8603 (d10v_frame_base): New variable.
8604 (d10v_gdbarch_init): Set frame_base default.
8605 (struct d10v_unwind_cache): Add the field "prev_sp". Update
8606 comment for base.
8607 (d10v_frame_unwind_cache): Set and use "prev_sp".
8608 (d10v_frame_this_id): Use the previous frame's inner most stack
8609 address and this frame's func address for the frame ID. Use
8610 frame_id_build. Don't analyze beyond the current instruction.
8611
8612 2003-04-01 Andrew Cagney <cagney@redhat.com>
8613
8614 * frame.h (get_frame_locals_address, get_frame_args_address):
8615 Refer to the base address, instead of the address of the first
8616 local or parameter.
8617
8618 2003-04-01 Andrew Cagney <cagney@redhat.com>
8619
8620 Add frame debug info addresses:
8621 * frame-base.c: New file.
8622 * frame-base.h: New file.
8623 * frame.h (struct frame_base): Add opaque declaration.
8624 (get_frame_base): Update comment.
8625 (get_frame_base_address): Declare.
8626 (get_frame_locals_address): Declare.
8627 (get_frame_args_address): Declare.
8628 (struct frame_info): Add "base" and "base_cache". Update
8629 comments on the unwinder.
8630 * frame.c: Include "frame-base.h".
8631 (get_frame_locals_address): New function.
8632 (get_frame_base_address): New function.
8633 (get_frame_args_address): New function.
8634 * findvar.c (read_var_value): Use get_frame_locals_address and
8635 get_frame_args_address.
8636 * stack.c (frame_info): Use get_frame_locals_address and
8637 get_frame_args_address.
8638 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
8639 moved to "frame-base.c".
8640 * printcmd.c (print_frame_nameless_args): Ditto.
8641 * symtab.h (address_class): Update comments.
8642 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
8643 get_frame_base_address.
8644 * dwarf2expr.c (execute_stack_op): Ditto.
8645 * Makefile.in (frame_base_h): Define.
8646 (frame.o): Update dependencies.
8647 (frame-base.o): Add dependencies.
8648 (SFILES): Add frame-base.c.
8649 (COMMON_OBS): Add frame-base.o.
8650
8651 2003-04-01 Andrew Cagney <cagney@redhat.com>
8652
8653 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
8654 CALL_DUMMY_LENGTH): Ditto.
8655 * gdbarch.c: Re-generate.
8656 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
8657 (CALL_DUMMY_LENGTH): Delete macro.
8658 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
8659 * arm-tdep.c (arm_gdbarch_init): Ditto.
8660 * avr-tdep.c (avr_gdbarch_init): Ditto.
8661 * cris-tdep.c (cris_gdbarch_init): Ditto.
8662 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8663 * frv-tdep.c (frv_gdbarch_init): Ditto.
8664 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8665 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8666 * i386-tdep.c (i386_gdbarch_init): Ditto.
8667 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8668 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8669 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8670 * mips-tdep.c (mips_gdbarch_init): Ditto.
8671 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8672 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8673 * s390-tdep.c (s390_gdbarch_init): Ditto.
8674 * sh-tdep.c (sh_gdbarch_init): Ditto.
8675 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8676 * v850-tdep.c (v850_gdbarch_init): Ditto.
8677 * vax-tdep.c (vax_gdbarch_init): Ditto.
8678 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8679
8680 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
8681
8682 * frame.c (get_prev_frame): Disable call to inside_entry_file().
8683
8684 2003-04-01 Andrew Cagney <cagney@redhat.com>
8685
8686 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
8687 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8688 * gdbarch.h, gdbarch.c: Re-generate.
8689 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8690 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8691 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8692 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8693 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8694 * infcmd.c (run_stack_dummy): Simplify assuming
8695 CALL_DUMMY_BREAKPOINT_OFFSET_P.
8696 * infrun.c (handle_inferior_event): Ditto.
8697 * alpha-tdep.c (alpha_gdbarch_init): Do not set
8698 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
8699 * arm-tdep.c (arm_gdbarch_init): Ditto.
8700 * avr-tdep.c (avr_gdbarch_init): Ditto.
8701 * cris-tdep.c (cris_gdbarch_init): Ditto.
8702 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8703 * frv-tdep.c (frv_gdbarch_init): Ditto.
8704 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8705 * i386-tdep.c (i386_gdbarch_init): Ditto.
8706 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8707 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8708 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8709 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8710 * mips-tdep.c (mips_gdbarch_init): Ditto.
8711 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8712 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8713 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8714 * s390-tdep.c (s390_gdbarch_init): Ditto.
8715 * sh-tdep.c (sh_gdbarch_init): Ditto.
8716 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8717 * v850-tdep.c (v850_gdbarch_init): Ditto.
8718 * vax-tdep.c (vax_gdbarch_init): Ditto.
8719 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8720
8721 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
8722
8723 * symfile.c (symfile_relocate_debug_section): Update call to
8724 bfd_simple_get_relocated_section_contents.
8725
8726 2003-03-31 Andrew Cagney <cagney@redhat.com>
8727
8728 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
8729 * gdbarch.h, gdbarch.c: Regenerate.
8730 * inferior.h (FIX_CALL_DUMMY): Delete macro.
8731 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
8732 available.
8733 * frame.h (generic_fix_call_dummy): Delete declaration.
8734 * dummy-frame.h: Update comment.
8735 * dummy-frame.c (generic_fix_call_dummy): Delete function.
8736 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8737 fix_call_dummy.
8738 * sh-tdep.c (sh_gdbarch_init): Ditto.
8739 * s390-tdep.c (s390_gdbarch_init): Ditto.
8740 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8741 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8742 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8743 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8744 * i386-tdep.c (i386_gdbarch_init): Ditto.
8745 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8746 * frv-tdep.c (frv_gdbarch_init): Ditto.
8747 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8748 * cris-tdep.c (cris_gdbarch_init): Ditto.
8749 * avr-tdep.c (avr_gdbarch_init): Ditto.
8750 * arm-tdep.c (arm_gdbarch_init): Ditto.
8751
8752 2003-03-31 J. Brobecker <brobecker@gnat.com>
8753
8754 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
8755 (INIT_FRAME_AP): Likewise.
8756 (EXTRA_FRAME_INFO): Likewise.
8757
8758 2003-03-31 Andrew Cagney <cagney@redhat.com>
8759
8760 * gdbarch.sh: Include "symfile.h".
8761 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
8762 * gdbarch.h, gdbarch.c: Re-generate.
8763 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
8764 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8765 call_dummy_address, the default is at entry_point_address.
8766 * v850-tdep.c (v850_gdbarch_init): Ditto.
8767 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8768 * sh-tdep.c (sh_gdbarch_init): Ditto.
8769 * s390-tdep.c (s390_gdbarch_init): Ditto.
8770 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8771 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8772 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8773 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8774 * i386-tdep.c (i386_gdbarch_init): Ditto.
8775 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8776 * frv-tdep.c (frv_gdbarch_init): Ditto.
8777 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8778 * cris-tdep.c (cris_gdbarch_init): Ditto.
8779 * arm-tdep.c (arm_gdbarch_init): Ditto.
8780
8781 2003-03-31 Andrew Cagney <cagney@redhat.com>
8782
8783 * gdbarch.sh (CALL_DUMMY_P): Delete.
8784 * gdbarch.h, gdbarch.c: Re-generate.
8785 * inferior.h (CALL_DUMMY_P): Delete macro.
8786 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8787 * vax-tdep.c (vax_gdbarch_init): Update.
8788 * v850-tdep.c (v850_gdbarch_init): Update.
8789 * sparc-tdep.c (sparc_gdbarch_init): Update.
8790 * sh-tdep.c (sh_gdbarch_init): Update.
8791 * s390-tdep.c (s390_gdbarch_init): Update.
8792 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8793 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8794 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8795 * mips-tdep.c (mips_gdbarch_init): Update.
8796 * mcore-tdep.c (mcore_gdbarch_init): Update.
8797 * m68k-tdep.c (m68k_gdbarch_init): Update.
8798 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8799 * ia64-tdep.c (ia64_gdbarch_init): Update.
8800 * i386-tdep.c (i386_gdbarch_init): Update.
8801 * h8300-tdep.c (h8300_gdbarch_init): Update.
8802 * frv-tdep.c (frv_gdbarch_init): Update.
8803 * d10v-tdep.c (d10v_gdbarch_init): Update.
8804 * cris-tdep.c (cris_gdbarch_init): Update.
8805 * breakpoint.c (deprecated_frame_in_dummy): Update.
8806 * avr-tdep.c (avr_gdbarch_init): Update.
8807 * alpha-tdep.c (alpha_gdbarch_init): Update.
8808 * arm-tdep.c (arm_gdbarch_init): Update.
8809 * dummy-frame.c (dummy_frame_this_id): Update comments.
8810 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
8811 * frame.c (legacy_get_prev_frame): Ditto.
8812 * valops.c (call_function_by_hand): Delete function.
8813 (hand_function_call): Rename to call_function_by_hand
8814
8815 2003-03-30 Andrew Cagney <cagney@redhat.com>
8816
8817 2002-11-10 Klee Dienes <kdienes@apple.com>
8818 * value.h (struct value): Update comment.
8819
8820 2003-03-30 Andrew Cagney <cagney@redhat.com>
8821
8822 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
8823 D10V_FP_REGNUM.
8824 (d10v_gdbarch_init): Do not set fp_regnum.
8825
8826 * frame.c (get_frame_base): Force ID initialization.
8827 (get_prev_frame): Move computation of the frame ID from here ...
8828 (get_frame_id): ... to here.
8829 (legacy_get_prev_frame): Mark the frame ID as valid.
8830 * frame.h (struct frame_info): Add field "id_p".
8831
8832 2003-03-30 Mark Kettenis <kettenis@gnu.org>
8833
8834 * i386-tdep.c (i386_store_struct_return): Removed.
8835 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
8836
8837 2003-03-30 Andrew Cagney <cagney@redhat.com>
8838
8839 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
8840 * gdbarch.h, gdbarch.c: Regenerate.
8841 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
8842 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8843 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8844 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8845 * i386-tdep.c (i386_gdbarch_init): Ditto.
8846 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8847 * cris-tdep.c (cris_gdbarch_init): Ditto.
8848 * vax-tdep.c (vax_gdbarch_init): Ditto.
8849 * s390-tdep.c (s390_gdbarch_init): Ditto.
8850 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8851 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8852 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8853 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
8854 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
8855 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
8856 * sparc-tdep.c (sparc_gdbarch_init): Update.
8857 * sh-tdep.c (sh_gdbarch_init): Update.
8858 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8859 * mips-tdep.c (mips_gdbarch_init): Update.
8860 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8861 * ia64-tdep.c (ia64_gdbarch_init): Update.
8862 * frv-tdep.c (frv_gdbarch_init): Update.
8863 * avr-tdep.c (avr_gdbarch_init): Update.
8864 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
8865 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
8866 instead of when push_dummy_call is not available.
8867
8868 2003-03-30 Andrew Cagney <cagney@redhat.com>
8869
8870 * infttrace.c: Include "gdbthread.h".
8871 (parent_attach_all): Fix function signature.
8872 (call_ptrace): Update call.
8873 * Makefile.in (infttrace.o): Update dependencies.
8874
8875 2003-03-30 Andrew Cagney <cagney@redhat.com>
8876
8877 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
8878 PUSH_RETURN_ADDRESS.
8879 * gdbarch.h, gdbarch.c: Regenerate.
8880 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8881 * x86-64-tdep.c (x86_64_init_abi): Update.
8882 * v850-tdep.c (v850_gdbarch_init): Update.
8883 * sparc-tdep.c (sparc_gdbarch_init): Update.
8884 * sh-tdep.c (sh_gdbarch_init): Update.
8885 * s390-tdep.c (s390_gdbarch_init): Update.
8886 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8887 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8888 * mips-tdep.c (mips_gdbarch_init): Update.
8889 * mcore-tdep.c (mcore_gdbarch_init): Update.
8890 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8891 * ia64-tdep.c (ia64_gdbarch_init): Update.
8892 * i386-tdep.c (i386_gdbarch_init): Update.
8893 * h8300-tdep.c (h8300_gdbarch_init): Update.
8894 * frv-tdep.c (frv_gdbarch_init): Update.
8895 * cris-tdep.c (cris_gdbarch_init): Update.
8896 * avr-tdep.c (avr_gdbarch_init): Update.
8897 * arm-tdep.c (arm_gdbarch_init): Update.
8898 * valops.c (hand_function_call): Update.
8899
8900 2003-03-29 Andrew Cagney <cagney@redhat.com>
8901
8902 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
8903 sizeof_call_dummy_words.
8904 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
8905 define.
8906 * gdbarch.h: Regenerate.
8907
8908 2003-03-29 Andrew Cagney <cagney@redhat.com>
8909
8910 * infttrace.h: New file.
8911 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
8912 (hpread_get_textlow): Detect an uninitialized dn_bufp.
8913 (hpread_read_doc_function_type): Detect an initialized type1.
8914 (hpread_quick_traverse): Initialize mod_name_string.
8915 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
8916 (som_solib_get_solib_by_pc): Declare.
8917 (so_lib_thread_start_addr): Declare.
8918 (no_shared_libraries): Declare.
8919 * somread.c (init_import_symbols): Make static. Add forward
8920 declaration.
8921 * config/pa/nm-hppah.h: Include "infttrace.h" for
8922 parent_attach_all.
8923 (hppa_insert_hw_watchpoint): Declare.
8924 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
8925 * hppah-nat.c: Include "gdb_string.h".
8926 (parent_attach_all): Delete extern declaration, moved to
8927 "infttrace.h".
8928 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
8929 int.
8930 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
8931 * Makefile.in (infttrace_h): Define.
8932 (hpread.o): Update dependencies.
8933 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
8934 * hppa-hpux-tdep.c: Include "gdb_string.h".
8935 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
8936 * infrun.c (handle_inferior_event): Always initialize
8937 stepped_after_stopped_by_watchpoint. Add default and remove
8938 fallthrough in switch statement.
8939 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
8940 parameter to int.
8941 (hppa_remove_hw_watchpoint): Ditto.
8942
8943 2003-03-29 Andrew Cagney <cagney@redhat.com>
8944
8945 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
8946 offset.
8947
8948 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
8949
8950 * arm-tdep.c (arm_push_arguments): Delete.
8951 (struct stack_item): New type.
8952 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
8953 (arm_store_struct_return): Delte.
8954 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
8955 arm_push_arguments or arm_store_struct_return.
8956
8957 2003-03-28 Andrew Cagney <cagney@redhat.com>
8958
8959 * Makefile.in (d10v-tdep.o): Update dependencies.
8960 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
8961 * d10v-tdep.c: Include "remote.h".
8962 (target_resume_hook): Delete extern declaration.
8963 (target_wait_loop_hook): Ditto.
8964 (tdisassemble_command): Eliminate assignment in "if" conditional.
8965 (d10v_ts2_register_sim_regno): Eliminate call to
8966 legacy_register_sim_regno.
8967 (d10v_ts3_register_sim_regno): Ditto.
8968
8969 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
8970
8971 * thread.c: Reindented.
8972 * lin-lwp.c: Ditto.
8973 * linux-proc.c: Ditto.
8974
8975 2003-03-28 Bob Rossi <bob_rossi@cox.net>
8976
8977 * MAINTAINERS (write after approval): Add myself.
8978
8979 2003-03-27 Theodore A. Roth <troth@openavr.org>
8980
8981 * objc-exp.y: Add missing semi-colons.
8982
8983 2003-03-27 Andrew Cagney <cagney@redhat.com>
8984
8985 * regcache.c (write_sp): Delete function and references.
8986 * inferior.h (write_sp): Delete declaration.
8987 * valops.c (hand_function_call): Replace write_sp with
8988 TARGET_WRITE_SP.
8989 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
8990 (sparc_pop_frame): Ditto.
8991
8992 2003-03-27 Andrew Cagney <cagney@redhat.com>
8993
8994 * NEWS: Mention removal of support for hppa*-*-bsd* and
8995 hppa*-*-osf* natives, and hppa*-*-pro* target.
8996 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
8997 * config/pa/xm-pa.h: Obsolete file.
8998 * config/pa/xm-hppab.h: Obsolete file.
8999 * config/pa/nm-hppab.h: Obsolete file.
9000 * config/pa/tm-hppab.h: Obsolete file.
9001 * config/pa/tm-hppao.h: Obsolete file.
9002 * config/pa/nm-hppao.h: Obsolete file.
9003 * config/pa/tm-pro.h: Obsolete file.
9004 * config/pa/hppaosf.mt: Obsolete file.
9005 * config/pa/hppaosf.mh: Obsolete file.
9006 * config/pa/hppapro.mt: Obsolete file.
9007 * config/pa/hppabsd.mt: Obsolete file.
9008 * config/pa/hppabsd.mh: Obsolete file.
9009 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9010 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9011 hppa*-*-osf*.
9012
9013 2003-03-27 Andrew Cagney <cagney@redhat.com>
9014
9015 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9016 push_arguments. Don't set push_return_address or write_sp.
9017 (d10v_push_dummy_call): Replace d10v_push_arguments.
9018 (d10v_push_return_address, d10v_write_sp): Delete function,
9019 handled by push_dummy_call.
9020
9021 2003-03-26 Andrew Cagney <cagney@redhat.com>
9022
9023 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9024 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9025 regcache and dummy_addr parameters.
9026 * gdbarch.h, gdbarch.c: Re-generate.
9027 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9028 available; assume it will handle stack alignment and return
9029 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9030 legacy_push_arguments.
9031 (legacy_push_arguments): Rename default_push_arguments.
9032 * value.h (legacy_push_arguments): Rename default_push_arguments.
9033 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9034 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9035 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9036 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9037 * config/i386/tm-symmetry.h: Update.
9038 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9039 * x86-64-tdep.c (x86_64_init_abi): Update.
9040 * v850-tdep.c (v850_gdbarch_init): Update.
9041 * sparc-tdep.c (sparc_gdbarch_init): Update.
9042 * sh-tdep.c (sh_gdbarch_init): Update.
9043 * s390-tdep.c (s390_gdbarch_init): Update.
9044 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9045 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9046 * mips-tdep.c (mips_gdbarch_init): Update.
9047 * mcore-tdep.c (mcore_gdbarch_init): Update.
9048 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9049 * ia64-tdep.c (ia64_gdbarch_init): Update.
9050 * i386-tdep.c (i386_gdbarch_init): Update.
9051 * hppa-tdep.c (hppa_gdbarch_init): Update.
9052 * h8300-tdep.c (h8300_gdbarch_init): Update.
9053 * frv-tdep.c (frv_gdbarch_init): Update.
9054 * d10v-tdep.c (d10v_gdbarch_init): Update.
9055 * cris-tdep.c (cris_gdbarch_init): Update.
9056 * avr-tdep.c (avr_gdbarch_init): Update.
9057 * arm-tdep.c (arm_gdbarch_init): Update.
9058 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9059 * alpha-tdep.c (alpha_gdbarch_init): Update.
9060
9061 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9062
9063 * signals/signals.c (do_target_signal_to_host): Correct realtime
9064 signal range test.
9065
9066 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9067
9068 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9069 (struct sal_chain, map_catch_names): Remove.
9070 (catch_exception_command_1): Don't call
9071 handle_gnu_4_16_catch_command.
9072
9073 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9074
9075 From Mark Dettinger <dettinge@de.ibm.com>:
9076 * dwarf2cfi.c (read_2u): Increment pointer by two.
9077
9078 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9079
9080 * signals/signals.c: Fix typos in last change.
9081
9082 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9083
9084 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9085 not already defined. Use __SIGRTMIN if available.
9086 (target_signal_from_host): Remove SIGRTMIN block.
9087 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9088 the signal is within the realtime range.
9089
9090 2003-03-25 Adam Fedor <fedor@gnu.org>
9091
9092 * Makefile.in (infrun.o): Add $(language_h)
9093 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9094 for language specific trampolines.
9095 * language.h (struct language_defn): Add skip_trampoline.
9096 (skip_language_trampoline): Declare.
9097 * language.c (unk_lang_trampoline, skip_language_trampoline):
9098 New functions.
9099 (unknown_language_defn, auto_language_defn, local_language_defn):
9100 Add ukn_lang_trampoline.
9101 * ada-lang.c (ada_language_defn): Add NULL for language
9102 specific skip_trampoline.
9103 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9104 scm-lang.c: Likewise.
9105 * objc-lang.c (objc_skip_trampoline): New function.
9106 (objc_language_defn): Add objc_skip_trampoline.
9107
9108 2003-03-25 Andrew Cagney <cagney@redhat.com>
9109
9110 * frame.c (get_prev_frame): Delay validating a frame's ID -
9111 non-NULL, didn't go backwards - until an attempt to unwind it to
9112 the previous frame.
9113
9114 2003-03-25 Andrew Cagney <cagney@redhat.com>
9115
9116 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9117 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9118 * gdbarch.h, gdbarch.c: Re-generate.
9119 * config/sparc/tm-sparc.h
9120 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9121 * sparc-tdep.c (sparc_gdbarch_init): Set
9122 deprecated_extra_stack_alignment_needed.
9123 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9124 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9125 extra_stack_alignment_needed.
9126 * v850-tdep.c (v850_gdbarch_init): Ditto.
9127 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9128 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9129 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9130 * cris-tdep.c (cris_gdbarch_init): Ditto.
9131 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9132 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9133
9134 2003-03-25 Andrew Cagney <cagney@redhat.com>
9135
9136 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9137 STORE_STRUCT_RETURN.
9138 * gdbarch.h, gdbarch.c: Regenerate.
9139 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9140 (d10v_push_arguments): Set the struct return register.
9141 (d10v_gdbarch_init): Update.
9142 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9143 * x86-64-tdep.c (x86_64_init_abi): Update.
9144 * vax-tdep.c (vax_gdbarch_init): Update.
9145 * v850-tdep.c (v850_gdbarch_init): Update.
9146 * sparc-tdep.c (sparc_gdbarch_init): Update.
9147 * sh-tdep.c (sh_gdbarch_init): Update.
9148 * s390-tdep.c (s390_gdbarch_init): Update.
9149 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9150 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9151 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9152 * mips-tdep.c (mips_gdbarch_init): Update.
9153 * mcore-tdep.c (mcore_gdbarch_init): Update.
9154 * m68k-tdep.c (m68k_gdbarch_init): Update.
9155 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9156 * ia64-tdep.c (ia64_gdbarch_init): Update.
9157 * i386-tdep.c (i386_gdbarch_init): Update.
9158 * hppa-tdep.c (hppa_gdbarch_init): Update.
9159 * h8300-tdep.c (h8300_gdbarch_init): Update.
9160 * frv-tdep.c (frv_gdbarch_init): Update.
9161 * cris-tdep.c (cris_gdbarch_init): Update.
9162 * avr-tdep.c (avr_gdbarch_init): Update.
9163 * arm-tdep.c (arm_gdbarch_init): Update.
9164 * alpha-tdep.c (alpha_gdbarch_init): Update.
9165
9166 2003-03-25 Andrew Cagney <cagney@redhat.com>
9167
9168 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9169 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9170 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9171 * gdbarch.h, gdbarch.c: Regenerate.
9172 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9173 call_dummy_stack_adjust_p.
9174 * vax-tdep.c (vax_gdbarch_init): Ditto.
9175 * v850-tdep.c (v850_gdbarch_init): Ditto.
9176 * sh-tdep.c (sh_gdbarch_init): Ditto.
9177 * s390-tdep.c (s390_gdbarch_init): Ditto.
9178 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9179 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9180 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9181 * mips-tdep.c (mips_gdbarch_init): Ditto.
9182 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9183 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9184 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9185 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9186 * i386-tdep.c (i386_gdbarch_init): Ditto.
9187 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9188 * frv-tdep.c (frv_gdbarch_init): Ditto.
9189 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9190 * cris-tdep.c (cris_gdbarch_init): Ditto.
9191 * avr-tdep.c (avr_gdbarch_init): Ditto.
9192 * arm-tdep.c (arm_gdbarch_init): Ditto.
9193 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9194 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9195 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9196 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9197 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9198 call_dummy_stack_adjust_p.
9199 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9200 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9201 * sparc-tdep.c (sparc32_push_arguments): Update.
9202 * valops.c (hand_function_call): Update.
9203
9204 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
9205
9206 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9207 set_gdbarch_char_signed.
9208
9209 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9210
9211 PR cli/548
9212 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9213
9214 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9215
9216 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9217 (_initialize_arm_tdep): Don't set tm_print_insn.
9218
9219 2003-03-24 Adam Fedor <fedor@gnu.org>
9220
9221 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9222 * objc-lang.h: Add multiple inclusion protection.
9223 (start_msglist, add_msglist, end_msglist): Additional declarations.
9224
9225 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
9226
9227 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9228 value was renamed to ARM_FLOAT_SOFT_FPA.
9229
9230 2003-03-23 Andrew Cagney <cagney@redhat.com>
9231
9232 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9233 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9234 * gdbarch.h, gdbarch.c: Regenerate.
9235 * valops.c (hand_function_call): Update.
9236 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9237 * frame.c (legacy_saved_regs_this_id): Update.
9238 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9239 * dummy-frame.h: Update.
9240 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9241 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9242 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9243 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9244 * config/m68k/tm-sun3.h: Update.
9245 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9246 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9247 * x86-64-tdep.c (x86_64_init_abi): Update.
9248 * vax-tdep.c (vax_gdbarch_init): Update.
9249 * v850-tdep.c (v850_gdbarch_init): Update.
9250 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9251 * sh-tdep.c (sh_gdbarch_init): Update.
9252 * s390-tdep.c (s390_gdbarch_init): Update.
9253 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9254 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9255 (frame_get_saved_regs): Update.
9256 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9257 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9258 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9259 * mips-tdep.c (mips_gdbarch_init): Update.
9260 * mcore-tdep.c (mcore_gdbarch_init): Update.
9261 * m68k-tdep.c (m68k_gdbarch_init): Update.
9262 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9263 * ia64-tdep.c (ia64_gdbarch_init): Update.
9264 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9265 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9266 (i386_interix_back_one_frame): Update.
9267 * hppa-tdep.c (hppa_gdbarch_init): Update.
9268 (hppa_init_extra_frame_info): Update.
9269 * h8300-tdep.c (h8300_gdbarch_init): Update.
9270 * frv-tdep.c (frv_gdbarch_init): Update.
9271 * cris-tdep.c (cris_gdbarch_init): Update.
9272 * avr-tdep.c (avr_gdbarch_init): Update.
9273 * arm-tdep.c (arm_gdbarch_init): Update.
9274 * alpha-tdep.c (alpha_gdbarch_init): Update.
9275
9276 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9277
9278 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9279 (arm_get_fp_model): Declare.
9280 * arm-tdep.c (fp_model_strings): New string array.
9281 (arm_fp_model, current_fp_model): New variables.
9282 (arm_get_fp_model): New function.
9283 (arm_set_fp): New function.
9284 (set_fp_model_sfunc): New function.
9285 (show_fp_model): New function.
9286 (_initialize_arm_tdep): Add new command to set/show the FPU.
9287 (arm_extract_return_value): Use arm_get_fp_model.
9288 (arm_store_return_value): Likewise.
9289 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9290 to initialize the floating-point data types.
9291 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9292 model is FPA.
9293
9294 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9295
9296 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9297 the current setting of each value.
9298 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
9299 new_set and new_show. Use add_setshow_cmd_full and
9300 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9301 commands and add new version as subcommands of "set/show arm".
9302
9303 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9304
9305 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9306 (set_arm_command, show_arm_command): New functions.
9307 (_initialize_arm_tdep): Add them.
9308 (num_disassembly_options): Renamed from num_flavor_options.
9309 (valid_disassembly_styles): Renamed from valid_flavors.
9310 (disassembly_style): Renamed from disassembly_flavor.
9311 (set_disassembly_style_sfunc): Renamed from
9312 set_disassembly_flavor_sfunc.
9313 (set_disassembly_style): Renamed from set_disassembly_flavor.
9314 (arm_othernames): Updated.
9315 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9316 command. Add "set/show arm disassembly" commands. Deprecate
9317 "othernames" command.
9318
9319 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9320
9321 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9322 (arm-tdep.o): Depend on elf_arm_h.
9323
9324 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9325
9326 * Makefile.in (coff_internal_h): Define.
9327 (arm-tdep.o): Update dependencies.
9328
9329 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9330
9331 * arm-tdep.c (prologue_cache): Delete.
9332 (check_prologue_cache, save_prologue_cache): Delete.
9333 (arm_scan_prologue): Don't check or update the prologue_cache.
9334 (arm_gdb_arch_init): Don't initialize it.
9335 (_initialize_arm_tdep): Likewise.
9336
9337 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9338
9339 * MAINTAINERS (tui): Maintainer of tui code.
9340
9341 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
9342
9343 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9344 (i386-cygwin-tdep.o): Add dependencies.
9345 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9346 * i386-cygwin-tdep.c: New file.
9347 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9348 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9349
9350 2003-03-20 Andrew Cagney <cagney@redhat.com>
9351
9352 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9353 (handle_inferior_event): Remove code calling
9354 DYNAMIC_TRAMPOLINE_NEXTPC.
9355
9356 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9357 already has a full path.
9358
9359 * main.c (gdb_main): Return 1.
9360 (captured_main): Call error to report an invalid interpreter.
9361
9362 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9363 * alpha-osf1-tdep.c: Include "gdb_string.h".
9364
9365 2003-03-19 J. Brobecker <brobecker@gnat.com>
9366
9367 Continuing work to convert the hppa targets to multiarch partial.
9368
9369 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9370 method, now that hppa_push_dummy_frame has a conformant prototype.
9371 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9372 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9373 for the switch to multiarch partial.
9374
9375 2003-03-19 Kevin Buettner <kevinb@redhat.com>
9376
9377 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9378 when iss is issNull.
9379
9380 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9381
9382 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9383 NUM_REGS bounds check.
9384
9385 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9386
9387 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9388 * mips-tdep.c (gdb_assert.h): Include.
9389 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9390 (mips_register_name): Handle integer registers explicitly. Add
9391 bounds checking.
9392 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9393 (mips_lsi33k_reg_names): Don't list integer registers; they're
9394 handled by mips_register_name() now.
9395 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9396 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9397 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9398 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9399 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9400
9401 2003-03-18 Andrew Cagney <cagney@redhat.com>
9402
9403 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9404 a void pointer.
9405 * gdbtypes.h (print_scalar_formatted): Update declaration.
9406 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9407
9408 2003-03-18 J. Brobecker <brobecker@gnat.com>
9409
9410 * infrun.c (observer.h): Add #include.
9411 (normal_stop): Add call to observer_notify_normal_stop.
9412 * Makefile.in (infrun.o): Add dependency on observer.h.
9413
9414 2003-03-18 J. Brobecker <brobecker@gnat.com>
9415
9416 Continuing work to convert the hppa targets to multiarch partial.
9417 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9418 parameter. Reformat comment.
9419 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9420 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9421 to match new profile.
9422
9423 2003-03-18 J. Brobecker <brobecker@gnat.com>
9424
9425 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9426 appear to be working in any case.
9427
9428 2003-03-18 J. Brobecker <brobecker@gnat.com>
9429
9430 * observer.c (observer_test_first_observer): New static variable.
9431 (observer_test_second_observer): Likewise.
9432 (observer_test_third_observer): Likewise.
9433 (observer_test_first_notification_function): New static function.
9434 (observer_test_second_notification_function): Likewise.
9435 (observer_test_third_notification_function): Likewise.
9436
9437 2003-03-17 J. Brobecker <brobecker@gnat.com>
9438
9439 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9440 * somsolib.c (gdb_assert.h): Likewise.
9441 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9442 (somsolib.o): Likewise.
9443
9444 2003-03-17 Andrew Cagney <cagney@redhat.com>
9445
9446 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9447 BFD. Simplify setting of di.endian.
9448
9449 2003-03-17 Andrew Cagney <cagney@redhat.com>
9450
9451 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9452 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9453
9454 From Elena Zannoni <ezannoni@redhat.com>
9455 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9456 vector and floating-point parameters.
9457 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9458 convention.
9459 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9460
9461 2003-03-17 Fernando Nasser <fnasser@redhat.com>
9462
9463 * MAINTAINERS: Remove my name from several maintainership roles.
9464
9465 2003-03-17 Andrew Cagney <cagney@redhat.com>
9466
9467 Fix frame off-by-one bug.
9468 * frame-unwind.h (frame_this_id_ftype): Replace
9469 frame_unwind_id_ftype.
9470 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9471 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9472 with "prev_register".
9473 * frame-unwind.c (frame_unwind_find_by_pc): Return
9474 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9475 comment.
9476 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9477 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9478 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9479 (dummy_frame_unwind): Update.
9480 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9481 sentinel_frame_register_unwind.
9482 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9483 (sentinel_frame_unwinder): Update.
9484 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9485 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
9486 * frame.c (create_sentinel_frame): Update. Initialize
9487 "prologue_cache" instead of "unwind_cache".
9488 (frame_register_unwind): Call this frame's prev_register with the
9489 next frame and this frame's prologue cache.
9490 (get_prev_frame): Simplify. Always call prev frame's this_id with
9491 this frame and prev frame's prologue cache. Document that this
9492 call is shifted one to the left when compared to the
9493 frame_register_unwind call.
9494 (legacy_saved_regs_prev_register): Replace
9495 frame_saved_regs_register_unwind.
9496 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
9497 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
9498 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9499 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
9500 (d10v_frame_unwind): Update.
9501 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
9502 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
9503 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
9504 "saved_regs" with "this_saved_regs".
9505
9506 2003-03-16 Andrew Cagney <cagney@redhat.com>
9507
9508 * frame.c (frame_pop): Don't call target_store_registers. Fix
9509 problem reported by Mark Kettenis.
9510
9511 2003-03-16 Mark Kettenis <kettenis@gnu.org>
9512
9513 * i386-tdep.c (i386_register_type): Renamed from
9514 i386_register_virtual_type. Adjust function signature.
9515 (i386_gdbarch_init): Set register_type instead of
9516 deprecated_max_register_raw_size,
9517 deprecated_max_register_virtual_size and register_virtual_type.
9518
9519 2003-03-14 Andrew Cagney <cagney@redhat.com>
9520
9521 * frame.c (get_prev_frame): When a legacy frame, always call
9522 legacy_get_prev_frame. Simplify unwind code using assumption that
9523 the unwinder is new.
9524 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
9525 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
9526 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
9527
9528 2003-03-14 Andrew Cagney <cagney@redhat.com>
9529
9530 * frame.c (get_saved_register): Delete function.
9531 * frame.h (get_saved_register): Delete declaration.
9532 * xstormy16-tdep.c: Update comment.
9533 * regcache.h: Update comments.
9534 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
9535 get_saved_register and extract_address, use
9536 frame_read_unsigned_register.
9537 (sparc_frame_saved_pc): Ditto.
9538 (sparc_get_saved_register): Instead of get_saved_register, use
9539 frame_register.
9540 (sparc_pop_frame): Ditto.
9541 * findvar.c: Update comments.
9542 (value_of_register): Call frame_register instead of
9543 get_saved_register.
9544 (value_from_register): Ditto.
9545 * config/sparc/tm-sparc.h: Update comment.
9546 * breakpoint.c: Update comment.
9547
9548 2003-03-14 Andrew Cagney <cagney@redhat.com>
9549
9550 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
9551 GET_SAVED_REGISTER.
9552 * gdbarch.h, gdbarch.c: Re-generate.
9553 * frame.h: Update comments.
9554 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9555 * x86-64-tdep.c (x86_64_init_abi): Update.
9556 * sparc-tdep.c (sparc_gdbarch_init): Update.
9557 * sh-tdep.c (sh_gdbarch_init): Update.
9558 * mips-tdep.c (mips_gdbarch_init): Update.
9559 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9560 * cris-tdep.c (cris_gdbarch_init): Update.
9561 * ia64-tdep.c (ia64_gdbarch_init): Update.
9562 * frame.c (frame_register): Update.
9563 (get_saved_register): Update.
9564 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
9565
9566 2003-03-13 Andrew Cagney <cagney@redhat.com>
9567
9568 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
9569 * gdbarch.h, gdbarch.c: Regenerate.
9570 * valops.c (hand_function_call): Update comment.
9571 * stack.c (return_command): Update comment.
9572 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
9573 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
9574 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9575 * x86-64-tdep.c (x86_64_init_abi): Update.
9576 * vax-tdep.c (vax_gdbarch_init): Update.
9577 * v850-tdep.c (v850_gdbarch_init): Update.
9578 * sparc-tdep.c (sparc_gdbarch_init): Update.
9579 * sh-tdep.c (sh_gdbarch_init): Update.
9580 * s390-tdep.c (s390_gdbarch_init): Update.
9581 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9582 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9583 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9584 * mips-tdep.c (mips_gdbarch_init): Update.
9585 * mcore-tdep.c (mcore_gdbarch_init): Update.
9586 * m68k-tdep.c (m68k_gdbarch_init): Update.
9587 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9588 * ia64-tdep.c (ia64_gdbarch_init): Update.
9589 * i386-tdep.c (i386_gdbarch_init): Update.
9590 * hppa-tdep.c (hppa_gdbarch_init): Update.
9591 * h8300-tdep.c (h8300_gdbarch_init): Update.
9592 * frv-tdep.c (frv_gdbarch_init): Update.
9593 * cris-tdep.c (cris_gdbarch_init): Update.
9594 * avr-tdep.c (avr_gdbarch_init): Update.
9595 * arm-tdep.c (arm_gdbarch_init): Update.
9596 * alpha-tdep.c (alpha_gdbarch_init): Update.
9597
9598 2003-03-13 Andrew Cagney <cagney@redhat.com>
9599
9600 * frame.c (legacy_frame_p): New function.
9601 (get_prev_frame): Use legacy_frame_p.
9602 * frame.h (legacy_frame_p): Declare.
9603
9604 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9605
9606 * MAINTAINERS (write after approval): Alphabetically
9607 listing corrected.
9608
9609 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9610
9611 * MAINTAINERS (write after approval): Add myself.
9612
9613 2003-03-12 Andrew Cagney <cagney@redhat.com>
9614
9615 * frame.c (get_prev_frame): Rename the frame parameter to
9616 "this_frame".
9617 (get_next_frame, legacy_get_prev_frame): Ditto.
9618
9619 2003-03-12 Andrew Cagney <cagney@redhat.com>
9620
9621 * frame.c (get_current_frame): Check target_has_registers before
9622 checking target_has_stack.
9623 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
9624 instead of deprecated_selected_frame.
9625 * findvar.c (value_of_register): Pass "frame", not
9626 deprecated_selected_frame, to value_of_builtin_reg.
9627
9628 2003-03-12 Andrew Cagney <cagney@redhat.com>
9629
9630 * regcache.c (regcache_cooked_write_signed): New function.
9631 (regcache_cooked_write_unsigned): New function.
9632 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
9633 (regcache_cooked_read_signed): Fix regnum in range assertion.
9634 * regcache.h (regcache_cooked_write_signed): Declare.
9635 (regcache_cooked_write_unsigned): Declare.
9636
9637 2003-03-12 Andrew Cagney <cagney@redhat.com>
9638
9639 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
9640 * gdbarch.h, gdbarch.c: Re-generate.
9641 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9642 * x86-64-tdep.h: Update.
9643 * x86-64-tdep.c (x86_64_init_abi): Update.
9644 * v850-tdep.c (v850_gdbarch_init): Update.
9645 * sparc-tdep.c (sparc_gdbarch_init): Update.
9646 * sh-tdep.c (sh_gdbarch_init): Update.
9647 * s390-tdep.c (s390_gdbarch_init): Update.
9648 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9649 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9650 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9651 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9652 * mips-tdep.c (mips_gdbarch_init): Update.
9653 * mcore-tdep.c (mcore_gdbarch_init): Update.
9654 * m68k-tdep.c (m68k_gdbarch_init): Update.
9655 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9656 * ia64-tdep.c (ia64_gdbarch_init): Update.
9657 * i386-tdep.c (i386_gdbarch_init): Update.
9658 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9659 * hppa-tdep.c (hppa_gdbarch_init): Update.
9660 * h8300-tdep.c (h8300_gdbarch_init): Update.
9661 * frv-tdep.c (frv_gdbarch_init): Update.
9662 * cris-tdep.c (cris_gdbarch_init): Update.
9663 * avr-tdep.c (avr_gdbarch_init): Update.
9664 * arm-tdep.c (arm_gdbarch_init): Update.
9665 * alpha-tdep.c (alpha_gdbarch_init): Update.
9666 * sh-tdep.c (sh_init_extra_frame_info): Update.
9667 (sh64_init_extra_frame_info): Update.
9668 * ns32knbsd-nat.c (frame_num_args): Update.
9669 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
9670 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
9671 (xstormy16_frame_chain_valid): Update.
9672 * vax-tdep.c (vax_saved_pc_after_call): Update.
9673 * v850-tdep.c (v850_frame_chain): Update.
9674 (v850_pop_frame): Update.
9675 (v850_init_extra_frame_info): Update.
9676 * sparc-tdep.c (setup_arbitrary_frame): Update.
9677 * ns32k-tdep.c (umax_frame_num_args): Update.
9678 * s390-tdep.c (s390_pop_frame_regular): Update.
9679 * mn10300-tdep.c (mn10300_frame_chain): Update.
9680 (mn10300_pop_frame_regular): Update.
9681 (mn10300_init_extra_frame_info): Update.
9682 * mips-tdep.c (mips_init_frame_pc_first): Update.
9683 (mips_frame_chain): Update.
9684 (mips_pop_frame): Update.
9685 * mcore-tdep.c (mcore_frame_chain): Update.
9686 (mcore_pop_frame): Update.
9687 (mcore_init_extra_frame_info): Update.
9688 * arch-utils.c (init_frame_pc_default): Update.
9689 * m68k-tdep.c (isi_frame_num_args): Update.
9690 (delta68_frame_num_args): Update.
9691 (news_frame_num_args): Update.
9692 * ia64-tdep.c (ia64_pop_frame_regular): Update.
9693 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9694 (alpha_frame_chain): Update.
9695 (alpha_pop_frame): Update.
9696 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
9697 (hppa_init_extra_frame_info): Update.
9698 (hppa_frame_chain): Update.
9699 (hppa_frame_chain_valid): Update.
9700 * cris-tdep.c (cris_init_extra_frame_info): Update.
9701 * avr-tdep.c (avr_init_extra_frame_info): Update.
9702 * arm-tdep.c (arm_frame_chain_valid): Update.
9703 (arm_init_extra_frame_info): Update.
9704 (arm_pop_frame): Update.
9705 * frame.c (frame_pc_unwind): Update.
9706 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
9707 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9708 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9709 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
9710 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
9711 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
9712
9713 2003-03-12 Andrew Cagney <cagney@redhat.com>
9714
9715 Eliminate the need for POP_FRAME.
9716 * frame.c (do_frame_unwind_register): New function.
9717 (frame_pop): When no POP_FRAME, pop the frame using register
9718 unwind and a scratch regcache.
9719 (frame_saved_regs_pop): Delete function.
9720 (trad_frame_unwinder): Update.
9721 * d10v-tdep.c (d10v_frame_pop): Delete function.
9722 (d10v_frame_unwind): Update.
9723 * sentinel-frame.c (sentinel_frame_pop): Delete function.
9724 (sentinel_frame_unwinder): Update.
9725 * dummy-frame.c (dummy_frame_pop): Delete function.
9726 (dummy_frame_unwind): Update.
9727 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
9728 (struct frame_unwind): Update.
9729
9730 2003-03-11 Kevin Buettner <kevinb@redhat.com>
9731
9732 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
9733 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
9734 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
9735 Do range checks on register number obtained from debugging info.
9736 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
9737 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
9738 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
9739 mapping function.
9740 (do_fp_register_row): Fix typo which caused double type to be
9741 used when attempting to unpack a float.
9742
9743 2003-03-11 J. Brobecker <brobecker@gnat.com>
9744
9745 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
9746
9747 2003-03-11 Andrew Cagney <cagney@redhat.com>
9748
9749 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
9750 frame. Problem found by Corinna Vinschen.
9751
9752 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
9753
9754 * doublest.c (floatformat_from_length): Accept also
9755 the real size of 'long double' type.
9756
9757 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
9758
9759 From Klee Dienes <kdienes@apple.com>:
9760 * breakpoint.c (bpstat_copy): Copy the command lines as well
9761 as the old value, to match what is freed in bpstat_clear.
9762
9763 2003-03-10 David Carlton <carlton@math.stanford.edu>
9764
9765 * minsyms.c (add_minsym_to_hash_table): Replace
9766 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
9767 (compare_minimal_symbols, compact_minimal_symbols)
9768 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
9769 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
9770 of DEPRECATED_SYMBOL_MATCHES_NAME.
9771 (lookup_minimal_symbol_solib_trampoline): Ditto.
9772
9773 2003-03-10 Andrew Cagney <cagney@redhat.com>
9774
9775 * regcache.h (regcache_cooked_read_ftype): Define.
9776 (regcache_save, regcache_restore): Add a cooked_read parameter.
9777 * regcache.c (regcache_save, regcache_restore): Update.
9778 (do_cooked_read): New function.
9779 (regcache_cpy): Pass do_cooked_read to regcache_save and
9780 regcache_restore.
9781
9782 2003-03-10 Andrew Cagney <cagney@redhat.com>
9783
9784 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
9785 * gdbarch.h, gdbarch.c: Re-generate.
9786 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9787 * x86-64-tdep.h: Update.
9788 * x86-64-tdep.c (x86_64_init_abi): Update.
9789 * v850-tdep.c (v850_gdbarch_init): Update.
9790 * sparc-tdep.c (sparc_gdbarch_init): Update.
9791 * sh-tdep.c (sh_gdbarch_init): Update.
9792 * s390-tdep.c (s390_gdbarch_init): Update.
9793 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9794 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9795 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9796 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9797 * mips-tdep.c (mips_gdbarch_init): Update.
9798 * mcore-tdep.c (mcore_gdbarch_init): Update.
9799 * m68k-tdep.c (m68k_gdbarch_init): Update.
9800 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9801 * ia64-tdep.c (ia64_gdbarch_init): Update.
9802 * i386-tdep.c (i386_gdbarch_init): Update.
9803 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9804 * hppa-tdep.c (hppa_gdbarch_init): Update.
9805 * h8300-tdep.c (h8300_gdbarch_init): Update.
9806 * frv-tdep.c (frv_gdbarch_init): Update.
9807 * cris-tdep.c (cris_gdbarch_init): Update.
9808 * avr-tdep.c (avr_gdbarch_init): Update.
9809 * arm-tdep.c (arm_gdbarch_init): Update.
9810 * alpha-tdep.c (alpha_gdbarch_init): Update.
9811 * sh-tdep.c (sh_init_extra_frame_info): Update.
9812 (sh64_init_extra_frame_info): Update.
9813 * ns32knbsd-nat.c (frame_num_args): Update.
9814 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
9815 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
9816 (xstormy16_frame_chain_valid): Update.
9817 * vax-tdep.c (vax_saved_pc_after_call): Update.
9818 * v850-tdep.c (v850_frame_chain): Update.
9819 (v850_pop_frame): Update.
9820 (v850_init_extra_frame_info): Update.
9821 * sparc-tdep.c (setup_arbitrary_frame): Update.
9822 * ns32k-tdep.c (umax_frame_num_args): Update.
9823 * s390-tdep.c (s390_pop_frame_regular): Update.
9824 * mn10300-tdep.c (mn10300_frame_chain): Update.
9825 (mn10300_pop_frame_regular): Update.
9826 (mn10300_init_extra_frame_info): Update.
9827 * mips-tdep.c (mips_init_frame_pc_first): Update.
9828 (mips_frame_chain): Update.
9829 (mips_pop_frame): Update.
9830 * mcore-tdep.c (mcore_frame_chain): Update.
9831 (mcore_pop_frame): Update.
9832 (mcore_init_extra_frame_info): Update.
9833 * arch-utils.c (init_frame_pc_default): Update.
9834 * m68k-tdep.c (isi_frame_num_args): Update.
9835 (delta68_frame_num_args): Update.
9836 (news_frame_num_args): Update.
9837 * ia64-tdep.c (ia64_pop_frame_regular): Update.
9838 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9839 (alpha_frame_chain): Update.
9840 (alpha_pop_frame): Update.
9841 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
9842 (hppa_init_extra_frame_info): Update.
9843 (hppa_frame_chain): Update.
9844 (hppa_frame_chain_valid): Update.
9845 * cris-tdep.c (cris_init_extra_frame_info): Update.
9846 * avr-tdep.c (avr_init_extra_frame_info): Update.
9847 * arm-tdep.c (arm_frame_chain_valid): Update.
9848 (arm_init_extra_frame_info): Update.
9849 (arm_pop_frame): Update.
9850 * frame.c (frame_pc_unwind): Update.
9851 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
9852 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9853 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9854 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
9855 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
9856 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
9857
9858 2003-03-10 Andrew Cagney <cagney@redhat.com>
9859
9860 * gdbarch.sh (gdbarch_unwind_pc): New method.
9861 * gdbarch.h, gdbarch.c: Regenerate.
9862 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
9863 but use read_pc and FRAME_SAVED_PC as fall backs.
9864 (frame_saved_regs_pc_unwind): Delete function.
9865 (trad_frame_unwinder): Update.
9866 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
9867 (struct frame_unwind): Update.
9868 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
9869 (dummy_frame_unwind): Update.
9870 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
9871 (sentinel_frame_unwinder): Update.
9872 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
9873 (d10v_frame_unwind): Update.
9874 (d10v_unwind_pc): New function.
9875 (d10v_gdbarch_init): Set unwind_pc.
9876
9877 2003-03-10 Andrew Cagney <cagney@redhat.com>
9878
9879 * gdbarch.h: Re-generate.
9880
9881 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
9882 PC.
9883 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
9884 the PC register.
9885
9886 2003-03-08 Mark Kettenis <kettenis@gnu.org>
9887
9888 * gdbarch.sh (save_dummy_frame_tos): Add comment.
9889
9890 2003-03-08 Andrew Cagney <cagney@redhat.com>
9891
9892 * cli-out.c: Update copyright.
9893 (cli_out_data): Define typedef. Use instead of ui_out_data.
9894
9895 2003-03-08 Andrew Cagney <cagney@redhat.com>
9896
9897 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
9898 the result.
9899
9900 2003-03-07 Andrew Cagney <cagney@redhat.com>
9901
9902 * gdbarch.sh: Don't generate two macro definitions when an
9903 undefined macro taking no arguments.
9904 * gdbarch.h: Regenerate.
9905
9906 2002-03-07 Michal Ludvig <mludvig@suse.cz>
9907
9908 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
9909 (x86_64_unwind_dummy_id): New functions.
9910 (x86_64_init_abi): Register these two new functions.
9911
9912 2003-03-07 Michal Ludvig <mludvig@suse.cz>
9913
9914 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
9915 (x86_64_skip_prologue): Move prologue detection to
9916 separate function.
9917 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
9918
9919 2003-03-05 Andrew Cagney <cagney@redhat.com>
9920
9921 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
9922 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
9923 * frame.c (get_prev_frame): Restructure the frame ID unwind code
9924 to use unwind_dummy_id when a dummy frame.
9925 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
9926 predicate.
9927 * gdbarch.h, gdbarch.c: Regneerate.
9928
9929 2003-03-05 Andrew Cagney <cagney@redhat.com>
9930
9931 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
9932 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
9933 Do not use d10v_read_sp or d10v_read_fp when obtaining register
9934 values.
9935
9936 2003-03-05 Andrew Cagney <cagney@redhat.com>
9937
9938 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
9939 (struct d10v_unwind_cache): Delete field "frameless". Replace
9940 "next_addr" with "sp_offset". Add "r11_offset".
9941 (d10v_frame_unwind_cache): Update.
9942 (prologue_find_regs): Update. When "mv r11, sp", save the
9943 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
9944 RN was saved in r11_offset.
9945
9946 2003-03-05 Andrew Cagney <cagney@redhat.com>
9947
9948 * frame.c (deprecated_update_frame_pc_hack): Also update the the
9949 cached PC value in the next frame.
9950
9951 2003-03-05 Andrew Cagney <cagney@redhat.com>
9952
9953 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
9954 "id_unwind_cache" with "id".
9955 (frame_id_unwind): Delete declaration.
9956 * frame.c (frame_id_unwind): Delete function.
9957 (get_prev_frame): Call the frame id unwind method directly. Store
9958 the returned next frame's ID value in NEXT_FRAME. Note that there
9959 is a problem with the wrong unwind ID being called with the wrong
9960 unwind cache.
9961
9962 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
9963
9964 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
9965
9966 2003-03-05 James Ingham <jingham@apple.com>
9967 Daniel Jacobowitz <drow@mvista.com>
9968
9969 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
9970 (auto_cp_abi): New variable.
9971 (current_cp_abi, num_cp_abis): Make static.
9972 (CP_ABI_MAX): Define.
9973 (cp_abis): Turn into an array.
9974 (value_virtual_fn_field): Fix formatting.
9975 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
9976 takes a pointer.
9977 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
9978 (list_cp_abis, _initialize_cp_abi): New functions.
9979 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
9980 declarations for cp_abis, num_cp_abis, current_cp_abi, and
9981 switch_to_cp_abi. Update prototype for register_cp_abi.
9982 * Makefile.in (cp-abi.o): Update dependencies.
9983 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
9984 instead of switch_to_cp_abi.
9985 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
9986 register_cp_abi.
9987 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
9988 register_cp_abi.
9989 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
9990
9991 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
9992
9993 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
9994 * dwarf2loc.c: Include "regcache.h".
9995 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
9996 register_size.
9997 * Makefile.in (dwarf2loc.o): Update dependencies.
9998
9999 2003-03-04 Theodore A. Roth <troth@openavr.org>
10000
10001 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10002 number of io registers reported by remote target is not a multiple of
10003 step.
10004
10005 2003-03-04 David Carlton <carlton@math.stanford.edu>
10006
10007 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10008 (lookup_symbol_aux_psymtabs): Update call to
10009 lookup_partial_symbol.
10010 (lookup_transparent_type, find_main_psymtab)
10011 (make_symbol_overload_list): Ditto.
10012
10013 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10014
10015 * MAINTAINERS (Write after approval): Update my email address.
10016
10017 2003-03-03 Andrew Cagney <cagney@redhat.com>
10018
10019 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10020 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10021 predicate. Replace MAX_REGISTER_RAW_SIZE.
10022 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10023 MAX_REGISTER_VIRTUAL_SIZE.
10024 * regcache.c (legacy_max_register_raw_size): New function.
10025 (legacy_max_register_virtual_size): New function.
10026 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10027 (MAX_REGISTER_RAW_SIZE): Define.
10028 (legacy_max_register_raw_size): Declare.
10029 (legacy_max_register_virtual_size): Declare.
10030 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10031 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10032 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10033 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10034 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10035 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10036 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10037 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10038 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10039 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10040 * vax-tdep.c (vax_gdbarch_init): Update.
10041 * v850-tdep.c (v850_gdbarch_init): Update.
10042 * sparc-tdep.c (sparc_gdbarch_init): Update.
10043 * sh-tdep.c (sh_gdbarch_init): Update.
10044 * s390-tdep.c (s390_gdbarch_init): Update.
10045 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10046 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10047 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10048 * mips-tdep.c (mips_gdbarch_init): Update.
10049 * mcore-tdep.c (mcore_gdbarch_init): Update.
10050 * m68k-tdep.c (m68k_gdbarch_init): Update.
10051 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10052 * ia64-tdep.c (ia64_gdbarch_init): Update.
10053 * i386-tdep.c (i386_gdbarch_init): Update.
10054 * hppa-tdep.c (hppa_gdbarch_init): Update.
10055 * h8300-tdep.c (h8300_gdbarch_init): Update.
10056 * frv-tdep.c (frv_gdbarch_init): Update.
10057 * cris-tdep.c (cris_gdbarch_init): Update.
10058 * avr-tdep.c (avr_gdbarch_init): Update.
10059 * arm-tdep.c (arm_gdbarch_init): Update.
10060 * alpha-tdep.c (alpha_gdbarch_init): Update.
10061 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10062 max_register_raw_size or max_register_virtual_size.
10063
10064 2003-03-03 David Carlton <carlton@math.stanford.edu>
10065
10066 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10067 SYMBOL_MATCHES_NAME, add comment.
10068 (SYMBOL_MATCHES_NATURAL_NAME): New.
10069 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10070 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10071 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10072 * symtab.c (lookup_partial_symbol): Use
10073 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10074 unhelpful comment.
10075 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10076 SYMBOL_MATCHES_NAME.
10077 Fix for PR c++/33.
10078
10079 2003-03-03 David Carlton <carlton@math.stanford.edu>
10080
10081 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10082 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10083 by regexp matching against SYMBOL_NATURAL_NAME.
10084
10085 2003-03-03 David Carlton <carlton@math.stanford.edu>
10086
10087 * linespec.c (find_method): Extract code into collect_methods.
10088 (collect_methods): New.
10089
10090 2003-03-02 Mark Kettenis <kettenis@gnu.org>
10091
10092 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10093 get_frame_base.
10094
10095 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10096 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10097
10098 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10099
10100 * arch-utils.c (generic_register_byte): Fix to use the loop index
10101 and not regnum when summing the size of all registers up to regnum.
10102
10103 2003-03-01 Andrew Cagney <cagney@redhat.com>
10104
10105 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10106 FRAME_INIT_SAVED_REGS.
10107 * gdbarch.h, gdbarch.c: Regenerate.
10108 * stack.c (frame_info): Update.
10109 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10110 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10111 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10112 * ns32k-tdep.c (ns32k_pop_frame): Update.
10113 * mips-tdep.c (mips_pop_frame): Update.
10114 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10115 * ia64-tdep.c (ia64_frame_chain): Update.
10116 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10117 (ia64_frameless_function_invocation): Update.
10118 (ia64_init_extra_frame_info): Update.
10119 (ia64_pop_frame_regular): Update.
10120 * frame.h (struct frame_info): Update comment.
10121 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10122 * frame.c (frame_saved_regs_register_unwind): Update.
10123 (frame_saved_regs_register_unwind): Update.
10124 (deprecated_generic_get_saved_register): Update.
10125 * cris-tdep.c: Update comment.
10126 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10127 Rename macro.
10128 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10129 * x86-64-tdep.c (x86_64_init_abi): Update.
10130 * vax-tdep.c (vax_gdbarch_init): Update.
10131 * v850-tdep.c (v850_gdbarch_init): Update.
10132 * sparc-tdep.c (sparc_gdbarch_init): Update.
10133 * sh-tdep.c (sh_gdbarch_init): Update.
10134 * s390-tdep.c (s390_gdbarch_init): Update.
10135 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10136 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10137 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10138 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10139 * mips-tdep.c (mips_gdbarch_init): Update.
10140 * mcore-tdep.c (mcore_gdbarch_init): Update.
10141 * m68k-tdep.c (m68k_gdbarch_init): Update.
10142 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10143 * ia64-tdep.c (ia64_gdbarch_init): Update.
10144 * i386-tdep.c (i386_gdbarch_init): Update.
10145 * frv-tdep.c (frv_gdbarch_init): Update.
10146 * avr-tdep.c (avr_gdbarch_init): Update.
10147 * arm-tdep.c (arm_gdbarch_init): Update.
10148 * alpha-tdep.c (alpha_gdbarch_init): Update.
10149
10150 2003-03-01 Andrew Cagney <cagney@redhat.com>
10151
10152 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10153 option enum and switch. When no windows, set the interpreter to
10154 INTERP_CONSOLE.
10155
10156 2003-03-01 Andrew Cagney <cagney@redhat.com>
10157
10158 * main.c (captured_main): Replace magic option characters with an
10159 enum.
10160
10161 2003-03-01 Andrew Cagney <cagney@redhat.com>
10162
10163 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10164 INIT_EXTRA_FRAME_INFO.
10165 * gdbarch.h, gdbarch.c: Regenerate.
10166 * arm-tdep.c: Update comments.
10167 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10168 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10169 * frame.h, avr-tdep.c: Ditto.
10170 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10171 (create_new_frame, legacy_get_prev_frame): Ditto.
10172 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10173 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10174 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10175 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10176 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10177 * v850-tdep.c (v850_gdbarch_init): Ditto.
10178 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10179 * sh-tdep.c (sh_gdbarch_init): Ditto.
10180 * s390-tdep.c (s390_gdbarch_init): Ditto.
10181 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10182 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10183 * mips-tdep.c (mips_gdbarch_init): Ditto.
10184 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10185 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10186 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10187 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10188 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10189 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10190 * frv-tdep.c (frv_gdbarch_init): Ditto.
10191 * cris-tdep.c (cris_gdbarch_init): Ditto.
10192 * avr-tdep.c (avr_gdbarch_init): Ditto.
10193 * arm-tdep.c (arm_gdbarch_init): Ditto.
10194 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10195 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10196
10197 2003-03-01 Andrew Cagney <cagney@redhat.com>
10198
10199 * gdbarch.sh (register_type): New function with predicate.
10200 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10201 * gdbarch.h, gdbarch.c: Re-generate.
10202 * arch-utils.c (generic_register_byte): Use generic_register_size.
10203 (generic_register_size): When available, use
10204 gdbarch_register_type.
10205 * regcache.c (init_regcache_descr): When available, initialize the
10206 register type array using gdbarch_register_type. If the
10207 architecture supplies gdbarch_register_type, do not use the legacy
10208 regcache layout.
10209 * d10v-tdep.c (d10v_register_type): Replace
10210 d10v_register_virtual_type.
10211 (d10v_gdbarch_init): Set register_type instead of
10212 register_virtual_type.
10213
10214 2003-03-01 Andrew Cagney <cagney@redhat.com>
10215
10216 * Makefile.in (ax-gdb.o): Update dependencies.
10217 * ax-gdb.c: Include "regcache.h".
10218 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10219 * findvar.c (value_of_register): Ditto.
10220 * infcmd.c (default_print_registers_info): Ditto.
10221
10222 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10223
10224 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10225 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10226
10227 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10228
10229 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10230 of STREQ.
10231
10232 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
10233
10234 * Makefile.in (dwarf2loc.o): Update dependencies.
10235 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10236 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10237 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10238 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10239 (locexpr_tracepoint_var_ref): New function.
10240 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10241
10242 2003-02-28 Andrew Cagney <cagney@redhat.com>
10243
10244 * regcache.c (register_size): New function.
10245 * regcache.h (register_size): Declare
10246 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10247 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10248
10249 2003-02-28 David Carlton <carlton@math.stanford.edu>
10250
10251 * linespec.c (decode_compound): Extract code into find_method.
10252 (find_method): New.
10253
10254 2003-02-28 J. Brobecker <brobecker@gnat.com>
10255
10256 * Makefile.in: Add rules to build and link in observer.o.
10257
10258 2003-02-27 J. Brobecker <brobecker@gnat.com>
10259
10260 * observer.c: Minor comments edits.
10261
10262 2003-02-27 J. Brobecker <brobecker@gnat.com>
10263
10264 * observer.h, observer.c: New file.
10265
10266 2003-02-27 Andrew Cagney <cagney@redhat.com>
10267
10268 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10269
10270 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10271
10272 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10273 (M6812_OP_STS_EXT): Likewise.
10274 (m6811_prologue): Use the above to recognize prologue.
10275 (m6812_prologue): Likewise.
10276
10277 2003-02-27 David Carlton <carlton@math.stanford.edu>
10278
10279 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10280 SYMBOL_PRINT_NAME.
10281 (compare_psymbols): Ditto.
10282 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10283
10284 2003-02-27 Michael Snyder <msnyder@redhat.com>
10285
10286 * f-lang.c (build_fortran_types): New function.
10287 (_initialize_f_language): Gdbarch-register built-in fortran types.
10288 * doublest.c (extract_floating): Fix warning text.
10289
10290 2003-02-27 Andrew Cagney <cagney@redhat.com>
10291
10292 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10293 predicate. Replaces PUSH_DUMMY_FRAME.
10294 * gdbarch.h, gdbarch.c: Regnerate.
10295 * valops.c (hand_function_call): Update. Call
10296 generic_push_dummy_frame directly.
10297 * vax-tdep.c (vax_gdbarch_init): Update.
10298 * sparc-tdep.c (sparc_gdbarch_init): Update.
10299 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10300 * m68k-tdep.c (m68k_gdbarch_init): Update.
10301 * hppa-tdep.c (hppa_gdbarch_init): Update.
10302 * alpha-tdep.c (alpha_gdbarch_init): Update.
10303 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10304 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10305 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10306 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10307 push_dummy_frame to generic_push_dummy_frame.
10308 * v850-tdep.c (v850_gdbarch_init): Ditto.
10309 * sh-tdep.c (sh_gdbarch_init): Ditto.
10310 * s390-tdep.c (s390_gdbarch_init): Ditto.
10311 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10312 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10313 * mips-tdep.c (mips_gdbarch_init): Ditto.
10314 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10315 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10316 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10317 * i386-tdep.c (i386_gdbarch_init): Ditto.
10318 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10319 * frv-tdep.c (frv_gdbarch_init): Ditto.
10320 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10321 * cris-tdep.c (cris_gdbarch_init): Ditto.
10322 * avr-tdep.c (avr_gdbarch_init): Ditto.
10323 * arm-tdep.c (arm_gdbarch_init): Ditto.
10324
10325 2003-02-26 Kevin Buettner <kevinb@redhat.com>
10326
10327 * mips-tdep.c (show_mips_abi): New function.
10328 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10329 command ``show mips abi''.
10330
10331 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
10332
10333 From Elena Zannoni <ezannoni@redhat.com>
10334 * dbxread.c (process_one_symbol): Only record line 0 if one or
10335 more sline entries have been seen for the function.
10336
10337 2003-02-26 Michael Chastain <mec@shout.net>
10338
10339 * configure: Regenerate with autoconf 000227.
10340
10341 2003-02-26 Michael Chastain <mec@shout.net>
10342
10343 Close PR build/660.
10344 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10345 for old libc5/glibc.
10346 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10347
10348 2003-02-26 Kris Warkentin <kewarken@qnx.com>
10349
10350 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10351 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10352
10353 2003-02-26 Michael Chastain <mec@shout.net>
10354
10355 * configure.in: New variable HAVE_UINTPTR_T.
10356 * configure, config.in: Regenerated.
10357
10358 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
10359
10360 Fix PR build/1097.
10361 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10362
10363 2003-02-25 Andrew Cagney <cagney@redhat.com>
10364
10365 * frame.c (get_prev_frame): Add comment on check for
10366 inside_entry_func. Only check for inside_entry_file when not a
10367 dummy and not a sentinel. Check that the new frame is not inner
10368 to the old frame.
10369
10370 2003-02-25 Andrew Cagney <cagney@redhat.com>
10371
10372 * frame.c (frame_debug): New variable.
10373 (_initialize_frame): Add "set/show debug frame" command.
10374 (get_prev_frame): When frame_debug, print reason why unwind
10375 failed.
10376
10377 2003-02-25 Michael Chastain <mec@shout.net>
10378
10379 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10380 to avoid uintptr_t definition problems.
10381
10382 2003-02-25 David Carlton <carlton@math.stanford.edu>
10383
10384 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10385 (SYMBOL_LINKAGE_NAME): Ditto.
10386 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10387 SYMBOL_LINKAGE_NAME.
10388 (struct general_symbol_info): Expand comment.
10389 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10390 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10391 (SYMBOL_MATCHES_REGEXP): Ditto.
10392 * symtab.c (symbol_natural_name): New function.
10393 * objfiles.h: Replace all uses of SYMBOL_NAME by
10394 DEPRECATED_SYMBOL_NAME.
10395 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10396 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10397 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10398 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10399 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10400 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10401 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10402 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10403 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10404 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10405 * ada-exp.y: Ditto.
10406 * ada-exp.y: Update copyright.
10407 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10408 * cp-valprint.c: Ditto.
10409
10410 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10411
10412 * infptrace.c (detach): Do not flag error if ptrace detach fails
10413 and errno is set to ESRCH.
10414
10415 2003-02-24 Andrew Cagney <cagney@redhat.com>
10416
10417 * infptrace.c (udot_info): Change type of udot_off to long. Use
10418 paddr when printing udot_off's value.
10419
10420 2003-02-24 David Carlton <carlton@math.stanford.edu>
10421
10422 * symtab.c (make_symbol_overload_list): Only read in partial
10423 symtabs containing a matching partial symbol.
10424
10425 2003-02-24 David Carlton <carlton@math.stanford.edu>
10426
10427 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10428 do the comparison, not strcmp.
10429 * symfile.c (compare_psymbols): Ditto.
10430 * defs.h: Declare strcmp_iw_ordered.
10431 * utils.c (strcmp_iw_ordered): New function.
10432
10433 2003-02-24 Jim Blandy <jimb@redhat.com>
10434
10435 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10436 support, shared libs): Remove my name from here, to better reflect
10437 reality.
10438
10439 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10440
10441 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10442 (target_ops): Add to_have_continuable_watchpoint.
10443 * target.c (update_current_target): Add INHERIT line for
10444 to_have_continuable_watchpoint.
10445 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10446 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10447 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10448 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10449
10450 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
10451
10452 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10453 maintainership.
10454
10455 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10456
10457 * solib.c (solib_open): Call target defined search function after
10458 failing with solib-search-path.
10459 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10460 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
10461
10462 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10463
10464 * MAINTAINERS: Add myself to Write After section.
10465
10466 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10467
10468 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10469
10470 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10471
10472 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10473 (m68hc11_add_reggroups): New function.
10474 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10475 (m68hc11_gdbarch_init): Install the reggroups.
10476 (_initialize_m68hc11_tdep): Initialize them.
10477
10478 2003-02-21 James E Wilson <wilson@tuliptree.org>
10479
10480 * MAINTAINERS: Update my email address.
10481
10482 2003-02-21 David Carlton <carlton@math.stanford.edu>
10483
10484 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
10485
10486 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
10487
10488 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
10489 * symtab.h: Add opaque declarations of struct axs_value and
10490 struct agent_expr.
10491 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
10492 (struct location_funcs): New type.
10493 (struct symbol): Add "loc" to aux_value.
10494 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
10495 * dwarf2read.c: Include "dwarf2expr.h".
10496 (dwarf2_symbol_mark_computed): New function.
10497 (read_func_scope): Use it.
10498 (var_decode_location): New function.
10499 (new_symbol): Use it.
10500 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
10501
10502 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
10503 (dwarf2expr_h, dwarf2loc_h): New variables.
10504 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
10505 (dwarf2expr.o, dwarf2loc.o): New rules.
10506 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
10507 * buildsym.c (finish_block): Handle LOC_COMPUTED and
10508 LOC_COMPUTED_ARG.
10509 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
10510 * m2-exp.y (yylex): Likewise.
10511 * printcmd.c (address_info, print_frame_args): Likewise.
10512 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
10513 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
10514 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
10515 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
10516 * symtab.c (lookup_block_symbol): Likewise.
10517
10518 2003-02-20 Adam Fedor <fedor@gnu.org>
10519
10520 * symtab.h: Remove objc_specific struct
10521 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
10522 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
10523 Have language_objc use cplus_specific struct.
10524
10525 2003-02-20 Tom Tromey <tromey@redhat.com>
10526
10527 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
10528 TYPE_NAME, when printing a String value. PR java/1075.
10529
10530 2003-02-20 Adam Fedor <fedor@gnu.org>
10531
10532 * objc-lang.h (find_methods): Remove declaration.
10533 * objc-lang.c (find_methods): Make static.
10534
10535 2003-02-20 Christopher Faylor <cgf@redhat.com>
10536
10537 * win32-nat.c (get_image_name): Check return value from
10538 ReadProcessMemory.
10539 (child_xfer_memory): Ditto.
10540
10541 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
10542
10543 * configure.in (TARGET_SYSTEM_ROOT): Set default to
10544 ${exec_prefix}/${target_alias}/sys-root. Match explicit
10545 '${exec_prefix}' (in addition to the expansion thereof) as
10546 relocatable.
10547 * configure: Rebuilt.
10548
10549 2003-02-20 David Carlton <carlton@math.stanford.edu>
10550
10551 * symtab.c (search_symbols): Revert the search_symbols part of my
10552 2002-12-23 patch. Add comment.
10553
10554 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10555
10556 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
10557 * dbxread.c (elfstab_build_psymtabs): Don't call
10558 install_minimal_symbols.
10559 (stabsect_build_psymtabs): Likewise.
10560 * elfread.c (elf_symfile_read): Call install_minimal_symbols
10561 earlier.
10562 * somread.c (som_symfile_read): Call install_minimal_symbols
10563 and do_cleanups earlier.
10564 * nlmread.c (nlm_symfile_read): Likewise.
10565 * mdebugread.c (elfmdebug_build_psymtabs): Call
10566 install_minimal_symbols and make appropriate cleanups.
10567
10568 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10569
10570 * solib.c (reload_shared_libraries): New function.
10571 (_initialize_solib): Add callbacks for ``set solib-search-path''
10572 and ``set solib-absolute-prefix''.
10573
10574 2003-02-20 David Carlton <carlton@math.stanford.edu>
10575
10576 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
10577 expand comment.
10578 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
10579 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
10580 * ada-typeprint.c (ada_typedef_print): Ditto.
10581 * ax-gdb.c (gen_var_ref): Ditto.
10582 * breakpoint.c (print_one_breakpoint): Ditto.
10583 * buildsym.c (finish_block): Ditto.
10584 * c-valprint.c (c_val_print): Ditto.
10585 * expprint.c (print_subexp): Ditto.
10586 * findvar.c (locate_var_value): Ditto.
10587 * infcmd.c (jump_command): Ditto.
10588 * linespec.c (decode_line_2, decode_compound): Ditto.
10589 * maint.c (maintenance_translate_address): Ditto.
10590 * objc-lang.c (compare_selectors, compare_classes): Ditto.
10591 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
10592 Ditto.
10593 * p-valprint.c (pascal_val_print): Ditto.
10594 * stabsread.c (define_symbol): Ditto.
10595 * stack.c (print_frame, frame_info, print_block_frame_locals)
10596 (print_frame_arg_vars, return_command): Ditto.
10597 * symfile.c (compare_symbols, compare_psymbols): Ditto.
10598 * symmisc.c (print_symbol): Ditto.
10599 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
10600 (compare_search_syms, print_symbol_info, print_msymbol_info)
10601 (rbreak_command): Ditto.
10602 * tracepoint.c (tracepoints_info): Ditto.
10603 * typeprint.c (typedef_print): Ditto.
10604 * valops.c (value_of_variable, hand_function_call): Ditto.
10605 * cli/cli-cmds.c (edit_command, list_command): Ditto.
10606 * ada-typeprint.c: Update Copyright.
10607 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
10608 * tracepoint.c, cli/cli-cmds.c: Ditto.
10609
10610 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10611
10612 * frame.c (generic_unwind_get_saved_register): Make non-static.
10613 * frame.h (generic_unwind_get_saved_register): Declare.
10614 * mips-tdep.c (read_next_frame_reg): Fetch register from
10615 current regcache when frame is NULL.
10616 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
10617 that must be NULL.
10618 (mips_get_saved_register): Call generic_unwind_get_saved_register()
10619 instead of frame_register_unwind().
10620
10621 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10622
10623 * remote-sim.c (gdbsim_insert_breakpoint)
10624 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
10625 code.
10626
10627 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10628
10629 * remote.c (_initialize_remote): Add commands "set/show remote
10630 hardware-watchpoint-limit" and "set/show remote
10631 hardware-breakpoint-limit".
10632 (remote_hw_watchpoint_limit): Initialize to -1.
10633 (remote_hw_breakpoint_limit): Ditto.
10634 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
10635
10636 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
10637
10638 * coff-pe-read.c: New file - support reading of minimal symbols from a
10639 portable executable using the export table.
10640 * coff-pe-read.h: New file.
10641 * coffread.c: Include coff-pe-read.h.
10642 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
10643 debugging symbols found.
10644 * Makefile.in (SFILES): Add coff-pe-read.o.
10645 (coff_pe_read_h): Define.
10646 (COMMON_OBS): Add coff-pe-read.o.
10647 (coffread.o): Add coff_pe_read_h dependency.
10648 (coff-pe-read.o): New target.
10649
10650 2003-02-19 David Carlton <carlton@math.stanford.edu>
10651
10652 * Makefile.in (SFILES): Add block.c.
10653 (block_h): New.
10654 (COMMON_OBS): Add block.o.
10655 (block.o): New.
10656 (x86-64-tdep.o): Add $(block_h).
10657 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
10658 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
10659 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
10660 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
10661 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
10662 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
10663 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
10664 * value.h: Add opaque declaration for struct block.
10665 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
10666 * ada-lang.h: Ditto.
10667 * x86-64-tdep.c: #include "block.h"
10668 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
10669 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
10670 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
10671 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
10672 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
10673 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
10674 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
10675 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
10676 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
10677 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
10678 * symtab.c (block_function): Ditto.
10679 (contained_in): Ditto.
10680 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
10681 block.h. Add opaque declaration for struct block.
10682 * symtab.h: Move block_function and contained_in declarations to
10683 block.h. Add opaque declarations for struct block, struct
10684 blockvector.
10685 (struct block): Move to block.h.
10686 (struct blockvector): Ditto.
10687 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
10688 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
10689 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
10690 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
10691 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
10692 Ditto.
10693 * block.c: New file.
10694 * block.h: New file.
10695
10696 2003-02-19 Theodore A. Roth <troth@openavr.org>
10697
10698 * avr-tdep.c (avr_extract_return_value): Remove function.
10699 (avr_store_return_value): Remove function.
10700 (avr_extract_struct_value_address): Remove function.
10701 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
10702
10703 2003-02-19 Andrew Cagney <ac131313@redhat.com>
10704
10705 * rs6000-tdep.c: Include "gdb_assert.h".
10706 (registers_e500): Add "acc" and "spefscr".
10707 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
10708 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
10709 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
10710 really is "r0".
10711 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
10712
10713 2003-02-18 Keith Seitz <keiths@redhat.com>
10714
10715 * Makefile.in: Add gdbtk-interps.c.
10716
10717 2003-02-18 Kevin Buettner <kevinb@redhat.com>
10718
10719 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
10720 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
10721
10722 2003-02-18 Andrew Cagney <cagney@redhat.com>
10723
10724 * symtab.h (struct objfile): Add opaque declaration.
10725
10726 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
10727
10728 From Jim Ingham <jingham@apple.com>:
10729 * dbxread.c (process_one_symbol): Use last_function_start rather
10730 than function_start_offset to find the real beginning of the
10731 current function. The latter is just the text section offset on
10732 some systems, the former is always the real function start.
10733
10734 2003-02-17 Andrew Cagney <cagney@redhat.com>
10735
10736 * configure.in: Revert ${target} != ${host}.
10737
10738 2003-02-17 Andrew Cagney <ac131313@redhat.com>
10739
10740 * configure.in (Makefile): Use the test ${target} != ${host},
10741 instead of the absence of the "nm.h" file, to determine of the
10742 configuration non-native.
10743 * configure: Regenerate.
10744
10745 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
10746
10747 From Brian Ford <ford@vss.fsi.com>
10748
10749 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
10750 conditionalize tui_active test.
10751 (lookup_cmd_1): Ditto.
10752
10753 2003-02-14 Mark Kettenis <kettenis@gnu.org>
10754
10755 * configure.in: Add check for _etext.
10756 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
10757 available.
10758 * config.in, configure: regenerated.
10759
10760 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
10761
10762 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
10763
10764 2003-02-14 Andrew Cagney <ac131313@redhat.com>
10765
10766 * main.c (tui_version): Delete variable.
10767 (captured_main): When --tui, set interpreter_p to "tui" instead of
10768 enabling tui_version.
10769 * printcmd.c (display_command) [TUI]: Test tui_active instead of
10770 tui_version.
10771 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
10772 * cli/cli-cmds.c (disassemble_command): Ditto.
10773 * defs.h (tui_version): Delete declaration.
10774 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
10775 (tui-interp.o): Add rules.
10776 (SUBDIR_TUI_OBS): Add "tui-interp.o".
10777
10778 2003-02-14 Christopher Faylor <cgf@redhat.com>
10779
10780 * win32-nat.c (register_loaded_dll): Correctly set address range for
10781 just-loaded dll.
10782
10783 2003-02-12 Jason Molenda (jmolenda@apple.com)
10784
10785 * symmisc.c (print_objfile_statistics): Include information about
10786 the number of psymtabs and symtabs in each object file.
10787
10788 2003-02-13 Keith R Seitz <keiths@redhat.com>
10789
10790 * main.h (struct captured_main_args): Add interpreter_p.
10791 * main.c (captured_main): Initialize interpreter_p from context.
10792 * gdb.c (main): Set interpreter_p argument.
10793 * Makefile.in (gdb.o): Add dependency for interps.h.
10794
10795 2003-02-12 Andrew Cagney <ac131313@redhat.com>
10796
10797 * event-top.c (cli_command_loop): Delete declaration.
10798 (_initialize_event_loop): Delete function setting event_loop_hook.
10799 * event-top.h (cli_command_loop): Declare. Update copyright.
10800 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
10801 * interps.c (current_interp_command_loop): When event_loop_p, call
10802 cli_command_loop.
10803
10804 2003-02-12 Andrew Cagney <ac131313@redhat.com>
10805
10806 * interps.h (interp_command_loop_ftype): Change return type to
10807 void.
10808
10809 2003-02-12 Michal Ludvig <mludvig@suse.cz>
10810
10811 * x86-64-tdep.c (x86_64_extract_return_value)
10812 (x86_64_store_return_value): Use regcache instead of regbuf.
10813 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
10814 * x86-64-linux-nat.c (fill_gregset): Use regcache.
10815
10816 2003-02-11 Andrew Cagney <ac131313@redhat.com>
10817
10818 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
10819 * aclocal.m4: Regenerate.
10820 * configure: Regenerate.
10821
10822 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
10823 TCL_LD_SEARCH_FLAGS.
10824
10825 2003-02-10 Michal Ludvig <mludvig@suse.cz>
10826
10827 * dwarf2cfi.c: Reindented.
10828
10829 2003-02-09 Andrew Cagney <ac131313@redhat.com>
10830
10831 * interps.c (clear_interpreter_hooks): Convert function definition
10832 to ISO C.
10833
10834 2003-02-07 David Carlton <carlton@math.stanford.edu>
10835
10836 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
10837
10838 2003-02-07 Kevin Buettner <kevinb@redhat.com>
10839
10840 * gdbtypes.h (struct main_type): Move ``length'' field from here...
10841 (struct type): ...to here.
10842 (TYPE_LENGTH): Adjust to reflect different location of ``length''
10843 field.
10844 * gdbtypes.c (make_qualified_type): Set length on newly created type.
10845 (replace_type): Set length on all type variants for a given type.
10846
10847 2003-02-07 Andrew Cagney <ac131313@redhat.com>
10848
10849 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
10850 <sys/stat.h>.
10851 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
10852
10853 2003-02-06 Andrew Cagney <ac131313@redhat.com>
10854
10855 * Makefile.in (symm-nat.o): Update dependencies.
10856 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
10857 (lynx-nat.o, ia64-linux-nat.): Ditto.
10858 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
10859 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
10860 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
10861
10862 * Makefile.in (inflow_h): Define.
10863 (procfs.o, inflow.o, procfs.o): Update dependencies.
10864 * inftarg.c (child_stop): Delete extern declaration of
10865 inferior_process_group. Include "inflow.h".
10866 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
10867 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
10868 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
10869 (our_process_group, inferior_process_group): Extern declarations.
10870
10871 * procfs.c: Include "gdb_assert.h".
10872
10873 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10874 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
10875 * jv-typeprint.c (java_type_print_base): Ditto.
10876 * typeprint.c (typedef_print): Eliminate STREQ.
10877 * cli/cli-script.c (define_command, define_command): Ditto.
10878 * main.c (captured_main): Ditto.
10879 * values.c (lookup_internalvar): Ditto.
10880 * utils.c (safe_strerror, parse_escape): Eliminate assignment
10881 within `if' conditional.
10882 * linespec.c (decode_line_2): Ditto.
10883 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
10884 (bfd_openw_with_cleanup): Ditto.
10885
10886 2003-02-07 Mark Kettenis <kettenis@gnu.org>
10887
10888 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
10889 legacy_extract_return_value and store_return_value to
10890 legacy_return_value.
10891
10892 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
10893
10894 * win32-nat.c (get_relocated_section_addrs): New function. Find
10895 section load addresses for symbol handling in relocated DLLs.
10896 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
10897
10898 2003-02-05 Fred Fish <fnf@intrinsity.com>
10899
10900 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
10901 '=' and '!='.
10902 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
10903 with '&' and '=='.
10904 (angel_RDI_info): Ditto.
10905 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
10906 with '&' and '!='.
10907 (threads_continue_all_with_signals): Ditto.
10908
10909 2003-02-05 Jim Ingham <jingham@apple.com>
10910 Keith Seitz <keiths@redhat.com>
10911 Elena Zannoni <ezannoni@redhat.com>
10912 Andrew Cagney <ac131313@redhat.com>
10913
10914 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
10915 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
10916 (SUBDIR_MI_OBS): Add "mi-interp.o".
10917 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
10918 (SFILES): Add "interps.c".
10919 (COMMON_OBS): Add "interps.o".
10920 (interps_h, mi_main_h): Define.
10921 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
10922 (mi-main.o, main.o, event-top.o): Update dependencies.
10923 * cli/cli-interp.c: New file.
10924 * interps.h, interps.c: New files.
10925 * top.c: (gdb_init): Don't install the default interpreter, handed
10926 by captured_main.
10927 * main.c: Include "interps.h".
10928 (interpreter_p): Note that it should malloc'ed.
10929 (captured_command_loop): Call current_interp_command_loop.
10930 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
10931 xfree and xstrdup when updating interpreter_p. Install the
10932 default interpreter. Add hack to stop mi1's copyright notice
10933 being encoded.
10934 * event-top.h (gdb_setup_readline): Declare.
10935 (gdb_disable_readline): Declare.
10936 * event-top.c: Include "interps.h".
10937 (display_gdb_prompt): Call current_interp_display_prompt_p.
10938 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
10939 gdb_stdlog, and gdb_stdtarg.
10940 (_initialize_event_loop): Don't call gdb_setup_readline.
10941 * cli-out.c (cli_out_set_stream): New function.
10942 * cli-out.h (cli_out_set_stream): Declare.
10943
10944 2003-02-06 Mark Kettenis <kettenis@gnu.org>
10945
10946 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
10947 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
10948 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
10949 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
10950 config/i386/i386v42mp.mt: Removed.
10951
10952 2003-02-05 Mark Kettenis <kettenis@gnu.org>
10953
10954 * configure.tgt (*-*-solaris*): Set gdb_osabi to
10955 GDB_OSABI_SOLARIS.
10956
10957 2003-02-05 Michael Chastain <mec@shout.net>
10958
10959 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
10960 2.12.1 and earlier versions.
10961
10962 2003-02-05 Andrew Cagney <ac131313@redhat.com>
10963
10964 Remove orphaned hosts, targets and files.
10965 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
10966 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
10967 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
10968 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
10969 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
10970 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
10971 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
10972 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
10973 * config/sparc/tm-sp64sim.h: Delete.
10974 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
10975 hosts.
10976 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
10977 mips*-dec-mach3* targets.
10978
10979 2003-02-04 Michael Chastain <mec@shout.net>
10980
10981 * NEWS: Fix typo: sepcifying -> specifying.
10982
10983 2003-02-04 Michael Chastain <mec@shout.net>
10984
10985 * dwarfread.c: Add documentation on the state of dwarf-1,
10986 looking towards obsoletion.
10987
10988 2003-02-03 Michael Chastain <mec@shout.net>
10989
10990 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
10991 gdb/testsuite/gdb.c++/pr-1023.exp.
10992
10993 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10994
10995 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
10996 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
10997
10998 * utils.c (init_page_info): Delete reference to MPW in comments.
10999 * main.c (captured_main): Delete #ifdef MPW.
11000
11001 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11002
11003 * NEWS: Note that the m32r-*-elf* is obsolete.
11004 * monitor.c (monitor_expect): Obsolete reference to m32r.
11005 * configure.tgt: Mark m32r-*-elf* as obsolete.
11006 * MAINTAINERS: Mark m32k as obsolete.
11007 * m32r-rom.c: Obsolete file.
11008 * config/m32r/m32r.mt: Obsolete file.
11009 * config/m32r/tm-m32r.h: Obsolete file.
11010 * m32r-stub.c: Obsolete file.
11011 * m32r-tdep.c: Obsolete file.
11012
11013 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11014
11015 * NEWS: Mention that the z8k-zilog-none is obsolete.
11016 * MAINTAINERS: Mark z8k as obsolete.
11017 * configure.tgt: Obsolete the z8k-*-coff* target.
11018 * config/z8k/z8k.mt: Obsolete file.
11019 * config/z8k/tm-z8k.h: Obsolete file.
11020 * z8k-tdep.c: Obsolete file.
11021
11022 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11023
11024 * NEWS: Mention that the mn10200-elf is obsolete.
11025 * configure.tgt: Obsolete mn10200-*-* target.
11026 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11027 mention that the mn10200 is obsolete.
11028 * breakpoint.h: Ditto.
11029 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11030 * config/mn10200/mn10200.mt: Obsolete file.
11031 * config/mn10200/tm-mn10200.h: Obsolete file.
11032 * mn10200-tdep.c: Obsolete file.
11033
11034 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11035
11036 * MAINTAINERS: Mark h8500 as obsolete.
11037 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11038 * findvar.c (value_from_register): Ditto.
11039 * h8500-tdep.c: Mark file as obsolete.
11040 * config/h8500/h8500.mt: Ditto.
11041 * config/h8500/tm-h8500.h: Ditto.
11042 * NEWS: Mention that h8500 is obsolete.
11043
11044 2003-02-04 David Carlton <carlton@math.stanford.edu>
11045
11046 * objfiles.c (allocate_objfile): Always set name. Add comment at
11047 start of function.
11048 * jv-lang.c (get_dynamics_objfile): Add comment.
11049
11050 2003-02-04 David Carlton <carlton@math.stanford.edu>
11051
11052 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11053 * printcmd.c (build_address_symbolic): Replace uses of
11054 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11055 SYMBOL_NAME, and asm_demangle.
11056 Update copyright.
11057
11058 2003-02-04 David Carlton <carlton@math.stanford.edu>
11059
11060 * linespec.c (decode_compound): Extract code into
11061 lookup_prefix_sym.
11062 (lookup_prefix_sym): New function.
11063
11064 2003-02-04 David Carlton <carlton@math.stanford.edu>
11065
11066 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11067 FLOAT_COERCION_BADNESS.
11068 * gdbtypes.c (rank_one_type): Replace all uses of
11069 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11070
11071 2003-02-04 Jim Blandy <jimb@redhat.com>
11072
11073 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11074 section, let dwarf_macinfo_section point to it, not
11075 dwarf_loc_section.
11076
11077 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11078
11079 Pointed out by Anton Blanchard <anton@samba.org>.
11080 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11081 (ppc_linux_at_sigtramp_return_path): Use it.
11082
11083 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11084
11085 * defs.h (streq): Add prototype.
11086 * utils.c (streq): New function.
11087
11088 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11089 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11090 * mdebugread.c (new_symbol): Likewise.
11091 * stabsread.c (define_symbol): Likewise.
11092 * coffread.c (process_coff_symbol): Likewise.
11093 * dwarfread.c (new_symbol): Likewise.
11094
11095 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11096 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11097 here.
11098 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11099 SYMBOL_INIT_DEMANGLED_NAME.
11100 * objfiles.c: Include "hashtab.h".
11101 (allocate_objfile): Call htab_set_functions_ex for the
11102 demangled_names_hash.
11103 (free_objfile): Call htab_delete for the demangled_names_hash.
11104 * objfiles.h (struct htab): Add declaration.
11105 (struct objfile): Add demangled_names_hash.
11106 * symfile.c: Include "hashtab.h".
11107 (reread_symbols): Call htab_delete for the demangled_names_hash.
11108 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11109 SYMBOL_NAME in the bcache.
11110 * symtab.c: Include "hashtab.h". Update comments.
11111 (create_demangled_names_hash, symbol_set_names): New functions.
11112 (symbol_find_demangled_name): New function, broken out from
11113 symbol_init_demangled_names.
11114 (symbol_init_demangled_names): Use it.
11115 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11116 (SYMBOL_SET_NAMES): New macro.
11117 (symbol_set_names): Add prototype.
11118
11119 2003-02-03 Jim Blandy <jimb@redhat.com>
11120
11121 Use a single, consistent representation for an empty minimal
11122 symbol table in an objfile.
11123 * objfiles.c (terminate_minimal_symbol_table): New function.
11124 (allocate_objfile): Call it.
11125 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11126 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
11127 non-NULL.
11128 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11129 objfile has minimal symbols, compare minimal_symbol_count to zero,
11130 instead of comparing msymbols with NULL.
11131 * objfiles.c (have_minimal_symbols): Same.
11132 * solib-sunos.c (solib_add_common_symbols): Call
11133 terminate_minimal_symbol_table.
11134 * symfile.c (reread_symbols): Same.
11135
11136 2003-02-03 Kevin Buettner <kevinb@redhat.com>
11137
11138 * s390-tdep.c (s390_address_class_type_flags)
11139 (s390_address_class_type_flags_to_name)
11140 (s390_address_class_name_to_type_flags): New functions.
11141 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11142 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11143
11144 2003-02-03 Michael Snyder <msnyder@redhat.com>
11145
11146 * arm-tdep.c: Fix spell-o in comment.
11147
11148 2003-02-03 Michal Ludvig <mludvig@suse.cz>
11149
11150 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11151 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
11152 error messages to contain BFD filename.
11153
11154 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
11155
11156 Fix PR gdb/742 gdb/743 gdb/877
11157 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11158 (do_mixed_source_and_assembly): Use
11159 make_cleanup_ui_out_tuple_begin_end and
11160 make_cleanup_ui_out_tuple_begin_end.
11161 (do_mixed_source_and_assembly): Ditto.
11162 * thread.c (do_captured_list_thread_ids): Ditto.
11163 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11164 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11165 ui_out_tuple_end): Delete prototypes.
11166 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11167 ui_out_list_end, ui_out_tuple_end): Delete.
11168
11169 From Kevin Buettner <kevinb@redhat.com>:
11170 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
11171 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11172 (do_cleanup_table_end): New functions.
11173 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11174 Use cleanups to invoke_ui_out_tuple_end().
11175 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
11176 * cli/cli-setshow.c (cmd_show_list): Use
11177 make_cleanup_ui_out_tuple_begin_end.
11178
11179 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11180
11181 * frame.c (frame_unwind_register): New function.
11182 (frame_unwind_unsigned_register): Use.
11183 (frame_unwind_signed_register): Use.
11184 (frame_read_register): New function.
11185 * frame.h (frame_unwind_register): Declare.
11186 (frame_read_register): Declare.
11187
11188 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11189 and frame_unwind_register instead of read_memory, write_register
11190 and deprecated_write_register_bytes.
11191
11192 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11193
11194 * frame.h: Note that namelen can be negative.
11195 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11196 NAME's length.
11197
11198 * NEWS: Mention that the d10v's `regs' command is deprecated.
11199 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11200 (d10v_print_registers_info): New function.
11201 (show_regs): Call d10v_print_registers_info.
11202 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11203
11204 2003-02-02 Mark Kettenis <kettenis@gnu.org>
11205
11206 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11207 lost in the previous patch.
11208
11209 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11210
11211 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
11212 * stack.c (print_frame_info_base): Output complete FRAME tuple
11213 for synthesized frames.
11214
11215 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11216
11217 * mips-nat.c (zerobuf): Delete.
11218 (fetch_inferior_registers): Alloc local zerobuf.
11219 (fetch_core_registers): Alloc local zerobuf.
11220 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11221 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11222 * thread-db.c (thread_db_store_registers): Ditto.
11223 * sh-tdep.c (sh_do_register): Ditto.
11224 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11225 * remote-sim.c (gdbsim_store_register): Ditto.
11226 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11227 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11228 * monitor.c (monitor_supply_register): Ditto.
11229 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11230 * mips-nat.c (fetch_inferior_registers): Ditto.
11231 * m68klinux-nat.c (fetch_register): Ditto.
11232 * lynx-nat.c (fetch_inferior_registers): Ditto.
11233 (fetch_inferior_registers): Ditto.
11234 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11235 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11236 (hpux_thread_store_registers): Ditto.
11237 * hppah-nat.c (fetch_register): Ditto.
11238 * hppab-nat.c (fetch_register): Ditto.
11239 * hppa-tdep.c (pa_register_look_aside): Ditto.
11240 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11241 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11242
11243 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11244
11245 * gdbarch.sh: Explictly specify all method levels. When a
11246 variable with an empty level, provide a non-multi-arch default.
11247 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11248 * gdbarch.h: Re-generate.
11249 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11250 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11251
11252 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11253
11254 * defs.h (host_pointer_to_address): Delete declaration.
11255 (address_to_host_pointer): Delete declaration.
11256 * utils.c (host_pointer_to_address): Delete function.
11257 (address_to_host_pointer): Delete function.
11258 * procfs.c (procfs_address_to_host_pointer): New function.
11259 * procfs.c (proc_set_watchpoint): Use.
11260 (procfs_can_use_hw_breakpoint): Update comments.
11261 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11262 (som_solib_add): Use.
11263 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11264 * hppa-tdep.c (unwind_command): Use.
11265
11266 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11267
11268 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11269 strlen d_name.
11270
11271 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11272 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11273 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11274 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11275 (define_symbol): Update.
11276 * symfile.c (generic_load): Remove references to nindy.
11277 * symtab.c: Remove references to nindy.
11278
11279 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11280
11281 * infcmd.c (print_float_info): Delete code conditional on
11282 FLOAT_INFO.
11283 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11284 * config/m68k/nm-apollo68b.h: Ditto.
11285 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11286 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11287 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11288
11289 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11290
11291 * config/i386/tm-i386os9k.h: Removed.
11292
11293 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11294 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11295 they're identical to i[3456]86-*-sysv* now.
11296 * config/i386/i386v32.mh: Removed.
11297 * config/i386/xm-i386v32.h: Removed.
11298 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11299
11300 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11301
11302 * config/i386/i386dgux.mh: Removed.
11303 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11304
11305 * configure.in: Fix typo.
11306 * configure: Regenerated.
11307
11308 2003-01-31 David Carlton <carlton@math.stanford.edu>
11309
11310 * dwarf2read.c (dwarf2_locate_sections): Set
11311 dwarf_ranges_section.
11312
11313 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11314
11315 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11316 * utils.c: Update comments documenting legitimate uses of PTR.
11317
11318 * utils.c: Re-indent.
11319
11320 * config/djgpp/fnchange.lst: Delete nindy files.
11321 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11322 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11323 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11324 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11325 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11326 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11327 * Makefile.in (init.c): Remove nindy references.
11328 (saber_gdb): Delete rule.
11329 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11330 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11331 and a68v-nat.c.
11332 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11333 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11334 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11335 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11336 nindy-share/stop.h.
11337 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11338 * saber.suppress: Delete file.
11339
11340 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
11341
11342 * dbxread.c (stabs_data): New static variable.
11343 (fill_symbuf): Support an in-memory buffer for stabs data.
11344 (stabs_seek): New function.
11345 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11346 (read_ofile_symtab): Use stabs_seek.
11347 (elfstab_build_psymtabs): Take an asection* instead of
11348 an offset and size. Relocate the stabs data if necessary.
11349 Save the section* for dbx_psymtab_to_symtab.
11350 * dwarf2read.c: Add section variables for each debug section.
11351 (dwarf2_locate_sections): Fill them in.
11352 (dwarf2_read_section): Take an asection* argument.
11353 Relocate the section contents if necessary.
11354 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11355 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11356 it to dwarf2_read_section.
11357 (dwarf2_build_frame_info): Update callers.
11358 * elfread.c (elf_symfile_read): Update call to
11359 elfstab_build_psymtabs.
11360 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11361 (DBX_STAB_SECTION): New macro.
11362 * stabsread.h (elfstab_build_psymtabs): Update prototype.
11363 * symfile.c (symfile_dummy_outputs): New function.
11364 (symfile_relocate_debug_section): New function.
11365 * symfile.h (symfile_relocate_debug_section): Add prototype.
11366
11367 2003-01-31 Richard Henderson <rth@redhat.com>
11368
11369 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11370 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11371 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11372 * alpha-tdep.c (alpha_register_name): Add "unique".
11373 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11374 (ALPHA_UNIQUE_REGNUM): New.
11375 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11376
11377 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11378
11379 * README: Remove reference to Ericsson 1800 monitor.
11380 * Makefile.in (remote-es.o): Delete rule.
11381 (ALLDEPFILES): Delete remote-es.c.
11382 * remote-es.c: Delete file.
11383 * config/m68k/es1800.mt: Delete file.
11384 * config/djgpp/fnchange.lst: Update.
11385 * configure.tgt: Delete m68*-ericsson-* target.
11386
11387 2003-01-31 Adam Fedor <fedor@gnu.org>
11388
11389 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11390 Remove duplicate/shadowing variable of same name.
11391
11392 2003-01-30 Jim Blandy <jimb@redhat.com>
11393
11394 * symfile.c (find_separate_debug_file): Assert that the objfile's
11395 directory name we compute ends with a slash, and then assume that
11396 that's so everywhere we use it.
11397
11398 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
11399
11400 * valops.c (value_assign): Flush frame cache after stores to memory
11401 also.
11402
11403 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11404
11405 * Makefile.in (mon960-rom.o): Delete rule.
11406 * mon960-rom.c: Delete file.
11407
11408 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11409
11410 * d10v-tdep.c: Include "frame-unwind.h".
11411 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11412 list.
11413 (next_addr, uses_frame): Delete.
11414 (struct d10v_unwind_cache): Define.
11415 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11416 Use info instead of next_addr and uses_frame globals.
11417 (d10v_frame_init_saved_regs): Delete function.
11418 (d10v_init_extra_frame_info): Delete function.
11419 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11420 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11421 init_frame_pc or frame_saved_pc.
11422 (d10v_pop_frame): Delete function.
11423 (do_d10v_pop_frame): Delete function.
11424 (d10v_frame_chain): Delete function.
11425 (d10v_frame_chain_valid): Delete function.
11426 (d10v_frame_pc_unwind): New function.
11427 (d10v_frame_id_unwind): New function.
11428 (saved_regs_unwinder): New function.
11429 (d10v_frame_register_unwind): New function.
11430 (d10v_frame_pop): New function.
11431 (d10v_frame_unwind): New variable.
11432 (d10v_frame_p): New function.
11433 (d10v_frame_saved_pc): Delete function.
11434 * Makefile.in (d10v-tdep.o): Update dependencies.
11435
11436 2003-01-30 J. Brobecker <brobecker@gnat.com>
11437
11438 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11439 causing some regressions due to a change in the default value
11440 for this macro.
11441
11442 2003-01-29 Richard Henderson <rth@redhat.com>
11443 Elena Zannoni <ezannoni@redhat.com>
11444 Daniel Jacobowitz <drow@mvista.com>
11445
11446 Fix PR gdb/961.
11447 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
11448 variables.
11449 (RANGES_SECTION): New.
11450 (dwarf_ranges_buffer): New variable.
11451 (struct comp_unit_head): Add member "die".
11452 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11453 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11454 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11455 (dwarf2_locate_sections): Likewise.
11456 (dwarf2_build_psymtabs): Read .debug_ranges.
11457 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11458 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11459 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11460 Look for DW_AT_ranges and return the bounding box.
11461
11462 2003-01-29 Brian Ford <ford@vss.fsi.com>
11463
11464 * win32-nat.c (cygwin_pid): Removed as unused.
11465 (child_attach): Try fall back to Cygwin pid.
11466
11467 2003-01-29 Jim Blandy <jimb@redhat.com>
11468
11469 * objfiles.h (struct objfile): Doc fix.
11470
11471 2003-01-29 Andrew Cagney <ac131313@redhat.com>
11472
11473 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11474 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11475 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11476 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11477 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11478 (FRAME_SAVED_PC): Change to a function with predicate.
11479 * gdbarch.h, gdbarch.c: Re-generate.
11480
11481 2003-01-28 Andrew Cagney <ac131313@redhat.com>
11482
11483 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
11484
11485 * complaints.c (complain): Delete function.
11486 * complaints.h (struct deprecated_complaint): Delete definition.
11487 (complain): Delete declaration.
11488
11489 2003-01-28 Kevin Buettner <kevinb@redhat.com>
11490
11491 * mips-tdep.c (mips_init_extra_frame_info): Return early for
11492 dummy frames.
11493
11494 2003-01-27 Andrew Cagney <ac131313@redhat.com>
11495
11496 * sentinel-frame.h, sentinel-frame.c: New files.
11497 * Makefile.in (frame.o): Update dependencies.
11498 (SFILES): Add sentinel-frame.c.
11499 (sentinel_frame_h): Define.
11500 (COMMON_OBS): Add sentinel-frame.o.
11501 (sentinel-frame.o): Specify dependencies.
11502 * frame.c: Include "sentinel-frame.h".
11503 (frame_register_unwind): Rewrite assuming that there is always a a
11504 ->next frame.
11505 (frame_register, generic_unwind_get_saved_register): Ditto.
11506 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
11507 (create_sentinel_frame, unwind_to_current_frame): New functions.
11508 (get_current_frame): Rewrite using create_sentinel_frame and
11509 unwind_to_current_frame. When possible, always create a frame.
11510 (create_new_frame): Set next to the sentinel frame.
11511 (get_next_frame): Rewrite. Don't go below the level 0 frame.
11512 (deprecated_update_frame_pc_hack): Update the next frame's PC and
11513 ID cache when necessary.
11514 (frame_saved_regs_id_unwind): Use frame_relative_level.
11515 (deprecated_generic_get_saved_register): Use frame_relative_level,
11516 get_frame_saved_regs, get_frame_pc, get_frame_base and
11517 get_next_frame.
11518 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
11519 frame_register.
11520
11521 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11522
11523 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
11524
11525 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11526
11527 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
11528 (maintenance_set_profile_cmd): Use error () instead of warning ().
11529
11530 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11531
11532 * configure.in: Check that -pg works if using --enable-profiling.
11533 Check for monstartup and _mcleanup regardless of --enable-profiling.
11534 * maint.c: Check for monstartup and _mcleanup before using them.
11535 * config.in: Regenerated.
11536 * configure: Regenerated.
11537
11538 2003-01-24 Nick Clifton <nickc@redhat.com>
11539
11540 * Add sh2e support:
11541
11542 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
11543
11544 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
11545 (sh2e_show_regs): New.
11546 (sh_gdbarch_init): Handle bfd_mach_sh2e.
11547 * config/sh/tm-sh.h: Added sh2e to comments.
11548
11549 2003-01-23 Jim Blandy <jimb@redhat.com>
11550
11551 * symfile.c (syms_from_objfile): Don't print the "(no debugging
11552 symbols found)" message here; we haven't checked for a separate
11553 debug info file yet, so we don't know yet.
11554 (symbol_file_add_with_addrs_or_offsets): Print it here, after
11555 we've looked everywhere. Also, there's no need to print a special
11556 message when we're loading the separate debug info file: the one
11557 symbol_file_add prints is fine.
11558
11559 2003-01-23 Alexander Larsson <alexl@redhat.com>
11560 Jim Blandy <jimb@redhat.com>
11561
11562 Add support for executables whose debug info has been separated
11563 out into a separate file, leaving only a link behind.
11564 * objfiles.h (struct objfile): New fields: separate_debug_objfile
11565 and separate_debug_objfile_backlink.
11566 (put_objfile_before): New declaration.
11567 * symfile.c: #include "filenames.h".
11568 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
11569 debug info in a separate file, read that, too. Save the addrs
11570 argument, so we can use it again to read the separated debug info;
11571 syms_from_objfile modifies the table we pass it.
11572 (reread_symbols): After re-reading an objfile, call
11573 reread_separate_symbols to refresh its separate debug info
11574 objfile, if it has one.
11575 (reread_separate_symbols, find_separate_debug_file,
11576 get_debug_link_info, separate_debug_file_exists): New functions.
11577 (debug_file_directory): New global var.
11578 (_initialize_symfile): Initialize debug_file_directory, and
11579 provide the new `set debug-file-directory' command to let the user
11580 change it.
11581 * objfiles.c (free_objfile): If this objfile has its debug info in
11582 a separate objfile, free that one too. If this is itself a
11583 separate debug info objfile, clear our parent's backlink.
11584 (put_objfile_before): New function.
11585 * utils.c (gnu_debuglink_crc32): New function.
11586 * defs.h (gnu_debuglink_crc32): New declaration.
11587 * Makefile.in (symfile.o): Note dependency on "filenames.h".
11588 * configure.in: Handle --with-separate-debug-dir config option.
11589 * acinclude.m4 (AC_DEFINE_DIR): New macro.
11590 * acconfig.h (DEBUGDIR): New macro.
11591 * configure, aclocal.m4, config.in: Regenerated.
11592
11593 2003-01-22 Jim Blandy <jimb@redhat.com>
11594
11595 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
11596 like the old symbol_file_add, but taking new arguments: you can
11597 now pass in either a `struct section_addr_info' list to say where
11598 each section is loaded, or a `struct section_offsets' table. Pass
11599 these new arguments through to syms_from_objfile as appropriate.
11600 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
11601 with the appropriate quiescent values for the new arguments.
11602
11603 * symfile.c: #include "gdb_assert.h".
11604 (syms_from_objfile): Add the ability to pass in a section offset
11605 table directly, as an alternative to the section_addr_info table.
11606 Document arguments better.
11607 (symbol_file_add): Pass extra arguments to syms_from_objfile.
11608 * symfile.h (syms_from_objfile): Update declaration.
11609 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
11610 syms_from_objfile.
11611 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
11612
11613 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
11614
11615 Original patch by Tom Tromey <tromey@cygnus.com> and
11616 Jason Molenda <jmolenda@apple.com>.
11617 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
11618 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
11619 * NEWS: Mention profiling.
11620 * configure.in (--enable-gdbtk): Fix typo.
11621 (--enable-profiling): New. Set PROFILE_CFLAGS.
11622 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
11623 Fill in function.
11624 (profiling_state): New variable.
11625 (mcleanup_wrapper): New function.
11626 (_initialize_maint): Remove NOTYET, fix call to
11627 add_setshow_boolean_cmd for "maint set profile".
11628 * configure: Regenerated.
11629
11630 2003-01-21 Martin M. Hunt <hunt@redhat.com>
11631
11632 * Makefile.in (install-gdbtk): Install PNG images too.
11633
11634 2003-01-21 Andrew Cagney <ac131313@redhat.com>
11635
11636 * exec.c (text_start): Delete global variable.
11637 (exec_file_attach): Make text_start local to the function.
11638 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
11639 * valops.c (hand_function_call): Delete code that handles
11640 BEFORE_TEXT_END and AFTER_TEXT_END.
11641 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
11642 of CALL_DUMMY_LOCATION.
11643 * gdbarch.c: Regenerate.
11644 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
11645 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
11646 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
11647 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
11648 (text_end): Delete extern declaration.
11649
11650 2003-01-21 Andrew Cagney <ac131313@redhat.com>
11651
11652 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
11653 * blockframe.c (backtrace_below_main): Move to "frame.c".
11654 (frame_chain_valid): Delete check for backtrace_below_main.
11655 (_initialize_blockframe): Delete initialization, move ``set
11656 backtrace-below-main'' command to "frame.c".
11657 (do_flush_frames_sfunc): Delete function.
11658 * frame.c: Include "command.h" and "gdbcmd.h".
11659 (frame_type_from_pc): New function.
11660 (create_new_frame): Use frame_type_from_pc.
11661 (legacy_get_prev_frame): New function.
11662 (get_prev_frame): Rewrite. When an old style frame, call
11663 legacy_get_prev_frame. Otherwize, unwind the PC first.
11664 (_initialize_frame): Add ``set backtrace-below-main'' command.
11665 * Makefile.in (frame.o): Update dependencies.
11666
11667 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11668
11669 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
11670 DEPRECATED_REGISTERS_INFO.
11671
11672 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11673
11674 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
11675 Maintainers'. Update `Various Maintainers'.
11676
11677 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11678
11679 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
11680 * gdbarch.sh (POP_FRAME): Change to function with predicate.
11681 Suppress actual parameters when `-'.
11682 * gdbarch.h, gdbarch.c: Regenerate.
11683
11684 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11685
11686 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
11687 code handling dummy frames.
11688
11689 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11690
11691 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
11692 (struct frame_unwind): Add field pop.
11693 * frame.h (frame_pop): Declare.
11694 * frame.c (frame_saved_regs_pop): New function.
11695 (trad_frame_unwinder): Add frame_saved_regs_pop.
11696 (frame_pop): New function.
11697 * dummy-frame.c (dummy_frame_pop): New function.
11698 (discard_innermost_dummy): New function.
11699 (generic_pop_dummy_frame): Use discard_innermost_dummy.
11700 (dummy_frame_unwind): Add dummy_frame_pop.
11701 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
11702 * valops.c (hand_function_call): Ditto.
11703 * stack.c (return_command): Ditto.
11704
11705 2003-01-18 Andrew Cagney <ac131313@redhat.com>
11706
11707 * cris-tdep.c: Fix function declaration indentation.
11708 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
11709 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
11710 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
11711 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
11712 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
11713 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
11714
11715 2003-01-18 Michael Chastain <mec@shout.net>
11716
11717 * README (Unpacking and Installation -- quick overview):
11718 Warn against ".../gdb-5.3/gdb/configure".
11719
11720 2003-01-18 Andrew Cagney <ac131313@redhat.com>
11721
11722 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
11723 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
11724 (struct frame_unwind): Declare opaque.
11725 (dummy_frame_p): Declare function.
11726 * dummy-frame.c (dummy_frame_id_unwind): Make static.
11727 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
11728 * dummy-frame.c: Include "frame-unwind.h".
11729 (dummy_frame_p): New function.
11730 (dummy_frame_unwind): New variable.
11731 * frame.c: Include "frame-unwind.h".
11732 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
11733 to use the new unwind field.
11734 (set_unwind_by_pc): Delete function.
11735 (create_new_frame, get_prev_frame): Set unwind field using
11736 frame_unwind_find_by_pc.
11737 (trad_frame_unwind, trad_frame_unwinder): New variables.
11738 * frame.h (trad_frame_unwind): Declare variable.
11739 (frame_id_unwind_ftype): Delete declaration.
11740 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
11741 (struct frame_unwind): Declare opaque.
11742 (struct frame_info): Replace the fields id_unwind, pc_unwind and
11743 register_unwind with a single unwind pointer.
11744 * frame-unwind.h, frame-unwind.c: New files.
11745 * Makefile.in (SFILES): Add frame-unwind.c.
11746 (frame_unwind_h): Define.
11747 (COMMON_OBS): Add frame-unwind.o.
11748 (frame-unwind.o): Specify dependencies.
11749 (frame.o, dummy-frame.o): Update dependencies.
11750
11751 2003-01-18 Andrew Cagney <ac131313@redhat.com>
11752
11753 * ada-valprint.c: Eliminate PTR.
11754 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
11755 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
11756 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
11757 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
11758 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
11759 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
11760 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
11761
11762 2003-01-17 Andrew Cagney <ac131313@redhat.com>
11763
11764 * main.c (captured_main): Don't use PTR.
11765 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
11766 * gdbtypes.c (lookup_primitive_typename): Ditto.
11767 (lookup_struct_elt_type): Ditto.
11768 * f-valprint.c (info_common_command): Ditto.
11769 (list_all_visible_commons): Ditto.
11770 * jv-typeprint.c (java_type_print_base): Ditto.
11771
11772 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
11773 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
11774 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
11775 i386-interix-nat.c and i386-interix-tdep.c. Rename
11776 m68klinux-nat.c and m68klinux-tdep.c. Rename
11777 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
11778 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
11779 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
11780 * main.c (captured_main): Use xfree, not free.
11781
11782 2003-01-16 Andrew Cagney <ac131313@redhat.com>
11783
11784 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
11785 ID back using a parameter.
11786 * frame.c (frame_id_unwind): Update call.
11787 (frame_saved_regs_id_unwind): Update.
11788 * dummy-frame.c (dummy_frame_id_unwind): Update function.
11789 * dummy-frame.h (struct frame_id): Add opaque declaration.
11790 (dummy_frame_id_unwind): Update declaration.
11791
11792 2003-01-15 Andrew Cagney <ac131313@redhat.com>
11793
11794 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
11795
11796 2003-01-15 Stephen P. Smith <ischis2@cox.net>
11797
11798 * MAINTAINERS (Stephen P. Smith): Updated email address.
11799
11800 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
11801
11802 Fix PR gdb/898
11803 * breakpoint.c (until_break_command): Add new argument. Use it to
11804 decide whether to stop only at the current frame or not.
11805 * breakpoint.h (until_break_command): Update prototype.
11806 * infcmd.c (until_command): Add new argument to until_break_command
11807 call.
11808 (advance_command): New function.
11809 (_initialize_infcmd): Update help string for 'until' command.
11810 Add new 'advance' command.
11811
11812 2003-01-14 David Carlton <carlton@math.stanford.edu>
11813
11814 * linespec.c (decode_line_1): Normalize comments.
11815 (set_flags): Ditto.
11816 (locate_first_half): Ditto.
11817 (decode_compound): Ditto.
11818 (symtab_from_filename): Ditto.
11819 (decode_all_digits): Ditto.
11820 (decode_dollar): Ditto.
11821 (find_methods): Ditto.
11822 (find_toplevel_char): Ditto.
11823
11824 2003-01-13 Andrew Cagney <ac131313@redhat.com>
11825
11826 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
11827 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
11828 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
11829 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
11830 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
11831 * language.c, language.h, m32r-tdep.c: Update copyright.
11832 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
11833 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
11834 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
11835 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
11836 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
11837 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
11838
11839 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
11840
11841 * stabsread.h (process_later, resolve_cfront_continuation):
11842 Obsolete.
11843 Update copyright years.
11844 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
11845 Update copyright year.
11846 * dbxread.c(struct cont_elem): Obsolete.
11847 (process_later, process_now): Obsolete functions.
11848 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
11849 Update copyright year.
11850 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
11851 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
11852 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
11853 (parse_partial_symbols): Obsolete cfront support.
11854 * stabsread.c
11855 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
11856 macros.
11857 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
11858 read_cfront_baseclasses, read_cfront_member_functions,
11859 resolve_cfront_continuation,read_cfront_static_fields,
11860 copy_cfront_struct_fields): Obsolete functions.
11861 (define_symbol, read_one_struct_field): Obsolete cfront support.
11862 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
11863 Update Copyright year.
11864
11865 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
11866
11867 * stack.c (print_frame_info, print_stack_frame_base_stub,
11868 print_stack_frame_base, show_and_print_stack_frame_stub,
11869 show_and_print_stack_frame, print_only_stack_frame_stub,
11870 print_only_stack_frame): Delete functions.
11871 (print_stack_frame_stub): Call print_frame_info instead of
11872 print_frame_info_base.
11873 (print_frame_info_base): Rename to print_frame_info.
11874 (backtrace_command_1): Call print_frame_info, instead of
11875 print_frame_info_base.
11876 (current_frame_command): Call print_stack_frame, instead of
11877 print_only_stack_frame.
11878 (frame_command): Call print_stack_frame, instead of
11879 show_and_print_stack_frame.
11880 (up_command): Ditto.
11881 (down_command): Ditto.
11882 * frame.h (print_only_stack_frame): Delete prototype.
11883 * infrun.c (normal_stop): Call print_stack_frame, instead of
11884 show_and_print_stack_frame.
11885 * thread.c (info_threads_command): Call print_stack_frame, instead
11886 of print_only_stack_frame.
11887
11888 2003-01-13 Andrew Cagney <ac131313@redhat.com>
11889
11890 * README (Graphical interface to GDB): Update URL. Point at
11891 gdb/links/.
11892
11893 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
11894 version match.
11895
11896 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11897
11898 * symtab.c (find_pc_sect_line): Don't consider end-of-function
11899 lines.
11900
11901 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11902
11903 * thread-db.c (attach_thread): Prototype.
11904 (struct private_thread_info): Remove lwpid. Add thread handle (th),
11905 thread information (ti), and valid flags (th_valid, ti_valid).
11906 (attach_thread): Move target_pid_to_str call to after the thread
11907 is added to GDB's list. Initialize the cache.
11908 (thread_get_info_callback, thread_db_map_id2thr)
11909 (thread_db_get_info): New functions.
11910 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
11911 (thread_db_store_registers, thread_db_thread_alive)
11912 (thread_db_get_thread_local_address): Use them.
11913 (thread_db_pid_to_str): Likewise. Return "Missing" instead
11914 of calling error() for threads in unknown state.
11915
11916 (clear_lwpid_callback): New function.
11917 (thread_db_resume): Use it to clear the cache.
11918
11919 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11920
11921 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
11922 (resume_callback): Remove dead code.
11923
11924 2003-01-13 Andrew Cagney <ac131313@redhat.com>
11925
11926 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
11927 predicate.
11928 * gdbarch.h, gdbarch.c: Regenerate.
11929 * stack.c (frame_info): Only initialize the saved registers when
11930 FRAME_INIT_SAVED_REGS_P.
11931 * frame.c (frame_saved_regs_register_unwind): Assert
11932 FRAME_INIT_SAVED_REGS_P.
11933 (deprecated_generic_get_saved_register): Ditto.
11934
11935 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11936
11937 * source.c (openp): Squelch warning about "filename".
11938
11939 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11940
11941 * source.c (openp): If the file does not exist don't necessarily
11942 search the path.
11943
11944 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11945
11946 Fix PR gdb/872.
11947 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
11948 (integer_types_same_name_p): New function.
11949 (rank_one_type): Use it.
11950 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
11951
11952 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11953
11954 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
11955 variables.
11956 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
11957 * configure.in: Add --with-sysroot.
11958 * configure: Regenerated.
11959 * main.c (gdb_sysroot): New variable.
11960 (captured_main): Initialize gdb_sysroot.
11961 * defs.h (gdb_sysroot): New extern declaration.
11962 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
11963
11964 2003-01-12 Michael Chastain <mec@shout.net>
11965
11966 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
11967
11968 2003-01-12 Michael Chastain <mec@shout.net>
11969
11970 * top.c (print_gdb_version): Bump copyright year to 2003.
11971
11972 2003-01-12 David Carlton <carlton@bactrian.org>
11973
11974 * linespec.c (symtab_from_filename): Rename variable 's' to
11975 'file_symtab'.
11976
11977 2003-01-12 Andrew Cagney <ac131313@redhat.com>
11978
11979 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
11980 dummy frame.
11981 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
11982
11983 2003-01-12 Andrew Cagney <ac131313@redhat.com>
11984
11985 * d10v-tdep.c: Include "gdb_assert.h".
11986 (d10v_store_return_value): Rewrite to match current interface.
11987 (d10v_extract_struct_value_address): Ditto.
11988 (d10v_extract_return_value): Ditto.
11989 (d10v_gdbarch_init): Set store_restore_value,
11990 extract_struct_value_address and extract_return_value.
11991
11992 2003-01-12 J. Brobecker <brobecker@gnat.com>
11993
11994 * hpread.c (set_namestring): New procedure replacing the
11995 SET_NAMESTRING macro.
11996 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
11997 by calls to set_namestring.
11998
11999 2003-01-11 J. Brobecker <brobecker@gnat.com>
12000
12001 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12002 a compilation warning.
12003 (hpread_process_one_debug_symbol): Likewise.
12004
12005 2003-01-10 David Carlton <carlton@math.stanford.edu>
12006
12007 * linespec.c (decode_line_1): Rename variable 's' to
12008 'file_symtab'.
12009 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12010 (decode_dollar): Ditto.
12011 (decode_variable): Ditto.
12012 (symbol_found): Ditto.
12013
12014 2003-01-09 Michael Chastain <mec@shout.net>
12015
12016 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12017
12018 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12019
12020 * win32-nat.c (set_process_privilege): New function.
12021 (child_attach): Call set_process_privilege() to enable the
12022 SE_DEBUG_NAME user privilege if available in process token.
12023
12024 2003-01-10 J. Brobecker <brobecker@gnat.com>
12025
12026 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12027 compilation error in the previous revision.
12028
12029 2003-01-09 David Carlton <carlton@math.stanford.edu>
12030
12031 * linespec.c: Update copyright.
12032
12033 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12034
12035 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12036 than inferior_ptid.
12037 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12038
12039 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12040
12041 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12042 Update comments.
12043 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12044 (frame_saved_regs_zalloc): Update.
12045 (frame_saved_regs_register_unwind): Update.
12046 (create_new_frame): Update.
12047 (get_prev_frame): Update.
12048 (frame_extra_info_zalloc): Update.
12049 (deprecated_get_frame_saved_regs): Update.
12050 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12051 * cris-tdep.c: Update comment.
12052
12053 * somsolib.h: Fix function indentation.
12054 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12055 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12056 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12057 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12058 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12059
12060 * infrun.c (follow_fork): Use ISO C definition.
12061 * expprint.c (print_subexp): Use xfree instead of free.
12062 * charset.c: Include "gdb_string.h" instead of <string.h>.
12063 (register_iconv_charsets): Use ISO C definition.
12064 (host_charset, target_charset): Ditto.
12065 * Makefile.in (charset.o): Update dependencies.
12066 (mi-cmd-env.o): Update dependencies.
12067
12068 2003-01-08 Andrew Cagney <cagney@redhat.com>
12069
12070 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12071 get_frame_base.
12072
12073 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12074
12075 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12076 build directories. Save edited gdb output in Mbuild.log. If a
12077 build fails, remove any final GDB executable.
12078
12079 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12080
12081 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12082 replacing hex constants with function names and stripping leading
12083 file name directory prefixes.
12084
12085 2003-01-08 Andrew Cagney <cagney@redhat.com>
12086
12087 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12088 get_frame_base.
12089
12090 2003-01-08 David Carlton <carlton@math.stanford.edu>
12091
12092 * linespec.c (decode_line_1): Move code into decode_variable.
12093 (decode_variable): New function.
12094
12095 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12096
12097 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12098
12099 2003-01-08 Andrew Cagney <cagney@redhat.com>
12100
12101 * cris-tdep.c (cris_frame_init_saved_regs): Use
12102 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12103 saved_regs buffer.
12104 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12105 (sh64_nofp_frame_init_saved_regs): Ditto.
12106 (sh_fp_frame_init_saved_regs): Ditto.
12107 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12108 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12109 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12110 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12111
12112 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
12113
12114 * minsyms.c (lookup_minimal_symbol): Update comment.
12115 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12116 (lookup_minimal_symbol_solib_trampoline): Likewise.
12117
12118 2003-01-08 Andrew Cagney <cagney@redhat.com>
12119
12120 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12121 frame_relative_level.
12122
12123 * alpha-tdep.c: Use get_frame_extra_info.
12124 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12125 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12126 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12127 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12128
12129 * alpha-tdep.c: Use get_next_frame.
12130 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12131 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12132 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12133 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12134 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12135 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12136 * xstormy16-tdep.c: Ditto.
12137
12138 2003-01-07 Andrew Cagney <cagney@redhat.com>
12139
12140 * alpha-tdep.c: Use get_frame_base.
12141 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12142 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12143 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12144 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12145 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12146 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12147 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12148 * config/sparc/tm-sparc.h: Ditto.
12149
12150 2003-01-07 Andrew Cagney <cagney@redhat.com>
12151
12152 * frame.c (deprecated_get_frame_context): New function.
12153 (deprecated_set_frame_context): New function.
12154 * frame.h (deprecated_get_frame_context): Declare.
12155 (deprecated_set_frame_context): Declare.
12156 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12157 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
12158
12159 2003-01-07 Andrew Cagney <cagney@redhat.com>
12160
12161 * frame.c (deprecated_set_frame_next_hack): New function.
12162 (deprecated_set_frame_prev_hack): New function.
12163 * frame.h (deprecated_set_frame_next_hack): Declare.
12164 (deprecated_set_frame_prev_hack): Declare.
12165 * mcore-tdep.c (analyze_dummy_frame): Use
12166 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12167 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12168
12169 2003-01-07 David Carlton <carlton@math.stanford.edu>
12170
12171 * linespec.c (decode_line_1): Move code into decode_dollar.
12172 (decode_dollar): New function.
12173
12174 2003-01-07 Andrew Cagney <cagney@redhat.com>
12175
12176 * arm-tdep.c (arm_init_extra_frame_info): Use
12177 deprecated_update_frame_base_hack.
12178 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12179 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12180 (fix_frame_pointer): Ditto.
12181 (mn10300_analyze_prologue): Ditto.
12182
12183 2003-01-07 Andrew Cagney <cagney@redhat.com>
12184
12185 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12186 extra_info using frame_extra_info_zalloc.
12187 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12188 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12189 (sh64_init_extra_frame_info): Ditto.
12190 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12191 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12192 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12193 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12194 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12195 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12196 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12197 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12198 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12199 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12200 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12201 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12202
12203 * mn10300-tdep.c (analyze_dummy_frame): Use
12204 deprecated_set_frame_extra_info_hack.
12205 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12206
12207 2003-01-07 J. Brobecker <brobecker@gnat.com>
12208
12209 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12210 class is not scText. These do not define "real" procedures.
12211 (parse_partial_symbols): Likewise.
12212
12213 2003-01-06 Michael Snyder <msnyder@redhat.com>
12214
12215 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12216
12217 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12218
12219 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12220 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12221 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12222 deprecated_frame_xmalloc_with_cleanup.
12223 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12224 deprecated_frame_xmalloc.
12225 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12226 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12227
12228 2003-01-06 Andrew Cagney <cagney@redhat.com>
12229
12230 * x86-64-linux-tdep.c: Include "osabi.h".
12231 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12232
12233 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12234
12235 2003-01-06 Andrew Cagney <cagney@redhat.com>
12236
12237 * MAINTAINERS (Target Instruction Set Architectures): Update
12238 arm-elf. Can be built with -Werror, has been multiarched.
12239
12240 * value.h (unpack_long): Make buffer parameter constant.
12241 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12242 * scm-lang.h (scm_parse): Ditto.
12243 * defs.h (extract_typed_address, extract_address): Ditto.
12244 (extract_long_unsigned_integer): Ditto.
12245 * inferior.h (unsigned_pointer_to_address): Ditto.
12246 (signed_pointer_to_address): Ditto.
12247 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12248 * gdbarch.h, gdbarch.c: Regenerate.
12249 * findvar.c (extract_long_unsigned_integer): Update.
12250 (extract_address): Update.
12251 (extract_typed_address): Update.
12252 (unsigned_pointer_to_address): Update.
12253 * values.c (unpack_long): Update.
12254 (unpack_double): Update.
12255 (unpack_pointer): Update.
12256 (unpack_field_as_long): Update.
12257 * d10v-tdep.c (d10v_pointer_to_address): Update.
12258 * avr-tdep.c (avr_pointer_to_address): Update.
12259 * scm-lang.c (scm_unpack): Update.
12260 * findvar.c (signed_pointer_to_address): Update.
12261
12262 2003-01-06 Michal Ludvig <mludvig@suse.cz>
12263
12264 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
12265 since it is in i386-tdep.c.
12266
12267 2003-01-06 J. Brobecker <brobecker@gnat.com>
12268
12269 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12270 failure introduced in the previous change.
12271
12272 2003-01-05 Michael Chastain <mec@shout.net>
12273
12274 * README: Remove references to deleted remote-*.c files:
12275 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12276 remote-nrom.c, remote-os9k.c, remote-udi.c.
12277
12278 2003-01-05 Mark Kettenis <kettenis@gnu.org>
12279
12280 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12281 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12282 i386_get_longjmp_target.
12283
12284 2003-01-05 Andrew Cagney <ac131313@redhat.com>
12285
12286 * arm-tdep.c (prologue_cache): Change to a pointer.
12287 (_initialize_arm_tdep): Allocate prologue_cache.
12288 (check_prologue_cache): Update.
12289 (save_prologue_cache): Update.
12290 (arm_gdbarch_init): Update.
12291
12292 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12293
12294 * stabsread.c (update_method_name_from_physname): Call complaint()
12295 instead of error.
12296
12297 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12298
12299 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12300 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12301 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12302
12303 * blockframe.c: Include "gdbcmd.h" and "command.h".
12304 (backtrace_below_main): New variable.
12305 (file_frame_chain_valid, func_frame_chain_valid)
12306 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12307 (generic_func_frame_chain_valid): Remove functions.
12308 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12309 (_initialize_blockframe): New function.
12310 * Makefile.in (blockframe.o): Update dependencies.
12311 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12312 comment. Call frame_chain_valid ().
12313 * frame.h: Remove old prototypes. Add prototype for
12314 frame_chain_valid and update comments to match.
12315 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12316 Remove old comment.
12317 * gdbarch.h: Regenerated.
12318 * gdbarch.c: Regenerated.
12319
12320 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12321 set_gdbarch_frame_chain_valid.
12322 * avr-tdep.c (avr_gdbarch_init): Likewise.
12323 * cris-tdep.c (cris_gdbarch_init): Likewise.
12324 * frv-tdep.c (frv_gdbarch_init): Likewise.
12325 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12326 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12327 (i386_nw_init_abi): Likewise.
12328 (i386_gdbarch_init): Likewise.
12329 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12330 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12331 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12332 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12333 * mips-tdep.c (mips_gdbarch_init): Likewise.
12334 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12335 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12336 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12337 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12338 * s390-tdep.c (s390_gdbarch_init): Likewise.
12339 * sh-tdep.c (sh_gdbarch_init): Likewise.
12340 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12341 * v850-tdep.c (v850_gdbarch_init): Likewise.
12342 * vax-tdep.c (vax_gdbarch_init): Likewise.
12343 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12344
12345 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12346 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12347 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12348 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12349 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12350 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12351 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12352 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12353
12354 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12355
12356 * Makefile.in (acconfig_h): Remove incorrect macro.
12357 (config_h): Define.
12358 (osabi.o): Update dependencies.
12359 * configure.tgt: Set gdb_osabi based on target triplet.
12360 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12361 * configure: Regenerated.
12362 * config.in: Regenerated.
12363 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12364 (GDB_OSABI_DEFAULT): Define if not already defined.
12365 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12366 (set_osabi_string): New variables.
12367 (gdbarch_register_osabi): Add new OS ABI to
12368 gdb_osabi_available_names.
12369 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12370 (set_osabi, show_osabi): New functions.
12371 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12372
12373 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12374
12375 * arch-utils.c (gdbarch_info_init): Set osabi to
12376 GDB_OSABI_UNINITIALIZED.
12377 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12378 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12379 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12380 * gdbarch.c: Regenerated.
12381 * gdbarch.h: Regenerated.
12382 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12383 there's no BFD.
12384 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12385 * osabi.h (enum gdb_osabi): Move to defs.h.
12386 (gdbarch_init_osabi): Update prototype.
12387 * defs.h (enum gdb_osabi): Moved here.
12388 * Makefile.in: Update dependencies.
12389
12390 * alpha-tdep.h: Don't include "osabi.h".
12391 (struct gdbarch_tdep): Remove osabi member.
12392 * alpha-tdep.c: Include "osabi.h".
12393 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12394 iterate over arches. Update call to gdbarch_init_osabi.
12395 (alpha_dump_tdep): Don't dump osabi.
12396 * alpha-linux-tdep.c: Include "osabi.h".
12397 * alpha-osf1-tdep.c: Include "osabi.h".
12398 * alphafbsd-tdep.c: Include "osabi.h".
12399 * alphanbsd-tdep.c: Include "osabi.h".
12400
12401 * arm-tdep.h: Don't include "osabi.h".
12402 (struct gdbarch_tdep): Remove osabi member.
12403 * arm-tdep.c: Include "osabi.h".
12404 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12405 iterate over arches. Update call to gdbarch_init_osabi.
12406 (arm_dump_tdep): Don't dump osabi.
12407 * arm-linux-tdep.c: Include "osabi.h".
12408 * armnbsd-tdep.c: Include "osabi.h".
12409
12410 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12411 Update call to gdbarch_init_osabi.
12412
12413 * i386-tdep.h: Don't include "osabi.h".
12414 (struct gdbarch_tdep): Remove osabi member.
12415 * i386-tdep.c: Include "osabi.h".
12416 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12417 iterate over arches. Update call to gdbarch_init_osabi.
12418 (i386_dump_tdep): Don't dump osabi.
12419 * i386-linux-tdep.c: Include "osabi.h".
12420 * i386-sol2-tdep.c: Include "osabi.h".
12421 * i386bsd-tdep.c: Include "osabi.h".
12422 * i386gnu-tdep.c: Include "osabi.h".
12423 * i386ly-tdep.c: Include "osabi.h".
12424 * i386nbsd-tdep.c: Include "osabi.h".
12425 * i386obsd-tdep.c: Include "osabi.h".
12426
12427 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12428 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12429 check osabi when iterating over arches. Update call to
12430 gdbarch_init_osabi.
12431 (mips_dump_tdep): Don't dump osabi.
12432
12433 * ns32k-tdep.h: Don't include "osabi.h".
12434 (struct gdbarch_tdep): Remove.
12435 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12436 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12437 allocate tdep. Update call to gdbarch_init_osabi.
12438 (ns32k_dump_tdep): Remove.
12439 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12440 * ns32knbsd-tdep.c: Include "osabi.h".
12441
12442 * ppc-tdep.h: Don't include "osabi.h".
12443 (struct gdbarch_tdep): Remove osabi member.
12444 * rs6000-tdep.c: Include "osabi.h".
12445 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12446 osabi when iterating over arches. Update call to
12447 gdbarch_init_osabi.
12448 (rs6000_dump_tdep): Don't dump osabi.
12449 * ppc-linux-tdep.c: Include "osabi.h".
12450 * ppcnbsd-tdep.c: Include "osabi.h".
12451
12452 * sh-tdep.h: Don't include "osabi.h".
12453 (struct gdbarch_tdep): Remove osabi member.
12454 * sh-tdep.c: Include "osabi.h".
12455 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12456 iterate over arches. Update call to gdbarch_init_osabi.
12457 (sh_dump_tdep): Don't dump osabi.
12458 * shnbsd-tdep.c: Include "osabi.h".
12459
12460 * sparc-tdep.c: Include "osabi.h".
12461 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12462 iterate over arches. Update call to gdbarch_init_osabi.
12463 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12464 tdep structure.
12465
12466 * vax-tdep.h: Don't include "osabi.h".
12467 (struct gdbarch_tdep): Remove.
12468 * vax-tdep.c: Include "osabi.h".
12469 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12470 iterate over arches. Don't allocate tdep. Update call
12471 to gdbarch_init_osabi.
12472 (vax_dump_tdep): Remove.
12473 (_initialize_vax_tdep): Update call to gdbarch_register.
12474
12475 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12476
12477 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12478 entirely.
12479 (breakpoint_re_set_one): Don't fetch the value for a disabled
12480 watchpoint.
12481
12482 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12483
12484 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
12485 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
12486 (COERCE_FLOAT_TO_DOUBLE): Remove.
12487 * gdbarch.c: Regenerate.
12488 * gdbarch.h: Regenerate.
12489 * Makefile.in: Remove value_h from gdbarch_h.
12490 * valops.c (coerce_float_to_double): New variable.
12491 (default_coerce_float_to_double): Remove.
12492 (standard_coerce_float_to_double): Remove.
12493 (value_arg_coerce): Use coerce_float_to_double.
12494 (_initialize_valops): Add "set coerce-float-to-double".
12495 * value.h (default_coerce_float_to_double): Remove prototype.
12496 (standard_coerce_float_to_double): Remove prototype.
12497
12498 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
12499 prototyped.
12500 * mdebugread.c (parse_symbol): Likewise.
12501 * stabsread.c (define_symbol): Mark all functions as prototyped.
12502
12503 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
12504 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
12505 set_gdbarch_coerce_float_to_double.
12506 * arm-tdep.c (arm_gdbarch_init): Likewise.
12507 * frv-tdep.c (frv_gdbarch_init): Likewise.
12508 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
12509 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
12510 * mips-tdep.c (mips_gdbarch_init): Likewise.
12511 (mips_coerce_float_to_double): Remove.
12512 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12513 (rs6000_coerce_float_to_double): Remove.
12514 * s390-tdep.c (s390_gdbarch_init): Likewise.
12515 * sh-tdep.c (sh_gdbarch_init): Likewise.
12516 (sh_coerce_float_to_double): Remove.
12517 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12518 (sparc_coerce_float_to_double): Remove.
12519 * v850-tdep.c (v850_gdbarch_init): Likewise.
12520 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12521 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12522 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
12523 (hppa_coerce_float_to_double): Remove prototype.
12524 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12525
12526 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12527
12528 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
12529
12530 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12531
12532 Suggested by Stewart Brown <sb24@avaya.com>:
12533 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
12534 in recursive calls. Handle TYPE_CODE_TYPEDEF.
12535 (c_type_print_varspec_suffix): Likewise.
12536
12537 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12538
12539 * configure.in: Don't set and AC_SUBST SUBDIRS.
12540 * configure: Regenerated.
12541
12542 * configure.in: Remove code dealing with shared libraries.
12543 * Makefile.in: Remove HLDFLAGS and HLDENV.
12544 * configure: Regenerated.
12545
12546 2003-01-04 Andrew Cagney <ac131313@redhat.com>
12547
12548 * frame.c (deprecated_frame_xmalloc): New function.
12549 (deprecated_set_frame_saved_regs_hack): New function.
12550 (deprecated_set_frame_extra_info_hack): New function.
12551 * frame.h (deprecated_frame_xmalloc): Declare.
12552 (deprecated_set_frame_saved_regs_hack): Declare.
12553 (deprecated_set_frame_extra_info_hack): Declare.
12554
12555 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12556
12557 * configure.in: Move code that provides the --enable-gdbtk option
12558 right after the code that handles the --enable-tui option, and
12559 polish it somewhat.
12560 * configure: Regenerated.
12561
12562 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
12563 AC_CHECK_FUNCS and remove the old check for pread64.
12564 * acinclude.m4 (AC_GNU_SOURCE): New macro.
12565 * acconfig.h (_GNU_SOURCE): Add.
12566 (HAVE_PREAD64): Remove.
12567 * configure, aclocal.m4, config.in: Regenerated.
12568
12569 2003-01-03 Andrew Cagney <ac131313@redhat.com>
12570
12571 * alpha-tdep.c: Use get_frame_saved_regs.
12572 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12573 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12574 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
12575 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
12576 * vax-tdep.c, xstormy16-tdep.c: Ditto.
12577
12578 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12579
12580 * configure.in: Remove all use of the SUBDIRS variable; add
12581 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
12582 code providing the --enable-multi-ice option, and move it right in
12583 front of the code that checks whether gdbserver is supported.
12584 Polish that too.
12585 * configure: Regenerated.
12586 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
12587 @SUBDIRS@.
12588
12589 2003-01-03 Andrew Cagney <cagney@redhat.com>
12590
12591 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
12592 * avr-tdep.c, cris-tdep.c: Ditto.
12593 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12594 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12595
12596 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12597
12598 * configure.in: Remove --enable-netrom option.
12599 * configure: Regenerated.
12600
12601 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12602
12603 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
12604 declaration for `struct re_pattern_buffer' instead.
12605 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
12606
12607 2003-01-03 J. Brobecker <brobecker@gnat.com>
12608
12609 * mdebugread.c (parse_symbol): Count until the stEnd matching
12610 the structure name.
12611
12612 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12613
12614 * configure.in: Remove --with-cpu option.
12615 subscripts. Remove evil changequotes here.
12616 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
12617 * config.in, configure: Regenerated.
12618
12619 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
12620 * configure.in: Cleanup section that sources GDB and BFD configure
12621 subscripts. Remove evil changequotes here.
12622 * config.in, configure: Regenerated.
12623
12624 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12625
12626 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
12627 frame accessor methods.
12628 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12629 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12630 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
12631 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
12632 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12633 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12634 * z8k-tdep.c: Ditto.
12635
12636 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12637
12638 * configure.in: Remove UI_OUT configuration code.
12639 * ada-lang.c: Update assuming UI_OUT is always true.
12640 * Makefile.in (UIOUT_CFLAGS): Remove.
12641 * configure: Regenerated.
12642 * TODO: Remove blurb about elimination of -DUI_OUT.
12643
12644 * configure.in: Move code that provides the --enable-gdbcli,
12645 --enable-gdbmi options right before the code that handles the
12646 --enable-tui option. Polish a bit.
12647 * configure: Regenerated.
12648
12649 * configure.in: Rewrite check for GNU regex and the
12650 --without-included regex option, and move it into the "Checks for
12651 library functions" section. This makes us use the system regex
12652 again by default on systems with version 2 of the GNU C library.
12653 This was apparently broken.
12654 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
12655 * acconfig.h (USE_INCLUDED_REGEX): Remove.
12656 * config.in, configure: Regenerated.
12657
12658 * configure.in: Move code that provides the --enable-tui option
12659 before the "Checks for libraries" section. Polish the code
12660 somewhat and set need_curses to yes if we build the TUI. Rewrite
12661 code that looks for a library providing termcap functionality to
12662 match more closely what's done in the Readline library, and move
12663 it into to the "Checks for libraries" section.
12664 * configure: Regenerated.
12665 * Makefile.in (TERMCAP): Remove variable.
12666 * config/i386/go32.mh (TERMCAP): Remove variable.
12667
12668 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12669
12670 * MAINTAINERS: Mention gdb_mbuild.sh.
12671 * gdb_mbuild.sh: Rewrite.
12672
12673 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12674
12675 * configure.in: Fix typo in last change.
12676 * config.in, configure: Regenerated.
12677
12678 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12679
12680 * valarith.c (value_binop): Delete obsolete code and comments.
12681 * configure.host: Ditto.
12682 * buildsym.h (make_blockvector): Ditto.
12683 * buildsym.c (make_blockvector): Ditto.
12684 * defs.h (enum language): Ditto.
12685 (chill_demangle): Ditto.
12686 * elfread.c (elf_symtab_read): Ditto.
12687 * dwarfread.c (CHILL_PRODUCER): Ditto.
12688 (set_cu_language): Ditto.
12689 (handle_producer): Ditto.
12690 * expprint.c (print_subexp): Ditto.
12691 * gdbtypes.c (chill_varying_type): Ditto.
12692 * gdbtypes.h (builtin_type_chill_bool): Ditto.
12693 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
12694 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
12695 (chill_varying_type): Ditto.
12696 * language.h (_LANG_chill): Ditto.
12697 * language.c (binop_result_type, integral_type): Ditto.
12698 (character_type, string_type, structured_type): Ditto.
12699 (lang_bool_type, binop_type_check): Ditto.
12700 * stabsread.h (os9k_stabs): Ditto.
12701 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
12702 (define_symbol, read_type, read_struct_fields): Ditto.
12703 (read_array_type, read_enum_type, read_huge_number): Ditto.
12704 (read_range_type, start_stabs): Ditto.
12705 * symfile.c (init_filename_language_table): Ditto.
12706 (add_psymbol_with_dem_name_to_list): Ditto.
12707 * symtab.c (symbol_init_language_specific): Ditto.
12708 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
12709 * symtab.h (struct general_symbol_info): Ditto.
12710 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
12711 * typeprint.c (typedef_print): Ditto.
12712 * utils.c (fprintf_symbol_filtered): Ditto.
12713 * valops.c (value_cast, search_struct_field, value_slice): Delete
12714 obsolete code.
12715 (varying_to_slice): Delete function.
12716 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
12717 (varying_to_slice): Delete declaration.
12718 * MAINTAINERS: Update.
12719
12720 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12721
12722 * configure.in: Reorganize "Checks for library functions section"
12723 a bit. Remove check for `btowc' and `isascii' functions.
12724 * configure: Regenerated.
12725
12726 * acconfig.h (_MSE_INT_H): Remove.
12727 * configure.in: Create "Checks for header files" section, and move
12728 appropriate tests there. Don't check for objlist.h, wchar.h,
12729 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
12730 misdetection fix. Also add "Checks for types", "Checks for
12731 compiler characteristics" and "Checks for library functions"
12732 sections.
12733 * config.in, configure: Regenerated.
12734
12735 * configure.in: Create "Checks for programs" section, and move
12736 appropriate tests there.
12737
12738 2003-01-01 Mark Kettenis <kettenis@gnu.org>
12739
12740 * configure.in: Create "Checks for libraries" section, and move
12741 appropriate tests there. Cleanup check for wctype in libw. Use
12742 AC_SEARCH_LIBS to see whether we need libsocket.
12743 * configure: Regenerated.
12744
12745 For older changes see ChangeLog-2002
12746 \f
12747 Local Variables:
12748 mode: change-log
12749 left-margin: 8
12750 fill-column: 74
12751 version-control: never
12752 End:
This page took 0.306748 seconds and 5 git commands to generate.