2003-09-29 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
7a5dd6ee
JB
12003-09-29 J. Brobecker <brobecker@gnat.com>
2
3 * infcall.c (call_function_by_hand): Fix build failure
4 introduced in the previous change to this file.
5
1fe43d45
AC
62003-09-29 Andrew Cagney <cagney@redhat.com>
7
8 * NEWS: Mention Objective-C.
9
e28a332c
JG
102003-09-29 Jerome Guitton <guitton@act-europe.fr>
11
12 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
13 test if the register has been saved on the stack.
14 (arm_scan_prologue_cache): When analysing the instruction
15 "str lr, [sp, #-4]", save the address where lr has been stored.
16
9ff63c35
AC
172003-09-28 Andrew Cagney <cagney@redhat.com>
18
7f5f525d
AC
19 * frame.c (frame_read_unsigned_register): Delete function.
20 * frame.h (frame_read_unsigned_register): Delete declaration.
21 * sparc-tdep.c (sparc_init_extra_frame_info): Use
22 get_frame_register_unsigned.
23 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
24 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
25 * d10v-tdep.c (d10v_print_registers_info): Ditto.
26
27 * frame.h (frame_read_register): Delete declaration.
28 * frame.c (frame_read_register): Delete function.
29 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
30 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
31 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
32 * mips-tdep.c (mips_register_to_value): Ditto.
33 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
34 * d10v-tdep.c (d10v_print_registers_info): Ditto.
35
36 * frame.c (frame_read_signed_register): Delete function.
37 (frame_read_unsigned_register): Update comments.
38 * frame.h (frame_read_signed_register): Delete declaration.
39 * h8300-tdep.c (h8300_print_register): Use
40 get_frame_register_signed.
41 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
42
9ff63c35
AC
43 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
44 Rename VALUE_RETURNED_FROM_STACK.
45 * infcmd.c (print_return_value): Update.
46 * infcall.c (call_function_by_hand): Update.
47
41d041d6
MK
482003-09-28 Mark Kettenis <kettenis@gnu.org>
49
50 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
51 regcache argument and reverse the order of the other two
52 arguments. Remove local regcache variable. Determine
53 architecture from REGCACHE. Update comments.
54 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
55 reverse the order of the other two arguments. Remove local
56 regcache variable. Determine architecture from REGCACHE. Update
57 comments.
58 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
59 prototypes. Update comments.
60 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
61 comment.
62 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
63 Update.
64 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
65 * i386-interix-nat.c (supply_fpregset): Update.
66 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
67 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
68 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
69 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
70 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
71 Update.
72 * i386obsd-tdep.c (fetch_core_registers): Update.
73 * i386v4-nat.c (supply_fpregset): Update.
74 * x86-64-linux-nat.c (supply_fpregset): Update.
75 * x86-64-linux-tdep.c (fetch_core_registers): Update.
76
1cb97e17
MK
772003-09-27 Mark Kettenis <kettenis@gnu.org>
78
5716833c
MK
79 * i386-tdep.h: Put opaque declarations in alphabetical
80 order. Remove spurious whitespace.
81 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
82 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
83 * i386-tdep.c (MM0_REGNUM): Remove define.
84 (i386_mmx_regnum_p): Add gdbarch argument.
85 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
86 Rewrite using new macro definitions for FPU/SSE registers.
87 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
88 definitions from i387-tdep.h.
89 (i386_register_name): Update.
90 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
91 new macro definitions for FPU/SSE registers.
92 (i386_extract_return_value): Determine whether floating-point
93 registers are present by examining REGCACHE's architecture.
94 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
95 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
96 FPU/SSE registers.
97 (i386_register_type): Update.
98 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
99 definitions for FPU registers. Use REGCACHE's architecture to
100 determine the appropriate register numbers.
101 (i386_pseudo_register_read, i386_pseudo_register_write,
102 i386_register_reggroup_p): Update.
103 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
104 TDEP->mm0_regnum.
105 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
106 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
107 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
108 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
109 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
110 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
111 *' to `void *'.
112 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
113 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
114 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
115 definitions for FPU/SSE registers.
116 (FXSAVE_MXCSR_ADDR): New define.
117 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
118 TDEP->mm0_regnum.
119 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
120 (I387_ST0_REGNUM): Define.
121
41d35cb0
MK
122 * regcache.h (get_regcache_arch): New prototype.
123 * regcache.c (get_regcache_arch): New function.
124
54e74f72
MK
125 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
126 whitespace.
127
1cb97e17
MK
128 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
129 Initialize using ARRAY_SIZE.
130
0968aa8c
AC
1312003-09-27 Andrew Cagney <cagney@redhat.com>
132
133 * arch-utils.c (deprecated_init_frame_pc_default): Rename
134 "init_frame_pc_default".
135 * arch-utils.h (deprecated_init_frame_pc_default): Update.
136 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
137 * vax-tdep.c (vax_gdbarch_init): Update.
138 * v850-tdep.c (v850_gdbarch_init): Update.
139 * sh64-tdep.c (sh64_gdbarch_init): Update.
140 * s390-tdep.c (s390_gdbarch_init): Update.
141 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
142 * mcore-tdep.c (mcore_gdbarch_init): Update.
143 * h8300-tdep.c (h8300_gdbarch_init): Update.
144 * cris-tdep.c (cris_gdbarch_init): Update.
145 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
146
54c84734
MK
1472003-09-26 Mark Kettenis <kettenis@gnu.org>
148
149 * regset.h: New file.
150 * Makefile.in (regset_h): Add.
151
1b1d3794
AC
1522003-09-25 Andrew Cagney <cagney@redhat.com>
153
154 * frame.h (deprecated_frame_saved_regs): Rename
155 get_frame_saved_regs.
156 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
157 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
158 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
159 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
160 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
161
e6beb428
AC
1622003-09-25 Andrew Cagney <cagney@redhat.com>
163
164 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
165 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
166 and Java.
167 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
168 arm*-*-* do not use the new frame code.
169
710122da
DC
1702003-09-25 David Carlton <carlton@kealia.com>
171
172 * c-exp.y: Remove 'register' declarations.
173 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
174
79c2c32d
DC
1752003-09-25 David Carlton <carlton@kealia.com>
176
177 * c-exp.y: Include cp-support.h. Add qualified_type.
178 (yylex): Delete nested type hack; add comments.
179 * cp-namespace.c (cp_lookup_nested_type): New function.
180 * cp-support.h: Declare cp_lookup_nested_type.
181 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
182 instead of value_struct_elt_for_reference.
183 * valops.c: Include cp-support.h.
184 (value_aggregate_elt): New function.
185 (value_namespace_elt): Ditto.
186 (value_struct_elt_for_reference): Make static.
187 * value.h: Delete declaration of value_struct_elt_for_reference;
188 add declaration for value_aggregate_elt.
189 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
190 (valops.o): Ditto.
191
898c62f5
DJ
1922003-09-25 Daniel Jacobowitz <drow@mvista.com>
193
194 * stack.c: Include "reggroups.h".
195 (frame_info): Only display registers in all_reggroup.
196 * Makefile.in (stack.o): Update dependencies.
197
28cd8767
JG
1982003-09-25 Jerome Guitton <guitton@act-europe.fr>
199
200 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
201 "add ip, sp #n" in the prologue.
202 (arm_scan_prologue): Ditto.
203
a4ab2b5d
JG
2042003-09-25 Jerome Guitton <guitton@act-europe.fr>
205
206 * MAINTAINERS (write after approval): Add myself.
207
3f244638
AS
2082003-09-25 Andreas Schwab <schwab@suse.de>
209
210 * m68k-tdep.c: Include "dwarf2-frame.h".
211 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
212 * Makefile.in (m68k-tdep.o): Update dependencies.
213
1c0159e0
CV
2142003-09-25 Corinna Vinschen <vinschen@redhat.com>
215
216 * sh-tdep.c (struct frame_extra_info): Remove.
217 (struct sh_frame_cache): New structure.
218 (GET_SOURCE_REG): New macro extracting source register of an opcode.
219 (GET_TARGET_REG): Ditto but target register.
220 (GET_PUSHED_REG): Remove.
221 (IS_MOV_ARG_TO_REG): New macro.
222 (IS_MOV_ARG_TO_IND_R14): New macro.
223 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
224 (IS_MOVW_PCREL_TO_REG): New macro.
225 (IS_MOVL_PCREL_TO_REG): New macro.
226 (IS_SUB_REG_FROM_SP): New macro.
227 (IS_ARG_MOV): Remove.
228 (IS_MOV_TO_R14): Remove.
229 (IS_RESTORE_FP): New macro.
230 (IS_RTS): New macro.
231 (IS_LDS): New macro.
232 (IS_MOV_FP_SP): New macro.
233 (IS_ADD_REG_TO_FP): New macro.
234 (IS_ADD_IMM_FP): New macro.
235 (sh_skip_prologue_hard_way): Remove.
236 (sh_saved_pc_after_call): Remove.
237 (sh_frame_chain): Remove.
238 (sh_find_callers_reg): Remove.
239 (sh_nofp_frame_init_saved_regs): Remove.
240 (sh_fp_frame_init_saved_regs): Remove.
241 (sh_init_extra_frame_info): Remove.
242 (sh_analyze_prologue): New function.
243 (sh_skip_prologue): Remove deprecated code. Rely on new function
244 sh_analyze_prologue when after_prologue fails.
245 (sh_frame_saved_pc): Remove.
246 (sh_alloc_frame_cache): New function.
247 (sh_frame_cache): Ditto.
248 (sh_frame_prev_register): Ditto.
249 (sh_frame_this_id): Ditto.
250 (sh_frame_unwind): New structure defining the heuristic frame
251 sniffer interface.
252 (sh_frame_sniffer): New function.
253 (sh_unwind_sp): Ditto.
254 (sh_unwind_pc): Ditto.
255 (sh_unwind_dummy_id): Ditto.
256 (sh_frame_base_address): Ditto.
257 (sh_frame_base): New structure defining new frame base code.
258 (sh_in_function_epilogue_p): New function.
259 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
260 code and to call all new code instead. Initialize dwarf2 and
261 heuristic frame sniffer.
262
5f9769d1
PH
2632003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
264
265 * parser-defs.h (struct exp_descriptor): New definition, containing
266 language-specific info for printing, prefixifying, dumping, and
267 evaluating expressions.
268 (exp_descriptor_standard): Declare new variable.
269 (print_subexp): Make global and declare here (from expprint.c).
270 (dump_subexp): Ditto.
271 (dump_subexp_body_standard): Declare.
272 (operator_length_standard): Declare.
273 (op_name_standard): Declare.
274 (print_subexp): Declare.
275 (print_subexp_standard): Declare.
276
277 * language.h (struct language_defn): Add la_exp_desc field to hold
278 pointer to table for language-specific operators.
279 Remove evaluate_exp field, which is now in struct exp_descriptor.
280
281 * parse.c (operator_length): Move most code to new
282 operator_length_standard function. Use language-specific information.
283 (operator_length_standard): New function taking most code from
284 operator_length.
285 (exp_descriptor_standard): New constant.
286
287 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
288 and OP_EXTENDED_LAST.
289
290 * expprint.c (print_subexp): Use language-specific print_subexp.
291 Make global; remove static declaration.
292 Move most code to print_subexp_standard.
293 (print_subexp_standard): New function, containing code formerly in
294 print_subexp.
295 (op_name): Add expression to argument signature.
296 Use langauge-specific op_name.
297 Move most code to op_name_standard.
298 (op_name_standard): New function, containing code formerly in op_name.
299 (dump_subexp): Use new version of op_name function.
300 Use language-specific dump_subexp_body, and move most existing code to
301 dump_subexp_body_standard.
302 (dump_raw_expression): Use new op_name interface.
303 (dump_subexp_body): Move most code to dump_subexp_body_standard.
304 (dump_subexp_body_standard): New function, containing code formerly
305 in dump_subexp_body.
306
307 * language.c (unknown_language): Add default la_exp_desc field and
308 remove evaluate_exp field.
309 (auto_language): Ditto.
310 (local_language): Ditto.
311 * f-lang.c (f_language_defn): Ditto.
312 * c-lang.c (c_language_defn): Ditto.
313 (cplus_language_defn): Ditto.
314 (asm_language_defn): Ditto.
315 (minimal_language_defn): Ditto.
316 * p-lang.c (pascal_language_defn): Ditto.
317 * m2-lang.c (m2_language_defn): Ditto.
318 * objc-lang.c (objc_language_defn): Ditto.
319
320 * jv-lang.c (exp_descriptor_java): New variable, containing
321 Java-specific expression evaluator.
322 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
323 field.
324 * scm-lang.c (exp_descriptor_scm): New variable, containing
325 Scheme-specific expression evaluator.
326 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
327 field.
328 * objc-lang.c (print_object_command): Take evaluate_exp from the
329 la_exp_desc field.
330
331 * Makefile.in (eval.o): Add dependency on parser-defs.h.
332
333 * eval.c: Include parser-defs.h for the full declaration of
334 la_exp_desc's type.
335 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
336
24daaebc
PH
3372003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
338
339 * parser-defs.h (operator_length): Declare.
340
341 * parse.c (length_of_subexp): Use operator_length to get operator
342 lengths and arities for operators.
343 Move most code to new operator_length function.
344 (operator_length): New function absorbing most code from
345 length_of_subexp.
346 (prefixify_subexp): Remove large case and use operator_length instead.
347 (parse_exp_1): Use renamings:
348 dump_prefix_expression => dump_raw_expression and
349 dump_postfix_expression => dump_prefix_expression.
350
351 * expression.h (dump_prefix_expression): Rename to ...
352 (dump_raw_expression): New name.
353 (dump_postfix_expression): Rename to ...
354 (dump_prefix_expression): New name.
355
356 * expprint.c (dump_subexp): Make global. Add comment.
357 Move most existing code to dump_subexp_body.
358 (dump_subexp_body): New function.
359 (dump_prefix_expression): Rename to dump_raw_expression.
360 Remove attempt to print the expression via print_expression: it can't
361 work before the expression is prefixified.
362 (dump_raw_expression): Renamed from dump_prefix_expression.
363 (dump_postfix_expression): Rename to dump_prefix_expression, since
364 that's what it does.
365 Remove 'note' parameter, since this routine must be used on
366 prefixified expression.
367 (dump_prefix_expression): Renamed from dump_postfix_expression.
368
8c2957c4
JB
3692003-09-22 Jim Blandy <jimb@redhat.com>
370
371 * dwarf2read.c (read_array_type): When building the type for an
372 array of unspecified length, make sure to choose the upper bound
373 so that the array's total length comes out to be zero --- that's
374 how we represent such arrays.
375
592e3010
MC
3762003-09-22 Michael Chastain <mec@shout.net>
377
378 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
379
365c70b1
JJ
3802003-09-22 Jeff Johnston <jjohnstn@redhat.com>
381
382 * top.c (quit_force): Fix indirect call to quit_target so
383 a struct qt_args pointer is passed.
384
5d6eb653
AC
3852003-09-22 Andrew Cagney <cagney@redhat.com>
386
387 * arch-utils.h (init_frame_pc_noop): Delete declaration.
388 * arch-utils.c (init_frame_pc_noop): Delete function.
389 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
390 "init_frame_pc".
391 * mips-tdep.c (mips_gdbarch_init): Ditto.
392 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
393 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
394 declaration.
395 (DEPRECATED_INIT_FRAME_PC): Delete macro.
396 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
397 declaration.
398 (DEPRECATED_INIT_FRAME_PC): Delete macro.
399
b222a67f
AG
4002003-09-22 Anthony Green <green@redhat.com>
401
402 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
403 declaration.
404
d5b5ac79
AC
4052003-09-20 Andrew Cagney <cagney@redhat.com>
406
deafb061
AC
407 * breakpoint.c: Eliminate ARGSUSED.
408 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
409 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
410 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
411 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
412 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
413 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
414 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
415 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
416 * wince.c, remote-vx.c: Ditto.
417
d5b5ac79
AC
418 * cli/cli-script.c: Remove "register" attributes.
419 * config/pa/tm-hppa.h: Ditto.
420 * cli/cli-decode.c: Ditto.
421 * cli/cli-cmds.c: Ditto.
422
c6316faa
AC
4232003-09-19 Andrew Cagney <cagney@redhat.com>
424
425 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
426 DEPRECATED_NPC_REGNUM.
427 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
428
f4f99b11
CF
4292003-09-19 Christopher Faylor <cgf@redhat.com>
430
431 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
432
1708f284
JB
4332003-09-19 Jim Blandy <jimb@redhat.com>
434
435 * macrotab.c (macro_include): Use the correct comparison to find
436 the appropriate place for this inclusion in the list.
437
b9fbf434
AC
4382003-09-19 Andrew Cagney <cagney@redhat.com>
439
440 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
441 (DEPRECATED_HPUX_TEXT_END): Define.
442 (deprecated_hpux_text_end): Declare.
443 (struct target_ops): Declare opaque.
444 * hppah-nat.c (text_end): Make static.
445 (deprecated_hpux_text_end): New function.
446 * exec.c (text_end): Delete global variable.
447 (NEED_TEXT_START_END): Do not define.
448 (exec_file_attach): Replace code computing "text_end" code with
449 call to DEPRECATED_HPUX_TEXT_END.
450
5b03f266
AC
4512003-09-19 Andrew Cagney <cagney@redhat.com>
452
453 * utils.c (align_up, align_down): New functions.
454 * defs.h (align_up, align_down): Declare.
455 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
456 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
457 and "align_down".
458 (round_up, round_down): Delete functions.
459 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
460 "align_down".
461 (ROUND_DOWN, ROUND_UP): Delete macros.
462 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
463 * h8300-tdep.c: Replace "round_up" and "round_down" with
464 "align_up" and "align_down".
465 (round_up, round_down): Delete macros.
466 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
467 "align_down".
468 (ROUND_UP, ROUND_DOWN): Delete macros.
469
51db5742
JB
4702003-09-18 J. Brobecker <brobecker@gnat.com>
471
472 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
473 hard-coded constant. Use the proper machine name instead.
474
77949794
AC
4752003-09-17 Andrew Cagney <cagney@redhat.com>
476
477 * sparc-tdep.c (legacy_register_name): Delete function.
478 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
479 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
480 * infcmd.c (gdb_register_name): Delete variable.
481 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
482 REGISTER_NAME and "tm.h".
483 * gdbarch.h, gdbarch.c: Regenerate.
484 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
485 REGISTER_NAMES in comments.
486 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
487 * m68klinux-nat.c (regmap): Ditto.
488
b55c33cc
JB
4892003-09-17 Jim Blandy <jimb@redhat.com>
490
491 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
492
957e27ac
AC
4932003-09-17 Andrew Cagney <cagney@redhat.com>
494
495 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
496 (ppcnbsd_init_abi): Set "use_struct_convention" to
497 "ppcnbsd_use_struct_convention".
498
192cb3d4
MK
4992003-09-17 Mark Kettenis <kettenis@gnu.org>
500
501 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
502 * gdbarch.h, gdbarch.c: Regenerate.
503 (stabs_argument_has_addr): New architecture method.
504 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
505 * arch-utils.c: Include "buildsym.h".
506 (default_stabs_argument_has_addr): New function.
507 * stabsread.c (define_symbol): Use stabs_argument_has_addr
508 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
509
efe59759
AC
5102003-09-17 Andrew Cagney <cagney@redhat.com>
511
512 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
513 * gdbarch.h, gdbarch.c: Regenerate.
514 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
515 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
516 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
517 * sparcnbsd-tdep.c: Update.
518
62700349
AC
5192003-09-17 Andrew Cagney <cagney@redhat.com>
520
521 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
522 * gdbarch.h, gdbarch.c: Regenerate.
523 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
524 * d10v-tdep.c, frame.c: Update.
525 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
526 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
527 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
528 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
529 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
530 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
531 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
532 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
533 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
534 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
535 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
536 * config/pa/nm-hppah.h: Update.
537
b9ff3018
AC
5382003-09-16 Andrew Cagney <cagney@redhat.com>
539
540 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
541 "use_struct_convention" to "ppc_linux_use_struct_convention".
542 (ppc_linux_use_struct_convention): New function.
543 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
544 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
545 "rs6000_use_struct_convention".
546 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
547 declaration.
548 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
549 Delete function.
550
aa1ee363
AC
5512003-09-16 Andrew Cagney <cagney@redhat.com>
552
553 * buildsym.c: Remove more occurances of "register".
554 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
555 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
556 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
557 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
558 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
559 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
560 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
561 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
562
f2ea0907
CV
5632003-09-16 Corinna Vinschen <vinschen@redhat.com>
564
565 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
566 numbers to enumeration values.
567 * sh-tdep.c: Accomodate above change.
568 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
569 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
570 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
571 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
572 (IS_FPUSH): Rename from IS_FMOV.
573 (sh_extract_struct_value_address): Remove useless comment.
574 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
575 instead of own local values.
576 (sh_dump_tdep): Remove.
577 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
578 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
579
1c704f11
AC
5802003-09-15 Andrew Cagney <cagney@redhat.com>
581
582 * doublest.c (convert_floatformat_to_doublest): No longer need to
583 cast "exp_bias" to an int. Reverts 2002-12-04 change.
584
ac79b88b
DJ
5852003-09-15 Daniel Jacobowitz <drow@mvista.com>
586
587 * values.c (unpack_double): Call floatformat_is_valid.
588
1c671366
MK
5892003-09-15 Mark Kettenis <kettenis@gnu.org>
590
de5227fb
MK
591 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
592 ps_strings into a long.
593
1c671366
MK
594 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
595 _initialize_am64fbsd_nat.
596
a604369a
KB
5972003-09-15 Kevin Buettner <kevinb@redhat.com>
598
599 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
600 associated with DW_AT_ranges attribute is out of bounds.
601
b3cacbee
DL
6022003-09-15 David Lecomber <dsl@sources.redhat.com>
603
604 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
605
d0f37bb2
MC
6062003-09-14 Michael Chastain <mec@shout.net>
607
608 * config/m68k/nm-apollo68v.h: Delete.
609 * config/m68k/xm-apollo68v.h: Delete.
610
69517000
AC
6112003-09-14 Andrew Cagney <cagney@redhat.com>
612
613 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
614 * dcache.c: Update copyrights and descriptions.
615 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
616
ef8b349d
AC
6172003-09-14 Andrew Cagney <cagney@redhat.com>
618
619 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
620 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
621
52f0bd74
AC
6222003-09-14 Andrew Cagney <cagney@redhat.com>
623
624 * alpha-nat.c: Remove some occurances of "register".
625 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
626 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
627 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
628 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
629 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
630 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
631 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
632 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
633 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
634 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
635 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
636 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
637 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
638 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
639 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
640 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
641 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
642 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
643 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
644 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
645 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
646 * values.c, vax-tdep.c, xcoffread.c: Ditto.
647
4a4b3fed
AC
6482003-09-13 Andrew Cagney <cagney@redhat.com>
649
650 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
651 * ppc-tdep.h (struct regcache): Declare opaque.
652 * objfiles.h (struct objfile_data): Declare opaque.
653 * cp-support.h (struct objfile): Declare opaque.
654 * linux-nat.h (target_waitstatus): Declare opaque.
655
2110b94f
MK
6562003-09-14 Mark Kettenis <kettenis@gnu.org>
657
1c671366
MK
658 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
659 (stabs_argument_has_addr): New architecture method.
660 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
661 * arch-utils.c: Include "buildsym.h".
662 (default_stabs_argument_has_addr): New function.
663 * stabsread.c (define_symbol): Use stabs_argument_has_addr
664 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
665
2110b94f
MK
666 * cris-tdep.c (cris_gdbarch_init): Set
667 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
668 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
669 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
670 * mips-tdep.c (mips_gdbarch_init): Likewise.
671 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
672 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
673
48436ce6
AC
6742003-09-13 Andrew Cagney <cagney@redhat.com>
675
676 * values.c (using_struct_return): Delete "function" and "funcaddr"
677 parameters.
678 * value.h (using_struct_return): Update declaration.
679 * infcmd.c (finish_command_continuation): Update.
680 (finish_command): Update.
681 * infcall.c (call_function_by_hand): Update.
682 * eval.c (evaluate_subexp_standard): Update.
683
403d9909
CF
6842003-09-13 Christopher Faylor <cgf@redhat.com>
685
686 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
687 SSE registers since gdb will not operate correctly without this.
688 Restore include file ordering munged in previous change.
689 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
690
ebf7d56b
MK
6912003-09-13 Mark Kettenis <kettenis@gnu.org>
692
8e823e25
MK
693 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
694 REG_STRUCT_HAS_ADDR.
695 * gdbarch.c, gdbarch.h: Updated.
696 * infcall.c (call_function_by_hand): Update.
697 * stabsread.c (define_symbol): Updated.
698
ebf7d56b
MK
699 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
700
d3f13f72
CF
7012003-09-12 Christopher Faylor <cgf@redhat.com>
702
703 * win32-nat.c: Reorganize so that defines used by target headers are
704 actually defined by the system headers.
705 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
706 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
707
14f75137
JB
7082003-09-12 Jim Blandy <jimb@redhat.com>
709
d646061f
JB
710 * dbxread.c (read_dbx_symtab): Don't report an internal error if
711 the file has no .data, .bss, or .rodata sections. Instead wait
712 until we see a variable alleged to live in one of those sections.
713
2a13f9bc
JB
714 * dbxread.c (read_dbx_symtab): If we have no .data section and no
715 .bss section, presume that any variables we find live in the
716 .rodata section.
717
4f49b26b
JB
718 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
719 offsets for global and static variables.
720
14f75137
JB
721 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
722 symbol types are, by definition, in the .data section, so it is
723 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
724 If there is no .data section, there should be no N_DATA or N_DATA
725 | N_EXT symbols.
726
212c460c
MK
7272003-09-12 Mark Kettenis <kettenis@gnu.org>
728
729 * amd64fbsd-tdep.c: Fix sigtramp recognition.
730 (amd64fbsd_sigcontext_addr): Rewrite.
731 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
732 with correct values.
733 (amd64fbsd_sc_reg_offset): Initialize with correct values.
734 (amd64fbsd_init_abi): Fix typo.
735
68856ea3
AC
7362003-09-12 Andrew Cagney <cagney@redhat.com>
737
738 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
739 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
740
627b3ba2
AC
7412003-09-12 Andrew Cagney <cagney@redhat.com>
742
743 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
744 "entry_file_highpc". Update comments.
745 * defs.h (deprecated_inside_entry_file): Rename
746 "inside_entry_file".
747 * blockframe.c (deprecated_inside_entry_file): Rename
748 "inside_entry_file".
749 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
750 * vax-tdep.c (vax_frame_chain): Update.
751 * sh64-tdep.c (sh64_frame_chain): Update.
752 * sh-tdep.c (sh_frame_chain): Update.
753 * rs6000-tdep.c (rs6000_frame_chain): Update.
754 * ns32k-tdep.c (ns32k_frame_chain): Update.
755 * mips-tdep.c (mips_frame_chain): Update.
756 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
757 * m32r-tdep.c (m32r_frame_this_id): Update.
758 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
759 * frv-tdep.c (frv_frame_this_id): Update.
760 * d10v-tdep.c (d10v_frame_this_id): Update.
761 * cris-tdep.c (cris_frame_chain): Update.
762 * blockframe.c (legacy_frame_chain_valid): Update.
763 * avr-tdep.c (avr_frame_this_id): Update.
764 * arm-tdep.c (arm_prologue_this_id): Update.
765 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
766 * objfiles.c (objfile_relocate): Update.
767 * mipsread.c (mipscoff_symfile_read): Update.
768 (mipscoff_symfile_read): Update.
769 * mdebugread.c (parse_partial_symbols): Update.
770 * dwarfread.c (read_file_scope): Update.
771 * dwarf2read.c (read_file_scope): Update.
772 * dbxread.c (read_dbx_symtab): Update.
773 (read_dbx_symtab): Update.
774 * coffread.c (complete_symtab): Update.
775
b0abbc58
JJ
7762003-09-12 Jeff Johnston <jjohnstn@redhat.com>
777
778 * top.c (quit_target): New static helper function.
779 (quit_force): Moved code to quit_target(). Call quit_target()
780 via catch_errors() to catch errors during quit.
781
a1632d59
DC
7822003-09-11 David Carlton <carlton@kealia.com>
783
784 * buildsym.c (finish_block): Use allocate_block to allocate the
785 block.
786 * mdebugread.c (new_block): Add FIXME.
787
5c4e30ca
DC
7882003-09-11 David Carlton <carlton@kealia.com>
789
790 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
791 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
792 (recursive_dump_type): Ditto.
793 * printcmd.c (print_formatted): Ditto.
794 * typeprint.c (print_type_scalar): Ditto.
795 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
796 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
797 * cp-support.h: Declare cp_check_possible_namespace_symbols,
798 maint_cplus_cmd_list.
799 * cp-support.c: Make maint_cplus_cmd_list extern.
800 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
801 command.h.
802 (lookup_symbol_file): Look in possible namespace blocks when
803 appropriate.
804 (initialize_namespace_symtab): New.
805 (get_possible_namespace_block, free_namespace_block)
806 (check_possible_namespace_symbols)
807 (check_possible_namespace_symbols_loop)
808 (check_one_possible_namespace_symbol)
809 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
810 (_initialize_cp_namespace): Ditto.
811 * block.h: Declare allocate_block.
812 * block.c (allocate_block): New.
813 * jv-lang.c (get_java_class_symtab): Allocate blocks via
814 allocate_block.
815 * symfile.h: Update declaration of add_psymbol_to_list.
816 * symfile.c (add_psymbol_to_list): Return the partial symbol in
817 question.
818 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
819 scan_partial_symbols_call.
820 (scan_partial_symbols): Add NAMESPACE argument; update calls to
821 helper functions.
822 (add_partial_symbol): If necessary, scan mangled names for names
823 of namespaces.
824 (add_partial_namespace): Add NAMESPACE argument; generate partial
825 symbols associated to namespaces.
826 (add_partial_enumeration): Add NAMESPACE argument.
827 (new_symbol): Allow namespace syms.
828 (read_namespace): Generate namespace syms.
829 * objfiles.h: Add opaque declaration of struct symtab.
830 (struct objfile): Add cp_namespace_symtab member.
831 * objfiles.c (allocate_objfile): Set
832 objfile->cp_namespace_symtab.
833 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
834 dictionary_h, command_h.
835
33a7c2fc
AC
8362003-09-11 Andrew Cagney <cagney@redhat.com>
837
838 * rs6000-tdep.c (rs6000_push_dummy_call): Use
839 regcache_raw_write_signed to set SP_REGNUM, move the operation to
840 near the function's end.
841 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
842 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
843 regcache_raw_write_signed to set SP_REGNUM.
844
63cd24fe
EZ
8452003-09-11 Elena Zannoni <ezannoni@redhat.com>
846
847 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
848 orig_addrs is set up properly.
849
f27dd7fd
AC
8502003-09-11 Andrew Cagney <cagney@redhat.com>
851
852 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
853 * gdbarch.h, gdbarch.c: Re-generate.
854 * infcall.c (call_function_by_hand): Update.
855 * hppa-tdep.c (hppa_push_arguments): Update.
856 * ada-lang.c (place_on_stack): Update.
857 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
858 * sparc-tdep.c (sparc_gdbarch_init): Update.
859 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
860 * hppa-tdep.c (hppa_gdbarch_init): Update.
861 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
862 stack_align.
863
f630a401
DJ
8642003-09-11 Daniel Jacobowitz <drow@mvista.com>
865
866 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
867 register do need a frame.
868
0ddabb4c
AC
8692003-09-11 Andrew Cagney <cagney@redhat.com>
870
871 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
872 buildable since GDB 5.0.
873 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
874 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
875 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
876 * irix4-nat.c: Delete file.
877 * config/mips/irix4.mh: Delete file.
878 * config/mips/irix3.mh: Delete file.
879 * config/mips/irix3.mt: Delete file.
880 * config/mips/tm-irix3.h: Delete file.
881 * config/mips/nm-irix3.h: Delete file.
882 * config/mips/xm-irix3.h: Delete file.
883 * config/mips/nm-irix4.h: Delete file.
884 * config/mips/xm-irix4.h: Delete file.
885 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
886
fde2cceb
JB
8872003-09-10 J. Brobecker <brobecker@gnat.com>
888
889 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
890 * Makefile.in (hppa-tdep.o): Update dependencies.
891
66f667f5
JW
8922003-09-10 James E Wilson <wilson@specifixinc.com>
893
ef5fd69f
JW
894 * MAINTAINERS: Change my e-mail address. Move to paper trail
895 section.
66f667f5 896
53e8aaea
KB
8972003-09-10 Kevin Buettner <kevinb@redhat.com>
898
899 * MAINTAINERS (frv): New ISA entry.
900
dcc6aaff
KB
9012003-09-10 Kevin Buettner <kevinb@redhat.com>
902
903 * frv-tdep.c (dis-asm.h): Include.
904 * Makefile.in (frv-tdep.o): Update dependencies.
905
932644f0
JJ
9062003-09-09 Jeff Johnston <jjohnstn@redhat.com>
907
908 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
909 Fix typo for high range of floating registers.
910
91c24f0a
DC
9112003-09-09 David Carlton <carlton@kealia.com>
912
913 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
914 highpc initialization here out of scan_partial_symbols.
915 (scan_partial_symbols): Restructure into a recursive version,
916 calling add_partial_namespace and add_partial_enumeration when
917 appropriate.
918 (add_partial_namespace): New.
919 (add_partial_enumeration, locate_pdi_sibling): Ditto.
920
c9263853
AC
9212003-09-09 Andrew Cagney <cagney@redhat.com>
922
e56a0ecc
AC
923 * rs6000-tdep.c (ppc_push_return_address): Delete function.
924 (rs6000_push_dummy_call): Set LR to BP_ADDR.
925 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
926 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
927
794a477a
AC
928 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
929 (rs6000_push_dummy_call): Set the "TOC" register.
930
c9263853
AC
931 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
932 methods "max_register_raw_size", "max_register_virtual_size" or
933 "register_virtual_size".
934
afa7d0b2
ILT
9352003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
936
937 * MAINTAINERS: Update my e-mail address.
938
7a41266b
AC
9392003-09-09 Andrew Cagney <cagney@redhat.com>
940
941 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
942 (rs6000_push_dummy_call): Store the struct return address.
943 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
944
77b2b6d4
AC
9452003-09-09 Andrew Cagney <cagney@redhat.com>
946
947 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
948 "ppc_sysv_abi_push_arguments".
949 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
950 "ppc_sysv_abi_push_arguments".
951 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
952 instead of "push_arguments".
953 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
954
e8a7b686
AC
9552003-09-09 Andrew Cagney <cagney@redhat.com>
956
957 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
958 instead of CALL_DUMMY_ADDRESS.
959
f86f5ca3
PH
9602003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
961
962 * p-lang.c: Eliminate "register".
963 * c-lang.c: Ditto.
964 * expprint.c: Ditto.
965 * f-lang.c: Ditto.
966 * jv-lang.c: Ditto.
967 * language.c: Ditto.
968 * m2-lang.c: Ditto.
969 * parse.c: Ditto.
970 * scm-lang.c: Ditto.
971 * objc-lang.c: Ditto.
972
83ee270e
NC
9732003-09-09 Nick Clifton <nickc@redhat.com>
974
975 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
976
a89aa300
AC
9772003-09-04 Andrew Cagney <cagney@redhat.com>
978
979 * avr-tdep.c: Include "dis-asm.h".
980 * cris-tdep.c: Include "dis-asm.h".
981 (cris_delayed_get_disassembler): Use "struct disassemble_info"
982 instead of corresponding typedef.
983 * h8300-tdep.c: Include "dis-asm.h".
984 * ia64-tdep.c: Include "dis-asm.h".
985 * i386-tdep.c: Include "dis-asm.h".
986 (i386_print_insn): Use "struct disassemble_info" instead of
987 corresponding typedef.
988 * m68k-tdep.c: Include "dis-asm.h".
989 * mcore-tdep.c: Include "dis-asm.h".
990 * mips-tdep.c: Include "dis-asm.h".
991 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
992 instead of corresponding typedef.
993 * ns32k-tdep.c: Include "dis-asm.h".
994 * s390-tdep.c: Include "dis-asm.h".
995 * sparc-tdep.c: Include "dis-asm.h".
996 * vax-tdep.c: Include "dis-asm.h".
997 * v850-tdep.c: Include "dis-asm.h".
998 * mn10300-tdep.c: Include "dis-asm.h".
999 * rs6000-tdep.c: Include "dis-asm.h".
1000 * xstormy16-tdep.c: Include "dis-asm.h".
1001 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1002 print_insn_xstormy16.
1003 * Makefile.in (v850-tdep.o): Update dependencies.
1004 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1005 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1006 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1007 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1008 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1009 (gdbarch_h): Remove $(dis_asm_h).
1010 * disasm.c: Include "dis-asm.h".
1011 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1012 corresponding typedef.
1013 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1014 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1015 * gdbarch.sh: Do not include "dis-asm.h".
1016 (struct disassemble_info): Declare opaque.
1017 (TARGET_PRINT_INSN): Update declaration.
1018 * gdbarch.h, gdbarch.c: Re-generate.
1019
88a82a65
AC
10202003-09-08 Andrew Cagney <cagney@redhat.com>
1021
1022 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1023 CALL_DUMMY_ADDRESS, change to a predicate.
1024 * gdbarch.h, gdbarch.c: Re-generate.
1025 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1026 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1027 * infcall.c (call_function_by_hand): Ditto.
1028 * sparc-tdep.c (sparc_push_return_address): Ditto.
1029 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1030 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1031 CALL_DUMMY_ADDRESS with entry_point_address.
1032 * v850-tdep.c (v850_push_return_address): Ditto.
1033 * s390-tdep.c (s390_push_return_address): Ditto.
1034 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1035 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1036 * mcore-tdep.c (mcore_push_return_address): Ditto.
1037 * cris-tdep.c (cris_push_return_address): Ditto.
1038 * arm-tdep.c (arm_push_return_address): Ditto.
1039
3e2c4033
AC
10402003-09-08 Andrew Cagney <cagney@redhat.com>
1041
1042 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1043 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1044 and REG_UNMODIFIED to REG_SAME_VALUE.
1045 (execute_cfa_program): Update.
1046 (dwarf2_frame_cache): Update. Initialize table to
1047 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1048 location.
1049 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1050
39efb398
AC
10512003-09-08 Andrew Cagney <cagney@redhat.com>
1052
1053 * gnu-nat.c: Remove "inline" function attribute.
1054 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1055
f5cb5aca
KB
10562003-09-08 Kevin Buettner <kevinb@redhat.com>
1057
1058 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1059 target.
1060
1cb761c7
KB
10612003-09-08 Kevin Buettner <kevinb@redhat.com>
1062
1063 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1064 (frame_extra_info): Rename this struct to frv_unwind_cache.
1065 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1066 Add fields ``prev_sp'' and ``base''.
1067 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1068 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1069 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1070 Delete.
1071 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1072 Revise all callers. Fill in the unwind cache argument and make
1073 other adjustments to account for new frame mechanisms.
1074 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1075 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1076 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1077 (frv_frame_unwind, frv_frame_base): New structs.
1078 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1079 additional arguments expected by this method and adjust function
1080 body accordingly.
1081 (frv_gdbarch_init): Remove calls to the following functions:
1082 set_gdbarch_deprecated_init_frame_pc(),
1083 set_gdbarch_deprecated_saved_pc_after_call(),
1084 set_gdbarch_deprecated_frame_chain(),
1085 set_gdbarch_deprecated_frame_saved_pc(),
1086 set_gdbarch_deprecated_frame_init_saved_regs(),
1087 set_gdbarch_deprecated_push_arguments(),
1088 set_gdbarch_deprecated_push_return_address(),
1089 set_gdbarch_deprecated_pop_frame(),
1090 set_gdbarch_deprecated_call_dummy_words(),
1091 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1092 set_gdbarch_deprecated_init_extra_frame_info(),
1093 set_gdbarch_deprecated_dummy_write_sp(), and
1094 set_gdbarch_deprecated_pc_in_call_dummy().
1095 Add calls to the following functions:
1096 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1097 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1098 frame_base_set_default().
1099 * Makefile.in (frv-tdep.o): Update dependencies.
1100
68f6cf99
MK
11012003-09-09 Mark Kettenis <kettenis@gnu.org>
1102
1103 * dwarf2-frame.c (read_encoded_value): Add support for
1104 DW_EH_PE_aligned encoding.
1105
73b65bb0
DJ
11062003-09-08 Daniel Jacobowitz <drow@mvista.com>
1107
1108 * infrun.c (normal_stop): Don't print a message if the inferior
1109 has exited.
1110
7c8a5605
JB
11112003-09-08 Jim Blandy <jimb@redhat.com>
1112
1113 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1114 * dbxread.c: #include "gdb_assert.h".
1115 (read_dbx_symtab): If the objfile has no .data section, use the
1116 section index for the .bss section instead.
1117
7dd88986
DJ
11182003-09-08 Daniel Jacobowitz <drow@mvista.com>
1119
1120 * frame.c (deprecated_safe_get_selected_frame): New function.
1121 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1122 * findvar.c (read_var_value): Call it.
1123
55ff77ac
CV
11242003-09-08 Corinna Vinschen <vinschen@redhat.com>
1125
1126 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1127 (sh64-tdep.o): Add dependencies.
1128 * configure.tgt: Add FIXME to sh-*-linux*.
1129 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1130 (sh_gdbarch_init): Always set correct sh_show_regs function
1131 pointer. Call sh64_gdbarch_init() if machine type is sh5.
1132 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1133 * sh64-tdep.c: New file, containing all sh64 related code from
1134 sh-tdep.c.
1135 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1136 * config/sh/linux.mt (TDEPFILES): Ditto.
1137 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1138 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1139 * config/sh/wince.mt (TDEPFILES): Ditto.
1140
bfb39158
DJ
11412003-09-07 Daniel Jacobowitz <drow@mvista.com>
1142
1143 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1144 (stop_wait_callback): Handle !lp->signalled also.
1145 (lin_lwp_has_pending, flush_callback): New functions.
1146 (lin_lwp_wait): Call flush_callback.
1147 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1148 (linux_proc_pending_signals): New function.
1149 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1150
9407de8e
DJ
11512003-09-07 Daniel Jacobowitz <drow@mvista.com>
1152
1153 From Nick Kelsey <nickk@ubicom.com>:
1154 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1155 when the stop PC is at the beginning of a function also.
1156
2ef47cd0
DJ
11572003-09-06 Daniel Jacobowitz <drow@mvista.com>
1158
1159 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1160 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1161
6f4492c8
MK
11622003-09-06 Mark Kettenis <kettenis@gnu.org>
1163
1164 * sol-thread.c: Include "gdb_string.h".
1165
d3420b2f
MK
11662003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1167
1168 * gcore.c: Reorder include files in alphabetical order. Include
1169 "gdb_assert.h". Various coding style fixes.
1170 (derive_stack_segment, derive_heap_segment): Replace check for
1171 non-null BOTTOM and TOP with gdb_assert.
1172 (derive_heap_segment): Replace check for successful creation of
1173 ZERO with gdb_assert.
1174 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1175
5220ea4c
AC
11762003-09-04 Andrew Cagney <cagney@redhat.com>
1177
1178 * thread-db.c (verbose_dlsym): New function.
1179 (thread_db_load): Use verbose_dlsym
1180 (thread_db_new_objfile): Print that libthread_db was loaded, and
1181 that thread debugging was enabled.
1182
6e8c2c06
AC
11832003-09-04 Andrew Cagney <cagney@redhat.com>
1184
1185 * configure.tgt: Add "mips64*-*-*" target. Delete
1186 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1187 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1188 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1189 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1190 mips*-sony-*, and mips64*-*-elf* targets.
1191 * config/mips/embedl.mt: Delete file.
1192 * config/mips/embedl64.mt: Delete file.
1193 * config/mips/mips.mt: Delete file.
1194 * config/mips/mips64.mt: Delete file.
1195 * config/mips/tm-embed.h: Delete file.
1196 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1197 * config/mips/embed64.mt: Delete out-of-date comment.
1198
3a3bc038
AC
11992003-09-04 Andrew Cagney <cagney@redhat.com>
1200
1201 * hppa-tdep.c (hppa_gdbarch_init): Set
1202 "have_nonsteppable_watchpoint".
1203 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1204 * mips-tdep.c (mips_dump_tdep): Do not print
1205 HAVE_NONSTEPPABLE_WATCHPOINT.
1206 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1207 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1208 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1209 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1210
a957e642
CV
12112003-09-04 Corinna Vinschen <vinschen@redhat.com>
1212
1213 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1214 unused code. Add comment.
1215
a6fbcf2f
CV
12162003-09-04 Corinna Vinschen <vinschen@redhat.com>
1217
1218 * breakpoint.c (watchpoint_check): Check for pc being in an
1219 epilogue if watchpoint frame couldn't be found.
1220
c14a44d5
AC
12212003-09-04 Andrew Cagney <cagney@redhat.com>
1222
1223 * Makefile.in: Re-generate all dependencies.
1224
f6c40618
AC
12252003-09-03 Andrew Cagney <cagney@redhat.com>
1226
1227 * arch-utils.h (legacy_print_insn): Delete declaration.
1228 * arch-utils.c (legacy_print_insn): Delete function.
1229 * disasm.c (deprecated_tm_print_insn_info): Delete.
1230 (_initialize_disasm): Delete function, contained code initializing
1231 deprecated_tm_print_insn_info.
1232 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1233 (deprecated_tm_print_insn_info): Delete.
1234 (TARGET_PRINT_INSN): Do not provide a default.
1235 * gdbarch.h, gdbarch.c: Re-generate.
1236
242e8be5
AC
12372003-09-03 Andrew Cagney <cagney@redhat.com>
1238
1239 * disasm.c (fprintf_disasm): New function.
1240 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1241 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1242 reverts 2003-08-14 change.
1243 (_initialize_disasm): Call "init_disassemble_info", instead of
1244 INIT_DISASSEMBLE_INFO_NO_ARCH.
1245
3ffc3dda
MS
12462003-09-03 Michael Snyder <msnyder@redhat.com>
1247
1248 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1249
52d16ba8
AC
12502003-09-03 Andrew Cagney <cagney@redhat.com>
1251
1252 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1253 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1254 * symfile.c (syms_from_objfile): Update.
1255 (reread_symbols): `Update
1256 * exec.c (exec_file_attach): Update.
1257 (exec_file_attach): Update.
1258 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1259 2003-08-29 change.
1260 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1261
eb5492fa
DJ
12622003-09-03 Daniel Jacobowitz <drow@mvista.com>
1263
1264 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1265 trad-frame.h.
1266 (arm_get_cache): Delete macro.
1267 (struct arm_prologue_cache): Update comments. Make saved_regs into
1268 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1269 to prev_sp.
1270 (thumb_scan_prologue): Update for cache changes. Don't call
1271 DEPRECATED_PC_IN_CALL_DUMMY.
1272 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1273 argument and use it in desperation search for our prologue. Do not
1274 search past the specified PC.
1275 (arm_make_prologue_cache): Simplify.
1276
1277 (arm_prologue_this_id, arm_prologue_prev_register)
1278 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1279 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1280 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1281 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1282 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1283
1284 (arm_frame_chain_valid, arm_find_callers_reg)
1285 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1286 (arm_pop_frame): Delete obsolete methods.
1287 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1288
1289 (arm_gdbarch_init): Update for new frame methods. Register prologue
1290 and sigtramp unwinders. Set the default frame base method.
1291
1292 * Makefile.in (arm-tdep.o): Update dependencies.
1293 * varobj.c (find_frame_addr_in_frame_chain): Call
1294 get_frame_base_address.
1295 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1296
24de872b
DJ
12972003-09-03 Daniel Jacobowitz <drow@mvista.com>
1298
1299 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1300 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1301 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1302 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1303 Take NEXT_FRAME and CACHE arguments. Call
1304 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1305 Set unwound_pc in CACHE instead of modifying the frame argument.
1306 Don't bother checking the frame type when looking for sigtramp
1307 frames.
1308 (arm_make_prologue_cache, arm_frame_chain)
1309 (arm_init_extra_frame_info): New functions.
1310
9b8d791a
DJ
13112003-09-03 Daniel Jacobowitz <drow@mvista.com>
1312
1313 * arm-tdep.c (arm_get_cache): Define.
1314 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1315 unwound_sp, unwound_pc, and saved_regs.
1316 (thumb_scan_prologue): Take a cache instead of the frame.
1317 (arm_scan_prologue): Likewise.
1318 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1319 instead of a temporary frame.
1320 (arm_init_extra_frame_info): Allocate and use a cache.
1321 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1322
7ee3275f
AC
13232003-09-03 Andrew Cagney <cagney@redhat.com>
1324
1325 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1326 * config/mips/wince.mt (TM_CLIBS): Ditto.
1327 * config/sh/wince.mt (TM_CLIBS): Ditto.
1328 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1329 * config/sparc/sp64.mt (CC): Delete.
1330
57b29be7
AC
13312003-09-03 Andrew Cagney <cagney@redhat.com>
1332
1333 * defs.h: Do not include "arch-utils.h".
1334 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1335 GDB_MULTI_ARCH_PURE.
1336 * configure.in (GDB_MULTI_ARCH): Do not define.
1337 * configure, config.in: Regenerate.
1338 * configure.tgt: Do not set variable "gdb_multi_arch".
1339 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1340 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1341 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1342 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1343 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1344 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1345 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1346 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1347 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1348 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
1349 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
1350 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
1351 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
1352 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
1353 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
1354 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
1355 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
1356 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
1357
12e035e2
MC
13582003-08-30 Michael Chastain <mec@shout.net>
1359
1360 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
1361 * config/m68k/nm-hp300hpux.h: Delete.
1362 * config/m68k/tm-hp300hpux.h: Delete.
1363 * config/m68k/xm-hp300hpux.h: Delete.
1364 * config/m68k/xm-hp300bsd.h: Delete.
1365 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
1366 tm-hp300hpux.h, xm-hp300hpux.h.
1367 * somsolib.c: Remove comment about hp300 shared libraries.
1368
bda34dc2
MK
13692003-08-31 Mark Kettenis <kettenis@gnu.org>
1370
5bca7895
MK
1371 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
1372 Only define PTRACE_GET_THREAD_AREA is not already defined.
1373 Various style fixes in code and comments and some additional
1374 spelling fixes in comments. Move after functions dealing with
1375 debug registers.
1376 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
1377 Fix coding-style.
1378
bda34dc2
MK
1379 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
1380 frame_unwind_register_unsigned instead of
1381 frame_unwind_unsigned_register.
1382
c890192f
MK
13832003-08-30 Mark Kettenis <kettenis@gnu.org>
1384
1385 * configure.in: Search for gethostbyname in libnsl.
1386 * configure: Regenerated.
1387
60fac5b8
MK
13882003-08-29 Mark Kettenis <kettenis@gnu.org>
1389
e294916c
MK
1390 * configure.in: Remove redundant AC_MSG_RESULT in check for
1391 uintptr_t in stdint.h.
1392 * configure: Regenerated.
1393
c40d267a
MK
1394 * amd64-nat.h (struct regcache): Add opaque declaration.
1395
60fac5b8
MK
1396 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
1397 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
1398 Change "register array" to "register cache" in comments.
1399 (x86_64_linux_gregset64_reg_offset): New variable.
1400 (GETREGS_SUPPLIES): Remove macro.
1401 (supply_gregset): Call amd64_supply_native_gregset instead of
1402 x86_64_linux_supply_gregset.
1403 (fill_gregset): Rename `regno' to `regnum'. Call
1404 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
1405 (store_regs): Rename `regno' to `regnum'.
1406 (store_fpregs): Rename `regno' to `regnum'.
1407 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
1408 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1409 Reorganize function a bit.
1410 (store_inferior_registers): Rename `regno' to `regnum'. Use
1411 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1412 Reorganize function a bit.
1413 (_initialize_x86_64_linux_nat): New function.
1414 * config/i386/x86-64linux.mh.
1415
546143b6
AC
14162003-08-29 Andrew Cagney <cagney@redhat.com>
1417
1418 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
1419 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
1420 (target_remove_watchpoint): Delete macro.
1421 (target_insert_watchpoint): Delete macro.
1422 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
1423 (remote_mips_stopped_by_watchpoint): Delete declaration.
1424 (remote_mips_remove_watchpoint): Delete declaration.
1425 (remote_mips_set_watchpoint): Delete declaration.
1426 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
1427 * remote-mips.c (_initialize_remote_mips): Set
1428 "to_insert_watchpoint", "to_stopped_by_watchpoint",
1429 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
1430 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
1431 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
1432 (mips_stopped_by_watchpoint): Rename
1433 remote_mips_stopped_by_watchpoint.
1434 (mips_can_hardware_watchpoint): Rename
1435 remote_mips_can_use_hardware_watchpoint, update function
1436 signature.
1437
7bace51b
MK
14382003-08-29 Mark Kettenis <kettenis@gnu.org>
1439
b0f5c6f2
MK
1440 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
1441 USER_DS. We haven't given them a register number yet.
1442
2a6d284d
MK
1443 * amd64-nat.h: New file.
1444 * amd64-nat.c: New file.
1445 * amd64fbsd-nat.c: Include "amd64-nat.h".
1446 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
1447 (amd64fbsd32_r_reg_offset): New variable.
1448 (supply_gregset): Simply call amd64_supply_native_gregset.
1449 (fill_gregset): Rename `regno' to `regnum'. Simply call
1450 amd64_collect_native_gregset.
1451 (fill_fpregset): Rename `regno' to `regnum'.
1452 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
1453 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1454 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1455 `fpregset_t'. Call amd64_supply_native_gregset instead of
1456 supply_gregset. Call x86_64_supply_fxsave instead of
1457 supply_fpregset.
1458 (store_inferior_registers): Rename `regno' to `regnum'. Replace
1459 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1460 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1461 `fpregset_t'. Call amd64_collect_native_gregset instead of
1462 fill_gregset. Call x86_64_collect_fxsave instead of
1463 fill_fpregset.
1464 (_initialize_am64fbsd_nat): Initialize
1465 amd64_native_gregset32_reg_offset and
1466 amd64_native_gregset64_reg_offset.
1467 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
1468
a16d75cc
MK
1469 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
1470 null pointer. Fix typo in comment.
1471
7bace51b
MK
1472 * regcache.c (supply_register): Reimplement to call
1473 regcache_raw_supply.
1474 (regcache_collect): Reimplement by calling regcache_raw_collect.
1475
9a661b68
MK
14762003-08-28 Mark Kettenis <kettenis@gnu.org>
1477
1478 * regcache.c (register_buffer): Consitify first argument.
1479 (regcache_raw_supply, regcache_raw_collect): New
1480 functions.
1481
e94cc8fa
DJ
14822003-08-28 Daniel Jacobowitz <drow@mvista.com>
1483
1484 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
1485 by Nathan J. Williams.
1486
c64bd0ce
DJ
14872003-08-28 Daniel Jacobowitz <drow@mvista.com>
1488
1489 * lin-lwp.c (wait_lwp): New function, copied from
1490 stop_wait_callback. Clean up.
1491 (stop_wait_callback): Use wait_lwp.
1492
e5ab0dce
AC
14932003-08-28 Andrew Cagney <cagney@redhat.com>
1494
1495 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
1496 flavour and disassembler options.
1497 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
1498 (mips_gdbarch_init): Set "print_insn". Delete initialization of
1499 deprecated_tm_print_insn_info.
1500
a788de9b
AC
15012003-08-27 Andrew Cagney <cagney@redhat.com>
1502
1503 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
1504 Use target_read_memory.
1505 (s390_get_frame_info): Update. Do not reference
1506 deprecated_tm_print_insn_info.
1507 (s390_check_function_end, s390_is_sigreturn): Ditto.
1508
36482093
AC
15092003-08-27 Andrew Cagney <cagney@redhat.com>
1510
1511 * Makefile.in (cris-tdep.o): Update dependencies.
1512 * cris-tdep.c: Include "gdb_assert.h".
1513 (cris_gdbarch_init): Set print_insn.
1514 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
1515 (cris_delayed_get_disassembler): Simplify, directly call the
1516 disassembler returned by cris_get_disassembler.
1517 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
1518 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
1519 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
1520 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
1521 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
1522 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
1523 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
1524 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
1525 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
1526 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
1527 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
1528 (gdb_print_insn_sparc): Delete function.
1529 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
1530 deprecated_tm_print_insn_info.
1531 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
1532 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
1533 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
1534 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
1535 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
1536 * s390-tdep.c (gdb_print_insn_s390): Delete function.
1537 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
1538 (s390_gdbarch_init): Set print_insn.
1539
0285512f
AC
15402003-08-27 Andrew Cagney <cagney@redhat.com>
1541
1542 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
1543 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
1544 * infcall.c (call_function_by_hand): Convert the entry point
1545 address into a code address.
1546
cdcd5552
AC
15472003-08-27 Andrew Cagney <cagney@redhat.com>
1548
1549 * dsrec.c: Include "gdb_string.h".
1550 * Makefile.in (dsrec.o): Update dependencies.
1551
e85cddad
MC
15522003-08-27 Michael Chastain <mec@shout.net>
1553
1554 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
1555
8bbfbb23
AC
15562003-08-27 Andrew Cagney <cagney@redhat.com>
1557
1558 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
1559 (alpha_osf1_init_abi): Do not set call_dummy_address.
1560
ba058b66
DC
15612003-08-27 David Carlton <carlton@kealia.com>
1562
1563 From Randolph Chung <tausq@debian.org>:
1564 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
1565 compiles with -Wformat-nonliteral -Werror.
1566
87f84c9d
JB
15672003-08-26 Jim Blandy <jimb@redhat.com>
1568
1569 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
1570 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
1571 bfd_lookup_symbol, since we only want symbols in code sections.
1572 (look_for_base): Pass zero as the SECT_FLAGS argument to
1573 bfd_lookup_symbol, since we're not concerned about which section
1574 the symbol is in.
1575
102d615a
JJ
15762003-08-26 Jeff Johnston <jjohnstn@redhat.com>
1577
1578 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
1579 we are frameless or the return address register is already known.
1580
cc7ad3ea
AC
15812003-08-26 Andrew Cagney <cagney@redhat.com>
1582
1583 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
1584 in size. Add comments.
1585
af8b88dd
JJ
15862003-08-26 Jeff Johnston <jjohnstn@redhat.com>
1587
1588 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
1589 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
1590
e0a4f5a1
JM
15912003-08-26 Jason Merrill <jason@redhat.com>
1592
1593 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
1594 case out of #ifdef MIPS block.
1595
4ae9ee8e
DJ
15962003-08-25 Daniel Jacobowitz <drow@mvista.com>
1597
1598 PR java/1322
1599 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
1600 available before calling SECT_OFF_TEXT.
3c164570 1601 * PROBLEMS: Remove description of java/1322.
4ae9ee8e 1602
004d836a
JJ
16032003-08-25 Jeff Johnston <jjohnstn@redhat.com>
1604
1605 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
1606 bof, and nat0-nat127 as pseudo-registers.
1607 (ia64_frame_cache): New struct used to cache frame info.
1608 (ia64_register_reggroup_p): New routine used to override default
1609 register grouping so registers without names are still saved and
1610 restored.
1611 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
1612 pseudo values.
1613 (ia64_pseudo_register_read): New routine to read pseudo-registers.
1614 (ia64_pseudo_register_write): New routine to write pseudo-registers.
1615 (ia64_alloc_frame_cache): New routine to create a new
1616 ia64_frame_cache.
1617 (examine_prologue): Change prototype to add next_frame pointer.
1618 Assume frameless until otherwise proven. Verify that the cfm for
1619 current frame matches the cfm that should occur for the prologues
1620 alloc insn and if equal, mark as not frameless. At end of routine,
1621 if not frameless, calculate registers for the previous frame and store
1622 in the cache, if a cache is provided.
1623 (ia64_skip_prologue): Use new prototype when calling examine_prologue
1624 and pass 0 for next_frame.
1625 (ia64_store_return_value): Change to use convert_typed_floating()
1626 instead of calling ia64_convert_to_raw().
1627 (ia64_extract_return_value): Change to use convert_typed_floating()
1628 instead of calling ia64_convert_to_virtual().
1629 (ia64_frame_cache): New routine to support new frame model.
1630 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
1631 (ia64_frame_sniffer): Ditto.
1632 (ia64_sigtramp_frame_init_saved_regs): Ditto.
1633 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
1634 (ia64_sigtramp_frame_prev_register): Ditto.
1635 (ia64_sigtramp_frame_sniffer): Ditto.
1636 (ia64_frame_base_address): Ditto.
1637 (ia64_extract_struct_value_address): Change to issue error message.
1638 (ia64_frame_align): New routine to align sp.
1639 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
1640 (ia64_push_arguments): Removed. Logic moved to
1641 ia64_push_dummy_call().
1642 (ia64_push_return_address): Ditto.
1643 (ia64_unwind_dummy_id): New function.
1644 (ia64_unwind_pc): Ditto.
1645 (ia64_convert_register_p): Ditto.
1646 (ia64_register_to_value): Ditto.
1647 (ia64_value_to_register): Ditto.
1648 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
1649 (ia64_register_byte, ia64_register_raw_size): Ditto.
1650 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
1651 (ia64_saved_pc_after_call): Ditto.
1652 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
1653 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
1654 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
1655 (ia64_register_convert_to_raw): Ditto.
1656 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
1657 (ia64_init_extra_frame_info): Ditto.
1658 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
1659 (ia64_gdbarch_init): Remove registering of deprecated functions that
1660 are no longer used. Add registration of new gdbarch functions.
1661 Remove registering deprecated_write_sp. Replace
1662 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
1663 Delete set_gdbarch_deprecated_register_convertible(),
1664 set_gdbarch_deprecated_register_convert_to_virtual(), and
1665 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
1666 set_gdbarch_deprecated_register_size(),
1667 set_gdbarch_deprecated_register_bytes(),
1668 set_gdbarch_pcregnum(),
1669 set_gdbarch_deprecated_register_byte(),
1670 set_gdbarch_deprecated_register_raw_size(),
1671 set_gdbarch_deprecated_max_register_raw_size(),
1672 set_gdbarch_deprecated_register_virtual_size(),
1673 and set_gdbarch_deprecated_max_register_virtual_size() calls.
1674 Replace set_gdbarch_deprecated_extract_return_value() with
1675 set_gdbarch_extract_return_value(). Remove calls to:
1676 set_gdbarch_deprecated_saved_pc_after_call();
1677 set_gdbarch_deprecated_frame_chain(),
1678 set_gdbarch_deprecated_frame_saved_pc(),
1679 set_gdbarch_deprecated_frame_init_saved_regs(),
1680 set_gdbarch_deprecated_get_saved_register(),
1681 set_gdbarch_deprecated_call_dummy_words(),
1682 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1683 set_gdbarch_deprecated_init_extra_frame_info(),
1684 set_gdbarch_deprecated_frame_args_address(),
1685 set_gdbarch_deprecated_frame_locals_address(),
1686 and set_gdbarch_deprecated_dummy_write_sp().
1687 Add set_gdbarch_convert_register_p(),
1688 set_gdbarch_register_to_value(),
1689 set_gdbarch_value_to_register(),
1690 set_gdbarch_push_dummy_call(),
1691 set_gdbarch_frame_align(),
1692 set_gdbarch_unwind_dummy_id(),
1693 set_gdbarch_unwind_pc(),
1694 frame_unwind_append_sniffer(),
1695 frame_unwind_append_sniffer(),
1696 and frame_base_set_default().
1697
aede7613
CD
16982003-08-25 Chris Demetriou <cgd@broadcom.com>
1699
1700 * configure.tgt: Document need for special "mipsisa64" handling.
1701 (mipsisa64*-*-linux64): Handle as target linux64.
1702 (mipsisa64*-*-*): Handle as target embed64.
1703
43c3a82e
MC
17042003-08-18 Michael Chastain <mec@shout.net>
1705
1706 * PROBLEMS: Document pr gdb/1322, the Java anonymous
1707 objfile bug.
1708
6564f77d
MK
17092003-08-24 Mark Kettenis <kettenis@gnu.org>
1710
2de139ba
MK
1711 * i387-tdep.h: Update copyright date.
1712 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
1713
6564f77d
MK
1714 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
1715 CFLAGS games to reflect reality.
1716
42cf1509
AC
17172003-08-24 Andrew Cagney <cagney@redhat.com>
1718
1719 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
1720 GDB_MULTI_ARCH is always non-zero.
1721 * osabi.c (_initialize_gdb_osabi): Ditto.
1722 (gdbarch_init_osabi): Ditto.
1723 * sparc-tdep.c: Ditto for #if code.
1724
0485f6ad
MK
17252003-08-23 Mark Kettenis <kettenis@gnu.org>
1726
1727 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
1728 Update comments.
1729 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
1730 comments.
1731 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
1732 x86_64_supply_fxsave.
1733 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
1734 x86_64_supply_fxsave.
1735 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
1736 x86_64_supply_fxsave.
1737
c7716133
AJ
17382003-08-23 Andreas Jaeger <aj@suse.de>
1739
1740 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
1741 i387_supply_fxsave.
1742
ed504bdf
MK
17432003-08-23 Mark Kettenis <kettenis@gnu.org>
1744
1745 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
1746 i387_supply_register.
1747 (go32_fetch_registers): Adjust call to i387_supply_fsave.
1748 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
1749 i387_supply_fsave.
1750 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
1751 i387_supply_fxsave.
1752 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
1753 i387_supply_fsave.
1754 * i386bsd-nat.c (supply_fpregset): Adjust call to
1755 i387_supply_fsave.
1756 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
1757 call to i387_supply_fxsave. Call i387_supply_fsave instead of
1758 supply_fpregset.
1759 (store_inferior_registers): Remove extraneous whitespace. Call
1760 i387_fill_fsave instead of fill_fpregset.
1761 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
1762 (supply_fpregset): Likewise.
1763 * i386v4-nat.c (supply_fpregset): Adjust call to
1764 i387_supply_fsave.
1765 * i386-interix-nat.c (supply_fpregset): Adjust call to
1766 i387_supply_fsave.
1767 * i386-linux-nat.c (supply_fpregset): Adjust call to
1768 i387_supply_fsave.
1769 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
1770 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
1771 i387supply_fsave and i387_supply_fxsave.
1772 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
1773 Incorporate code from `i387_supply_register.
1774 (i387_supply_register): Remove.
1775 (i387_supply_fxsave): Add `regnum' argument.
1776 Update comments.
1777 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
1778 prototype.
1779 (i387_supply_register): remove prototype.
1780 Update comments.
1781
4be5d520
MC
17822003-08-22 Michael Chastain <mec@shout.net>
1783
1784 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
1785 Add lines for files in gdb/testsuite/gdb.cp/* that are
1786 still not 8.3 unique.
1787
7ed85d26
DJ
17882003-08-22 Daniel Jacobowitz <drow@mvista.com>
1789
1790 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
1791 TYPE_VPTR_FIELDNO is valid.
1792
eb0d3137
MK
17932003-08-19 Mark Kettenis <kettenis@gnu.org>
1794
1795 * utils.c (set_width_command): Remove prototypes.
1796 (set_screen_size): New prototype.
1797 (init_page_info): Simplify by fetching the screen size from
1798 Readline. Call set_screen_size.
1799 (set_screen_size): New function.
1800 (set_width): Add missing whitespace in comment.
1801 (set_width_command): Call set_screen_size.
1802 (set_height_command): New function.
1803 (initialize_utils): Fix formatting. Make "set height" command
1804 call set_height_command. Remove redundant code that turns off
1805 pagination if output isn't a terminal. Remove redundant call to
1806 set_width_command.
1807
7e6d0ac8
MK
18082003-08-22 Mark Kettenis <kettenis@gnu.org>
1809
3567a8ea
MK
1810 * sparc64-tdep.h (sparc64_regnum): Fix comment.
1811 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
1812 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
1813 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
1814 `case' keyword.
1815 (sparc64_register_info): Give the reister with number
1816 SPARC64_STATE_REGNUM a name.
1817 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
1818 %asi and %ccr.
1819 (sparc64_push_dummy_call): Take BIAS into account when checking
1820 stcak alignment.
1821 (sparc_software_single_step): Remove assertions that check whether
1822 NPC and NNPC were zero.
1823 (sparc_supply_rwindow): Make public. Merge functionality with
1824 sparc64_supply_rwindow.
1825 (sparc_fill_rwindow): Make public. Merge functionality with
1826 sparc64_fill_rwindow.
1827 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
1828 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
1829 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
1830 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
1831 sparc_supply_rwindow instead of sparc64_supply_rwindow.
1832
7e6d0ac8
MK
1833 * reggroups.c: Add whitespace after declarations of local
1834 variables in functions.
1835
72e5f484
MC
18362003-08-21 Michael Chastain <mec@shout.net>
1837
1838 * gdbtypes.h: Change array bound type from an int to enum.
1839
435ac228
AC
18402003-08-21 Andrew Cagney <cagney@redhat.com>
1841
1842 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
1843 * config/sparc/tm-sparc.h: Ditto.
1844 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
1845 unconditionally.
1846 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
1847
0d0e1a63
MK
18482003-07-13 Mark Kettenis <kettenis@gnu.org>
1849
1850 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
1851 (register_objfile_data, set_objfile_data, objfile_data): New
1852 prototypes.
1853 * objfiles.c (objfile_alloc_data, objfile_free_data): New
1854 prototypes.
1855 (allocate_objfile): Call objfile_alloc_data.
1856 (free_objfile): Call objfile_free_data.
1857 (struct objfile_data): New.
1858 (struct objfile_data_registration): New.
1859 (struct objfile_data_registry): New.
1860 (objfile_data_registry): New variable.
1861 (register_objfile_data): New function.
1862 (objfile_alloc_data, objfile_free_data): New functions.
1863 (set_objfile_data, objfile_data): New functions.
1864 * dwarf2-frame.c (dwarf2_frame_data): New variable.
1865 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
1866 (_initialize_dwarf2_frame): New function and prototype.
1867
d90cf509
AC
18682003-08-21 Andrew Cagney <cagney@redhat.com>
1869
1870 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
1871 a specific architecture.
1872 * arch-utils.h (set_architecture_from_arch_mach): Delete
1873 declaration.
1874 (target_architecture_hook): Delete declaration.
1875 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
1876 (default_float_format): Assume GDB_MULTI_ARCH.
1877 (default_double_format): Assume GDB_MULTI_ARCH.
1878 (set_endian_from_file): Delete function.
1879 (arch_ok): Delete function.
1880 (set_arch): Delete function.
1881 (set_architecture_from_arch_mach): Delete function.
1882 (set_architecture_from_file): Delete function.
1883 (set_architecture): Assume GDB_MULTI_ARCH.
1884 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
1885
8b39fe56
MK
18862003-08-21 Mark Kettenis <kettenis@gnu.org>
1887
1888 Rewrite FreeBSD/sparc64 native configuration.
1889 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
1890 * sparc64fbsd-nat.c: New file.
1891 * sparc64fbsd-tdep.c: New file.
1892 * sparc64-tdep.c sparc64-tdep.h: New files.
1893 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
1894 sparc64fbsd-tdep.o): New dependencies.
1895 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
1896 and sparc64fbsd-tdep.c.
1897 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
1898 * config/sparc/fbsd.mh: Remove copyright notice.
1899 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
1900 sparcbsd-nat.o.
1901 * config/sparc/fbsd.mt: Remove copyright notice.
1902 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
1903 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
1904 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
1905 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
1906 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
1907 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
1908 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
1909 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
1910 "sparc/tm-sp64.h".
1911 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
1912 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
1913
a7f19c79
MC
19142003-08-21 Michael Chastain <mec@shout.net>
1915
1916 * symtab.h: Add doco on the space critical structures and
1917 some measurements of space usage.
1918
da08ea5b
MS
19192003-08-21 Michael Snyder <msnyder@redhat.com>
1920
1921 * tracepoint.c (trace_dump_command): Trace break address
1922 is subject to DECR_PC_AFTER_BREAK.
1923 (set_traceframe_context): Make "trace_line" an int.
1924 Fixes suggested by Mark Newman <mark.newman@lmco.com>
1925
6df2bf50
MS
19262003-08-20 Michael Snyder <msnyder@redhat.com>
1927
1928 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
1929 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
1930 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
1931 argument passing.
1932 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
1933 functions, replace sh_push_dummy_call.
1934 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
1935
0955bbf0
MC
19362003-08-20 Michael Chastain <mec@shout.net>
1937
1938 * gdbtypes.h (struct main_type): Rearrange to save space.
1939
260a4188
MS
19402003-08-20 Michael Snyder <msnyder@redhat.com>
1941
1942 * trad-frame.c: Comment typo fix.
1943
8baa6f92
KB
19442003-08-20 Michael Snyder <msnyder@redhat.com>
1945 Kevin Buettner <kevinb@redhat.com>
1946
1947 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
1948 (frv_frame_init_saved_regs): Add declaration.
1949 (frame_extra_info): Add new field ``saved_regs''.
1950 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
1951 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
1952 Update frame related code.
1953 (frv_extract_struct_value_address): Adjust formatting.
1954 * Makefile.in (frv-tdep.o): Update dependencies.
1955 * config/frv/tm-frv.h (target_insert_watchpoint)
1956 (target_remove_watchpoint, target_insert_hw_breakpoint)
1957 (target_remove_hw_breakpoint): Delete these macros.
1958 (remote_insert_watchpoint, remote_remove_watchpoint)
1959 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
1960 these declarations.
1961
87193939
MC
19622003-08-20 Michael Chastain <mec@shout.net>
1963
1964 * defs.h (ENUM_BITFIELD): New macro.
1965 * symtab.h (ENUM_BITFIELD): Use it.
1966 (BYTE_BITFIELD): Remove old macro, which was already disabled.
1967
062103ba
SA
19682003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
1969
1970 * MAINTAINERS (write after approval): Add myself.
1971
8b148df9
AC
19722003-08-18 Andrew Cagney <cagney@redhat.com>
1973
1974 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
1975 * gdbarch.h, gdbarch.c: Re-generate.
1976 * infcall.c (call_function_by_hand): Adjust the SP by
1977 frame_red_zone_size before allocating any stack space.
1978 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
1979 * x86-64-tdep.c (x86_64_frame_align): New function.
1980 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
1981
1982 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
1983 Remove code adjusting SP so that it skips over the Red Zone.
1984
954a4db8
MK
19852003-08-18 Mark Kettenis <kettenis@gnu.org>
1986
1987 * NEWS (New native configurations): Mention FreeBSD/amd64.
1988
1a241548
AC
19892003-08-18 Andrew Cagney <cagney@redhat.com>
1990
1991 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
1992 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
1993 "m68k_frame_p".
1994 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
1995
f82b2acd
MK
19962003-08-18 Mark Kettenis <kettenis@gnu.org>
1997
1998 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
1999
4056d258
ML
20002003-08-18 Michal Ludvig <mludvig@suse.cz>
2001
2002 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2003 Define.
2004 * i386-linux-nat.c: Include "linux-nat.h".
2005 (child_post_startup_inferior): New function.
2006
99ab4326
MK
20072003-08-18 Mark Kettenis <kettenis@gnu.org>
2008
2009 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2010 at the start of a frameless function. This probably fixes PR
2011 backtrace/1338.
2012
c8d5f0d6
MC
20132003-08-17 Michael Chastain <mec@shout.net>
2014
2015 * symfile.c (find_sym_fns): Remove special case for apollo target.
2016
9016a515
DJ
20172003-08-17 Daniel Jacobowitz <drow@mvista.com>
2018
2019 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2020 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2021 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2022 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2023 (linux_supports_tracevforkdone): New function.
2024 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2025 TRACEVFORKDONE.
2026 (child_follow_fork): Handle vfork.
2027 (linux_handle_extended_wait): Likewise. Also handle exec.
2028 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2029 * NEWS: Mention fork tracing.
2030
c538c11c
DJ
20312003-08-17 Daniel Jacobowitz <drow@mvista.com>
2032
2033 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2034
4de4c07c
DJ
20352003-08-17 Daniel Jacobowitz <drow@mvista.com>
2036
2037 * Makefile.in (i386-linux-nat.o): Update dependencies.
2038 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2039 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2040 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2041 * i386-linux-nat.c: Include "linux-nat.h".
2042 (child_post_startup_inferior): New function.
2043 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2044 * infptrace.c (kill_inferior): Wrap in #ifdef.
2045 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2046 attaching to each LWP.
2047 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2048 (init_lin_lwp_ops): Fill in some more operations.
2049 * linux-nat.h (linux_enable_event_reporting)
2050 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2051 prototypes.
2052 * linux-nat.c (linux_enable_event_reporting): New function.
2053 (child_post_attach, linux_child_post_startup_inferior)
2054 (child_post_startup_inferior, child_follow_fork)
2055 (linux_handle_extended_wait, kill_inferior): New functions.
2056
7996bcec
AC
20572003-08-16 Andrew Cagney <cagney@redhat.com>
2058
2059 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2060 * gdbarch.h, gdbarch.c: Re-generate.
2061
3d48a7a0
MK
20622003-08-16 Mark Kettenis <kettenis@gnu.org>
2063
2064 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2065
7989c619
AC
20662003-08-16 Andrew Cagney <cagney@redhat.com>
2067
2068 * NEWS: Mention that "set prompt-escape-char" was deleted.
2069 * top.c (get_prompt_1): Delete function.
2070 (gdb_prompt_escape):
2071 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2072 prompt-escape-char" command.
2073 (MAX_PROMPT_SIZE): Delete macro.
2074 (get_prompt): Simplify, do not call get_prompt_1.
2075
07978cd8
AC
20762003-08-16 Andrew Cagney <cagney@redhat.com>
2077
2078 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2079 -Werror. -Wformat-nonliteral problems.
2080
3ff7cf9e
JB
20812003-08-15 J. Brobecker <brobecker@gnat.com>
2082
2083 Further multiarching work mostly for hppa64-*-hpux11:
2084 * hppa-tdep.h: New file.
2085 * hppa-tdep.c: #include hppa-tdep.c.
2086 (hppa32_num_regs): Renamed from hppa_num_regs.
2087 (hppa64_num_regs): New constant.
2088 (hppa64_call_dummy_breakpoint_offset): New constant.
2089 (hppa32_call_dummy_length): New constant.
2090 (hppa64_call_dummy_length): New constant.
2091 (hppa32_stack_align): Make name 32bit explicit.
2092 (hppa32_register_virtual_type): Likewise.
2093 (hppa32_extract_return_value): Likewise.
2094 (hppa32_use_struct_convention): Likewise.
2095 (hppa32_store_return_value): Likewise.
2096 (hppa64_register_virtual_type): New function.
2097 (hppa64_extract_return_value): New function.
2098 (hppa64_use_struct_convention): New function.
2099 (hppa64_store_return_value): New function.
2100 (hppa_frame_locals_address): Remove declaration, function does
2101 not exist anymore.
2102 (hppa_register_byte): Add support for PA64 ABI.
2103 (hppa_gdbarch_init): Add support for PA64 ABI.
2104 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2105 Make name 32bit explicit.
2106 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2107 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2108 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2109 (hppa64_hpux_frame_base_before_sigtramp): New function.
2110 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2111 * config/pa/tm-hppa64.h: Remove macros that are no longer
2112 necessary now that the gdbarch vector is properly setup.
2113 Transform some macros into function calls. Some minor cleanup.
2114 * config/pa/tm-hppah.h: Update function calls in macros
2115 following the function renaming in hppa-hpux-tdep.c.
2116 * Makefile.in (hppa_tdep_h): New variable.
2117 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2118
5d05ca6d
MS
21192003-08-14 Michael Snyder <msnyder@redhat.com>
2120
2121 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2122
37ba2569
JB
21232003-08-13 J. Brobecker <brobecker@gnat.com>
2124
2125 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2126 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2127 routine.
2128
aed7f26a
MS
21292003-08-13 Michael Snyder <msnyder@redhat.com>
2130
2131 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2132 (frv_saved_pc_after_call): Use deprecated ftype.
2133 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2134 (frv_remote_translate_xfer_address): Remove.
2135 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2136
752d4ac1
JB
21372003-08-13 J. Brobecker <brobecker@gnat.com>
2138
2139 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2140 initialization after the common gdbarch initialization, not before.
2141
1426ac1d
JB
21422003-08-13 J. Brobecker <brobecker@gnat.com>
2143
2144 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2145 (ADDR_BITS_REMOVE): Remove, redundant.
2146
b6fbdd1d
JB
21472003-08-13 J. Brobecker <brobecker@gnat.com>
2148
2149 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2150 gdbarch method to clear the 2 low bits of text addresses.
2151
44160db3
AC
21522003-08-12 Andrew Cagney <cagney@redhat.com>
2153
2154 * Makefile.in (dsrec.o): Update dependencies.
2155 * dsrec.c: Include "gdb_assert.h".
2156 (make_srec): Use snprintf instead of sprintf, use a literal format
2157 string.
2158
bcf7d3ca
AC
21592003-08-12 Andrew Cagney <cagney@redhat.com>
2160
2161 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2162 FRAME_OBSTACK_ZALLOC.
2163
49ed40de
KB
21642003-08-12 Kevin Buettner <kevinb@redhat.com>
2165
2166 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2167 SSE registers.
2168
b246147c
MK
21692003-08-10 Mark Kettenis <kettenis@gnu.org>
2170
2171 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2172 amd64fbsd_sc_reg_offset): Add extern declarations.
2173 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2174 declarations.
2175
d95fdc0d
BE
21762003-08-11 Ben Elliston <bje@wasabisystems.com>
2177
2178 * MAINTAINERS (write after approval): Update my mail address.
2179
cf6a0e73
AC
21802003-08-10 Andrew Cagney <cagney@redhat.com>
2181
2182 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2183
f837910f
MK
21842003-08-10 Mark Kettenis <kettenis@gnu.org>
2185
e2dbbd2d
MK
2186 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2187 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2188 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2189 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2190 i386bsd_sc_reg_offset): Add extern declarations.
2191 * i386obsd-nat.c: Include "i386-tdep.h"
2192 (_initialize_i386obsd_nat): Remove extern declarations.
2193 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2194 declarations.
2195 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2196 declarations.
2197
f837910f
MK
2198 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2199 instead of frame_read_register.
2200 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2201 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2202 SP_REGNUM.
2203 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2204 instead of frame_unwind_unsigned_register. Use
2205 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2206 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2207 instead of read_register. Use builtin_type_void_data_ptr instead
2208 of builtin_type_void_func_ptr when extracting the address of the
2209 jmp_buf.
2210 (i386_extract_return_value, i386_store_return_value,
2211 i386_pseudo_register_read, i386_pseudo_register_write): Use
2212 register_size instead REGISTER_RAW_SIZE.
2213
edcf254d
AC
22142003-08-10 Andrew Cagney <cagney@redhat.com>
2215
2216 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2217 sprintf. Make "name" constant.
2218
26604a34
MK
22192003-08-10 Mark Kettenis <kettenis@gnu.org>
2220
192285c6
MK
2221 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2222 instead of frame_read_register.
f837910f
MK
2223 (i387_print_float_info): Use get_frame_register and
2224 get_frame_register_unsigned instead of frame_register_read.
192285c6 2225
f0925262
MK
2226 * i386fbsd-nat.c: Include "i386-tdep.h".
2227 (child_resume): Make `eflags' an ULONGEST. Use
2228 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2229 instead of register_read and register_write.
2230
a144416f
MK
2231 * i386bsd-nat.c (fetch_inferior_registers,
2232 store_inferior_registers): Don't use && at the end of a line.
2233 (_initialize_i386bsd_nat): Fix typo.
2234
fec74868
MK
2235 * frame.c (_initialize_frame): Add missing backslash.
2236
87232496
MK
2237 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2238 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2239 and supply_register instead of manipulating the register buffer
2240 directly.
2241
c9b9de0b
MK
2242 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2243 * config/i386/nm-i386sol2.h
2244 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2245
26604a34
MK
2246 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2247 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2248 instructions that GCC likes to mingle into the prologue. Fixes
2249 gdb/1253 and gdb/1255.
2250
25d29d70
AC
22512003-08-09 Andrew Cagney <cagney@redhat.com>
2252
2253 Fix GDB PR cli/926.
2254 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2255 * command.h (add_setshow_uinteger_cmd): Declare.
2256 * frame.c (set_backtrace_cmd): New function.
2257 (show_backtrace_cmd): New function.
2258 * frame.c (_initialize_frame): Replace "set/show
2259 backtrace-below-main" with "set/show backtrace past-main". Add
2260 command "set/show backtrace limit".
2261 (backtrace_past_main): Rename "backtrace_below_main".
2262 (backtrace_limit): New variable.
2263 (get_prev_frame): Update. Check the backtrace_limit.
2264
9ebf4acf
AC
22652003-08-09 Andrew Cagney <cagney@redhat.com>
2266
2267 * defs.h (xstrprintf): Declare.
2268 * utils.c (xstrprintf): New function.
2269 * breakpoint.c (insert_breakpoints): Replace sprintf and
2270 non-literal format strings, with xstrprintf and cleanups.
2271 (delete_breakpoint,breakpoint_re_set): Ditto.
2272 (commands_command, insert_breakpoints): Ditto.
2273 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2274 (break_at_finish_command_1): Ditto.
2275
3771659b
AC
22762003-08-09 Andrew Cagney <cagney@redhat.com>
2277
2278 * MAINTAINERS (language support): List Adam Fedor as Objective C
2279 maintainer.
2280
b4263afa
JB
22812003-08-08 J. Brobecker <brobecker@gnat.com>
2282
2283 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2284 are now multiarched.
2285
d84defb1
JB
22862003-08-08 J. Brobecker <brobecker@gnat.com>
2287
2288 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2289 longer necessary now that hppa64 is partially multiarch'ed.
2290
f786f615
AC
22912003-08-08 Andrew Cagney <cagney@redhat.com>
2292
2293 * interps.c (interp_set): Check for a NULL "old_interp".
2294
c938e9b0
L
22952003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2296
2297 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2298 (install-only): Support DESTDIR.
2299 (uninstall): Likewise.
2300 (install-gdbtk): Likewise.
2301
9a146a11
EZ
23022003-08-08 Elena Zannoni <ezannoni@redhat.com>
2303
2304 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2305 contains something meaningful at all times.
2306
2307Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 2308
62599e99 2309 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 2310
56296155
BC
2311Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2312
62599e99 2313 * MAINTAINERS (write after approval): Added self.
56296155 2314
9710e734
AC
23152003-08-07 Andrew Cagney <cagney@redhat.com>
2316
2317 * inferior.h (AT_SYMBOL): Define.
2318 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2319 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2320 * mips-tdep.c (mips_call_dummy_address): Delete function.
2321 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2322 set call_dummy_address.
2323
98b3ab73
AC
23242003-08-07 Andrew Cagney <cagney@redhat.com>
2325
2326 * language.c (op_error): Delete function.
2327 (binop_type_check): Delete function.
2328 * language.h (type_op_error, range_op_error): Delete macros.
2329 (op_error): Delete declaration.
2330
2fcf52f0
AC
23312003-08-07 Andrew Cagney <cagney@redhat.com>
2332
2333 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2334
abd4220e 23352003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 2336
abd4220e 2337 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 2338 (x86_64_push_arguments): Skip the red zone.
abd4220e 2339
9dd5f34f
AC
23402003-08-05 Andrew Cagney <cagney@redhat.com>
2341
2342 * reggroups.c (reggroup_next): Check for the final entry.
2343
e5e78edc
AC
23442003-08-04 Andrew Cagney <cagney@redhat.com>
2345
ab4e3d93
AC
2346 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2347 * cli/cli-script.c (define_command): Call query directly, instead
2348 of passing it a buffer.
2349 * ocd.c (ocd_error): Pass error a constant format string.
2350 * remote-mips.c (mips_error): Use fputs_filtered.
2351
1062ca82
AC
2352 * solib-svr4.c (_initialize_svr4_solib): Update
2353 register_gdbarch_data call.
2354 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
2355
fcc1c85c
AC
2356 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
2357 (register_gdbarch_data): Delete "free" parameter. Update
2358 comments.
2359 * gdbarch.h, gdbarch.c: Re-generate.
2360 * reggroups.c (_initialize_reggroup): Update.
2361 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2362 * frame-base.c (_initialize_frame_base): Update.
2363 * frame-unwind.c (_initialize_frame_unwind): Update.
2364 * user-regs.c (_initialize_user_regs): Update.
2365 * remote.c (_initialize_remote): Update.
2366 * regcache.c (_initialize_regcache): Update.
2367
116f06ea
AC
2368 * regcache.c (xfree_regcache_descr): Delete function.
2369 (_initialize_regcache): Update call to register_gdbarch_data.
2370 (init_regcache_descr, init_legacy_regcache_descr): Use
2371 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
2372
e5e78edc
AC
2373 * remote.c (free_remote_state): Delete function.
2374 (_initialize_remote): Update register_gdbarch_data.
2375 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
2376 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
2377
6c7d17ba
AC
23782003-08-04 Andrew Cagney <cagney@redhat.com>
2379
2380 * reggroups.c (struct reggroup_el): Define.
2381 (struct reggroups): Delete field "nr_group". Replace array
2382 "group" with a "first" to "last" linked list.
2383 (reggroups_init): Update. Allocate using gdbarch's obstack.
2384 (reggroups_free): Delete function.
2385 (add_group): Update. Add "el" parameter.
2386 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
2387 (default_groups): Update.
2388 (reggroup_next): Replace reggroups.
2389 (reggroups_dump): Update.
2390 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
2391 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
2392 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
2393
89b7795b
DJ
23942003-08-04 Daniel Jacobowitz <drow@mvista.com>
2395
2396 * Makefile.in (tui-interp.o): Update dependencies.
2397
306d9ac5
DC
23982003-08-04 David Carlton <carlton@kealia.com>
2399
2400 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
2401 to internal_error call.
2402 * source.c (forward_search_command): Add "%s" format argument.
2403 (reverse_search_command): Ditto.
2404 * top.c (quit_confirm): Ditto.
2405 * cli/cli-setshow.c (do_setshow_command): Ditto.
2406 * cp-valprint.c (cp_print_class_method): Replace
2407 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
2408 (cp_print_class_member): Ditto.
2409 * event-top.c (command_line_handler): Ditto.
2410 * linux-proc.c (linux_info_proc_cmd): Ditto.
2411 * p-typeprint.c (pascal_type_print_base): Ditto.
2412 * p-valprint.c (pascal_object_print_class_method): Ditto.
2413 (pascal_object_print_class_member): Ditto.
2414 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
2415 * remote.c (remote_cisco_section_offsets): Ditto.
2416 * top.c (command_line_input): Ditto.
2417 * utils.c (vwarning,error_stream,quit): Ditto.
2418 * valprint.c (print_floating,print_binary_chars)
2419 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
2420
57bfe177
AC
24212003-08-04 Andrew Cagney <cagney@redhat.com>
2422
2423 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
2424
e546b999
AC
24252003-08-02 Andrew Cagney <cagney@redhat.com>
2426
2427 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
2428 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
2429 amd64fbsd-nat.c.
2430
91092ee5
AC
24312003-08-02 Andrew Cagney <cagney@redhat.com>
2432
2433 * Makefile.in: Update all dependencies and definitions.
2434
889f28e2
AF
24352003-08-02 Adam Fedor <fedor@gnu.org>
2436
2437 * linespec.c (is_objc_method_format): New function
2438 (decode_line_1, locate_first_half): Use it.
2439 Fixes PR objc/1298
2440
880bc914
AC
24412003-08-01 Andrew Cagney <cagney@redhat.com>
2442
2443 * NEWS: Mention that m32r is multi-arch.
2444 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
2445 * configure.tgt: Recognize m32r-*-*.
2446 * config/m32r/tm-m32r.h: Delete file.
2447 * config/m32r/m32r.mt: New file.
2448 * m32r-rom.c (m32r_upload_command): Use hostent only when
2449 gethostname succeeds, in order to avoid a compilation
2450 warning.
2451 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
2452 compiler warning.
2453
19f59343
MS
24542003-08-01 Michael Snyder <msnyder@redhat.com>
2455
2456 * sh-tdep.c (sh_frame_align): New gdbarch method.
2457 (sh_gdbarch_init): Set up frame_align method.
2458
4e7d7511
MS
24592003-07-31 Michael Snyder <msnyder@redhat.com>
2460
2461 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
2462 which is already covered by the new frames infrastructure.
2463
63022984
AC
24642003-07-31 Andrew Cagney <cagney@redhat.com>
2465
2466 * user-regs.c (struct user_reg): Add "next" link.
2467 (struct user_regs): Replace "user" with "first" and "last" links.
2468 (append_user_reg): Add pre-allocated "reg" parameter.
2469 (builtin_user_regs): Provide initial value for "last".
2470 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
2471 (user_regs_init): Allocate memory from the gdbarch obstack.
2472 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
2473 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
2474 linked list.
2475 (usernum_to_user_reg): New function.
2476 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
2477 (value_of_user_reg): Use usernum_to_user_reg.
2478 (user_regs_free): Delete function.
2479 (_initialize_user_regs): Update register_gdbarch_data call.
2480
7cf6e574
DJ
24812003-07-31 Daniel Jacobowitz <drow@mvista.com>
2482
2483 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
2484
c48a845b
MS
24852003-07-30 Michael Snyder <msnyder@redhat.com>
2486
4e7d7511 2487 * value.h (value_being_returned): Add a struct_addr argument.
c48a845b
MS
2488 * infcall.c (call_function_by_hand): Pass struct_addr to
2489 value_being_returned.
2490 * infcmd.c (print_return_value): Pass zero as struct_addr.
2491 * values.c (value_being_returned): If struct_addr is passed,
2492 use it instead of trying to recover it from the inferior.
2493
f0d8db19
KB
24942003-07-30 Kevin Buettner <kevinb@redhat.com>
2495
2496 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
2497 the prologue analyzer won't need to attempt to extract the pc
2498 value from the woefully incomplete dummy frame.
2499 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
2500 possible. Disable code which modifies the frame.
2501
e5c113a1
AC
25022003-07-28 Andrew Cagney <cagney@redhat.com>
2503
2504 * annotate.c (annotate_breakpoints_headers): Restrict annotation
2505 to level 2.
2506 (annotate_breakpoints_table, annotate_record): Ditto.
2507 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
2508 (annotate_field_name_end, annotate_field_value): Ditto.
2509 (annotate_field_end, annotate_frame_source_begin): Ditto.
2510 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
2511 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
2512 (annotate_frame_begin, annotate_frame_function_name): Ditto.
2513 (annotate_frame_address_end, annotate_frame_address): Ditto.
2514 (annotate_frame_args, annotate_frame_end): Ditto.
2515 (annotate_frame_where, annotate_arg_begin): Ditto.
2516 (annotate_arg_name_end, annotate_arg_value): Ditto.
2517 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
2518 (annotate_function_call, annotate_signal_name): Ditto.
2519 (annotate_signal_string, annotate_signal_name_end): Ditto.
2520 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
2521 (annotate_value_begin, annotate_value_history_value): Ditto.
2522 (annotate_value_history_end, annotate_value_end): Ditto.
2523 (annotate_display_begin, annotate_display_number_end): Ditto.
2524 (annotate_display_format, annotate_display_expression): Ditto.
2525 (annotate_display_expression_end, annotate_display_value): Ditto.
2526 (annotate_display_end, annotate_array_section_begin): Ditto.
2527 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
2528 (annotate_elt, annotate_array_section_end): Ditto.
2529
bb1db049
AC
25302003-07-28 Andrew Cagney <cagney@redhat.com>
2531
2532 * regcache.c (struct regcache_descr): Update comments on
2533 nr_raw_registers.
2534 (init_legacy_regcache_descr): Don't set nr_raw_registers or
2535 sizeof_raw_register_valid_p.
2536 (init_regcache_descr): Set nr_raw_registers and
2537 sizeof_raw_register_valid_p before calling
2538 init_legacy_regcache_descr.
2539
20e6603c
AC
25402003-07-28 Andrew Cagney <cagney@redhat.com>
2541
2542 * mips-tdep.c (print_gp_register_row): Print the GPR's register
2543 MOD NUM_REGS.
2544
db742940
DJ
25452003-07-28 Daniel Jacobowitz <drow@mvista.com>
2546
2547 * thread.c (info_threads_command): Use get_selected_frame ().
2548 Check that there is at least one non-sentinel frame.
2549
ce7f4371
SC
25502003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2551
2552 * m68hc11-tdep.c (struct frame_extra_info): Remove.
2553 (m68hc11_pop_frame): Remove.
2554 (m68hc11_frame_saved_pc): Remove.
2555 (m68hc11_frame_chain): Remove.
2556 (m68hc11_frame_init_saved_regs): Remove.
2557 (m68hc11_init_extra_frame_info): Remove.
2558 (m68hc11_store_struct_return): Remove.
2559 (m68hc11_saved_pc_after_call): Remove.
2560
1ea653ae
SC
25612003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2562
2563 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
2564 frame unwind information.
2565 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
2566 and adapted for frame unwinding.
2567 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
2568 (m68hc11_unwind_pc): New function.
2569 (m68hc11_frame_unwind_cache): New function to analyze frames.
2570 (m68hc11_frame_this_id): New function to create new frame struct.
2571 (m68hc11_frame_prev_register): New function to unwind a register from
2572 the frame.
2573 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
2574 (m68hc11_frame_p): New function for the above.
2575 (m68hc11_frame_base_address): New function to return fp of frame.
2576 (m68hc11_frame_args_address): Update for frame.
2577 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
2578 (m68hc11_unwind_sp): New function.
2579 (m68hc11_unwind_dummy_id): New function.
2580 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
2581 calls.
2582
c8a7f6ac
SC
25832003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2584
2585 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
2586 (m68hc11_guess_from_prologue): Advance the pc and frame size only
2587 when we are beyond the current pc.
2588
3dc990bf
SC
25892003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2590
2591 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
2592 from m68hc11_push_arguments.
2593 (m68hc11_push_arguments): Remove.
2594 (m68hc11_push_return_address): Remove.
2595 (m68hc11_gdbarch_init): Install the above; remove above deprecated
2596 handlers; remove deprecated_extra_stack_alignment_needed.
2597
222e5d1d
AC
25982003-07-27 Andrew Cagney <cagney@redhat.com>
2599
2600 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
2601 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
2602 REAL_PC and not the pointer.
2603 * hppa-hpux-tdep.c: Include frame.h
2604
a7e9a47e
AC
26052003-07-27 Andrew Cagney <cagney@redhat.com>
2606
2607 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
2608 GDB_MULTI_ACH_PARTIAL.
2609
7e3dd49e
AC
26102003-07-27 Andrew Cagney <cagney@redhat.com>
2611
2612 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
2613 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
2614 operator at start and not end of line.
2615 (decode_prologue): Ditto.
2616 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
2617 frame_unwind_register_unsigned instead of
2618 frame_unwind_unsigned_register.
2619 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
2620 read_register.
2621 (m32r_push_dummy_call): Use register_size instead of
2622 REGISTER_RAW_SIZE.
2623 (m32r_frame_sniffer): Replace m32r_frame_p.
2624 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
2625 * m32r-rom.c (report_transfer_performance): Delete extern
2626 declaration.
2627 (m32r_load, m32r_upload_command): Use print_transfer_performance
2628 instead of report_transfer_performance.
2629 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
2630 / add_show_from_set.
2631
0880807f
AC
26322003-07-26 Andrew Cagney <cagney@redhat.com>
2633
2634 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
2635 store_return_value and extract_struct_value_address.
2636
64ae9269
DJ
26372003-07-26 Daniel Jacobowitz <drow@mvista.com>
2638
2639 PR c++/1267
2640 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
2641 NULL, default to the section containing PC.
2642
e286caf2
SC
26432003-07-24 Stephane Carrez <stcarrez@nerim.fr>
2644
2645 * NEWS: Mention "regs" deprecated for m68hc11 too.
2646
2647 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
2648 (m68hc11_print_register): New function to print out one register.
2649 (m68hc11_print_registers_info): New function to print registers.
2650 (show_regs): Deprecate and use the above.
2651 (m68hc11_gdbarch_init): Install the print_registers_info.
2652
705b278b
JJ
26532003-07-24 Jeff Johnston <jjohnstn@redhat.com>
2654
2655 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
2656 that we have a SIGTRAP before returning non-zero.
2657
63cd4198
EZ
26582003-07-23 Michal Ludvig <mludvig@suse.cz>
2659 Elena Zannoni <ezannoni@redhat.com>
2660
2661 * linespec.c (decode_line_2): Avoid crash if
2662 find_function_start_sal() returns empty record.
2663
6926787d
AS
26642003-07-23 Andreas Schwab <schwab@suse.de>
2665
2666 * ia64-tdep.c (ia64_print_insn): New function.
2667 (ia64_gdbarch_init): Set print_insn to it.
2668 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
2669 deprecated_tm_print_insn_info.
2670
708cc1b6
MS
26712003-07-22 Michael Snyder <msnyder@redhat.com>
2672
2673 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
2674 handle 8-bit returns (long long).
2675 (h8300h_extract_return_value): Ditto.
2676 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
2677
aebd7893
AC
26782003-07-22 Andrew Cagney <cagney@redhat.com>
2679
2680 * gdbarch.c Include "gdb_obstack.h".
2681 (struct gdbarch): Add an "obstack".
2682 (alloc_gdbarch_data): Allocate the gdbarch data using
2683 GDBARCH_OBSTACK_CALLOC.
2684 (free_gdbarch_data): Delete function.
2685 (gdbarch_obstack_zalloc): New function.
2686 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
2687 Assert that the architecture is not initialized.
2688 (gdbarch_alloc): Allocate an obstack, allocate the architecture
2689 vector from the obstack.
2690 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
2691 architecture obstack.
2692 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
2693 (set_gdbarch_data): Assert that the data is not initialized.
2694 (struct gdbarch_data): Delete member "free".
2695 (register_gdbarch_data): Do not initialize "free".
2696 * gdbarch.h, gdbarch.c: Re-generate.
2697
153721e6
AC
26982003-07-22 Andrew Cagney <cagney@redhat.com>
2699
2700 * configure.in (build_warnings): Add -Wformat-nonliteral.
2701 * configure: Re-generate.
2702
c193f044 27032003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
2704
2705 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 2706
c3228f12
EZ
27072003-07-22 Elena Zannoni <ezannoni@redhat.com>
2708
2709 * findvar.c (read_var_value): Remove case for thread local storage
2710 variables. It is now entirely handled by the dwarf2 location
2711 expression code.
2712 * printcmd.c (address_info): Ditto.
2713 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
2714 enumeration value.
2715 (struct symbol): Remove objfile field, which was used by
2716 LOC_THREAD_LOCAL_STATIC only.
2717 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
2718 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
2719 usage of objfile pointer.
2720 * dwarf2loc.c (locexpr_describe_location): Add case to handle
2721 thread local variables.
2722 Add include of objfiles.h.
2723 * dwarf2expr.c (execute_stack_op): Add comments about thread local
2724 storage variables.
2725 * Makefile.in (dwarf2loc.o): Update dependencies.
2726
aef9bcd2
AC
27272003-07-22 Andrew Cagney <cagney@redhat.com>
2728
2729 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
2730 get_frame_base.
2731 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
2732 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
2733 (struct value): Add opaque declaration.
2734 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
2735
d95a8903
AC
27362003-07-21 Andrew Cagney <cagney@redhat.com>
2737
2738 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
2739 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
2740
4db73d49
SC
27412003-07-20 Stephane Carrez <stcarrez@nerim.fr>
2742
2743 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
2744 regcache_cooked_read_unsigned instead of read_register.
2745 (m68hc11_saved_pc_after_call): Likewise.
2746 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
2747 instead of write_register.
2748 (m68hc11_register_type): New function.
2749 (m68hc11_register_virtual_type): Remove.
2750 (m68hc11_store_return_value): Convert to use the regcache.
2751 (m68hc11_extract_struct_value_address): Likewise.
2752 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
2753 m68hc11_register_type; undeprecate store_return_value and
2754 extract_struct_value_address.
2755
ef2b8fcd
SC
27562003-07-20 Stephane Carrez <stcarrez@nerim.fr>
2757
2758 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
2759 and translate to use regcache.
2760 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
2761
625b0b97
AC
27622003-07-18 Andrew Cagney <cagney@redhat.com>
2763
2764 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
2765 * gdbarch.h, gdbarch.c: Re-generate.
2766 * i386-tdep.c (i386_gdbarch_init): Do not set
2767 DWARF2_BUILD_FRAME_INFO.
2768 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
2769 unconditionally.
2770 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
2771 DWARF2_BUILD_FRAME_INFO.
2772
22b0d388
AC
27732003-07-18 Andrew Cagney <cagney@redhat.com>
2774
2775 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
2776 * disasm.c (gdb_disassemble_info): Initilize di.arch.
2777
1ce5d6dd
AC
27782003-07-18 Andrew Cagney <cagney@redhat.com>
2779
2780 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
2781 frame_unwind_address_in_block, instead of frame_pc_unwind.
2782 (dwarf2_frame_cache): Ditto.
2783
e6e5e94c
AC
27842003-07-18 Andrew Cagney <cagney@redhat.com>
2785
2786 * user-regs.h (struct gdbarch): Declare opaque.
2787 * ui-out.h (struct ui_file): Declare opaque.
2788 * dwarf2-frame.h (struct frame_info): Declare opaque.
2789
5483d879
KW
27902003-07-18 Kris Warkentin <kewarken@qnx.com>
2791
2792 * nto-procfs.c: Clean ARI hits. Change #include <..> to
2793 #include "...".
2794 (procfs_meminfo): Change strerror to safe_strerror.
2795 (procfs_can_run): Remove K&R badness.
2796
278a7cf7
MS
27972003-07-17 Michael Snyder <msnyder@redhat.com>
2798
2799 * remote-sim.c: Comment typo fix.
2800
606e3b82
AC
28012003-07-17 Andrew Cagney <cagney@redhat.com>
2802
2803 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
2804 configure.
2805 * sparc-tdep.c (sparc_intreg_size): Make non-static.
2806 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
2807 GDB_MULTI_ARCH_PARTIAL.
2808
c43af07c
EZ
28092003-07-17 Elena Zannoni <ezannoni@redhat.com>
2810
2811 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
2812 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
2813 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
2814
3b85b0f1
TR
28152003-07-16 Theodore A. Roth <troth@openavr.org>
2816
2817 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
2818 found.
2819 (avr_frame_unwind_cache): Don't unwind FP for main.
2820 Update a comment.
2821 Save the computed prev_sp.
2822 (avr_saved_regs_unwinder): Remove function.
2823 (avr_frame_prev_register): Use PC unwind logic from
2824 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
2825
336d1bba
AC
28262003-07-16 Andrew Cagney <cagney@redhat.com>
2827
2828 * frame-base.h (frame_base_p_ftype): Delete definition.
2829 (frame_base_append_predicate): Delete declaration.
2830 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
2831 (frame_unwind_append_predicate): Delete declaration.
2832 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
2833 (append_predicate): Delete parameter "p".
2834 (frame_unwind_append_predicate): Delete function.
2835 (frame_unwind_append_sniffer): Update call to append_predicate.
2836 (frame_unwind_free): Delete function.
2837 (_initialize_frame_unwind): Pass NULL as "free" to
2838 register_gdbarch_data.
2839 (frame_unwind_init): Append the dummy_frame_sniffer.
2840 (frame_unwind_find_by_frame): Simplify.
2841 * frame-base.c (struct frame_base_table): Delete field "p".
2842 (append_predicate): Delete parameter "p".
2843 (frame_base_append_predicate): Delete function.
2844 (frame_base_append_sniffer): Update call to append_predicate.
2845 (frame_base_free): Delete function.
2846 (frame_base_find_by_frame): Simplify.
2847 (_initialize_frame_base): Pass NULL as "free" to
2848 register_gdbarch_data.
2849 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
2850 (x86_64_sigtramp_frame_sniffer): Replace
2851 "x86_64_sigtramp_frame_p".
2852 (x86_64_init_abi): Set the frame unwind sniffers.
2853 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
2854 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
2855 (m68k_gdbarch_init): Set the frame unwind sniffers.
2856 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
2857 "i386_sigtramp_frame_p".
2858 (i386_frame_sniffer): Replace "i386_frame_p".
2859 (i386_gdbarch_init): Set the frame unwind sniffers.
2860 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
2861 (avr_gdbarch_init): Set the frame unwind sniffers.
2862 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
2863 "alpha_sigtramp_frame_p"
2864 (alpha_heuristic_frame_sniffer): Replace
2865 "alpha_heuristic_frame_p".
2866 (alpha_gdbarch_init): Set the frame unwind sniffers.
2867 (alpha_dwarf2_init_abi): Ditto.
2868 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
2869 "alpha_debug_frame_p".
2870 (alpha_mdebug_frame_base_sniffer): Replace
2871 "alpha_mdebug_frame_base_p".
2872 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
2873 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
2874 (d10v_gdbarch_init): Set the frame unwind sniffer.
2875 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
2876 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
2877 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
2878 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
2879 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
2880 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
2881
48db5a3c
CV
28822003-07-16 Michael Snyder <msnyder@redhat.com>
2883
2884 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
2885 should go thru sh_dsp_register_sim_regno, else the dsp regs
2886 will not get the right values.
2887
28882003-07-16 Corinna Vinschen <vinschen@redhat.com>
2889
2890 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
2891 deprecated_store_floating by call to store_typed_floating.
2892 (sh_sh4_register_convert_to_raw): Substitute call to
2893 deprecated_extract_floating by call to extract_typed_floating.
2894
28952003-07-16 Corinna Vinschen <vinschen@redhat.com>
2896
2897 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
2898
28992003-07-16 Corinna Vinschen <vinschen@redhat.com>
2900
2901 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
2902 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
2903 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
2904 as possible.
2905 (do_pseudo_register): Remove.
2906 (sh_push_dummy_code): New function.
2907 (sh64_store_struct_return): Rename from sh_store_struct_return.
2908 Only called for sh64 now.
2909 (sh_extract_struct_value_address): Regcache'ify.
2910 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
2911 and accomodate new tasks.
2912 (sh64_push_return_address): Rename from sh_push_return_address.
2913 Only called for sh64 now.
2914 (sh_default_extract_return_value): Rename from sh_extract_return_value.
2915 Regcache'ify.
2916 (sh3e_sh4_extract_return_value): Regcache'ify.
2917 (sh_default_store_return_value): Ditto.
2918 (sh3e_sh4_store_return_value): Ditto.
2919 (sh_default_register_byte): Remove.
2920 (sh_sh4_register_byte): Remove.
2921 (sh_default_register_raw_size): Remove.
2922 (sh_sh4_register_raw_size): Remove.
2923 (sh_register_virtual_size): Remove.
2924 (sh_sh3e_register_virtual_type): Remove.
2925 (sh_sh3e_register_type): New function.
2926 (sh_sh4_register_virtual_type): Remove.
2927 (sh_sh4_register_type): New function.
2928 (sh_default_register_virtual_type): Remove.
2929 (sh_default_register_type): New function.
2930 (do_fv_register_info): Add parameters to accomodate call from
2931 sh_print_registers_info.
2932 (do_dr_register_info): Ditto.
2933 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
2934 Add parameters to accomodate call from sh_print_registers_info.
2935 (sh_do_fp_register): Ditto.
2936 (sh64_do_pseudo_register): Call do_dr_register_info,
2937 do_fv_register_info and sh_do_fp_register with default parameters.
2938 (sh_do_register): Add parameters to accomodate call from
2939 sh_print_registers_info.
2940 (sh_print_register): Ditto.
2941 (sh_print_registers_info): Rename from sh_do_registers_info.
2942 Add parameters to be used as gdbarch_print_registers_info
2943 implementation. Accomodate removed do_pseudo_register function
2944 pointer.
2945 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
2946 function pointer. Call sh_print_register with default parameters.
2947 (sh64_do_registers_info): Call sh_print_registers_info instead of
2948 sh_do_registers_info.
2949 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
2950 detection of deprecated vs. non-deprecated functionality.
2951 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
2952 function pointer assignments by direct function calls.
2953
e8a89fe2
AC
29542003-07-15 Andrew Cagney <cagney@redhat.com>
2955
2956 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
2957 (frame_register_unwind, create_new_frame): Ditto.
2958 (legacy_get_prev_frame, get_frame_type): Ditto.
2959 (get_frame_base_address): Use frame_base_find_by_frame.
2960 (get_frame_locals_address): Use frame_base_find_by_frame.
2961 (get_frame_args_address): Use frame_base_find_by_frame.
2962 * frame-base.h (frame_base_sniffer_ftype): Declare.
2963 (frame_base_append_sniffer): Declare.
2964 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
2965 * frame-base.c (append_predicate): Add a "sniffer" parameter.
2966 (frame_base_append_sniffer): New function.
2967 (frame_base_append_predicate): Add a NULL sniffer.
2968 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
2969 (struct frame_base_table): Add "sniffer".
2970 (frame_base_free): Free the "sniffer" table.
2971 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
2972 (frame_unwind_append_sniffer): Declare.
2973 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
2974 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
2975 (struct frame_unwind_table): Add "sniffer", delete "middle".
2976 (append_predicate): Add "sniffer" parameter, append the sniffer.
2977 (frame_unwind_init): Update append_predicate call.
2978 (frame_unwind_append_sniffer): New function.
2979 (frame_unwind_append_predicate): Update append_predicate call.
2980 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
2981
0714963c
AC
29822003-07-15 Andrew Cagney <cagney@redhat.com>
2983
2984 * frame.c (get_prev_frame): Move disabled inside_entry_func to
2985 before code inhibiting repeated unwind attempts. Add to
2986 commentary on that test's problems.
2987 * blockframe.c (inside_main_func): Look for "main" in the minimal
2988 symbol table.
2989 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
2990 identical.
2991
d9170e22
AC
29922003-07-15 Andrew Cagney <cagney@redhat.com>
2993
2994 * complaints.c (struct explanation): Define.
2995 (struct complaints): Change type of "explanation" to "struct
2996 explanation".
2997 (symfile_explanations): Convert to a "struct explanation" table.
2998 (vcomplaint): Update.
2999
eba29c8c
ML
30002003-07-15 Michal Ludvig <mludvig@suse.cz>
3001
3002 * x86-64-linux-nat.c (regmap): Removed.
3003 (supply_gregset, fill_gregset): Call
3004 x86_64_linux_(fill,supply)_gregset functions.
3005 * x86-64-linux-tdep.c (USER_*): New defines.
3006 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3007 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3008 New functions.
3009 (fetch_core_registers): Ditto.
3010 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3011 * x86-64-linux-tdep.h: New file.
3012 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3013 and core-regset.o.
3014 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3015
68cc0bfb
MK
30162003-07-13 Mark Kettenis <kettenis@gnu.org>
3017
88a115f7
MK
3018 * x86-64-tdep.c (x86_64_store_return_value): Use
3019 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 3020
68cc0bfb
MK
3021 * configure.host: Add x86_64-*-freebsd*.
3022 * configure.tgt: Add x86_64-*-freebsd*.
3023 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3024 * amd64fbsd-nat.c: New file.
3025 * amd64fbsd-tdep.c: New file.
3026 * config/i386/nm-fbsd64.h: New file.
3027 * config/i386/fbsd64.mh: New file.
3028 * config/i386/fbsd64.mt: New file.
3029
138e7be5
MK
30302003-07-11 Mark Kettenis <kettenis@gnu.org>
3031
3032 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3033 `sc_regs_offset' and `sc_fpregs_offset'.
3034 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3035 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3036 (alpha_sigtramp_register_address): Rewrite to use new members of
3037 `struct gdbarch_tdep'.
3038 (alpha_gdbarch_init): Initialize new members of struct
3039 gdbarch_tdep'.
3040 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3041 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3042 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3043 (alphafbsd_pc_in_sigtramp): Implement.
3044 (alphafbsd_sigtramp_offset): New function.
3045 (alphafbsd_sigcontext_addr): New function.
3046 (alphafbsd_init_abi): Initialize signal trampoline related members
3047 of `struct gdbarch_tdep'.
3048 (_initialize_alphafbsd_tdep): Add prototype.
3049
95303a68
TR
30502003-07-11 Theodore A. Roth <troth@openavr.org>
3051
ba292e4c
TR
3052 * Makefile.in (install-only): Quote sed expression when generating
3053 transformed_name.
95303a68 3054
6896c0c7
RH
30552003-07-11 Richard Henderson <rth@redhat.com>
3056
3057 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3058 * dwarf2-frame.c: Include complaints.h.
3059 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3060 variable initialization; return NULL on error.
3061 (decode_frame_entry): New.
3062
8edd5d01
AC
30632003-07-11 Andrew Cagney <cagney@redhat.com>
3064
c4a09524
AC
3065 * frame.h (frame_address_in_block): Delete declaration.
3066 * blockframe.c (frame_address_in_block): Delete function.
3067 (get_frame_block): Use get_frame_address_in_block.
3068 (block_innermost_frame): Ditto.
3069 * stack.c (print_frame, backtrace_command_1): Ditto.
3070
8edd5d01
AC
3071 * frame.h (get_frame_address_in_block): Declare.
3072 (frame_unwind_address_in_block): Declare.
3073 * frame.c (frame_unwind_address_in_block): New function.
3074 (get_frame_address_in_block): New function.
3075
f7968451
AC
30762003-07-10 Andrew Cagney <cagney@redhat.com>
3077
3078 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3079 pre-default. Note: re-generate has no effect.
3080
ae99b398
AC
30812003-07-10 Andrew Cagney <cagney@redhat.com>
3082
3083 * gdbarch.sh: When a variable, but not a function, compare against
3084 0. Fix problem in previous patch.
3085 * gdbarch.c: Re-generate.
3086
956ac328
AC
30872003-07-10 Andrew Cagney <cagney@redhat.com>
3088
3089 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3090 functions against NULL, not 0.
3091 * gdbarch.c: Re-generate.
3092
287c3240
FF
30932003-07-10 Fred Fish <fnf@ninemoons.com>
3094
3095 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3096 null string instead of a null pointer.
3097 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3098
32f63c4b
MS
30992003-07-09 Michael Snyder <msnyder@redhat.com>
3100
3101 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3102
402ecd56
MK
31032003-07-09 Mark Kettenis <kettenis@gnu.org>
3104
3105 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3106 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3107 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3108 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3109 * x86-64-tdep.c: ... from here.
3110
c481dac7
AS
31112003-07-09 Andreas Schwab <schwab@suse.de>
3112
3113 * m68k-tdep.h (enum struct_return): Define.
3114 (struct gdbarch_tdep): Add struct_return.
3115 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3116 bytes are padded to the right, not to the left. Pass struct value
3117 address in register %a1, not on stack.
3118 (m68k_use_struct_convention): New function.
3119 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3120 struct_return in tdep to pcc_struct_return.
3121 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3122 reg_struct_return.
3123
64176fa3
JB
31242003-07-09 Joel Brobecker <brobecker@gnat.com>
3125
3126 * somread.c (som_symfile_offsets): Fix compilation error.
3127
96a4ee76
AC
31282003-07-09 Andrew Cagney <cagney@redhat.com>
3129
3130 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3131 Add comments about the checks.
3132
1517c6d1
AC
31332003-07-08 Andrew Cagney <cagney@redhat.com>
3134
3135 * Makefile.in: Make dependency section headers consistent.
3136 (config_h): Move to $BUILD headers section.
3137 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3138 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3139 (ada-exp.tab.c): Move to YACC/LEX section.
3140 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3141 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3142
dc5dd1eb
KW
31432003-07-08 Kris Warkentin <kewarken@qnx.com>
3144
3145 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
3146 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3147 of strerror with safe_strerror, use ISO C function definitions,
3148 and replace instances of sprintf with snprintf.
dc5dd1eb 3149
612dde91
AC
31502003-07-07 Andrew Cagney <cagney@redhat.com>
3151
3152 * frame.c (get_prev_frame): Enable check for identical frames.
3153 Update comments. Update error messages.
3154
492c11d3
JB
31552003-07-07 Joel Brobecker <brobecker@gnat.com>
3156
3157 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3158
376a5a49
JB
31592003-07-07 Joel Brobecker <brobecker@gnat.com>
3160
3161 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3162 sort_symtab_syms, no longer necessary.
3163
22b4a9ad
JB
31642003-07-07 Joel Brobecker <brobecker@gnat.com>
3165
3166 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3167
5bbcb741
JB
31682003-07-07 Joel Brobecker <brobecker@gnat.com>
3169
3170 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3171 (mips_register_byte): Likewise.
3172
c139e7d9
DJ
31732003-07-07 Daniel Jacobowitz <drow@mvista.com>
3174
3175 * Makefile.in (sparc_tdep_h): New.
3176 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3177 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3178 * sparc-linux-nat.c: Include "sparc-tdep.h".
3179 * sparc-nat.c: Likewise.
3180 * sparc-tdep.c: Likewise.
3181 * sparc64nbsd-nat.c: Likewise.
3182 * sparcnbsd-nat.c: Likewise.
3183 * sparcnbsd-tdep.c: Likewise.
3184 * sparc-tdep.h: New file.
3185 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3186 and sparc_npc_regnum.
3187
fd8f87c5
DJ
31882003-07-07 Daniel Jacobowitz <drow@mvista.com>
3189
3190 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3191 (mips_linux_cannot_store_register): List supported instead of
3192 unsupported registers.
3193
13adf674
DJ
31942003-07-07 Daniel Jacobowitz <drow@mvista.com>
3195
3196 * disasm.c (dump_insns): Separate instructions from addresses.
3197
8de307e0
AS
31982003-07-07 Andreas Schwab <schwab@suse.de>
3199
3200 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3201 dependencies.
3202 * m68k-tdep.c (NUM_FREGS): Delete.
3203 (SIG_PC_FP_OFFSET): Delete.
3204 (TARGET_M68K): Delete.
3205 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3206 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3207 P_MOVEL_SP, P_MOVEML_SP): Define.
3208 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3209 P_TRAP): Delete.
3210 (m68k_register_raw_size): Delete.
3211 (m68k_register_virtual_size): Delete.
3212 (m68k_register_type): Renamed from m68k_register_virtual_type and
3213 add gdbarch argument.
3214 (m68k_store_struct_return): Delete.
3215 (m68k_deprecated_extract_return_value): Delete.
3216 (m68k_deprecated_extract_struct_value_address): Delete.
3217 (m68k_frame_chain): Delete.
3218 (m68k_frame_saved_pc): Delete.
3219 (m68k_fix_call_dummy): Delete.
3220 (m68k_push_dummy_frame): Delete.
3221 (m68k_pop_frame): Delete.
3222 (m68k_extract_return_value): New function.
3223 (m68k_store_return_value): Rewrite using regcache.
3224 (m68k_extract_struct_value_address): Rewrite using regcache.
3225 (m68k_push_dummy_call): New function.
3226 (struct m68k_frame_cache): Define.
3227 (m68k_alloc_frame_cache): New function.
3228 (m68k_analyze_frame_setup): New function.
3229 (m68k_analyze_register_saves): New function.
3230 (m68k_analyze_prologue): New function.
3231 (m68k_skip_prologue): Rewrite using above functions.
3232 (m68k_unwind_pc): New function.
3233 (m68k_frame_cache): New function.
3234 (m68k_frame_this_id): New function.
3235 (m68k_frame_prev_register): New function.
3236 (m68k_frame_unwind): New variable.
3237 (m68k_frame_p): New function.
3238 (m68k_sigtramp_frame_cache): New function.
3239 (m68k_sigtramp_frame_this_id): New function.
3240 (m68k_sigtramp_frame_prev_register): New function.
3241 (m68k_sigtramp_frame_unwind): New variable.
3242 (m68k_sigtramp_frame_p): New function.
3243 (m68k_frame_base_address): New function.
3244 (m68k_frame_base): New function.
3245 (m68k_unwind_dummy_id): New function.
3246 (fill_gregset): Use regcache_collect.
3247 (fill_fpregset): Likewise.
3248 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3249 defined.
3250 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3251 deprecated_init_frame_pc, deprecated_store_struct_return,
3252 deprecated_extract_return_value, deprecated_store_return_value,
3253 deprecated_frame_chain, deprecated_frame_saved_pc,
3254 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3255 deprecated_register_virtual_size,
3256 deprecated_max_register_raw_size,
3257 deprecated_max_register_virtual_size,
3258 deprecated_register_virtual_type, deprecated_register_size,
3259 deprecated_register_byte, deprecated_register_bytes,
3260 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3261 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3262 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3263 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3264 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3265 deprecated_push_dummy_frame, deprecated_pop_frame,
3266 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3267 only if SYSCALL_TRAP is defined. Set extract_return_value,
3268 store_return_value, extract_struct_value_address, register_type,
3269 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3270 predicates.
3271 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3272 M68K_MAX_REGISTER_SIZE): Define.
3273 (struct m68k_sigtramp_info): Define.
3274 (struct gdbarch_tdep): Add get_sigtramp_info.
3275 * m68klinux-nat.c (fetch_register): Use register_size instead of
3276 REGISTER_RAW_SIZE. Don't put assignment in if.
3277 (store_register): Likewise.
3278 (fetch_inferior_registers): Likewise.
3279 (store_inferior_registers): Likewise.
3280 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3281 (m68k_linux_frame_saved_pc): Delete.
3282 (m68k_linux_sigcontext_reg_offset,
3283 m68k_linux_ucontext_reg_offset): Define.
3284 (m68k_linux_get_sigtramp_info): New function.
3285 (m68k_linux_extract_return_value): Rewrite using regcache.
3286 (m68k_linux_store_return_value): Likewise.
3287 (m68k_linux_extract_struct_value_address): Likewise.
3288 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3289 Don't set deprecated_frame_saved_pc,
3290 deprecated_extract_return_value, deprecated_store_return_value,
3291 deprecated_extract_struct_value_address. Set
3292 extract_return_value, store_return_value,
3293 extract_struct_value_address.
3294
eb8bc282
AC
32952003-07-07 Andrew Cagney <cagney@redhat.com>
3296
3297 * expprint.c: Include "user-regs.h" instead of "frame.h".
3298 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3299 frame_map_regnum_to_name.
3300 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3301 (frame_map_name_to_regnum): Simplify, call
3302 user_reg_map_name_to_regnum.
3303 (frame_map_regnum_to_name): Simplify, call
3304 user_reg_map_regnum_to_name.
3305 (frame_register_unwind): Update.
3306 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3307 (_initialize_frame_reg): Call user_reg_add_builtin.
3308 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3309 (value_of_register): Use value_of_user_reg.
3310 * eval.c (evaluate_subexp_standard): Update.
3311 * parse.c (write_dollar_variable): Update.
3312 * d10v-tdep.c (d10v_print_registers_info): Update.
3313 * infcmd.c (registers_info): Update.
3314 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3315 (builtin_regs_h): Delete macro.
3316 (user_regs_h): Define.
3317 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3318 (builtin-regs.o): Delete target.
3319 (user-regs.o): Specify dependencies.
3320 (expprint.o): Update dependencies.
3321 (findvar.o): Update dependencies.
3322 (frame.o): Update dependencies.
3323 (std-regs.o): Update dependencies.
3324
9f476a01
CF
33252003-07-06 Christopher Faylor <cgf@redhat.com>
3326
3327 * win32-nat.c (solib_symbols_add): Use one variable for all section
3328 address stuff. Pass variable rather than address of variable to
3329 safe_symbol_file_add.
3330
a731b831
AS
33312003-07-06 Andreas Schwab <schwab@suse.de>
3332
3333 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3334
9f83329d
JB
33352003-07-04 Joel Brobecker <brobecker@gnat.com>
3336
3337 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3338
27e28cc5
KW
33392003-07-04 Kris Warkentin <kewarken@qnx.com>
3340
3341 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3342
33432003-07-04 Kris Warkentin <kewarken@qnx.com>
3344
3345 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3346 * config/i386/nto.mh: New file.
3347 * config/i386/nm-nto.h: New file.
3348 * configure.host: Add i[3456]86-*-nto*.
3349
100f2e98
JB
33502003-07-03 Joel Brobecker <brobecker@gnat.com>
3351
3352 * remote-vx.c (vx_add_symbols): Fix compilation error.
3353
e23457df
AC
33542003-07-03 Andrew Cagney <cagney@redhat.com>
3355
3356 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
3357 * gdbarch.h, gdbarch.c: Re-generate.
3358 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
3359 (legacy_register_name): Declare.
3360 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
3361 (REGISTER_NAME): Define.
3362 * sparc-tdep.c (legacy_register_name): New function.
3363 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
3364 (REGISTER_NAME): Define.
3365 (hppa64_register_name): Declare.
3366 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
3367 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
3368 (hppa64_register_name): New function.
3369 (hppa_register_name): New function.
3370 * arch-utils.c (legacy_register_name): Delete.
3371 * arch-utils.h (legacy_register_name): Delete.
3372
38caaeec
DJ
33732003-07-03 Daniel Jacobowitz <drow@mvista.com>
3374
3375 * cli/cli-interp.c (cli_interpreter_resume): Update the
3376 cli_uiout's stream to gdb_stdout.
3377
dadd712e
AC
33782003-07-03 Andrew Cagney <cagney@redhat.com>
3379
3380 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
3381 predicate.
3382 * gdbarch.h, gdbarch.c: Re-generate.
3383 * regcache.c (init_regcache_descr): Use legacy code when either
3384 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
3385
c7f1390e
DJ
33862003-07-02 Daniel Jacobowitz <drow@mvista.com>
3387
3388 * NEWS: Move "set logging" entry into GDB 6.0 section.
3389
4bc8c588
JB
33902003-07-02 Jim Blandy <jimb@redhat.com>
3391
a9dd42f1
JB
3392 * s390-tdep.c (struct frame_extra_info): new member:
3393 'stack_bought_valid'.
3394 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
3395 initialize fextra_info->stack_bought.
3396 (s390_frameless_function_invocation): Don't trust the value of
3397 fextra_info_ptr->stack_bought unless
3398 fextra_info->stack_bought_valid is set.
3399
4bc8c588
JB
3400 New S390 prologue analyzer.
3401 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
3402 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
3403 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
3404 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
3405 compute_x_addr, s390_on_stack, s390_store,
3406 s390_get_signal_frame_info): New functions.
3407 (S390_NUM_SPILL_SLOTS): New macro.
3408 (s390_get_frame_info): Rewritten.
3409 (is_arg_reg): Deleted.
3410
3411 Break out the decoding of S/390 instructions into separate
3412 functions, to make it more legible, and easier to check
3413 against the spec.
3414 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
3415 is_rx, is_rxe): New functions.
3416 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
3417 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
3418 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
3419 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
3420 enums for opcode values. (Is this an improvement?)
3421
fd13a04a
AC
34222003-07-02 Andrew Cagney <cagney@redhat.com>
3423
3424 * i386-tdep.c: Revert change committed as part of trad-frame code
3425 below.
3426
3f8091c1
DJ
34272003-07-02 Daniel Jacobowitz <drow@mvista.com>
3428
3429 * breakpoint.c (insert_catchpoint): Make static.
3430
8dd5115e
AS
34312003-07-02 Andreas Schwab <schwab@suse.de>
3432
3433 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
3434 former ia64_push_arguments and ia64_push_return_address, and use
3435 regcache functions instead of read/write_register.
3436 (ia64_gdbarch_init): Set push_dummy_call instead of
3437 deprecated_push_arguments and deprecated_push_return_address.
3438
a2229c23
AJ
34392003-07-01 Andreas Jaeger <aj@suse.de>
3440
3441 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
3442 before the call.
3443 Set %rax only to number of SSE registers used.
3444
3b3850e8
AC
34452003-07-01 Andrew Cagney <cagney@redhat.com>
3446
3447 * trad-frame.h: Update comments, a -1 .addr is reserved.
3448 (trad_frame_value_p, trad_frame_addr_p): Declare.
3449 (trad_frame_reg_p): Declare.
3450 (trad_frame_set_value): Rename trad_frame_register_value.
3451 (trad_frame_set_unknown): Declare.
3452 * trad-frame.c (trad_frame_realreg_p): New function.
3453 (trad_frame_addr_p, trad_frame_value_p): New function.
3454 (trad_frame_set_unknown): New function.
3455 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
3456 (trad_frame_prev_register): Use trad_frame_realreg_p,
3457 trad_frame_addr_p and trad_frame_value_p.
3458 (trad_frame_set_value): Rename trad_frame_register_value.
3459 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
3460 and trad_frame_set_value.
a2229c23 3461
4d819d0e
JB
34622003-06-30 Jim Blandy <jimb@redhat.com>
3463
3464 Patch from IBM (authors unspecified, probably Ulrich Weigand and
3465 Gerhard Tonn) for argument passing on the S/390 and S/390x:
3466 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
3467 for 16 registers, and then 32 more bytes.
3468 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
3469 New macros.
3470 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
3471 Move up in the file, since it's now used by is_simple_arg.
3472 (is_simple_arg): Don't assume registers are four bytes long.
3473 Exclude all double arguments. Extended floats are not simple
3474 args.
3475 (is_power_of_two): New function.
3476 (pass_by_copy_ref): Call is_power_of_two, and check that the
3477 length fits in a register, rather than listing all the acceptable
3478 sizes. Extended floats are not passed by reference.
3479 (s390_push_arguments): Don't assume registers are four bytes long.
3480 Reserve an argument register to point to the buffer for structures
3481 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
3482 S390_STACK_FRAME_OVERHEAD.
3483
1ad828f1
AS
34842003-06-30 Andreas Schwab <schwab@suse.de>
3485
3486 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
3487 format error message.
3488
39b00981
JB
34892003-06-30 Joel Brobecker <brobecker@gnat.com>
3490
3491 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
3492
b2a7f303
DC
34932003-06-30 David Carlton <carlton@kealia.com>
3494
3495 Band-aid for PR c++/1245.
3496 * Makefile.in (cp-support.o): Depend on complaints_h.
3497 * cp-support.c: Include complaints.h. Add declaration for
3498 find_last_component.
3499 (cp_find_first_component): Separate code into
3500 cp_find_first_component_aux.
3501 (cp_find_first_component_aux): Call demangled_name_complaint.
3502 (demangled_name_complaint): New.
3503
a257b5bb
AC
35042003-06-30 Andrew Cagney <cagney@redhat.com>
3505
3506 * remote.c (remote_write_bytes): Explicitly compute and then use
3507 the payload size. Update comments to reflect. Fixes problem of
3508 GDB not sending small packets as found by Fred Fish.
3509
0a2cfde4
AC
35102003-06-30 Andrew Cagney <cagney@redhat.com>
3511
3512 * remote.c (remote_async_wait): Fix -Wformat problem.
3513
3fcb8548
AC
35142003-06-29 Andrew Cagney <cagney@redhat.com>
3515
3516 * remote.c (remote_wait): Call error, and not warning, when the
3517 packet is corrupt.
3518 (remote_async_wait): Ditto.
3519
9f9970a3
DJ
35202003-06-29 Daniel Jacobowitz <drow@mvista.com>
3521
3522 * sparc-tdep.c (sparc_y_regnum): Make external again.
3523
83a8ccca
DJ
35242003-06-29 Daniel Jacobowitz <drow@mvista.com>
3525
3526 * cli/cli-logging.c (pop_output_files): Add void to function
3527 definition.
3528
d2cf594a
AC
35292003-06-29 Andrew Cagney <cagney@redhat.com>
3530
3531 * frame.c (frame_register_unwind): Use unsigned char when dumping
3532 the buffer contents.
3533
0fac0b41
DJ
35342003-06-28 Daniel Jacobowitz <drow@mvista.com>
3535
3536 * cli/cli-logging.c: New file.
3537 * cli-out.c (struct ui_out_data): Add original_stream.
3538 (cli_redirect): New function.
3539 (cli_ui_out_impl): Add cli_redirect.
3540 (cli_out_new): Initialize original_stream.
3541 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
3542 (uo_redirect, ui_out_redirect): New.
3543 * ui-out.h (struct ui_out_impl): Add redirect member.
3544 (redirect_ftype): New.
3545 (ui_out_redirect): Add prototype.
3546 * Makefile.in: Add rules for cli-logging.c.
3547 * NEWS: Mention "set logging".
3548
88a07d7c
EZ
35492003-06-27 Elena Zannoni <ezannoni@redhat.com>
3550
3551 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
3552
4eb58876
AC
35532003-06-27 Andrew Cagney <cagney@redhat.com>
3554
3555 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
3556 (m68hc11_gdbarch_init): Do not set call_dummy_address.
3557 * avr-tdep.c (avr_call_dummy_address): Delete function.
3558 (avr_gdbarch_init): Do not set call_dummy_address.
3559
1549f619
EZ
35602003-06-27 Elena Zannoni <ezannoni@redhat.com>
3561
3562 * symfile.c (syms_from_objfile): Move variables to inner block.
3563 Move the checks for the non-mainline case a bit earlier to avoid
3564 doing some useless computations.
3565
3cb3398d
EZ
35662003-06-27 Elena Zannoni <ezannoni@redhat.com>
3567
3568 * dwarfread.c (decode_modified_type): Gag new compiler warning.
3569
3799ccc6
EZ
35702003-06-26 Elena Zannoni <ezannoni@redhat.com>
3571
3572 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
3573 sections.
3574
ce1f6491
MC
35752003-06-26 Michael Chastain <mec@shout.net>
3576
3577 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
3578 gdb/testsuite/gdb.c++/pr-1210.exp.
3579
d958dfd0
AC
35802003-06-26 Andrew Cagney <cagney@redhat.com>
3581
3582 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
3583 altivec_expression.h and altivec_registers.h.
3584
d31431ed
AC
35852003-06-26 Andrew Cagney <cagney@redhat.com>
3586
3587 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
3588 info->mach when MIPS16. Patch suggested by Fred Fish.
3589
714b1282
AC
35902003-06-26 Andrew Cagney <cagney@redhat.com>
3591
3592 * utils.c (internal_vproblem): Print the problem to a reason
3593 buffer and then pass to query. Make the msg variable more local.
3594
42efa47a
AC
35952003-06-26 Andrew Cagney <cagney@redhat.com>
3596
3597 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
3598 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
3599 * gdbarch.h, gdbarch.c: Re-generate.
3600 * frame-base.c (default_frame_args_address): Update. Use
3601 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
3602 not available.
3603 (default_frame_locals_address): Ditto for
3604 DEPRECATED_FRAME_LOCALS_ADDRESS.
3605 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
3606 (vax_frame_num_args): Update.
3607 (vax_gdbarch_init): Update.
3608 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3609 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3610 * mcore-tdep.c (mcore_gdbarch_init): Update.
3611 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3612 * ia64-tdep.c (ia64_gdbarch_init): Update.
3613 * symtab.h (address_class): Update comments.
3614 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
3615 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
3616 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
3617 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
3618 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
3619 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
3620 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
3621 * alpha-mdebug-tdep.c: Update.
3622 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
3623
8ffd9b1b
AJ
36242003-06-26 Andreas Jaeger <aj@suse.de>
3625
3626 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
3627 of SSE registers so that varargs functions work. Rework handling
3628 of passing arguments on the stack.
3629 (x86_64_store_return_value): Return double and float values in SSE
3630 register.
3631
e8ac10a6
MC
36322003-06-24 Michael Chastain <mec@shout.net>
3633
3634 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
3635 the "constructor breakpoints ignored" bug.
3636
986af8e6
DC
36372003-06-25 David Carlton <carlton@kealia.com>
3638
3639 * MAINTAINERS: Update e-mail address.
3640
d64558a5
JB
36412003-06-24 Jim Blandy <jimb@redhat.com>
3642
e538d2d7
JB
3643 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
3644
02631ec0
JB
3645 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
3646 function.
3647 (ppc_linux_init_abi): Register it as the
3648 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
3649
e716d87a
JB
3650 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
3651 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
3652 method.
3653
d64558a5
JB
3654 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
3655 (ppc64_standard_linkage_target): Use it.
3656
449a5da4
AC
36572003-06-23 Andrew Cagney <cagney@redhat.com>
3658
3659 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
3660 for 0 "int0" and 4 "int32" sized registers.
3661 * gdbtypes.c (builtin_type_int0): Define.
3662 (build_gdbtypes): Initialize builtin_type_int0.
3663 * gdbtypes.h (builtin_type_int0): Declare.
3664
b2a02dda
SC
36652003-06-23 Stephane Carrez <stcarrez@nerim.fr>
3666
3667 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
3668 as characters are unsigned.
3669
fba3138e
DJ
36702003-06-22 Daniel Jacobowitz <drow@mvista.com>
3671
3672 PR gdb/1179
3673 * dwarfread.c (struct_type): Skip static fields without crashing.
3674
f6c8180b
AC
36752003-06-22 Andrew Cagney <cagney@redhat.com>
3676
3677 GDB 6.0 branch created.
f2c06f52
AC
3678 * README: Update.
3679 * PROBLEMS: Update. Empty.
3680 * NEWS: Update.
f6c8180b 3681
ae822768
DJ
36822003-06-22 Daniel Jacobowitz <drow@mvista.com>
3683
3684 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
3685 Suggested by Nick Hibma <n_hibma@webweaving.org>.
3686
261de166
AC
36872003-06-22 Andrew Cagney <cagney@redhat.com>
3688
3689 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
3690 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
3691 Velikov.
3692
30e94205
DJ
36932003-06-22 Daniel Jacobowitz <drow@mvista.com>
3694
3695 * cli/cli-cmds.c (shell_escape): Silence warnings from old
3696 compilers.
3697
9e14d721
DJ
36982003-06-21 Daniel Jacobowitz <drow@mvista.com>
3699
3700 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
3701 argument of val_print.
3702 * cp-valprint.c (cp_print_value): Don't add the offset parameter
3703 to the address argument of baseclass_offset or target_read_memory.
3704 Do add it to the argument of cp_print_value_fields.
3705
a4b8ebc8
AC
37062003-06-21 Andrew Cagney <cagney@redhat.com>
3707
3708 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
3709 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
3710 instead of 0..NUM_REGS.
3711 (mips_register_reggroup_p): New function.
3712 (mips_pseudo_register_write): New function.
3713 (mips_pseudo_register_read): New function.
3714 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
3715 based on the register's type.
3716 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
3717 cooked.
3718 (mips_get_saved_register): Simplify. Assert that REGNO is a
3719 pseudo / cooked.
3720 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
3721 (mips_register_type): Replace mips_register_virtual_type. Map
3722 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
3723 when available.
3724 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
3725 that the register is cooked / virtual.
3726 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
3727 Only get the extra info when needed.
3728 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
3729 (mips32_heuristic_proc_desc): Fetch the cooked register.
3730 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
3731 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
3732 (mips_print_register): Use gdbarch_register_type, instead of
3733 REGISTER_VIRTUAL_TYPE.
3734 (print_gp_register_row): Use gdbarch_register_type, instead of
3735 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
3736 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
3737 Print the pseudo / cooked registers.
3738 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
3739 Print the pseudo / cooked registers.
3740 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
3741 REG_NUM is pseudo / cooked.
3742 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
3743 (mips_n32n64_xfer_return_value): Ditto.
3744 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
3745 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
3746 (mips_register_sim_regno): New function.
3747 (mips_gdbarch_init): Set deprecated_register_byte,
3748 register_group_p, pseudo_register_write, pseudo_register_read,
3749 register_sim_regno, and num_pseudo_regs. Set register_type,
3750 instead of register_virtual_type.
3751 * Makefile.in (mips-tdep.o): Update dependencies.
3752 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
3753 REGISTER_VIRTUAL_TYPE.
3754 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
3755 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
3756 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
3757 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
3758 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
3759
325ed089
DJ
37602003-06-21 Daniel Jacobowitz <drow@mvista.com>
3761
3762 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
3763 * cli/cli-cmds.c: Include "gdb_vfork.h".
3764 (shell_escape): Use vfork.
3765
f0e7d0e8
AC
37662003-06-21 Andrew Cagney <cagney@redhat.com>
3767
c57bb9fa
AC
3768 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
3769 32 bit floating-point register saves.
3770
6e51443a
AC
3771 * frame.h (deprecated_unwind_get_saved_register): Delete.
3772 * frame.c (deprecated_unwind_get_saved_register): Delete function.
3773 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
3774 and deprecated_get_next_frame_hack instead of
3775 deprecated_unwind_get_saved_register.
3776
ed183c7c
AC
3777 * mips-tdep.c (mips_dump_tdep): Do not print
3778 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
3779
f0e7d0e8
AC
3780 * frame.c (get_frame_register): New function.
3781 (frame_unwind_register_signed): New function.
3782 (get_frame_register_signed): New function.
3783 (frame_unwind_register_unsigned): New function.
3784 (get_frame_register_unsigned): New function.
3785 * frame.h: Add comments on naming schema.
3786 (get_frame_register, frame_unwind_register_signed): Declare.
3787 (get_frame_register_signed, get_frame_register_signed): Declare.
3788 (frame_unwind_register_unsigned): Declare.
3789 (get_frame_register_unsigned): Declare.
3790
2224d941
TR
37912003-06-20 Theodore A. Roth <troth@openavr.org>
3792
3793 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
3794
8619218d
TR
37952003-06-20 Theodore A. Roth <troth@openavr.org>
3796
3797 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
3798 (avr_read_sp): Ditto.
3799
0b1b50c0
DJ
38002003-06-20 Daniel Jacobowitz <drow@mvista.com>
3801
3802 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
3803 * config/arm/nm-linux.h: Likewise.
3804 * config/arm/tm-linux.h: Likewise.
3805 * config/ia64/nm-linux.h: Likewise.
3806 * config/ia64/tm-ia64.h: Likewise.
3807 * config/s390/tm-linux.h: Likewise.
3808 * config/s390/tm-s390.h: Likewise.
3809 * s390-nat.c: Likewise.
3810 * s390-tdep.c: Likewise.
3811
3812 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
3813 * config/ia64/linux.mt: Likewise.
3814 * config/m68k/linux.mh: Likewise.
3815 * config/mips/linux.mt: Likewise.
3816 * config/powerpc/linux.mh: Likewise.
3817 * config/sh/linux.mt: Likewise.
3818
c8c18e65
KW
38192003-06-19 Kris Warkentin <kewarken@qnx.com>
3820
3821 * solib.c (solib_open): Change tests for whether to search
3822 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
3823 comments.
3824
dcccef2e
TR
38252003-06-19 Theodore A. Roth <troth@openavr.org>
3826
3827 * avr-tdep.c (avr_frame_address): Delete function.
3828 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
3829 set_gdbarch_frame_args_address.
3830
5861a190
AC
38312003-06-19 Andrew Cagney <cagney@redhat.com>
3832
3833 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
3834 (REGISTER_CONVERT_FROM_TYPE): Delete.
3835 (mips_register_convert_to_type): Delete declaration.
3836 (mips_register_convert_from_type): Delete declaration.
3837 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
3838 kernel/.
3839
0274a8ce
MS
38402003-06-19 Michael Snyder <msnyder@redhat.com>
3841
3842 * linux-nat.h: New file.
3843 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 3844 * lin-lwp.c: Include linux-nat.h.
0274a8ce 3845 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 3846 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
3847 (linux_make_note_section): Iterate over lwps instead of threads.
3848 (linux_do_thread_registers): Use lwp instead of merged pid.
3849 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 3850 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
3851 Add dependency on linux_nat_h.
3852
adf5f719
TR
38532003-06-19 Theodore A. Roth <troth@openavr.org>
3854
3855 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
3856
6766a268
DJ
38572003-06-19 Daniel Jacobowitz <drow@mvista.com>
3858
3859 * varobj.c (get_type, get_target_type): Use check_typedef.
3860
1171114a
DJ
38612003-06-19 Daniel Jacobowitz <drow@mvista.com>
3862
3863 * breakpoint.c (insert_catchpoint): Call internal_error.
3864
adcf68a2
TR
38652003-06-19 Theodore A. Roth <troth@openavr.org>
3866
3867 * avr-tdep.c (avr_push_dummy_code): Delete function.
3868 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
3869
ea67f13b
DJ
38702003-06-19 Daniel Jacobowitz <drow@mvista.com>
3871
3872 * arch-utils.c (default_prepare_to_proceed): Remove.
3873 (generic_prepare_to_proceed): Remove.
3874 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
3875 (generic_prepare_to_proceed): Remove prototype.
3876 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
3877 * gdbarch.c: Regenerate.
3878 * gdbarch.h: Regenerate.
3879 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
3880 * hppah-nat.c (hppa_switched_threads): Remove.
3881 * infrun.c (prepare_to_proceed): New static function, copied from
3882 generic_prepare_to_proceed. Remove select_it argument.
3883 (proceed): Call prepare_to_proceed.
3884 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
3885 variables.
3886 (ptrace_wait): Don't set the removed variables.
3887 (hppa_switched_threads): Remove.
3888 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
3889 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
3890 (lin_lwp_prepare_to_proceed): Remove prototype.
3891 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
3892 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
3893
4add8633
TR
38942003-06-18 Theodore A. Roth <troth@openavr.org>
3895
3896 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
3897 trad-frame.h.
3898 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
3899 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
3900 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
3901 (AVR_PROLOGUE_*): Enumerate prologue types.
3902 (struct frame_extra_info): Remove.
3903 (struct avr_unwind_cache): Define.
3904 (avr_write_sp): Delete function.
3905 (avr_read_fp): Ditto.
3906 (avr_init_extra_frame_info): Ditto.
3907 (avr_pop_frame): Ditto.
3908 (avr_frame_saved_pc): Ditto.
3909 (avr_saved_pc_after_call): Ditto.
3910 (avr_push_return_address): Ditto.
3911 (avr_frame_chain): Ditto.
3912 (avr_store_struct_return): Ditto.
3913 (avr_push_arguments): Ditto.
3914 (avr_scan_prologue): Update comments. Changed to set up the info for
3915 cache unwinding. Now returns end of prologue PC.
3916 (avr_skip_prologue): Better handling of functions lacking a prologue
3917 by using avr_scan_prologue.
3918 (avr_scan_arg_moves): New function.
3919 (avr_saved_regs_unwinder): Ditto.
3920 (avr_frame_unwind_cache): Ditto.
3921 (avr_unwind_pc): Ditto.
3922 (avr_frame_this_id): Ditto.
3923 (avr_frame_prev_register): Ditto.
3924 (avr_frame_p): Ditto.
3925 (avr_frame_base_address ): Ditto.
3926 (avr_unwind_dummy_id): Ditto.
3927 (avr_push_dummy_code): Ditto.
3928 (push_stack_item): Ditto.
3929 (pop_stack_item): Ditto.
3930 (avr_push_dummy_call): Ditto.
3931 (struct stack_item): Define.
3932 (avr_frame_unwind): Declare structure.
3933 (avr_frame_base): Ditto.
3934 (avr_gdbarch_init): Remove calls to
3935 set_gdbarch_deprecated_init_frame_pc,
3936 set_gdbarch_deprecated_target_read_fp,
3937 set_gdbarch_deprecated_dummy_write_sp,
3938 set_gdbarch_deprecated_fp_regnum,
3939 set_gdbarch_deprecated_push_arguments,
3940 set_gdbarch_deprecated_push_return_address,
3941 set_gdbarch_deprecated_pop_frame,
3942 set_gdbarch_deprecated_store_struct_return,
3943 set_gdbarch_deprecated_frame_init_saved_regs,
3944 set_gdbarch_deprecated_init_extra_frame_info,
3945 set_gdbarch_deprecated_frame_chain,
3946 set_gdbarch_deprecated_frame_saved_pc,
3947 set_gdbarch_deprecated_saved_pc_after_call.
3948 Add calls to set_gdbarch_push_dummy_call,
3949 set_gdbarch_push_dummy_code,
3950 frame_unwind_append_predicate,
3951 frame_base_set_default,
3952 set_gdbarch_unwind_dummy_id,
3953 set_gdbarch_unwind_pc.
3954 Wrap a long line.
3955
7be04a68
MS
39562003-06-18 Corinna Vinschen <vinschen@redhat.com>
3957
3958 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
3959 registers for H8/300S.
3960 (h8300_print_registers_info): Ditto.
8ffd9b1b 3961 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 3962
ae087d01
DJ
39632003-06-18 Daniel Jacobowitz <drow@mvista.com>
3964
3965 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
3966 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3967 (lin_lwp_wait): Likewise. Update comments.
3968 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
3969 (pull_pid_from_list, linux_record_stopped_pid): New.
3970
07d8f827
SC
39712003-06-17 Stephane Carrez <stcarrez@nerim.fr>
3972
3973 * ada-lang.c (scan_discrim_bound): Name first argument.
3974 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
3975 declared by ALL_BLOCK_SYMBOLS.
3976
7cb47b14
SC
39772003-06-17 Stephane Carrez <stcarrez@nerim.fr>
3978
3979 * ada-tasks.c (find_function_in_inferior): Don't declare it.
3980 ("regcache.h"): Include it.
3981 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
3982
6ad8ae5c
DJ
39832003-06-17 Daniel Jacobowitz <drow@mvista.com>
3984
3985 * NEWS: Mention gdbserver detach change and "disconnect" command.
3986 * infcmd.c (disconnect_command): New function.
3987 (_initialize_infcmd): Add ``disconnect'' command.
3988 * remote.c (remote_async_detach): Delete.
3989 (remote_detach): Merge remote_async_detach.
3990 (remote_disconnect): New.
3991 (init_remote_ops): Set to_disconnect.
3992 (init_remote_cisco_ops): Likewise.
3993 (init_remote_async_ops): Likewise. Use remote_detach.
3994 * target.c (cleanup_target): Default to_disconnect.
3995 (update_current_target): Inherit to_disconnect.
3996 (target_disconnect, debug_to_disconnect): New functions.
3997 (setup_target_debug): Set to_disconnect.
3998 * target.h (struct target_ops): Add to_disconnect.
3999 (target_disconnect): Add prototype.
4000
687595f9
DJ
40012003-06-17 Daniel Jacobowitz <drow@mvista.com>
4002
4003 * breakpoint.c (insert_catchpoint): New function.
4004 (insert_breakpoints): Use catch_exceptions to call
4005 insert_catchpoint. Disable catchpoints if they fail to insert.
4006
29239a8f
DJ
40072003-06-17 Daniel Jacobowitz <drow@mvista.com>
4008
4009 * symfile.c (reread_symbols): Clear sym_private.
4010
2cdf3c63
AC
40112003-06-17 Andrew Cagney <cagney@redhat.com>
4012
4013 * trad-frame.h (struct frame_info): Add opaque declaration.
4014 * remote-fileio.h (struct cmd_list_element): Add opaque
4015 declaration.
4016 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4017 comments.
4018
cf0e1e0d
DJ
40192003-06-17 Daniel Jacobowitz <drow@mvista.com>
4020
4021 * remote.c (remote_prepare_to_store): Replace call to
4022 deprecated_read_register_bytes with multiple regcache_raw_read
4023 calls.
4024
192cdb19
KW
40252003-06-17 Kris Warkentin <kewarken@qnx.com>
4026
4027 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4028 (nto_find_and_open_solib): Likewise.
4029 (nto_init_solib_absolute_prefix): Likewise.
4030 (_initialize_nto_tdep): Fix indentation.
4031
89929b45
KW
40322003-06-17 Kris Warkentin <kewarken@qnx.com>
4033
4034 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4035
46019f27
KW
40362003-06-17 Kris Warkentin <kewarken@qnx.com>
4037
4038 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4039
1a38736e
JB
40402003-06-17 Jim Blandy <jimb@redhat.com>
4041
4042 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4043
3605c34a
TR
40442003-06-16 Theodore A. Roth <troth@openavr.org>
4045
4046 * avr-tdep.c (avr_extract_return_value): New function.
4047 (avr_gdbarch_init): Set extract_return_value method.
4048
870b3035
AC
40492003-06-16 Andrew Cagney <cagney@redhat.com>
4050
4051 * frame.h (deprecated_get_next_frame_hack): Declare.
4052 * frame.c (legacy_saved_regs_prev_register): Only require
4053 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4054 there are always saved regs.
4055 (deprecated_generic_get_saved_register): Do not require
4056 DEPRECATED_FRAME_INIT_SAVED_REGS.
4057 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4058 use frame ID unwind instead.
4059 (deprecated_get_next_frame_hack): New function.
4060
63d47a7d
CV
40612003-06-16 Corinna Vinschen <vinschen@redhat.com>
4062
4063 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4064 (h8300_push_dummy_call): ...this function. Some minor optimization.
4065 (h8300_push_return_address): Remove.
4066 (h8300_gdbarch_init): Remove calls to
4067 set_gdbarch_deprecated_dummy_write_sp,
4068 set_gdbarch_deprecated_push_arguments and
4069 set_gdbarch_deprecated_push_return_address.
4070 Add call to set_gdbarch_push_dummy_call.
4071
4bb1dc5e
CV
40722003-06-16 Corinna Vinschen <vinschen@redhat.com>
4073
4074 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4075 (E_PSEUDO_EXR_REGNUM): Ditto.
4076 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 4077 registers into safe registers.
4bb1dc5e
CV
4078 (h8300_skip_prologue): Check for stm instruction to push registers
4079 used for register variables onto stack.
4080 (gdb_print_insn_h8300): Remove.
4081 (h8300_examine_prologue): Add a comment.
4082 (h8300_register_name): Take pseudo registers into account.
4083 (h8300s_register_name): Ditto.
4084 (h8300sx_register_name): Ditto.
4085 (h8300_print_register): Ditto.
4086 (h8300_print_registers_info): Define "nice" printing order.
4087 (h8300_saved_pc_after_call): Take pseudo registers into account.
4088 (h8300_register_type): Ditto. Return type used for remote connection
4089 when requesting real CCR or EXR register, return actual type when
4090 requesting pseudo CCR or EXR.
4091 (h8300_pseudo_register_read): New function.
4092 (h8300_pseudo_register_write): Ditto.
4093 (h8300_dbg_reg_to_regnum): Ditto.
4094 (h8300s_dbg_reg_to_regnum): Ditto.
4095 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4096 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4097 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4098 set_gdbarch_print_insn architecture dependent.
4099 Call set_gdbarch_pseudo_register_read and
4100 set_gdbarch_pseudo_register_write.
4101 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4102
a59fe496
AC
41032003-06-16 Andrew Cagney <cagney@redhat.com>
4104
4105 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4106 * gdbarch.h, gdbarch.c: Re-generate.
4107 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4108 * s390-tdep.c (s390_gdbarch_init): Update.
4109 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4110 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4111 * mips-tdep.c (mips_gdbarch_init): Update.
4112 * mcore-tdep.c (mcore_gdbarch_init): Update.
4113 * cris-tdep.c (cris_gdbarch_init): Update.
4114 * infcall.c (call_function_by_hand): Update.
4115 * ia64-tdep.c (ia64_push_arguments): Update comment.
4116 * frame.c (legacy_get_prev_frame): Do not assume
4117 SAVE_DUMMY_FRAME_TOS_P.
4118 * dummy-frame.c (find_dummy_frame): Update comment.
4119
6f4e5a41
AC
41202003-06-16 Andrew Cagney <cagney@redhat.com>
4121
4122 * regcache.c (do_cooked_read): Do not use register_valid_p.
4123
72fab697
TR
41242003-06-15 Theodore A. Roth <troth@openavr.org>
4125
4126 * avr-tdep.c (avr_register_type): Remove a blank line.
4127 (avr_scan_prologue): Correct some comments.
4128
e3d8b004
TR
41292003-06-15 Theodore A. Roth <troth@openavr.org>
4130
4131 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4132 prologue types.
8ffd9b1b 4133 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
4134 option.
4135 Add code to scan -mcall-prologues for mega devices.
4136
866b76ea
TR
41372003-06-15 Theodore A. Roth <troth@openavr.org>
4138
4139 * avr-tdep.c (avr_register_byte): Delete function.
4140 (avr_register_raw_size): Delete function.
4141 (avr_register_virtual_size): Delete function.
4142 (avr_register_virtual_type): Delete function.
4143 (avr_register_type): New function.
4144 (avr_address_to_pointer): Remove unused code.
4145 (avr_read_fp): Need to read FP as two separate bytes due to change to
4146 avr_register_type() usage.
4147 (avr_gdbarch_init): Don't set deprecated_register_size.
4148 Don't set deprecated_register_bytes.
4149 Don't set deprecated_register_byte.
4150 Don't set deprecated_register_raw_size.
4151 Don't set deprecated_max_register_raw_size.
4152 Don't set deprecated_register_virtual_size.
4153 Don't set deprecated_max_register_virtual_size.
4154 Don't set deprecated_register_virtual_type.
4155 Set register_type method.
4156
3993f6b1
DJ
41572003-06-15 Daniel Jacobowitz <drow@mvista.com>
4158
4159 * Makefile.in (linux-nat.o): Add rule.
4160 * linux-nat.c: New file.
4161 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4162 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4163 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4164 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4165 * config/arm/linux.mh (NATDEPFILES): Likewise.
4166 * config/i386/linux.mh (NATDEPFILES): Likewise.
4167 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4168 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4169 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4170 * config/mips/linux.mh (NATDEPFILES): Likewise.
4171 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4172 * config/s390/s390.mh (NATDEPFILES): Likewise.
4173 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4174
786a90bb
MK
41752003-06-15 Mark Kettenis <kettenis@gnu.org>
4176
4177 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4178 replace out-of-date comment.
4179
3bd3f01e
AC
41802003-06-15 Andrew Cagney <cagney@redhat.com>
4181
4182 * rdi-share/host.h (Fail): Change to a varargs function.
4183 * remote-rdi.c (Fail): Update.
8ffd9b1b 4184
de5b9bb9
MK
41852003-06-15 Mark Kettenis <kettenis@gnu.org>
4186
4187 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4188 (i386_convert_register_p, i386_register_to_value,
4189 i386_register_from_value): Handle types longer than 8 bytes.
4190
d532c08f
MK
41912003-06-15 Mark Kettenis <kettenis@gnu.org>
4192
4193 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4194 Move floating-point code to new function in i387-tdep.c.
4195 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4196 New functions containing code moved here from i386-tdep.c.
4197 * i387-tdep.h: Add opaque declaration for `struct type'.
4198 (i387_register_to_value, i387_value_to_register): New prototypes.
4199 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4200 (x86_64_init_abi): Set convert_register_p, register_to_value and
4201 value_to_register here.
8ffd9b1b 4202
42c466d7
AC
42032003-06-14 Andrew Cagney <cagney@redhat.com>
4204
4205 * mips-tdep.c (mips_register_to_value): Make static.
4206 (mips_value_to_register): Make static.
4207 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4208 * ia64-tdep.c (ia64_register_raw_size): Make static.
4209 (ia64_register_virtual_size): Make static.
4210 (ia64_register_byte): Make static.
4211 * i387-tdep.c: Include "i387-tdep.h".
4212 (print_387_control_word): Delete function.
4213 (print_387_status_word): Delete function.
4214 (print_387_status_bits): Delete function.
4215 (print_387_control_bits): Delete function.
4216 * Makefile.in (i387-tdep.o): Update dependencies.
4217 * rdi-share/host.h (Fail): Declare.
4218 * remote-rdi.c (Fail): Update to match declaration.
4219
2a9cda49
AC
42202003-06-14 Andrew Cagney <cagney@redhat.com>
4221
4222 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4223 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4224 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4225 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4226 * README: Delete reference to remote-array.
4227 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4228 (remote-array.o): Delete target.
4229 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4230 * remote-array.c: Delete file.
4231
ff2e87ac
AC
42322003-06-14 Andrew Cagney <cagney@redhat.com>
4233 Mark Kettenis <kettenis@gnu.org>
4234
4235 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4236 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4237 parameter with "frame".
4238 * gdbarch.h, gdbarch.c: Re-generate.
4239 * frame.h (put_frame_register): Declare.
4240 * frame.c (put_frame_register): New function.
4241 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4242 (legacy_register_to_value): Rewrite, use "frame" to get the
4243 register value.
4244 (legacy_value_to_register): Rewrite, use "frame" to find the
4245 register's location before storing.
4246 * arch-utils.h (legacy_convert_register_p): Update.
4247 (legacy_register_to_value, legacy_value_to_register): Update.
4248 * findvar.c (value_from_register): Rewrite, eliminate use of
4249 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4250 "frame" to REGISTER_TO_VALUE.
4251 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4252 lval_reg_frame_relative + lval_register branch of the switch. Do
4253 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4254 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4255 I386_EDI_REGNUM): New defines.
4256 (i386_next_regnum, i386_convert_register_p,
4257 i386_register_to_value, i386_value_to_register): New functions.
4258 (i386_register_convertible, i386_register_convert_to_virtual,
4259 i386_convert_to_raw): Remove functions.
4260 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4261 value_to_register instead of register_convertible,
4262 register_convert_to_virtual and register_convert_to_raw.
4263 * mips-tdep.c (mips_convert_register_p): New function.
4264 (mips_value_to_register): Replace mips_register_convert_from_type.
4265 (mips_register_to_value): Replace mips_register_convert_to_type.
4266 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4267 register_to_value.
4268 * alpha-tdep.c (alpha_convert_register_p): Update.
4269 (alpha_value_to_register): Update, store the register.
4270 (alpha_register_to_value): Update, fetch the register.
4271
98be1e77
TR
42722003-06-14 Theodore A. Roth <troth@openavr.org>
4273
4274 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4275 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4276 Don't set deprecated_call_dummy_words.
4277 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4278 Don't set remote_translate_xfer_address.
4279 (avr_io_reg_read_command): Remove commented out debug printf.
4280 Wrap a long line.
4281
57bc6122
TR
42822003-06-14 Theodore A. Roth <troth@openavr.org>
4283
4284 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4285 causes gdb to seg fault.
4286
eb01fc62
DJ
42872003-06-14 Daniel Jacobowitz <drow@mvista.com>
4288
4289 * sparc-nat.c (fetch_inferior_registers): Correct
4290 a reference to "registers".
4291
3b3e6bee
DJ
42922003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4293
4294 * Makefile.in (exc_request_U_h): Define
4295 (exc_request_S_h): Likewise.
4296 (msg_reply_S_h): Likewise.
4297 (msg_U_h): Likewise.
4298 (notify_S_h): Likewise.
4299 (process_reply_S_h): Likewise.
4300 (gnu-nat.o): Depend on gdb_obstack_h
4301 * gnu-nat.c: Include "gdb_obstack.h".
4302
b8de8283
AC
43032003-06-13 Andrew Cagney <cagney@redhat.com>
4304
4305 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4306 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 4307
f3be58bc
AC
43082003-06-13 Andrew Cagney <cagney@redhat.com>
4309
4310 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4311 when deprecated REGISTER macros can be deleted.
4312 * gdbarch.h, gdbarch.c: Re-generate.
4313
4c0122c8
JB
43142003-06-13 Jim Blandy <jimb@redhat.com>
4315
4316 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4317 Linux entry point symbols for _dl_debug_state, too.
4318
3e210248
AC
43192003-06-13 Andrew Cagney <cagney@redhat.com>
4320
4321 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4322 available, do not use the FP register, and always save the TOS.
4323 * dummy-frame.c (dummy_frame_this_id): Do not assert
4324 SAVE_DUMMY_FRAME_TOS.
4325 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4326 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4327 (i386_push_dummy_call): Add 8 to the returned SP.
4328 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4329 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4330 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4331 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4332 (x86_64_push_dummy_call): Return "sp + 16".
4333 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4334 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4335 save_dummy_frame_tos.
4336
0b65af49
JB
43372003-06-13 Jim Blandy <jimb@redhat.com>
4338
4339 * frv-tdep.c (frv_use_struct_convention): Delete static
4340 declaration for function deleted in my change of 2003-06-12.
4341
4ea2465e
TR
43422003-06-13 Theodore A. Roth <troth@openavr.org>
4343
4344 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4345 (avr_pointer_to_address): Shift code addrs left 1 bit.
4346 (avr_convert_from_func_ptr_addr): Delete function since operation is
4347 better handled by avr_address_to_pointer and avr_pointer_to_address.
4348 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
4349
1581182a
MK
43502003-06-13 Mark Kettenis <kettenis@gnu.org>
4351
4352 From Kelley Cook <kelleycook@wideopenwest.com>:
4353 * configure.host: Accept i[34567]86 variants.
4354 * configure.tgt: Likewise.
4355 * nlm/configure.in: Likewise.
4356 * nlm/configure: Regenerated.
4357
7aa1783e
RE
43582003-06-13 Richard Earnshaw <rearnsha@arm.com>
4359
4360 * arm-tdep.c (solib-svr4.h): Dont' include it.
4361 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
4362 * arm-linux-tdep.c: ... here. Make static.
4363 (arm_linux_init_abi): Register it.
4364 (solib-svr4.h): Include it.
4365 * Makefile.in: Update dependencies.
4366 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4367 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
4368
0261a0d0
CV
43692003-06-13 Corinna Vinschen <vinschen@redhat.com>
4370
4371 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
4372 indicate registers used for return values.
4373 (struct frame_extra_info): Drop args_pointer and locals_pointer.
4374 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
4375 members.
4376 (h8300_init_extra_frame_info): Ditto.
4377 (h8300_frame_locals_address): Removed.
4378 (h8300_frame_args_address): Removed.
4379 (h8300_extract_return_value): Use new regcache structure. Only care
4380 for 16 bit CPUs.
4381 (h8300h_extract_return_value): Same function for 32 bit CPUs.
4382 (h8300_store_return_value): Use new regcache structure. Only care
4383 for 16 bit CPUs.
4384 (h8300h_store_return_value): Same function for 32 bit CPUs.
4385 (h8300_store_struct_return): Removed.
4386 (h8300_extract_struct_value_address): Use new regcache structure.
4387 (h8300h_extract_struct_value_address): Removed.
4388 (h8300_push_dummy_code): New function.
4389 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
4390 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
4391 set_gdbarch_store_return_value architecture dependent.
4392 Call set_gdbarch_push_dummy_code and
4393 set_gdbarch_extract_struct_value_address.
4394 Remove calls to set_gdbarch_frame_args_address,
4395 set_gdbarch_frame_locals_address,
4396 set_gdbarch_deprecated_store_struct_return,
4397 set_gdbarch_deprecated_extract_return_value,
4398 set_gdbarch_deprecated_extract_struct_value_address,
4399 set_gdbarch_deprecated_call_dummy_words and
4400 set_gdbarch_deprecated_sizeof_call_dummy_words.
4401
055c394a
CV
44022003-06-13 Corinna Vinschen <vinschen@redhat.com>
4403
4404 * h8300-tdep.c (h8300_register_byte): Remove.
4405 (h8300h_register_byte): Remove.
4406 (h8300_register_virtual_type): Remove. Substitute by...
4407 (h8300_register_type): New function.
4408 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
4409 (h8300h_extract_struct_value_address): Ditto.
4410 (h8300_gdbarch_init): Drop calls to
4411 set_gdbarch_deprecated_register_byte and
4412 set_gdbarch_deprecated_register_virtual_type.
4413 Add call to set_gdbarch_register_type.
4414
9c04cab7
AC
44152003-06-13 Andrew Cagney <cagney@redhat.com>
4416
4417 * gdbarch.sh: Update comments on registers.
4418 (deprecated_register_byte): Rename register_byte.
4419 (deprecated_register_raw_size): Rename register_raw_size.
4420 (deprecated_register_virtual_size): Rename register_virtual_size.
4421 (deprecated_register_virtual_type): Rename register_virtual_type.
4422 * gdbarch.h, gdbarch.c: Re-generate.
4423 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4424 * vax-tdep.c (vax_gdbarch_init): Update.
4425 * v850-tdep.c (v850_gdbarch_init): Update.
4426 * sparc-tdep.c (sparc_gdbarch_init): Update.
4427 * sh-tdep.c (sh_gdbarch_init): Update.
4428 * s390-tdep.c (s390_gdbarch_init): Update.
4429 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4430 * ns32k-tdep.c: Update.
4431 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4432 * mips-tdep.c (mips_gdbarch_init): Update.
4433 * mcore-tdep.c (mcore_gdbarch_init): Update.
4434 * m68k-tdep.c (m68k_gdbarch_init): Update.
4435 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4436 * ia64-tdep.c (ia64_gdbarch_init): Update.
4437 * hppa-tdep.c (hppa_gdbarch_init): Update.
4438 * h8300-tdep.c (h8300_gdbarch_init): Update.
4439 * frv-tdep.c (frv_gdbarch_init): Update.
4440 * cris-tdep.c (cris_gdbarch_init): Update.
4441 * avr-tdep.c (avr_gdbarch_init): Update.
4442 * alpha-tdep.c (alpha_gdbarch_init): Update.
4443 * arm-tdep.c (arm_gdbarch_init): Update.
4444
b060cbea
AC
44452003-06-13 Andrew Cagney <cagney@redhat.com>
4446
4447 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
4448 mips_o32_use_struct_convention with always_use_struct_convention.
4449
0fc9922a
DC
44502003-06-12 David Carlton <carlton@kealia.com>
4451
4452 * cp-namespace.c (cp_set_block_scope): Comment out
4453 processing_has_namespace_info branch.
4454
1fd35568
JB
44552003-06-12 Jim Blandy <jimb@redhat.com>
4456
f470a70a
JB
4457 Recognize and skip 64-bit PowerPC Linux linkage functions.
4458 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
4459 insn_pattern, insns_match_pattern, d_field, ds_field): New
4460 functions, macros, and types for working with PPC instructions.
4461 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
4462 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
4463 ppc64_skip_trampoline_code): New functions, variables, and macros
4464 for recognizing and skipping linkage functions.
4465 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
4466 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
4467
49ff75ad
JB
4468 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
4469 register offsets for both the 32- and 64-bit interfaces.
4470
bd918c83
JB
4471 Actually finish the job started by my change of 2003-05-29.
4472 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
4473 other #definition of this.
4474 (ppc_linux_skip_trampoline_code): Remove declaration.
4475 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
4476 static.
4477 (ppc_linux_init_abi): Register it as the skip_trampoline_code
4478 method for GDBARCH.
4479
4480 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
4481 'long' on ppc64-*-linux*.
4482
f8c59253
JB
4483 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
4484 isn't #defined, assume the register doesn't exist: act as if
4485 tdep->ppc_mq_regnum were -1.
4486
8fbb30b1
JB
4487 * configure.host, configure.tgt: Add entries for
4488 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
4489 powerpc/linux.mt.
4490 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
4491 New files.
4492
1fd35568
JB
4493 * arch-utils.c (always_use_struct_convention): New function.
4494 * arch-utils.h (always_use_struct_convention): New prototype.
4495 * alpha-tdep.c (alpha_use_struct_convention): Delete.
4496 (alpha_gdbarch_init): Register always_use_struct_convention,
4497 instead of alpha_use_struct_convention.
4498 * cris-tdep.c (cris_use_struct_convention): Delete.
4499 (cris_gdbarch_init): Register always_use_struct_convention,
4500 instead of cris_use_struct_convention.
4501 * frv-tdep.c (frv_use_struct_convention): Delete.
4502 (frv_gdbarch_init): Register always_use_struct_convention,
4503 instead of frv_use_struct_convention.
4504 * h8300-tdep.c (h8300_use_struct_convention): Delete.
4505 (h8300_gdbarch_init): Register always_use_struct_convention,
4506 instead of h8300_use_struct_convention.
e3305dd9 4507 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
4508 (mips_o32_gdbarch_init): Register always_use_struct_convention,
4509 instead of mips_o32_use_struct_convention.
4510
e14e6e9c
AC
45112003-06-12 Andrew Cagney <cagney@redhat.com>
4512
4513 * wince.c: Include "mips-tdep.h".
4514 * mips-tdep.h (mips_next_pc): Declare.
4515 * mcore-tdep.c: Make more local functions static.
4516 * Makefile.in (wince.o): Update dependencies.
4517
2335f48e
DC
45182003-06-12 David Carlton <carlton@kealia.com>
4519
4520 * symtab.c (lookup_symbol_aux_minsyms): Replace
4521 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4522 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
4523 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
4524 SYMBOL_NATURAL_NAME.
4525
f70a7d61
AS
45262003-06-12 Andreas Schwab <schwab@suse.de>
4527
4528 * Makefile.in (tuiDisassem.o): Update dependencies.
4529
b6429628
DC
45302003-06-12 David Carlton <carlton@bactrian.org>
4531
4532 * symtab.h: Delete declaration of make_symbol_overload_list.
4533 Add declaration of lookup_partial_symbol.
4534 * symtab.c (remove_params): Move to cp-support.c.
4535 (overload_list_add_symbol, make_symbol_overload_list)
4536 (sym_return_val_size, sym_return_val_index): Ditto.
4537 (lookup_partial_symbol): Make extern.
4538 * cp-support.h: Add declaration of make_symbol_overload_list.
4539 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
4540 symtab.h, and block.h.
4541 (remove_params): Move here from symtab.c.
4542 (overload_list_add_symbol, make_symbol_overload_list)
4543 (sym_return_val_size, sym_return_val_index): Ditto.
4544 * valops.c: Include cp-support.h.
4545 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
4546 frame_h, and block_h.
4547 (valops.o): Depend on cp_support_h.
4548
084edea5
CV
45492003-06-12 Corinna Vinschen <vinschen@redhat.com>
4550
4551 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
4552 substitute by NUM_REGS throughout.
4553 (h8300_register_name): Only care for H8/300 and H8/300H registers.
4554 (h8300s_register_name): New function for H8S registers.
4555 (h8300sx_register_name): Ditto for H8SX registers.
4556 (h8300_print_register): Revise register printing, avoid depending
4557 on 32 bit long.
0261a0d0 4558 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
4559 (h8300h_register_byte): New function for any other architecture.
4560 (h8300_register_raw_size): Remove.
4561 (h8300_register_virtual_type): Revise to return actually useful
4562 type.
4563 (h8300_extract_struct_value_address): Only care for H8/300 registers.
4564 (h8300h_extract_struct_value_address): New function for any other
4565 architecture.
4566 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
4567 set_gdbarch_register_name, set_gdbarch_register_byte,
4568 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
4569 Remove calls to set_gdbarch_deprecated_register_size,
4570 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
4571 set_gdbarch_deprecated_max_register_raw_size,
4572 set_gdbarch_register_virtual_size and
4573 set_gdbarch_deprecated_max_register_virtual_size entirely.
4574 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
4575 set_gdbarch_long_double_bit.
4576
06194148
JJ
45772003-06-11 Jeff Johnston <jjohnstn@redhat.com>
4578
8ffd9b1b
AJ
4579 * doublest.c (convert_doublest_to_floatformat): When dealing
4580 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
4581 processing a full 32 bits of mantissa.
4582
de4f826b
DC
45832003-06-11 David Carlton <carlton@bactrian.org>
4584
4585 * dictionary.h: New.
4586 * dictionary.c: New.
4587 * block.h: Add opaque declaration for struct dictionary.
4588 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
4589 'sym' members.
4590 (BLOCK_DICT): New macro.
4591 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
4592 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
4593 BLOCK_SHOULD_SORT.
4594 (ALL_BLOCK_SYMBOLS): Update definition.
4595 * Makefile.in (SFILES): Add dictionary.c.
4596 (dictionary_h): New.
4597 (COMMON_OBS): Add dictionary.o.
4598 (dictionary.o): New.
4599 (ada-lang.o): Depend on dictionary_h.
4600 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
4601 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
4602 (mi-cmd-stack.o): Ditto.
4603 (gdbtk-cmds.o): Update dependencies.
4604 (gdbtk-stack.o): Ditto.
4605 * ada-lang.c: Include dictionary.h.
4606 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
4607 (fill_in_ada_prototype, debug_print_block): Ditto.
4608 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
4609 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
4610 'is_sorted'.
4611 * mdebugread.c: Include dictionary.h.
4612 (struct parse_stack): Delete 'maxsyms' member.
4613 (parse_symbol): Update calls to new_block. Delete calls to
4614 shrink_block. Use dictionary methods.
4615 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
4616 Update calls to new_symtab. Don't maintain maxsyms data.
4617 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
4618 (add_symbol): Just call dict_add_symbol.
4619 (new_symtab): Delete 'maxsyms' argument.
4620 (new_symtab): Update calls to new_block.
4621 (new_block): Delete 'maxsyms' argument; add 'function' argument.
4622 (shrink_block): Delete function.
4623 (fixup_sigtramp): Update call to new_block. Add symbol via
4624 dict_add_symbol.
4625 * jv-lang.c: Include dictionary.h.
4626 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
4627 appropriately. Set class_symtab->free_func. Make sure the
4628 blockvector is big enough to hold two blocks.
4629 (add_class_symtab_symbol): Use dictionary methods.
4630 (free_class_block): New function.
4631 (type_from_class): Replace explicit iteration by
4632 ALL_BLOCK_SYMBOLS.
4633 * symtab.h (struct symtab): Replace 'free_ptr' method by
4634 'free_func'.
4635 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
4636 sort_symtab_syms.
4637 * dwarfread.c (psymtab_to_symtab_1): Delete call to
4638 sort_symtab_syms.
4639 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
4640 Include dictionary.h.
4641 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
4642 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
4643 sort_symtab_syms.
4644 * objfiles.c: Include dictionary.h.
4645 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
4646 * buildsym.c: Include dictionary.h.
4647 (finish_block): Use dictionary methods.
4648 (end_symtab): Set free_func to NULL, not free_ptr.
4649 * tracepoint.c: Include dictionary.h.
4650 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
4651 (scope_info): Ditto.
4652 * stack.c: Include dictionary.h.
4653 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
4654 (print_block_frame_labels, print_frame_arg_vars)
4655 (print_frame_args): Ditto.
4656 * symmisc.c (free_symtab_block): Use dictionary methods.
4657 (dump_symtab): Ditto.
4658 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
4659 Include dictionary.h.
4660 * symfile.h: Delete declarations of sort_block_syms,
4661 sort_symtab_syms.
4662 * symfile.c (sort_block_syms): Delete.
4663 (sort_symtab_syms): Delete.
4664 * symtab.c: Include dictionary.h.
4665 (lookup_block_symbol): Use dictionary iterators.
4666 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
4667 (search_symbols, make_symbol_completion_list): Ditto.
4668 (make_symbol_overload_list): Ditto.
4669 * valops.c (value_of_local): Use dict_empty.
4670 Include dictionary.h.
4671
a31f978c
JB
46722003-06-11 J. Brobecker <brobecker@gnat.com>
4673
4674 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
4675
526e70c0
DC
46762003-06-11 David Carlton <carlton@bactrian.org>
4677
4678 * block.h (BLOCK_SHOULD_SORT): Delete.
4679 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
4680 blocks.
4681 * ada-lang.c (ada_add_block_symbols): Ditto.
4682 * symfile.c (sort_block_syms): Delete.
4683 (sort_symtab_syms): Ditto.
4684 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
4685 declarations.
4686 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
4687 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
4688 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
4689 * dwarfread.c (psymtab_to_symtab_1): Ditto.
4690 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
4691 * mdebugread.c (psymtab_to_symtab_1): Ditto.
4692 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
4693
33c08150
JJ
46942003-06-11 Jeff Johnston <jjohnstn@redhat.com>
4695
8ffd9b1b 4696 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
4697 bits to 128.
4698
781a750d
AC
46992003-06-11 Andrew Cagney <cagney@redhat.com>
4700
4701 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
4702 REGISTER_CONVERTIBLE.
4703 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
4704 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
4705 * gdbarch.h, gdbarch.c: Re-generate.
4706 * arch-utils.h (deprecated_register_convertible_not): Rename
4707 generic_register_convertible_not.
4708 * arch-utils.c (deprecated_register_convertible_not): Rename
4709 generic_register_convertible.
4710 (legacy_convert_register_p, legacy_register_to_value): Update.
4711 * sh-tdep.c (sh64_push_arguments): Update.
4712 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
4713 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
4714 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
4715 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
4716 * arch-utils.c (legacy_value_to_register): Update.
4717 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4718 (rs6000_register_convert_to_raw): Make parameter "from" const.
4719 * mips-tdep.c (mips_gdbarch_init): Update.
4720 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
4721 * infcmd.c (default_print_registers_info): Update.
4722 * ia64-tdep.c (ia64_gdbarch_init): Update.
4723 (ia64_register_convert_to_raw): Make parameter "from" const.
4724 * i386-tdep.c (i386_gdbarch_init): Update.
4725 (i386_register_convert_to_raw): Update.
4726
cd90e54f
AC
47272003-06-11 Andrew Cagney <cagney@redhat.com>
4728
4729 * remote-fileio.c: Include "remote-fileio.h".
4730 * Makefile.in (remote-fileio.o): Update dependencies.
4731 (remote_fileio_h): Fix typo.
4732
a78f21af
AC
47332003-06-11 Andrew Cagney <cagney@redhat.com>
4734
4735 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
4736 (xstormy16_save_dummy_frame_tos): Make static.
4737 (_initialize_xstormy16_tdep): Add declaration.
4738 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
4739 * v850-tdep.c: Make local functions static.
4740 (_initialize_v850_tdep): Add declaration.
4741 * sparc-tdep.c: Make local functions static.
4742 (_initialize_sparc_tdep): Add declaration.
4743 * sh-tdep.c: Make local functions static.
4744 (_initialize_sh_tdep): Add declaration.
4745 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
4746 * s390-tdep.c: Make local functions static.
4747 (_initialize_s390_tdep): Add declaration.
4748 * dbxread.c (find_stab_function_addr): Make static.
4749 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
4750 * ocd.c (_initialize_remote_ocd): Add declaration.
4751 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
4752 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
4753 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
4754 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
4755 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
4756 * remote-array.c (_initialize_array): Add declaration.
4757 (_initialize_remote_monitors): Add declaration.
4758 * remote-mips.c: Make local functions static.
4759 (_initialize_remote_mips): Add declaration.
4760 * mcore-tdep.c: Make all local functions static.
4761 (_initialize_mcore_tdep): Add declaration.
4762 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
4763 * abug-rom.c (_initialize_abug_rom): Add declaration.
4764 * rom68k-rom.c (_initialize_rom68k): Add declaration.
4765 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
4766 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
4767 * remote-est.c (_initialize_est): Add declaration.
4768 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
4769 (m68hc11_call_dummy_address): Make static.
4770 * ia64-tdep.c: Make local functions static.
4771 (_initialize_ia64_tdep): Add declaration.
4772 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
4773 * monitor.c (monitor_wait_filter): Make static.
4774 (_initialize_remote_monitors): Add declaration.
4775 * remote-hms.c (_initialize_remote_hms): Add declaration.
4776 * remote-e7000.c (fetch_regs_from_dump): Make static.
4777 (expect_n): Make static.
4778 (_initialize_remote_e7000): Add declaration.
4779 * ser-e7kpc.c: Always include "defs.h".
4780 (_initialize_ser_e7000pc): Add declaration.
4781 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
4782 * cris-tdep.c: Make all but one function static.
4783 (_initialize_cris_tdep): Add declaration.
4784 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
4785 * solib.c (update_solib_list): Make static.
4786 (_initialize_solib): Add declaration.
4787 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
4788 (_initialize_avr_tdep): Add declaration.
4789 * remote-rdi.c (voiddummy): Make static.
4790 (_initialize_remote_rdi): Add declaration.
4791 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
4792 * remote-rdp.c (send_rdp): Make static.
4793 (_initialize_remote_rdp): Add declaration.
4794 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
4795
cbcdb1f5
CV
47962003-06-11 Corinna Vinschen <vinschen@redhat.com>
4797
4798 * remote-fileio.c: Make ari happy.
4799
a191ea8d
JB
48002003-06-10 J. Brobecker <brobecker@gnat.com>
4801
4802 * rs6000-nat.c (child_xfer_memory): Compute the right address when
4803 fetching the trailing bytes of the buffer we are about to write.
4804
0ef75e11
AC
48052003-06-10 Andrew Cagney <cagney@redhat.com>
4806
4807 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
4808 * Makefile.in (remote-fileio.o): Update dependencies.
4809 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
4810 include <setjmp.h>, or <sys/types.h> conditional on USG.
4811 (remote_fio_jmp_buf): Delete global variable.
4812
449092f6 48132003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 4814 Martin M. Hunt <hunt@redhat.com>
449092f6 4815
559fa028
AC
4816 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
4817 (SFILES): Add remote-fileio.c.
4818 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
4819 dependencies for building remote.o.
449092f6
CV
4820 * remote-fileio.c: New file implementing the remote File-I/O protocol.
4821 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 4822 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
4823 static storage class.
4824 (remote_wait, remote_async_wait): Call remote_fileio_request() on
4825 'F' packet.
4826 (_initialize_remote): Call initialize_remote_fileio().
4827 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
4828 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
4829 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
4830 (captured_main): Initialize new ui_files.
4831 * ui-file.c: Add read and fgets input functions.
4832 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
4833 (null_file_read): New function.
4834 (ui_file_read): New function.
4835 (set_ui_file_read): New function.
4836 (stdio_file_read): New function.
4837 * ui-file.h: New type ui_file_read_ftype.
4838 (set_ui_file_read): Declare.
4839 (ui_file_read): Declare.
4840
248de703
AC
48412003-06-09 Andrew Cagney <cagney@redhat.com>
4842
4843 * frame.h (deprecated_unwind_get_saved_register): Rename
4844 generic_unwind_get_saved_register, update comments.
4845 * mips-tdep.c (mips_get_saved_register): Update.
4846 * frame.c (deprecated_unwind_get_saved_register): Update.
4847
0ed8aa57
AC
48482003-06-09 Andrew Cagney <cagney@redhat.com>
4849
4850 * vax-tdep.c (vax_frame_locals_address): Delete function.
4851 (vax_gdbarch_init): Do not set frame_locals_address.
4852 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
4853 (m68hc11_gdbarch_init): Do not set frame_locals_address.
4854 * s390-tdep.c (s390_frame_args_address): Delete function.
4855 (s390_gdbarch_init): Do not set frame_args_address or
4856 frame_locals_address.
4857 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
4858 (ns32k_gdbarch_init): Do not set frame_locals_address.
4859 * hppa-tdep.c (hppa_frame_args_address): Delete function.
4860 (hppa_frame_locals_address): Delete function.
4861 (hppa_gdbarch_init): Do not set frame_args_address, or
4862 frame_locals_address.
4863 * arm-tdep.c (arm_frame_args_address): Delete.
4864 (arm_frame_locals_address): Delete.
4865 (arm_gdbarch_init): Do not set frame_args_address, or
4866 frame_locals_address.
4867
983a287a
AC
48682003-06-09 Andrew Cagney <cagney@redhat.com>
4869
4870 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
4871 * gdbarch.h, gdbarch.c: Re-generate.
4872 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
4873 * arch-utils.c (frame_num_args_unknown): Delete function.
4874 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
4875 (frame_info): Use FRAME_NUM_ARGS_P.
4876 * arm-tdep.c (arm_frame_num_args): Delete function.
4877 (arm_gdbarch_init): Do not set frame_num_args.
4878 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
4879 * hppa-tdep.c (hppa_frame_num_args): Delete function.
4880 (hppa_gdbarch_init): Do not set frame_num_args.
4881 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
4882 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4883 frame_num_args to default frame_num_args_unknown.
4884 * v850-tdep.c (v850_gdbarch_init): Ditto.
4885 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4886 * sh-tdep.c (sh_gdbarch_init): Ditto.
4887 * s390-tdep.c (s390_gdbarch_init): Ditto.
4888 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4889 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4890 * mips-tdep.c (mips_gdbarch_init): Ditto.
4891 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4892 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4893 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4894 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4895 * i386-tdep.c (i386_gdbarch_init): Ditto.
4896 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4897 * frv-tdep.c (frv_gdbarch_init): Ditto.
4898 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4899 * cris-tdep.c (cris_gdbarch_init): Ditto.
4900 * avr-tdep.c (avr_gdbarch_init): Ditto.
4901 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4902
8d3b0994
AC
49032003-06-09 Andrew Cagney <cagney@redhat.com>
4904
4905 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
4906 (print_frame_args): Moved to "stack.c".
4907 * stack.c: Include "gdb_assert.h".
4908 (print_frame_nameless_args): Moved from "printcmd.c", made static.
4909 (print_frame_args): Moved from "printcmd.c".
4910 * frame.h (print_frame_args): Delete declaration.
4911 * Makefile.in (stack.o): Update dependencies.
4912
25e3a86b
AC
49132003-06-08 Andrew Cagney <cagney@redhat.com>
4914
4915 * frame.c (get_prev_frame): Remove reference to
4916 frame_args_address_correct in comments.
4917 * frame-base.c (default_frame_args_address): Delete code
4918 conditional on FRAME_ARGS_ADDRESS_CORRECT.
4919 * vax-tdep.c (vax_frame_args_address_correct): Delete.
4920 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
4921 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
4922 (vax_frame_args_address_correct): Delete declaration.
4923
a9e5fdc2
AC
49242003-06-08 Andrew Cagney <cagney@redhat.com>
4925
4926 * gdbarch.sh (UNWIND_SP): Add.
4927 * gdbarch.h, gdbarch.c: Re-generate.
4928 * frame.c (frame_sp_unwind): New function.
4929 (get_frame_sp): New function.
4930 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
4931 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
4932 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
4933 value.
4934 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
4935 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
4936
8983bd83
AC
49372003-06-08 Andrew Cagney <cagney@redhat.com>
4938
7fec2c59
AC
4939 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
4940 REMOTE_BREAKPOINT.
4941 * remote.c: Update.
4942 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
4943 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
4944 * config/m68k/tm-sun3.h: Update.
4945 * config/m68k/tm-m68klynx.h: Update.
4946 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
4947
8983bd83
AC
4948 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
4949 trad_frame". Update comments.
4950 * d10v-tdep.c (struct d10v_unwind_cache): Update.
4951 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
4952 (trad_frame_register_value, trad_frame_prev_register): Update.
4953
b9362cc7
AC
49542003-06-08 Andrew Cagney <cagney@redhat.com>
4955
4956 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
4957 from GCC's acinclude.m4.
4958 * configure.in: Check for getopt's delcaration.
8ffd9b1b 4959 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
4960 * main.c (error_init): Delete declaration.
4961 * defs.h (error_init): Declare.
4962 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
4963 (rs6000_convert_from_func_ptr_addr): Make static.
4964 (_initialize_rs6000_tdep): Add declaration.
4965 * cli/cli-cmds.c (dont_repeat): Delete declaration.
4966 (show_commands, set_verbose, show_history): Delete declaration.
4967 * top.h (set_verbose): Add declaration.
4968 (show_history, set_history, show_commands): Add declaration.
4969 (do_restore_instream_cleanup): Add declaration.
4970 * objc-lang.c (specialcmp): Make static.
4971 (print_object_command): Make static.
4972 (find_objc_msgsend): Make static.
4973 (find_objc_msgcall_submethod_helper): Make static.
4974 (find_objc_msgcall_submethod): Make static.
4975 (_initialize_objc_language): Add declaration.
4976 (find_implementation_from_class): Make static.
4977 (find_implementation): Make static.
4978 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
4979 * objc-lang.h (lookup_struct_typedef): Add declaration.
4980 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
4981 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
4982 (do_restore_user_call_depth): Make static.
4983 (do_restore_instream_cleanup): Delete declaration.
4984 (dont_repeat): Delete declaration.
4985 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
4986 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
4987 * reggroups.c (_initialize_reggroup): Add declaration.
4988 * cp-support.c (_initialize_cp_support): Add declaration.
4989 * cp-abi.c (_initialize_cp_abi): Add declaration.
4990 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
4991 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
4992 (_initialize_gnu_v3_abi): Add declaration.
4993 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
4994 (_initialize_gnu_v2_abi): Add declaration.
4995 * frame-base.c (_initialize_frame_base): Add declaration.
4996 * doublest.c (floatformat_from_length): Make static.
4997 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
4998 * frame.c (create_sentinel_frame): Make static.
4999 (_initialize_frame): Add declaration.
5000 * top.c (do_catch_errors): Make static.
5001 (gdb_rl_operate_and_get_next_completion): Make static.
5002 * typeprint.c: Include "typeprint.h".
5003 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5004 (sentinel_frame_this_id): Make static.
5005 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5006 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5007 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5008 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5009 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5010 * maint.c (maintenance_print_architecture): Make static.
5011 * signals/signals.c (_initialize_signals): Add declaration.
5012 * std-regs.c (_initialize_frame_reg): Add declaration.
5013 * jv-exp.y (push_variable): ISO C definition.
5014 (push_qualified_expression_name): Ditto.
5015 * memattr.c (_initialize_mem): Add declaration.
5016 * remote.c (remote_check_watch_resources): Make static.
5017 (remote_stopped_by_watchpoint): Make static.
5018 (remote_stopped_data_address): Make static.
5019 * d10v-tdep.c (nr_dmap_regs): Make static.
5020 (a0_regnum): Make static.
5021 (d10v_frame_unwind_cache): Make static.
5022 (d10v_frame_p): Make static.
5023 * osabi.c (show_osabi): Make static.
5024 (_initialize_gdb_osabi): Add extern declaration.
5025 * gdbtypes.c (make_qualified_type): Make static.
5026 (safe_parse_type): Make static.
5027 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5028 * macrotab.c (macro_bcache_free): Make static.
5029 * interps.c (interp_set_quiet): Make static.
5030 (interpreter_exec_cmd): Make static.
5031 * stack.h (select_frame_command): New file.
5032 * stack.c: Include "stack.h".
5033 (select_frame_command_wrapper): Delete function.
5034 (select_frame_command): Make global.
5035 * infcall.c: Include "infcall.h".
5036 * linespec.c: Include "linespec.h".
5037 * symfile.c (sections_overlap): Make static.
5038 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5039 * charset.c (_initialize_charset): Add missing prototype.
5040 * regcache.c (init_legacy_regcache_descr): Make static.
5041 (do_regcache_xfree): Make static.
5042 (regcache_xfer_part): Make static.
5043 (_initialize_regcache): Add missing prototype.
5044 * breakpoint.c (parse_breakpoint_sals): Make static.
5045 (breakpoint_sals_to_pc): Make static.
5046 * interps.h (clear_interpreter_hooks): ISO C declaration.
5047 * Makefile.in (stack_h): Define.
5048 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5049 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5050
a0f267c7
AC
50512003-06-08 Andrew Cagney <cagney@redhat.com>
5052
5053 * Makefile.in (d10v-tdep.o): Update dependencies.
5054 (SFILES): Add trad-frame.c.
5055 (trad_frame_h): Define.
5056 (COMMON_OBS): Add trad-frame.o.
5057 (trad-frame.o): Specify dependencies.
5058 * d10v-tdep.c: Include "trad-frame.h".
5059 (saved_regs_unwinder): Delete function.
5060 (d10v_frame_prev_register): Use trad_frame_prev_register.
5061 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5062 trad_frame", delete "regs" and "prev_sp".
5063 (prologue_find_regs): Use trad-frame.
5064 * trad-frame.h, trad-frame.c: New files.
5065
4538b4f4
MK
50662003-06-08 Mark Kettenis <kettenis@gnu.org>
5067
5068 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5069
a0273b2f
AF
50702003-06-07 Adam Fedor <fedor@gnu.org>
5071
5072 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5073 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5074 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5075 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 5076 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
5077 Use it.
5078
3a6c3343
AC
50792003-06-07 Andrew Cagney <cagney@redhat.com>
5080
5081 * symfile.h: Re-indent, clean up comments.
5082
b46e02f6
AC
50832003-06-07 Andrew Cagney <cagney@redhat.com>
5084
5085 * inferior.h (deprecated_write_sp): Replace
5086 generic_target_write_sp.
5087 * regcache.c (deprecated_write_sp): Replace
5088 generic_target_write_sp.
5089 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5090 * vax-tdep.c (vax_gdbarch_init): Update.
5091 * v850-tdep.c (v850_gdbarch_init): Update.
5092 * sparc-tdep.c (sparc_gdbarch_init): Update.
5093 * sh-tdep.c (sh_gdbarch_init): Update.
5094 * s390-tdep.c (s390_gdbarch_init): Update.
5095 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5096 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5097 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5098 * mcore-tdep.c (mcore_gdbarch_init): Update.
5099 * m68k-tdep.c (m68k_gdbarch_init): Update.
5100 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5101 * ia64-tdep.c (ia64_gdbarch_init): Update.
5102 * h8300-tdep.c (h8300_gdbarch_init): Update.
5103 * frv-tdep.c (frv_gdbarch_init): Update.
5104 * cris-tdep.c (cris_gdbarch_init): Update.
5105 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5106
a42e117c
AC
51072003-06-07 Andrew Cagney <cagney@redhat.com>
5108
5109 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5110 Assert that PC_REGNUM is valid.
5111 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5112
bd1ce8ba
AC
51132003-06-07 Andrew Cagney <cagney@redhat.com>
5114
5115 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5116 * gdbarch.h, gdbarch.c: Regenerate.
5117 * mn10300-tdep.c: Include "gdb_assert.h".
5118 (mn10300_read_fp): New function.
5119 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5120 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5121 * ia64-tdep.c: Include "gdb_assert.h".
5122 (ia64_read_fp): New function.
5123 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5124 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5125 * regcache.c (generic_target_read_sp): Delete function.
5126 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5127 * inferior.h (generic_target_read_sp): Delete declaration.
5128 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5129 generic_target_read_sp.
5130 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5131 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5132 * sh-tdep.c (sh_gdbarch_init): Ditto.
5133 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5134 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5135
ec5cbaec
AC
51362003-06-07 Andrew Cagney <cagney@redhat.com>
5137
5138 * gdbarch.sh: Comment each field of startup_gdbarch.
5139 * gdbarch.h, gdbarch.c: Re-generate.
5140
cde9ea48
AC
51412003-06-07 Andrew Cagney <cagney@redhat.com>
5142
5143 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5144 * gdbarch.h, gdbarch.c: Re-generate.
5145 * regcache.c: Update comments on read_pc et.al.
5146 (generic_target_read_pc): Delete function.
5147 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5148 * inferior.h (generic_target_read_pc): Delete declaration.
5149 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5150 generic_target_read_pc.
5151 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5152 * sh-tdep.c (sh_gdbarch_init): Ditto.
5153 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5154 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 5155
9a90a780
AC
51562003-06-07 Andrew Cagney <cagney@redhat.com>
5157
5158 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5159 "index" with "special_local_sect". Use strcmp instead of STREQ.
5160 Append period to coments.
5161
a39a16c4
MM
51622003-06-06 Mark Mitchell <mark@codesourcery.com>
5163
5164 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5165 (elfstab_offset_sections): Likewise.
5166 * gdb-stabs.h (stab_section_info): Likewise.
5167 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5168 * objfiles.c (objfile_relocate): Likewise.
5169 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5170 * remote.c (get_offsets): Likewise.
5171 (remote_cisco_objfile_relocate): Likewise.
5172 * somread.c (som_symfile_offsets): Likewise.
5173 * symfile.c (alloc_section_addr_info): New function.
5174 (build_section_addr_info_from_section_tab): Use it.
5175 (free_section_addr_info): Adjust.
5176 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5177 (syms_from_objfile): Allocate local_addr dynamically.
5178 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5179 dynamically.
5180 (add_symbol_file_command): Allocate sect_opts dynamically.
5181 (reread_symbols): Avoid use of SECT_OFF_MAX.
5182 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5183 (alloc_section_addr_info): Declare it.
5184 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5185 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5186 dynamically.
5187 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 5188
20c6c2f8
AC
51892003-06-06 Andrew Cagney <cagney@redhat.com>
5190
5191 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5192 (d10v_frame_unwind_cache): Do not set "return_pc".
5193
884a26c8
MS
51942003-06-06 Michael Snyder <msnyder@redhat.com>
5195
5196 * h8300-tdep.c: Make tidy (long lines).
5197
088ce440
ML
51982003-06-06 Michal Ludvig <mludvig@suse.cz>
5199
8ffd9b1b 5200 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
5201 to regcache_collect().
5202
7d773d96
JB
52032003-06-05 J. Brobecker <brobecker@gnat.com>
5204
5205 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5206 pc_in_sigtramp multiarch method.
5207 (hppa_hpux_som_init_abi): Use it.
5208 (hppa_hpux_elf_init_abi): Likewise.
5209 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5210 macro has been multiarched.
5211 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5212 macro here, as hppa64 isn't multiarched yet.
5213
1df6926e
AC
52142003-06-05 Andrew Cagney <cagney@redhat.com>
5215
5216 * Makefile.in (value_h): Add $(frame_h).
5217 * value.h: Include "frame.h".
5218 (struct value): Replace "frame_addr" with "frame_id".
5219 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5220 * values.c (allocate_value): Use VALUE_FRAME_ID.
5221 (value_copy): Use VALUE_FRAME_ID.
5222 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5223 * valops.c (value_assign): Update. Use frame_find_by_id.
5224
6b53acc6
ML
52252003-06-05 Michal Ludvig <mludvig@suse.cz>
5226
5227 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5228 in each pass.
5229
4d9850d3
JJ
52302003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5231
5232 * thread-db.c (check_event): For create/death event breakpoints,
5233 loop through all messages to ensure that we read the message
5234 corresponding to the breakpoint we are at.
5235
8efca6ba
MS
52362003-06-04 Michael Snyder <msnyder@redhat.com>
5237
5238 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5239
0912c7f2
MK
52402003-06-04 Mark Kettenis <kettenis@gnu.org>
5241
5242 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5243 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5244 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5245 when handling .eh_frame sections.
5246
4e370325
JB
52472003-06-04 J. Brobecker <brobecker@gnat.com>
5248
5249 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5250 prepare_to_proceed procedure instead of the hppa-specific one.
5251 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5252
b757528f 52532003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 5254
b757528f
JJ
5255 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5256 * config.in: Regenerated.
5257 * configure.in: Add test for syscall function and check for
5258 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5259 * configure: Regenerated.
5260 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5261 <sys/syscall.h>.
5262 (kill_lwp): New function that uses tkill syscall or
5263 uses kill, depending on whether threading model is nptl or not.
5264 All callers of kill() changed to use kill_lwp().
5265 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5266 see if all threads have already exited in the nptl model.
5267 (stop_and_resume_callback): New callback function used by the
5268 lin_lwp_wait thread exit handling code.
5269 (stop_wait_callback): Check for threads already having exited and
5270 delete such threads fromt the lwp list when discovered.
5271 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 5272
b757528f
JJ
5273 Roland McGrath <roland@redhat.com>
5274 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5275 nptl libthread_db.
5276
087779b1
RH
52772003-06-03 Richard Henderson <rth@redhat.com>
5278
b21fd293
RH
5279 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5280 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5281 (alpha_sigtramp_frame_prev_register): Likewise.
5282 (alpha_heuristic_frame_prev_register): Likewise.
5283 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5284
8ffd9b1b 5285 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
5286 alpha-specific register id names.
5287 (alpha_mdebug_frame_unwind_cache): Likewise.
5288 (alpha_mdebug_frame_prev_register): Likewise.
5289
baa490c4
RH
52902003-06-03 Richard Henderson <rth@redhat.com>
5291
5292 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5293 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5294 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5295 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5296 unwind routines.
5297 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5298 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5299 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5300
5301 * alpha-linux-tdep.c: Remove unnecessary includes.
5302 * Makefile.in (alpha-linux-tdep.o): Update.
5303
53042003-06-03 Richard Henderson <rth@redhat.com>
5305
5306 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5307 (alphabsd_fill_fpreg): Likewise.
5308
f534e522
JB
53092003-06-03 J. Brobecker <brobecker@gnat.com>
5310
5311 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5312 references to struct frame_info fields by calls to the equivalent
5313 accessors. Necessary now that frame_info is opaque.
5314
4035536b
JB
53152003-06-03 J. Brobecker <brobecker@gnat.com>
5316
5317 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5318 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5319 structure, field no longer exists.
5320
0bd79c5c
JB
53212003-06-03 J. Brobecker <brobecker@gnat.com>
5322
5323 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5324 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5325
37bb6d9f
JB
53262003-06-03 J. Brobecker <brobecker@gnat.com>
5327
5328 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5329 references to struct frame_info fields by calls to the equivalent
5330 accessors. Necessary now that frame_info is opaque.
5331
852ee05c
JB
53322003-06-03 J. Brobecker <brobecker@gnat.com>
5333
5334 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5335 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5336 structure, field no longer exists.
5337
7d58c67d
TR
53382003-06-03 Theodore A. Roth <troth@openavr.org>
5339
8ffd9b1b 5340 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
5341 accumulation of the size of all registers instead of blindly using
5342 DEPRECATED_REGISTER_BYTES.
5343
0a48e7e8
MS
53442003-06-03 Michael Snyder <msnyder@redhat.com>
5345
5346 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5347 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5348 for h8300sx.
5349
9798ab0d
JB
53502003-06-03 J. Brobecker <brobecker@gnat.com>
5351
5352 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
5353 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5354
00b037e2
AC
53552003-06-03 Andrew Cagney <cagney@redhat.com>
5356
5357 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
5358 (sparc_convert_to_raw): Delete function.
5359 (sparc_gdbarch_init): Do not set register_convert_to_raw or
5360 register_convert_to_virtual.
5361
043b2f77
JJ
53622003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5363
5364 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
5365 layer if not dealing with a statically-linked threaded program.
5366
f43caff8
KW
53672003-06-03 Kris Warkentin <kewarken@qnx.com>
5368
5369 * solib.c (solib_open): Update comment to reflect actual search order.
5370
ae1e7417
AC
53712003-06-03 Andrew Cagney <cagney@redhat.com>
5372
5373 * frame.c (get_frame_memory_signed): New function.
5374 (get_frame_memory, get_frame_memory_unsigned): New function.
5375 (get_frame_arch): New function.
5376 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
5377 (get_frame_memory, get_frame_unsigned_memory): Declare.
5378 * d10v-tdep.c (d10v_frame_unwind_cache): Use
5379 get_frame_memory_unsigned and get_frame_arch.
5380 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
5381
cb123844
RG
53822003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
5383
5384 * MAINTAINERS (write after approval): Add myself.
5385
1bb792e9
JB
53862003-06-03 Jim Blandy <jimb@redhat.com>
5387
5388 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
5389 elements of gregset_t are 64 bits each, but access registers
5390 are still 32 bits, so they're packed two per gregset_t
5391 element. Unpack/pack them properly.
5392
aee8d8ba
DC
53932003-06-02 David Carlton <carlton@bactrian.org>
5394
5395 * linespec.c (find_methods): Break out code into
5396 add_matching_methods and add_constructors.
5397 (add_matching_methods): New.
5398 (add_constructors): Ditto.
5399
bf7488d2
AC
54002003-06-02 Andrew Cagney <cagney@redhat.com>
5401
bf7488d2
AC
5402 * sparc-tdep.c (sparc_print_registers): Delete call to
5403 REGISTER_CONVERTIBLE.
5404 (sparc_gdbarch_init): Do not set register_convertible.
5405 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5406 * frv-tdep.c (frv_gdbarch_init): Ditto.
5407 * cris-tdep.c (cris_gdbarch_init): Ditto.
5408
adedef68
EZ
54092003-06-02 Elena Zannoni <ezannoni@redhat.com>
5410
8ffd9b1b 5411 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
5412 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
5413 (syms_from_objfile): Ditto.
5414
650fcc91
AS
54152003-06-03 Andreas Schwab <schwab@suse.de>
5416
5417 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
5418 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
5419
df4a182b
RH
54202003-06-02 Richard Henderson <rth@redhat.com>
5421
5422 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
5423 a member of all_reggroup.
5424
c483c494
RH
54252003-06-02 Richard Henderson <rth@redhat.com>
5426
5427 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
5428 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
5429 (alpha_lds, alpha_sts): New.
5430 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 5431 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
5432 restructure and fail for type sizes other than 4 or 8.
5433 (alpha_value_to_register): Similarly.
5434 (alpha_extract_return_value): Use alpha_sts.
5435 (alpha_store_return_value): Use alpha_lds.
5436 (alpha_gdbarch_init): Update hooks.
5437
b38b6be2
RH
54382003-06-02 Richard Henderson <rth@redhat.com>
5439
5440 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
5441 regnum identifiers.
5442 (alpha_sigtramp_register_address): Likewise.
5443
98a8e1e5
RH
54442003-06-02 Richard Henderson <rth@redhat.com>
5445
5446 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
5447 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
5448 * alpha-tdep.h: Declare them.
5449
5450 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
5451 Remove zerobuf. Don't error on UNIQUE.
5452 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
5453 (ALPHA_REGSET_UNIQUE): Provide default.
5454 (supply_gregset): Use alpha_supply_int_regs.
5455 (fill_gregset): Use alpha_fill_int_regs.
5456 (supply_fpregset): Use alpha_supply_fp_regs.
5457 (fill_fpregset): Use alpha_fill_fp_regs.
5458 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
5459 (alphabsd_supply_reg): Use alpha_supply_int_regs.
5460 (alphabsd_fill_reg): Use alpha_fill_int_regs.
5461 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
5462 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
5463 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
5464
67dfac52
RH
54652003-06-02 Richard Henderson <rth@redhat.com>
5466
f75d70cc
RH
5467 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
5468
67dfac52
RH
5469 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
5470 (alpha_store_return_value): Likewise.
5471
0cf566ec
DC
54722003-06-02 David Carlton <carlton@math.stanford.edu>
5473
5474 * block.c (contained_in): Add 'const' to arguments.
5475 (block_function): Ditto.
5476 * block.h: Update declarations for block_function and
5477 contained_in.
5478
cdef89d0
DC
54792003-06-02 David Carlton <carlton@math.stanford.edu>
5480
5481 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
5482 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
5483 * p-valprint.c (pascal_val_print): Ditto.
5484 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
5485
72667056
RH
54862003-06-02 Richard Henderson <rth@redhat.com>
5487
98a8e1e5
RH
5488 * alpha-tdep.c (alpha_push_dummy_call): Use
5489 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 5490
8ffd9b1b 5491 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
5492 sign-extension of 32-bit values.
5493 (alpha_store_return_value): Similarly.
0ede8eca 5494
98a8e1e5
RH
5495 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
5496 (alpha_extract_return_value): Likewise.
5497 (alpha_store_return_value): Likewise.
7b5e1cb3 5498
98a8e1e5
RH
5499 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
5500 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 5501
98a8e1e5
RH
5502 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
5503 (alpha_extract_struct_value_address): Likewise.
5504 (alpha_store_return_value): Likewise.
5505 (alpha_store_struct_return): Remove.
5506 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 5507
98a8e1e5
RH
5508 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
5509 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
5510 macros where appropriate.
5511 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
5512 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 5513
98a8e1e5
RH
5514 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
5515 for SP, GP; void_func_ptr for PC; non-language-specific types
5516 for all others.
5517 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 5518
6dd77b81
RH
55192003-06-02 Richard Henderson <rth@redhat.com>
5520
5521 * top.h (lim_at_start): Declare.
5522 * main.c (captured_main): Set it.
5523 * top.c (lim_at_start): Define.
5524 (command_loop): Use it instead of &environ.
5525 * event-top.c (command_handler): Likewise.
5526
f4dbdb54
JT
55272003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
5528
5529 * mipsnbsd-tdep.c: Update copyright years.
5530 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
5531
8f285956
RH
55322003-06-01 Richard Henderson <rth@redhat.com>
5533
98a8e1e5
RH
5534 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
5535 (alpha-linux-tdep.o): Update dependencies.
5536 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
5537 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 5538
615967cb
RH
55392003-06-01 Richard Henderson <rth@redhat.com>
5540
98a8e1e5
RH
5541 * alpha-tdep.c (alpha_register_reggroup_p): New.
5542 (alpha_gdbarch_init): Register it.
615967cb 5543
b59661bd
AC
55442003-06-02 Andrew Cagney <cagney@redhat.com>
5545
5546 * dwarfread.c: Eliminate "register"
5547 (decode_die_type): Eliminate assignment within "if".
5548 (struct_type, decode_array_element_type): Ditto.
5549 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
5550 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
5551 (decode_modified_type, completedieinfo): Ditto.
5552 * block.c: Eliminate "register".
5553 (blockvector_for_pc_sect): Eliminate assignment within "if".
5554 * cp-support.h (struct symbol): Opaque declaration.
5555 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
5556
5ef165c2
RH
55572003-06-01 Richard Henderson <rth@redhat.com>
5558
98a8e1e5
RH
5559 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
5560 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 5561
143985b7
AF
55622003-06-01 Adam Fedor <fedor@gnu.org>
5563
5564 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
5565 * gdbarch.[ch]: Regenerate.
5566 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
5567 (hppa_gdbarch_init): Set it in the gdbarch vector.
5568 * i386-tdep.c (i386_fetch_pointer_argument): New
5569 (i386_gdbarch_init): Set it into gdbarch.
5570 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
5571 (rs6000_gdbarch_init): Set it in gdbarch.
5572 * sparc-tdep.c (sparc_fetch_pointer_argument): New
5573 (sparc_gdbarch_init): Set it in gdbarch.
5574
ae0167b9
AC
55752003-06-01 Andrew Cagney <cagney@redhat.com>
5576
7c0b4a20
AC
5577 * defs.h (extract_address): Delete declaration.
5578 * findvar.c (extract_address): Delete function.
5579 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
5580 extract_address with the inline equivalent,
5581 extract_unsigned_integer.
5582 (xstormy16_extract_struct_value_address): Ditto.
5583 (xstormy16_pointer_to_address): Ditto.
5584 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
5585 * v850-tdep.c (v850_push_arguments): Ditto.
5586 (v850_extract_return_value): Ditto.
5587 (v850_extract_struct_value_address): Ditto.
5588 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
5589 (sparcnbsd_get_longjmp_target_64): Ditto.
5590 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
5591 (get_longjmp_target): Ditto.
5592 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
5593 (sh64_extract_struct_value_address): Ditto.
5594 (sh_push_arguments): Ditto.
5595 (sh64_push_arguments): Ditto.
5596 * remote-vxsparc.c (vx_read_register): Ditto.
5597 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
5598 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
5599 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
5600 * mipsv4-nat.c (get_longjmp_target): Ditto.
5601 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
5602 * mips-nat.c (get_longjmp_target): Ditto.
5603 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
5604 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
5605 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
5606 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
5607 * irix5-nat.c (get_longjmp_target): Ditto.
5608 * irix4-nat.c (get_longjmp_target): Ditto.
5609 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
5610 (ia64_push_arguments): Ditto.
5611 * hpux-thread.c (hpux_thread_store_registers): Ditto.
5612 * h8300-tdep.c (h8300_push_arguments): Ditto.
5613 (h8300_store_return_value): Ditto.
5614 (h8300_extract_struct_value_address): Ditto.
5615 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
5616 (frv_push_arguments): Ditto.
5617 * avr-tdep.c (avr_pointer_to_address): Ditto.
5618 (avr_push_arguments): Ditto.
5619 * arm-tdep.c (arm_push_dummy_call): Ditto.
5620 (arm_get_longjmp_target): Ditto.
5621 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
5622 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
5623 (alpha_get_longjmp_target): Ditto.
5624
ae0167b9
AC
5625 * solib-irix.c (extract_mips_address): Inline extract_address,
5626 replacing it with extract_signed_integer.
5627 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
5628 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
5629 (first_link_map_member, open_symbol_file_object): Ditto.
5630 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
5631 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
5632 (LM_NEXT, LM_NAME): Ditto.
5633
44d88583
RH
56342003-06-01 Richard Henderson <rth@redhat.com>
5635
98a8e1e5
RH
5636 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
5637 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
5638 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
5639 (alpha_cannot_store_register): Likewise.
5640 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
5641 * alpha-nat.c (supply_gregset): Likewise.
5642 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 5643
310e9b6a
AC
56442003-06-01 Andrew Cagney <cagney@redhat.com>
5645
5646 * infcall.c (call_function_by_hand): Update comment on
5647 DEPRECATED_DUMMY_WRITE_SP.
5648
5649 * mips-tdep.c (mips_gdbarch_init): Do not set
5650 deprecated_dummy_write_sp.
5651 (mips_eabi_push_dummy_call): Set the SP register.
5652 (mips_o64_push_dummy_call): Set the SP register.
5653 (mips_o32_push_dummy_call): Set the SP register.
5654 (mips_n32n64_push_dummy_call): Set the SP register.
5655
5ab84872
RH
56562003-06-01 Richard Henderson <rth@redhat.com>
5657
98a8e1e5
RH
5658 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
5659 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
5660 (supply_gregset): Likewise.
5661 * alpha-tdep.c (alpha_store_return_value): Likewise.
5662 (alpha_get_longjmp_target): Likewise.
5663 (alpha_register_name): Constify array.
5664 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
5665 deprecated_register_size, deprecated_register_bytes,
5666 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
5667 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
5668 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 5669
09cc52fd
RH
56702003-06-01 Richard Henderson <rth@redhat.com>
5671
5672 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
5673 from arg_reg_buffer to regcache to avoid double conversion.
5674
c7f16359
MK
56752003-06-01 Mark Kettenis <kettenis@gnu.org>
5676
5677 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
5678 SP_REGNUM.
5679 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
5680 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
5681
7131cb6e
RH
56822003-06-01 Richard Henderson <rth@redhat.com>
5683
98a8e1e5
RH
5684 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
5685 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 5686
f3e0f90b
RH
56872003-06-01 Richard Henderson <rth@redhat.com>
5688
98a8e1e5
RH
5689 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
5690 not overlapping PC_REGNUM.
f3e0f90b 5691
c88e30c0
RH
56922003-06-01 Richard Henderson <rth@redhat.com>
5693
98a8e1e5
RH
5694 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
5695 alpha_push_arguments. Don't dump argument register data to
5696 the target stack. Fix float and 128-bit long double semantics.
5697 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
5698 (alpha_fix_call_dummy): Remove.
5699 (alpha_call_dummy_words): Remove.
5700 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 5701
f1a559ae
RH
57022003-06-01 Richard Henderson <rth@redhat.com>
5703
5704 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
5705
5e045346
AC
57062003-06-01 Andrew Cagney <cagney@redhat.com>
5707
95404a3e
AC
5708 * mips-tdep.c (is_mips16_addr): New function.
5709 (make_mips16_addr, unmake_mips16_addr): New functions.
5710 (pc_is_mips16, mips_fetch_instruction): Use.
5711 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
5712 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
5713 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
5714 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
5715 TARGET_MIPS.
5716 * config/mips/tm-mips.h: Update copyright.
5717 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
5718 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
5719 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
5720 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
5721 (TM_PRINT_INSN_MACH): Delete.
5722 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
5723
5e045346
AC
5724 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
5725 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
5726 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
5727 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
5728 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
5729 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
5730 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
5731 mips*-*-riscos* and mips*-*-sysv* onto mips.
5732 * config/mips/mips64.mt: New file.
5733 * config/mips/mips.mt: New file.
5734 * config/mips/littlemips.mt: Delete file.
5735 * config/mips/decstation.mt: Delete file.
5736 * config/mips/vr4300el.mt: Delete file.
5737 * config/mips/vr5000el.mt: Delete file.
5738 * config/mips/vr5000.mt: Delete file.
5739 * config/mips/vr4100.mt: Delete file.
5740 * config/mips/vr4xxxel.mt: Delete file.
5741 * config/mips/vr4300.mt: Delete file.
5742 * config/mips/vr4xxx.mt: Delete file.
5743 * config/mips/bigmips.mt: Delete file.
5744 * config/mips/bigmips64.mt: Delete file.
5745 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
5746 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
5747 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
5748 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
5749 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
5750 "tm-bigmips.h".
5751 * config/mips/tm-irix3.h: Ditto.
5752 * config/mips/tm-mipsv4.h: Ditto.
5753 * config/mips/tm-embed.h: Ditto.
5754 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
5755 "tm-bigmips64.h".
5756 * config/mips/tm-vr5000el.h: Delete file.
5757 * config/mips/tm-tx39l.h: Delete file.
5758 * config/mips/tm-vr4300el.h: Delete file.
5759 * config/mips/tm-vr4xxxel.h: Delete file.
5760 * config/mips/tm-vr4300.h: Delete file.
5761 * config/mips/tm-vr4100.h: Delete file.
5762 * config/mips/tm-vr4xxx.h: Delete file.
5763 * config/mips/tm-vr5000.h: Delete file.
5764 * config/mips/tm-embedl64.h: Delete file.
5765 * config/mips/tm-embedl.h: Delete file.
5766 * config/mips/tm-embed64.h: Delete file.
5767 * config/mips/tm-bigmips64.h: Delete file.
5768 * config/mips/tm-bigmips.h: Delete file.
5769
2473a4a9
MK
57702003-06-01 Mark Kettenis <kettenis@gnu.org>
5771
97a5b208
MK
5772 Fix gdb/1216.
5773 * shnbsd-nat.c: Include "sh-tdep.h".
5774
2473a4a9
MK
5775 From Richard Henderson <rth@redhat.com>:
5776 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
5777
e0f7ec59
AC
57782003-05-31 Andrew Cagney <cagney@redhat.com>
5779
5780 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
5781 forward declaration.
5782 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
5783 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
5784 (mips_find_saved_regs): Use set_reg_offset.
5785 (mips_frame_init_saved_regs): Delete function.
5786 (mips_pop_frame): Call mips_find_saved_regs instead of
5787 DEPRECATED_FRAME_INIT_SAVED_REGS.
5788
68dcc709
AC
57892003-05-31 Andrew Cagney <cagney@redhat.com>
5790
5791 * mips-tdep.c (mips_gdbarch_init): Do not set
5792 deprecated_max_register_raw_size, register_virtual_size, and
5793 deprecated_max_register_virtual_size.
5794
cfc14b3a
MK
57952003-05-31 Mark Kettenis <kettenis@gnu.org>
5796
6405b0a6
MK
5797 * i386-tdep.c: Include "dwarf2-frame.h".
5798 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
5799 * Makefile.in (i386-tdep.o): Update dependencies.
5800
cfc14b3a
MK
5801 * dwarf2-frame.c, dwarf2-frame.h: New files.
5802 * Makefile.in (SFILES): Add dwarf2-frame.c.
5803 (dwarf2_frame_h): Define.
5804 (COMMON_OBS): Add dwarf2-frame.o.
5805 (dwarf2-frame.o): Add dependencies.
5806
6a2751d2
AJ
58072003-05-31 Andreas Jaeger <aj@suse.de>
5808
5809 * x86-64-linux-nat.c: Fix comment.
5810
1c3545ae
MK
58112003-05-31 Mark Kettenis <kettenis@gnu.org>
5812
10f93086
MK
5813 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
5814 function signature.
5815
1c3545ae
MK
5816 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
5817 have a sigcontext_addr handler.
5818 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
5819 sigcontext_addr handler.
5820
e11c53d2
AC
58212003-05-31 Andrew Cagney <cagney@redhat.com>
5822
5823 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
5824 (print_fp_register_row): Replace do_fp_register_row.
5825 (mips_print_fp_register): Add "file" and "frame" parameters.
5826 (mips_print_register): Add "file" and "frame" parameters.
5827 (mips_print_registers_info): Replace mips_do_registers_info.
5828 (mips_gdbarch_init): Set print_registers_info instead of
5829 deprecated_do_registers_info.
5830 (mips_read_fp_register_single): Add "frame" parameter.
5831 (mips_read_fp_register_double): Add "frame" parameter.
5832
a3386186
MK
58332003-05-31 Mark Kettenis <kettenis@gnu.org>
5834
70913449
MK
5835 * i386-tdep.c (i386_register_name): Check for MMX registers first.
5836 Fixes a bug where GDB would print the wrong register names for
5837 targets without SSE.
5838
2b5e0749
MK
5839 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
5840 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
5841 registers.
5842
5843 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
5844 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
5845 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
5846 TDEP->sc_sp_offset.
5847
a3386186
MK
5848 From Michal Ludvig <mludvig@suse.cz>:
5849 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
5850 and `sc_num_regs'.
5851 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
5852 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
5853 I386_ST0_REGNUM): Move here from...
5854 * i386-tdep.c: ... here.
5855 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
5856 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
5857 registers if possible.
5858 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
5859 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
5860 Remove variables.
5861 (i386bsd_sc_reg_offset): New variable.
5862 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
5863 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
5864 TDEP->sc_sp_offset.
5865 (i386fbsd_sc_reg_offset): New variable.
5866 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
5867 TDEP->sc_num_regs.
5868 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
5869 variables.
5870 (i386fbsd4_sc_reg_offset): New variable.
5871 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
5872 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
5873 TDEP->sc_sp_offset.
5874 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
5875 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
5876 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
5877 Remove variables.
5878 (i386nbsd_sc_reg_offset): New variable.
5879 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
5880 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
5881 TDEP->sc_sp_offset.
5882 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
5883 Remove variables.
5884 (i386obsd_sc_reg_offset): New variable.
5885 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
5886 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
5887 TDEP->sc_sp_offset.
5888 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
5889 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
5890 for frame pointer offset in `struct sigcontext'.
5891
25ab4790
AC
58922003-05-31 Andrew Cagney <cagney@redhat.com>
5893
5894 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
5895 architecture methods call_dummy_words, sizeof_call_dummy_words,
5896 push_return_address, store_struct_return, and fix_call_dummy. Set
5897 push_dummy_call instead of deprecated_push_arguments.
5898 (mips_store_struct_return): Delete function.
5899 (mips_fix_call_dummy): Delete function.
5900 (mips_push_return_address): Delete function.
5901 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
5902 RA_REGNUM and T9_REGNUM.
5903 (mips_n32n64_push_dummy_call): Ditto for
5904 mips_n32n64_push_arguments.
5905 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
5906 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
5907
6a65450a
AC
59082003-05-31 Andrew Cagney <cagney@redhat.com>
5909
5910 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
5911 "dummy_addr" to "bp_addr".
5912 * infcall.c (call_function_by_hand): Pass "funaddr" to
5913 gdbarch_push_dummy_call.
5914 * gdbarch.h, gdbarch.c: Re-generate.
5915 * i386-tdep.c (i386_push_dummy_call): Update.
5916 * arm-tdep.c (arm_push_dummy_call): Update.
5917 * d10v-tdep.c (d10v_push_dummy_call): Update.
5918
c4f35dd8
MK
59192003-05-31 Mark Kettenis <kettenis@gnu.org>
5920
5921 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
5922 variable declarations.
5923 (x86_64_register_number, x86_64_register_name): Remove prototypes.
5924 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
5925 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
5926 x86_64_init_frame_pc, x86_64_init_frame_pc,
5927 x86_64_function_has_prologue): Remove prototypes.
5928 (X86_64_NUM_GREGS): New define.
5929 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
5930 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
5931 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
5932 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
5933 XMM1_REGNUM): Remove defines.
5934 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
5935 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
5936 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
5937 X86_64_XMM1_REGNUM): New defines.
5938 (struct x86_64_register_info): Renamed from `struct
5939 register_info'. Remove `size' member.
5940 (x86_64_register_info_table): Remove variable.
5941 (x86_64_register_info): New variable.
5942 (X86_64_NUM_REGS): New define.
5943 (X86_64_NUM_GREGS): Remove define.
5944 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
5945 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
5946 Remove variables.
5947 (x86_54_dwarf2_reg_to_regnum): Remove function.
5948 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
5949 (x86_64_dwarf_reg_to_regnum): New function.
5950 (x86_64_register_name): Rewrite.
5951 (x86_64_register_raw_size): Remove function.
5952 (x86_64_register_byte_table): Remove variable.
5953 (x86_64_register_byte): Remove function.
5954 (x86_64_register_virtual_type): Remove function.
5955 (x86_64_register_type): New function.
5956 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
5957 x86_64_register_convert_to_raw): Remove functions.
5958 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
5959 (x86_64_use_struct_convention): Make static. Adjust for renamed
5960 defines.
5961 (x86_64_frame_init_saved_regs): Remove function.
5962 (x86_64_push_arguments): Make static. Change to accept a regcache
5963 as argument.
5964 (x86_64_store_return_value, x86_64_extract_return_value): Make
5965 static. Rewrite based on i386 counterparts.
5966 (x86_64_push_dummy_call): New function.
5967 (X86_64_NUM_SAVED_REGS): New define.
5968 (x86_64_register_number): Remove function.
5969 (x86_64_store_struct_return): Remove function.
5970 (x86_64_frameless_function_invocation,
5971 x86_64_function_has_prologue): Remove functions.
5972 (PROLOG_BUFSIZE): Remove define.
5973 (struct x86_64_frame_cache): New structure.
5974 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
5975 x86_64_frame_cache, x86_64_frame_this_id,
5976 x86_64_frame_prev_register, x86_64_frame_p,
5977 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
5978 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
5979 functions.
5980 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
5981 variables.
5982 (x86_64_skip_prologue): Rewrite in terms of
5983 x86_64_analyze_prologue.
5984 (x86_64_frame_base_address): New function.
5985 (x86_64_frame_base): New variable.
5986 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
5987 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
5988 set deprecated_fp_regnum, deprecated_register_size,
5989 deprecated_register_bytes, register_raw_size, register_byte,
5990 register_virtual_type, register_convertiable,
5991 register_convert_to_virtual, convert_to_raw,
5992 deprecated_get_saved_register, deprecated_target_read_fp,
5993 deprecated_push_arguments, deprecated_push_return_address,
5994 deprecated_pop_frame, deprecated_store_struct_return,
5995 deprecated_frame_init_saved_regs, deprecated_frame_chain,
5996 frameless_function_invocation, deprecated_frame_saved_pc,
5997 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
5998 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
5999 deprecated_init_frame_pc and virtual_frame_pointer. Call
6000 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6001 and x86_64_frame_p. Call frame_base_set_default to register
6002 x86_64_frame_base.
6003 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6004 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6005 (_initialize_x86_64_tdep): Remove function.
6006 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6007 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6008 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6009 define.
6010 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6011 (x86_64_linux_sigcontext_addr): Rewrite.
6012 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6013 x86_64_linux_frame_saved_pc): Remove functions.
6014 (x86_64_linux_pc_in_sigtramp): Renamed from
6015 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6016 trampoline.
6017 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6018 Remove_functions.
6019 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6020 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6021 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6022 (x86_64_regmap): Rename to regmap.
6023 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6024 x86_64_num_gregs.
6025 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6026 x86_64_regmap.
6027 (x86_64_fxsave_offset): Remove function.
6028 (supply_fpregset): Simply call x86_64_supply_fxsave.
6029 (fill_fpregset): Simply call x86_64_fill_fxsave.
6030 (fetch_inferior_registers, store_inferior_registers): Avoid
6031 asignment in if-statement.
6032 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6033 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6034 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6035 (fetch_core_registers): Remove function.
6036 (linux_elf_core_fns): Remove.
6037 (offsetoff): Don't define.
6038 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6039 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6040 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6041 add core-regset.o.
6042 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6043 protection against multiple includes instead of NM_X86_64_h. Add
6044 various comments. Include "config/nm-linux.h". Don't include
6045 <signal.h>.
6046 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6047 GET_THREAD_SIGNALS): Remove defines.
6048 (x86_64_register_u_addr, kernel_u_size,
6049 lin_thread_get_thread_signals): Remove prototypes.
6050 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6051 [HAVE_LINK_H]: Don't include "solib.h".
6052 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6053 * config/i386/tm-x86-64linux.h: Fix comments.
6054 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6055 x86-64-tdep.o): Update dependencies.
6056
c25083af
AC
60572003-05-30 Andrew Cagney <cagney@redhat.com>
6058
c8f55a7b
AC
6059 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6060 Change parameter type to a "struct regcache *".
6061
c25083af
AC
6062 * gdbarch.sh: Regardless of the multi-arch level, always define
6063 the macro when not already defined.
6064 * gdbarch.h, gdbarch.c: Re-generate.
6065
fbe586ae
RH
60662003-05-30 Richard Henderson <rth@redhat.com>
6067
6068 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6069 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6070 (alpha_mdebug_frame_this_id): Likewise.
6071 (alpha_mdebug_frame_prev_register): Likewise.
6072 (alpha_mdebug_frame_base_address): Likewise.
6073 (alpha_mdebug_frame_locals_address): Likewise.
6074 (alpha_mdebug_frame_args_address): Likewise.
6075 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6076 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6077 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6078 loop increment.
6079 (alpha_heuristic_frame_this_id): Make static.
6080 (alpha_heuristic_frame_prev_register): Likewise.
6081 (alpha_heuristic_frame_base_address): Likewise.
6082 * alpha-tdep.h: Update.
6083
acd5c798
MK
60842003-05-30 Mark Kettenis <kettenis@gnu.org>
6085
6086 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6087 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6088 defenitions.
6089 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6090 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6091 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6092 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6093 I386_ST0_REGNUM): New defines.
6094 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6095 codestream_get): Remove define.
6096 (codestream_next_addr, condestream_addr, condestream_buf,
6097 codestream_off, codestream_cnt): Remove variables.
6098 (codestream_fill, codestream_seek, codestream_read): Remove
6099 functions.
6100 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6101 functionality.
6102 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6103 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6104 i386_frame_saved_pc, i386_saved_pc_after_call,
6105 i386_frame_num_args, i386_frame_init_saved_regs,
6106 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6107 i386_push_arguments): Remove functions.
6108 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6109 functionality. Use i386_analyze_prologue instead of
6110 i386_get_frame_setup.
6111 (I386_NUM_SAVED_REGS): New define.
6112 (struct i386_frame_cache): New structure.
6113 (i386_alloc_frame_cache, i386_analyze_struct_return,
6114 i386_skip_probe, i386_analyze_frame_setup,
6115 i386_analyze_register_saves, i386_analyze_prologue,
6116 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6117 i386_frame_prev_register, i386_sigtramp_frame_cache,
6118 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6119 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6120 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6121 New functions.
6122 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6123 New variables.
6124 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6125 I386_EAX_REGNUM and I386_EDX_REGNUM.
6126 (i386_extract_return_value, i386_store_return_value): Use
6127 I386_ST0_REGNUM where appropriate.
6128 (i386_extract_struct_value_address): Rewrite to use extract_address.
6129 (i386_svr4_pc_in_sigtramp): Add comment.
6130 (i386_svr4_sigcontext_addr): Rewrite.
6131 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6132 TDEP->sc_sp_offset.
6133 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6134 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6135 of new defines. Set push_dummy_call, don't set
6136 deprecated_push_arguments, deprecated_push_return_address,
6137 deprecated_pop_frame. Don't set parm_boundary. Don't set
6138 deprecated_frame_chain, deprecated_frame_saved_pc,
6139 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6140 save_dummy_frame_tos, unwind_pc. Call
6141 frame_unwind_append_predicate and frame_base_set_default. Don't
6142 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6143 Don't set frameless_function_invocation. Don't set
6144 deprecated_register_bytes, deprecated_register_size,
6145 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6146 * i386-linux-tdep.c: Fix formatting in some comments.
6147 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6148 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6149 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6150 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6151 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6152 redundant parentheses.
6153 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6154 (i386_linux_sigcontext_addr): Use it. Rewrite.
6155 (find_minsym_and_objfile): Change name of second argument.
6156 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6157 changed. Use frame_pc_unwind instead of
6158 DEPRECATED_SAVED_PC_AFTER_CALL.
6159 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6160 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6161 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6162 unwinder.
6163 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6164 "dummy-frame.h".
6165 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6166 (_initialize_i386_cygwin_tdep): New prototype.
6167 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6168 deprecated_frame_chain_valid.
6169 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6170 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6171 Rely on the SVR4 defaults.
6172 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6173 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6174
c89b70f1
AC
61752003-05-30 Andrew Cagney <cagney@redhat.com>
6176
6177 * infcall.c (call_function_by_hand): Always call
6178 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6179
85b32d22
RH
61802003-05-30 Richard Henderson <rth@redhat.com>
6181
c89b70f1
AC
6182 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6183 increment.
85b32d22 6184
bfe51b1e
JB
61852003-05-29 Jim Blandy <jimb@redhat.com>
6186
6187 Use gdbarch methods for solib stuff on PowerPC Linux.
6188 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6189 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6190 show through.
6191 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6192 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6193 giving the same effect as the #definitions above.
6194
1abf022c
AF
61952003-05-29 Adam Fedor <fedor@gnu.org>
6196
6197 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6198 (find_implementation_from_class): Replace it with the standard
6199 case i.e. do nothing.
6200
d2427a71
RH
62012003-05-29 Richard Henderson <rth@redhat.com>
6202
6203 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6204 (alpha_linux_sigtramp_offset): Use it. Make static.
6205 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6206 update for new frame model.
6207 * alpha-mdebug-tdep.c: New file.
6208 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6209 (alpha_osf1_init_abi): Install it.
6210 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6211 (linked_proc_desc_table): Remove.
6212 (alpha_frame_past_sigtramp_frame): Remove.
6213 (alpha_dynamic_sigtramp_offset): Remove.
6214 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6215 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6216 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6217 (push_sigtramp_desc): Remove.
6218 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6219 (alpha_cannot_store_register): Likewise.
6220 (alpha_sigcontext_addr): Remove.
6221 (alpha_find_saved_regs): Remove.
6222 (alpha_frame_init_saved_regs): Remove.
6223 (alpha_init_frame_pc_first): Remove.
6224 (read_next_frame_reg): Remove.
6225 (alpha_frame_saved_pc): Remove.
6226 (alpha_saved_pc_after_call): Remove.
6227 (temp_proc_desc, temp_saved_regs): Remove.
6228 (alpha_about_to_return): Remove.
6229 (cached_proc_desc): Remove.
6230 (alpha_frame_chain): Remove.
6231 (alpha_print_extra_frame_info): Remove.
6232 (alpha_init_extra_frame_info): Remove.
6233 (alpha_frame_locals_address): Remove.
6234 (alpha_frame_args_address): Remove.
6235 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6236 (alpha_push_dummy_frame): Remove.
6237 (alpha_pop_frame): Remove.
6238 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6239 (alpha_read_insn): New.
6240 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6241 for different insn encodings.
6242 (alpha_in_lenient_prologue): Remove.
6243 (struct alpha_sigtramp_unwind_cache): New.
6244 (alpha_sigtramp_frame_unwind_cache): New.
6245 (alpha_sigtramp_register_address): New.
6246 (alpha_sigtramp_frame_this_id): New.
6247 (alpha_sigtramp_frame_prev_register): New.
6248 (alpha_sigtramp_frame_unwind): New.
6249 (alpha_sigtramp_frame_p): New.
6250 (struct alpha_heuristic_unwind_cache): New.
6251 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6252 don't count nop insns that occur between functions.
6253 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6254 heuristic_proc_desc, but without the mdebug wrapping.
6255 (alpha_heuristic_frame_this_id): New.
6256 (alpha_heuristic_frame_prev_register): New.
6257 (alpha_heuristic_frame_unwind): New.
6258 (alpha_heuristic_frame_p): New.
6259 (alpha_heuristic_frame_base_address): New.
6260 (alpha_heuristic_frame_base): New.
6261 (alpha_unwind_dummy_id): New.
6262 (alpha_unwind_pc): New.
6263 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6264 frame related deprecated initializations; install replacements.
6265 (alpha_dump_tdep): Remove.
6266 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6267 (alpha_read_insn, alpha_after_prologue,
6268 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6269 alpha_heuristic_frame_prev_register,
6270 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6271 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6272 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6273 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6274
93ec1121
AC
62752003-05-29 Andrew Cagney <cagney@redhat.com>
6276
6277 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6278 dependant on the availability of ASSERT_FUNCTION.
6279 (ASSERT_FUNCTION): Do not define when there is no function name.
6280
98f08d3d
KB
62812003-05-29 Kevin Buettner <kevinb@redhat.com>
6282
6283 From Jimi X <jimix@watson.ibm.com>:
6284 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6285
0897f59b
JB
62862003-05-28 Jim Blandy <jimb@redhat.com>
6287
6288 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6289 argument to ptrace to int; the system headers should give it the
6290 right type, and pointers don't fit in ints on powerpc64-*-*.
6291
14898363
L
62922003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6293
6294 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6295 DW_TAG_catch_block.
6296
a7a48797
EZ
62972003-05-26 Elena Zannoni <ezannoni@redhat.com>
6298
6299 * stabsread.c (dbx_lookup_type): Make static.
6300 (read_type): Ditto.
6301 (add_undefined_type): Ditto.
6302 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6303 not export.
6304
f5479e9c
EZ
63052003-05-26 Elena Zannoni <ezannoni@redhat.com>
6306
6307 * hpread.c (hpread_has_name): Make static.
6308 (hpread_psymtab_to_symtab): Ditto.
6309 (file_exists): Ditto.
6310 (hpread_call_pxdb): Ditto.
6311 (hpread_pxdb_needed): Ditto.
6312 (hpread_quick_traverse): Ditto.
6313 (hpread_get_header): Ditto.
6314 (hpread_get_lntt): Ditto.
6315 (hpread_get_slt): Ditto.
6316 (class_of): Ditto.
6317
eb2e12d7
AS
63182003-05-25 Andreas Schwab <schwab@suse.de>
6319
78bf922a
AS
6320 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6321 stack_align and deprecated_extra_stack_alignment_needed.
6322 (m68k_stack_align): Delete.
6323
eb2e12d7
AS
6324 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6325 (m68k_register_virtual_size): Likewise.
6326 (altos_skip_prologue): Remove obsolete function.
6327 (isi_frame_num_args): Likewise.
6328 (news_frame_num_args): Likewise.
6329 (m68k_fix_call_dummy): Make static.
6330 (m68k_push_dummy_frame): Likewise.
6331 (m68k_pop_frame): Likewise.
6332 (m68k_skip_prologue): Likewise.
6333 (m68k_frame_init_saved_regs): Likewise.
6334 (m68k_saved_pc_after_call): Likewise.
6335 (m68k_get_longjmp_target): Make multi-arch.
6336 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6337 structure. Register m68k_get_longjmp_target if enabled.
6338 * m68k-tdep.h (struct gdbarch_tdep): Define.
6339 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6340
6341 * Makefile.in (config.status): Also depend on configure.tgt
6342 and configure.host.
6343 (m68klinux-tdep.o): Update dependencies.
6344 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6345 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6346 (M68K_LINUX_JB_PC): Define.
6347 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6348 and take additional parameter.
6349 (m68k_linux_sigtramp_saved_pc): Update.
6350 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
6351 m68k_linux_pc_in_sigtramp, in_plt_section,
6352 find_solib_trampoline_target.
6353 * config/m68k/tm-linux.h: Don't include any tm headers.
6354 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
6355 (JB_ELEMENT_SIZE): Likewise.
6356 (JB_PC): Likewise.
6357 (GET_LONGJMP_TARGET): Likewise.
6358 (IN_SIGTRAMP): Likewise.
6359 (SVR4_SHARED_LIBS): Define this and include "solib.h".
6360
eb2c22dc
MK
63612003-05-25 Mark Kettenis <kettenis@gnu.org>
6362
6363 * sparc-tdep.c (sparc32_do_push_arguments): New function.
6364 (sparc32_push_arguments): Re-implement by calling
6365 sparc32_do_push_arguments.
6366
44b7b84e
MK
63672003-05-25 Mark Kettenis <kettenis@gnu.org>
6368
6369 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
6370 SPARC_O1_REGNUM): New defines.
6371 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6372 (sparc32_store_return_value): New function.
6373 (sparc_extract_struct_value_address): Rewrite to operate on a
6374 regcache.
6375 (sparc_gdbarch_init): Don't set
6376 deprecated_extract_struct_value_address. Set
6377 extract_struct_value_address instead. Don't set
6378 deprecated_extract_return_value and deprecated_store_return_value
6379 for 32-bit targets. Set extract_return_value and
6380 store_return_value instead.
6381 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
6382 DEPRECTAED_EXTRACT_RETURN_VALUE,
6383 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
6384 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
6385 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
6386 (sparc_store_return_value): Remove prototype.
6387 (sparc32_store_return_value): New prototype.
6388 (sparc32_extract_return_value, sparc_extract_struct_value_address):
6389 Adjust prototypes.
6390
f6ad61e3
MK
63912003-05-24 Mark Kettenis <kettenis@gnu.org>
6392
6393 * sparcnbsd-tdep.c: Include "gdb_string.h".
6394
b276f1bb
AC
63952003-05-23 Andrew Cagney <cagney@redhat.com>
6396
6397 * p-valprint.c (pascal_val_print): Replace extract_address with
6398 the inline equivalent extract_unsigned_integer.
6399 * jv-valprint.c (java_value_print): Ditto.
6400 * ada-valprint.c (ada_val_print_1): Ditto.
6401 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
6402
e76c5fcc
TR
64032003-05-23 Theodore A. Roth <troth@openavr.org>
6404
6405 * blockframe.c (frameless_look_for_prologue): Remove unused
6406 after_prologue variable.
6407
2cdd89cb
MK
64082003-05-23 Mark Kettenis <kettenis@gnu.org>
6409
6410 * blockframe.c (get_pc_function_start): Rewrite to avoid
6411 asignments in if-statements.
6412
182d43bc
EZ
64132003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6414
6415 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 6416 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
6417 files, don't relocate absolute symbols (and do use mst_abs).
6418
e8f3fcdd
AC
64192003-05-23 Andrew Cagney <cagney@redhat.com>
6420
6421 * objc-lang.c: Include "gdb_assert.h".
6422 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
6423 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
6424 (gdb_check, gdb_check_fatal): Delete functions.
6425 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
6426 gdb_assert.
6427 (parse_selector, parse_method, find_methods, find_imps): Ditto.
6428 * Makefile.in (objc-lang.o): Update dependencies.
6429
3c23e6fb
ILT
64302003-05-22 Ian Lance Taylor <ian@airs.com>
6431
6432 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
6433 with fprintf_filtered, not fprintf_unfiltered.
6434
af1342ab
AC
64352003-05-22 Andrew Cagney <cagney@redhat.com>
6436
6437 * stack.c (frame_info): Inline extract_address, replacing it with
6438 extract_unsigned_integer.
6439 * findvar.c (unsigned_pointer_to_address): Ditto.
6440 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
6441 * dwarf2expr.c (dwarf2_read_address): Ditto.
6442 * frame.c (frame_pc_unwind): Update comment.
6443 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
6444
47e242ec
JJ
64452003-05-22 Jeff Johnston <jjohnstn@redhat.com>
6446
6447 * infptrace.c (detach): Call print_sys_errmsg rather than
6448 perror_with_name to issue warning message when errno is non-zero
6449 after calling ptrace detach.
6450
e2ac8128
JB
64512003-05-21 J. Brobecker <brobecker@gnat.com>
6452
6453 * config/pa/tm-hppa.h: Delete some unused macros. Move some
6454 macro definitions from here...
6455 * hppa-tdep.c: ...to there.
6456
92b3541e
KB
64572003-05-20 Kevin Buettner <kevinb@redhat.com>
6458
6459 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
6460 register_ptrace_addr(). Fix all callers.
6461
55809acb
AS
64622003-05-21 Andreas Schwab <schwab@suse.de>
6463
6464 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
6465 dependencies.
6466 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
6467 end.
6468 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
6469 (_initialize_m68k_linux_tdep): New function.
6470 (m68k_linux_frame_saved_pc): Make static.
6471 (m68k_linux_extract_return_value): Likewise.
6472 (m68k_linux_store_return_value): Likewise.
6473 (m68k_linux_extract_struct_value_address): Likewise.
6474 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
6475 Remove.
6476 (DEPRECATED_STORE_RETURN_VALUE): Remove.
6477 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6478 (DEPRECATED_FRAME_SAVED_PC): Remove.
6479
0fbc10f7
KW
64802003-05-20 Kris Warkentin <kewarken@qnx.com>
6481
6482 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
6483 regset numbering rather than our own.
6484
58da2eb2
DC
64852003-05-19 David Carlton <carlton@bactrian.org>
6486
6487 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
6488
1fcb5155
DC
64892003-05-19 David Carlton <carlton@bactrian.org>
6490
6491 Partial fix for PR c++/827.
6492 * cp-support.h: Include symtab.h.
6493 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
6494 * cp-namespace.c: Update contributors.
6495 (cp_lookup_symbol_nonlocal): New.
6496 (lookup_namespace_scope, cp_lookup_symbol_namespace)
6497 (lookup_symbol_file): Ditto.
6498 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
6499 * block.h: Declare block_scope, block_using, block_global_block.
6500 * block.c (block_scope): New.
6501 (block_using, block_global_block): Ditto.
6502 * Makefile.in (cp_support_h): Depend on symtab_h.
6503 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
6504
5f9a71c3
DC
65052003-05-19 David Carlton <carlton@bactrian.org>
6506
6507 * language.h (struct language_defn): Add 'la_value_of_this'
6508 and 'la_lookup_symbol_nonlocal' members.
6509 * symtab.h: Declare basic_lookup_symbol_nonlocal,
6510 lookup_symbol_static, lookup_symbol_global,
6511 lookup_symbol_aux_block.
6512 * symtab.c (lookup_symbol_aux): Call language hooks to determine
6513 if we should search fields of this and how to do static/global
6514 lookup.
6515 (lookup_symbol_aux_block): Make extern.
6516 (basic_lookup_symbol_nonlocal): New.
6517 (lookup_symbol_static, lookup_symbol_global): Ditto.
6518 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
6519 'la_lookup_symbol_nonlocal' members.
6520 * c-lang.c (c_language_defn, cplus_language_defn)
6521 (asm_language_defn, minimal_language_defn): Ditto.
6522 * jv-lang.c (java_language_defn): Ditto.
6523 * language.c (unknown_language_defn, auto_language_defn)
6524 (local_language_defn): Ditto.
6525 * m2-lang.c (m2_language_defn): Ditto.
6526 * objc-lang.c (objc_language_defn): Ditto.
6527 * scm-lang.c (scm_language_defn): Ditto.
6528 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
6529 * p-lang.c (pascal_language_defn): Ditto for both.
6530 * Makefile.in (f-lang.o): Depend on value_h.
6531 (p-lang.o): Ditto.
6532
89a9d1b1
DC
65332003-05-19 David Carlton <carlton@bactrian.org>
6534
6535 * block.h: Declare block_static_block.
6536 * block.c (block_static_block): New.
6537 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
6538 lookup_symbol_aux_local, calling block_static_block instead.
6539 (lookup_symbol_aux_local): Delete 'static_block' argument.
6540
eed3f8ab
DC
65412003-05-19 David Carlton <carlton@bactrian.org>
6542
6543 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
6544
a09d8bda
ML
65452003-05-19 Michal Ludvig <mludvig@suse.cz>
6546
6547 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
6548 register numbers mapping.
6549
69636828
AF
65502003-05-18 Adam Fedor <fedor@gnu.org>
6551
6552 * symtab.c (completion_list_objc_symbol): New function.
6553 (make_symbol_completion_list): Use it to add ObjC symbols
6554 when looking though the list.
6555 (language_search_unquoted_string): New function.
6556 (make_file_symbol_completion_list): Use it.
6557
55baeb84
AS
65582003-05-18 Andreas Schwab <schwab@suse.de>
6559
d0b45d99
AS
6560 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
6561 dependencies.
6562 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
6563 as m68k_linux_extract_return_value.
6564 (DEPRECATED_STORE_RETURN_VALUE): Define as
6565 m68k_linux_store_return_value.
6566 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6567 m68k_linux_extract_struct_value_address.
6568 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
6569 get_next_frame, get_frame_base, get_frame_pc.
6570 (m68k_linux_frame_saved_pc): Use get_frame_base.
6571 (m68k_linux_extract_return_value): New function.
6572 (m68k_linux_store_return_value): New function.
6573 (m68k_linux_extract_struct_value_address): New function.
6574 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
6575
55baeb84
AS
6576 * c-exp.y (typebase): Remove duplicate occurence of
6577 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 6578 of lookup_signed_typename.
55baeb84 6579
b6b08ebf
MK
65802003-05-18 Mark Kettenis <kettenis@gnu.org>
6581
6582 * dwarf2loc.c (find_location_expression): Change type of second
6583 argument to `size_t *'.
6584 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
6585 for size variable.
6586
5ad1c190
DC
65872003-05-18 David Carlton <carlton@bactrian.org>
6588
6589 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
6590 'linkage_name'. Add comment.
6591 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
6592 'linkage_name'.
6593 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
6594 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
6595 (lookup_block_symbol): Ditto.
6596
b8b527c5
AC
65972003-05-16 Andrew Cagney <cagney@redhat.com>
6598
6599 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
6600 * gdbarch.h, gdbarch.c: Re-generate.
6601 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
6602 * TODO (REGISTER_BYTES): Delete reference.
6603 * alpha-tdep.c (alpha_gdbarch_init): Update.
6604 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6605 * x86-64-tdep.c (x86_64_init_abi): Update.
6606 * vax-tdep.c (vax_gdbarch_init): Update.
6607 * v850-tdep.c (v850_gdbarch_init): Update.
6608 * sparc-tdep.c (sparc_gdbarch_init): Update.
6609 * sh-tdep.c (sh_gdbarch_init): Update.
6610 * s390-tdep.c (s390_gdbarch_init): Update.
6611 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6612 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
6613 (ns32k_gdbarch_init_32382): Update.
6614 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6615 * mcore-tdep.c (mcore_gdbarch_init): Update.
6616 * m68k-tdep.c (m68k_gdbarch_init): Update.
6617 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6618 * ia64-tdep.c (ia64_gdbarch_init): Update.
6619 * i386-tdep.c (i386_gdbarch_init): Update.
6620 * i386-linux-tdep.c (i386_linux_init_abi): Update.
6621 * hppa-tdep.c (hppa_gdbarch_init): Update.
6622 * h8300-tdep.c (h8300_gdbarch_init): Update.
6623 * frv-tdep.c (frv_gdbarch_init): Update.
6624 * cris-tdep.c (cris_gdbarch_init): Update.
6625 * avr-tdep.c (avr_gdbarch_init): Update.
6626 * arm-tdep.c (arm_gdbarch_init): Update.
6627 * sparc-tdep.c (sparc_pop_frame): Update.
6628 * rs6000-tdep.c (rs6000_pop_frame): Update.
6629 * remote.c (init_remote_state): Update.
6630 (remote_prepare_to_store): Update.
6631 * remote-vx.c (vx_prepare_to_store): Update.
6632 * remote-sds.c (sds_fetch_registers): Update.
6633 (sds_prepare_to_store): Update.
6634 * remote-array.c: Update.
6635 * regcache.c (init_legacy_regcache_descr): Update.
6636 (init_regcache_descr): Update.
6637 * mips-tdep.c (mips_eabi_extract_return_value): Update.
6638 (mips_o64_extract_return_value): Update.
6639 * irix5-nat.c (fetch_core_registers): Update.
6640 * irix4-nat.c (fetch_core_registers): Update.
6641 * i386-tdep.h: Update.
6642 * hppa-tdep.c (pa_do_registers_info): Update.
6643 (pa_do_strcat_registers_info): Update.
6644 * cris-tdep.c (cris_register_bytes_ok): Update.
6645 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
6646 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
6647 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
6648 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
6649 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
6650 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
6651 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
6652 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
6653 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
6654 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
6655 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
6656 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
6657 (REGISTER_BYTES_OK): Update.
6658 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
6659 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
6660
ee2842e2
ILT
66612003-05-16 Ian Lance Taylor <ian@airs.com>
6662
6663 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
6664 (vax_print_insn, print_insn_arg): Remove static functions.
6665 (vax_gdbarch_init): Call set_gdbarch_print_insn with
6666 print_insn_vax from opcodes library.
6667 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
6668
973177d3
AC
66692003-05-15 Andrew Cagney <cagney@redhat.com>
6670
aaab4dba
AC
6671 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
6672 * target.h (memory_breakpoint_from_pc): Delete declaration.
6673 * mem-break.c (memory_breakpoint_from_pc): Delete function.
6674 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
6675 * monitor.c (monitor_insert_breakpoint): Use
6676 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
6677 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
6678 * gdbarch.h, gdbarch.c: Re-generate.
6679 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
6680 (sparc_gdbarch_init): Set breakpoint_from_pc to
6681 sparc_breakpoint_from_pc.
6682 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
6683 (BREAKPOINT_FROM_PC): Define.
6684 (sparc_breakpoint_from_pc): Declare.
6685 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
6686 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
6687 (BREAKPOINT_FROM_PC): Define.
6688 (BREAKPOINT): Delete macro.
6689 * target.h: Update comment.
6690 * s390-tdep.c (s390_gdbarch_init): Update comments.
6691 * remote.c: Update comments.
6692 * remote-mips.c: Update comments.
6693 * proc-api.c (write_with_trace): Do not check for a breakpoint.
6694 * mem-break.c: Update comment.
6695 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
6696 (ia64_memory_insert_breakpoint): Update.
6697 * config/sparc/tm-sparc.h: Update comment.
6698 * config/pa/tm-hppa64.h: Update comment.
6699 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
6700 (rs6000_breakpoint_from_pc): Update.
6701 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
6702 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
6703 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
6704 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
6705 (mips_breakpoint_from_pc): Update.
6706 (mips_dump_tdep): Update.
6707
e06963ff
AC
6708 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
6709 * minsyms.c (lookup_minimal_symbol): Inline
6710 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
6711
973177d3
AC
6712 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
6713 * p-valprint.c (pascal_object_print_value_fields): Ditto.
6714 * p-lang.c (pascal_printstr): Ditto.
6715 * objc-lang.c (objc_printstr): Ditto.
6716 * m2-lang.c (m2_printstr): Ditto.
6717 * jv-valprint.c (java_print_value_fields): Ditto.
6718 * f-lang.c (f_printstr): Ditto.
6719 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
6720 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
6721 for repeat_count_threshold.
6722 * Makefile.in (cp-valprint.o): Update dependencies.
6723
5ea2bd7f 67242003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 6725
5ea2bd7f
JJ
6726 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
6727 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
6728 they start with mov r2,r12. Support skipping over indirect stores
6729 of the input registers. Upon hitting a non-nop branch instruction
6730 or predicated instruction, bail out by setting lim_pc to the current
6731 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
6732 beyond our calculated value and we have trust_limit set,
6733 use the lim_pc value.
6734
cc8c88f3
AC
67352003-05-15 Andrew Cagney <cagney@redhat.com>
6736
6737 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
6738 generic_find_dummy_frame.
6739 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
6740 (deprecated_generic_find_dummy_frame): Update.
6741 (deprecated_read_register_dummy): Update.
6742 * frame.c (deprecated_generic_get_saved_register): Update.
6743
909cd28e
TR
67442003-05-15 Theodore A. Roth <troth@openavr.org>
6745
6746 * avr-tdep.c (avr_breakpoint_from_pc): New function.
6747 (avr_gdbarch_init): Set breakpoint_from_pc method.
6748
b923b08d
AC
67492003-05-15 Andrew Cagney <cagney@redhat.com>
6750
6751 * regcache.c (build_regcache): Set deprecated_register_valid
6752 directly.
6753 (deprecated_grub_regcache_for_register_valid): Delete function.
6754 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
6755 declaration.
6756
ae2f03ac 67572003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
6758
6759 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
6760 * symtab.c (lookup_symbol_aux): Delete calls to
6761 lookup_symbol_aux_minsyms.
6762 (lookup_symbol_aux_minsyms): Comment out function and
6763 prototype. Delete lookup by mangled name.
ae2f03ac 6764
18ec9831
KB
67652003-05-14 Kevin Buettner <kevinb@redhat.com>
6766
6767 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
6768 correctly indicate an empty stack and ``stack_allocated'' to the
6769 indicate the number of elements initially allocated.
6770 (dwarf_expr_grow_stack): Simplify method for computing new
6771 stack size. Don't loop infinitely if ``stack_len'' is zero.
6772 (execute_stack_op): Move ``ctx->in_reg'' initialization
6773 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
6774 be used in conjuction with DW_OP_piece. Revise error message
6775 accordingly.
6776
de18ac1f
TR
67772003-05-14 Theodore A. Roth <troth@openavr.org>
6778
6779 * MAINTAINERS: Update my email address.
6780 * avr-tdep.c: Ditto.
6781
176620f1
EZ
67822003-05-14 Elena Zannoni <ezannoni@redhat.com>
6783
6784 * symtab.h (enum domain_enum): Rename from namespace_enum.
6785 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
6786 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
6787 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
6788 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
6789 TYPES_NAMESPACE, METHODS_NAMESPACE.
6790 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
6791 (struct symbol, struct partial_symbol): Rename field
6792 'namespace_enum namespace' to 'domain_enum domain'.
6793 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
6794 Delete old define kludge for namespace.
6795
6796 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
6797 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
6798 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
6799 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
6800 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
6801 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
6802 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
6803 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
6804 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
6805 occurrences of the above.
6806
b7f31508
ILT
68072003-05-14 Ian Lance Taylor <ian@airs.com>
6808
6809 * Makefile.in (install-only): Use $(SHELL) when running
6810 mkinstalldirs.
6811
2fdbdd39
ILT
68122003-05-13 Ian Lance Taylor <ian@airs.com>
6813
a208d82c
ILT
6814 * MAINTAINERS (write after approval): Add myself.
6815
2fdbdd39
ILT
6816 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
6817 second and third arguments.
6818 * ser-tcp.c (_initialize_ser_tcp): Likewise.
6819 * ser-unix.c (_initialize_ser_hardwire): Likewise.
6820
fbd9dcd3
AC
68212003-05-13 Andrew Cagney <cagney@redhat.com>
6822
6823 * defs.h (store_address): Delete declaration.
6824 findvar.c (store_address): Delete function.
6825 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
6826 store_unsigned_integer.
6827 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
6828 * v850-tdep.c (v850_push_arguments): Ditto.
6829 * sparc-tdep.c (sparc_get_saved_register): Ditto.
6830 * sh-tdep.c (sh64_get_saved_register): Ditto.
6831 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
6832 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
6833 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
6834 (mips_get_saved_register): Ditto.
6835 * ia64-tdep.c (ia64_get_saved_register): Ditto.
6836 (find_func_descr, ia64_push_arguments): Ditto.
6837 * i386-tdep.c (i386_push_arguments): Ditto.
6838 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
6839 * frv-tdep.c (frv_push_arguments): Ditto.
6840 * frame.c (legacy_saved_regs_prev_register): Ditto.
6841 (deprecated_generic_get_saved_register): Ditto.
6842 * findvar.c (unsigned_address_to_pointer): Ditto.
6843 * dwarf2read.c (dwarf2_const_value): Ditto.
6844 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6845 * alpha-tdep.c (alpha_push_arguments): Ditto.
6846
6760f9e6
JB
68472003-05-12 J. Brobecker <brobecker@gnat.com>
6848
6849 * NEWS: Mention that the hppa-hpux port has been partially
6850 multiarched (32bit ABIT only, so far).
6851
30e221b4
AC
68522003-05-11 Andrew Cagney <cagney@redhat.com>
6853
6854 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
6855 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
6856 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
6857 sim/testsuite/sim/arm/misaligned2.ms, and
6858 sim/testsuite/sim/arm/misaligned3.ms.
6859 * disasm.h (struct ui_file): Add opaque struct declaration.
6860 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
6861 * frame.h (struct ui_file): Ditto.
6862
dea7f9ba
MK
68632003-05-11 Mark Kettenis <kettenis@gnu.org>
6864
6865 * value.h: Pretty print.
6866
01986c48
MK
68672003-05-10 Mark Kettenis <kettenis@gnu.org>
6868
6869 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
6870
123a958e
AC
68712003-05-08 Andrew Cagney <cagney@redhat.com>
6872
6873 * regcache.h (max_register_size): Delete declaration.
6874 * regcache.c (max_register_size): Delete function.
6875 (struct regcache_descr): Delete field "max_register_size".
6876 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
6877 registers fit in MAX_REGISTER_SIZE.
6878 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
6879 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
6880 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
6881 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
6882 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
6883 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
6884 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
6885 * dve3900-rom.c, hppa-tdep.c: Ditto.
6886
eb294659
DC
68872003-05-08 David Carlton <carlton@math.stanford.edu>
6888
6889 * valops.c (push_word): Fix typo.
6890
d9d9c31f
AC
68912003-05-08 Andrew Cagney <cagney@redhat.com>
6892
6893 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
6894 * gdbarch.h: Re-generate.
6895 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
6896 (legacy_max_register_raw_size): Delete declaration.
6897 * regcache.c (legacy_max_register_raw_size): Delete function.
6898 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
6899 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
6900 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
6901 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
6902 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
6903 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
6904 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
6905 * findvar.c, dwarf2cfi.c: Ditto.
6906
22540ece
AC
69072003-05-08 Andrew Cagney <cagney@redhat.com>
6908
6909 * mips-tdep.c (read_signed_register): New function, moved to here
6910 from "regcache.c".
6911 (read_signed_register_pid): Ditto.
6912 * regcache.c (read_signed_register_pid): Delete function, moved to
6913 "mips-tdep.c".
6914 (read_signed_register): Ditto.
6915 * regcache.h (read_signed_register): Delete declaration.
6916 (read_signed_register_pid): Delete declaration.
6917
0c92afe8
AC
69182003-05-08 Andrew Cagney <cagney@redhat.com>
6919
6920 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
6921 * gdbarch.h: Re-generate.
6922 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
6923 (legacy_max_register_virtual_size): Delete declaration.
6924 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
6925 * d10v-tdep.c (d10v_print_registers_info): Ditto.
6926 * tracepoint.c (memrange_sortmerge): Ditto.
6927 * sparc-tdep.c (sparc_print_registers): Ditto.
6928 * regcache.c (legacy_max_register_virtual_size): Delete function.
6929
6037b830
JB
69302002-05-08 J. Brobecker <brobecker@gnat.com>
6931
6932 * fork-child.c (escape_bang_in_quoted_argument): New function.
6933 (fork_inferior): Escape '!' characters in quoted arguments
6934 only when needed.
6935
5d62c8b1
JB
69362003-05-08 J. Brobecker <brobecker@gnat.com>
6937
6938 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
6939 the language of the CU is not currently supported by GDB.
6940
20a0e81d
JB
69412003-05-08 J. Brobecker <brobecker@gnat.com>
6942
6943 * defs.h (language): Add language_minimal enum value.
6944 * c-lang.c (minimal_language_defn): New language definition.
6945 (_initialize_c_language): Add the new minimal language to the list
6946 of languages known to GDB.
6947
710ee10a
KB
69482003-05-08 Kevin Buettner <kevinb@redhat.com>
6949
6950 * frame.c (get_frame_type): Don't attempt to lazily initialize
6951 frame's unwinder for legacy frames.
6952
1750fa04
AC
69532003-05-07 Andrew Cagney <cagney@redhat.com>
6954
6955 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
6956 and "regcache" parameters.
6957 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
6958
ddf9f258 69592003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
6960
6961 * dwarf2read.c (dwarf_decode_lines): Only use output of
6962 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
6963 the current address.
6964
87767c29
AC
69652003-05-07 Andrew Cagney <cagney@redhat.com>
6966
6967 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
6968 code.
6969
5e7b2f39
JB
69702003-05-07 Jim Blandy <jimb@redhat.com>
6971
6972 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
6973 'maint info symtabs' and 'maint info psymtabs'.
6974 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
6975 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
6976 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
6977 Declarations updated.
6978 * maint.c (maintenance_list_command): Delete.
6979 (_initialize_maint_cmds): Update calls to add_cmd.
6980 * gdbcmd.h (maintenancelistlist): Delete declaration.
6981 * cli/cli-cmds.c (maintenancelistlist): Delete.
6982 (init_cmd_lists): Don't initialize it.
6983 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
6984
f6684c31
AC
69852003-05-07 Andrew Cagney <cagney@redhat.com>
6986
6987 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
6988 "regcache".
6989 (d10v_print_registers_info): Update.
6990 (d10v_dmap_register, d10v_imap_register): Delete functions.
6991 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
6992 and "imap_register".
6993 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
6994 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
6995 * arch-utils.c (generic_remote_translate_xfer_address): Add
6996 "regcache" and "gdbarch" parameters.
6997 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
6998 parameter. Change class to multi-arch.
6999 * gdbarch.h, gdbarch.c: Re-generate.
7000 * remote.c (remote_xfer_memory): Use
7001 gdbarch_remote_translate_xfer_address.
8ffd9b1b 7002
e4846b08
JJ
70032003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7004
7005 * infrun.c (prev_pc): Move declaration ahead of proceed().
7006 (proceed): Refresh prev_pc value before resuming.
7007 (stop_stepping): Remove code to refresh prev_pc.
7008
6b71b8ac
KW
70092003-05-06 Kris Warkentin <kewarken@qnx.com>
7010
7011 * nto-tdep.c: Removed stray comment.
7012
47979a4b
KW
70132003-05-06 Kris Warkentin <kewarken@qnx.com>
7014
7015 * i386-nto-tdep.c: Fix old K&R function definitions.
7016 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7017 Also change add_show_from_set() call to add_setshow_cmd().
7018 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7019
00905d52
AC
70202003-05-05 Andrew Cagney <cagney@redhat.com>
7021
7022 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7023 (fprint_dummy_frames): New function.
7024 (maintenance_print_dummy_frames): New function.
7025 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7026 * frame.c (fprint_frame_id): Make global.
7027 * frame.h (fprint_frame_id): Declare.
7028 * Makefile.in (dummy-frame.o): Update dependencies.
7029
b1e29e33
AC
70302003-05-05 Andrew Cagney <cagney@redhat.com>
7031
7032 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7033 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7034 SIZEOF_CALL_DUMMY_WORDS.
7035 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7036 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7037 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7038 CALL_DUMMY_BREAKPOINT_OFFSET.
7039 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7040 CALL_DUMMY_START_OFFSET.
7041 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7042 * gdbarch.h, gdbarch.c: Re-generate.
7043 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7044 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7045 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7046 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7047 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7048 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7049 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7050 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7051 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7052 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7053 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7054 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7055 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7056 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7057 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
7058
70592003-05-05 Kris Warkentin <kewarken@qnx.com>
7060
7061 * configure.tgt: Add i[3456]86-*-nto*.
7062 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7063 * nto-tdep.c: New file. Neutrino target support routines.
7064 * nto-tdep.h: New file. Neutrino target header.
7065 * config/tm-qnxnto.h: New file.
7066 * config/i386/i386nto.mt: New file.
7067 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 7068
0ce3d317
AC
70692003-05-04 Andrew Cagney <cagney@redhat.com>
7070
7071 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7072 (load_infrun_state): Ditto.
7073 (struct thread_info): Drop "prev_func_name" field.
7074 * thread.c (load_infrun_state): Update.
7075 (save_infrun_state): Update.
7076 * infrun.c (prev_func_name): Delete variable.
7077 (init_wait_for_inferior): Do not clear prev_func_name.
7078 (stop_stepping, keep_going, context_switch): Do not swap
7079 prev_func_name.
7080 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7081 instead of PC_IN_SIGTRAMP.
7082
46654a5b
AC
70832003-05-04 Andrew Cagney <cagney@redhat.com>
7084
7085 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7086 REGISTER_BYTE with register_offset_hack.
7087 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7088 that REGISTER_BYTE is consistent with the regcache.
7089 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7090 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 7091
14b08c1b
MK
70922003-05-04 Mark Kettenis <kettenis@gnu.org>
7093
04c8243f
MK
7094 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7095 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7096
14b08c1b
MK
7097 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7098
c7a11e01
JB
70992003-05-03 J. Brobecker <brobecker@gnat.com>
7100
7101 From Thierry Schneider <tpschneider1@yahoo.com>
7102 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7103 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7104 (mi-cmd-symbol.o): Add rule.
7105
7043d8dc
AC
71062003-05-03 Andrew Cagney <cagney@redhat.com>
7107
7108 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7109 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7110 * gdbarch.h, gdbarch.c: Re-generate.
7111 * d10v-tdep.c (d10v_push_dummy_code): New function.
7112 (d10v_gdbarch_init): Set push_dummy_code.
7113 * infcall.c (legacy_push_dummy_code): New function.
7114 (generic_push_dummy_code): New function.
7115 (push_dummy_code): New function.
7116 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7117 instead of dummy_addr, to push_dummy_call. Move call to
7118 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7119 switch.
7120 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7121
92bf2b80
AC
71222003-05-03 Andrew Cagney <cagney@redhat.com>
7123
7124 * disasm.h (print_insn): Declare.
7125 * disasm.c (init_gdb_disassemble_info): New function.
7126 (gdb_disassembly): Call init_gdb_disassemble_info.
7127 (gdb_print_insn): New function.
7128 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7129 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7130 * mcore-tdep.c: Include "disasm.h"
7131 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7132 * d10v-tdep.c: Include "disasm.h".
7133 (display_trace): Call gdb_print_insn, instead of print_insn.
7134 (print_insn): Delete function.
7135 * printcmd.c: Include "disasm.h".
7136 (print_insn): Delete function.
7137 (print_formatted): Call gdb_print_insn, instead of print_insn.
7138 * Makefile.in (printcmd.o): Update dependencies.
7139 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 7140
27d94c49
AC
71412003-05-02 Andrew Cagney <cagney@redhat.com>
7142
82de1e5b
AC
7143 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7144 PC_REGNUM, re-indent.
7145 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7146 PC_REGNUM isn't set.
7147
27d94c49
AC
7148 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7149 * gdbarch.h, gdbarch.c: Re-generate.
7150 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7151 register_virtual_size, pc_regnum, or register_bytes.
7152 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7153 (d10v_register_type): Use D10V_PC_REGNUM.
7154 (d10v_print_registers_info, d10v_read_pc): Ditto.
7155 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7156 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7157
a9c0dc7f
DC
71582003-05-02 David Carlton <carlton@bactrian.org>
7159
7160 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7161 the name with mstrsave.
7162
e33d66ec
EZ
71632003-05-02 Elena Zannoni <ezannoni@redhat.com>
7164
7165 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7166 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7167 (host_charset_name, target_charset_name): New vars for use by
7168 set/show commands.
7169 (host_charset_enum, target_charset_enum): New enums for set/show
7170 commands.
7171 (set_charset_sfunc, set_host_charset_sfunc,
7172 set_target_charset_sfunc): New functions.
7173 (set_host_charset, set_target_charset): Make static.
7174 (list_charsets, set_host_charset_command,
7175 set_target_charset_command): Delete functions.
7176 (show_charset_command): Rewrite as....
7177 (show_charset): Hook this up with the set/show command mechanism.
7178 (_initialize_charset): Change names of charsets to match the
7179 set/show enums. Use host_charset_name and target_charset_name.
7180 Use set/show mechanism for charset, host-charset, target-charset
7181 commands. Do not make 'show host-charset' and 'show
7182 target-charset' be aliases of 'show charset'.
7183
7184 * charset.h (set_host_charset, set_target_charset): Don't export,
7185 they are not used outside the file.
7186
2b6fd0d8
AC
71872003-05-01 Andrew Cagney <cagney@redhat.com>
7188
7189 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7190 (gdb_disassembly): Make "di" non static, always initialize and
7191 cleanup. Always use dis_asm_read_memory.
7192 (gdb_dis_asm_read_memory): Delete function.
7193
6ae2f580
AC
71942003-05-01 Andrew Cagney <cagney@redhat.com>
7195
7196 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7197 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7198
810ecf9f
AC
71992003-04-30 Andrew Cagney <cagney@redhat.com>
7200
7201 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7202 "tm_print_insn_info".
7203 (TARGET_PRINT_INSN_INFO): Delete macro.
7204 (dis_asm_read_memory): Delete function declaration.
7205 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7206 (tm_print_insn_info): Delete variable definition.
7207 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7208 * gdbarch.h, gdbarch.c: Re-generate.
7209 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7210 "deprecated_tm_print_insn_info".
7211 * mcore-tdep.c (mcore_dump_insn): Ditto.
7212 * mips-tdep.c (mips_gdbarch_init): Ditto.
7213 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7214 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7215 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7216 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7217 instead of TARGET_PRINT_INSN_INFO, add comment.
7218 * s390-tdep.c (s390_get_frame_info): Instead of
7219 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7220 (s390_check_function_end, s390_is_sigreturn): Ditto.
7221 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7222 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7223 * disasm.c: Include "gdbcore.h".
7224 (_initialize_disasm): New function, initialize
7225 "deprecated_tm_print_insn_info".
7226 (deprecated_tm_print_insn_info): New variable.
7227 (dis_asm_read_memory): Moved from "corefile.c", made static.
7228 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7229 * Makefile.in (disasm.o): Update dependencies.
7230
07020390
AC
72312003-04-30 Andrew Cagney <cagney@redhat.com>
7232
7233 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7234
a9fa03de
AF
72352003-04-29 Adam Fedor <fedor@gnu.org>
7236
7237 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7238 * infcall.c (find_function_addr): Make non-static.
7239 * infcall.h (find_function_addr): Declare.
7240 * Makefile.in (eval.o): Update dependencies.
7241
1bae87b9
AF
72422003-04-28 Adam Fedor <fedor@gnu.org>
7243
7244 * symtab.c (symbol_find_demangled_name): Check for and demangle
7245 ObjC symbols.
7246 (symbol_init_demangled_name): Init for language_objc as well.
7247
0ba6dca9
AC
72482003-04-28 Andrew Cagney <cagney@redhat.com>
7249
7250 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7251 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7252 * gdbarch.h, gdbarch.c: Re-generate.
7253 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7254 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7255 * inferior.h (deprecated_read_fp): Rename read_fp.
7256 (generic_target_read_fp): Delete declaration.
7257 * regcache.c (generic_target_read_fp): Delete function.
7258 (deprecated_read_fp): Replace read_fp, use
7259 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7260 * d10v-tdep.c (d10v_read_fp): Delete function.
7261 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7262
7263 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7264 deprecated_target_read_fp to generic_target_read_fp.
7265 * sh-tdep.c (sh_gdbarch_init): Ditto.
7266 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7267 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7268 * frv-tdep.c (frv_gdbarch_init): Ditto.
7269
7270 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7271 deprecated_fp_regnum.
7272 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7273 * vax-tdep.c (vax_gdbarch_init): Ditto.
7274 * v850-tdep.c (v850_gdbarch_init): Ditto.
7275 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7276 * sh-tdep.c (sh_gdbarch_init): Ditto.
7277 * s390-tdep.c (s390_gdbarch_init): Ditto.
7278 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7279 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7280 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7281 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7282 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7283 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7284 * i386-tdep.c (i386_gdbarch_init): Ditto.
7285 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7286 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7287 * frv-tdep.c (frv_gdbarch_init): Ditto.
7288 * cris-tdep.c (cris_gdbarch_init): Ditto.
7289 * avr-tdep.c (avr_gdbarch_init): Ditto.
7290 * arm-tdep.c (arm_gdbarch_init): Ditto.
7291 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7292
7293 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7294 * v850-tdep.c (v850_gdbarch_init): Ditto.
7295 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7296 * sh-tdep.c (sh_gdbarch_init): Ditto.
7297 * s390-tdep.c (s390_gdbarch_init): Ditto.
7298 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7299 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7300 * mips-tdep.c (mips_gdbarch_init): Ditto.
7301 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7302 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7303 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7304 * frv-tdep.c (frv_gdbarch_init): Ditto.
7305 * avr-tdep.c (avr_gdbarch_init): Ditto.
7306 * arm-tdep.c (arm_gdbarch_init): Ditto.
7307
7308 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7309 DEPRECATED_FP_REGNUM.
7310 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7311 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7312 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7313 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7314 (sparc32_register_virtual_type): Ditto.
7315 * sh-tdep.c (sh64_frame_chain): Ditto.
7316 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7317 (sh_nofp_frame_init_saved_regs): Ditto.
7318 (sh64_nofp_frame_init_saved_regs): Ditto.
7319 (sh_fp_frame_init_saved_regs): Ditto.
7320 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7321 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7322 * procfs.c (procfs_fetch_registers): Ditto.
7323 (procfs_store_registers): Ditto.
7324 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7325 (store_inferior_registers, fetch_core_registers): Ditto.
7326 (fetch_kcore_registers, clear_regs): Ditto.
7327 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7328 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7329 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7330 * nlm/i386.c (do_status): Ditto.
7331 * mipsv4-nat.c (supply_gregset): Ditto.
7332 * mips-tdep.c: Ditto for comments.
7333 * mips-nat.c (fetch_inferior_registers): Ditto.
7334 (store_inferior_registers, fetch_core_registers): Ditto.
7335 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7336 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7337 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7338 (i386_do_pop_frame, i386_register_type): Ditto.
7339 * hppa-tdep.c (hppa_frame_chain): Ditto.
7340 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7341 (hppa_pop_frame, hppa_read_fp): Ditto.
7342 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7343 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7344 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7345 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7346 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7347 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7348 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
7349 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
7350 * blockframe.c: Ditto for comments.
7351 * arch-utils.h: Ditto for comments.
7352 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
7353 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
7354 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
7355 * alpha-tdep.h: Ditto for comments.
7356 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
7357 (alpha_cannot_store_register): Ditto.
7358 (alpha_push_dummy_frame): Ditto.
7359 * alpha-nat.c (supply_gregset): Ditto.
7360
7361 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
7362 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
7363 * config/sparc/tm-sparc.h: Update comment.
7364
7365 * hppa-tdep.c (hppa_init_extra_frame_info): Use
7366 deprecated_read_fp instead of TARGET_READ_FP.
7367 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
7368 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
7369 * sparc-tdep.c (sparc_init_extra_frame_info): Use
7370 deprecated_read_fp instead of read_fp.
7371 * s390-tdep.c (s390_push_arguments): Ditto.
7372 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7373 * frame.h: Ditto in comments.
7374 * frame.c (legacy_get_prev_frame): Ditto.
7375 * dummy-frame.c (dummy_frame_this_id): Ditto.
7376 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7377
d7a27068
AC
73782003-04-28 Andrew Cagney <cagney@redhat.com>
7379
7380 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
7381 * gdbarch.h, gdbarch.c: Re-generate.
7382 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
7383 * vax-tdep.c (_initialize_vax_tdep): Update.
7384 * v850-tdep.c (_initialize_v850_tdep): Update.
7385 * sparc-tdep.c (_initialize_sparc_tdep): Update.
7386 * s390-tdep.c (_initialize_s390_tdep): Update.
7387 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
7388 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
7389 * mips-tdep.c (_initialize_mips_tdep): Update.
7390 * mcore-tdep.c (_initialize_mcore_tdep): Update.
7391 * m68k-tdep.c (_initialize_m68k_tdep): Update.
7392 * ia64-tdep.c (_initialize_ia64_tdep): Update.
7393 * hppa-tdep.c (_initialize_hppa_tdep): Update.
7394 * h8300-tdep.c (_initialize_h8300_tdep): Update.
7395 * frv-tdep.c (_initialize_frv_tdep): Update.
7396 * cris-tdep.c (cris_delayed_get_disassembler): Update.
7397 (_initialize_cris_tdep): Update.
7398 * arch-utils.c (legacy_print_insn): Update.
7399 * alpha-tdep.c (_initialize_alpha_tdep): Update.
7400
d2630e69
AF
74012003-04-26 Adam Fedor <fedor@gnu.org>
7402
7403 * linespec.c (decode_objc): New function to decode ObjC calls
7404 (decode_line_1): Check for ObjC calls (using decode_objc)
7405 * Makefile (linespec.o): Update dependencies.
7406
3086aeae
DJ
74072003-04-26 Daniel Jacobowitz <drow@mvista.com>
7408
7409 * breakpoint.h (struct breakpoint_ops): New.
7410 (struct breakpoint): Add ops member.
7411
7412 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
7413 (mention): Use new breakpoint ops member.
7414 (set_raw_breakpoint): Initialize ops field to NULL.
7415 (print_exception_catchpoint, print_one_exception_catchpoint)
7416 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
7417 (gnu_v3_exception_catchpoint_ops): New.
7418 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
7419
1fbec6c3
AF
74202003-04-25 Adam Fedor <fedor@gnu.org>
7421
7422 * Makefile.in (COMMON_OBS): Add objc-lang.o
7423
0ef21242
AC
74242003-04-25 Andrew Cagney <cagney@redhat.com>
7425
7426 * d10v-tdep.c (print_insn): Delete function.
7427 (display_trace): Use TARGET_PRINT_INSN.
7428 (_initialize_d10v_tdep): Do not set tm_print_insn.
7429 (d10v_gdbarch_init): Set print_insn.
7430
f75493ed
AC
74312003-04-25 Andrew Cagney <cagney@redhat.com>
7432
7433 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
7434 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
7435 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
7436 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
7437 (nr_dmap_regs, a0_regnum): ... new functions.
7438 (d10v_print_registers_info): Use a0_regnum, use register_size.
7439 (d10v_register_byte): Delete function.
7440 (d10v_register_raw_size): Delete function.
7441 (d10v_register_type): Use a0_regnum.
7442 (d10v_print_registers_info): Use a0_regnum.
7443 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
7444 (d10v_gdbarch_init): Do not set register_byte or
7445 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
7446 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
7447 extract_address.
7448 (trace_command): Use XCALLOC.
7449 (print_insn): Delete reference to tm_print_insn.
7450 (saved_regs_unwinder): Use store_unsigned_integer instead of
7451 store_address.
7452 * frame.h (FRAME_OBSTACK_CALLOC): Define
7453
2202b100
DC
74542003-04-25 David Carlton <carlton@bactrian.org>
7455
7456 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
7457
4e45ca2e
AF
74582003-04-24 Adam Fedor <fedor@gnu.org>
7459
7460 * objc-lang.c: Include "valprint.h"
7461 * Makefile.in (objc-lang.o): Update dependencies.
7462
93de3e7f
AF
74632003-04-24 Adam Fedor <fedor@gnu.org>
7464
8ffd9b1b 7465 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
7466 architecture dependant compilation and mark as unimplemented
7467 (until they get put in the gdbarch vector).
7468
0f20eeea
DC
74692003-04-23 David Carlton <carlton@bactrian.org>
7470
7471 * cp-support.c (cp_find_first_component): Accept 'operator' in
7472 more locations.
7473
74cfe982
AC
74742003-04-23 Andrew Cagney <cagney@redhat.com>
7475
7476 * infcall.c (call_function_by_hand): Eliminate redundant
7477 indentation. Move "saved_async" and "old_cleanups" to where they
7478 are needed.
8ffd9b1b 7479
52557533
AC
74802003-04-23 Andrew Cagney <cagney@redhat.com>
7481
7482 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
7483 and "buffer". Move the "name" code to where it is needed.
7484
158775de
AC
74852003-04-23 Andrew Cagney <cagney@redhat.com>
7486
7487 * infcall.c (call_function_by_hand): Move variables "start_sp",
7488 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
7489 code to ON_STACK switch branch.
8ffd9b1b 7490
ebc7896c
AC
74912003-04-23 Andrew Cagney <cagney@redhat.com>
7492
7493 * infcall.c (call_function_by_hand): Make declaration of "i",
7494 "sal", "bpt" and "old_sp" more local to their use. Delete #if
7495 lint.
7496
d727590f
AC
74972003-04-23 Andrew Cagney <cagney@redhat.com>
7498
7499 * infcall.c (call_function_by_hand): Delete variable
7500 "n_method_args". Localize "param_type"'s declaration to the loop
7501 that it is used. Reinstate code assigning to said variable -
7502 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
7503 Rationalize code using "param_type".
7504
d585e13a
AC
75052003-04-22 Andrew Cagney <cagney@redhat.com>
7506
7507 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
7508 compute the breakpoint address. Only call FIX_CALL_DUMMY when
7509 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
7510 to DEPRECATED_PUSH_RETURN_ADDRESS.
7511
051caad9
KB
75122003-04-22 Kevin Buettner <kevinb@redhat.com>
7513
7514 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
7515 on the DWARF2 register number prior to fetching a register.
7516
77296879
JB
75172003-04-22 J. Brobecker <brobecker@gnat.com>
7518
7519 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
7520 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 7521 this macro was always set to 0.
77296879
JB
7522 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
7523 considering the fact that this macro was always set to 0.
7524 * hppa-tdep.h (hppa_store_return_value): Likewise.
7525 (hppa_extract_return_value): Likewise.
7526
4252f1df
JB
75272003-04-22 J. Brobecker <brobecker@gnat.com>
7528
7529 * config/pa/tm-hppa.h: Remove obsolete code, was used by
7530 the hppa-pro target only.
7531
14604c6b
JB
75322003-04-21 J. Brobecker <brobecker@gnat.com>
7533
7534 Ongoing multi-arch conversion effort for HP/UX:
7535 * config/pa/tm-hppa.h: Move all macro that are no longer
7536 defined now that GDB_MULTI_ARCH is now set to 1 from here...
7537 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
7538
77eb01d1
JB
75392003-04-21 J. Brobecker <brobecker@gnat.com>
7540
7541 * config/pa/tm-hppa.h: Obsolete a section that was only used
7542 for hppa-pro.
7543
61995b3b
JB
75442003-04-21 J. Brobecker <brobecker@gnat.com>
7545
7546 Ongoing multi-arch conversion for HP/UX.
7547 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
7548 if already defined (allows hppa64 to stay non-multiarched for now).
7549 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
7550
4aa79dcc
AC
75512003-04-21 Andrew Cagney <cagney@redhat.com>
7552
7553 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
7554
0f751ff2
AC
75552003-04-21 Andrew Cagney <cagney@redhat.com>
7556
7557 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
7558 "i386_num_mmx_regs".
7559
04714b91
AC
75602003-04-21 Andrew Cagney <cagney@redhat.com>
7561
7562 * infcall.c: New file.
7563 * infcall.h: New file.
7564 * valarith.c: Include "infcall.h".
7565 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
7566 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
7567 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
7568 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
7569 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
7570 (SFILES): Add "infcall.c"
7571 (COMMON_OBS): Add "infcall.o".
7572 (infcall.o): Specify dependencies.
7573 * value.h (call_function_by_hand): Delete declaration.
7574 * inferior.h (run_stack_dummy): Delete declaration.
7575 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
7576 (run_stack_dummy): Move to "infcall.c", merged into
7577 call_function_by_hand.
7578 * valops.c (call_function_by_hand): Moved to "infcall.c".
7579 (find_function_addr, value_arg_coerce): Ditto.
7580 (unwindonsignal_p, coerce_float_to_double): Ditto.
7581 (_initialize_valops): Move "set/show coerce-float-to-double", and
7582 "set/show unwindonsignal" commands to "infcall.c".
7583 * v850-tdep.c, target.h: Update comments.
7584 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
7585 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
7586 (sh64_init_extra_frame_info): Update comments.
7587 * mn10300-tdep.c: Update comments.
7588 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
7589 * config/sparc/tm-sparc.h: Update comments.
7590 * breakpoint.h: Update comments.
7591 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
7592 * arm-tdep.c: Update comment.
7593
f9d3c2a8
MK
75942003-04-19 Mark Kettenis <kettenis@gnu.org>
7595
c40e1eab
MK
7596 * i386-tdep.c (i386_num_register_names): New variable.
7597 (i386_num_mmx_regs): Renamed from mmx_num_regs.
7598 (MM0_REGNUM): Remove redundant parentheses in define.
7599 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
7600 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
7601 i386_mxcsr_regnum_p): Remove redundant parentheses.
7602 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 7603
94ea66b3
MK
7604 * i386-tdep.c (i386_extract_return_value,
7605 i386_store_return_value): Correct check for availability of
7606 floating-point registers.
7607
54299a1d
MK
7608 * i386-tdep.c (i386_frame_num_args): Remove function.
7609 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
7610
c86c27af
MK
7611 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
7612 mmx_regnum_to_fp_regnum. Adjust all callers.
7613
f9d3c2a8
MK
7614 * i386-tdep.c (i386_get_longjmp_target): Use
7615 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
7616 and TARGET_CHAR_BIT. Use extract_typed_address instead of
7617 extract_address.
7618
94ba74a9
MK
76192003-04-19 Mark Kettenis <kettenis@gnu.org>
7620
7621 * core-regset.c: Update comments to reflect reality. Re-order
7622 includes.
7623 (fetch_core_registers): Use switch instead of if. Remove
7624 redundant prototype.
7625
4074e13c
JB
76262003-04-18 Jim Blandy <jimb@redhat.com>
7627
7628 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 7629 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 7630
e3ab4aba
RH
76312003-04-17 Richard Henderson <rth@redhat.com>
7632
7633 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
7634
627bf7c1
EZ
76352003-04-17 Michael Snyder <msnyder@redhat.com>
7636 Karen Bennet <bennet@redhat.com>
7637
7638 Committed by Elena Zannoni <ezannoni@redhat.com>
7639 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 7640
514621a9
EZ
76412003-04-17 Elena Zannoni <ezannoni@redhat.com>
7642
7643 * values.c (value_being_returned): Don't fetch the return
fbe586ae 7644 value if the return type is void.
514621a9 7645
b4acd559
JJ
76462003-04-17 Jeff Johnston <jjohnstn@redhat.com>
7647
7648 * thread-db.c: Reindented.
8ffd9b1b 7649
530b167e 76502003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
7651
7652 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
7653 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
7654 as types.
7655
0a48e7e8
MS
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
8ffd9b1b 7679
ab9fe00e
KB
76802003-04-16 Kevin Buettner <kevinb@redhat.com>
7681
610a3745 7682 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
7683 the size of ``long double'' to 16, instead of 8.
7684
e64a344c
MK
76852003-04-16 Mark Kettenis <kettenis@gnu.org>
7686
7687 * i386-linux-nat.c: Add some whitespace to make things more
7688 readable.
7689 (fetch_register, store_register, fetch_inferior_registers,
7690 store_inferior_registers): Get rid of assignment in if-statement.
7691 (store_register): Fix typo in error message.
7692
25d41031
AC
76932003-04-16 Andrew Cagney <cagney@redhat.com>
7694
7695 * utils.c (xmmalloc): Always allocate something, matches
7696 libiberty/xmalloc's semantics.
7697 (xmrealloc, xmcalloc): Ditto.
7698
c50901fd
AC
76992003-04-16 Andrew Cagney <cagney@redhat.com>
7700
7701 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
7702 update comments.
7703 (get_frame_type): Initialize unwind and type when needed.
7704 (get_frame_id, frame_register_unwind): Ditto.
7705
f81824a9
AC
77062003-04-16 Andrew Cagney <cagney@redhat.com>
7707
7708 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
7709 obsolete.
7710 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
7711 * sparcl-stub.c: Obsolete file.
7712 * config/sparc/tm-sparclet.h: Obsolete file.
7713 * sparclet-stub.c: Obsolete file.
7714 * sparclet-rom.c: Obsolete file.
7715 * sparcl-tdep.c: Obsolete file.
7716 * config/sparc/tm-sparclite.h: Obsolete file.
7717 * config/sparc/sparclite.mt: Obsolete file.
7718 * config/sparc/sparclet.mt: Obsolete file.
7719 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
7720 sparc86x-*-* obsolete.
7721
9219021c
DC
77222003-04-15 David Carlton <carlton@math.stanford.edu>
7723
7724 * Makefile.in (SFILES): Add cp-namespace.c.
7725 (COMMON_OBS): Add cp-namespace.o.
7726 (block.o): Depend on gdb_obstack_h and cp_support_h.
7727 (buildsym.o): Depend on cp_support_h.
7728 (cp-namespace.o): New.
7729 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
7730 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
7731 (dwarf2read.o): Depend on cp_support_h.
7732 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
7733 * dwarf2read.c (process_die): Set processing_has_namespace_info,
7734 processing_current_namespace.
7735 (read_namespace): Update processing_current_namespace; check for
7736 anonymous namespaces.
7737 (dwarf2_name): New function.
7738 (dwarf2_extension): Ditto.
7739 * cp-support.h: Update copyright, contributors.
7740 Add inclusion guards.
7741 Add opaque declaration for structs obstack, block, symbol.
7742 (struct using_direct): New struct.
7743 Add declarations for cp_find_first_component,
7744 cp_entire_prefix_len, processing_has_namespace_info,
7745 processing_current_namespace, cp_is_anonymous,
7746 cp_add_using_directive, cp_initialize_namespace,
7747 cp_finalize_namespace, cp_set_block_scope,
7748 cp_scan_for_anonymous_namespaces.
7749 * cp-namespace.c: New file.
7750 * cp-support.c: Update copyright.
7751 Include ctype.h, gdb_assert.h, gdbcmd.h.
7752 New variable maint_cplus_cmd_list.
7753 (cp_find_first_component): New function.
7754 (cp_entire_prefix_len, maint_cplus_command)
7755 (first_component_command, _initialize_cp_support): Ditto.
7756 * buildsym.c: Include cp-support.h.
7757 New variable using_list.
7758 (add_symbol_to_list): Check for anonymous namespaces.
7759 (finish_block): Set block's scope.
7760 (start_symtab): Initialize C++ namespace support.
7761 (end_symtab): Finalize C++ namespace support.
7762 * block.h: Add opaque declarations for structs
7763 block_namespace_info, using_direct, and obstack.
7764 Add declarations for block_set_scope and block_set_using.
7765 (struct block): Add 'language_specific' member.
7766 (BLOCK_NAMESPACE): New macro.
7767 * block.c: Include gdb_obstack.h and cp-support.h.
7768 (struct block_namespace_info): New struct.
7769 (block_set_scope): New function.
7770 (block_set_using, block_initialize_namespace): Ditto.
7771
d5a921c9
KB
77722003-04-14 Kevin Buettner <kevinb@redhat.com>
7773
7774 * solib-svr4.c (svr4_have_link_map_offsets): New function.
7775 (locate_base): Return early if there aren't any link map offsets.
7776 (svr4_solib_create_inferior_hook): Warn if shared library support
7777 is unavailable.
7778
d2a52b27
DC
77792003-04-14 David Carlton <carlton@math.stanford.edu>
7780
7781 * symtab.c (symbol_set_names): Add prefix when storing Java names
7782 in hash table. Fix for PR java/1039.
7783
980cae7a
DC
77842003-04-14 David Carlton <carlton@math.stanford.edu>
7785
7786 * symtab.c (symbol_set_names): Rename 'name' arg to
7787 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
7788 * symtab.h: Change 'name' argument in declaration of
7789 symbol_set_names to 'linkage_name'.
7790 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
7791
e227b13c
AC
77922003-04-14 Andrew Cagney <cagney@redhat.com>
7793
7794 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
7795 return the fully sign-extended register value.
7796 (get_frame_pointer): Ditto.
7797 (mips_pop_frame): Initialize "proc_desc" after checking for a
7798 dummy frame.
7799
36712a20
AC
78002003-04-14 Andrew Cagney <cagney@redhat.com>
7801
7802 * mips-tdep.c (mips_push_dummy_frame): Delete function.
7803 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
7804 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
7805 (mips_push_register): Delete function.
7806 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
7807 PUSH_FP_REGNUM.
7808
44ea7b70
JB
78092003-04-14 Jim Blandy <jimb@redhat.com>
7810
7811 * symmisc.c: #include "gdb_regex.h".
7812 (maintenance_list_symtabs, maintenance_list_psymtabs): New
7813 functions.
7814 * maint.c (maintenance_list_command): New function.
7815 (_initialize_maint_cmds): Register the above as commands.
7816 * symtab.h (maintenance_list_symtabs,
7817 maintenance_list_psymtabs): New declarations.
7818 * cli/cli-cmds.c (maintenancelistlist): New variable.
7819 (init_cmd_lists): Initialize it.
7820 * cli/cli-cmds.h (maintenancelistlist): New declaration.
7821 * gdbcmd.h (maintenancelistlist): New declaration.
7822 * Makefile.in (symmisc.o): Update dependencies.
7823
2d0c7962
EZ
78242003-04-14 Elena Zannoni <ezannoni@redhat.com>
7825
7826 * s390-nat.c: Include asm/types.h for addr_t.
7827
1947a811
CV
78282003-04-14 Corinna Vinschen <vinschen@redhat.com>
7829
7830 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
7831 actually incoming type.
7832
adb616d7
AC
78332003-04-13 Andrew Cagney <cagney@redhat.com>
7834
7835 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
7836 get_next_frame and get_frame_saved_regs.
7837
9b5e151c
AC
78382003-04-13 Andrew Cagney <cagney@redhat.com>
7839
7840 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
7841 of gdbarch_num_regs.
7842
ef6e7e13
AC
78432003-04-13 Andrew Cagney <cagney@redhat.com>
7844
7845 * frame.h: Mention what replaced what in "struct frame_info".
7846 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
7847 deprecated_update_frame_base_hack and
7848 deprecated_update_frame_pc_hack.
7849 * hppa-tdep.c: Ditto.
7850
61fbb938
DJ
78512003-04-13 Daniel Jacobowitz <drow@mvista.com>
7852
7853 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
7854 to read_reg and update its comment. Remove regnum member.
7855 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
7856 Don't call read_reg when setting in_reg. Call read_reg to get
7857 the frame base if it's in a register. Return the register number
7858 on the stack instead of in the context. Remove extra arguments
7859 to read_reg.
7860 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
7861 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
7862 the register number on the expression stack.
7863 (needs_frame_read_reg): Remove extra arguments.
7864
0d53c4c4
DJ
78652003-04-13 Daniel Jacobowitz <drow@mvista.com>
7866
7867 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
7868 made non-static.
7869 (execute_stack_op): All callers updated.
7870 * dwarf2expr.h: Add prototype for dwarf2_read_address.
7871 * dwarf2loc.c (find_location_expression): New function.
7872 (dwarf_expr_frame_base): Call it.
7873 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
7874 (dwarf2_tracepoint_var_ref): New function, broken out from
7875 locexpr_tracepoint_var_ref.
7876 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
7877 Make static.
7878 (loclist_read_variable, loclist_read_needs_frame): New functions.
7879 (loclist_describe_location, loclist_tracepoint_var_ref): New
7880 functions.
7881 (dwarf2_loclist_funcs): New struct location_funcs.
7882 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
7883 (struct dwarf2_locexpr_baton): Add comments.
7884 (dwarf2_loclist_funcs): New extern.
7885 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
7886 base_address and base_known.
7887 (dwarf_loc_buffer): New variable.
7888 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
7889 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
7890 (dwarf2_has_info): Initialize dwarf_loc_offset.
7891 (dwarf2_build_psymtabs): Read in .debug_loc.
7892 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
7893 DWARF_LOC_SIZE.
7894 (psymtab_to_symtab_1): Likewise. Move base address calculation
7895 here, from...
7896 (dwarf2_get_pc_bounds): ... here. Use the base address from
7897 cu_header.
7898 (dwarf2_symbol_mark_computed): Handle location lists.
7899
6aca59a3
DJ
79002003-04-13 Daniel Jacobowitz <drow@mvista.com>
7901
7902 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
7903 if the linkage name demangled successfully.
7904
aca1fcd0
MK
79052003-04-13 Mark Kettenis <kettenis@gnu.org>
7906
97095916
MK
7907 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
7908 disassmbly_flavour): Removed.
7909
aca1fcd0
MK
7910 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
7911
562a961f
MK
79122003-04-13 Mark Kettenis <kettenis@gnu.org>
7913
7914 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
7915
bd013d54
AC
79162003-04-12 Andrew Cagney <cagney@redhat.com>
7917
7918 * frame.h (struct frame_info): Move definition from here ...
7919 * frame.c (struct frame_info): ... to here.
7920
167ef8b1
AC
79212003-04-12 Andrew Cagney <cagney@redhat.com>
7922
7923 * gdbthread.h (save_infrun_state): Delete parameter
7924 "prev_func_start".
7925 (struct thread_info): Delete field "prev_func_start".
7926 (load_infrun_state): Ditto.
7927 * thread.c (load_infrun_state, save_infrun_state): Update.
7928 * infrun.c (prev_func_start): Delete variable.
7929 (context_switch, init_wait_for_inferior): Update.
7930 (stop_stepping, keep_going): Update.
7931
da3331ec
AC
79322003-04-12 Andrew Cagney <cagney@redhat.com>
7933
7934 * gdbarch.sh: Add missing opaque declarations.
7935 * gdbarch.h: Regnerate.
7936 * symtab.h: Add missing opaque declarations.
7937 * value.h, target.h, symfile.h, stabsread.h: Ditto.
7938 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
7939 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
7940 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
7941 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
7942 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
7943 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
7944 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
7945 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
7946 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
7947 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
7948 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
7949 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
7950
18adea3f
AC
79512003-04-11 Andrew Cagney <cagney@redhat.com>
7952
7953 * frame.c (get_frame_id): Return this frame's "id".
7954 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
7955 function start.
7956 (legacy_saved_regs_this_id): Replace function body with
7957 internal-error.
7958 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
7959 FRAME_OBSTACK_ZALLOC.
7960 (create_new_frame): Mark the frame ID as valid.
7961
2252e863
AO
79622003-04-11 Alexandre Oliva <aoliva@redhat.com>
7963
7964 * Makefile.in (libbfd_h): Added missing setting.
7965 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
7966 according to the selected ABI.
7967
a8245ab8
JJ
79682003-04-11 Jeff Johnston <jjohnstn@redhat.com>
7969
7970 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
7971
6913c89a
AC
79722003-04-11 Andrew Cagney <cagney@redhat.com>
7973
7974 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
7975 SAVED_PC_AFTER_CALL.
7976 * gdbarch.h, gdbarch.c: Regenerate.
7977 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7978 * x86-64-tdep.c (x86_64_init_abi): Update.
7979 * vax-tdep.c (vax_gdbarch_init): Update.
7980 * v850-tdep.c (v850_gdbarch_init): Update.
7981 * sparc-tdep.c (sparc_gdbarch_init): Update.
7982 * sh-tdep.c (sh_gdbarch_init): Update.
7983 * s390-tdep.c (s390_gdbarch_init): Update.
7984 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7985 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7986 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7987 * mips-tdep.c (mips_gdbarch_init): Update.
7988 * mcore-tdep.c (mcore_gdbarch_init): Update.
7989 * m68k-tdep.c (m68k_gdbarch_init): Update.
7990 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7991 * ia64-tdep.c (ia64_gdbarch_init): Update.
7992 (ia64_saved_pc_after_call): Update declaration.
7993 * i386ly-tdep.c (i386lynx_init_abi): Update.
7994 * i386-tdep.c (i386_gdbarch_init): Update.
7995 * hppa-tdep.c (hppa_gdbarch_init): Update.
7996 * h8300-tdep.c (h8300_gdbarch_init): Update.
7997 * frv-tdep.c (frv_gdbarch_init): Update.
7998 * cris-tdep.c (cris_gdbarch_init): Update.
7999 * avr-tdep.c (avr_gdbarch_init): Update.
8000 * arm-tdep.c (arm_gdbarch_init): Update.
8001 * alpha-tdep.c (alpha_gdbarch_init): Update.
8002 * ns32knbsd-nat.c (frame_num_args): Update.
8003 * ns32k-tdep.c (umax_frame_num_args): Update.
8004 * mips-tdep.c (mips_init_frame_pc_first): Update.
8005 * infrun.c (step_over_function): Update.
8006 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8007 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8008 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8009 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8010 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8011 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8012 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8013 * arch-utils.c (init_frame_pc_default): Update.
8014 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8015 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8016 declaration.
8ffd9b1b 8017
38edeab8
AC
80182003-04-11 Andrew Cagney <cagney@redhat.com>
8019
8020 * i387-tdep.c: Update copyright.
8021 (i387_to_double): Delete function.
8022 (double_to_i387): Delete function.
8023
81f8a206
AC
80242003-04-10 Andrew Cagney <cagney@redhat.com>
8025
8026 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8027 frame's function's address. Simplify.
8028 (d10v_frame_unwind_cache): Check that the frame's function is
8029 non-zero.
8030
6e691f7a
JB
80312003-04-10 Jim Blandy <jimb@redhat.com>
8032
8033 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8034 call to set_gdbarch_deprecated_push_arguments.
8035
7f78e237
AC
80362003-04-10 Andrew Cagney <cagney@redhat.com>
8037
8038 * frame.c (fprint_frame_id): New function.
8039 (fprint_frame_type, fprint_frame): New function.
8040 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8041 (create_sentinel_frame, get_frame_id): Ditto.
8042 (frame_id_p, frame_id_eq): Ditto.
8043 (frame_id_inner, create_new_frame): Ditto.
8044 (legacy_get_prev_frame, get_prev_frame): Ditto.
8045 (deprecated_update_frame_pc_hack): Ditto.
8046 (frame_register_unwind): Ditto.
8047 (deprecated_update_frame_base_hack): Ditto.
8048
f870b49b
CV
80492003-04-10 Corinna Vinschen <vinschen@redhat.com>
8050
8051 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8052 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8053 frame_chain function.
8054 * Makefile.in: Add dependencies due to above change.
8055
7c86889b
CV
80562003-04-10 Corinna Vinschen <vinschen@redhat.com>
8057
8058 * blockframe.c (legacy_frame_chain_valid): Move call to
8059 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8060 inside_entry_file.
8061
d0a55772
AC
80622003-04-09 Andrew Cagney <cagney@redhat.com>
8063
8064 * frame.h (struct frame_id): Replace "pc" and "base" with
8065 "stack_addr" and "code_addr". Update comments.
8066 (frame_id_build): Update parameter names and comment.
8067 (struct frame_info): Replace "id_p" and "id" with "this_id".
8068 * dummy-frame.c (dummy_frame_this_id): Update.
8069 * breakpoint.c (print_one_breakpoint): Update.
8070 * frame.c (get_frame_id): Update.
8071 (get_frame_base, frame_id_build): Update.
8072 (create_sentinel_frame, legacy_get_prev_frame): Update.
8073 (deprecated_update_frame_base_hack): Update.
8074 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8075 (frame_id_inner): Ditto.
8076
ac16bf07
AC
80772003-04-09 Andrew Cagney <cagney@redhat.com>
8078
8079 * defs.h (gdb_print_host_address): Make "addr" parameter a
8080 pointer constant.
8081 * utils.c (gdb_print_host_address): Update.
8082
366cfc9e
KB
80832003-04-09 Kevin Buettner <kevinb@redhat.com>
8084
8085 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8086 register number for R0 is 0.
8087
cd983b5c
JB
80882003-04-09 J. Brobecker <brobecker@gnat.com>
8089
8090 * frame.h (struct gdbarch): Add opaque structure definition
8091 to avoid a compilation warning on LynxOS 4.0.
8092
d1340264
AC
80932003-04-09 Andrew Cagney <cagney@redhat.com>
8094
8095 * frame.h (struct frame_info): Delete field "pc". Replace
8096 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8097 structure.
8098 * frame.c (frame_pc_unwind): Update.
8099 (create_sentinel_frame): Do not set "pc".
8100 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8101 (get_frame_pc): Call frame_pc_unwind.
8102 (deprecated_update_frame_pc_hack): Update.
8103 (create_new_frame): Use "pc" not "->pc".
8104
90a6fffb
AC
81052003-04-09 Andrew Cagney <cagney@redhat.com>
8106
8107 * frame.c (get_frame_id): Eliminate code updating "frame".
8108 (legacy_get_prev_frame): Ditto.
8109 (get_frame_base): Return id.base directly.
8110 (deprecated_update_frame_base_hack): Update "id.base".
8111 * frame.h (struct frame_info): Delete field "frame".
8112
2fbce691
AC
81132003-04-09 Andrew Cagney <cagney@redhat.com>
8114
8115 * NEWS: Mention that the "Sequent family" is obsolete.
8116 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8117 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8118 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8119 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8120 * config/i386/tm-ptx4.h: Obsolete file.
8121 * config/i386/tm-ptx.h: Obsolete file.
8122 * symm-tdep.c: Obsolete file.
8123 * config/i386/symmetry.mt: Obsolete file.
8124 * config/i386/tm-symmetry.h: Obsolete file.
8125 * symm-nat.c: Obsolete file.
8126 * config/i386/nm-symmetry.h: Obsolete file.
8127 * config/i386/xm-symmetry.h: Obsolete file.
8128 * config/i386/symmetry.mh: Obsolete file.
8129 * config/i386/nm-ptx4.h: Obsolete file.
8130 * config/i386/ptx4.mh: Obsolete file.
8131 * config/i386/ptx.mt: Obsolete file.
8132 * config/i386/ptx.mh: Obsolete file.
8133 * config/i386/xm-ptx4.h: Obsolete file.
8134 * config/i386/xm-ptx.h: Obsolete file.
8135
78c43945
AC
81362003-04-09 Andrew Cagney <cagney@redhat.com>
8137
8138 Obsolete mips*-*-mach3*.
8139 * NEWS: Mention that mips*-*-mach3* is obsolete.
8140 * m3-nat.c: Obsolete file.
8141 * config/nm-m3.h: Obsolete file.
8142 * config/mips/tm-mipsm3.h: Obsolete file.
8143 * config/mips/mipsm3.mt: Obsolete file.
8144 * config/mips/mipsm3.mh: Obsolete file.
8145 * config/mips/xm-mipsm3.h: Obsolete file.
8146 * mipsm3-nat.c: Obsolete file.
8147 * configure.host: Obsolete mips-dec-mach3*.
8148 * configure.tgt: Obsolete mips*-*-mach3*.
8149
f1908289
AC
81502003-04-09 Andrew Cagney <cagney@redhat.com>
8151
8152 * doublest.h: Update copyright.
8153 (deprecated_store_floating, deprecated_extract_floating): Rename
8154 store_floating and extract_floating. Update comments.
8155 * doublest.c: Update copyright.
8156 (extract_floating_by_length): Replace extract_floating.
8157 (store_floating_by_length): Replace store_floating.
8158 (deprecated_extract_floating): New function.
8159 (deprecated_store_floating): New function.
8160 (extract_typed_floating): Call extract_floating_by_length.
8161 (store_typed_floating): Call store_floating_by_length.
8162 * x86-64-tdep.c (x86_64_store_return_value): Update.
8163 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8164 (sh64_extract_return_value): Update.
8165 (sh_sh4_register_convert_to_virtual): Update.
8166 (sh_sh64_register_convert_to_virtual): Update.
8167 (sh_sh4_register_convert_to_raw): Update.
8168 (sh_sh64_register_convert_to_raw): Update.
8169 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8170 (rs6000_register_convert_to_raw): Update.
8171 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8172 (ia64_register_convert_to_raw): Update.
8173 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8174 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8175 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8176 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8177 (alpha_register_convert_to_raw): Update.
8178
4443bd83
AC
81792003-04-08 Andrew Cagney <cagney@redhat.com>
8180
8181 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8182 * gdbarch.h, gdbarch.c: Re-generate.
8183 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8184 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8185 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8186 conditionally, use frame_pc_unwind as an alternative. Add
8187 comments.
8188 * arch-utils.c (init_frame_pc_default): Only call
8189 SAVED_PC_AFTER_CALL when available.
8190
c0236d92
EZ
81912003-04-08 Elena Zannoni <ezannoni@redhat.com>
8192
fbe586ae 8193 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
8194 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8195 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8196 (start_remote): Ditto.
8197 (handle_inferior_event): Ditto.
8198 (save_inferior_status): Ditto.
8199 (restore_inferior_status): Ditto.
8200 * infcmd.c (attach_command): Ditto.
8201 * fork-child.c (startup_inferior): Ditto.
fbe586ae 8202 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
8203 * alpha-tdep.c (heuristic_proc_start): Ditto.
8204 * mips-tdep.c (heuristic_proc_start): Ditto.
8205 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8206 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8207 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8208 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8209 * remote-vx.c (vx_create_inferior): Ditto.
8210
82112003-04-08 Elena Zannoni <ezannoni@redhat.com>
8212
8213 * infrun.c (stop_soon_quietly): Make it an enum, to better
8214 override the default behavior of handle_inferior_event.
8215 (clear_proceed_status): Update uses of stop_soon_quietly to
8216 reflect that it is now an enum.
8217 (start_remote): Ditto.
8218 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8219 is set to handle the new GNU/Linux kernel behavior for
8220 attach/sigstop. Update uses of stop_soon_quietly.
8221 * inferior.h (enum stop_kind): New enum.
8222 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8223 Reset normal handle_inferior_event behavior, afterwards.
8224 * fork-child.c (startup_inferior): Update.
8225 * alpha-tdep.c (heuristic_proc_start): Update.
8226 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8227 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8228 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8229 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8230 * remote-vx.c (vx_create_inferior): Update.
8231 * mips-tdep.c (heuristic_proc_start): Update.
8232
1211bce3
EZ
82332003-04-07 Elena Zannoni <ezannoni@redhat.com>
8234
8235 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 8236 be freed more than once, causing wild memory corruptions.
1211bce3 8237 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 8238 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 8239 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 8240 with the "core" target.
1211bce3 8241
f0ef6b29
KB
82422003-04-07 Kevin Buettner <kevinb@redhat.com>
8243
8244 * mips-tdep.c (mips_print_fp_register): New function, created from
8245 do_fp_register_row(). Registers are now (also) printed as hex.
8246 Only one register is printed per row.
8247 (mips_print_register, do_fp_register_row): Print floating point
8248 registers with mips_print_fp_register().
8249
8cf71652
AC
82502003-04-06 Andrew Cagney <cagney@redhat.com>
8251
5e488a7b
AC
8252 * valprint.h (inspect_it): Add extern declaration.
8253 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8254 (selectors_info, classes_info): Ditto.
8255 (find_objc_msgcall): Fix indentation.
8256 (objc_printstr): Delete extern declarations.
8257
8cf71652
AC
8258 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8259
e6ba3bc9
AC
82602003-04-06 Andrew Cagney <cagney@redhat.com>
8261
8262 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8263 Update comment.
8264 * frame.c (legacy_saved_regs_this_id): Update.
8265 (legacy_get_prev_frame): Update.
8266 * xstormy16-tdep.c: Update comment.
8267 * sparc-tdep.c (sparc_frame_chain): Update comment.
8268 * blockframe.c (legacy_frame_chain_valid): Update.
8269
55e1d7e7
AC
82702003-04-06 Andrew Cagney <cagney@redhat.com>
8271
996179ee
AC
8272 * valprint.c (val_print_type_code_int): Delete #ifdef
8273 PRINT_TYPELESS_INTEGER code.
8274
55e1d7e7
AC
8275 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8276 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8277 multi-arch definition.
8278 * gdbarch.h: Re-generate.
8279
43bd9a9e
AC
82802003-04-05 Andrew Cagney <cagney@redhat.com>
8281
8282 Eliminate FRAME_FIND_SAVED_REGS.
8283 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8284 Change FSR parameter to a pointer.
8285 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8286 Assume FSR parameter is a pointer.
8287 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8288 Make fsr a pointer.
8289 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8290 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8291 saved_regs a pointer.
8292 (hppa_frame_saved_pc): Ditto.
8293 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8294 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8295 pointer.
8296 (restore_pc_queue): Make fsr a pointer.
8297 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8298 (hppa_frame_chain): Make saved_regs a pointer, call
8299 hppa_frame_init_saved_regs.
8300 * sparc-tdep.c: Include "gdb_assert.h".
8301 (sparc_frame_find_saved_regs): Replace internal_error with
8302 gdb_assert.
8303 * remote-vxsparc.c (vx_read_register): Delete reference to
8304 FRAME_FIND_SAVED_REGS.
8305 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8306 * gdbarch.h: Regenerate.
8307 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8308 (deprecated_get_frame_saved_regs): Delete declaration.
8309 (struct frame_saved_regs): Delete definition.
8310 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8311 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8312 (hppa_frame_find_saved_regs): Delete declaration.
8313 (FRAME_FIND_SAVED_REGS): Delete macro.
8314 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8315 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8316 FRAME_FIND_SAVED_REGS in comment.
8317
be41e9f4
AC
83182003-04-05 Andrew Cagney <cagney@redhat.com>
8319
8320 * frame.c (frame_func_unwind, get_frame_func): New functions.
8321 * frame.h (get_frame_func, frame_func_unwind): Declare.
8322 (struct frame_info): Add field "prev_func" for caching the
8323 previous frame's function address.
8324 * arm-tdep.c (arm_frameless_function_invocation): Combine
8325 get_pc_function_start and get_frame_pc into get_frame_func.
8326 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8327 (sh64_nofp_frame_init_saved_regs): Ditto.
8328 * s390-tdep.c (s390_function_start): Ditto.
8329 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8330 (rs6000_frameless_function_invocation): Ditto.
8331 (rs6000_frame_saved_pc): Ditto.
8332 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8333 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8334 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8335 (i386_frame_init_saved_regs): Ditto.
8336 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8337 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8338 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8339 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8340 * blockframe.c (frameless_look_for_prologue): Ditto.
8341
a01dd7cc
AC
83422003-04-05 Andrew Cagney <cagney@redhat.com>
8343
8344 * frame.c (legacy_get_prev_frame): Link prev to next at the
8345 function start. Update comments.
8346
5e5592e6
AC
83472003-04-05 Andrew Cagney <cagney@redhat.com>
8348
8349 * frame.c (get_frame_id): Update comment.
8350 (legacy_get_prev_frame): Update comment.
8351 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
8352 * gdbarch.h: Regenerate.
8353 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
8354 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
8355
6fba5002
AC
83562003-04-05 Andrew Cagney <cagney@redhat.com>
8357
8358 * stack.c (print_frame_info): Use get_frame_pc.
8359
7df05f2b
AC
83602003-04-04 Andrew Cagney <cagney@redhat.com>
8361
8362 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
8363 the frame's type from the unwinder.
8364 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
8365 (create_new_frame, legacy_get_prev_frame): When the unwinder's
8366 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
8367 (get_frame_base_address): Use get_frame_type.
8368 (get_frame_locals_address, get_frame_args_address): Ditto.
8369 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
8370 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
8371 (struct frame_info): Add comment explaining why the frame contains
8372 a "type" field.
8373 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
8374 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
8375 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
8376 NORMAL_FRAME.
8377 * frame-unwind.h: Include "frame.h".
8378 (struct frame_unwind): Add "type" field.
8379 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 8380
11889732
AC
83812003-04-04 Andrew Cagney <cagney@redhat.com>
8382
8383 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
8384 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
8385 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
8386 get_frame_base.
8387 (d10v_unwind_dummy_id): Use frame_id_build.
8388 * frame.c (find_frame_sal): Use get_frame_pc.
8389 (create_new_frame): Use deprecated_update_frame_pc_hack and
8390 deprecated_update_frame_base_hack.
8391 (create_sentinel_frame): Add comment about ->pc going away.
8392 (get_prev_frame): Add comment about ->pc going away.
8393 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
8394 frame_id_build, deprecated_update_frame_pc_hack and
8395 deprecated_update_frame_base_hack.
8396 (select_frame): Use get_frame_pc.
8397 (legacy_saved_regs_this_id): Use frame_id_build.
8398
50c46a0d
EZ
83992003-04-04 Elena Zannoni <ezannoni@redhat.com>
8400
fbe586ae
RH
8401 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
8402 signed integer case.
8403 (classify_argument): Handle enumerations and references.
50c46a0d 8404
50bbdbd9
AC
84052003-04-04 Andrew Cagney <cagney@redhat.com>
8406
8407 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
8408 ID to NULL.
8409
36018d2e
AF
84102003-04-01 Adam Fedor <fedor@gnu.org>
8411
8412 * gdb/objc-lang.c (selectors_info): Replace calls to
8413 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
8414 SYMBOL_NATURAL_NAME.
8415 (classes_info, find_methods): Likewise.
8416
35cec841
KB
84172003-04-03 Kevin Buettner <kevinb@redhat.com>
8418
8419 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
8420 ``mach'' to the value determined by bfd_default_set_arch_mach().
8421
43136899
BR
84222003-04-02 Bob Rossi <bob_rossi@cox.net>
8423
8424 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
8425 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
8426 (mi-cmd-file.o): Update dependencies.
8427
040b99fd
KB
84282003-04-01 Kevin Buettner <kevinb@redhat.com>
8429
8430 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
8431 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
8432
9a3d7dfd
AF
84332003-04-01 Adam Fedor <fedor@gnu.org>
8434
8435 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
8436 * language.h (struct language_defn): Add la_demangle.
8437 (language_demangle): Declare.
8438 * language.c (language_demangle): New function.
8439 (unk_lang_demangle): Likewise.
8440 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 8441 Add ukn_lang_demangle.
9a3d7dfd 8442 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 8443 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
8444 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
8445 (cplus_language_defn): Add cplus_demangle for la_demangle element.
8446 * jv-lang.c (java_demangle): New function
8447 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
8448 * objc-lang.c (objc_demangle): Add options argument
8449 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
8450 * maint.c (maintenance_demangle): Replace switch with
8451 call to language_demangle.
8452 * utils.c (fprintf_symbol_filtered): Likewise.
8453
5e074003
AC
84542003-04-01 Andrew Cagney <cagney@redhat.com>
8455
8456 * printcmd.c (print_frame_nameless_args): Delete #ifdef
8457 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
8458 PRINT_TYPELESS_INTEGER.
8459 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
8460 PUSH_RETURN_ADDRESS.
8461
270cb5d6
AC
84622003-04-01 Andrew Cagney <cagney@redhat.com>
8463
8464 * Makefile.in (d10v-tdep.o): Update dependencies.
8465 * d10v-tdep.c: Include "frame-base.h".
8466 (d10v_frame_unwind): Make constant.
8467 (d10v_frame_base_address): New function.
8468 (d10v_frame_base): New variable.
8469 (d10v_gdbarch_init): Set frame_base default.
8470 (struct d10v_unwind_cache): Add the field "prev_sp". Update
8471 comment for base.
8472 (d10v_frame_unwind_cache): Set and use "prev_sp".
8473 (d10v_frame_this_id): Use the previous frame's inner most stack
8474 address and this frame's func address for the frame ID. Use
8475 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 8476
6bfb3e36
AC
84772003-04-01 Andrew Cagney <cagney@redhat.com>
8478
8479 * frame.h (get_frame_locals_address, get_frame_args_address):
8480 Refer to the base address, instead of the address of the first
8481 local or parameter.
8ffd9b1b 8482
da62e633
AC
84832003-04-01 Andrew Cagney <cagney@redhat.com>
8484
8485 Add frame debug info addresses:
8486 * frame-base.c: New file.
8487 * frame-base.h: New file.
8488 * frame.h (struct frame_base): Add opaque declaration.
8489 (get_frame_base): Update comment.
8490 (get_frame_base_address): Declare.
8491 (get_frame_locals_address): Declare.
8492 (get_frame_args_address): Declare.
8493 (struct frame_info): Add "base" and "base_cache". Update
8494 comments on the unwinder.
8495 * frame.c: Include "frame-base.h".
8496 (get_frame_locals_address): New function.
8497 (get_frame_base_address): New function.
8498 (get_frame_args_address): New function.
8499 * findvar.c (read_var_value): Use get_frame_locals_address and
8500 get_frame_args_address.
8501 * stack.c (frame_info): Use get_frame_locals_address and
8502 get_frame_args_address.
8503 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
8504 moved to "frame-base.c".
8505 * printcmd.c (print_frame_nameless_args): Ditto.
8506 * symtab.h (address_class): Update comments.
8507 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
8508 get_frame_base_address.
8509 * dwarf2expr.c (execute_stack_op): Ditto.
8510 * Makefile.in (frame_base_h): Define.
8511 (frame.o): Update dependencies.
8512 (frame-base.o): Add dependencies.
8513 (SFILES): Add frame-base.c.
8514 (COMMON_OBS): Add frame-base.o.
8515
3d30e9c2
AC
85162003-04-01 Andrew Cagney <cagney@redhat.com>
8517
8518 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
8519 CALL_DUMMY_LENGTH): Ditto.
8520 * gdbarch.c: Re-generate.
8521 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
8522 (CALL_DUMMY_LENGTH): Delete macro.
8523 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
8524 * arm-tdep.c (arm_gdbarch_init): Ditto.
8525 * avr-tdep.c (avr_gdbarch_init): Ditto.
8526 * cris-tdep.c (cris_gdbarch_init): Ditto.
8527 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8528 * frv-tdep.c (frv_gdbarch_init): Ditto.
8529 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8530 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8531 * i386-tdep.c (i386_gdbarch_init): Ditto.
8532 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8533 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8534 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8535 * mips-tdep.c (mips_gdbarch_init): Ditto.
8536 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8537 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8538 * s390-tdep.c (s390_gdbarch_init): Ditto.
8539 * sh-tdep.c (sh_gdbarch_init): Ditto.
8540 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8541 * v850-tdep.c (v850_gdbarch_init): Ditto.
8542 * vax-tdep.c (vax_gdbarch_init): Ditto.
8543 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8544
ce0c7262
CV
85452003-04-01 Corinna Vinschen <vinschen@redhat.com>
8546
8547 * frame.c (get_prev_frame): Disable call to inside_entry_file().
8548
73dd234f
AC
85492003-04-01 Andrew Cagney <cagney@redhat.com>
8550
8551 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
8552 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8553 * gdbarch.h, gdbarch.c: Re-generate.
8554 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8555 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8556 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8557 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8558 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8559 * infcmd.c (run_stack_dummy): Simplify assuming
8560 CALL_DUMMY_BREAKPOINT_OFFSET_P.
8561 * infrun.c (handle_inferior_event): Ditto.
8562 * alpha-tdep.c (alpha_gdbarch_init): Do not set
8563 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
8564 * arm-tdep.c (arm_gdbarch_init): Ditto.
8565 * avr-tdep.c (avr_gdbarch_init): Ditto.
8566 * cris-tdep.c (cris_gdbarch_init): Ditto.
8567 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8568 * frv-tdep.c (frv_gdbarch_init): Ditto.
8569 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8570 * i386-tdep.c (i386_gdbarch_init): Ditto.
8571 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8572 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8573 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8574 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8575 * mips-tdep.c (mips_gdbarch_init): Ditto.
8576 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8577 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8578 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8579 * s390-tdep.c (s390_gdbarch_init): Ditto.
8580 * sh-tdep.c (sh_gdbarch_init): Ditto.
8581 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8582 * v850-tdep.c (v850_gdbarch_init): Ditto.
8583 * vax-tdep.c (vax_gdbarch_init): Ditto.
8584 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8585
97606a13
DJ
85862003-04-01 Daniel Jacobowitz <drow@mvista.com>
8587
8588 * symfile.c (symfile_relocate_debug_section): Update call to
8589 bfd_simple_get_relocated_section_contents.
8590
e8ab51f7
AC
85912003-03-31 Andrew Cagney <cagney@redhat.com>
8592
8593 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
8594 * gdbarch.h, gdbarch.c: Regenerate.
8595 * inferior.h (FIX_CALL_DUMMY): Delete macro.
8596 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
8597 available.
8598 * frame.h (generic_fix_call_dummy): Delete declaration.
8599 * dummy-frame.h: Update comment.
8600 * dummy-frame.c (generic_fix_call_dummy): Delete function.
8601 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8602 fix_call_dummy.
8603 * sh-tdep.c (sh_gdbarch_init): Ditto.
8604 * s390-tdep.c (s390_gdbarch_init): Ditto.
8605 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8606 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8607 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8608 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8609 * i386-tdep.c (i386_gdbarch_init): Ditto.
8610 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8611 * frv-tdep.c (frv_gdbarch_init): Ditto.
8612 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8613 * cris-tdep.c (cris_gdbarch_init): Ditto.
8614 * avr-tdep.c (avr_gdbarch_init): Ditto.
8615 * arm-tdep.c (arm_gdbarch_init): Ditto.
8616
018d1b48
JB
86172003-03-31 J. Brobecker <brobecker@gnat.com>
8618
8619 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
8620 (INIT_FRAME_AP): Likewise.
8621 (EXTRA_FRAME_INFO): Likewise.
8622
e9a2674e
AC
86232003-03-31 Andrew Cagney <cagney@redhat.com>
8624
8625 * gdbarch.sh: Include "symfile.h".
8626 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
8627 * gdbarch.h, gdbarch.c: Re-generate.
8628 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
8629 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8630 call_dummy_address, the default is at entry_point_address.
8631 * v850-tdep.c (v850_gdbarch_init): Ditto.
8632 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8633 * sh-tdep.c (sh_gdbarch_init): Ditto.
8634 * s390-tdep.c (s390_gdbarch_init): Ditto.
8635 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8636 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8637 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8638 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8639 * i386-tdep.c (i386_gdbarch_init): Ditto.
8640 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8641 * frv-tdep.c (frv_gdbarch_init): Ditto.
8642 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8643 * cris-tdep.c (cris_gdbarch_init): Ditto.
8644 * arm-tdep.c (arm_gdbarch_init): Ditto.
8645
e8a8712a
AC
86462003-03-31 Andrew Cagney <cagney@redhat.com>
8647
8648 * gdbarch.sh (CALL_DUMMY_P): Delete.
8649 * gdbarch.h, gdbarch.c: Re-generate.
8650 * inferior.h (CALL_DUMMY_P): Delete macro.
8651 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8652 * vax-tdep.c (vax_gdbarch_init): Update.
8653 * v850-tdep.c (v850_gdbarch_init): Update.
8654 * sparc-tdep.c (sparc_gdbarch_init): Update.
8655 * sh-tdep.c (sh_gdbarch_init): Update.
8656 * s390-tdep.c (s390_gdbarch_init): Update.
8657 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8658 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8659 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8660 * mips-tdep.c (mips_gdbarch_init): Update.
8661 * mcore-tdep.c (mcore_gdbarch_init): Update.
8662 * m68k-tdep.c (m68k_gdbarch_init): Update.
8663 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8664 * ia64-tdep.c (ia64_gdbarch_init): Update.
8665 * i386-tdep.c (i386_gdbarch_init): Update.
8666 * h8300-tdep.c (h8300_gdbarch_init): Update.
8667 * frv-tdep.c (frv_gdbarch_init): Update.
8668 * d10v-tdep.c (d10v_gdbarch_init): Update.
8669 * cris-tdep.c (cris_gdbarch_init): Update.
8670 * breakpoint.c (deprecated_frame_in_dummy): Update.
8671 * avr-tdep.c (avr_gdbarch_init): Update.
8672 * alpha-tdep.c (alpha_gdbarch_init): Update.
8673 * arm-tdep.c (arm_gdbarch_init): Update.
8674 * dummy-frame.c (dummy_frame_this_id): Update comments.
8675 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
8676 * frame.c (legacy_get_prev_frame): Ditto.
8677 * valops.c (call_function_by_hand): Delete function.
8678 (hand_function_call): Rename to call_function_by_hand
8679
ed234cf8
AC
86802003-03-30 Andrew Cagney <cagney@redhat.com>
8681
8682 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 8683 * value.h (struct value): Update comment.
ed234cf8 8684
06c77151
AC
86852003-03-30 Andrew Cagney <cagney@redhat.com>
8686
6c2b5168
AC
8687 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
8688 D10V_FP_REGNUM.
8689 (d10v_gdbarch_init): Do not set fp_regnum.
8690
06c77151
AC
8691 * frame.c (get_frame_base): Force ID initialization.
8692 (get_prev_frame): Move computation of the frame ID from here ...
8693 (get_frame_id): ... to here.
8694 (legacy_get_prev_frame): Mark the frame ID as valid.
8695 * frame.h (struct frame_info): Add field "id_p".
8696
97a1a11c
MK
86972003-03-30 Mark Kettenis <kettenis@gnu.org>
8698
8699 * i386-tdep.c (i386_store_struct_return): Removed.
8700 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
8701
6c0e89ed
AC
87022003-03-30 Andrew Cagney <cagney@redhat.com>
8703
8704 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
8705 * gdbarch.h, gdbarch.c: Regenerate.
8706 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
8707 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8708 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8709 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8710 * i386-tdep.c (i386_gdbarch_init): Ditto.
8711 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8712 * cris-tdep.c (cris_gdbarch_init): Ditto.
8713 * vax-tdep.c (vax_gdbarch_init): Ditto.
8714 * s390-tdep.c (s390_gdbarch_init): Ditto.
8715 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8716 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8717 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8718 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
8719 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
8720 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
8721 * sparc-tdep.c (sparc_gdbarch_init): Update.
8722 * sh-tdep.c (sh_gdbarch_init): Update.
8723 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8724 * mips-tdep.c (mips_gdbarch_init): Update.
8725 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8726 * ia64-tdep.c (ia64_gdbarch_init): Update.
8727 * frv-tdep.c (frv_gdbarch_init): Update.
8728 * avr-tdep.c (avr_gdbarch_init): Update.
8729 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
8730 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
8731 instead of when push_dummy_call is not available.
8ffd9b1b 8732
f7dd6af2
AC
87332003-03-30 Andrew Cagney <cagney@redhat.com>
8734
8735 * infttrace.c: Include "gdbthread.h".
8736 (parent_attach_all): Fix function signature.
8737 (call_ptrace): Update call.
8738 * Makefile.in (infttrace.o): Update dependencies.
8739
28f617b3
AC
87402003-03-30 Andrew Cagney <cagney@redhat.com>
8741
8742 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
8743 PUSH_RETURN_ADDRESS.
8744 * gdbarch.h, gdbarch.c: Regenerate.
8745 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8746 * x86-64-tdep.c (x86_64_init_abi): Update.
8747 * v850-tdep.c (v850_gdbarch_init): Update.
8748 * sparc-tdep.c (sparc_gdbarch_init): Update.
8749 * sh-tdep.c (sh_gdbarch_init): Update.
8750 * s390-tdep.c (s390_gdbarch_init): Update.
8751 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8752 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8753 * mips-tdep.c (mips_gdbarch_init): Update.
8754 * mcore-tdep.c (mcore_gdbarch_init): Update.
8755 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8756 * ia64-tdep.c (ia64_gdbarch_init): Update.
8757 * i386-tdep.c (i386_gdbarch_init): Update.
8758 * h8300-tdep.c (h8300_gdbarch_init): Update.
8759 * frv-tdep.c (frv_gdbarch_init): Update.
8760 * cris-tdep.c (cris_gdbarch_init): Update.
8761 * avr-tdep.c (avr_gdbarch_init): Update.
8762 * arm-tdep.c (arm_gdbarch_init): Update.
8763 * valops.c (hand_function_call): Update.
8764
4d628cd7
AC
87652003-03-29 Andrew Cagney <cagney@redhat.com>
8766
8767 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
8768 sizeof_call_dummy_words.
8769 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
8770 define.
8771 * gdbarch.h: Regenerate.
8ffd9b1b 8772
65e82032
AC
87732003-03-29 Andrew Cagney <cagney@redhat.com>
8774
8775 * infttrace.h: New file.
8776 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
8777 (hpread_get_textlow): Detect an uninitialized dn_bufp.
8778 (hpread_read_doc_function_type): Detect an initialized type1.
8779 (hpread_quick_traverse): Initialize mod_name_string.
8780 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
8781 (som_solib_get_solib_by_pc): Declare.
8782 (so_lib_thread_start_addr): Declare.
8783 (no_shared_libraries): Declare.
8784 * somread.c (init_import_symbols): Make static. Add forward
8785 declaration.
8786 * config/pa/nm-hppah.h: Include "infttrace.h" for
8787 parent_attach_all.
8788 (hppa_insert_hw_watchpoint): Declare.
8789 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
8790 * hppah-nat.c: Include "gdb_string.h".
8791 (parent_attach_all): Delete extern declaration, moved to
8792 "infttrace.h".
8793 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
8794 int.
8795 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
8796 * Makefile.in (infttrace_h): Define.
8797 (hpread.o): Update dependencies.
8798 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
8799 * hppa-hpux-tdep.c: Include "gdb_string.h".
8800 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
8801 * infrun.c (handle_inferior_event): Always initialize
8802 stepped_after_stopped_by_watchpoint. Add default and remove
8803 fallthrough in switch statement.
8804 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
8805 parameter to int.
8806 (hppa_remove_hw_watchpoint): Ditto.
8807
2c3bbe77
AC
88082003-03-29 Andrew Cagney <cagney@redhat.com>
8809
8810 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
8811 offset.
8812
2dd604e7
RE
88132003-03-29 Richard Earnshaw <rearnsha@arm.com>
8814
8815 * arm-tdep.c (arm_push_arguments): Delete.
8816 (struct stack_item): New type.
8817 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
8818 (arm_store_struct_return): Delte.
8819 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
8820 arm_push_arguments or arm_store_struct_return.
8821
e8933a55
AC
88222003-03-28 Andrew Cagney <cagney@redhat.com>
8823
8824 * Makefile.in (d10v-tdep.o): Update dependencies.
8825 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
8826 * d10v-tdep.c: Include "remote.h".
8827 (target_resume_hook): Delete extern declaration.
8828 (target_wait_loop_hook): Ditto.
8829 (tdisassemble_command): Eliminate assignment in "if" conditional.
8830 (d10v_ts2_register_sim_regno): Eliminate call to
8831 legacy_register_sim_regno.
8832 (d10v_ts3_register_sim_regno): Ditto.
8833
6949171e
JJ
88342003-03-28 Jeff Johnston <jjohnstn@redhat.com>
8835
8836 * thread.c: Reindented.
8837 * lin-lwp.c: Ditto.
8838 * linux-proc.c: Ditto.
8839
98c7071f
BR
88402003-03-28 Bob Rossi <bob_rossi@cox.net>
8841
fbe586ae 8842 * MAINTAINERS (write after approval): Add myself.
98c7071f 8843
5edc9ca6
TR
88442003-03-27 Theodore A. Roth <troth@openavr.org>
8845
8846 * objc-exp.y: Add missing semi-colons.
8847
378bfd1b
AC
88482003-03-27 Andrew Cagney <cagney@redhat.com>
8849
8850 * regcache.c (write_sp): Delete function and references.
8851 * inferior.h (write_sp): Delete declaration.
8852 * valops.c (hand_function_call): Replace write_sp with
8853 TARGET_WRITE_SP.
8854 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
8855 (sparc_pop_frame): Ditto.
8ffd9b1b 8856
56056df7
AC
88572003-03-27 Andrew Cagney <cagney@redhat.com>
8858
8859 * NEWS: Mention removal of support for hppa*-*-bsd* and
8860 hppa*-*-osf* natives, and hppa*-*-pro* target.
8861 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
8862 * config/pa/xm-pa.h: Obsolete file.
8863 * config/pa/xm-hppab.h: Obsolete file.
8864 * config/pa/nm-hppab.h: Obsolete file.
8865 * config/pa/tm-hppab.h: Obsolete file.
8866 * config/pa/tm-hppao.h: Obsolete file.
8867 * config/pa/nm-hppao.h: Obsolete file.
8868 * config/pa/tm-pro.h: Obsolete file.
8869 * config/pa/hppaosf.mt: Obsolete file.
8870 * config/pa/hppaosf.mh: Obsolete file.
8871 * config/pa/hppapro.mt: Obsolete file.
8872 * config/pa/hppabsd.mt: Obsolete file.
8873 * config/pa/hppabsd.mh: Obsolete file.
8874 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
8875 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
8876 hppa*-*-osf*.
8877
5873a88d
AC
88782003-03-27 Andrew Cagney <cagney@redhat.com>
8879
8880 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
8881 push_arguments. Don't set push_return_address or write_sp.
8882 (d10v_push_dummy_call): Replace d10v_push_arguments.
8883 (d10v_push_return_address, d10v_write_sp): Delete function,
8884 handled by push_dummy_call.
8885
b81774d8
AC
88862003-03-26 Andrew Cagney <cagney@redhat.com>
8887
8888 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
8889 (push_dummy_call): New pure multi-arch replacement with gdbarch,
8890 regcache and dummy_addr parameters.
8891 * gdbarch.h, gdbarch.c: Re-generate.
8892 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
8893 available; assume it will handle stack alignment and return
8894 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
8895 legacy_push_arguments.
8896 (legacy_push_arguments): Rename default_push_arguments.
8897 * value.h (legacy_push_arguments): Rename default_push_arguments.
8898 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
8899 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
8900 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
8901 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
8902 * config/i386/tm-symmetry.h: Update.
8903 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8904 * x86-64-tdep.c (x86_64_init_abi): Update.
8905 * v850-tdep.c (v850_gdbarch_init): Update.
8906 * sparc-tdep.c (sparc_gdbarch_init): Update.
8907 * sh-tdep.c (sh_gdbarch_init): Update.
8908 * s390-tdep.c (s390_gdbarch_init): Update.
8909 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8910 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8911 * mips-tdep.c (mips_gdbarch_init): Update.
8912 * mcore-tdep.c (mcore_gdbarch_init): Update.
8913 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8914 * ia64-tdep.c (ia64_gdbarch_init): Update.
8915 * i386-tdep.c (i386_gdbarch_init): Update.
8916 * hppa-tdep.c (hppa_gdbarch_init): Update.
8917 * h8300-tdep.c (h8300_gdbarch_init): Update.
8918 * frv-tdep.c (frv_gdbarch_init): Update.
8919 * d10v-tdep.c (d10v_gdbarch_init): Update.
8920 * cris-tdep.c (cris_gdbarch_init): Update.
8921 * avr-tdep.c (avr_gdbarch_init): Update.
8922 * arm-tdep.c (arm_gdbarch_init): Update.
8923 * arm-linux-tdep.c (arm_linux_init_abi): Update.
8924 * alpha-tdep.c (alpha_gdbarch_init): Update.
8925
f541410f
DJ
89262003-03-26 Daniel Jacobowitz <drow@mvista.com>
8927
8928 * signals/signals.c (do_target_signal_to_host): Correct realtime
8929 signal range test.
8930
69f567ae
DJ
89312003-03-26 Daniel Jacobowitz <drow@mvista.com>
8932
8933 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
8934 (struct sal_chain, map_catch_names): Remove.
8935 (catch_exception_command_1): Don't call
8936 handle_gnu_4_16_catch_command.
8937
d5d14a5a
DJ
89382003-03-26 Daniel Jacobowitz <drow@mvista.com>
8939
8940 From Mark Dettinger <dettinge@de.ibm.com>:
8941 * dwarf2cfi.c (read_2u): Increment pointer by two.
8942
bdd73e22
DJ
89432003-03-26 Daniel Jacobowitz <drow@mvista.com>
8944
8945 * signals/signals.c: Fix typos in last change.
8946
960cb555
DJ
89472003-03-26 Daniel Jacobowitz <drow@mvista.com>
8948
8949 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
8950 not already defined. Use __SIGRTMIN if available.
8951 (target_signal_from_host): Remove SIGRTMIN block.
8952 (do_target_signal_to_host): Remove SIGRTMIN block; check that
8953 the signal is within the realtime range.
8954
f636b87d
AF
89552003-03-25 Adam Fedor <fedor@gnu.org>
8956
8957 * Makefile.in (infrun.o): Add $(language_h)
8958 * infrun.c (handle_inferior_event): Use skip_language_trampoline
8959 for language specific trampolines.
8960 * language.h (struct language_defn): Add skip_trampoline.
8961 (skip_language_trampoline): Declare.
8962 * language.c (unk_lang_trampoline, skip_language_trampoline):
8963 New functions.
8964 (unknown_language_defn, auto_language_defn, local_language_defn):
8965 Add ukn_lang_trampoline.
8966 * ada-lang.c (ada_language_defn): Add NULL for language
8967 specific skip_trampoline.
8968 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
8969 scm-lang.c: Likewise.
8970 * objc-lang.c (objc_skip_trampoline): New function.
8971 (objc_language_defn): Add objc_skip_trampoline.
8972
28f617b3 89732003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
8974
8975 * frame.c (get_prev_frame): Delay validating a frame's ID -
8976 non-NULL, didn't go backwards - until an attempt to unwind it to
8977 the previous frame.
8978
f933a9c5
AC
89792003-03-25 Andrew Cagney <cagney@redhat.com>
8980
8981 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
8982 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
8983 * gdbarch.h, gdbarch.c: Re-generate.
8984 * config/sparc/tm-sparc.h
8985 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
8986 * sparc-tdep.c (sparc_gdbarch_init): Set
8987 deprecated_extra_stack_alignment_needed.
8988 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
8989 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
8990 extra_stack_alignment_needed.
8991 * v850-tdep.c (v850_gdbarch_init): Ditto.
8992 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8993 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8994 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8995 * cris-tdep.c (cris_gdbarch_init): Ditto.
8996 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8997 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 8998
4183d812
AC
89992003-03-25 Andrew Cagney <cagney@redhat.com>
9000
9001 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9002 STORE_STRUCT_RETURN.
9003 * gdbarch.h, gdbarch.c: Regenerate.
9004 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9005 (d10v_push_arguments): Set the struct return register.
9006 (d10v_gdbarch_init): Update.
9007 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9008 * x86-64-tdep.c (x86_64_init_abi): Update.
9009 * vax-tdep.c (vax_gdbarch_init): Update.
9010 * v850-tdep.c (v850_gdbarch_init): Update.
9011 * sparc-tdep.c (sparc_gdbarch_init): Update.
9012 * sh-tdep.c (sh_gdbarch_init): Update.
9013 * s390-tdep.c (s390_gdbarch_init): Update.
9014 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9015 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9016 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9017 * mips-tdep.c (mips_gdbarch_init): Update.
9018 * mcore-tdep.c (mcore_gdbarch_init): Update.
9019 * m68k-tdep.c (m68k_gdbarch_init): Update.
9020 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9021 * ia64-tdep.c (ia64_gdbarch_init): Update.
9022 * i386-tdep.c (i386_gdbarch_init): Update.
9023 * hppa-tdep.c (hppa_gdbarch_init): Update.
9024 * h8300-tdep.c (h8300_gdbarch_init): Update.
9025 * frv-tdep.c (frv_gdbarch_init): Update.
9026 * cris-tdep.c (cris_gdbarch_init): Update.
9027 * avr-tdep.c (avr_gdbarch_init): Update.
9028 * arm-tdep.c (arm_gdbarch_init): Update.
9029 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 9030
1bf6d5cc
AC
90312003-03-25 Andrew Cagney <cagney@redhat.com>
9032
9033 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9034 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9035 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9036 * gdbarch.h, gdbarch.c: Regenerate.
9037 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9038 call_dummy_stack_adjust_p.
9039 * vax-tdep.c (vax_gdbarch_init): Ditto.
9040 * v850-tdep.c (v850_gdbarch_init): Ditto.
9041 * sh-tdep.c (sh_gdbarch_init): Ditto.
9042 * s390-tdep.c (s390_gdbarch_init): Ditto.
9043 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9044 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9045 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9046 * mips-tdep.c (mips_gdbarch_init): Ditto.
9047 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9048 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9049 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9050 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9051 * i386-tdep.c (i386_gdbarch_init): Ditto.
9052 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9053 * frv-tdep.c (frv_gdbarch_init): Ditto.
9054 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9055 * cris-tdep.c (cris_gdbarch_init): Ditto.
9056 * avr-tdep.c (avr_gdbarch_init): Ditto.
9057 * arm-tdep.c (arm_gdbarch_init): Ditto.
9058 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9059 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9060 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9061 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9062 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9063 call_dummy_stack_adjust_p.
9064 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9065 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9066 * sparc-tdep.c (sparc32_push_arguments): Update.
9067 * valops.c (hand_function_call): Update.
9068
71c08af0
CV
90692003-03-25 Corinna Vinschen <vinschen@redhat.com>
9070
9071 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9072 set_gdbarch_char_signed.
9073
30757f90
RE
90742003-03-25 Richard Earnshaw <rearnsha@arm.com>
9075
9076 PR cli/548
9077 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9078
03d48a7d
RE
90792003-03-25 Richard Earnshaw <rearnsha@arm.com>
9080
9081 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9082 (_initialize_arm_tdep): Don't set tm_print_insn.
9083
2cf6873c
AF
90842003-03-24 Adam Fedor <fedor@gnu.org>
9085
9086 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9087 * objc-lang.h: Add multiple inclusion protection.
9088 (start_msglist, add_msglist, end_msglist): Additional declarations.
9089
17c0759e
RE
90902003-03-24 Richard Earnshaw <rearnsha@arm.com>
9091
9092 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9093 value was renamed to ARM_FLOAT_SOFT_FPA.
9094
618ce49f
AC
90952003-03-23 Andrew Cagney <cagney@redhat.com>
9096
9097 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9098 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9099 * gdbarch.h, gdbarch.c: Regenerate.
9100 * valops.c (hand_function_call): Update.
9101 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9102 * frame.c (legacy_saved_regs_this_id): Update.
9103 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9104 * dummy-frame.h: Update.
9105 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9106 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9107 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9108 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9109 * config/m68k/tm-sun3.h: Update.
9110 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9111 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9112 * x86-64-tdep.c (x86_64_init_abi): Update.
9113 * vax-tdep.c (vax_gdbarch_init): Update.
9114 * v850-tdep.c (v850_gdbarch_init): Update.
9115 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9116 * sh-tdep.c (sh_gdbarch_init): Update.
9117 * s390-tdep.c (s390_gdbarch_init): Update.
9118 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9119 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9120 (frame_get_saved_regs): Update.
9121 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9122 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9123 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9124 * mips-tdep.c (mips_gdbarch_init): Update.
9125 * mcore-tdep.c (mcore_gdbarch_init): Update.
9126 * m68k-tdep.c (m68k_gdbarch_init): Update.
9127 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9128 * ia64-tdep.c (ia64_gdbarch_init): Update.
9129 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9130 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9131 (i386_interix_back_one_frame): Update.
9132 * hppa-tdep.c (hppa_gdbarch_init): Update.
9133 (hppa_init_extra_frame_info): Update.
9134 * h8300-tdep.c (h8300_gdbarch_init): Update.
9135 * frv-tdep.c (frv_gdbarch_init): Update.
9136 * cris-tdep.c (cris_gdbarch_init): Update.
9137 * avr-tdep.c (avr_gdbarch_init): Update.
9138 * arm-tdep.c (arm_gdbarch_init): Update.
9139 * alpha-tdep.c (alpha_gdbarch_init): Update.
9140
fd50bc42
RE
91412003-03-22 Richard Earnshaw <rearnsha@arm.com>
9142
9143 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9144 (arm_get_fp_model): Declare.
9145 * arm-tdep.c (fp_model_strings): New string array.
9146 (arm_fp_model, current_fp_model): New variables.
9147 (arm_get_fp_model): New function.
9148 (arm_set_fp): New function.
9149 (set_fp_model_sfunc): New function.
9150 (show_fp_model): New function.
9151 (_initialize_arm_tdep): Add new command to set/show the FPU.
9152 (arm_extract_return_value): Use arm_get_fp_model.
9153 (arm_store_return_value): Likewise.
9154 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9155 to initialize the floating-point data types.
9156 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9157 model is FPA.
9158
26304000
RE
91592003-03-22 Richard Earnshaw <rearnsha@arm.com>
9160
9161 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9162 the current setting of each value.
9163 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 9164 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
9165 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9166 commands and add new version as subcommands of "set/show arm".
9167
afd7eef0
RE
91682003-03-22 Richard Earnshaw <rearnsha@arm.com>
9169
9170 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9171 (set_arm_command, show_arm_command): New functions.
9172 (_initialize_arm_tdep): Add them.
9173 (num_disassembly_options): Renamed from num_flavor_options.
9174 (valid_disassembly_styles): Renamed from valid_flavors.
9175 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 9176 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
9177 set_disassembly_flavor_sfunc.
9178 (set_disassembly_style): Renamed from set_disassembly_flavor.
9179 (arm_othernames): Updated.
9180 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9181 command. Add "set/show arm disassembly" commands. Deprecate
9182 "othernames" command.
9183
299a7944
RE
91842003-03-22 Richard Earnshaw <rearnsha@arm.com>
9185
9186 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9187 (arm-tdep.o): Depend on elf_arm_h.
9188
c1dac9e6
RE
91892003-03-22 Richard Earnshaw <rearnsha@arm.com>
9190
9191 * Makefile.in (coff_internal_h): Define.
9192 (arm-tdep.o): Update dependencies.
9193
2702d96c
RE
91942003-03-22 Richard Earnshaw <rearnsha@arm.com>
9195
9196 * arm-tdep.c (prologue_cache): Delete.
9197 (check_prologue_cache, save_prologue_cache): Delete.
9198 (arm_scan_prologue): Don't check or update the prologue_cache.
9199 (arm_gdb_arch_init): Don't initialize it.
9200 (_initialize_arm_tdep): Likewise.
9201
27d5d74b
SC
92022003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9203
9204 * MAINTAINERS (tui): Maintainer of tui code.
9205
1762d96d
CV
92062003-03-21 Corinna Vinschen <vinschen@redhat.com>
9207
9208 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9209 (i386-cygwin-tdep.o): Add dependencies.
9210 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9211 * i386-cygwin-tdep.c: New file.
9212 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9213 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9214
4c2e2391
AC
92152003-03-20 Andrew Cagney <cagney@redhat.com>
9216
f20d38b7
AC
9217 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9218 (handle_inferior_event): Remove code calling
9219 DYNAMIC_TRAMPOLINE_NEXTPC.
9220
0022b738
AC
9221 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9222 already has a full path.
9223
864dbc90
AC
9224 * main.c (gdb_main): Return 1.
9225 (captured_main): Call error to report an invalid interpreter.
9226
4c2e2391
AC
9227 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9228 * alpha-osf1-tdep.c: Include "gdb_string.h".
9229
5ef7553b
JB
92302003-03-19 J. Brobecker <brobecker@gnat.com>
9231
9232 Continuing work to convert the hppa targets to multiarch partial.
9233
9234 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9235 method, now that hppa_push_dummy_frame has a conformant prototype.
9236 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9237 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9238 for the switch to multiarch partial.
9239
7bde8967
KB
92402003-03-19 Kevin Buettner <kevinb@redhat.com>
9241
9242 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9243 when iss is issNull.
9244
b006a9e9
KB
92452003-03-18 Kevin Buettner <kevinb@redhat.com>
9246
9247 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9248 NUM_REGS bounds check.
9249
5e2e9765
KB
92502003-03-18 Kevin Buettner <kevinb@redhat.com>
9251
9252 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9253 * mips-tdep.c (gdb_assert.h): Include.
9254 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9255 (mips_register_name): Handle integer registers explicitly. Add
9256 bounds checking.
9257 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9258 (mips_lsi33k_reg_names): Don't list integer registers; they're
9259 handled by mips_register_name() now.
9260 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9261 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9262 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9263 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9264 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9265
a2867626
AC
92662003-03-18 Andrew Cagney <cagney@redhat.com>
9267
9268 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9269 a void pointer.
9270 * gdbtypes.h (print_scalar_formatted): Update declaration.
9271 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9272
06600e06
JB
92732003-03-18 J. Brobecker <brobecker@gnat.com>
9274
9275 * infrun.c (observer.h): Add #include.
9276 (normal_stop): Add call to observer_notify_normal_stop.
9277 * Makefile.in (infrun.o): Add dependency on observer.h.
9278
7daf4f5b
JB
92792003-03-18 J. Brobecker <brobecker@gnat.com>
9280
9281 Continuing work to convert the hppa targets to multiarch partial.
9282 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9283 parameter. Reformat comment.
9284 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9285 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9286 to match new profile.
9287
3371ccc0
JB
92882003-03-18 J. Brobecker <brobecker@gnat.com>
9289
9290 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9291 appear to be working in any case.
9292
4fbe891e
JB
92932003-03-18 J. Brobecker <brobecker@gnat.com>
9294
9295 * observer.c (observer_test_first_observer): New static variable.
9296 (observer_test_second_observer): Likewise.
9297 (observer_test_third_observer): Likewise.
9298 (observer_test_first_notification_function): New static function.
9299 (observer_test_second_notification_function): Likewise.
9300 (observer_test_third_notification_function): Likewise.
9301
a7ff40e7
JB
93022003-03-17 J. Brobecker <brobecker@gnat.com>
9303
9304 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9305 * somsolib.c (gdb_assert.h): Likewise.
9306 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9307 (somsolib.o): Likewise.
9308
26ca4152
AC
93092003-03-17 Andrew Cagney <cagney@redhat.com>
9310
9311 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9312 BFD. Simplify setting of di.endian.
9313
0a613259
AC
93142003-03-17 Andrew Cagney <cagney@redhat.com>
9315
9316 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9317 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9318
9319 From Elena Zannoni <ezannoni@redhat.com>
9320 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9321 vector and floating-point parameters.
9322 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9323 convention.
9324 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9325
1132738f
FN
93262003-03-17 Fernando Nasser <fnasser@redhat.com>
9327
9328 * MAINTAINERS: Remove my name from several maintainership roles.
9329
6dc42492
AC
93302003-03-17 Andrew Cagney <cagney@redhat.com>
9331
9332 Fix frame off-by-one bug.
9333 * frame-unwind.h (frame_this_id_ftype): Replace
9334 frame_unwind_id_ftype.
9335 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9336 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9337 with "prev_register".
9338 * frame-unwind.c (frame_unwind_find_by_pc): Return
9339 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9340 comment.
9341 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9342 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9343 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9344 (dummy_frame_unwind): Update.
9345 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9346 sentinel_frame_register_unwind.
9347 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9348 (sentinel_frame_unwinder): Update.
9349 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9350 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
9351 * frame.c (create_sentinel_frame): Update. Initialize
9352 "prologue_cache" instead of "unwind_cache".
9353 (frame_register_unwind): Call this frame's prev_register with the
9354 next frame and this frame's prologue cache.
9355 (get_prev_frame): Simplify. Always call prev frame's this_id with
9356 this frame and prev frame's prologue cache. Document that this
9357 call is shifted one to the left when compared to the
9358 frame_register_unwind call.
9359 (legacy_saved_regs_prev_register): Replace
9360 frame_saved_regs_register_unwind.
9361 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
9362 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
9363 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9364 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
9365 (d10v_frame_unwind): Update.
9366 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
9367 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
9368 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
9369 "saved_regs" with "this_saved_regs".
9370
efd710d6
AC
93712003-03-16 Andrew Cagney <cagney@redhat.com>
9372
9373 * frame.c (frame_pop): Don't call target_store_registers. Fix
9374 problem reported by Mark Kettenis.
9375
4e259f09
MK
93762003-03-16 Mark Kettenis <kettenis@gnu.org>
9377
9378 * i386-tdep.c (i386_register_type): Renamed from
9379 i386_register_virtual_type. Adjust function signature.
9380 (i386_gdbarch_init): Set register_type instead of
9381 deprecated_max_register_raw_size,
9382 deprecated_max_register_virtual_size and register_virtual_type.
9383
055bb976
AC
93842003-03-14 Andrew Cagney <cagney@redhat.com>
9385
9386 * frame.c (get_prev_frame): When a legacy frame, always call
9387 legacy_get_prev_frame. Simplify unwind code using assumption that
9388 the unwinder is new.
9389 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
9390 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
9391 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
9392
ac2adee5
AC
93932003-03-14 Andrew Cagney <cagney@redhat.com>
9394
9395 * frame.c (get_saved_register): Delete function.
9396 * frame.h (get_saved_register): Delete declaration.
9397 * xstormy16-tdep.c: Update comment.
9398 * regcache.h: Update comments.
9399 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
9400 get_saved_register and extract_address, use
9401 frame_read_unsigned_register.
9402 (sparc_frame_saved_pc): Ditto.
9403 (sparc_get_saved_register): Instead of get_saved_register, use
9404 frame_register.
9405 (sparc_pop_frame): Ditto.
9406 * findvar.c: Update comments.
9407 (value_of_register): Call frame_register instead of
9408 get_saved_register.
9409 (value_from_register): Ditto.
9410 * config/sparc/tm-sparc.h: Update comment.
9411 * breakpoint.c: Update comment.
9412
129c1cd6
AC
94132003-03-14 Andrew Cagney <cagney@redhat.com>
9414
9415 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
9416 GET_SAVED_REGISTER.
9417 * gdbarch.h, gdbarch.c: Re-generate.
9418 * frame.h: Update comments.
9419 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9420 * x86-64-tdep.c (x86_64_init_abi): Update.
9421 * sparc-tdep.c (sparc_gdbarch_init): Update.
9422 * sh-tdep.c (sh_gdbarch_init): Update.
9423 * mips-tdep.c (mips_gdbarch_init): Update.
9424 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9425 * cris-tdep.c (cris_gdbarch_init): Update.
9426 * ia64-tdep.c (ia64_gdbarch_init): Update.
9427 * frame.c (frame_register): Update.
9428 (get_saved_register): Update.
9429 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 9430
749b82f6
AC
94312003-03-13 Andrew Cagney <cagney@redhat.com>
9432
9433 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
9434 * gdbarch.h, gdbarch.c: Regenerate.
9435 * valops.c (hand_function_call): Update comment.
9436 * stack.c (return_command): Update comment.
9437 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
9438 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
9439 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9440 * x86-64-tdep.c (x86_64_init_abi): Update.
9441 * vax-tdep.c (vax_gdbarch_init): Update.
9442 * v850-tdep.c (v850_gdbarch_init): Update.
9443 * sparc-tdep.c (sparc_gdbarch_init): Update.
9444 * sh-tdep.c (sh_gdbarch_init): Update.
9445 * s390-tdep.c (s390_gdbarch_init): Update.
9446 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9447 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9448 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9449 * mips-tdep.c (mips_gdbarch_init): Update.
9450 * mcore-tdep.c (mcore_gdbarch_init): Update.
9451 * m68k-tdep.c (m68k_gdbarch_init): Update.
9452 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9453 * ia64-tdep.c (ia64_gdbarch_init): Update.
9454 * i386-tdep.c (i386_gdbarch_init): Update.
9455 * hppa-tdep.c (hppa_gdbarch_init): Update.
9456 * h8300-tdep.c (h8300_gdbarch_init): Update.
9457 * frv-tdep.c (frv_gdbarch_init): Update.
9458 * cris-tdep.c (cris_gdbarch_init): Update.
9459 * avr-tdep.c (avr_gdbarch_init): Update.
9460 * arm-tdep.c (arm_gdbarch_init): Update.
9461 * alpha-tdep.c (alpha_gdbarch_init): Update.
9462
1594fa56
AC
94632003-03-13 Andrew Cagney <cagney@redhat.com>
9464
9465 * frame.c (legacy_frame_p): New function.
9466 (get_prev_frame): Use legacy_frame_p.
9467 * frame.h (legacy_frame_p): Declare.
9468
7717fda3
V
94692003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9470
fbe586ae 9471 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
9472 listing corrected.
9473
0c67cbe9
V
94742003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9475
fbe586ae 9476 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 9477
03febf99
AC
94782003-03-12 Andrew Cagney <cagney@redhat.com>
9479
9480 * frame.c (get_prev_frame): Rename the frame parameter to
9481 "this_frame".
9482 (get_next_frame, legacy_get_prev_frame): Ditto.
9483
0a1e1ca1
AC
94842003-03-12 Andrew Cagney <cagney@redhat.com>
9485
9486 * frame.c (get_current_frame): Check target_has_registers before
9487 checking target_has_stack.
9488 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
9489 instead of deprecated_selected_frame.
9490 * findvar.c (value_of_register): Pass "frame", not
9491 deprecated_selected_frame, to value_of_builtin_reg.
9492
a66a9c23
AC
94932003-03-12 Andrew Cagney <cagney@redhat.com>
9494
9495 * regcache.c (regcache_cooked_write_signed): New function.
9496 (regcache_cooked_write_unsigned): New function.
9497 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
9498 (regcache_cooked_read_signed): Fix regnum in range assertion.
9499 * regcache.h (regcache_cooked_write_signed): Declare.
9500 (regcache_cooked_write_unsigned): Declare.
9501
8bedc050
AC
95022003-03-12 Andrew Cagney <cagney@redhat.com>
9503
9504 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
9505 * gdbarch.h, gdbarch.c: Re-generate.
9506 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9507 * x86-64-tdep.h: Update.
9508 * x86-64-tdep.c (x86_64_init_abi): Update.
9509 * v850-tdep.c (v850_gdbarch_init): Update.
9510 * sparc-tdep.c (sparc_gdbarch_init): Update.
9511 * sh-tdep.c (sh_gdbarch_init): Update.
9512 * s390-tdep.c (s390_gdbarch_init): Update.
9513 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9514 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9515 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9516 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9517 * mips-tdep.c (mips_gdbarch_init): Update.
9518 * mcore-tdep.c (mcore_gdbarch_init): Update.
9519 * m68k-tdep.c (m68k_gdbarch_init): Update.
9520 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9521 * ia64-tdep.c (ia64_gdbarch_init): Update.
9522 * i386-tdep.c (i386_gdbarch_init): Update.
9523 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9524 * hppa-tdep.c (hppa_gdbarch_init): Update.
9525 * h8300-tdep.c (h8300_gdbarch_init): Update.
9526 * frv-tdep.c (frv_gdbarch_init): Update.
9527 * cris-tdep.c (cris_gdbarch_init): Update.
9528 * avr-tdep.c (avr_gdbarch_init): Update.
9529 * arm-tdep.c (arm_gdbarch_init): Update.
9530 * alpha-tdep.c (alpha_gdbarch_init): Update.
9531 * sh-tdep.c (sh_init_extra_frame_info): Update.
9532 (sh64_init_extra_frame_info): Update.
9533 * ns32knbsd-nat.c (frame_num_args): Update.
9534 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
9535 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
9536 (xstormy16_frame_chain_valid): Update.
9537 * vax-tdep.c (vax_saved_pc_after_call): Update.
9538 * v850-tdep.c (v850_frame_chain): Update.
9539 (v850_pop_frame): Update.
9540 (v850_init_extra_frame_info): Update.
9541 * sparc-tdep.c (setup_arbitrary_frame): Update.
9542 * ns32k-tdep.c (umax_frame_num_args): Update.
9543 * s390-tdep.c (s390_pop_frame_regular): Update.
9544 * mn10300-tdep.c (mn10300_frame_chain): Update.
9545 (mn10300_pop_frame_regular): Update.
9546 (mn10300_init_extra_frame_info): Update.
9547 * mips-tdep.c (mips_init_frame_pc_first): Update.
9548 (mips_frame_chain): Update.
9549 (mips_pop_frame): Update.
9550 * mcore-tdep.c (mcore_frame_chain): Update.
9551 (mcore_pop_frame): Update.
9552 (mcore_init_extra_frame_info): Update.
9553 * arch-utils.c (init_frame_pc_default): Update.
9554 * m68k-tdep.c (isi_frame_num_args): Update.
9555 (delta68_frame_num_args): Update.
9556 (news_frame_num_args): Update.
9557 * ia64-tdep.c (ia64_pop_frame_regular): Update.
9558 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9559 (alpha_frame_chain): Update.
9560 (alpha_pop_frame): Update.
9561 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
9562 (hppa_init_extra_frame_info): Update.
9563 (hppa_frame_chain): Update.
9564 (hppa_frame_chain_valid): Update.
9565 * cris-tdep.c (cris_init_extra_frame_info): Update.
9566 * avr-tdep.c (avr_init_extra_frame_info): Update.
9567 * arm-tdep.c (arm_frame_chain_valid): Update.
9568 (arm_init_extra_frame_info): Update.
9569 (arm_pop_frame): Update.
9570 * frame.c (frame_pc_unwind): Update.
9571 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
9572 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9573 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9574 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
9575 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
9576 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 9577
7a25a7c1
AC
95782003-03-12 Andrew Cagney <cagney@redhat.com>
9579
9580 Eliminate the need for POP_FRAME.
9581 * frame.c (do_frame_unwind_register): New function.
9582 (frame_pop): When no POP_FRAME, pop the frame using register
9583 unwind and a scratch regcache.
9584 (frame_saved_regs_pop): Delete function.
9585 (trad_frame_unwinder): Update.
9586 * d10v-tdep.c (d10v_frame_pop): Delete function.
9587 (d10v_frame_unwind): Update.
9588 * sentinel-frame.c (sentinel_frame_pop): Delete function.
9589 (sentinel_frame_unwinder): Update.
9590 * dummy-frame.c (dummy_frame_pop): Delete function.
9591 (dummy_frame_unwind): Update.
9592 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
9593 (struct frame_unwind): Update.
9594
2f38ef89
KB
95952003-03-11 Kevin Buettner <kevinb@redhat.com>
9596
9597 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
9598 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
9599 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
9600 Do range checks on register number obtained from debugging info.
9601 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
9602 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
9603 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
9604 mapping function.
9605 (do_fp_register_row): Fix typo which caused double type to be
9606 used when attempting to unpack a float.
9607
552f4abf
JB
96082003-03-11 J. Brobecker <brobecker@gnat.com>
9609
9610 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
9611
e0d2ae16
AC
96122003-03-11 Andrew Cagney <cagney@redhat.com>
9613
9614 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
9615 frame. Problem found by Corinna Vinschen.
9616
ddbfdd06
PM
96172003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
9618
9619 * doublest.c (floatformat_from_length): Accept also
9620 the real size of 'long double' type.
9621
088b2ddc 96222003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 9623
088b2ddc 9624 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
9625 * breakpoint.c (bpstat_copy): Copy the command lines as well
9626 as the old value, to match what is freed in bpstat_clear.
9627
f56f77c1
DC
96282003-03-10 David Carlton <carlton@math.stanford.edu>
9629
9630 * minsyms.c (add_minsym_to_hash_table): Replace
9631 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
9632 (compare_minimal_symbols, compact_minimal_symbols)
9633 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
9634 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
9635 of DEPRECATED_SYMBOL_MATCHES_NAME.
9636 (lookup_minimal_symbol_solib_trampoline): Ditto.
9637
5602984a
AC
96382003-03-10 Andrew Cagney <cagney@redhat.com>
9639
9640 * regcache.h (regcache_cooked_read_ftype): Define.
9641 (regcache_save, regcache_restore): Add a cooked_read parameter.
9642 * regcache.c (regcache_save, regcache_restore): Update.
9643 (do_cooked_read): New function.
9644 (regcache_cpy): Pass do_cooked_read to regcache_save and
9645 regcache_restore.
9646
8bedc050
AC
96472003-03-10 Andrew Cagney <cagney@redhat.com>
9648
9649 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
9650 * gdbarch.h, gdbarch.c: Re-generate.
9651 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9652 * x86-64-tdep.h: Update.
9653 * x86-64-tdep.c (x86_64_init_abi): Update.
9654 * v850-tdep.c (v850_gdbarch_init): Update.
9655 * sparc-tdep.c (sparc_gdbarch_init): Update.
9656 * sh-tdep.c (sh_gdbarch_init): Update.
9657 * s390-tdep.c (s390_gdbarch_init): Update.
9658 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9659 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9660 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9661 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9662 * mips-tdep.c (mips_gdbarch_init): Update.
9663 * mcore-tdep.c (mcore_gdbarch_init): Update.
9664 * m68k-tdep.c (m68k_gdbarch_init): Update.
9665 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9666 * ia64-tdep.c (ia64_gdbarch_init): Update.
9667 * i386-tdep.c (i386_gdbarch_init): Update.
9668 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9669 * hppa-tdep.c (hppa_gdbarch_init): Update.
9670 * h8300-tdep.c (h8300_gdbarch_init): Update.
9671 * frv-tdep.c (frv_gdbarch_init): Update.
9672 * cris-tdep.c (cris_gdbarch_init): Update.
9673 * avr-tdep.c (avr_gdbarch_init): Update.
9674 * arm-tdep.c (arm_gdbarch_init): Update.
9675 * alpha-tdep.c (alpha_gdbarch_init): Update.
9676 * sh-tdep.c (sh_init_extra_frame_info): Update.
9677 (sh64_init_extra_frame_info): Update.
9678 * ns32knbsd-nat.c (frame_num_args): Update.
9679 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
9680 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
9681 (xstormy16_frame_chain_valid): Update.
9682 * vax-tdep.c (vax_saved_pc_after_call): Update.
9683 * v850-tdep.c (v850_frame_chain): Update.
9684 (v850_pop_frame): Update.
9685 (v850_init_extra_frame_info): Update.
9686 * sparc-tdep.c (setup_arbitrary_frame): Update.
9687 * ns32k-tdep.c (umax_frame_num_args): Update.
9688 * s390-tdep.c (s390_pop_frame_regular): Update.
9689 * mn10300-tdep.c (mn10300_frame_chain): Update.
9690 (mn10300_pop_frame_regular): Update.
9691 (mn10300_init_extra_frame_info): Update.
9692 * mips-tdep.c (mips_init_frame_pc_first): Update.
9693 (mips_frame_chain): Update.
9694 (mips_pop_frame): Update.
9695 * mcore-tdep.c (mcore_frame_chain): Update.
9696 (mcore_pop_frame): Update.
9697 (mcore_init_extra_frame_info): Update.
9698 * arch-utils.c (init_frame_pc_default): Update.
9699 * m68k-tdep.c (isi_frame_num_args): Update.
9700 (delta68_frame_num_args): Update.
9701 (news_frame_num_args): Update.
9702 * ia64-tdep.c (ia64_pop_frame_regular): Update.
9703 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9704 (alpha_frame_chain): Update.
9705 (alpha_pop_frame): Update.
9706 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
9707 (hppa_init_extra_frame_info): Update.
9708 (hppa_frame_chain): Update.
9709 (hppa_frame_chain_valid): Update.
9710 * cris-tdep.c (cris_init_extra_frame_info): Update.
9711 * avr-tdep.c (avr_init_extra_frame_info): Update.
9712 * arm-tdep.c (arm_frame_chain_valid): Update.
9713 (arm_init_extra_frame_info): Update.
9714 (arm_pop_frame): Update.
9715 * frame.c (frame_pc_unwind): Update.
9716 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
9717 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9718 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9719 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
9720 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
9721 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 9722
12cc2063
AC
97232003-03-10 Andrew Cagney <cagney@redhat.com>
9724
9725 * gdbarch.sh (gdbarch_unwind_pc): New method.
9726 * gdbarch.h, gdbarch.c: Regenerate.
9727 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
9728 but use read_pc and FRAME_SAVED_PC as fall backs.
9729 (frame_saved_regs_pc_unwind): Delete function.
9730 (trad_frame_unwinder): Update.
9731 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
9732 (struct frame_unwind): Update.
9733 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
9734 (dummy_frame_unwind): Update.
9735 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
9736 (sentinel_frame_unwinder): Update.
9737 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
9738 (d10v_frame_unwind): Update.
9739 (d10v_unwind_pc): New function.
9740 (d10v_gdbarch_init): Set unwind_pc.
9741
ef840a37
AC
97422003-03-10 Andrew Cagney <cagney@redhat.com>
9743
a2ce2e56
AC
9744 * gdbarch.h: Re-generate.
9745
ef840a37
AC
9746 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
9747 PC.
9748 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
9749 the PC register.
9750
08f3424b
MK
97512003-03-08 Mark Kettenis <kettenis@gnu.org>
9752
9753 * gdbarch.sh (save_dummy_frame_tos): Add comment.
9754
1248ede2
AC
97552003-03-08 Andrew Cagney <cagney@redhat.com>
9756
9757 * cli-out.c: Update copyright.
9758 (cli_out_data): Define typedef. Use instead of ui_out_data.
9759
f49bacc8
AC
97602003-03-08 Andrew Cagney <cagney@redhat.com>
9761
9762 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
9763 the result.
9764
9b05f993
AC
97652003-03-07 Andrew Cagney <cagney@redhat.com>
9766
9767 * gdbarch.sh: Don't generate two macro definitions when an
9768 undefined macro taking no arguments.
9769 * gdbarch.h: Regenerate.
8ffd9b1b 9770
166f4c7b
ML
97712002-03-07 Michal Ludvig <mludvig@suse.cz>
9772
9773 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
9774 (x86_64_unwind_dummy_id): New functions.
9775 (x86_64_init_abi): Register these two new functions.
9776
6d686a84
ML
97772003-03-07 Michal Ludvig <mludvig@suse.cz>
9778
9779 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 9780 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
9781 separate function.
9782 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
9783
6314f104
AC
97842003-03-05 Andrew Cagney <cagney@redhat.com>
9785
9786 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
9787 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
9788 * frame.c (get_prev_frame): Restructure the frame ID unwind code
9789 to use unwind_dummy_id when a dummy frame.
9790 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
9791 predicate.
9792 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 9793
ceea5145
AC
97942003-03-05 Andrew Cagney <cagney@redhat.com>
9795
9796 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
9797 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
9798 Do not use d10v_read_sp or d10v_read_fp when obtaining register
9799 values.
9800
0d843116
AC
98012003-03-05 Andrew Cagney <cagney@redhat.com>
9802
9803 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
9804 (struct d10v_unwind_cache): Delete field "frameless". Replace
9805 "next_addr" with "sp_offset". Add "r11_offset".
9806 (d10v_frame_unwind_cache): Update.
9807 (prologue_find_regs): Update. When "mv r11, sp", save the
9808 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
9809 RN was saved in r11_offset.
9810
b2579786
AC
98112003-03-05 Andrew Cagney <cagney@redhat.com>
9812
9813 * frame.c (deprecated_update_frame_pc_hack): Also update the the
9814 cached PC value in the next frame.
9815
218e5956
AC
98162003-03-05 Andrew Cagney <cagney@redhat.com>
9817
9818 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
9819 "id_unwind_cache" with "id".
9820 (frame_id_unwind): Delete declaration.
9821 * frame.c (frame_id_unwind): Delete function.
9822 (get_prev_frame): Call the frame id unwind method directly. Store
9823 the returned next frame's ID value in NEXT_FRAME. Note that there
9824 is a problem with the wrong unwind ID being called with the wrong
9825 unwind cache.
9826
ed363b1b
DJ
98272003-03-05 Daniel Jacobowitz <drow@mvista.com>
9828
9829 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
9830
fe1f4a5e
DJ
98312003-03-05 James Ingham <jingham@apple.com>
9832 Daniel Jacobowitz <drow@mvista.com>
9833
9834 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
9835 (auto_cp_abi): New variable.
9836 (current_cp_abi, num_cp_abis): Make static.
9837 (CP_ABI_MAX): Define.
9838 (cp_abis): Turn into an array.
9839 (value_virtual_fn_field): Fix formatting.
9840 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
9841 takes a pointer.
9842 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
9843 (list_cp_abis, _initialize_cp_abi): New functions.
9844 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
9845 declarations for cp_abis, num_cp_abis, current_cp_abi, and
9846 switch_to_cp_abi. Update prototype for register_cp_abi.
9847 * Makefile.in (cp-abi.o): Update dependencies.
9848 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
9849 instead of switch_to_cp_abi.
9850 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
9851 register_cp_abi.
9852 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
9853 register_cp_abi.
9854 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
9855
e4adbba9
DJ
98562003-03-05 Daniel Jacobowitz <drow@mvista.com>
9857
9858 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
9859 * dwarf2loc.c: Include "regcache.h".
9860 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
9861 register_size.
9862 * Makefile.in (dwarf2loc.o): Update dependencies.
9863
91ccbfc1
TR
98642003-03-04 Theodore A. Roth <troth@openavr.org>
9865
9866 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
9867 number of io registers reported by remote target is not a multiple of
9868 step.
9869
3d4e8fd2
DC
98702003-03-04 David Carlton <carlton@math.stanford.edu>
9871
9872 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
9873 (lookup_symbol_aux_psymtabs): Update call to
9874 lookup_partial_symbol.
9875 (lookup_transparent_type, find_main_psymtab)
9876 (make_symbol_overload_list): Ditto.
9877
ed42d87b
KH
98782003-03-04 Kazu Hirata <kazu@cs.umass.edu>
9879
9880 * MAINTAINERS (Write after approval): Update my email address.
9881
a0ed5532
AC
98822003-03-03 Andrew Cagney <cagney@redhat.com>
9883
9884 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
9885 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
9886 predicate. Replace MAX_REGISTER_RAW_SIZE.
9887 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
9888 MAX_REGISTER_VIRTUAL_SIZE.
9889 * regcache.c (legacy_max_register_raw_size): New function.
9890 (legacy_max_register_virtual_size): New function.
9891 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
9892 (MAX_REGISTER_RAW_SIZE): Define.
9893 (legacy_max_register_raw_size): Declare.
9894 (legacy_max_register_virtual_size): Declare.
9895 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
9896 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
9897 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
9898 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
9899 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
9900 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
9901 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
9902 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
9903 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
9904 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9905 * vax-tdep.c (vax_gdbarch_init): Update.
9906 * v850-tdep.c (v850_gdbarch_init): Update.
9907 * sparc-tdep.c (sparc_gdbarch_init): Update.
9908 * sh-tdep.c (sh_gdbarch_init): Update.
9909 * s390-tdep.c (s390_gdbarch_init): Update.
9910 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9911 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9912 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9913 * mips-tdep.c (mips_gdbarch_init): Update.
9914 * mcore-tdep.c (mcore_gdbarch_init): Update.
9915 * m68k-tdep.c (m68k_gdbarch_init): Update.
9916 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9917 * ia64-tdep.c (ia64_gdbarch_init): Update.
9918 * i386-tdep.c (i386_gdbarch_init): Update.
9919 * hppa-tdep.c (hppa_gdbarch_init): Update.
9920 * h8300-tdep.c (h8300_gdbarch_init): Update.
9921 * frv-tdep.c (frv_gdbarch_init): Update.
9922 * cris-tdep.c (cris_gdbarch_init): Update.
9923 * avr-tdep.c (avr_gdbarch_init): Update.
9924 * arm-tdep.c (arm_gdbarch_init): Update.
9925 * alpha-tdep.c (alpha_gdbarch_init): Update.
9926 * d10v-tdep.c (d10v_gdbarch_init): Do not set
9927 max_register_raw_size or max_register_virtual_size.
9928
8e437497
DC
99292003-03-03 David Carlton <carlton@math.stanford.edu>
9930
9931 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
9932 SYMBOL_MATCHES_NAME, add comment.
9933 (SYMBOL_MATCHES_NATURAL_NAME): New.
9934 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
9935 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
9936 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
9937 * symtab.c (lookup_partial_symbol): Use
9938 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
9939 unhelpful comment.
9940 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
9941 SYMBOL_MATCHES_NAME.
9942 Fix for PR c++/33.
9943
25120b0d
DC
99442003-03-03 David Carlton <carlton@math.stanford.edu>
9945
9946 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
9947 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
9948 by regexp matching against SYMBOL_NATURAL_NAME.
9949
78a11fb4
DC
99502003-03-03 David Carlton <carlton@math.stanford.edu>
9951
9952 * linespec.c (find_method): Extract code into collect_methods.
9953 (collect_methods): New.
9954
645dd519
MK
99552003-03-02 Mark Kettenis <kettenis@gnu.org>
9956
b4700d91
MK
9957 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
9958 get_frame_base.
9959
645dd519
MK
9960 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
9961 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
9962
0aa7e1aa
SC
99632003-03-02 Stephane Carrez <stcarrez@nerim.fr>
9964
8ffd9b1b 9965 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
9966 and not regnum when summing the size of all registers up to regnum.
9967
f30ee0bc
AC
99682003-03-01 Andrew Cagney <cagney@redhat.com>
9969
9970 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
9971 FRAME_INIT_SAVED_REGS.
9972 * gdbarch.h, gdbarch.c: Regenerate.
9973 * stack.c (frame_info): Update.
9974 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
9975 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
9976 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
9977 * ns32k-tdep.c (ns32k_pop_frame): Update.
9978 * mips-tdep.c (mips_pop_frame): Update.
9979 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
9980 * ia64-tdep.c (ia64_frame_chain): Update.
9981 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
9982 (ia64_frameless_function_invocation): Update.
9983 (ia64_init_extra_frame_info): Update.
9984 (ia64_pop_frame_regular): Update.
9985 * frame.h (struct frame_info): Update comment.
9986 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
9987 * frame.c (frame_saved_regs_register_unwind): Update.
9988 (frame_saved_regs_register_unwind): Update.
9989 (deprecated_generic_get_saved_register): Update.
9990 * cris-tdep.c: Update comment.
9991 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
9992 Rename macro.
9993 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9994 * x86-64-tdep.c (x86_64_init_abi): Update.
9995 * vax-tdep.c (vax_gdbarch_init): Update.
9996 * v850-tdep.c (v850_gdbarch_init): Update.
9997 * sparc-tdep.c (sparc_gdbarch_init): Update.
9998 * sh-tdep.c (sh_gdbarch_init): Update.
9999 * s390-tdep.c (s390_gdbarch_init): Update.
10000 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10001 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10002 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10003 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10004 * mips-tdep.c (mips_gdbarch_init): Update.
10005 * mcore-tdep.c (mcore_gdbarch_init): Update.
10006 * m68k-tdep.c (m68k_gdbarch_init): Update.
10007 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10008 * ia64-tdep.c (ia64_gdbarch_init): Update.
10009 * i386-tdep.c (i386_gdbarch_init): Update.
10010 * frv-tdep.c (frv_gdbarch_init): Update.
10011 * avr-tdep.c (avr_gdbarch_init): Update.
10012 * arm-tdep.c (arm_gdbarch_init): Update.
10013 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 10014
42fa7c0f
AC
100152003-03-01 Andrew Cagney <cagney@redhat.com>
10016
10017 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10018 option enum and switch. When no windows, set the interpreter to
10019 INTERP_CONSOLE.
8ffd9b1b 10020
49c7e338
AC
100212003-03-01 Andrew Cagney <cagney@redhat.com>
10022
10023 * main.c (captured_main): Replace magic option characters with an
10024 enum.
10025
e9582e71
AC
100262003-03-01 Andrew Cagney <cagney@redhat.com>
10027
10028 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10029 INIT_EXTRA_FRAME_INFO.
10030 * gdbarch.h, gdbarch.c: Regenerate.
10031 * arm-tdep.c: Update comments.
10032 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10033 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10034 * frame.h, avr-tdep.c: Ditto.
10035 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10036 (create_new_frame, legacy_get_prev_frame): Ditto.
10037 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10038 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10039 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10040 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10041 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10042 * v850-tdep.c (v850_gdbarch_init): Ditto.
10043 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10044 * sh-tdep.c (sh_gdbarch_init): Ditto.
10045 * s390-tdep.c (s390_gdbarch_init): Ditto.
10046 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10047 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10048 * mips-tdep.c (mips_gdbarch_init): Ditto.
10049 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10050 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10051 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10052 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10053 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10054 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10055 * frv-tdep.c (frv_gdbarch_init): Ditto.
10056 * cris-tdep.c (cris_gdbarch_init): Ditto.
10057 * avr-tdep.c (avr_gdbarch_init): Ditto.
10058 * arm-tdep.c (arm_gdbarch_init): Ditto.
10059 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10060 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10061
35cac7cf
AC
100622003-03-01 Andrew Cagney <cagney@redhat.com>
10063
10064 * gdbarch.sh (register_type): New function with predicate.
10065 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10066 * gdbarch.h, gdbarch.c: Re-generate.
10067 * arch-utils.c (generic_register_byte): Use generic_register_size.
10068 (generic_register_size): When available, use
10069 gdbarch_register_type.
10070 * regcache.c (init_regcache_descr): When available, initialize the
10071 register type array using gdbarch_register_type. If the
10072 architecture supplies gdbarch_register_type, do not use the legacy
10073 regcache layout.
10074 * d10v-tdep.c (d10v_register_type): Replace
10075 d10v_register_virtual_type.
10076 (d10v_gdbarch_init): Set register_type instead of
10077 register_virtual_type.
10078
7b83296f
AC
100792003-03-01 Andrew Cagney <cagney@redhat.com>
10080
10081 * Makefile.in (ax-gdb.o): Update dependencies.
10082 * ax-gdb.c: Include "regcache.h".
10083 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10084 * findvar.c (value_of_register): Ditto.
10085 * infcmd.c (default_print_registers_info): Ditto.
10086
eadc1c87
MK
100872003-03-01 Mark Kettenis <kettenis@gnu.org>
10088
10089 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10090 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10091
14143612
MK
100922003-03-01 Mark Kettenis <kettenis@gnu.org>
10093
10094 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10095 of STREQ.
10096
a55cc764
DJ
100972003-02-28 Daniel Jacobowitz <drow@mvista.com>
10098
10099 * Makefile.in (dwarf2loc.o): Update dependencies.
10100 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10101 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10102 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10103 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10104 (locexpr_tracepoint_var_ref): New function.
10105 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10106
08a617da
AC
101072003-02-28 Andrew Cagney <cagney@redhat.com>
10108
10109 * regcache.c (register_size): New function.
10110 * regcache.h (register_size): Declare
10111 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10112 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10113
4224873a
DC
101142003-02-28 David Carlton <carlton@math.stanford.edu>
10115
10116 * linespec.c (decode_compound): Extract code into find_method.
10117 (find_method): New.
10118
ccdc5d7f
JB
101192003-02-28 J. Brobecker <brobecker@gnat.com>
10120
10121 * Makefile.in: Add rules to build and link in observer.o.
10122
974e8ced
JB
101232003-02-27 J. Brobecker <brobecker@gnat.com>
10124
10125 * observer.c: Minor comments edits.
10126
7a28f973
JB
101272003-02-27 J. Brobecker <brobecker@gnat.com>
10128
10129 * observer.h, observer.c: New file.
10130
27cddce2
AC
101312003-02-27 Andrew Cagney <cagney@redhat.com>
10132
10133 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10134
b94a41a1
SC
101352003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10136
10137 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10138 (M6812_OP_STS_EXT): Likewise.
10139 (m6811_prologue): Use the above to recognize prologue.
10140 (m6812_prologue): Likewise.
10141
c8be8951
DC
101422003-02-27 David Carlton <carlton@math.stanford.edu>
10143
10144 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10145 SYMBOL_PRINT_NAME.
10146 (compare_psymbols): Ditto.
10147 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10148
d05bb1fc
MS
101492003-02-27 Michael Snyder <msnyder@redhat.com>
10150
4e845cd3
MS
10151 * f-lang.c (build_fortran_types): New function.
10152 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
10153 * doublest.c (extract_floating): Fix warning text.
10154
f3824013
AC
101552003-02-27 Andrew Cagney <cagney@redhat.com>
10156
10157 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10158 predicate. Replaces PUSH_DUMMY_FRAME.
10159 * gdbarch.h, gdbarch.c: Regnerate.
10160 * valops.c (hand_function_call): Update. Call
10161 generic_push_dummy_frame directly.
10162 * vax-tdep.c (vax_gdbarch_init): Update.
10163 * sparc-tdep.c (sparc_gdbarch_init): Update.
10164 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10165 * m68k-tdep.c (m68k_gdbarch_init): Update.
10166 * hppa-tdep.c (hppa_gdbarch_init): Update.
10167 * alpha-tdep.c (alpha_gdbarch_init): Update.
10168 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10169 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10170 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10171 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10172 push_dummy_frame to generic_push_dummy_frame.
10173 * v850-tdep.c (v850_gdbarch_init): Ditto.
10174 * sh-tdep.c (sh_gdbarch_init): Ditto.
10175 * s390-tdep.c (s390_gdbarch_init): Ditto.
10176 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10177 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10178 * mips-tdep.c (mips_gdbarch_init): Ditto.
10179 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10180 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10181 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10182 * i386-tdep.c (i386_gdbarch_init): Ditto.
10183 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10184 * frv-tdep.c (frv_gdbarch_init): Ditto.
10185 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10186 * cris-tdep.c (cris_gdbarch_init): Ditto.
10187 * avr-tdep.c (avr_gdbarch_init): Ditto.
10188 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 10189
ad188201
KB
101902003-02-26 Kevin Buettner <kevinb@redhat.com>
10191
10192 * mips-tdep.c (show_mips_abi): New function.
10193 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10194 command ``show mips abi''.
10195
6b37567a 101962003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 10197
6b37567a 10198 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 10199 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
10200 more sline entries have been seen for the function.
10201
d3e0a5bf
MC
102022003-02-26 Michael Chastain <mec@shout.net>
10203
10204 * configure: Regenerate with autoconf 000227.
10205
18972eea
MC
102062003-02-26 Michael Chastain <mec@shout.net>
10207
10208 Close PR build/660.
10209 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10210 for old libc5/glibc.
10211 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10212
0bbde931
KW
102132003-02-26 Kris Warkentin <kewarken@qnx.com>
10214
10215 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10216 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10217
27ca5dad
MC
102182003-02-26 Michael Chastain <mec@shout.net>
10219
10220 * configure.in: New variable HAVE_UINTPTR_T.
10221 * configure, config.in: Regenerated.
10222
6f88d630
DJ
102232003-02-26 Daniel Jacobowitz <drow@mvista.com>
10224
10225 Fix PR build/1097.
10226 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10227
b14185ce
AC
102282003-02-25 Andrew Cagney <cagney@redhat.com>
10229
10230 * frame.c (get_prev_frame): Add comment on check for
10231 inside_entry_func. Only check for inside_entry_file when not a
10232 dummy and not a sentinel. Check that the new frame is not inner
10233 to the old frame.
10234
ac2bd0a9
AC
102352003-02-25 Andrew Cagney <cagney@redhat.com>
10236
10237 * frame.c (frame_debug): New variable.
10238 (_initialize_frame): Add "set/show debug frame" command.
10239 (get_prev_frame): When frame_debug, print reason why unwind
10240 failed.
10241
b18a0fd2
MC
102422003-02-25 Michael Chastain <mec@shout.net>
10243
10244 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10245 to avoid uintptr_t definition problems.
10246
22abf04a
DC
102472003-02-25 David Carlton <carlton@math.stanford.edu>
10248
10249 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10250 (SYMBOL_LINKAGE_NAME): Ditto.
10251 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10252 SYMBOL_LINKAGE_NAME.
10253 (struct general_symbol_info): Expand comment.
10254 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10255 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10256 (SYMBOL_MATCHES_REGEXP): Ditto.
10257 * symtab.c (symbol_natural_name): New function.
10258 * objfiles.h: Replace all uses of SYMBOL_NAME by
10259 DEPRECATED_SYMBOL_NAME.
10260 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10261 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10262 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10263 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10264 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10265 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10266 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10267 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10268 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10269 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10270 * ada-exp.y: Ditto.
10271 * ada-exp.y: Update copyright.
10272 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10273 * cp-valprint.c: Ditto.
10274
1a5848f6
JJ
102752003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10276
10277 * infptrace.c (detach): Do not flag error if ptrace detach fails
10278 and errno is set to ESRCH.
10279
7343d46a
AC
102802003-02-24 Andrew Cagney <cagney@redhat.com>
10281
10282 * infptrace.c (udot_info): Change type of udot_off to long. Use
10283 paddr when printing udot_off's value.
10284
49fa1dc2
DC
102852003-02-24 David Carlton <carlton@math.stanford.edu>
10286
10287 * symtab.c (make_symbol_overload_list): Only read in partial
10288 symtabs containing a matching partial symbol.
10289
0fe19209
DC
102902003-02-24 David Carlton <carlton@math.stanford.edu>
10291
10292 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10293 do the comparison, not strcmp.
10294 * symfile.c (compare_psymbols): Ditto.
10295 * defs.h: Declare strcmp_iw_ordered.
10296 * utils.c (strcmp_iw_ordered): New function.
10297
8e3ee7b5
JB
102982003-02-24 Jim Blandy <jimb@redhat.com>
10299
10300 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10301 support, shared libs): Remove my name from here, to better reflect
10302 reality.
10303
7df1a324
KW
103042003-02-24 Kris Warkentin <kewarken@qnx.com>
10305
10306 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10307 (target_ops): Add to_have_continuable_watchpoint.
10308 * target.c (update_current_target): Add INHERIT line for
10309 to_have_continuable_watchpoint.
10310 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10311 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10312 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10313 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10314
d1c76907
EZ
103152003-02-24 Elena Zannoni <ezannoni@redhat.com>
10316
10317 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10318 maintainership.
10319
2610b0bf
KW
103202003-02-24 Kris Warkentin <kewarken@qnx.com>
10321
f46169db
KW
10322 * solib.c (solib_open): Call target defined search function after
10323 failing with solib-search-path.
10324 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10325 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 10326
9a3c34fe
KW
103272003-02-24 Kris Warkentin <kewarken@qnx.com>
10328
f46169db 10329 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 10330
2417dd25
SC
103312003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10332
10333 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10334
b631436b
SC
103352003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10336
10337 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10338 (m68hc11_add_reggroups): New function.
10339 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10340 (m68hc11_gdbarch_init): Install the reggroups.
10341 (_initialize_m68hc11_tdep): Initialize them.
10342
0aa8c1e4
JW
103432003-02-21 James E Wilson <wilson@tuliptree.org>
10344
10345 * MAINTAINERS: Update my email address.
10346
50ceaba5
DC
103472003-02-21 David Carlton <carlton@math.stanford.edu>
10348
10349 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
10350
4c2df51b
DJ
103512003-02-21 Daniel Jacobowitz <drow@mvista.com>
10352
10353 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
10354 * symtab.h: Add opaque declarations of struct axs_value and
10355 struct agent_expr.
10356 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
10357 (struct location_funcs): New type.
10358 (struct symbol): Add "loc" to aux_value.
10359 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
10360 * dwarf2read.c: Include "dwarf2expr.h".
10361 (dwarf2_symbol_mark_computed): New function.
10362 (read_func_scope): Use it.
10363 (var_decode_location): New function.
10364 (new_symbol): Use it.
10365 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
10366
10367 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
10368 (dwarf2expr_h, dwarf2loc_h): New variables.
10369 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
10370 (dwarf2expr.o, dwarf2loc.o): New rules.
10371 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
10372 * buildsym.c (finish_block): Handle LOC_COMPUTED and
10373 LOC_COMPUTED_ARG.
10374 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
10375 * m2-exp.y (yylex): Likewise.
10376 * printcmd.c (address_info, print_frame_args): Likewise.
10377 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
10378 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
10379 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
10380 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
10381 * symtab.c (lookup_block_symbol): Likewise.
10382
5784d15e
AF
103832003-02-20 Adam Fedor <fedor@gnu.org>
10384
10385 * symtab.h: Remove objc_specific struct
10386 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
10387 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
10388 Have language_objc use cplus_specific struct.
10389
d4cad8db
TT
103902003-02-20 Tom Tromey <tromey@redhat.com>
10391
10392 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
10393 TYPE_NAME, when printing a String value. PR java/1075.
10394
2f9a90b4
AF
103952003-02-20 Adam Fedor <fedor@gnu.org>
10396
d38074a8 10397 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 10398 * objc-lang.c (find_methods): Make static.
2f9a90b4 10399
6f17862b
CF
104002003-02-20 Christopher Faylor <cgf@redhat.com>
10401
10402 * win32-nat.c (get_image_name): Check return value from
10403 ReadProcessMemory.
10404 (child_xfer_memory): Ditto.
10405
715d1656
AO
104062003-02-20 Alexandre Oliva <aoliva@redhat.com>
10407
10408 * configure.in (TARGET_SYSTEM_ROOT): Set default to
10409 ${exec_prefix}/${target_alias}/sys-root. Match explicit
10410 '${exec_prefix}' (in addition to the expansion thereof) as
10411 relocatable.
10412 * configure: Rebuilt.
10413
b1262a02
DC
104142003-02-20 David Carlton <carlton@math.stanford.edu>
10415
10416 * symtab.c (search_symbols): Revert the search_symbols part of my
10417 2002-12-23 patch. Add comment.
10418
7134143f
DJ
104192002-02-20 Daniel Jacobowitz <drow@mvista.com>
10420
10421 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
10422 * dbxread.c (elfstab_build_psymtabs): Don't call
10423 install_minimal_symbols.
10424 (stabsect_build_psymtabs): Likewise.
10425 * elfread.c (elf_symfile_read): Call install_minimal_symbols
10426 earlier.
10427 * somread.c (som_symfile_read): Call install_minimal_symbols
10428 and do_cleanups earlier.
10429 * nlmread.c (nlm_symfile_read): Likewise.
10430 * mdebugread.c (elfmdebug_build_psymtabs): Call
10431 install_minimal_symbols and make appropriate cleanups.
10432
cf466558
KB
104332003-02-20 Kevin Buettner <kevinb@redhat.com>
10434
10435 * solib.c (reload_shared_libraries): New function.
10436 (_initialize_solib): Add callbacks for ``set solib-search-path''
10437 and ``set solib-absolute-prefix''.
10438
de5ad195
DC
104392003-02-20 David Carlton <carlton@math.stanford.edu>
10440
10441 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
10442 expand comment.
10443 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
10444 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
10445 * ada-typeprint.c (ada_typedef_print): Ditto.
10446 * ax-gdb.c (gen_var_ref): Ditto.
10447 * breakpoint.c (print_one_breakpoint): Ditto.
10448 * buildsym.c (finish_block): Ditto.
10449 * c-valprint.c (c_val_print): Ditto.
10450 * expprint.c (print_subexp): Ditto.
10451 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
10452 * infcmd.c (jump_command): Ditto.
10453 * linespec.c (decode_line_2, decode_compound): Ditto.
10454 * maint.c (maintenance_translate_address): Ditto.
10455 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
10456 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
10457 Ditto.
8ffd9b1b
AJ
10458 * p-valprint.c (pascal_val_print): Ditto.
10459 * stabsread.c (define_symbol): Ditto.
de5ad195 10460 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
10461 (print_frame_arg_vars, return_command): Ditto.
10462 * symfile.c (compare_symbols, compare_psymbols): Ditto.
10463 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
10464 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
10465 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
10466 (rbreak_command): Ditto.
10467 * tracepoint.c (tracepoints_info): Ditto.
10468 * typeprint.c (typedef_print): Ditto.
10469 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
10470 * cli/cli-cmds.c (edit_command, list_command): Ditto.
10471 * ada-typeprint.c: Update Copyright.
10472 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
10473 * tracepoint.c, cli/cli-cmds.c: Ditto.
10474
f796e4be
KB
104752003-02-20 Kevin Buettner <kevinb@redhat.com>
10476
10477 * frame.c (generic_unwind_get_saved_register): Make non-static.
10478 * frame.h (generic_unwind_get_saved_register): Declare.
10479 * mips-tdep.c (read_next_frame_reg): Fetch register from
10480 current regcache when frame is NULL.
10481 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
10482 that must be NULL.
10483 (mips_get_saved_register): Call generic_unwind_get_saved_register()
10484 instead of frame_register_unwind().
10485
836cc9f4
AC
104862003-02-20 Andrew Cagney <ac131313@redhat.com>
10487
10488 * remote-sim.c (gdbsim_insert_breakpoint)
10489 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
10490 code.
10491
501eef12
AC
104922003-02-20 Andrew Cagney <ac131313@redhat.com>
10493
10494 * remote.c (_initialize_remote): Add commands "set/show remote
10495 hardware-watchpoint-limit" and "set/show remote
10496 hardware-breakpoint-limit".
10497 (remote_hw_watchpoint_limit): Initialize to -1.
10498 (remote_hw_breakpoint_limit): Ditto.
10499 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
10500
1b6bc7e0
CF
105012003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
10502
10503 * coff-pe-read.c: New file - support reading of minimal symbols from a
10504 portable executable using the export table.
10505 * coff-pe-read.h: New file.
10506 * coffread.c: Include coff-pe-read.h.
10507 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
10508 debugging symbols found.
10509 * Makefile.in (SFILES): Add coff-pe-read.o.
10510 (coff_pe_read_h): Define.
10511 (COMMON_OBS): Add coff-pe-read.o.
10512 (coffread.o): Add coff_pe_read_h dependency.
10513 (coff-pe-read.o): New target.
10514
fe898f56
DC
105152003-02-19 David Carlton <carlton@math.stanford.edu>
10516
10517 * Makefile.in (SFILES): Add block.c.
10518 (block_h): New.
10519 (COMMON_OBS): Add block.o.
10520 (block.o): New.
10521 (x86-64-tdep.o): Add $(block_h).
10522 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
10523 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
10524 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
10525 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
10526 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
10527 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
10528 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
10529 * value.h: Add opaque declaration for struct block.
10530 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
10531 * ada-lang.h: Ditto.
10532 * x86-64-tdep.c: #include "block.h"
10533 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
10534 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
10535 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
10536 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
10537 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
10538 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
10539 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
10540 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
10541 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
10542 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
10543 * symtab.c (block_function): Ditto.
10544 (contained_in): Ditto.
10545 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
10546 block.h. Add opaque declaration for struct block.
10547 * symtab.h: Move block_function and contained_in declarations to
10548 block.h. Add opaque declarations for struct block, struct
10549 blockvector.
10550 (struct block): Move to block.h.
10551 (struct blockvector): Ditto.
10552 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
10553 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
10554 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
10555 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
10556 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
10557 Ditto.
10558 * block.c: New file.
10559 * block.h: New file.
10560
173345b5
TR
105612003-02-19 Theodore A. Roth <troth@openavr.org>
10562
10563 * avr-tdep.c (avr_extract_return_value): Remove function.
10564 (avr_store_return_value): Remove function.
10565 (avr_extract_struct_value_address): Remove function.
10566 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
10567
338ef23d
AC
105682003-02-19 Andrew Cagney <ac131313@redhat.com>
10569
10570 * rs6000-tdep.c: Include "gdb_assert.h".
10571 (registers_e500): Add "acc" and "spefscr".
10572 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
10573 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
10574 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
10575 really is "r0".
10576 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
10577
5412f5f3
KS
105782003-02-18 Keith Seitz <keiths@redhat.com>
10579
10580 * Makefile.in: Add gdbtk-interps.c.
10581
881324eb
KB
105822003-02-18 Kevin Buettner <kevinb@redhat.com>
10583
10584 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
10585 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
10586
6a2f5abf
AC
105872003-02-18 Andrew Cagney <cagney@redhat.com>
10588
10589 * symtab.h (struct objfile): Add opaque declaration.
10590
54c7009d
EZ
105912003-02-18 Elena Zannoni <ezannoni@redhat.com>
10592
10593 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
10594 * dbxread.c (process_one_symbol): Use last_function_start rather
10595 than function_start_offset to find the real beginning of the
10596 current function. The latter is just the text section offset on
10597 some systems, the former is always the real function start.
54c7009d 10598
7ee6d7eb
AC
105992003-02-17 Andrew Cagney <cagney@redhat.com>
10600
10601 * configure.in: Revert ${target} != ${host}.
10602
2846da9b
AC
106032003-02-17 Andrew Cagney <ac131313@redhat.com>
10604
10605 * configure.in (Makefile): Use the test ${target} != ${host},
10606 instead of the absence of the "nm.h" file, to determine of the
10607 configuration non-native.
10608 * configure: Regenerate.
8ffd9b1b 10609
3b27aeea
EZ
106102003-02-14 Elena Zannoni <ezannoni@redhat.com>
10611
fbe586ae 10612 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
10613
10614 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
10615 conditionalize tui_active test.
10616 (lookup_cmd_1): Ditto.
10617
b0b1c2c0
MK
106182003-02-14 Mark Kettenis <kettenis@gnu.org>
10619
10620 * configure.in: Add check for _etext.
10621 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
10622 available.
10623 * config.in, configure: regenerated.
10624
8f05cde5
DJ
106252003-02-14 Daniel Jacobowitz <drow@mvista.com>
10626
10627 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
10628
021e7609
AC
106292003-02-14 Andrew Cagney <ac131313@redhat.com>
10630
10631 * main.c (tui_version): Delete variable.
10632 (captured_main): When --tui, set interpreter_p to "tui" instead of
10633 enabling tui_version.
10634 * printcmd.c (display_command) [TUI]: Test tui_active instead of
10635 tui_version.
10636 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
10637 * cli/cli-cmds.c (disassemble_command): Ditto.
10638 * defs.h (tui_version): Delete declaration.
10639 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
10640 (tui-interp.o): Add rules.
10641 (SUBDIR_TUI_OBS): Add "tui-interp.o".
10642
e325dcec
CF
106432003-02-14 Christopher Faylor <cgf@redhat.com>
10644
36ffb041 10645 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
10646 just-loaded dll.
10647
c4f90d87
JM
106482003-02-12 Jason Molenda (jmolenda@apple.com)
10649
fbe586ae
RH
10650 * symmisc.c (print_objfile_statistics): Include information about
10651 the number of psymtabs and symtabs in each object file.
c4f90d87 10652
e46e5ccd
KS
106532003-02-13 Keith R Seitz <keiths@redhat.com>
10654
10655 * main.h (struct captured_main_args): Add interpreter_p.
10656 * main.c (captured_main): Initialize interpreter_p from context.
10657 * gdb.c (main): Set interpreter_p argument.
10658 * Makefile.in (gdb.o): Add dependency for interps.h.
10659
fe97fe9c
AC
106602003-02-12 Andrew Cagney <ac131313@redhat.com>
10661
10662 * event-top.c (cli_command_loop): Delete declaration.
10663 (_initialize_event_loop): Delete function setting event_loop_hook.
10664 * event-top.h (cli_command_loop): Declare. Update copyright.
10665 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
10666 * interps.c (current_interp_command_loop): When event_loop_p, call
10667 cli_command_loop.
10668
1cdac4ef
AC
106692003-02-12 Andrew Cagney <ac131313@redhat.com>
10670
10671 * interps.h (interp_command_loop_ftype): Change return type to
10672 void.
10673
48037ead
ML
106742003-02-12 Michal Ludvig <mludvig@suse.cz>
10675
10676 * x86-64-tdep.c (x86_64_extract_return_value)
10677 (x86_64_store_return_value): Use regcache instead of regbuf.
10678 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
10679 * x86-64-linux-nat.c (fill_gregset): Use regcache.
10680
033afc63
AC
106812003-02-11 Andrew Cagney <ac131313@redhat.com>
10682
10683 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
10684 * aclocal.m4: Regenerate.
10685 * configure: Regenerate.
10686
10687 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
10688 TCL_LD_SEARCH_FLAGS.
10689
40d02bca
ML
106902003-02-10 Michal Ludvig <mludvig@suse.cz>
10691
10692 * dwarf2cfi.c: Reindented.
10693
11308a41
AC
106942003-02-09 Andrew Cagney <ac131313@redhat.com>
10695
10696 * interps.c (clear_interpreter_hooks): Convert function definition
10697 to ISO C.
10698
e1c1c0f6
DC
106992003-02-07 David Carlton <carlton@math.stanford.edu>
10700
10701 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
10702
ab5d3da6
KB
107032003-02-07 Kevin Buettner <kevinb@redhat.com>
10704
10705 * gdbtypes.h (struct main_type): Move ``length'' field from here...
10706 (struct type): ...to here.
10707 (TYPE_LENGTH): Adjust to reflect different location of ``length''
10708 field.
10709 * gdbtypes.c (make_qualified_type): Set length on newly created type.
10710 (replace_type): Set length on all type variants for a given type.
10711
b8a92b82
AC
107122003-02-07 Andrew Cagney <ac131313@redhat.com>
10713
10714 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
10715 <sys/stat.h>.
10716 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 10717
5cb316ef
AC
107182003-02-06 Andrew Cagney <ac131313@redhat.com>
10719
2555fe1a
AC
10720 * Makefile.in (symm-nat.o): Update dependencies.
10721 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
10722 (lynx-nat.o, ia64-linux-nat.): Ditto.
10723 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
10724 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
10725 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
10726
44270758
AC
10727 * Makefile.in (inflow_h): Define.
10728 (procfs.o, inflow.o, procfs.o): Update dependencies.
10729 * inftarg.c (child_stop): Delete extern declaration of
10730 inferior_process_group. Include "inflow.h".
10731 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
10732 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
10733 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
10734 (our_process_group, inferior_process_group): Extern declarations.
10735
df8f7274
AC
10736 * procfs.c: Include "gdb_assert.h".
10737
5cb316ef
AC
10738 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10739 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
10740 * jv-typeprint.c (java_type_print_base): Ditto.
10741 * typeprint.c (typedef_print): Eliminate STREQ.
10742 * cli/cli-script.c (define_command, define_command): Ditto.
10743 * main.c (captured_main): Ditto.
10744 * values.c (lookup_internalvar): Ditto.
10745 * utils.c (safe_strerror, parse_escape): Eliminate assignment
10746 within `if' conditional.
10747 * linespec.c (decode_line_2): Ditto.
10748 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
10749 (bfd_openw_with_cleanup): Ditto.
10750
2a28ccea
MK
107512003-02-07 Mark Kettenis <kettenis@gnu.org>
10752
10753 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
10754 legacy_extract_return_value and store_return_value to
10755 legacy_return_value.
10756
786b8124
CF
107572003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
10758
10759 * win32-nat.c (get_relocated_section_addrs): New function. Find
10760 section load addresses for symbol handling in relocated DLLs.
10761 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
10762
b871e4ec
FF
107632003-02-05 Fred Fish <fnf@intrinsity.com>
10764
10765 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
10766 '=' and '!='.
10767 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
10768 with '&' and '=='.
10769 (angel_RDI_info): Ditto.
10770 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
10771 with '&' and '!='.
10772 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 10773
4389a95a 107742003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
10775 Keith Seitz <keiths@redhat.com>
10776 Elena Zannoni <ezannoni@redhat.com>
10777 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
10778
10779 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
10780 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
10781 (SUBDIR_MI_OBS): Add "mi-interp.o".
10782 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
10783 (SFILES): Add "interps.c".
10784 (COMMON_OBS): Add "interps.o".
10785 (interps_h, mi_main_h): Define.
10786 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
10787 (mi-main.o, main.o, event-top.o): Update dependencies.
10788 * cli/cli-interp.c: New file.
10789 * interps.h, interps.c: New files.
10790 * top.c: (gdb_init): Don't install the default interpreter, handed
10791 by captured_main.
10792 * main.c: Include "interps.h".
10793 (interpreter_p): Note that it should malloc'ed.
10794 (captured_command_loop): Call current_interp_command_loop.
10795 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
10796 xfree and xstrdup when updating interpreter_p. Install the
10797 default interpreter. Add hack to stop mi1's copyright notice
10798 being encoded.
10799 * event-top.h (gdb_setup_readline): Declare.
10800 (gdb_disable_readline): Declare.
10801 * event-top.c: Include "interps.h".
10802 (display_gdb_prompt): Call current_interp_display_prompt_p.
10803 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
10804 gdb_stdlog, and gdb_stdtarg.
10805 (_initialize_event_loop): Don't call gdb_setup_readline.
10806 * cli-out.c (cli_out_set_stream): New function.
10807 * cli-out.h (cli_out_set_stream): Declare.
10808
ff3b5810
MK
108092003-02-06 Mark Kettenis <kettenis@gnu.org>
10810
10811 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
10812 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
10813 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
10814 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
10815 config/i386/i386v42mp.mt: Removed.
10816
5b729aa5
MK
108172003-02-05 Mark Kettenis <kettenis@gnu.org>
10818
10819 * configure.tgt (*-*-solaris*): Set gdb_osabi to
10820 GDB_OSABI_SOLARIS.
10821
8cc15142
MC
108222003-02-05 Michael Chastain <mec@shout.net>
10823
10824 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
10825 2.12.1 and earlier versions.
10826
5aa5d4b9
AC
108272003-02-05 Andrew Cagney <ac131313@redhat.com>
10828
10829 Remove orphaned hosts, targets and files.
10830 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
10831 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
10832 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
10833 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
10834 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
10835 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
10836 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
10837 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
10838 * config/sparc/tm-sp64sim.h: Delete.
10839 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
10840 hosts.
10841 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
10842 mips*-dec-mach3* targets.
10843
b68767c1
MC
108442003-02-04 Michael Chastain <mec@shout.net>
10845
10846 * NEWS: Fix typo: sepcifying -> specifying.
10847
5ae7ca1d
MC
108482003-02-04 Michael Chastain <mec@shout.net>
10849
10850 * dwarfread.c: Add documentation on the state of dwarf-1,
10851 looking towards obsoletion.
10852
d08a4280
MC
108532003-02-03 Michael Chastain <mec@shout.net>
10854
10855 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
10856 gdb/testsuite/gdb.c++/pr-1023.exp.
10857
e9be73e4
AC
108582003-02-04 Andrew Cagney <ac131313@redhat.com>
10859
10860 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
10861 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
10862
10863 * utils.c (init_page_info): Delete reference to MPW in comments.
10864 * main.c (captured_main): Delete #ifdef MPW.
10865
05d57f6f
AC
108662003-02-04 Andrew Cagney <ac131313@redhat.com>
10867
8ffd9b1b 10868 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
10869 * monitor.c (monitor_expect): Obsolete reference to m32r.
10870 * configure.tgt: Mark m32r-*-elf* as obsolete.
10871 * MAINTAINERS: Mark m32k as obsolete.
10872 * m32r-rom.c: Obsolete file.
10873 * config/m32r/m32r.mt: Obsolete file.
10874 * config/m32r/tm-m32r.h: Obsolete file.
10875 * m32r-stub.c: Obsolete file.
10876 * m32r-tdep.c: Obsolete file.
10877
8b0e5691
AC
108782003-02-04 Andrew Cagney <ac131313@redhat.com>
10879
10880 * NEWS: Mention that the z8k-zilog-none is obsolete.
10881 * MAINTAINERS: Mark z8k as obsolete.
10882 * configure.tgt: Obsolete the z8k-*-coff* target.
10883 * config/z8k/z8k.mt: Obsolete file.
10884 * config/z8k/tm-z8k.h: Obsolete file.
10885 * z8k-tdep.c: Obsolete file.
10886
67f16606
AC
108872003-02-04 Andrew Cagney <ac131313@redhat.com>
10888
10889 * NEWS: Mention that the mn10200-elf is obsolete.
10890 * configure.tgt: Obsolete mn10200-*-* target.
10891 * breakpoint.c (update_breakpoints_after_exec): Update comment to
10892 mention that the mn10200 is obsolete.
10893 * breakpoint.h: Ditto.
10894 * MAINTAINERS: Mark the mn10200-elf as obsolete.
10895 * config/mn10200/mn10200.mt: Obsolete file.
10896 * config/mn10200/tm-mn10200.h: Obsolete file.
10897 * mn10200-tdep.c: Obsolete file.
10898
fd2299bd
AC
108992003-02-04 Andrew Cagney <ac131313@redhat.com>
10900
10901 * MAINTAINERS: Mark h8500 as obsolete.
10902 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
10903 * findvar.c (value_from_register): Ditto.
10904 * h8500-tdep.c: Mark file as obsolete.
10905 * config/h8500/h8500.mt: Ditto.
10906 * config/h8500/tm-h8500.h: Ditto.
10907 * NEWS: Mention that h8500 is obsolete.
10908
eb9a305d
DC
109092003-02-04 David Carlton <carlton@math.stanford.edu>
10910
10911 * objfiles.c (allocate_objfile): Always set name. Add comment at
10912 start of function.
10913 * jv-lang.c (get_dynamics_objfile): Add comment.
10914
406fc7fb
DC
109152003-02-04 David Carlton <carlton@math.stanford.edu>
10916
10917 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
10918 * printcmd.c (build_address_symbolic): Replace uses of
10919 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
10920 SYMBOL_NAME, and asm_demangle.
10921 Update copyright.
10922
93d91629
DC
109232003-02-04 David Carlton <carlton@math.stanford.edu>
10924
10925 * linespec.c (decode_compound): Extract code into
10926 lookup_prefix_sym.
10927 (lookup_prefix_sym): New function.
10928
1c5cb38e
DC
109292003-02-04 David Carlton <carlton@math.stanford.edu>
10930
10931 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
10932 FLOAT_COERCION_BADNESS.
10933 * gdbtypes.c (rank_one_type): Replace all uses of
10934 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
10935
0cf824c9
JB
109362003-02-04 Jim Blandy <jimb@redhat.com>
10937
10938 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
10939 section, let dwarf_macinfo_section point to it, not
10940 dwarf_loc_section.
10941
a2d356b0
DJ
109422003-02-04 Daniel Jacobowitz <drow@mvista.com>
10943
10944 Pointed out by Anton Blanchard <anton@samba.org>.
10945 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
10946 (ppc_linux_at_sigtramp_return_path): Use it.
10947
2de7ced7
DJ
109482003-02-04 Daniel Jacobowitz <drow@mvista.com>
10949
10950 * defs.h (streq): Add prototype.
10951 * utils.c (streq): New function.
10952
10953 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
10954 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
10955 * mdebugread.c (new_symbol): Likewise.
10956 * stabsread.c (define_symbol): Likewise.
10957 * coffread.c (process_coff_symbol): Likewise.
10958 * dwarfread.c (new_symbol): Likewise.
10959
10960 * minsyms.c (prim_record_minimal_symbol_and_info): Use
10961 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
10962 here.
10963 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
10964 SYMBOL_INIT_DEMANGLED_NAME.
10965 * objfiles.c: Include "hashtab.h".
10966 (allocate_objfile): Call htab_set_functions_ex for the
10967 demangled_names_hash.
10968 (free_objfile): Call htab_delete for the demangled_names_hash.
10969 * objfiles.h (struct htab): Add declaration.
10970 (struct objfile): Add demangled_names_hash.
10971 * symfile.c: Include "hashtab.h".
10972 (reread_symbols): Call htab_delete for the demangled_names_hash.
10973 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
10974 SYMBOL_NAME in the bcache.
10975 * symtab.c: Include "hashtab.h". Update comments.
10976 (create_demangled_names_hash, symbol_set_names): New functions.
10977 (symbol_find_demangled_name): New function, broken out from
10978 symbol_init_demangled_names.
10979 (symbol_init_demangled_names): Use it.
10980 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
10981 (SYMBOL_SET_NAMES): New macro.
10982 (symbol_set_names): Add prototype.
10983
15831452
JB
109842003-02-03 Jim Blandy <jimb@redhat.com>
10985
10986 Use a single, consistent representation for an empty minimal
10987 symbol table in an objfile.
10988 * objfiles.c (terminate_minimal_symbol_table): New function.
10989 (allocate_objfile): Call it.
10990 * objfiles.h (terminate_minimal_symbol_table): New declaration.
10991 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 10992 non-NULL.
15831452
JB
10993 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
10994 objfile has minimal symbols, compare minimal_symbol_count to zero,
10995 instead of comparing msymbols with NULL.
10996 * objfiles.c (have_minimal_symbols): Same.
10997 * solib-sunos.c (solib_add_common_symbols): Call
10998 terminate_minimal_symbol_table.
10999 * symfile.c (reread_symbols): Same.
8ffd9b1b 11000
ffc65945
KB
110012003-02-03 Kevin Buettner <kevinb@redhat.com>
11002
11003 * s390-tdep.c (s390_address_class_type_flags)
11004 (s390_address_class_type_flags_to_name)
11005 (s390_address_class_name_to_type_flags): New functions.
11006 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11007 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11008
f211c6d4
MS
110092003-02-03 Michael Snyder <msnyder@redhat.com>
11010
11011 * arm-tdep.c: Fix spell-o in comment.
11012
659b0389
ML
110132003-02-03 Michal Ludvig <mludvig@suse.cz>
11014
11015 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11016 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 11017 error messages to contain BFD filename.
659b0389 11018
3b31d625
EZ
110192003-02-02 Elena Zannoni <ezannoni@redhat.com>
11020
997b089a 11021 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
11022 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11023 (do_mixed_source_and_assembly): Use
11024 make_cleanup_ui_out_tuple_begin_end and
11025 make_cleanup_ui_out_tuple_begin_end.
11026 (do_mixed_source_and_assembly): Ditto.
11027 * thread.c (do_captured_list_thread_ids): Ditto.
11028 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11029 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11030 ui_out_tuple_end): Delete prototypes.
11031 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11032 ui_out_list_end, ui_out_tuple_end): Delete.
11033
11034 From Kevin Buettner <kevinb@redhat.com>:
11035 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
11036 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11037 (do_cleanup_table_end): New functions.
11038 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11039 Use cleanups to invoke_ui_out_tuple_end().
11040 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
11041 * cli/cli-setshow.c (cmd_show_list): Use
11042 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 11043
5b181d62
AC
110442003-02-02 Andrew Cagney <ac131313@redhat.com>
11045
11046 * frame.c (frame_unwind_register): New function.
11047 (frame_unwind_unsigned_register): Use.
11048 (frame_unwind_signed_register): Use.
11049 (frame_read_register): New function.
11050 * frame.h (frame_unwind_register): Declare.
11051 (frame_read_register): Declare.
11052
11053 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11054 and frame_unwind_register instead of read_memory, write_register
11055 and deprecated_write_register_bytes.
11056
5f601589
AC
110572003-02-02 Andrew Cagney <ac131313@redhat.com>
11058
11059 * frame.h: Note that namelen can be negative.
11060 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11061 NAME's length.
11062
11063 * NEWS: Mention that the d10v's `regs' command is deprecated.
11064 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11065 (d10v_print_registers_info): New function.
11066 (show_regs): Call d10v_print_registers_info.
11067 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11068
6a3fe0a4
MK
110692003-02-02 Mark Kettenis <kettenis@gnu.org>
11070
11071 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11072 lost in the previous patch.
11073
075559bc
AC
110742003-02-01 Andrew Cagney <ac131313@redhat.com>
11075
11076 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
11077 * stack.c (print_frame_info_base): Output complete FRAME tuple
11078 for synthesized frames.
075559bc 11079
6789195b
AC
110802003-02-02 Andrew Cagney <ac131313@redhat.com>
11081
11082 * mips-nat.c (zerobuf): Delete.
11083 (fetch_inferior_registers): Alloc local zerobuf.
11084 (fetch_core_registers): Alloc local zerobuf.
11085 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11086 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11087 * thread-db.c (thread_db_store_registers): Ditto.
11088 * sh-tdep.c (sh_do_register): Ditto.
11089 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11090 * remote-sim.c (gdbsim_store_register): Ditto.
11091 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11092 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11093 * monitor.c (monitor_supply_register): Ditto.
11094 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11095 * mips-nat.c (fetch_inferior_registers): Ditto.
11096 * m68klinux-nat.c (fetch_register): Ditto.
11097 * lynx-nat.c (fetch_inferior_registers): Ditto.
11098 (fetch_inferior_registers): Ditto.
11099 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11100 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11101 (hpux_thread_store_registers): Ditto.
11102 * hppah-nat.c (fetch_register): Ditto.
11103 * hppab-nat.c (fetch_register): Ditto.
11104 * hppa-tdep.c (pa_register_look_aside): Ditto.
11105 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11106 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11107
e669114a
AC
111082003-02-01 Andrew Cagney <ac131313@redhat.com>
11109
11110 * gdbarch.sh: Explictly specify all method levels. When a
11111 variable with an empty level, provide a non-multi-arch default.
11112 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11113 * gdbarch.h: Re-generate.
11114 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11115 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11116
9a043c1d
AC
111172003-02-01 Andrew Cagney <ac131313@redhat.com>
11118
11119 * defs.h (host_pointer_to_address): Delete declaration.
11120 (address_to_host_pointer): Delete declaration.
11121 * utils.c (host_pointer_to_address): Delete function.
11122 (address_to_host_pointer): Delete function.
11123 * procfs.c (procfs_address_to_host_pointer): New function.
11124 * procfs.c (proc_set_watchpoint): Use.
11125 (procfs_can_use_hw_breakpoint): Update comments.
11126 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11127 (som_solib_add): Use.
11128 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11129 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 11130
7ca9f392
AC
111312003-02-01 Andrew Cagney <ac131313@redhat.com>
11132
94bbfd30
AC
11133 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11134 strlen d_name.
11135
7ca9f392
AC
11136 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11137 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11138 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11139 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11140 (define_symbol): Update.
11141 * symfile.c (generic_load): Remove references to nindy.
11142 * symtab.c: Remove references to nindy.
11143
31a85ea2
AC
111442003-02-01 Andrew Cagney <ac131313@redhat.com>
11145
11146 * infcmd.c (print_float_info): Delete code conditional on
11147 FLOAT_INFO.
11148 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11149 * config/m68k/nm-apollo68b.h: Ditto.
11150 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11151 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11152 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11153
f6e85fc8
MK
111542003-02-01 Mark Kettenis <kettenis@gnu.org>
11155
6015b6a0
MK
11156 * config/i386/tm-i386os9k.h: Removed.
11157
f7a30bdf
MK
11158 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11159 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11160 they're identical to i[3456]86-*-sysv* now.
11161 * config/i386/i386v32.mh: Removed.
11162 * config/i386/xm-i386v32.h: Removed.
11163 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11164
28d52111
MK
11165 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11166
4d3f6bce
MK
11167 * config/i386/i386dgux.mh: Removed.
11168 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11169
f6e85fc8
MK
11170 * configure.in: Fix typo.
11171 * configure: Regenerated.
11172
53955967
DC
111732003-01-31 David Carlton <carlton@math.stanford.edu>
11174
11175 * dwarf2read.c (dwarf2_locate_sections): Set
11176 dwarf_ranges_section.
11177
b1364885
AC
111782003-01-31 Andrew Cagney <ac131313@redhat.com>
11179
8dbb1c65
AC
11180 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11181 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 11182
8731e58e
AC
11183 * utils.c: Re-indent.
11184
b1364885
AC
11185 * config/djgpp/fnchange.lst: Delete nindy files.
11186 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11187 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11188 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11189 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11190 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11191 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11192 * Makefile.in (init.c): Remove nindy references.
11193 (saber_gdb): Delete rule.
11194 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11195 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11196 and a68v-nat.c.
11197 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11198 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11199 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11200 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11201 nindy-share/stop.h.
11202 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11203 * saber.suppress: Delete file.
11204
086df311
DJ
112052003-01-31 Daniel Jacobowitz <drow@mvista.com>
11206
11207 * dbxread.c (stabs_data): New static variable.
11208 (fill_symbuf): Support an in-memory buffer for stabs data.
11209 (stabs_seek): New function.
11210 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11211 (read_ofile_symtab): Use stabs_seek.
11212 (elfstab_build_psymtabs): Take an asection* instead of
11213 an offset and size. Relocate the stabs data if necessary.
11214 Save the section* for dbx_psymtab_to_symtab.
11215 * dwarf2read.c: Add section variables for each debug section.
11216 (dwarf2_locate_sections): Fill them in.
11217 (dwarf2_read_section): Take an asection* argument.
11218 Relocate the section contents if necessary.
11219 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11220 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11221 it to dwarf2_read_section.
11222 (dwarf2_build_frame_info): Update callers.
11223 * elfread.c (elf_symfile_read): Update call to
11224 elfstab_build_psymtabs.
11225 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11226 (DBX_STAB_SECTION): New macro.
8ffd9b1b 11227 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
11228 * symfile.c (symfile_dummy_outputs): New function.
11229 (symfile_relocate_debug_section): New function.
11230 * symfile.h (symfile_relocate_debug_section): Add prototype.
11231
87d1b352
RH
112322003-01-31 Richard Henderson <rth@redhat.com>
11233
11234 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11235 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11236 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11237 * alpha-tdep.c (alpha_register_name): Add "unique".
11238 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11239 (ALPHA_UNIQUE_REGNUM): New.
11240 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11241
c48861fb
AC
112422003-01-31 Andrew Cagney <ac131313@redhat.com>
11243
11244 * README: Remove reference to Ericsson 1800 monitor.
11245 * Makefile.in (remote-es.o): Delete rule.
11246 (ALLDEPFILES): Delete remote-es.c.
11247 * remote-es.c: Delete file.
11248 * config/m68k/es1800.mt: Delete file.
11249 * config/djgpp/fnchange.lst: Update.
11250 * configure.tgt: Delete m68*-ericsson-* target.
11251
d764a824
AF
112522003-01-31 Adam Fedor <fedor@gnu.org>
11253
11254 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11255 Remove duplicate/shadowing variable of same name.
11256
fe36c4f4
JB
112572003-01-30 Jim Blandy <jimb@redhat.com>
11258
11259 * symfile.c (find_separate_debug_file): Assert that the objfile's
11260 directory name we compute ends with a slash, and then assume that
11261 that's so everywhere we use it.
11262
cb741690
DJ
112632003-01-30 Daniel Jacobowitz <drow@mvista.com>
11264
11265 * valops.c (value_assign): Flush frame cache after stores to memory
11266 also.
11267
96ee5227
AC
112682003-01-30 Andrew Cagney <ac131313@redhat.com>
11269
11270 * Makefile.in (mon960-rom.o): Delete rule.
11271 * mon960-rom.c: Delete file.
11272
7f6104a9
AC
112732003-01-30 Andrew Cagney <ac131313@redhat.com>
11274
11275 * d10v-tdep.c: Include "frame-unwind.h".
11276 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11277 list.
11278 (next_addr, uses_frame): Delete.
11279 (struct d10v_unwind_cache): Define.
11280 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11281 Use info instead of next_addr and uses_frame globals.
11282 (d10v_frame_init_saved_regs): Delete function.
11283 (d10v_init_extra_frame_info): Delete function.
11284 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11285 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11286 init_frame_pc or frame_saved_pc.
11287 (d10v_pop_frame): Delete function.
11288 (do_d10v_pop_frame): Delete function.
11289 (d10v_frame_chain): Delete function.
11290 (d10v_frame_chain_valid): Delete function.
11291 (d10v_frame_pc_unwind): New function.
11292 (d10v_frame_id_unwind): New function.
11293 (saved_regs_unwinder): New function.
11294 (d10v_frame_register_unwind): New function.
11295 (d10v_frame_pop): New function.
11296 (d10v_frame_unwind): New variable.
11297 (d10v_frame_p): New function.
11298 (d10v_frame_saved_pc): Delete function.
11299 * Makefile.in (d10v-tdep.o): Update dependencies.
11300
cad2e848
JB
113012003-01-30 J. Brobecker <brobecker@gnat.com>
11302
11303 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11304 causing some regressions due to a change in the default value
11305 for this macro.
11306
af34e669
DJ
113072003-01-29 Richard Henderson <rth@redhat.com>
11308 Elena Zannoni <ezannoni@redhat.com>
11309 Daniel Jacobowitz <drow@mvista.com>
11310
11311 Fix PR gdb/961.
8ffd9b1b 11312 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
11313 variables.
11314 (RANGES_SECTION): New.
11315 (dwarf_ranges_buffer): New variable.
11316 (struct comp_unit_head): Add member "die".
11317 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11318 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11319 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11320 (dwarf2_locate_sections): Likewise.
11321 (dwarf2_build_psymtabs): Read .debug_ranges.
11322 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11323 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11324 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11325 Look for DW_AT_ranges and return the bounding box.
11326
baa93fa6
CF
113272003-01-29 Brian Ford <ford@vss.fsi.com>
11328
11329 * win32-nat.c (cygwin_pid): Removed as unused.
11330 (child_attach): Try fall back to Cygwin pid.
11331
c63f977f
JB
113322003-01-29 Jim Blandy <jimb@redhat.com>
11333
11334 * objfiles.h (struct objfile): Doc fix.
11335
d62d1979
AC
113362003-01-29 Andrew Cagney <ac131313@redhat.com>
11337
11338 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11339 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11340 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11341 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11342 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11343 (FRAME_SAVED_PC): Change to a function with predicate.
11344 * gdbarch.h, gdbarch.c: Re-generate.
11345
1ae18a04
AC
113462003-01-28 Andrew Cagney <ac131313@redhat.com>
11347
52287340
AC
11348 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
11349
1ae18a04
AC
11350 * complaints.c (complain): Delete function.
11351 * complaints.h (struct deprecated_complaint): Delete definition.
11352 (complain): Delete declaration.
11353
f2c16bd6
KB
113542003-01-28 Kevin Buettner <kevinb@redhat.com>
11355
11356 * mips-tdep.c (mips_init_extra_frame_info): Return early for
11357 dummy frames.
11358
a94dd1fd
AC
113592003-01-27 Andrew Cagney <ac131313@redhat.com>
11360
11361 * sentinel-frame.h, sentinel-frame.c: New files.
11362 * Makefile.in (frame.o): Update dependencies.
11363 (SFILES): Add sentinel-frame.c.
11364 (sentinel_frame_h): Define.
11365 (COMMON_OBS): Add sentinel-frame.o.
11366 (sentinel-frame.o): Specify dependencies.
11367 * frame.c: Include "sentinel-frame.h".
11368 (frame_register_unwind): Rewrite assuming that there is always a a
11369 ->next frame.
11370 (frame_register, generic_unwind_get_saved_register): Ditto.
11371 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
11372 (create_sentinel_frame, unwind_to_current_frame): New functions.
11373 (get_current_frame): Rewrite using create_sentinel_frame and
11374 unwind_to_current_frame. When possible, always create a frame.
11375 (create_new_frame): Set next to the sentinel frame.
11376 (get_next_frame): Rewrite. Don't go below the level 0 frame.
11377 (deprecated_update_frame_pc_hack): Update the next frame's PC and
11378 ID cache when necessary.
11379 (frame_saved_regs_id_unwind): Use frame_relative_level.
11380 (deprecated_generic_get_saved_register): Use frame_relative_level,
11381 get_frame_saved_regs, get_frame_pc, get_frame_base and
11382 get_next_frame.
11383 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
11384 frame_register.
11385
5378adc4
DJ
113862003-01-27 Daniel Jacobowitz <drow@mvista.com>
11387
11388 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
11389
51ee2ddc
DJ
113902003-01-27 Daniel Jacobowitz <drow@mvista.com>
11391
11392 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
11393 (maintenance_set_profile_cmd): Use error () instead of warning ().
11394
d9feb4e7
DJ
113952003-01-27 Daniel Jacobowitz <drow@mvista.com>
11396
11397 * configure.in: Check that -pg works if using --enable-profiling.
11398 Check for monstartup and _mcleanup regardless of --enable-profiling.
11399 * maint.c: Check for monstartup and _mcleanup before using them.
11400 * config.in: Regenerated.
11401 * configure: Regenerated.
11402
2d188dd3
NC
114032003-01-24 Nick Clifton <nickc@redhat.com>
11404
11405 * Add sh2e support:
11406
11407 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
11408
11409 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
11410 (sh2e_show_regs): New.
11411 (sh_gdbarch_init): Handle bfd_mach_sh2e.
11412 * config/sh/tm-sh.h: Added sh2e to comments.
11413
cb3c37b2
JB
114142003-01-23 Jim Blandy <jimb@redhat.com>
11415
11416 * symfile.c (syms_from_objfile): Don't print the "(no debugging
11417 symbols found)" message here; we haven't checked for a separate
11418 debug info file yet, so we don't know yet.
11419 (symbol_file_add_with_addrs_or_offsets): Print it here, after
11420 we've looked everywhere. Also, there's no need to print a special
11421 message when we're loading the separate debug info file: the one
11422 symbol_file_add prints is fine.
11423
5b5d99cf
JB
114242003-01-23 Alexander Larsson <alexl@redhat.com>
11425 Jim Blandy <jimb@redhat.com>
11426
11427 Add support for executables whose debug info has been separated
11428 out into a separate file, leaving only a link behind.
11429 * objfiles.h (struct objfile): New fields: separate_debug_objfile
11430 and separate_debug_objfile_backlink.
11431 (put_objfile_before): New declaration.
11432 * symfile.c: #include "filenames.h".
11433 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
11434 debug info in a separate file, read that, too. Save the addrs
11435 argument, so we can use it again to read the separated debug info;
11436 syms_from_objfile modifies the table we pass it.
11437 (reread_symbols): After re-reading an objfile, call
11438 reread_separate_symbols to refresh its separate debug info
11439 objfile, if it has one.
11440 (reread_separate_symbols, find_separate_debug_file,
11441 get_debug_link_info, separate_debug_file_exists): New functions.
11442 (debug_file_directory): New global var.
11443 (_initialize_symfile): Initialize debug_file_directory, and
11444 provide the new `set debug-file-directory' command to let the user
11445 change it.
11446 * objfiles.c (free_objfile): If this objfile has its debug info in
11447 a separate objfile, free that one too. If this is itself a
11448 separate debug info objfile, clear our parent's backlink.
11449 (put_objfile_before): New function.
11450 * utils.c (gnu_debuglink_crc32): New function.
11451 * defs.h (gnu_debuglink_crc32): New declaration.
11452 * Makefile.in (symfile.o): Note dependency on "filenames.h".
11453 * configure.in: Handle --with-separate-debug-dir config option.
11454 * acinclude.m4 (AC_DEFINE_DIR): New macro.
11455 * acconfig.h (DEBUGDIR): New macro.
11456 * configure, aclocal.m4, config.in: Regenerated.
11457
7e8580c1
JB
114582003-01-22 Jim Blandy <jimb@redhat.com>
11459
7904e09f
JB
11460 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
11461 like the old symbol_file_add, but taking new arguments: you can
11462 now pass in either a `struct section_addr_info' list to say where
11463 each section is loaded, or a `struct section_offsets' table. Pass
11464 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 11465 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
11466 with the appropriate quiescent values for the new arguments.
11467
7e8580c1
JB
11468 * symfile.c: #include "gdb_assert.h".
11469 (syms_from_objfile): Add the ability to pass in a section offset
11470 table directly, as an alternative to the section_addr_info table.
11471 Document arguments better.
11472 (symbol_file_add): Pass extra arguments to syms_from_objfile.
11473 * symfile.h (syms_from_objfile): Update declaration.
11474 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
11475 syms_from_objfile.
11476 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
11477
d28f9cdf
DJ
114782003-01-22 Daniel Jacobowitz <drow@mvista.com>
11479
11480 Original patch by Tom Tromey <tromey@cygnus.com> and
11481 Jason Molenda <jmolenda@apple.com>.
11482 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
11483 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
11484 * NEWS: Mention profiling.
11485 * configure.in (--enable-gdbtk): Fix typo.
11486 (--enable-profiling): New. Set PROFILE_CFLAGS.
11487 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
11488 Fill in function.
11489 (profiling_state): New variable.
11490 (mcleanup_wrapper): New function.
11491 (_initialize_maint): Remove NOTYET, fix call to
11492 add_setshow_boolean_cmd for "maint set profile".
11493 * configure: Regenerated.
11494
df21e465
MH
114952003-01-21 Martin M. Hunt <hunt@redhat.com>
11496
11497 * Makefile.in (install-gdbtk): Install PNG images too.
11498
73c1f219
AC
114992003-01-21 Andrew Cagney <ac131313@redhat.com>
11500
11501 * exec.c (text_start): Delete global variable.
11502 (exec_file_attach): Make text_start local to the function.
11503 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
11504 * valops.c (hand_function_call): Delete code that handles
11505 BEFORE_TEXT_END and AFTER_TEXT_END.
11506 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
11507 of CALL_DUMMY_LOCATION.
11508 * gdbarch.c: Regenerate.
11509 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
11510 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
11511 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
11512 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
11513 (text_end): Delete extern declaration.
11514
eb4f72c5
AC
115152003-01-21 Andrew Cagney <ac131313@redhat.com>
11516
11517 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
11518 * blockframe.c (backtrace_below_main): Move to "frame.c".
11519 (frame_chain_valid): Delete check for backtrace_below_main.
11520 (_initialize_blockframe): Delete initialization, move ``set
11521 backtrace-below-main'' command to "frame.c".
11522 (do_flush_frames_sfunc): Delete function.
11523 * frame.c: Include "command.h" and "gdbcmd.h".
11524 (frame_type_from_pc): New function.
11525 (create_new_frame): Use frame_type_from_pc.
11526 (legacy_get_prev_frame): New function.
11527 (get_prev_frame): Rewrite. When an old style frame, call
11528 legacy_get_prev_frame. Otherwize, unwind the PC first.
11529 (_initialize_frame): Add ``set backtrace-below-main'' command.
11530 * Makefile.in (frame.o): Update dependencies.
11531
778ce8cc
AC
115322003-01-19 Andrew Cagney <ac131313@redhat.com>
11533
11534 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
11535 DEPRECATED_REGISTERS_INFO.
11536
01c193c8
AC
115372003-01-19 Andrew Cagney <ac131313@redhat.com>
11538
11539 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
11540 Maintainers'. Update `Various Maintainers'.
11541
dedc2a2b
AC
115422003-01-19 Andrew Cagney <ac131313@redhat.com>
11543
11544 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
11545 * gdbarch.sh (POP_FRAME): Change to function with predicate.
11546 Suppress actual parameters when `-'.
11547 * gdbarch.h, gdbarch.c: Regenerate.
11548
b7261c70
AC
115492003-01-19 Andrew Cagney <ac131313@redhat.com>
11550
11551 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
11552 code handling dummy frames.
11553
dbe9fe58
AC
115542003-01-19 Andrew Cagney <ac131313@redhat.com>
11555
11556 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
11557 (struct frame_unwind): Add field pop.
11558 * frame.h (frame_pop): Declare.
11559 * frame.c (frame_saved_regs_pop): New function.
11560 (trad_frame_unwinder): Add frame_saved_regs_pop.
11561 (frame_pop): New function.
11562 * dummy-frame.c (dummy_frame_pop): New function.
11563 (discard_innermost_dummy): New function.
11564 (generic_pop_dummy_frame): Use discard_innermost_dummy.
11565 (dummy_frame_unwind): Add dummy_frame_pop.
11566 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
11567 * valops.c (hand_function_call): Ditto.
11568 * stack.c (return_command): Ditto.
11569
570b8f7c
AC
115702003-01-18 Andrew Cagney <ac131313@redhat.com>
11571
11572 * cris-tdep.c: Fix function declaration indentation.
11573 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
11574 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
11575 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
11576 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
11577 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
11578 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
11579
115802003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
11581
11582 * README (Unpacking and Installation -- quick overview):
11583 Warn against ".../gdb-5.3/gdb/configure".
11584
494cca16
AC
115852003-01-18 Andrew Cagney <ac131313@redhat.com>
11586
11587 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
11588 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
11589 (struct frame_unwind): Declare opaque.
11590 (dummy_frame_p): Declare function.
11591 * dummy-frame.c (dummy_frame_id_unwind): Make static.
11592 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
11593 * dummy-frame.c: Include "frame-unwind.h".
11594 (dummy_frame_p): New function.
11595 (dummy_frame_unwind): New variable.
11596 * frame.c: Include "frame-unwind.h".
11597 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
11598 to use the new unwind field.
11599 (set_unwind_by_pc): Delete function.
11600 (create_new_frame, get_prev_frame): Set unwind field using
11601 frame_unwind_find_by_pc.
11602 (trad_frame_unwind, trad_frame_unwinder): New variables.
11603 * frame.h (trad_frame_unwind): Declare variable.
11604 (frame_id_unwind_ftype): Delete declaration.
11605 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
11606 (struct frame_unwind): Declare opaque.
11607 (struct frame_info): Replace the fields id_unwind, pc_unwind and
11608 register_unwind with a single unwind pointer.
11609 * frame-unwind.h, frame-unwind.c: New files.
11610 * Makefile.in (SFILES): Add frame-unwind.c.
11611 (frame_unwind_h): Define.
11612 (COMMON_OBS): Add frame-unwind.o.
11613 (frame-unwind.o): Specify dependencies.
11614 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 11615
4efb68b1
AC
116162003-01-18 Andrew Cagney <ac131313@redhat.com>
11617
11618 * ada-valprint.c: Eliminate PTR.
11619 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
11620 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
11621 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
11622 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
11623 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
11624 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
11625 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 11626
a84d24ee
AC
116272003-01-17 Andrew Cagney <ac131313@redhat.com>
11628
762f08a3
AC
11629 * main.c (captured_main): Don't use PTR.
11630 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
11631 * gdbtypes.c (lookup_primitive_typename): Ditto.
11632 (lookup_struct_elt_type): Ditto.
11633 * f-valprint.c (info_common_command): Ditto.
11634 (list_all_visible_commons): Ditto.
11635 * jv-typeprint.c (java_type_print_base): Ditto.
11636
a84d24ee
AC
11637 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
11638 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
11639 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
11640 i386-interix-nat.c and i386-interix-tdep.c. Rename
11641 m68klinux-nat.c and m68klinux-tdep.c. Rename
11642 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
11643 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
11644 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
11645 * main.c (captured_main): Use xfree, not free.
11646
c170fb60
AC
116472003-01-16 Andrew Cagney <ac131313@redhat.com>
11648
11649 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
11650 ID back using a parameter.
11651 * frame.c (frame_id_unwind): Update call.
11652 (frame_saved_regs_id_unwind): Update.
11653 * dummy-frame.c (dummy_frame_id_unwind): Update function.
11654 * dummy-frame.h (struct frame_id): Add opaque declaration.
11655 (dummy_frame_id_unwind): Update declaration.
11656
867f3898
AC
116572003-01-15 Andrew Cagney <ac131313@redhat.com>
11658
11659 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
11660
40622be8 116612003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 11662
40622be8 11663 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 11664
ae66c1fc
EZ
116652003-01-14 Elena Zannoni <ezannoni@redhat.com>
11666
997b089a 11667 Fix PR gdb/898
ae66c1fc
EZ
11668 * breakpoint.c (until_break_command): Add new argument. Use it to
11669 decide whether to stop only at the current frame or not.
11670 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 11671 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
11672 call.
11673 (advance_command): New function.
11674 (_initialize_infcmd): Update help string for 'until' command.
11675 Add new 'advance' command.
11676
a04257e6
DC
116772003-01-14 David Carlton <carlton@math.stanford.edu>
11678
11679 * linespec.c (decode_line_1): Normalize comments.
11680 (set_flags): Ditto.
11681 (locate_first_half): Ditto.
11682 (decode_compound): Ditto.
11683 (symtab_from_filename): Ditto.
11684 (decode_all_digits): Ditto.
11685 (decode_dollar): Ditto.
11686 (find_methods): Ditto.
11687 (find_toplevel_char): Ditto.
11688
1bac305b
AC
116892003-01-13 Andrew Cagney <ac131313@redhat.com>
11690
11691 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
11692 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
11693 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
11694 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
11695 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
11696 * language.c, language.h, m32r-tdep.c: Update copyright.
11697 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
11698 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
11699 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
11700 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
11701 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
11702 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
11703
25caa7a8
EZ
117042003-01-13 Elena Zannoni <ezannoni@redhat.com>
11705
11706 * stabsread.h (process_later, resolve_cfront_continuation):
11707 Obsolete.
11708 Update copyright years.
11709 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
11710 Update copyright year.
11711 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 11712 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
11713 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
11714 Update copyright year.
11715 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
11716 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
11717 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
11718 (parse_partial_symbols): Obsolete cfront support.
11719 * stabsread.c
11720 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
11721 macros.
11722 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
11723 read_cfront_baseclasses, read_cfront_member_functions,
11724 resolve_cfront_continuation,read_cfront_static_fields,
11725 copy_cfront_struct_fields): Obsolete functions.
11726 (define_symbol, read_one_struct_field): Obsolete cfront support.
11727 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
11728 Update Copyright year.
11729
7789c6f5
EZ
117302003-01-13 Elena Zannoni <ezannoni@redhat.com>
11731
11732 * stack.c (print_frame_info, print_stack_frame_base_stub,
11733 print_stack_frame_base, show_and_print_stack_frame_stub,
11734 show_and_print_stack_frame, print_only_stack_frame_stub,
11735 print_only_stack_frame): Delete functions.
11736 (print_stack_frame_stub): Call print_frame_info instead of
11737 print_frame_info_base.
11738 (print_frame_info_base): Rename to print_frame_info.
11739 (backtrace_command_1): Call print_frame_info, instead of
11740 print_frame_info_base.
11741 (current_frame_command): Call print_stack_frame, instead of
11742 print_only_stack_frame.
11743 (frame_command): Call print_stack_frame, instead of
11744 show_and_print_stack_frame.
11745 (up_command): Ditto.
11746 (down_command): Ditto.
11747 * frame.h (print_only_stack_frame): Delete prototype.
11748 * infrun.c (normal_stop): Call print_stack_frame, instead of
11749 show_and_print_stack_frame.
11750 * thread.c (info_threads_command): Call print_stack_frame, instead
11751 of print_only_stack_frame.
11752
3f5a3016
AC
117532003-01-13 Andrew Cagney <ac131313@redhat.com>
11754
d99ba314
AC
11755 * README (Graphical interface to GDB): Update URL. Point at
11756 gdb/links/.
11757
3f5a3016
AC
11758 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
11759 version match.
11760
083ae935
DJ
117612003-01-13 Daniel Jacobowitz <drow@mvista.com>
11762
11763 * symtab.c (find_pc_sect_line): Don't consider end-of-function
11764 lines.
11765
5365276c
DJ
117662003-01-13 Daniel Jacobowitz <drow@mvista.com>
11767
11768 * thread-db.c (attach_thread): Prototype.
11769 (struct private_thread_info): Remove lwpid. Add thread handle (th),
11770 thread information (ti), and valid flags (th_valid, ti_valid).
11771 (attach_thread): Move target_pid_to_str call to after the thread
11772 is added to GDB's list. Initialize the cache.
11773 (thread_get_info_callback, thread_db_map_id2thr)
11774 (thread_db_get_info): New functions.
11775 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
11776 (thread_db_store_registers, thread_db_thread_alive)
11777 (thread_db_get_thread_local_address): Use them.
11778 (thread_db_pid_to_str): Likewise. Return "Missing" instead
11779 of calling error() for threads in unknown state.
11780
11781 (clear_lwpid_callback): New function.
11782 (thread_db_resume): Use it to clear the cache.
11783
9fc30b6b
DJ
117842003-01-13 Daniel Jacobowitz <drow@mvista.com>
11785
11786 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
11787 (resume_callback): Remove dead code.
11788
8f871025
AC
117892003-01-13 Andrew Cagney <ac131313@redhat.com>
11790
11791 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
11792 predicate.
11793 * gdbarch.h, gdbarch.c: Regenerate.
11794 * stack.c (frame_info): Only initialize the saved registers when
11795 FRAME_INIT_SAVED_REGS_P.
11796 * frame.c (frame_saved_regs_register_unwind): Assert
11797 FRAME_INIT_SAVED_REGS_P.
11798 (deprecated_generic_get_saved_register): Ditto.
11799
3f565f1e
DJ
118002003-01-13 Daniel Jacobowitz <drow@mvista.com>
11801
11802 * source.c (openp): Squelch warning about "filename".
11803
072b1022
DJ
118042003-01-13 Daniel Jacobowitz <drow@mvista.com>
11805
11806 * source.c (openp): If the file does not exist don't necessarily
11807 search the path.
11808
973ccf8b
DJ
118092003-01-13 Daniel Jacobowitz <drow@mvista.com>
11810
11811 Fix PR gdb/872.
11812 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
11813 (integer_types_same_name_p): New function.
11814 (rank_one_type): Use it.
11815 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
11816
030292b7
DJ
118172003-01-13 Daniel Jacobowitz <drow@mvista.com>
11818
11819 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
11820 variables.
11821 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
11822 * configure.in: Add --with-sysroot.
11823 * configure: Regenerated.
11824 * main.c (gdb_sysroot): New variable.
11825 (captured_main): Initialize gdb_sysroot.
11826 * defs.h (gdb_sysroot): New extern declaration.
11827 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
11828
afb5d334
MC
118292003-01-12 Michael Chastain <mec@shout.net>
11830
11831 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
11832
751ceeb4
MC
118332003-01-12 Michael Chastain <mec@shout.net>
11834
11835 * top.c (print_gdb_version): Bump copyright year to 2003.
11836
94cd26f8
DC
118372003-01-12 David Carlton <carlton@bactrian.org>
11838
11839 * linespec.c (symtab_from_filename): Rename variable 's' to
11840 'file_symtab'.
11841
1ce79225
AC
118422003-01-12 Andrew Cagney <ac131313@redhat.com>
11843
11844 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
11845 dummy frame.
11846 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
11847
fa1fd571
AC
118482003-01-12 Andrew Cagney <ac131313@redhat.com>
11849
11850 * d10v-tdep.c: Include "gdb_assert.h".
11851 (d10v_store_return_value): Rewrite to match current interface.
11852 (d10v_extract_struct_value_address): Ditto.
11853 (d10v_extract_return_value): Ditto.
11854 (d10v_gdbarch_init): Set store_restore_value,
11855 extract_struct_value_address and extract_return_value.
11856
68b8d23e
JB
118572003-01-12 J. Brobecker <brobecker@gnat.com>
11858
11859 * hpread.c (set_namestring): New procedure replacing the
11860 SET_NAMESTRING macro.
11861 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
11862 by calls to set_namestring.
11863
118642003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
11865
11866 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
11867 a compilation warning.
11868 (hpread_process_one_debug_symbol): Likewise.
11869
88d262ca
DC
118702003-01-10 David Carlton <carlton@math.stanford.edu>
11871
11872 * linespec.c (decode_line_1): Rename variable 's' to
11873 'file_symtab'.
11874 (decode_all_digits): Rename argument 's' to 'file_symtab'.
11875 (decode_dollar): Ditto.
11876 (decode_variable): Ditto.
11877 (symbol_found): Ditto.
11878
86669319
MC
118792003-01-09 Michael Chastain <mec@shout.net>
11880
11881 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
11882
616a9dc4
CV
118832003-01-07 Corinna Vinschen <vinschen@redhat.com>
11884
11885 * win32-nat.c (set_process_privilege): New function.
11886 (child_attach): Call set_process_privilege() to enable the
11887 SE_DEBUG_NAME user privilege if available in process token.
11888
3269bcfa
JB
118892003-01-10 J. Brobecker <brobecker@gnat.com>
11890
11891 * hpread.c (hpread_process_one_debug_symbol): Fix a small
11892 compilation error in the previous revision.
11893
2b0ee454
DC
118942003-01-09 David Carlton <carlton@math.stanford.edu>
11895
11896 * linespec.c: Update copyright.
11897
b3ba1b44
DJ
118982003-01-09 Daniel Jacobowitz <drow@mvista.com>
11899
11900 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
11901 than inferior_ptid.
11902 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
11903
4ef3f3be
AC
119042003-01-09 Andrew Cagney <ac131313@redhat.com>
11905
479ab5a0
AC
11906 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
11907 Update comments.
11908 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
11909 (frame_saved_regs_zalloc): Update.
11910 (frame_saved_regs_register_unwind): Update.
11911 (create_new_frame): Update.
11912 (get_prev_frame): Update.
11913 (frame_extra_info_zalloc): Update.
11914 (deprecated_get_frame_saved_regs): Update.
11915 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
11916 * cris-tdep.c: Update comment.
11917
bde58177
AC
11918 * somsolib.h: Fix function indentation.
11919 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
11920 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
11921 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
11922 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
11923 * somsolib.c, inftarg.c: Remove assignment in if conditional.
11924
4ef3f3be
AC
11925 * infrun.c (follow_fork): Use ISO C definition.
11926 * expprint.c (print_subexp): Use xfree instead of free.
11927 * charset.c: Include "gdb_string.h" instead of <string.h>.
11928 (register_iconv_charsets): Use ISO C definition.
11929 (host_charset, target_charset): Ditto.
11930 * Makefile.in (charset.o): Update dependencies.
11931 (mi-cmd-env.o): Update dependencies.
11932
1c615f7a
AC
119332003-01-08 Andrew Cagney <cagney@redhat.com>
11934
11935 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
11936 get_frame_base.
11937
c9a1dc08
AC
119382003-01-08 Andrew Cagney <ac131313@redhat.com>
11939
11940 * gdb_mbuild.sh: Add --keep option. When specified, keep the
11941 build directories. Save edited gdb output in Mbuild.log. If a
11942 build fails, remove any final GDB executable.
11943
dbad9d94
AC
119442003-01-08 Andrew Cagney <ac131313@redhat.com>
11945
11946 * gdb_mbuild.sh: Edit the output of `maint print architecture'
11947 replacing hex constants with function names and stripping leading
11948 file name directory prefixes.
11949
8d357cca
AC
119502003-01-08 Andrew Cagney <cagney@redhat.com>
11951
11952 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
11953 get_frame_base.
11954
bca02a8a
DC
119552003-01-08 David Carlton <carlton@math.stanford.edu>
11956
11957 * linespec.c (decode_line_1): Move code into decode_variable.
11958 (decode_variable): New function.
11959
7f8ab3a0
AC
119602003-01-08 Andrew Cagney <ac131313@redhat.com>
11961
11962 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
11963
7b5849cc
AC
119642003-01-08 Andrew Cagney <cagney@redhat.com>
11965
11966 * cris-tdep.c (cris_frame_init_saved_regs): Use
11967 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
11968 saved_regs buffer.
11969 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
11970 (sh64_nofp_frame_init_saved_regs): Ditto.
11971 (sh_fp_frame_init_saved_regs): Ditto.
11972 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
11973 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
11974 * mcore-tdep.c (analyze_dummy_frame): Ditto.
11975 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
11976
72a5efb3
DJ
119772003-01-08 Daniel Jacobowitz <drow@mvista.com>
11978
11979 * minsyms.c (lookup_minimal_symbol): Update comment.
11980 (lookup_minimal_symbol_text): Update comment. Use the hash table.
11981 (lookup_minimal_symbol_solib_trampoline): Likewise.
11982
11c02a10
AC
119832003-01-08 Andrew Cagney <cagney@redhat.com>
11984
aab3ea25
AC
11985 * d10v-tdep.c (d10v_init_extra_frame_info): Use
11986 frame_relative_level.
11987
da50a4b7
AC
11988 * alpha-tdep.c: Use get_frame_extra_info.
11989 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
11990 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
11991 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
11992 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
11993
11c02a10
AC
11994 * alpha-tdep.c: Use get_next_frame.
11995 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
11996 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
11997 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
11998 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
11999 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12000 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12001 * xstormy16-tdep.c: Ditto.
8ffd9b1b 12002
1e2330ba
AC
120032003-01-07 Andrew Cagney <cagney@redhat.com>
12004
12005 * alpha-tdep.c: Use get_frame_base.
12006 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12007 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12008 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12009 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12010 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12011 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12012 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12013 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 12014
2d75187b
AC
120152003-01-07 Andrew Cagney <cagney@redhat.com>
12016
12017 * frame.c (deprecated_get_frame_context): New function.
12018 (deprecated_set_frame_context): New function.
12019 * frame.h (deprecated_get_frame_context): Declare.
12020 (deprecated_set_frame_context): Declare.
12021 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12022 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 12023
483d36b2
AC
120242003-01-07 Andrew Cagney <cagney@redhat.com>
12025
12026 * frame.c (deprecated_set_frame_next_hack): New function.
12027 (deprecated_set_frame_prev_hack): New function.
12028 * frame.h (deprecated_set_frame_next_hack): Declare.
12029 (deprecated_set_frame_prev_hack): Declare.
12030 * mcore-tdep.c (analyze_dummy_frame): Use
12031 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12032 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12033
14e91ac5
DC
120342003-01-07 David Carlton <carlton@math.stanford.edu>
12035
12036 * linespec.c (decode_line_1): Move code into decode_dollar.
12037 (decode_dollar): New function.
12038
b0c6b05c
AC
120392003-01-07 Andrew Cagney <cagney@redhat.com>
12040
12041 * arm-tdep.c (arm_init_extra_frame_info): Use
12042 deprecated_update_frame_base_hack.
12043 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12044 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12045 (fix_frame_pointer): Ditto.
12046 (mn10300_analyze_prologue): Ditto.
12047
a00a19e9
AC
120482003-01-07 Andrew Cagney <cagney@redhat.com>
12049
12050 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12051 extra_info using frame_extra_info_zalloc.
12052 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12053 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12054 (sh64_init_extra_frame_info): Ditto.
12055 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12056 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12057 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12058 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12059 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12060 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12061 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12062 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12063 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12064 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12065 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12066 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12067
12068 * mn10300-tdep.c (analyze_dummy_frame): Use
12069 deprecated_set_frame_extra_info_hack.
12070 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12071
1fb4c65b
JB
120722003-01-07 J. Brobecker <brobecker@gnat.com>
12073
12074 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12075 class is not scText. These do not define "real" procedures.
12076 (parse_partial_symbols): Likewise.
12077
9fe7d6bf
MS
120782003-01-06 Michael Snyder <msnyder@redhat.com>
12079
12080 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12081
f6c609c4
AC
120822003-01-06 Andrew Cagney <ac131313@redhat.com>
12083
12084 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12085 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12086 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12087 deprecated_frame_xmalloc_with_cleanup.
12088 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12089 deprecated_frame_xmalloc.
12090 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12091 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12092
d995ff4b
AC
120932003-01-06 Andrew Cagney <cagney@redhat.com>
12094
84dc46cb
AC
12095 * x86-64-linux-tdep.c: Include "osabi.h".
12096 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12097
d995ff4b
AC
12098 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12099
66140c26
AC
121002003-01-06 Andrew Cagney <cagney@redhat.com>
12101
12102 * MAINTAINERS (Target Instruction Set Architectures): Update
12103 arm-elf. Can be built with -Werror, has been multiarched.
12104
12105 * value.h (unpack_long): Make buffer parameter constant.
12106 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12107 * scm-lang.h (scm_parse): Ditto.
12108 * defs.h (extract_typed_address, extract_address): Ditto.
12109 (extract_long_unsigned_integer): Ditto.
12110 * inferior.h (unsigned_pointer_to_address): Ditto.
12111 (signed_pointer_to_address): Ditto.
12112 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12113 * gdbarch.h, gdbarch.c: Regenerate.
12114 * findvar.c (extract_long_unsigned_integer): Update.
12115 (extract_address): Update.
12116 (extract_typed_address): Update.
12117 (unsigned_pointer_to_address): Update.
12118 * values.c (unpack_long): Update.
12119 (unpack_double): Update.
12120 (unpack_pointer): Update.
12121 (unpack_field_as_long): Update.
12122 * d10v-tdep.c (d10v_pointer_to_address): Update.
12123 * avr-tdep.c (avr_pointer_to_address): Update.
12124 * scm-lang.c (scm_unpack): Update.
12125 * findvar.c (signed_pointer_to_address): Update.
12126
b089b3da
ML
121272003-01-06 Michal Ludvig <mludvig@suse.cz>
12128
8ffd9b1b 12129 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
12130 since it is in i386-tdep.c.
12131
aff87235
JB
121322003-01-06 J. Brobecker <brobecker@gnat.com>
12133
12134 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12135 failure introduced in the previous change.
12136
34f5e845
MC
121372003-01-05 Michael Chastain <mec@shout.net>
12138
12139 * README: Remove references to deleted remote-*.c files:
12140 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12141 remote-nrom.c, remote-os9k.c, remote-udi.c.
12142
28bcfd30
MK
121432003-01-05 Mark Kettenis <kettenis@gnu.org>
12144
12145 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12146 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12147 i386_get_longjmp_target.
12148
15a5b3ee
AC
121492003-01-05 Andrew Cagney <ac131313@redhat.com>
12150
12151 * arm-tdep.c (prologue_cache): Change to a pointer.
12152 (_initialize_arm_tdep): Allocate prologue_cache.
12153 (check_prologue_cache): Update.
12154 (save_prologue_cache): Update.
12155 (arm_gdbarch_init): Update.
12156
c263362b
DJ
121572003-01-04 Daniel Jacobowitz <drow@mvista.com>
12158
12159 * stabsread.c (update_method_name_from_physname): Call complaint()
12160 instead of error.
12161
51603483
DJ
121622003-01-04 Daniel Jacobowitz <drow@mvista.com>
12163
12164 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12165 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12166 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12167
12168 * blockframe.c: Include "gdbcmd.h" and "command.h".
12169 (backtrace_below_main): New variable.
12170 (file_frame_chain_valid, func_frame_chain_valid)
12171 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12172 (generic_func_frame_chain_valid): Remove functions.
12173 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12174 (_initialize_blockframe): New function.
12175 * Makefile.in (blockframe.o): Update dependencies.
12176 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12177 comment. Call frame_chain_valid ().
12178 * frame.h: Remove old prototypes. Add prototype for
12179 frame_chain_valid and update comments to match.
12180 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12181 Remove old comment.
12182 * gdbarch.h: Regenerated.
12183 * gdbarch.c: Regenerated.
12184
12185 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12186 set_gdbarch_frame_chain_valid.
12187 * avr-tdep.c (avr_gdbarch_init): Likewise.
12188 * cris-tdep.c (cris_gdbarch_init): Likewise.
12189 * frv-tdep.c (frv_gdbarch_init): Likewise.
12190 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12191 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12192 (i386_nw_init_abi): Likewise.
12193 (i386_gdbarch_init): Likewise.
12194 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12195 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12196 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12197 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12198 * mips-tdep.c (mips_gdbarch_init): Likewise.
12199 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12200 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12201 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12202 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12203 * s390-tdep.c (s390_gdbarch_init): Likewise.
12204 * sh-tdep.c (sh_gdbarch_init): Likewise.
12205 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12206 * v850-tdep.c (v850_gdbarch_init): Likewise.
12207 * vax-tdep.c (vax_gdbarch_init): Likewise.
12208 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12209
12210 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12211 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12212 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12213 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12214 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12215 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12216 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12217 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12218
b00a8037
DJ
122192002-01-04 Daniel Jacobowitz <drow@mvista.com>
12220
12221 * Makefile.in (acconfig_h): Remove incorrect macro.
12222 (config_h): Define.
12223 (osabi.o): Update dependencies.
12224 * configure.tgt: Set gdb_osabi based on target triplet.
12225 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12226 * configure: Regenerated.
12227 * config.in: Regenerated.
12228 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12229 (GDB_OSABI_DEFAULT): Define if not already defined.
12230 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12231 (set_osabi_string): New variables.
12232 (gdbarch_register_osabi): Add new OS ABI to
12233 gdb_osabi_available_names.
12234 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12235 (set_osabi, show_osabi): New functions.
12236 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12237
4be87837
DJ
122382003-01-04 Daniel Jacobowitz <drow@mvista.com>
12239
12240 * arch-utils.c (gdbarch_info_init): Set osabi to
12241 GDB_OSABI_UNINITIALIZED.
12242 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12243 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12244 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12245 * gdbarch.c: Regenerated.
12246 * gdbarch.h: Regenerated.
12247 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12248 there's no BFD.
12249 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12250 * osabi.h (enum gdb_osabi): Move to defs.h.
12251 (gdbarch_init_osabi): Update prototype.
12252 * defs.h (enum gdb_osabi): Moved here.
12253 * Makefile.in: Update dependencies.
12254
12255 * alpha-tdep.h: Don't include "osabi.h".
12256 (struct gdbarch_tdep): Remove osabi member.
12257 * alpha-tdep.c: Include "osabi.h".
12258 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12259 iterate over arches. Update call to gdbarch_init_osabi.
12260 (alpha_dump_tdep): Don't dump osabi.
12261 * alpha-linux-tdep.c: Include "osabi.h".
12262 * alpha-osf1-tdep.c: Include "osabi.h".
12263 * alphafbsd-tdep.c: Include "osabi.h".
12264 * alphanbsd-tdep.c: Include "osabi.h".
12265
12266 * arm-tdep.h: Don't include "osabi.h".
12267 (struct gdbarch_tdep): Remove osabi member.
12268 * arm-tdep.c: Include "osabi.h".
12269 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12270 iterate over arches. Update call to gdbarch_init_osabi.
12271 (arm_dump_tdep): Don't dump osabi.
12272 * arm-linux-tdep.c: Include "osabi.h".
12273 * armnbsd-tdep.c: Include "osabi.h".
12274
12275 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12276 Update call to gdbarch_init_osabi.
12277
12278 * i386-tdep.h: Don't include "osabi.h".
12279 (struct gdbarch_tdep): Remove osabi member.
12280 * i386-tdep.c: Include "osabi.h".
12281 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12282 iterate over arches. Update call to gdbarch_init_osabi.
12283 (i386_dump_tdep): Don't dump osabi.
12284 * i386-linux-tdep.c: Include "osabi.h".
12285 * i386-sol2-tdep.c: Include "osabi.h".
12286 * i386bsd-tdep.c: Include "osabi.h".
12287 * i386gnu-tdep.c: Include "osabi.h".
12288 * i386ly-tdep.c: Include "osabi.h".
12289 * i386nbsd-tdep.c: Include "osabi.h".
12290 * i386obsd-tdep.c: Include "osabi.h".
12291
12292 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12293 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12294 check osabi when iterating over arches. Update call to
12295 gdbarch_init_osabi.
12296 (mips_dump_tdep): Don't dump osabi.
12297
12298 * ns32k-tdep.h: Don't include "osabi.h".
12299 (struct gdbarch_tdep): Remove.
12300 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12301 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12302 allocate tdep. Update call to gdbarch_init_osabi.
12303 (ns32k_dump_tdep): Remove.
12304 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12305 * ns32knbsd-tdep.c: Include "osabi.h".
12306
12307 * ppc-tdep.h: Don't include "osabi.h".
12308 (struct gdbarch_tdep): Remove osabi member.
12309 * rs6000-tdep.c: Include "osabi.h".
12310 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12311 osabi when iterating over arches. Update call to
12312 gdbarch_init_osabi.
12313 (rs6000_dump_tdep): Don't dump osabi.
12314 * ppc-linux-tdep.c: Include "osabi.h".
12315 * ppcnbsd-tdep.c: Include "osabi.h".
12316
12317 * sh-tdep.h: Don't include "osabi.h".
12318 (struct gdbarch_tdep): Remove osabi member.
12319 * sh-tdep.c: Include "osabi.h".
12320 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12321 iterate over arches. Update call to gdbarch_init_osabi.
12322 (sh_dump_tdep): Don't dump osabi.
12323 * shnbsd-tdep.c: Include "osabi.h".
12324
12325 * sparc-tdep.c: Include "osabi.h".
12326 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12327 iterate over arches. Update call to gdbarch_init_osabi.
12328 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12329 tdep structure.
12330
12331 * vax-tdep.h: Don't include "osabi.h".
12332 (struct gdbarch_tdep): Remove.
12333 * vax-tdep.c: Include "osabi.h".
12334 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12335 iterate over arches. Don't allocate tdep. Update call
12336 to gdbarch_init_osabi.
12337 (vax_dump_tdep): Remove.
12338 (_initialize_vax_tdep): Update call to gdbarch_register.
12339
a881cf8e
DJ
123402003-01-04 Daniel Jacobowitz <drow@mvista.com>
12341
12342 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12343 entirely.
12344 (breakpoint_re_set_one): Don't fetch the value for a disabled
12345 watchpoint.
12346
1e698235
DJ
123472003-01-04 Daniel Jacobowitz <drow@mvista.com>
12348
12349 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
12350 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
12351 (COERCE_FLOAT_TO_DOUBLE): Remove.
12352 * gdbarch.c: Regenerate.
12353 * gdbarch.h: Regenerate.
12354 * Makefile.in: Remove value_h from gdbarch_h.
12355 * valops.c (coerce_float_to_double): New variable.
12356 (default_coerce_float_to_double): Remove.
12357 (standard_coerce_float_to_double): Remove.
12358 (value_arg_coerce): Use coerce_float_to_double.
12359 (_initialize_valops): Add "set coerce-float-to-double".
12360 * value.h (default_coerce_float_to_double): Remove prototype.
12361 (standard_coerce_float_to_double): Remove prototype.
12362
12363 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
12364 prototyped.
12365 * mdebugread.c (parse_symbol): Likewise.
12366 * stabsread.c (define_symbol): Mark all functions as prototyped.
12367
12368 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
12369 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
12370 set_gdbarch_coerce_float_to_double.
12371 * arm-tdep.c (arm_gdbarch_init): Likewise.
12372 * frv-tdep.c (frv_gdbarch_init): Likewise.
12373 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
12374 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
12375 * mips-tdep.c (mips_gdbarch_init): Likewise.
12376 (mips_coerce_float_to_double): Remove.
12377 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12378 (rs6000_coerce_float_to_double): Remove.
12379 * s390-tdep.c (s390_gdbarch_init): Likewise.
12380 * sh-tdep.c (sh_gdbarch_init): Likewise.
12381 (sh_coerce_float_to_double): Remove.
12382 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12383 (sparc_coerce_float_to_double): Remove.
12384 * v850-tdep.c (v850_gdbarch_init): Likewise.
12385 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12386 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12387 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
12388 (hppa_coerce_float_to_double): Remove prototype.
12389 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12390
f436a26a
DJ
123912003-01-04 Daniel Jacobowitz <drow@mvista.com>
12392
12393 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
12394
248f8055
DJ
123952003-01-04 Daniel Jacobowitz <drow@mvista.com>
12396
12397 Suggested by Stewart Brown <sb24@avaya.com>:
12398 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
12399 in recursive calls. Handle TYPE_CODE_TYPEDEF.
12400 (c_type_print_varspec_suffix): Likewise.
12401
72cfdc76
MK
124022003-01-04 Mark Kettenis <kettenis@gnu.org>
12403
bfd260bb
MK
12404 * configure.in: Don't set and AC_SUBST SUBDIRS.
12405 * configure: Regenerated.
12406
72cfdc76
MK
12407 * configure.in: Remove code dealing with shared libraries.
12408 * Makefile.in: Remove HLDFLAGS and HLDENV.
12409 * configure: Regenerated.
12410
c8b8a898
AC
124112003-01-04 Andrew Cagney <ac131313@redhat.com>
12412
12413 * frame.c (deprecated_frame_xmalloc): New function.
12414 (deprecated_set_frame_saved_regs_hack): New function.
12415 (deprecated_set_frame_extra_info_hack): New function.
12416 * frame.h (deprecated_frame_xmalloc): Declare.
12417 (deprecated_set_frame_saved_regs_hack): Declare.
12418 (deprecated_set_frame_extra_info_hack): Declare.
12419
14abd0fb
MK
124202003-01-04 Mark Kettenis <kettenis@gnu.org>
12421
8ee53726
MK
12422 * configure.in: Move code that provides the --enable-gdbtk option
12423 right after the code that handles the --enable-tui option, and
12424 polish it somewhat.
12425 * configure: Regenerated.
12426
14abd0fb
MK
12427 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
12428 AC_CHECK_FUNCS and remove the old check for pread64.
12429 * acinclude.m4 (AC_GNU_SOURCE): New macro.
12430 * acconfig.h (_GNU_SOURCE): Add.
12431 (HAVE_PREAD64): Remove.
12432 * configure, aclocal.m4, config.in: Regenerated.
12433
b2fb4676
AC
124342003-01-03 Andrew Cagney <ac131313@redhat.com>
12435
12436 * alpha-tdep.c: Use get_frame_saved_regs.
12437 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12438 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12439 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
12440 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
12441 * vax-tdep.c, xstormy16-tdep.c: Ditto.
12442
8dcde887
MK
124432003-01-03 Mark Kettenis <kettenis@gnu.org>
12444
12445 * configure.in: Remove all use of the SUBDIRS variable; add
12446 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
12447 code providing the --enable-multi-ice option, and move it right in
12448 front of the code that checks whether gdbserver is supported.
12449 Polish that too.
12450 * configure: Regenerated.
12451 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
12452 @SUBDIRS@.
12453
8ccd593b
AC
124542003-01-03 Andrew Cagney <cagney@redhat.com>
12455
12456 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
12457 * avr-tdep.c, cris-tdep.c: Ditto.
12458 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12459 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 12460
91151a06
MK
124612003-01-03 Mark Kettenis <kettenis@gnu.org>
12462
12463 * configure.in: Remove --enable-netrom option.
12464 * configure: Regenerated.
12465
8fe84d01
MK
124662003-01-03 Mark Kettenis <kettenis@gnu.org>
12467
12468 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
12469 declaration for `struct re_pattern_buffer' instead.
12470 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
12471
f0394be6
JB
124722003-01-03 J. Brobecker <brobecker@gnat.com>
12473
12474 * mdebugread.c (parse_symbol): Count until the stEnd matching
12475 the structure name.
12476
27e9bf90
MK
124772003-01-02 Mark Kettenis <kettenis@gnu.org>
12478
93d331ba
MK
12479 * configure.in: Remove --with-cpu option.
12480 subscripts. Remove evil changequotes here.
12481 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
12482 * config.in, configure: Regenerated.
8ffd9b1b 12483
27e9bf90
MK
12484 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
12485 * configure.in: Cleanup section that sources GDB and BFD configure
12486 subscripts. Remove evil changequotes here.
12487 * config.in, configure: Regenerated.
12488
50abf9e5
AC
124892003-01-02 Andrew Cagney <ac131313@redhat.com>
12490
12491 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
12492 frame accessor methods.
12493 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12494 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12495 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
12496 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
12497 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12498 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12499 * z8k-tdep.c: Ditto.
8ffd9b1b 12500
287c1a40
MK
125012003-01-02 Mark Kettenis <kettenis@gnu.org>
12502
f5dbc56d
MK
12503 * configure.in: Remove UI_OUT configuration code.
12504 * ada-lang.c: Update assuming UI_OUT is always true.
12505 * Makefile.in (UIOUT_CFLAGS): Remove.
12506 * configure: Regenerated.
12507 * TODO: Remove blurb about elimination of -DUI_OUT.
12508
627af7ea
MK
12509 * configure.in: Move code that provides the --enable-gdbcli,
12510 --enable-gdbmi options right before the code that handles the
12511 --enable-tui option. Polish a bit.
12512 * configure: Regenerated.
12513
06825bd1
MK
12514 * configure.in: Rewrite check for GNU regex and the
12515 --without-included regex option, and move it into the "Checks for
12516 library functions" section. This makes us use the system regex
12517 again by default on systems with version 2 of the GNU C library.
12518 This was apparently broken.
12519 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
12520 * acconfig.h (USE_INCLUDED_REGEX): Remove.
12521 * config.in, configure: Regenerated.
12522
287c1a40
MK
12523 * configure.in: Move code that provides the --enable-tui option
12524 before the "Checks for libraries" section. Polish the code
12525 somewhat and set need_curses to yes if we build the TUI. Rewrite
12526 code that looks for a library providing termcap functionality to
12527 match more closely what's done in the Readline library, and move
12528 it into to the "Checks for libraries" section.
12529 * configure: Regenerated.
12530 * Makefile.in (TERMCAP): Remove variable.
12531 * config/i386/go32.mh (TERMCAP): Remove variable.
12532
684e56bf
AC
125332003-01-02 Andrew Cagney <ac131313@redhat.com>
12534
12535 * MAINTAINERS: Mention gdb_mbuild.sh.
12536 * gdb_mbuild.sh: Rewrite.
12537
e1ea1d75
MK
125382003-01-02 Mark Kettenis <kettenis@gnu.org>
12539
12540 * configure.in: Fix typo in last change.
12541 * config.in, configure: Regenerated.
12542
1b831c93
AC
125432003-01-02 Andrew Cagney <ac131313@redhat.com>
12544
12545 * valarith.c (value_binop): Delete obsolete code and comments.
12546 * configure.host: Ditto.
12547 * buildsym.h (make_blockvector): Ditto.
12548 * buildsym.c (make_blockvector): Ditto.
12549 * defs.h (enum language): Ditto.
12550 (chill_demangle): Ditto.
12551 * elfread.c (elf_symtab_read): Ditto.
12552 * dwarfread.c (CHILL_PRODUCER): Ditto.
12553 (set_cu_language): Ditto.
12554 (handle_producer): Ditto.
12555 * expprint.c (print_subexp): Ditto.
12556 * gdbtypes.c (chill_varying_type): Ditto.
12557 * gdbtypes.h (builtin_type_chill_bool): Ditto.
12558 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
12559 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
12560 (chill_varying_type): Ditto.
12561 * language.h (_LANG_chill): Ditto.
12562 * language.c (binop_result_type, integral_type): Ditto.
12563 (character_type, string_type, structured_type): Ditto.
12564 (lang_bool_type, binop_type_check): Ditto.
12565 * stabsread.h (os9k_stabs): Ditto.
12566 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
12567 (define_symbol, read_type, read_struct_fields): Ditto.
12568 (read_array_type, read_enum_type, read_huge_number): Ditto.
12569 (read_range_type, start_stabs): Ditto.
12570 * symfile.c (init_filename_language_table): Ditto.
12571 (add_psymbol_with_dem_name_to_list): Ditto.
12572 * symtab.c (symbol_init_language_specific): Ditto.
12573 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
12574 * symtab.h (struct general_symbol_info): Ditto.
12575 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
12576 * typeprint.c (typedef_print): Ditto.
12577 * utils.c (fprintf_symbol_filtered): Ditto.
12578 * valops.c (value_cast, search_struct_field, value_slice): Delete
12579 obsolete code.
12580 (varying_to_slice): Delete function.
12581 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
12582 (varying_to_slice): Delete declaration.
12583 * MAINTAINERS: Update.
12584
8bb2c122
MK
125852003-01-02 Mark Kettenis <kettenis@gnu.org>
12586
97bf5e38
MK
12587 * configure.in: Reorganize "Checks for library functions section"
12588 a bit. Remove check for `btowc' and `isascii' functions.
12589 * configure: Regenerated.
12590
5ee754fc
MK
12591 * acconfig.h (_MSE_INT_H): Remove.
12592 * configure.in: Create "Checks for header files" section, and move
12593 appropriate tests there. Don't check for objlist.h, wchar.h,
12594 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
12595 misdetection fix. Also add "Checks for types", "Checks for
12596 compiler characteristics" and "Checks for library functions"
12597 sections.
12598 * config.in, configure: Regenerated.
12599
8bb2c122
MK
12600 * configure.in: Create "Checks for programs" section, and move
12601 appropriate tests there.
12602
9a156167
MK
126032003-01-01 Mark Kettenis <kettenis@gnu.org>
12604
12605 * configure.in: Create "Checks for libraries" section, and move
12606 appropriate tests there. Cleanup check for wctype in libw. Use
12607 AC_SEARCH_LIBS to see whether we need libsocket.
12608 * configure: Regenerated.
12609
a80e2bcb 12610For older changes see ChangeLog-2002
c906108c
SS
12611\f
12612Local Variables:
12613mode: change-log
12614left-margin: 8
12615fill-column: 74
12616version-control: never
12617End:
This page took 1.077241 seconds and 4 git commands to generate.