* arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
28cd8767
JG
12003-09-25 Jerome Guitton <guitton@act-europe.fr>
2
3 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
4 "add ip, sp #n" in the prologue.
5 (arm_scan_prologue): Ditto.
6
a4ab2b5d
JG
72003-09-25 Jerome Guitton <guitton@act-europe.fr>
8
9 * MAINTAINERS (write after approval): Add myself.
10
3f244638
AS
112003-09-25 Andreas Schwab <schwab@suse.de>
12
13 * m68k-tdep.c: Include "dwarf2-frame.h".
14 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
15 * Makefile.in (m68k-tdep.o): Update dependencies.
16
1c0159e0
CV
172003-09-25 Corinna Vinschen <vinschen@redhat.com>
18
19 * sh-tdep.c (struct frame_extra_info): Remove.
20 (struct sh_frame_cache): New structure.
21 (GET_SOURCE_REG): New macro extracting source register of an opcode.
22 (GET_TARGET_REG): Ditto but target register.
23 (GET_PUSHED_REG): Remove.
24 (IS_MOV_ARG_TO_REG): New macro.
25 (IS_MOV_ARG_TO_IND_R14): New macro.
26 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
27 (IS_MOVW_PCREL_TO_REG): New macro.
28 (IS_MOVL_PCREL_TO_REG): New macro.
29 (IS_SUB_REG_FROM_SP): New macro.
30 (IS_ARG_MOV): Remove.
31 (IS_MOV_TO_R14): Remove.
32 (IS_RESTORE_FP): New macro.
33 (IS_RTS): New macro.
34 (IS_LDS): New macro.
35 (IS_MOV_FP_SP): New macro.
36 (IS_ADD_REG_TO_FP): New macro.
37 (IS_ADD_IMM_FP): New macro.
38 (sh_skip_prologue_hard_way): Remove.
39 (sh_saved_pc_after_call): Remove.
40 (sh_frame_chain): Remove.
41 (sh_find_callers_reg): Remove.
42 (sh_nofp_frame_init_saved_regs): Remove.
43 (sh_fp_frame_init_saved_regs): Remove.
44 (sh_init_extra_frame_info): Remove.
45 (sh_analyze_prologue): New function.
46 (sh_skip_prologue): Remove deprecated code. Rely on new function
47 sh_analyze_prologue when after_prologue fails.
48 (sh_frame_saved_pc): Remove.
49 (sh_alloc_frame_cache): New function.
50 (sh_frame_cache): Ditto.
51 (sh_frame_prev_register): Ditto.
52 (sh_frame_this_id): Ditto.
53 (sh_frame_unwind): New structure defining the heuristic frame
54 sniffer interface.
55 (sh_frame_sniffer): New function.
56 (sh_unwind_sp): Ditto.
57 (sh_unwind_pc): Ditto.
58 (sh_unwind_dummy_id): Ditto.
59 (sh_frame_base_address): Ditto.
60 (sh_frame_base): New structure defining new frame base code.
61 (sh_in_function_epilogue_p): New function.
62 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
63 code and to call all new code instead. Initialize dwarf2 and
64 heuristic frame sniffer.
65
5f9769d1
PH
662003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
67
68 * parser-defs.h (struct exp_descriptor): New definition, containing
69 language-specific info for printing, prefixifying, dumping, and
70 evaluating expressions.
71 (exp_descriptor_standard): Declare new variable.
72 (print_subexp): Make global and declare here (from expprint.c).
73 (dump_subexp): Ditto.
74 (dump_subexp_body_standard): Declare.
75 (operator_length_standard): Declare.
76 (op_name_standard): Declare.
77 (print_subexp): Declare.
78 (print_subexp_standard): Declare.
79
80 * language.h (struct language_defn): Add la_exp_desc field to hold
81 pointer to table for language-specific operators.
82 Remove evaluate_exp field, which is now in struct exp_descriptor.
83
84 * parse.c (operator_length): Move most code to new
85 operator_length_standard function. Use language-specific information.
86 (operator_length_standard): New function taking most code from
87 operator_length.
88 (exp_descriptor_standard): New constant.
89
90 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
91 and OP_EXTENDED_LAST.
92
93 * expprint.c (print_subexp): Use language-specific print_subexp.
94 Make global; remove static declaration.
95 Move most code to print_subexp_standard.
96 (print_subexp_standard): New function, containing code formerly in
97 print_subexp.
98 (op_name): Add expression to argument signature.
99 Use langauge-specific op_name.
100 Move most code to op_name_standard.
101 (op_name_standard): New function, containing code formerly in op_name.
102 (dump_subexp): Use new version of op_name function.
103 Use language-specific dump_subexp_body, and move most existing code to
104 dump_subexp_body_standard.
105 (dump_raw_expression): Use new op_name interface.
106 (dump_subexp_body): Move most code to dump_subexp_body_standard.
107 (dump_subexp_body_standard): New function, containing code formerly
108 in dump_subexp_body.
109
110 * language.c (unknown_language): Add default la_exp_desc field and
111 remove evaluate_exp field.
112 (auto_language): Ditto.
113 (local_language): Ditto.
114 * f-lang.c (f_language_defn): Ditto.
115 * c-lang.c (c_language_defn): Ditto.
116 (cplus_language_defn): Ditto.
117 (asm_language_defn): Ditto.
118 (minimal_language_defn): Ditto.
119 * p-lang.c (pascal_language_defn): Ditto.
120 * m2-lang.c (m2_language_defn): Ditto.
121 * objc-lang.c (objc_language_defn): Ditto.
122
123 * jv-lang.c (exp_descriptor_java): New variable, containing
124 Java-specific expression evaluator.
125 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
126 field.
127 * scm-lang.c (exp_descriptor_scm): New variable, containing
128 Scheme-specific expression evaluator.
129 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
130 field.
131 * objc-lang.c (print_object_command): Take evaluate_exp from the
132 la_exp_desc field.
133
134 * Makefile.in (eval.o): Add dependency on parser-defs.h.
135
136 * eval.c: Include parser-defs.h for the full declaration of
137 la_exp_desc's type.
138 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
139
24daaebc
PH
1402003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
141
142 * parser-defs.h (operator_length): Declare.
143
144 * parse.c (length_of_subexp): Use operator_length to get operator
145 lengths and arities for operators.
146 Move most code to new operator_length function.
147 (operator_length): New function absorbing most code from
148 length_of_subexp.
149 (prefixify_subexp): Remove large case and use operator_length instead.
150 (parse_exp_1): Use renamings:
151 dump_prefix_expression => dump_raw_expression and
152 dump_postfix_expression => dump_prefix_expression.
153
154 * expression.h (dump_prefix_expression): Rename to ...
155 (dump_raw_expression): New name.
156 (dump_postfix_expression): Rename to ...
157 (dump_prefix_expression): New name.
158
159 * expprint.c (dump_subexp): Make global. Add comment.
160 Move most existing code to dump_subexp_body.
161 (dump_subexp_body): New function.
162 (dump_prefix_expression): Rename to dump_raw_expression.
163 Remove attempt to print the expression via print_expression: it can't
164 work before the expression is prefixified.
165 (dump_raw_expression): Renamed from dump_prefix_expression.
166 (dump_postfix_expression): Rename to dump_prefix_expression, since
167 that's what it does.
168 Remove 'note' parameter, since this routine must be used on
169 prefixified expression.
170 (dump_prefix_expression): Renamed from dump_postfix_expression.
171
8c2957c4
JB
1722003-09-22 Jim Blandy <jimb@redhat.com>
173
174 * dwarf2read.c (read_array_type): When building the type for an
175 array of unspecified length, make sure to choose the upper bound
176 so that the array's total length comes out to be zero --- that's
177 how we represent such arrays.
178
592e3010
MC
1792003-09-22 Michael Chastain <mec@shout.net>
180
181 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
182
365c70b1
JJ
1832003-09-22 Jeff Johnston <jjohnstn@redhat.com>
184
185 * top.c (quit_force): Fix indirect call to quit_target so
186 a struct qt_args pointer is passed.
187
5d6eb653
AC
1882003-09-22 Andrew Cagney <cagney@redhat.com>
189
190 * arch-utils.h (init_frame_pc_noop): Delete declaration.
191 * arch-utils.c (init_frame_pc_noop): Delete function.
192 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
193 "init_frame_pc".
194 * mips-tdep.c (mips_gdbarch_init): Ditto.
195 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
196 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
197 declaration.
198 (DEPRECATED_INIT_FRAME_PC): Delete macro.
199 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
200 declaration.
201 (DEPRECATED_INIT_FRAME_PC): Delete macro.
202
b222a67f
AG
2032003-09-22 Anthony Green <green@redhat.com>
204
205 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
206 declaration.
207
d5b5ac79
AC
2082003-09-20 Andrew Cagney <cagney@redhat.com>
209
deafb061
AC
210 * breakpoint.c: Eliminate ARGSUSED.
211 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
212 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
213 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
214 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
215 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
216 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
217 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
218 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
219 * wince.c, remote-vx.c: Ditto.
220
d5b5ac79
AC
221 * cli/cli-script.c: Remove "register" attributes.
222 * config/pa/tm-hppa.h: Ditto.
223 * cli/cli-decode.c: Ditto.
224 * cli/cli-cmds.c: Ditto.
225
c6316faa
AC
2262003-09-19 Andrew Cagney <cagney@redhat.com>
227
228 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
229 DEPRECATED_NPC_REGNUM.
230 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
231
f4f99b11
CF
2322003-09-19 Christopher Faylor <cgf@redhat.com>
233
234 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
235
1708f284
JB
2362003-09-19 Jim Blandy <jimb@redhat.com>
237
238 * macrotab.c (macro_include): Use the correct comparison to find
239 the appropriate place for this inclusion in the list.
240
b9fbf434
AC
2412003-09-19 Andrew Cagney <cagney@redhat.com>
242
243 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
244 (DEPRECATED_HPUX_TEXT_END): Define.
245 (deprecated_hpux_text_end): Declare.
246 (struct target_ops): Declare opaque.
247 * hppah-nat.c (text_end): Make static.
248 (deprecated_hpux_text_end): New function.
249 * exec.c (text_end): Delete global variable.
250 (NEED_TEXT_START_END): Do not define.
251 (exec_file_attach): Replace code computing "text_end" code with
252 call to DEPRECATED_HPUX_TEXT_END.
253
5b03f266
AC
2542003-09-19 Andrew Cagney <cagney@redhat.com>
255
256 * utils.c (align_up, align_down): New functions.
257 * defs.h (align_up, align_down): Declare.
258 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
259 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
260 and "align_down".
261 (round_up, round_down): Delete functions.
262 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
263 "align_down".
264 (ROUND_DOWN, ROUND_UP): Delete macros.
265 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
266 * h8300-tdep.c: Replace "round_up" and "round_down" with
267 "align_up" and "align_down".
268 (round_up, round_down): Delete macros.
269 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
270 "align_down".
271 (ROUND_UP, ROUND_DOWN): Delete macros.
272
51db5742
JB
2732003-09-18 J. Brobecker <brobecker@gnat.com>
274
275 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
276 hard-coded constant. Use the proper machine name instead.
277
77949794
AC
2782003-09-17 Andrew Cagney <cagney@redhat.com>
279
280 * sparc-tdep.c (legacy_register_name): Delete function.
281 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
282 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
283 * infcmd.c (gdb_register_name): Delete variable.
284 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
285 REGISTER_NAME and "tm.h".
286 * gdbarch.h, gdbarch.c: Regenerate.
287 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
288 REGISTER_NAMES in comments.
289 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
290 * m68klinux-nat.c (regmap): Ditto.
291
b55c33cc
JB
2922003-09-17 Jim Blandy <jimb@redhat.com>
293
294 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
295
957e27ac
AC
2962003-09-17 Andrew Cagney <cagney@redhat.com>
297
298 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
299 (ppcnbsd_init_abi): Set "use_struct_convention" to
300 "ppcnbsd_use_struct_convention".
301
192cb3d4
MK
3022003-09-17 Mark Kettenis <kettenis@gnu.org>
303
304 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
305 * gdbarch.h, gdbarch.c: Regenerate.
306 (stabs_argument_has_addr): New architecture method.
307 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
308 * arch-utils.c: Include "buildsym.h".
309 (default_stabs_argument_has_addr): New function.
310 * stabsread.c (define_symbol): Use stabs_argument_has_addr
311 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
312
efe59759
AC
3132003-09-17 Andrew Cagney <cagney@redhat.com>
314
315 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
316 * gdbarch.h, gdbarch.c: Regenerate.
317 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
318 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
319 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
320 * sparcnbsd-tdep.c: Update.
321
62700349
AC
3222003-09-17 Andrew Cagney <cagney@redhat.com>
323
324 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
325 * gdbarch.h, gdbarch.c: Regenerate.
326 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
327 * d10v-tdep.c, frame.c: Update.
328 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
329 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
330 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
331 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
332 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
333 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
334 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
335 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
336 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
337 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
338 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
339 * config/pa/nm-hppah.h: Update.
340
b9ff3018
AC
3412003-09-16 Andrew Cagney <cagney@redhat.com>
342
343 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
344 "use_struct_convention" to "ppc_linux_use_struct_convention".
345 (ppc_linux_use_struct_convention): New function.
346 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
347 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
348 "rs6000_use_struct_convention".
349 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
350 declaration.
351 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
352 Delete function.
353
aa1ee363
AC
3542003-09-16 Andrew Cagney <cagney@redhat.com>
355
356 * buildsym.c: Remove more occurances of "register".
357 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
358 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
359 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
360 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
361 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
362 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
363 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
364 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
365
f2ea0907
CV
3662003-09-16 Corinna Vinschen <vinschen@redhat.com>
367
368 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
369 numbers to enumeration values.
370 * sh-tdep.c: Accomodate above change.
371 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
372 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
373 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
374 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
375 (IS_FPUSH): Rename from IS_FMOV.
376 (sh_extract_struct_value_address): Remove useless comment.
377 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
378 instead of own local values.
379 (sh_dump_tdep): Remove.
380 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
381 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
382
1c704f11
AC
3832003-09-15 Andrew Cagney <cagney@redhat.com>
384
385 * doublest.c (convert_floatformat_to_doublest): No longer need to
386 cast "exp_bias" to an int. Reverts 2002-12-04 change.
387
ac79b88b
DJ
3882003-09-15 Daniel Jacobowitz <drow@mvista.com>
389
390 * values.c (unpack_double): Call floatformat_is_valid.
391
1c671366
MK
3922003-09-15 Mark Kettenis <kettenis@gnu.org>
393
de5227fb
MK
394 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
395 ps_strings into a long.
396
1c671366
MK
397 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
398 _initialize_am64fbsd_nat.
399
a604369a
KB
4002003-09-15 Kevin Buettner <kevinb@redhat.com>
401
402 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
403 associated with DW_AT_ranges attribute is out of bounds.
404
b3cacbee
DL
4052003-09-15 David Lecomber <dsl@sources.redhat.com>
406
407 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
408
d0f37bb2
MC
4092003-09-14 Michael Chastain <mec@shout.net>
410
411 * config/m68k/nm-apollo68v.h: Delete.
412 * config/m68k/xm-apollo68v.h: Delete.
413
69517000
AC
4142003-09-14 Andrew Cagney <cagney@redhat.com>
415
416 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
417 * dcache.c: Update copyrights and descriptions.
418 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
419
ef8b349d
AC
4202003-09-14 Andrew Cagney <cagney@redhat.com>
421
422 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
423 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
424
52f0bd74
AC
4252003-09-14 Andrew Cagney <cagney@redhat.com>
426
427 * alpha-nat.c: Remove some occurances of "register".
428 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
429 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
430 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
431 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
432 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
433 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
434 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
435 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
436 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
437 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
438 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
439 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
440 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
441 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
442 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
443 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
444 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
445 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
446 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
447 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
448 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
449 * values.c, vax-tdep.c, xcoffread.c: Ditto.
450
4a4b3fed
AC
4512003-09-13 Andrew Cagney <cagney@redhat.com>
452
453 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
454 * ppc-tdep.h (struct regcache): Declare opaque.
455 * objfiles.h (struct objfile_data): Declare opaque.
456 * cp-support.h (struct objfile): Declare opaque.
457 * linux-nat.h (target_waitstatus): Declare opaque.
458
2110b94f
MK
4592003-09-14 Mark Kettenis <kettenis@gnu.org>
460
1c671366
MK
461 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
462 (stabs_argument_has_addr): New architecture method.
463 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
464 * arch-utils.c: Include "buildsym.h".
465 (default_stabs_argument_has_addr): New function.
466 * stabsread.c (define_symbol): Use stabs_argument_has_addr
467 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
468
2110b94f
MK
469 * cris-tdep.c (cris_gdbarch_init): Set
470 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
471 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
472 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
473 * mips-tdep.c (mips_gdbarch_init): Likewise.
474 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
475 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
476
48436ce6
AC
4772003-09-13 Andrew Cagney <cagney@redhat.com>
478
479 * values.c (using_struct_return): Delete "function" and "funcaddr"
480 parameters.
481 * value.h (using_struct_return): Update declaration.
482 * infcmd.c (finish_command_continuation): Update.
483 (finish_command): Update.
484 * infcall.c (call_function_by_hand): Update.
485 * eval.c (evaluate_subexp_standard): Update.
486
403d9909
CF
4872003-09-13 Christopher Faylor <cgf@redhat.com>
488
489 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
490 SSE registers since gdb will not operate correctly without this.
491 Restore include file ordering munged in previous change.
492 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
493
ebf7d56b
MK
4942003-09-13 Mark Kettenis <kettenis@gnu.org>
495
8e823e25
MK
496 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
497 REG_STRUCT_HAS_ADDR.
498 * gdbarch.c, gdbarch.h: Updated.
499 * infcall.c (call_function_by_hand): Update.
500 * stabsread.c (define_symbol): Updated.
501
ebf7d56b
MK
502 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
503
d3f13f72
CF
5042003-09-12 Christopher Faylor <cgf@redhat.com>
505
506 * win32-nat.c: Reorganize so that defines used by target headers are
507 actually defined by the system headers.
508 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
509 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
510
14f75137
JB
5112003-09-12 Jim Blandy <jimb@redhat.com>
512
d646061f
JB
513 * dbxread.c (read_dbx_symtab): Don't report an internal error if
514 the file has no .data, .bss, or .rodata sections. Instead wait
515 until we see a variable alleged to live in one of those sections.
516
2a13f9bc
JB
517 * dbxread.c (read_dbx_symtab): If we have no .data section and no
518 .bss section, presume that any variables we find live in the
519 .rodata section.
520
4f49b26b
JB
521 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
522 offsets for global and static variables.
523
14f75137
JB
524 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
525 symbol types are, by definition, in the .data section, so it is
526 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
527 If there is no .data section, there should be no N_DATA or N_DATA
528 | N_EXT symbols.
529
212c460c
MK
5302003-09-12 Mark Kettenis <kettenis@gnu.org>
531
532 * amd64fbsd-tdep.c: Fix sigtramp recognition.
533 (amd64fbsd_sigcontext_addr): Rewrite.
534 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
535 with correct values.
536 (amd64fbsd_sc_reg_offset): Initialize with correct values.
537 (amd64fbsd_init_abi): Fix typo.
538
68856ea3
AC
5392003-09-12 Andrew Cagney <cagney@redhat.com>
540
541 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
542 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
543
627b3ba2
AC
5442003-09-12 Andrew Cagney <cagney@redhat.com>
545
546 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
547 "entry_file_highpc". Update comments.
548 * defs.h (deprecated_inside_entry_file): Rename
549 "inside_entry_file".
550 * blockframe.c (deprecated_inside_entry_file): Rename
551 "inside_entry_file".
552 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
553 * vax-tdep.c (vax_frame_chain): Update.
554 * sh64-tdep.c (sh64_frame_chain): Update.
555 * sh-tdep.c (sh_frame_chain): Update.
556 * rs6000-tdep.c (rs6000_frame_chain): Update.
557 * ns32k-tdep.c (ns32k_frame_chain): Update.
558 * mips-tdep.c (mips_frame_chain): Update.
559 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
560 * m32r-tdep.c (m32r_frame_this_id): Update.
561 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
562 * frv-tdep.c (frv_frame_this_id): Update.
563 * d10v-tdep.c (d10v_frame_this_id): Update.
564 * cris-tdep.c (cris_frame_chain): Update.
565 * blockframe.c (legacy_frame_chain_valid): Update.
566 * avr-tdep.c (avr_frame_this_id): Update.
567 * arm-tdep.c (arm_prologue_this_id): Update.
568 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
569 * objfiles.c (objfile_relocate): Update.
570 * mipsread.c (mipscoff_symfile_read): Update.
571 (mipscoff_symfile_read): Update.
572 * mdebugread.c (parse_partial_symbols): Update.
573 * dwarfread.c (read_file_scope): Update.
574 * dwarf2read.c (read_file_scope): Update.
575 * dbxread.c (read_dbx_symtab): Update.
576 (read_dbx_symtab): Update.
577 * coffread.c (complete_symtab): Update.
578
b0abbc58
JJ
5792003-09-12 Jeff Johnston <jjohnstn@redhat.com>
580
581 * top.c (quit_target): New static helper function.
582 (quit_force): Moved code to quit_target(). Call quit_target()
583 via catch_errors() to catch errors during quit.
584
a1632d59
DC
5852003-09-11 David Carlton <carlton@kealia.com>
586
587 * buildsym.c (finish_block): Use allocate_block to allocate the
588 block.
589 * mdebugread.c (new_block): Add FIXME.
590
5c4e30ca
DC
5912003-09-11 David Carlton <carlton@kealia.com>
592
593 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
594 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
595 (recursive_dump_type): Ditto.
596 * printcmd.c (print_formatted): Ditto.
597 * typeprint.c (print_type_scalar): Ditto.
598 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
599 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
600 * cp-support.h: Declare cp_check_possible_namespace_symbols,
601 maint_cplus_cmd_list.
602 * cp-support.c: Make maint_cplus_cmd_list extern.
603 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
604 command.h.
605 (lookup_symbol_file): Look in possible namespace blocks when
606 appropriate.
607 (initialize_namespace_symtab): New.
608 (get_possible_namespace_block, free_namespace_block)
609 (check_possible_namespace_symbols)
610 (check_possible_namespace_symbols_loop)
611 (check_one_possible_namespace_symbol)
612 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
613 (_initialize_cp_namespace): Ditto.
614 * block.h: Declare allocate_block.
615 * block.c (allocate_block): New.
616 * jv-lang.c (get_java_class_symtab): Allocate blocks via
617 allocate_block.
618 * symfile.h: Update declaration of add_psymbol_to_list.
619 * symfile.c (add_psymbol_to_list): Return the partial symbol in
620 question.
621 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
622 scan_partial_symbols_call.
623 (scan_partial_symbols): Add NAMESPACE argument; update calls to
624 helper functions.
625 (add_partial_symbol): If necessary, scan mangled names for names
626 of namespaces.
627 (add_partial_namespace): Add NAMESPACE argument; generate partial
628 symbols associated to namespaces.
629 (add_partial_enumeration): Add NAMESPACE argument.
630 (new_symbol): Allow namespace syms.
631 (read_namespace): Generate namespace syms.
632 * objfiles.h: Add opaque declaration of struct symtab.
633 (struct objfile): Add cp_namespace_symtab member.
634 * objfiles.c (allocate_objfile): Set
635 objfile->cp_namespace_symtab.
636 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
637 dictionary_h, command_h.
638
33a7c2fc
AC
6392003-09-11 Andrew Cagney <cagney@redhat.com>
640
641 * rs6000-tdep.c (rs6000_push_dummy_call): Use
642 regcache_raw_write_signed to set SP_REGNUM, move the operation to
643 near the function's end.
644 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
645 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
646 regcache_raw_write_signed to set SP_REGNUM.
647
63cd24fe
EZ
6482003-09-11 Elena Zannoni <ezannoni@redhat.com>
649
650 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
651 orig_addrs is set up properly.
652
f27dd7fd
AC
6532003-09-11 Andrew Cagney <cagney@redhat.com>
654
655 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
656 * gdbarch.h, gdbarch.c: Re-generate.
657 * infcall.c (call_function_by_hand): Update.
658 * hppa-tdep.c (hppa_push_arguments): Update.
659 * ada-lang.c (place_on_stack): Update.
660 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
661 * sparc-tdep.c (sparc_gdbarch_init): Update.
662 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
663 * hppa-tdep.c (hppa_gdbarch_init): Update.
664 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
665 stack_align.
666
f630a401
DJ
6672003-09-11 Daniel Jacobowitz <drow@mvista.com>
668
669 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
670 register do need a frame.
671
0ddabb4c
AC
6722003-09-11 Andrew Cagney <cagney@redhat.com>
673
674 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
675 buildable since GDB 5.0.
676 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
677 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
678 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
679 * irix4-nat.c: Delete file.
680 * config/mips/irix4.mh: Delete file.
681 * config/mips/irix3.mh: Delete file.
682 * config/mips/irix3.mt: Delete file.
683 * config/mips/tm-irix3.h: Delete file.
684 * config/mips/nm-irix3.h: Delete file.
685 * config/mips/xm-irix3.h: Delete file.
686 * config/mips/nm-irix4.h: Delete file.
687 * config/mips/xm-irix4.h: Delete file.
688 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
689
fde2cceb
JB
6902003-09-10 J. Brobecker <brobecker@gnat.com>
691
692 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
693 * Makefile.in (hppa-tdep.o): Update dependencies.
694
66f667f5
JW
6952003-09-10 James E Wilson <wilson@specifixinc.com>
696
ef5fd69f
JW
697 * MAINTAINERS: Change my e-mail address. Move to paper trail
698 section.
66f667f5 699
53e8aaea
KB
7002003-09-10 Kevin Buettner <kevinb@redhat.com>
701
702 * MAINTAINERS (frv): New ISA entry.
703
dcc6aaff
KB
7042003-09-10 Kevin Buettner <kevinb@redhat.com>
705
706 * frv-tdep.c (dis-asm.h): Include.
707 * Makefile.in (frv-tdep.o): Update dependencies.
708
932644f0
JJ
7092003-09-09 Jeff Johnston <jjohnstn@redhat.com>
710
711 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
712 Fix typo for high range of floating registers.
713
91c24f0a
DC
7142003-09-09 David Carlton <carlton@kealia.com>
715
716 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
717 highpc initialization here out of scan_partial_symbols.
718 (scan_partial_symbols): Restructure into a recursive version,
719 calling add_partial_namespace and add_partial_enumeration when
720 appropriate.
721 (add_partial_namespace): New.
722 (add_partial_enumeration, locate_pdi_sibling): Ditto.
723
c9263853
AC
7242003-09-09 Andrew Cagney <cagney@redhat.com>
725
e56a0ecc
AC
726 * rs6000-tdep.c (ppc_push_return_address): Delete function.
727 (rs6000_push_dummy_call): Set LR to BP_ADDR.
728 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
729 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
730
794a477a
AC
731 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
732 (rs6000_push_dummy_call): Set the "TOC" register.
733
c9263853
AC
734 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
735 methods "max_register_raw_size", "max_register_virtual_size" or
736 "register_virtual_size".
737
afa7d0b2
ILT
7382003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
739
740 * MAINTAINERS: Update my e-mail address.
741
7a41266b
AC
7422003-09-09 Andrew Cagney <cagney@redhat.com>
743
744 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
745 (rs6000_push_dummy_call): Store the struct return address.
746 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
747
77b2b6d4
AC
7482003-09-09 Andrew Cagney <cagney@redhat.com>
749
750 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
751 "ppc_sysv_abi_push_arguments".
752 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
753 "ppc_sysv_abi_push_arguments".
754 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
755 instead of "push_arguments".
756 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
757
e8a7b686
AC
7582003-09-09 Andrew Cagney <cagney@redhat.com>
759
760 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
761 instead of CALL_DUMMY_ADDRESS.
762
f86f5ca3
PH
7632003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
764
765 * p-lang.c: Eliminate "register".
766 * c-lang.c: Ditto.
767 * expprint.c: Ditto.
768 * f-lang.c: Ditto.
769 * jv-lang.c: Ditto.
770 * language.c: Ditto.
771 * m2-lang.c: Ditto.
772 * parse.c: Ditto.
773 * scm-lang.c: Ditto.
774 * objc-lang.c: Ditto.
775
83ee270e
NC
7762003-09-09 Nick Clifton <nickc@redhat.com>
777
778 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
779
a89aa300
AC
7802003-09-04 Andrew Cagney <cagney@redhat.com>
781
782 * avr-tdep.c: Include "dis-asm.h".
783 * cris-tdep.c: Include "dis-asm.h".
784 (cris_delayed_get_disassembler): Use "struct disassemble_info"
785 instead of corresponding typedef.
786 * h8300-tdep.c: Include "dis-asm.h".
787 * ia64-tdep.c: Include "dis-asm.h".
788 * i386-tdep.c: Include "dis-asm.h".
789 (i386_print_insn): Use "struct disassemble_info" instead of
790 corresponding typedef.
791 * m68k-tdep.c: Include "dis-asm.h".
792 * mcore-tdep.c: Include "dis-asm.h".
793 * mips-tdep.c: Include "dis-asm.h".
794 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
795 instead of corresponding typedef.
796 * ns32k-tdep.c: Include "dis-asm.h".
797 * s390-tdep.c: Include "dis-asm.h".
798 * sparc-tdep.c: Include "dis-asm.h".
799 * vax-tdep.c: Include "dis-asm.h".
800 * v850-tdep.c: Include "dis-asm.h".
801 * mn10300-tdep.c: Include "dis-asm.h".
802 * rs6000-tdep.c: Include "dis-asm.h".
803 * xstormy16-tdep.c: Include "dis-asm.h".
804 (_initialize_xstormy16_tdep): Delete "extern" declaration of
805 print_insn_xstormy16.
806 * Makefile.in (v850-tdep.o): Update dependencies.
807 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
808 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
809 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
810 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
811 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
812 (gdbarch_h): Remove $(dis_asm_h).
813 * disasm.c: Include "dis-asm.h".
814 (dis_asm_read_memory): Use "struct disassemble_info" instead of
815 corresponding typedef.
816 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
817 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
818 * gdbarch.sh: Do not include "dis-asm.h".
819 (struct disassemble_info): Declare opaque.
820 (TARGET_PRINT_INSN): Update declaration.
821 * gdbarch.h, gdbarch.c: Re-generate.
822
88a82a65
AC
8232003-09-08 Andrew Cagney <cagney@redhat.com>
824
825 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
826 CALL_DUMMY_ADDRESS, change to a predicate.
827 * gdbarch.h, gdbarch.c: Re-generate.
828 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
829 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
830 * infcall.c (call_function_by_hand): Ditto.
831 * sparc-tdep.c (sparc_push_return_address): Ditto.
832 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
833 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
834 CALL_DUMMY_ADDRESS with entry_point_address.
835 * v850-tdep.c (v850_push_return_address): Ditto.
836 * s390-tdep.c (s390_push_return_address): Ditto.
837 * rs6000-tdep.c (ppc_push_return_address): Ditto.
838 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
839 * mcore-tdep.c (mcore_push_return_address): Ditto.
840 * cris-tdep.c (cris_push_return_address): Ditto.
841 * arm-tdep.c (arm_push_return_address): Ditto.
842
3e2c4033
AC
8432003-09-08 Andrew Cagney <cagney@redhat.com>
844
845 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
846 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
847 and REG_UNMODIFIED to REG_SAME_VALUE.
848 (execute_cfa_program): Update.
849 (dwarf2_frame_cache): Update. Initialize table to
850 REG_UNSPECIFIED, complain if CFI fails to specify a register's
851 location.
852 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
853
39efb398
AC
8542003-09-08 Andrew Cagney <cagney@redhat.com>
855
856 * gnu-nat.c: Remove "inline" function attribute.
857 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
858
f5cb5aca
KB
8592003-09-08 Kevin Buettner <kevinb@redhat.com>
860
861 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
862 target.
863
1cb761c7
KB
8642003-09-08 Kevin Buettner <kevinb@redhat.com>
865
866 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
867 (frame_extra_info): Rename this struct to frv_unwind_cache.
868 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
869 Add fields ``prev_sp'' and ``base''.
870 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
871 (frv_saved_pc_after_call, frv_init_extra_frame_info)
872 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
873 Delete.
874 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
875 Revise all callers. Fill in the unwind cache argument and make
876 other adjustments to account for new frame mechanisms.
877 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
878 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
879 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
880 (frv_frame_unwind, frv_frame_base): New structs.
881 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
882 additional arguments expected by this method and adjust function
883 body accordingly.
884 (frv_gdbarch_init): Remove calls to the following functions:
885 set_gdbarch_deprecated_init_frame_pc(),
886 set_gdbarch_deprecated_saved_pc_after_call(),
887 set_gdbarch_deprecated_frame_chain(),
888 set_gdbarch_deprecated_frame_saved_pc(),
889 set_gdbarch_deprecated_frame_init_saved_regs(),
890 set_gdbarch_deprecated_push_arguments(),
891 set_gdbarch_deprecated_push_return_address(),
892 set_gdbarch_deprecated_pop_frame(),
893 set_gdbarch_deprecated_call_dummy_words(),
894 set_gdbarch_deprecated_sizeof_call_dummy_words(),
895 set_gdbarch_deprecated_init_extra_frame_info(),
896 set_gdbarch_deprecated_dummy_write_sp(), and
897 set_gdbarch_deprecated_pc_in_call_dummy().
898 Add calls to the following functions:
899 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
900 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
901 frame_base_set_default().
902 * Makefile.in (frv-tdep.o): Update dependencies.
903
68f6cf99
MK
9042003-09-09 Mark Kettenis <kettenis@gnu.org>
905
906 * dwarf2-frame.c (read_encoded_value): Add support for
907 DW_EH_PE_aligned encoding.
908
73b65bb0
DJ
9092003-09-08 Daniel Jacobowitz <drow@mvista.com>
910
911 * infrun.c (normal_stop): Don't print a message if the inferior
912 has exited.
913
7c8a5605
JB
9142003-09-08 Jim Blandy <jimb@redhat.com>
915
916 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
917 * dbxread.c: #include "gdb_assert.h".
918 (read_dbx_symtab): If the objfile has no .data section, use the
919 section index for the .bss section instead.
920
7dd88986
DJ
9212003-09-08 Daniel Jacobowitz <drow@mvista.com>
922
923 * frame.c (deprecated_safe_get_selected_frame): New function.
924 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
925 * findvar.c (read_var_value): Call it.
926
55ff77ac
CV
9272003-09-08 Corinna Vinschen <vinschen@redhat.com>
928
929 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
930 (sh64-tdep.o): Add dependencies.
931 * configure.tgt: Add FIXME to sh-*-linux*.
932 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
933 (sh_gdbarch_init): Always set correct sh_show_regs function
934 pointer. Call sh64_gdbarch_init() if machine type is sh5.
935 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
936 * sh64-tdep.c: New file, containing all sh64 related code from
937 sh-tdep.c.
938 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
939 * config/sh/linux.mt (TDEPFILES): Ditto.
940 * config/sh/nbsd.mt (TDEPFILES): Ditto.
941 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
942 * config/sh/wince.mt (TDEPFILES): Ditto.
943
bfb39158
DJ
9442003-09-07 Daniel Jacobowitz <drow@mvista.com>
945
946 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
947 (stop_wait_callback): Handle !lp->signalled also.
948 (lin_lwp_has_pending, flush_callback): New functions.
949 (lin_lwp_wait): Call flush_callback.
950 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
951 (linux_proc_pending_signals): New function.
952 * linux-nat.h (linux_proc_pending_signals): Add prototype.
953
9407de8e
DJ
9542003-09-07 Daniel Jacobowitz <drow@mvista.com>
955
956 From Nick Kelsey <nickk@ubicom.com>:
957 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
958 when the stop PC is at the beginning of a function also.
959
2ef47cd0
DJ
9602003-09-06 Daniel Jacobowitz <drow@mvista.com>
961
962 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
963 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
964
6f4492c8
MK
9652003-09-06 Mark Kettenis <kettenis@gnu.org>
966
967 * sol-thread.c: Include "gdb_string.h".
968
d3420b2f
MK
9692003-09-03 Mark Kettenis <m.kettenis@osp.nl>
970
971 * gcore.c: Reorder include files in alphabetical order. Include
972 "gdb_assert.h". Various coding style fixes.
973 (derive_stack_segment, derive_heap_segment): Replace check for
974 non-null BOTTOM and TOP with gdb_assert.
975 (derive_heap_segment): Replace check for successful creation of
976 ZERO with gdb_assert.
977 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
978
5220ea4c
AC
9792003-09-04 Andrew Cagney <cagney@redhat.com>
980
981 * thread-db.c (verbose_dlsym): New function.
982 (thread_db_load): Use verbose_dlsym
983 (thread_db_new_objfile): Print that libthread_db was loaded, and
984 that thread debugging was enabled.
985
6e8c2c06
AC
9862003-09-04 Andrew Cagney <cagney@redhat.com>
987
988 * configure.tgt: Add "mips64*-*-*" target. Delete
989 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
990 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
991 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
992 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
993 mips*-sony-*, and mips64*-*-elf* targets.
994 * config/mips/embedl.mt: Delete file.
995 * config/mips/embedl64.mt: Delete file.
996 * config/mips/mips.mt: Delete file.
997 * config/mips/mips64.mt: Delete file.
998 * config/mips/tm-embed.h: Delete file.
999 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1000 * config/mips/embed64.mt: Delete out-of-date comment.
1001
3a3bc038
AC
10022003-09-04 Andrew Cagney <cagney@redhat.com>
1003
1004 * hppa-tdep.c (hppa_gdbarch_init): Set
1005 "have_nonsteppable_watchpoint".
1006 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1007 * mips-tdep.c (mips_dump_tdep): Do not print
1008 HAVE_NONSTEPPABLE_WATCHPOINT.
1009 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1010 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1011 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1012 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1013
a957e642
CV
10142003-09-04 Corinna Vinschen <vinschen@redhat.com>
1015
1016 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1017 unused code. Add comment.
1018
a6fbcf2f
CV
10192003-09-04 Corinna Vinschen <vinschen@redhat.com>
1020
1021 * breakpoint.c (watchpoint_check): Check for pc being in an
1022 epilogue if watchpoint frame couldn't be found.
1023
c14a44d5
AC
10242003-09-04 Andrew Cagney <cagney@redhat.com>
1025
1026 * Makefile.in: Re-generate all dependencies.
1027
f6c40618
AC
10282003-09-03 Andrew Cagney <cagney@redhat.com>
1029
1030 * arch-utils.h (legacy_print_insn): Delete declaration.
1031 * arch-utils.c (legacy_print_insn): Delete function.
1032 * disasm.c (deprecated_tm_print_insn_info): Delete.
1033 (_initialize_disasm): Delete function, contained code initializing
1034 deprecated_tm_print_insn_info.
1035 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1036 (deprecated_tm_print_insn_info): Delete.
1037 (TARGET_PRINT_INSN): Do not provide a default.
1038 * gdbarch.h, gdbarch.c: Re-generate.
1039
242e8be5
AC
10402003-09-03 Andrew Cagney <cagney@redhat.com>
1041
1042 * disasm.c (fprintf_disasm): New function.
1043 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1044 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1045 reverts 2003-08-14 change.
1046 (_initialize_disasm): Call "init_disassemble_info", instead of
1047 INIT_DISASSEMBLE_INFO_NO_ARCH.
1048
3ffc3dda
MS
10492003-09-03 Michael Snyder <msnyder@redhat.com>
1050
1051 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1052
52d16ba8
AC
10532003-09-03 Andrew Cagney <cagney@redhat.com>
1054
1055 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1056 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1057 * symfile.c (syms_from_objfile): Update.
1058 (reread_symbols): `Update
1059 * exec.c (exec_file_attach): Update.
1060 (exec_file_attach): Update.
1061 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1062 2003-08-29 change.
1063 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1064
eb5492fa
DJ
10652003-09-03 Daniel Jacobowitz <drow@mvista.com>
1066
1067 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1068 trad-frame.h.
1069 (arm_get_cache): Delete macro.
1070 (struct arm_prologue_cache): Update comments. Make saved_regs into
1071 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1072 to prev_sp.
1073 (thumb_scan_prologue): Update for cache changes. Don't call
1074 DEPRECATED_PC_IN_CALL_DUMMY.
1075 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1076 argument and use it in desperation search for our prologue. Do not
1077 search past the specified PC.
1078 (arm_make_prologue_cache): Simplify.
1079
1080 (arm_prologue_this_id, arm_prologue_prev_register)
1081 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1082 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1083 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1084 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1085 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1086
1087 (arm_frame_chain_valid, arm_find_callers_reg)
1088 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1089 (arm_pop_frame): Delete obsolete methods.
1090 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1091
1092 (arm_gdbarch_init): Update for new frame methods. Register prologue
1093 and sigtramp unwinders. Set the default frame base method.
1094
1095 * Makefile.in (arm-tdep.o): Update dependencies.
1096 * varobj.c (find_frame_addr_in_frame_chain): Call
1097 get_frame_base_address.
1098 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1099
24de872b
DJ
11002003-09-03 Daniel Jacobowitz <drow@mvista.com>
1101
1102 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1103 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1104 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1105 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1106 Take NEXT_FRAME and CACHE arguments. Call
1107 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1108 Set unwound_pc in CACHE instead of modifying the frame argument.
1109 Don't bother checking the frame type when looking for sigtramp
1110 frames.
1111 (arm_make_prologue_cache, arm_frame_chain)
1112 (arm_init_extra_frame_info): New functions.
1113
9b8d791a
DJ
11142003-09-03 Daniel Jacobowitz <drow@mvista.com>
1115
1116 * arm-tdep.c (arm_get_cache): Define.
1117 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1118 unwound_sp, unwound_pc, and saved_regs.
1119 (thumb_scan_prologue): Take a cache instead of the frame.
1120 (arm_scan_prologue): Likewise.
1121 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1122 instead of a temporary frame.
1123 (arm_init_extra_frame_info): Allocate and use a cache.
1124 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1125
7ee3275f
AC
11262003-09-03 Andrew Cagney <cagney@redhat.com>
1127
1128 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1129 * config/mips/wince.mt (TM_CLIBS): Ditto.
1130 * config/sh/wince.mt (TM_CLIBS): Ditto.
1131 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1132 * config/sparc/sp64.mt (CC): Delete.
1133
57b29be7
AC
11342003-09-03 Andrew Cagney <cagney@redhat.com>
1135
1136 * defs.h: Do not include "arch-utils.h".
1137 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1138 GDB_MULTI_ARCH_PURE.
1139 * configure.in (GDB_MULTI_ARCH): Do not define.
1140 * configure, config.in: Regenerate.
1141 * configure.tgt: Do not set variable "gdb_multi_arch".
1142 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1143 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1144 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1145 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1146 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1147 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1148 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1149 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1150 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1151 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
1152 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
1153 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
1154 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
1155 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
1156 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
1157 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
1158 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
1159 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
1160
12e035e2
MC
11612003-08-30 Michael Chastain <mec@shout.net>
1162
1163 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
1164 * config/m68k/nm-hp300hpux.h: Delete.
1165 * config/m68k/tm-hp300hpux.h: Delete.
1166 * config/m68k/xm-hp300hpux.h: Delete.
1167 * config/m68k/xm-hp300bsd.h: Delete.
1168 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
1169 tm-hp300hpux.h, xm-hp300hpux.h.
1170 * somsolib.c: Remove comment about hp300 shared libraries.
1171
bda34dc2
MK
11722003-08-31 Mark Kettenis <kettenis@gnu.org>
1173
5bca7895
MK
1174 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
1175 Only define PTRACE_GET_THREAD_AREA is not already defined.
1176 Various style fixes in code and comments and some additional
1177 spelling fixes in comments. Move after functions dealing with
1178 debug registers.
1179 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
1180 Fix coding-style.
1181
bda34dc2
MK
1182 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
1183 frame_unwind_register_unsigned instead of
1184 frame_unwind_unsigned_register.
1185
c890192f
MK
11862003-08-30 Mark Kettenis <kettenis@gnu.org>
1187
1188 * configure.in: Search for gethostbyname in libnsl.
1189 * configure: Regenerated.
1190
60fac5b8
MK
11912003-08-29 Mark Kettenis <kettenis@gnu.org>
1192
e294916c
MK
1193 * configure.in: Remove redundant AC_MSG_RESULT in check for
1194 uintptr_t in stdint.h.
1195 * configure: Regenerated.
1196
c40d267a
MK
1197 * amd64-nat.h (struct regcache): Add opaque declaration.
1198
60fac5b8
MK
1199 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
1200 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
1201 Change "register array" to "register cache" in comments.
1202 (x86_64_linux_gregset64_reg_offset): New variable.
1203 (GETREGS_SUPPLIES): Remove macro.
1204 (supply_gregset): Call amd64_supply_native_gregset instead of
1205 x86_64_linux_supply_gregset.
1206 (fill_gregset): Rename `regno' to `regnum'. Call
1207 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
1208 (store_regs): Rename `regno' to `regnum'.
1209 (store_fpregs): Rename `regno' to `regnum'.
1210 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
1211 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1212 Reorganize function a bit.
1213 (store_inferior_registers): Rename `regno' to `regnum'. Use
1214 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1215 Reorganize function a bit.
1216 (_initialize_x86_64_linux_nat): New function.
1217 * config/i386/x86-64linux.mh.
1218
546143b6
AC
12192003-08-29 Andrew Cagney <cagney@redhat.com>
1220
1221 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
1222 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
1223 (target_remove_watchpoint): Delete macro.
1224 (target_insert_watchpoint): Delete macro.
1225 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
1226 (remote_mips_stopped_by_watchpoint): Delete declaration.
1227 (remote_mips_remove_watchpoint): Delete declaration.
1228 (remote_mips_set_watchpoint): Delete declaration.
1229 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
1230 * remote-mips.c (_initialize_remote_mips): Set
1231 "to_insert_watchpoint", "to_stopped_by_watchpoint",
1232 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
1233 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
1234 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
1235 (mips_stopped_by_watchpoint): Rename
1236 remote_mips_stopped_by_watchpoint.
1237 (mips_can_hardware_watchpoint): Rename
1238 remote_mips_can_use_hardware_watchpoint, update function
1239 signature.
1240
7bace51b
MK
12412003-08-29 Mark Kettenis <kettenis@gnu.org>
1242
b0f5c6f2
MK
1243 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
1244 USER_DS. We haven't given them a register number yet.
1245
2a6d284d
MK
1246 * amd64-nat.h: New file.
1247 * amd64-nat.c: New file.
1248 * amd64fbsd-nat.c: Include "amd64-nat.h".
1249 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
1250 (amd64fbsd32_r_reg_offset): New variable.
1251 (supply_gregset): Simply call amd64_supply_native_gregset.
1252 (fill_gregset): Rename `regno' to `regnum'. Simply call
1253 amd64_collect_native_gregset.
1254 (fill_fpregset): Rename `regno' to `regnum'.
1255 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
1256 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1257 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1258 `fpregset_t'. Call amd64_supply_native_gregset instead of
1259 supply_gregset. Call x86_64_supply_fxsave instead of
1260 supply_fpregset.
1261 (store_inferior_registers): Rename `regno' to `regnum'. Replace
1262 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1263 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1264 `fpregset_t'. Call amd64_collect_native_gregset instead of
1265 fill_gregset. Call x86_64_collect_fxsave instead of
1266 fill_fpregset.
1267 (_initialize_am64fbsd_nat): Initialize
1268 amd64_native_gregset32_reg_offset and
1269 amd64_native_gregset64_reg_offset.
1270 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
1271
a16d75cc
MK
1272 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
1273 null pointer. Fix typo in comment.
1274
7bace51b
MK
1275 * regcache.c (supply_register): Reimplement to call
1276 regcache_raw_supply.
1277 (regcache_collect): Reimplement by calling regcache_raw_collect.
1278
9a661b68
MK
12792003-08-28 Mark Kettenis <kettenis@gnu.org>
1280
1281 * regcache.c (register_buffer): Consitify first argument.
1282 (regcache_raw_supply, regcache_raw_collect): New
1283 functions.
1284
e94cc8fa
DJ
12852003-08-28 Daniel Jacobowitz <drow@mvista.com>
1286
1287 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
1288 by Nathan J. Williams.
1289
c64bd0ce
DJ
12902003-08-28 Daniel Jacobowitz <drow@mvista.com>
1291
1292 * lin-lwp.c (wait_lwp): New function, copied from
1293 stop_wait_callback. Clean up.
1294 (stop_wait_callback): Use wait_lwp.
1295
e5ab0dce
AC
12962003-08-28 Andrew Cagney <cagney@redhat.com>
1297
1298 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
1299 flavour and disassembler options.
1300 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
1301 (mips_gdbarch_init): Set "print_insn". Delete initialization of
1302 deprecated_tm_print_insn_info.
1303
a788de9b
AC
13042003-08-27 Andrew Cagney <cagney@redhat.com>
1305
1306 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
1307 Use target_read_memory.
1308 (s390_get_frame_info): Update. Do not reference
1309 deprecated_tm_print_insn_info.
1310 (s390_check_function_end, s390_is_sigreturn): Ditto.
1311
36482093
AC
13122003-08-27 Andrew Cagney <cagney@redhat.com>
1313
1314 * Makefile.in (cris-tdep.o): Update dependencies.
1315 * cris-tdep.c: Include "gdb_assert.h".
1316 (cris_gdbarch_init): Set print_insn.
1317 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
1318 (cris_delayed_get_disassembler): Simplify, directly call the
1319 disassembler returned by cris_get_disassembler.
1320 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
1321 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
1322 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
1323 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
1324 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
1325 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
1326 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
1327 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
1328 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
1329 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
1330 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
1331 (gdb_print_insn_sparc): Delete function.
1332 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
1333 deprecated_tm_print_insn_info.
1334 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
1335 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
1336 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
1337 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
1338 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
1339 * s390-tdep.c (gdb_print_insn_s390): Delete function.
1340 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
1341 (s390_gdbarch_init): Set print_insn.
1342
0285512f
AC
13432003-08-27 Andrew Cagney <cagney@redhat.com>
1344
1345 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
1346 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
1347 * infcall.c (call_function_by_hand): Convert the entry point
1348 address into a code address.
1349
cdcd5552
AC
13502003-08-27 Andrew Cagney <cagney@redhat.com>
1351
1352 * dsrec.c: Include "gdb_string.h".
1353 * Makefile.in (dsrec.o): Update dependencies.
1354
e85cddad
MC
13552003-08-27 Michael Chastain <mec@shout.net>
1356
1357 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
1358
8bbfbb23
AC
13592003-08-27 Andrew Cagney <cagney@redhat.com>
1360
1361 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
1362 (alpha_osf1_init_abi): Do not set call_dummy_address.
1363
ba058b66
DC
13642003-08-27 David Carlton <carlton@kealia.com>
1365
1366 From Randolph Chung <tausq@debian.org>:
1367 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
1368 compiles with -Wformat-nonliteral -Werror.
1369
87f84c9d
JB
13702003-08-26 Jim Blandy <jimb@redhat.com>
1371
1372 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
1373 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
1374 bfd_lookup_symbol, since we only want symbols in code sections.
1375 (look_for_base): Pass zero as the SECT_FLAGS argument to
1376 bfd_lookup_symbol, since we're not concerned about which section
1377 the symbol is in.
1378
102d615a
JJ
13792003-08-26 Jeff Johnston <jjohnstn@redhat.com>
1380
1381 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
1382 we are frameless or the return address register is already known.
1383
cc7ad3ea
AC
13842003-08-26 Andrew Cagney <cagney@redhat.com>
1385
1386 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
1387 in size. Add comments.
1388
af8b88dd
JJ
13892003-08-26 Jeff Johnston <jjohnstn@redhat.com>
1390
1391 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
1392 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
1393
e0a4f5a1
JM
13942003-08-26 Jason Merrill <jason@redhat.com>
1395
1396 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
1397 case out of #ifdef MIPS block.
1398
4ae9ee8e
DJ
13992003-08-25 Daniel Jacobowitz <drow@mvista.com>
1400
1401 PR java/1322
1402 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
1403 available before calling SECT_OFF_TEXT.
3c164570 1404 * PROBLEMS: Remove description of java/1322.
4ae9ee8e 1405
004d836a
JJ
14062003-08-25 Jeff Johnston <jjohnstn@redhat.com>
1407
1408 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
1409 bof, and nat0-nat127 as pseudo-registers.
1410 (ia64_frame_cache): New struct used to cache frame info.
1411 (ia64_register_reggroup_p): New routine used to override default
1412 register grouping so registers without names are still saved and
1413 restored.
1414 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
1415 pseudo values.
1416 (ia64_pseudo_register_read): New routine to read pseudo-registers.
1417 (ia64_pseudo_register_write): New routine to write pseudo-registers.
1418 (ia64_alloc_frame_cache): New routine to create a new
1419 ia64_frame_cache.
1420 (examine_prologue): Change prototype to add next_frame pointer.
1421 Assume frameless until otherwise proven. Verify that the cfm for
1422 current frame matches the cfm that should occur for the prologues
1423 alloc insn and if equal, mark as not frameless. At end of routine,
1424 if not frameless, calculate registers for the previous frame and store
1425 in the cache, if a cache is provided.
1426 (ia64_skip_prologue): Use new prototype when calling examine_prologue
1427 and pass 0 for next_frame.
1428 (ia64_store_return_value): Change to use convert_typed_floating()
1429 instead of calling ia64_convert_to_raw().
1430 (ia64_extract_return_value): Change to use convert_typed_floating()
1431 instead of calling ia64_convert_to_virtual().
1432 (ia64_frame_cache): New routine to support new frame model.
1433 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
1434 (ia64_frame_sniffer): Ditto.
1435 (ia64_sigtramp_frame_init_saved_regs): Ditto.
1436 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
1437 (ia64_sigtramp_frame_prev_register): Ditto.
1438 (ia64_sigtramp_frame_sniffer): Ditto.
1439 (ia64_frame_base_address): Ditto.
1440 (ia64_extract_struct_value_address): Change to issue error message.
1441 (ia64_frame_align): New routine to align sp.
1442 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
1443 (ia64_push_arguments): Removed. Logic moved to
1444 ia64_push_dummy_call().
1445 (ia64_push_return_address): Ditto.
1446 (ia64_unwind_dummy_id): New function.
1447 (ia64_unwind_pc): Ditto.
1448 (ia64_convert_register_p): Ditto.
1449 (ia64_register_to_value): Ditto.
1450 (ia64_value_to_register): Ditto.
1451 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
1452 (ia64_register_byte, ia64_register_raw_size): Ditto.
1453 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
1454 (ia64_saved_pc_after_call): Ditto.
1455 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
1456 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
1457 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
1458 (ia64_register_convert_to_raw): Ditto.
1459 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
1460 (ia64_init_extra_frame_info): Ditto.
1461 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
1462 (ia64_gdbarch_init): Remove registering of deprecated functions that
1463 are no longer used. Add registration of new gdbarch functions.
1464 Remove registering deprecated_write_sp. Replace
1465 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
1466 Delete set_gdbarch_deprecated_register_convertible(),
1467 set_gdbarch_deprecated_register_convert_to_virtual(), and
1468 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
1469 set_gdbarch_deprecated_register_size(),
1470 set_gdbarch_deprecated_register_bytes(),
1471 set_gdbarch_pcregnum(),
1472 set_gdbarch_deprecated_register_byte(),
1473 set_gdbarch_deprecated_register_raw_size(),
1474 set_gdbarch_deprecated_max_register_raw_size(),
1475 set_gdbarch_deprecated_register_virtual_size(),
1476 and set_gdbarch_deprecated_max_register_virtual_size() calls.
1477 Replace set_gdbarch_deprecated_extract_return_value() with
1478 set_gdbarch_extract_return_value(). Remove calls to:
1479 set_gdbarch_deprecated_saved_pc_after_call();
1480 set_gdbarch_deprecated_frame_chain(),
1481 set_gdbarch_deprecated_frame_saved_pc(),
1482 set_gdbarch_deprecated_frame_init_saved_regs(),
1483 set_gdbarch_deprecated_get_saved_register(),
1484 set_gdbarch_deprecated_call_dummy_words(),
1485 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1486 set_gdbarch_deprecated_init_extra_frame_info(),
1487 set_gdbarch_deprecated_frame_args_address(),
1488 set_gdbarch_deprecated_frame_locals_address(),
1489 and set_gdbarch_deprecated_dummy_write_sp().
1490 Add set_gdbarch_convert_register_p(),
1491 set_gdbarch_register_to_value(),
1492 set_gdbarch_value_to_register(),
1493 set_gdbarch_push_dummy_call(),
1494 set_gdbarch_frame_align(),
1495 set_gdbarch_unwind_dummy_id(),
1496 set_gdbarch_unwind_pc(),
1497 frame_unwind_append_sniffer(),
1498 frame_unwind_append_sniffer(),
1499 and frame_base_set_default().
1500
aede7613
CD
15012003-08-25 Chris Demetriou <cgd@broadcom.com>
1502
1503 * configure.tgt: Document need for special "mipsisa64" handling.
1504 (mipsisa64*-*-linux64): Handle as target linux64.
1505 (mipsisa64*-*-*): Handle as target embed64.
1506
43c3a82e
MC
15072003-08-18 Michael Chastain <mec@shout.net>
1508
1509 * PROBLEMS: Document pr gdb/1322, the Java anonymous
1510 objfile bug.
1511
6564f77d
MK
15122003-08-24 Mark Kettenis <kettenis@gnu.org>
1513
2de139ba
MK
1514 * i387-tdep.h: Update copyright date.
1515 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
1516
6564f77d
MK
1517 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
1518 CFLAGS games to reflect reality.
1519
42cf1509
AC
15202003-08-24 Andrew Cagney <cagney@redhat.com>
1521
1522 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
1523 GDB_MULTI_ARCH is always non-zero.
1524 * osabi.c (_initialize_gdb_osabi): Ditto.
1525 (gdbarch_init_osabi): Ditto.
1526 * sparc-tdep.c: Ditto for #if code.
1527
0485f6ad
MK
15282003-08-23 Mark Kettenis <kettenis@gnu.org>
1529
1530 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
1531 Update comments.
1532 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
1533 comments.
1534 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
1535 x86_64_supply_fxsave.
1536 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
1537 x86_64_supply_fxsave.
1538 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
1539 x86_64_supply_fxsave.
1540
c7716133
AJ
15412003-08-23 Andreas Jaeger <aj@suse.de>
1542
1543 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
1544 i387_supply_fxsave.
1545
ed504bdf
MK
15462003-08-23 Mark Kettenis <kettenis@gnu.org>
1547
1548 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
1549 i387_supply_register.
1550 (go32_fetch_registers): Adjust call to i387_supply_fsave.
1551 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
1552 i387_supply_fsave.
1553 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
1554 i387_supply_fxsave.
1555 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
1556 i387_supply_fsave.
1557 * i386bsd-nat.c (supply_fpregset): Adjust call to
1558 i387_supply_fsave.
1559 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
1560 call to i387_supply_fxsave. Call i387_supply_fsave instead of
1561 supply_fpregset.
1562 (store_inferior_registers): Remove extraneous whitespace. Call
1563 i387_fill_fsave instead of fill_fpregset.
1564 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
1565 (supply_fpregset): Likewise.
1566 * i386v4-nat.c (supply_fpregset): Adjust call to
1567 i387_supply_fsave.
1568 * i386-interix-nat.c (supply_fpregset): Adjust call to
1569 i387_supply_fsave.
1570 * i386-linux-nat.c (supply_fpregset): Adjust call to
1571 i387_supply_fsave.
1572 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
1573 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
1574 i387supply_fsave and i387_supply_fxsave.
1575 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
1576 Incorporate code from `i387_supply_register.
1577 (i387_supply_register): Remove.
1578 (i387_supply_fxsave): Add `regnum' argument.
1579 Update comments.
1580 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
1581 prototype.
1582 (i387_supply_register): remove prototype.
1583 Update comments.
1584
4be5d520
MC
15852003-08-22 Michael Chastain <mec@shout.net>
1586
1587 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
1588 Add lines for files in gdb/testsuite/gdb.cp/* that are
1589 still not 8.3 unique.
1590
7ed85d26
DJ
15912003-08-22 Daniel Jacobowitz <drow@mvista.com>
1592
1593 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
1594 TYPE_VPTR_FIELDNO is valid.
1595
eb0d3137
MK
15962003-08-19 Mark Kettenis <kettenis@gnu.org>
1597
1598 * utils.c (set_width_command): Remove prototypes.
1599 (set_screen_size): New prototype.
1600 (init_page_info): Simplify by fetching the screen size from
1601 Readline. Call set_screen_size.
1602 (set_screen_size): New function.
1603 (set_width): Add missing whitespace in comment.
1604 (set_width_command): Call set_screen_size.
1605 (set_height_command): New function.
1606 (initialize_utils): Fix formatting. Make "set height" command
1607 call set_height_command. Remove redundant code that turns off
1608 pagination if output isn't a terminal. Remove redundant call to
1609 set_width_command.
1610
7e6d0ac8
MK
16112003-08-22 Mark Kettenis <kettenis@gnu.org>
1612
3567a8ea
MK
1613 * sparc64-tdep.h (sparc64_regnum): Fix comment.
1614 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
1615 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
1616 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
1617 `case' keyword.
1618 (sparc64_register_info): Give the reister with number
1619 SPARC64_STATE_REGNUM a name.
1620 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
1621 %asi and %ccr.
1622 (sparc64_push_dummy_call): Take BIAS into account when checking
1623 stcak alignment.
1624 (sparc_software_single_step): Remove assertions that check whether
1625 NPC and NNPC were zero.
1626 (sparc_supply_rwindow): Make public. Merge functionality with
1627 sparc64_supply_rwindow.
1628 (sparc_fill_rwindow): Make public. Merge functionality with
1629 sparc64_fill_rwindow.
1630 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
1631 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
1632 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
1633 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
1634 sparc_supply_rwindow instead of sparc64_supply_rwindow.
1635
7e6d0ac8
MK
1636 * reggroups.c: Add whitespace after declarations of local
1637 variables in functions.
1638
72e5f484
MC
16392003-08-21 Michael Chastain <mec@shout.net>
1640
1641 * gdbtypes.h: Change array bound type from an int to enum.
1642
435ac228
AC
16432003-08-21 Andrew Cagney <cagney@redhat.com>
1644
1645 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
1646 * config/sparc/tm-sparc.h: Ditto.
1647 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
1648 unconditionally.
1649 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
1650
0d0e1a63
MK
16512003-07-13 Mark Kettenis <kettenis@gnu.org>
1652
1653 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
1654 (register_objfile_data, set_objfile_data, objfile_data): New
1655 prototypes.
1656 * objfiles.c (objfile_alloc_data, objfile_free_data): New
1657 prototypes.
1658 (allocate_objfile): Call objfile_alloc_data.
1659 (free_objfile): Call objfile_free_data.
1660 (struct objfile_data): New.
1661 (struct objfile_data_registration): New.
1662 (struct objfile_data_registry): New.
1663 (objfile_data_registry): New variable.
1664 (register_objfile_data): New function.
1665 (objfile_alloc_data, objfile_free_data): New functions.
1666 (set_objfile_data, objfile_data): New functions.
1667 * dwarf2-frame.c (dwarf2_frame_data): New variable.
1668 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
1669 (_initialize_dwarf2_frame): New function and prototype.
1670
d90cf509
AC
16712003-08-21 Andrew Cagney <cagney@redhat.com>
1672
1673 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
1674 a specific architecture.
1675 * arch-utils.h (set_architecture_from_arch_mach): Delete
1676 declaration.
1677 (target_architecture_hook): Delete declaration.
1678 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
1679 (default_float_format): Assume GDB_MULTI_ARCH.
1680 (default_double_format): Assume GDB_MULTI_ARCH.
1681 (set_endian_from_file): Delete function.
1682 (arch_ok): Delete function.
1683 (set_arch): Delete function.
1684 (set_architecture_from_arch_mach): Delete function.
1685 (set_architecture_from_file): Delete function.
1686 (set_architecture): Assume GDB_MULTI_ARCH.
1687 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
1688
8b39fe56
MK
16892003-08-21 Mark Kettenis <kettenis@gnu.org>
1690
1691 Rewrite FreeBSD/sparc64 native configuration.
1692 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
1693 * sparc64fbsd-nat.c: New file.
1694 * sparc64fbsd-tdep.c: New file.
1695 * sparc64-tdep.c sparc64-tdep.h: New files.
1696 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
1697 sparc64fbsd-tdep.o): New dependencies.
1698 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
1699 and sparc64fbsd-tdep.c.
1700 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
1701 * config/sparc/fbsd.mh: Remove copyright notice.
1702 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
1703 sparcbsd-nat.o.
1704 * config/sparc/fbsd.mt: Remove copyright notice.
1705 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
1706 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
1707 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
1708 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
1709 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
1710 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
1711 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
1712 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
1713 "sparc/tm-sp64.h".
1714 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
1715 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
1716
a7f19c79
MC
17172003-08-21 Michael Chastain <mec@shout.net>
1718
1719 * symtab.h: Add doco on the space critical structures and
1720 some measurements of space usage.
1721
da08ea5b
MS
17222003-08-21 Michael Snyder <msnyder@redhat.com>
1723
1724 * tracepoint.c (trace_dump_command): Trace break address
1725 is subject to DECR_PC_AFTER_BREAK.
1726 (set_traceframe_context): Make "trace_line" an int.
1727 Fixes suggested by Mark Newman <mark.newman@lmco.com>
1728
6df2bf50
MS
17292003-08-20 Michael Snyder <msnyder@redhat.com>
1730
1731 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
1732 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
1733 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
1734 argument passing.
1735 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
1736 functions, replace sh_push_dummy_call.
1737 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
1738
0955bbf0
MC
17392003-08-20 Michael Chastain <mec@shout.net>
1740
1741 * gdbtypes.h (struct main_type): Rearrange to save space.
1742
260a4188
MS
17432003-08-20 Michael Snyder <msnyder@redhat.com>
1744
1745 * trad-frame.c: Comment typo fix.
1746
8baa6f92
KB
17472003-08-20 Michael Snyder <msnyder@redhat.com>
1748 Kevin Buettner <kevinb@redhat.com>
1749
1750 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
1751 (frv_frame_init_saved_regs): Add declaration.
1752 (frame_extra_info): Add new field ``saved_regs''.
1753 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
1754 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
1755 Update frame related code.
1756 (frv_extract_struct_value_address): Adjust formatting.
1757 * Makefile.in (frv-tdep.o): Update dependencies.
1758 * config/frv/tm-frv.h (target_insert_watchpoint)
1759 (target_remove_watchpoint, target_insert_hw_breakpoint)
1760 (target_remove_hw_breakpoint): Delete these macros.
1761 (remote_insert_watchpoint, remote_remove_watchpoint)
1762 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
1763 these declarations.
1764
87193939
MC
17652003-08-20 Michael Chastain <mec@shout.net>
1766
1767 * defs.h (ENUM_BITFIELD): New macro.
1768 * symtab.h (ENUM_BITFIELD): Use it.
1769 (BYTE_BITFIELD): Remove old macro, which was already disabled.
1770
062103ba
SA
17712003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
1772
1773 * MAINTAINERS (write after approval): Add myself.
1774
8b148df9
AC
17752003-08-18 Andrew Cagney <cagney@redhat.com>
1776
1777 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
1778 * gdbarch.h, gdbarch.c: Re-generate.
1779 * infcall.c (call_function_by_hand): Adjust the SP by
1780 frame_red_zone_size before allocating any stack space.
1781 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
1782 * x86-64-tdep.c (x86_64_frame_align): New function.
1783 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
1784
1785 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
1786 Remove code adjusting SP so that it skips over the Red Zone.
1787
954a4db8
MK
17882003-08-18 Mark Kettenis <kettenis@gnu.org>
1789
1790 * NEWS (New native configurations): Mention FreeBSD/amd64.
1791
1a241548
AC
17922003-08-18 Andrew Cagney <cagney@redhat.com>
1793
1794 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
1795 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
1796 "m68k_frame_p".
1797 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
1798
f82b2acd
MK
17992003-08-18 Mark Kettenis <kettenis@gnu.org>
1800
1801 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
1802
4056d258
ML
18032003-08-18 Michal Ludvig <mludvig@suse.cz>
1804
1805 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
1806 Define.
1807 * i386-linux-nat.c: Include "linux-nat.h".
1808 (child_post_startup_inferior): New function.
1809
99ab4326
MK
18102003-08-18 Mark Kettenis <kettenis@gnu.org>
1811
1812 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
1813 at the start of a frameless function. This probably fixes PR
1814 backtrace/1338.
1815
c8d5f0d6
MC
18162003-08-17 Michael Chastain <mec@shout.net>
1817
1818 * symfile.c (find_sym_fns): Remove special case for apollo target.
1819
9016a515
DJ
18202003-08-17 Daniel Jacobowitz <drow@mvista.com>
1821
1822 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
1823 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
1824 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
1825 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
1826 (linux_supports_tracevforkdone): New function.
1827 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
1828 TRACEVFORKDONE.
1829 (child_follow_fork): Handle vfork.
1830 (linux_handle_extended_wait): Likewise. Also handle exec.
1831 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
1832 * NEWS: Mention fork tracing.
1833
c538c11c
DJ
18342003-08-17 Daniel Jacobowitz <drow@mvista.com>
1835
1836 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1837
4de4c07c
DJ
18382003-08-17 Daniel Jacobowitz <drow@mvista.com>
1839
1840 * Makefile.in (i386-linux-nat.o): Update dependencies.
1841 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
1842 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
1843 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
1844 * i386-linux-nat.c: Include "linux-nat.h".
1845 (child_post_startup_inferior): New function.
1846 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
1847 * infptrace.c (kill_inferior): Wrap in #ifdef.
1848 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
1849 attaching to each LWP.
1850 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
1851 (init_lin_lwp_ops): Fill in some more operations.
1852 * linux-nat.h (linux_enable_event_reporting)
1853 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
1854 prototypes.
1855 * linux-nat.c (linux_enable_event_reporting): New function.
1856 (child_post_attach, linux_child_post_startup_inferior)
1857 (child_post_startup_inferior, child_follow_fork)
1858 (linux_handle_extended_wait, kill_inferior): New functions.
1859
7996bcec
AC
18602003-08-16 Andrew Cagney <cagney@redhat.com>
1861
1862 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
1863 * gdbarch.h, gdbarch.c: Re-generate.
1864
3d48a7a0
MK
18652003-08-16 Mark Kettenis <kettenis@gnu.org>
1866
1867 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
1868
7989c619
AC
18692003-08-16 Andrew Cagney <cagney@redhat.com>
1870
1871 * NEWS: Mention that "set prompt-escape-char" was deleted.
1872 * top.c (get_prompt_1): Delete function.
1873 (gdb_prompt_escape):
1874 (init_main): Do not clear "gdb_prompt_escape". Delete "set
1875 prompt-escape-char" command.
1876 (MAX_PROMPT_SIZE): Delete macro.
1877 (get_prompt): Simplify, do not call get_prompt_1.
1878
07978cd8
AC
18792003-08-16 Andrew Cagney <cagney@redhat.com>
1880
1881 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
1882 -Werror. -Wformat-nonliteral problems.
1883
3ff7cf9e
JB
18842003-08-15 J. Brobecker <brobecker@gnat.com>
1885
1886 Further multiarching work mostly for hppa64-*-hpux11:
1887 * hppa-tdep.h: New file.
1888 * hppa-tdep.c: #include hppa-tdep.c.
1889 (hppa32_num_regs): Renamed from hppa_num_regs.
1890 (hppa64_num_regs): New constant.
1891 (hppa64_call_dummy_breakpoint_offset): New constant.
1892 (hppa32_call_dummy_length): New constant.
1893 (hppa64_call_dummy_length): New constant.
1894 (hppa32_stack_align): Make name 32bit explicit.
1895 (hppa32_register_virtual_type): Likewise.
1896 (hppa32_extract_return_value): Likewise.
1897 (hppa32_use_struct_convention): Likewise.
1898 (hppa32_store_return_value): Likewise.
1899 (hppa64_register_virtual_type): New function.
1900 (hppa64_extract_return_value): New function.
1901 (hppa64_use_struct_convention): New function.
1902 (hppa64_store_return_value): New function.
1903 (hppa_frame_locals_address): Remove declaration, function does
1904 not exist anymore.
1905 (hppa_register_byte): Add support for PA64 ABI.
1906 (hppa_gdbarch_init): Add support for PA64 ABI.
1907 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
1908 Make name 32bit explicit.
1909 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
1910 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
1911 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
1912 (hppa64_hpux_frame_base_before_sigtramp): New function.
1913 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
1914 * config/pa/tm-hppa64.h: Remove macros that are no longer
1915 necessary now that the gdbarch vector is properly setup.
1916 Transform some macros into function calls. Some minor cleanup.
1917 * config/pa/tm-hppah.h: Update function calls in macros
1918 following the function renaming in hppa-hpux-tdep.c.
1919 * Makefile.in (hppa_tdep_h): New variable.
1920 (hppa-tdep.o): Add dependency over hppa_tdep_h.
1921
5d05ca6d
MS
19222003-08-14 Michael Snyder <msnyder@redhat.com>
1923
1924 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
1925
37ba2569
JB
19262003-08-13 J. Brobecker <brobecker@gnat.com>
1927
1928 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
1929 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
1930 routine.
1931
aed7f26a
MS
19322003-08-13 Michael Snyder <msnyder@redhat.com>
1933
1934 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
1935 (frv_saved_pc_after_call): Use deprecated ftype.
1936 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
1937 (frv_remote_translate_xfer_address): Remove.
1938 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
1939
752d4ac1
JB
19402003-08-13 J. Brobecker <brobecker@gnat.com>
1941
1942 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
1943 initialization after the common gdbarch initialization, not before.
1944
1426ac1d
JB
19452003-08-13 J. Brobecker <brobecker@gnat.com>
1946
1947 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
1948 (ADDR_BITS_REMOVE): Remove, redundant.
1949
b6fbdd1d
JB
19502003-08-13 J. Brobecker <brobecker@gnat.com>
1951
1952 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
1953 gdbarch method to clear the 2 low bits of text addresses.
1954
44160db3
AC
19552003-08-12 Andrew Cagney <cagney@redhat.com>
1956
1957 * Makefile.in (dsrec.o): Update dependencies.
1958 * dsrec.c: Include "gdb_assert.h".
1959 (make_srec): Use snprintf instead of sprintf, use a literal format
1960 string.
1961
bcf7d3ca
AC
19622003-08-12 Andrew Cagney <cagney@redhat.com>
1963
1964 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
1965 FRAME_OBSTACK_ZALLOC.
1966
49ed40de
KB
19672003-08-12 Kevin Buettner <kevinb@redhat.com>
1968
1969 * i386-tdep.c (i386_gdbarch_init): Enable default support for
1970 SSE registers.
1971
b246147c
MK
19722003-08-10 Mark Kettenis <kettenis@gnu.org>
1973
1974 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
1975 amd64fbsd_sc_reg_offset): Add extern declarations.
1976 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
1977 declarations.
1978
d95fdc0d
BE
19792003-08-11 Ben Elliston <bje@wasabisystems.com>
1980
1981 * MAINTAINERS (write after approval): Update my mail address.
1982
cf6a0e73
AC
19832003-08-10 Andrew Cagney <cagney@redhat.com>
1984
1985 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
1986
f837910f
MK
19872003-08-10 Mark Kettenis <kettenis@gnu.org>
1988
e2dbbd2d
MK
1989 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1990 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
1991 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
1992 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
1993 i386bsd_sc_reg_offset): Add extern declarations.
1994 * i386obsd-nat.c: Include "i386-tdep.h"
1995 (_initialize_i386obsd_nat): Remove extern declarations.
1996 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
1997 declarations.
1998 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
1999 declarations.
2000
f837910f
MK
2001 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2002 instead of frame_read_register.
2003 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2004 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2005 SP_REGNUM.
2006 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2007 instead of frame_unwind_unsigned_register. Use
2008 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2009 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2010 instead of read_register. Use builtin_type_void_data_ptr instead
2011 of builtin_type_void_func_ptr when extracting the address of the
2012 jmp_buf.
2013 (i386_extract_return_value, i386_store_return_value,
2014 i386_pseudo_register_read, i386_pseudo_register_write): Use
2015 register_size instead REGISTER_RAW_SIZE.
2016
edcf254d
AC
20172003-08-10 Andrew Cagney <cagney@redhat.com>
2018
2019 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2020 sprintf. Make "name" constant.
2021
26604a34
MK
20222003-08-10 Mark Kettenis <kettenis@gnu.org>
2023
192285c6
MK
2024 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2025 instead of frame_read_register.
f837910f
MK
2026 (i387_print_float_info): Use get_frame_register and
2027 get_frame_register_unsigned instead of frame_register_read.
192285c6 2028
f0925262
MK
2029 * i386fbsd-nat.c: Include "i386-tdep.h".
2030 (child_resume): Make `eflags' an ULONGEST. Use
2031 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2032 instead of register_read and register_write.
2033
a144416f
MK
2034 * i386bsd-nat.c (fetch_inferior_registers,
2035 store_inferior_registers): Don't use && at the end of a line.
2036 (_initialize_i386bsd_nat): Fix typo.
2037
fec74868
MK
2038 * frame.c (_initialize_frame): Add missing backslash.
2039
87232496
MK
2040 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2041 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2042 and supply_register instead of manipulating the register buffer
2043 directly.
2044
c9b9de0b
MK
2045 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2046 * config/i386/nm-i386sol2.h
2047 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2048
26604a34
MK
2049 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2050 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2051 instructions that GCC likes to mingle into the prologue. Fixes
2052 gdb/1253 and gdb/1255.
2053
25d29d70
AC
20542003-08-09 Andrew Cagney <cagney@redhat.com>
2055
2056 Fix GDB PR cli/926.
2057 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2058 * command.h (add_setshow_uinteger_cmd): Declare.
2059 * frame.c (set_backtrace_cmd): New function.
2060 (show_backtrace_cmd): New function.
2061 * frame.c (_initialize_frame): Replace "set/show
2062 backtrace-below-main" with "set/show backtrace past-main". Add
2063 command "set/show backtrace limit".
2064 (backtrace_past_main): Rename "backtrace_below_main".
2065 (backtrace_limit): New variable.
2066 (get_prev_frame): Update. Check the backtrace_limit.
2067
9ebf4acf
AC
20682003-08-09 Andrew Cagney <cagney@redhat.com>
2069
2070 * defs.h (xstrprintf): Declare.
2071 * utils.c (xstrprintf): New function.
2072 * breakpoint.c (insert_breakpoints): Replace sprintf and
2073 non-literal format strings, with xstrprintf and cleanups.
2074 (delete_breakpoint,breakpoint_re_set): Ditto.
2075 (commands_command, insert_breakpoints): Ditto.
2076 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2077 (break_at_finish_command_1): Ditto.
2078
3771659b
AC
20792003-08-09 Andrew Cagney <cagney@redhat.com>
2080
2081 * MAINTAINERS (language support): List Adam Fedor as Objective C
2082 maintainer.
2083
b4263afa
JB
20842003-08-08 J. Brobecker <brobecker@gnat.com>
2085
2086 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2087 are now multiarched.
2088
d84defb1
JB
20892003-08-08 J. Brobecker <brobecker@gnat.com>
2090
2091 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2092 longer necessary now that hppa64 is partially multiarch'ed.
2093
f786f615
AC
20942003-08-08 Andrew Cagney <cagney@redhat.com>
2095
2096 * interps.c (interp_set): Check for a NULL "old_interp".
2097
c938e9b0
L
20982003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2099
2100 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2101 (install-only): Support DESTDIR.
2102 (uninstall): Likewise.
2103 (install-gdbtk): Likewise.
2104
9a146a11
EZ
21052003-08-08 Elena Zannoni <ezannoni@redhat.com>
2106
2107 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2108 contains something meaningful at all times.
2109
2110Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 2111
62599e99 2112 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 2113
56296155
BC
2114Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2115
62599e99 2116 * MAINTAINERS (write after approval): Added self.
56296155 2117
9710e734
AC
21182003-08-07 Andrew Cagney <cagney@redhat.com>
2119
2120 * inferior.h (AT_SYMBOL): Define.
2121 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2122 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2123 * mips-tdep.c (mips_call_dummy_address): Delete function.
2124 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2125 set call_dummy_address.
2126
98b3ab73
AC
21272003-08-07 Andrew Cagney <cagney@redhat.com>
2128
2129 * language.c (op_error): Delete function.
2130 (binop_type_check): Delete function.
2131 * language.h (type_op_error, range_op_error): Delete macros.
2132 (op_error): Delete declaration.
2133
2fcf52f0
AC
21342003-08-07 Andrew Cagney <cagney@redhat.com>
2135
2136 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2137
abd4220e 21382003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 2139
abd4220e 2140 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 2141 (x86_64_push_arguments): Skip the red zone.
abd4220e 2142
9dd5f34f
AC
21432003-08-05 Andrew Cagney <cagney@redhat.com>
2144
2145 * reggroups.c (reggroup_next): Check for the final entry.
2146
e5e78edc
AC
21472003-08-04 Andrew Cagney <cagney@redhat.com>
2148
ab4e3d93
AC
2149 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2150 * cli/cli-script.c (define_command): Call query directly, instead
2151 of passing it a buffer.
2152 * ocd.c (ocd_error): Pass error a constant format string.
2153 * remote-mips.c (mips_error): Use fputs_filtered.
2154
1062ca82
AC
2155 * solib-svr4.c (_initialize_svr4_solib): Update
2156 register_gdbarch_data call.
2157 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
2158
fcc1c85c
AC
2159 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
2160 (register_gdbarch_data): Delete "free" parameter. Update
2161 comments.
2162 * gdbarch.h, gdbarch.c: Re-generate.
2163 * reggroups.c (_initialize_reggroup): Update.
2164 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2165 * frame-base.c (_initialize_frame_base): Update.
2166 * frame-unwind.c (_initialize_frame_unwind): Update.
2167 * user-regs.c (_initialize_user_regs): Update.
2168 * remote.c (_initialize_remote): Update.
2169 * regcache.c (_initialize_regcache): Update.
2170
116f06ea
AC
2171 * regcache.c (xfree_regcache_descr): Delete function.
2172 (_initialize_regcache): Update call to register_gdbarch_data.
2173 (init_regcache_descr, init_legacy_regcache_descr): Use
2174 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
2175
e5e78edc
AC
2176 * remote.c (free_remote_state): Delete function.
2177 (_initialize_remote): Update register_gdbarch_data.
2178 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
2179 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
2180
6c7d17ba
AC
21812003-08-04 Andrew Cagney <cagney@redhat.com>
2182
2183 * reggroups.c (struct reggroup_el): Define.
2184 (struct reggroups): Delete field "nr_group". Replace array
2185 "group" with a "first" to "last" linked list.
2186 (reggroups_init): Update. Allocate using gdbarch's obstack.
2187 (reggroups_free): Delete function.
2188 (add_group): Update. Add "el" parameter.
2189 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
2190 (default_groups): Update.
2191 (reggroup_next): Replace reggroups.
2192 (reggroups_dump): Update.
2193 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
2194 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
2195 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
2196
89b7795b
DJ
21972003-08-04 Daniel Jacobowitz <drow@mvista.com>
2198
2199 * Makefile.in (tui-interp.o): Update dependencies.
2200
306d9ac5
DC
22012003-08-04 David Carlton <carlton@kealia.com>
2202
2203 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
2204 to internal_error call.
2205 * source.c (forward_search_command): Add "%s" format argument.
2206 (reverse_search_command): Ditto.
2207 * top.c (quit_confirm): Ditto.
2208 * cli/cli-setshow.c (do_setshow_command): Ditto.
2209 * cp-valprint.c (cp_print_class_method): Replace
2210 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
2211 (cp_print_class_member): Ditto.
2212 * event-top.c (command_line_handler): Ditto.
2213 * linux-proc.c (linux_info_proc_cmd): Ditto.
2214 * p-typeprint.c (pascal_type_print_base): Ditto.
2215 * p-valprint.c (pascal_object_print_class_method): Ditto.
2216 (pascal_object_print_class_member): Ditto.
2217 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
2218 * remote.c (remote_cisco_section_offsets): Ditto.
2219 * top.c (command_line_input): Ditto.
2220 * utils.c (vwarning,error_stream,quit): Ditto.
2221 * valprint.c (print_floating,print_binary_chars)
2222 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
2223
57bfe177
AC
22242003-08-04 Andrew Cagney <cagney@redhat.com>
2225
2226 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
2227
e546b999
AC
22282003-08-02 Andrew Cagney <cagney@redhat.com>
2229
2230 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
2231 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
2232 amd64fbsd-nat.c.
2233
91092ee5
AC
22342003-08-02 Andrew Cagney <cagney@redhat.com>
2235
2236 * Makefile.in: Update all dependencies and definitions.
2237
889f28e2
AF
22382003-08-02 Adam Fedor <fedor@gnu.org>
2239
2240 * linespec.c (is_objc_method_format): New function
2241 (decode_line_1, locate_first_half): Use it.
2242 Fixes PR objc/1298
2243
880bc914
AC
22442003-08-01 Andrew Cagney <cagney@redhat.com>
2245
2246 * NEWS: Mention that m32r is multi-arch.
2247 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
2248 * configure.tgt: Recognize m32r-*-*.
2249 * config/m32r/tm-m32r.h: Delete file.
2250 * config/m32r/m32r.mt: New file.
2251 * m32r-rom.c (m32r_upload_command): Use hostent only when
2252 gethostname succeeds, in order to avoid a compilation
2253 warning.
2254 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
2255 compiler warning.
2256
19f59343
MS
22572003-08-01 Michael Snyder <msnyder@redhat.com>
2258
2259 * sh-tdep.c (sh_frame_align): New gdbarch method.
2260 (sh_gdbarch_init): Set up frame_align method.
2261
4e7d7511
MS
22622003-07-31 Michael Snyder <msnyder@redhat.com>
2263
2264 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
2265 which is already covered by the new frames infrastructure.
2266
63022984
AC
22672003-07-31 Andrew Cagney <cagney@redhat.com>
2268
2269 * user-regs.c (struct user_reg): Add "next" link.
2270 (struct user_regs): Replace "user" with "first" and "last" links.
2271 (append_user_reg): Add pre-allocated "reg" parameter.
2272 (builtin_user_regs): Provide initial value for "last".
2273 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
2274 (user_regs_init): Allocate memory from the gdbarch obstack.
2275 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
2276 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
2277 linked list.
2278 (usernum_to_user_reg): New function.
2279 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
2280 (value_of_user_reg): Use usernum_to_user_reg.
2281 (user_regs_free): Delete function.
2282 (_initialize_user_regs): Update register_gdbarch_data call.
2283
7cf6e574
DJ
22842003-07-31 Daniel Jacobowitz <drow@mvista.com>
2285
2286 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
2287
c48a845b
MS
22882003-07-30 Michael Snyder <msnyder@redhat.com>
2289
4e7d7511 2290 * value.h (value_being_returned): Add a struct_addr argument.
c48a845b
MS
2291 * infcall.c (call_function_by_hand): Pass struct_addr to
2292 value_being_returned.
2293 * infcmd.c (print_return_value): Pass zero as struct_addr.
2294 * values.c (value_being_returned): If struct_addr is passed,
2295 use it instead of trying to recover it from the inferior.
2296
f0d8db19
KB
22972003-07-30 Kevin Buettner <kevinb@redhat.com>
2298
2299 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
2300 the prologue analyzer won't need to attempt to extract the pc
2301 value from the woefully incomplete dummy frame.
2302 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
2303 possible. Disable code which modifies the frame.
2304
e5c113a1
AC
23052003-07-28 Andrew Cagney <cagney@redhat.com>
2306
2307 * annotate.c (annotate_breakpoints_headers): Restrict annotation
2308 to level 2.
2309 (annotate_breakpoints_table, annotate_record): Ditto.
2310 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
2311 (annotate_field_name_end, annotate_field_value): Ditto.
2312 (annotate_field_end, annotate_frame_source_begin): Ditto.
2313 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
2314 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
2315 (annotate_frame_begin, annotate_frame_function_name): Ditto.
2316 (annotate_frame_address_end, annotate_frame_address): Ditto.
2317 (annotate_frame_args, annotate_frame_end): Ditto.
2318 (annotate_frame_where, annotate_arg_begin): Ditto.
2319 (annotate_arg_name_end, annotate_arg_value): Ditto.
2320 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
2321 (annotate_function_call, annotate_signal_name): Ditto.
2322 (annotate_signal_string, annotate_signal_name_end): Ditto.
2323 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
2324 (annotate_value_begin, annotate_value_history_value): Ditto.
2325 (annotate_value_history_end, annotate_value_end): Ditto.
2326 (annotate_display_begin, annotate_display_number_end): Ditto.
2327 (annotate_display_format, annotate_display_expression): Ditto.
2328 (annotate_display_expression_end, annotate_display_value): Ditto.
2329 (annotate_display_end, annotate_array_section_begin): Ditto.
2330 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
2331 (annotate_elt, annotate_array_section_end): Ditto.
2332
bb1db049
AC
23332003-07-28 Andrew Cagney <cagney@redhat.com>
2334
2335 * regcache.c (struct regcache_descr): Update comments on
2336 nr_raw_registers.
2337 (init_legacy_regcache_descr): Don't set nr_raw_registers or
2338 sizeof_raw_register_valid_p.
2339 (init_regcache_descr): Set nr_raw_registers and
2340 sizeof_raw_register_valid_p before calling
2341 init_legacy_regcache_descr.
2342
20e6603c
AC
23432003-07-28 Andrew Cagney <cagney@redhat.com>
2344
2345 * mips-tdep.c (print_gp_register_row): Print the GPR's register
2346 MOD NUM_REGS.
2347
db742940
DJ
23482003-07-28 Daniel Jacobowitz <drow@mvista.com>
2349
2350 * thread.c (info_threads_command): Use get_selected_frame ().
2351 Check that there is at least one non-sentinel frame.
2352
ce7f4371
SC
23532003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2354
2355 * m68hc11-tdep.c (struct frame_extra_info): Remove.
2356 (m68hc11_pop_frame): Remove.
2357 (m68hc11_frame_saved_pc): Remove.
2358 (m68hc11_frame_chain): Remove.
2359 (m68hc11_frame_init_saved_regs): Remove.
2360 (m68hc11_init_extra_frame_info): Remove.
2361 (m68hc11_store_struct_return): Remove.
2362 (m68hc11_saved_pc_after_call): Remove.
2363
1ea653ae
SC
23642003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2365
2366 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
2367 frame unwind information.
2368 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
2369 and adapted for frame unwinding.
2370 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
2371 (m68hc11_unwind_pc): New function.
2372 (m68hc11_frame_unwind_cache): New function to analyze frames.
2373 (m68hc11_frame_this_id): New function to create new frame struct.
2374 (m68hc11_frame_prev_register): New function to unwind a register from
2375 the frame.
2376 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
2377 (m68hc11_frame_p): New function for the above.
2378 (m68hc11_frame_base_address): New function to return fp of frame.
2379 (m68hc11_frame_args_address): Update for frame.
2380 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
2381 (m68hc11_unwind_sp): New function.
2382 (m68hc11_unwind_dummy_id): New function.
2383 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
2384 calls.
2385
c8a7f6ac
SC
23862003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2387
2388 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
2389 (m68hc11_guess_from_prologue): Advance the pc and frame size only
2390 when we are beyond the current pc.
2391
3dc990bf
SC
23922003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2393
2394 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
2395 from m68hc11_push_arguments.
2396 (m68hc11_push_arguments): Remove.
2397 (m68hc11_push_return_address): Remove.
2398 (m68hc11_gdbarch_init): Install the above; remove above deprecated
2399 handlers; remove deprecated_extra_stack_alignment_needed.
2400
222e5d1d
AC
24012003-07-27 Andrew Cagney <cagney@redhat.com>
2402
2403 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
2404 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
2405 REAL_PC and not the pointer.
2406 * hppa-hpux-tdep.c: Include frame.h
2407
a7e9a47e
AC
24082003-07-27 Andrew Cagney <cagney@redhat.com>
2409
2410 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
2411 GDB_MULTI_ACH_PARTIAL.
2412
7e3dd49e
AC
24132003-07-27 Andrew Cagney <cagney@redhat.com>
2414
2415 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
2416 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
2417 operator at start and not end of line.
2418 (decode_prologue): Ditto.
2419 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
2420 frame_unwind_register_unsigned instead of
2421 frame_unwind_unsigned_register.
2422 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
2423 read_register.
2424 (m32r_push_dummy_call): Use register_size instead of
2425 REGISTER_RAW_SIZE.
2426 (m32r_frame_sniffer): Replace m32r_frame_p.
2427 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
2428 * m32r-rom.c (report_transfer_performance): Delete extern
2429 declaration.
2430 (m32r_load, m32r_upload_command): Use print_transfer_performance
2431 instead of report_transfer_performance.
2432 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
2433 / add_show_from_set.
2434
0880807f
AC
24352003-07-26 Andrew Cagney <cagney@redhat.com>
2436
2437 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
2438 store_return_value and extract_struct_value_address.
2439
64ae9269
DJ
24402003-07-26 Daniel Jacobowitz <drow@mvista.com>
2441
2442 PR c++/1267
2443 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
2444 NULL, default to the section containing PC.
2445
e286caf2
SC
24462003-07-24 Stephane Carrez <stcarrez@nerim.fr>
2447
2448 * NEWS: Mention "regs" deprecated for m68hc11 too.
2449
2450 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
2451 (m68hc11_print_register): New function to print out one register.
2452 (m68hc11_print_registers_info): New function to print registers.
2453 (show_regs): Deprecate and use the above.
2454 (m68hc11_gdbarch_init): Install the print_registers_info.
2455
705b278b
JJ
24562003-07-24 Jeff Johnston <jjohnstn@redhat.com>
2457
2458 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
2459 that we have a SIGTRAP before returning non-zero.
2460
63cd4198
EZ
24612003-07-23 Michal Ludvig <mludvig@suse.cz>
2462 Elena Zannoni <ezannoni@redhat.com>
2463
2464 * linespec.c (decode_line_2): Avoid crash if
2465 find_function_start_sal() returns empty record.
2466
6926787d
AS
24672003-07-23 Andreas Schwab <schwab@suse.de>
2468
2469 * ia64-tdep.c (ia64_print_insn): New function.
2470 (ia64_gdbarch_init): Set print_insn to it.
2471 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
2472 deprecated_tm_print_insn_info.
2473
708cc1b6
MS
24742003-07-22 Michael Snyder <msnyder@redhat.com>
2475
2476 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
2477 handle 8-bit returns (long long).
2478 (h8300h_extract_return_value): Ditto.
2479 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
2480
aebd7893
AC
24812003-07-22 Andrew Cagney <cagney@redhat.com>
2482
2483 * gdbarch.c Include "gdb_obstack.h".
2484 (struct gdbarch): Add an "obstack".
2485 (alloc_gdbarch_data): Allocate the gdbarch data using
2486 GDBARCH_OBSTACK_CALLOC.
2487 (free_gdbarch_data): Delete function.
2488 (gdbarch_obstack_zalloc): New function.
2489 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
2490 Assert that the architecture is not initialized.
2491 (gdbarch_alloc): Allocate an obstack, allocate the architecture
2492 vector from the obstack.
2493 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
2494 architecture obstack.
2495 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
2496 (set_gdbarch_data): Assert that the data is not initialized.
2497 (struct gdbarch_data): Delete member "free".
2498 (register_gdbarch_data): Do not initialize "free".
2499 * gdbarch.h, gdbarch.c: Re-generate.
2500
153721e6
AC
25012003-07-22 Andrew Cagney <cagney@redhat.com>
2502
2503 * configure.in (build_warnings): Add -Wformat-nonliteral.
2504 * configure: Re-generate.
2505
c193f044 25062003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
2507
2508 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 2509
c3228f12
EZ
25102003-07-22 Elena Zannoni <ezannoni@redhat.com>
2511
2512 * findvar.c (read_var_value): Remove case for thread local storage
2513 variables. It is now entirely handled by the dwarf2 location
2514 expression code.
2515 * printcmd.c (address_info): Ditto.
2516 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
2517 enumeration value.
2518 (struct symbol): Remove objfile field, which was used by
2519 LOC_THREAD_LOCAL_STATIC only.
2520 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
2521 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
2522 usage of objfile pointer.
2523 * dwarf2loc.c (locexpr_describe_location): Add case to handle
2524 thread local variables.
2525 Add include of objfiles.h.
2526 * dwarf2expr.c (execute_stack_op): Add comments about thread local
2527 storage variables.
2528 * Makefile.in (dwarf2loc.o): Update dependencies.
2529
aef9bcd2
AC
25302003-07-22 Andrew Cagney <cagney@redhat.com>
2531
2532 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
2533 get_frame_base.
2534 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
2535 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
2536 (struct value): Add opaque declaration.
2537 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
2538
d95a8903
AC
25392003-07-21 Andrew Cagney <cagney@redhat.com>
2540
2541 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
2542 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
2543
4db73d49
SC
25442003-07-20 Stephane Carrez <stcarrez@nerim.fr>
2545
2546 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
2547 regcache_cooked_read_unsigned instead of read_register.
2548 (m68hc11_saved_pc_after_call): Likewise.
2549 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
2550 instead of write_register.
2551 (m68hc11_register_type): New function.
2552 (m68hc11_register_virtual_type): Remove.
2553 (m68hc11_store_return_value): Convert to use the regcache.
2554 (m68hc11_extract_struct_value_address): Likewise.
2555 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
2556 m68hc11_register_type; undeprecate store_return_value and
2557 extract_struct_value_address.
2558
ef2b8fcd
SC
25592003-07-20 Stephane Carrez <stcarrez@nerim.fr>
2560
2561 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
2562 and translate to use regcache.
2563 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
2564
625b0b97
AC
25652003-07-18 Andrew Cagney <cagney@redhat.com>
2566
2567 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
2568 * gdbarch.h, gdbarch.c: Re-generate.
2569 * i386-tdep.c (i386_gdbarch_init): Do not set
2570 DWARF2_BUILD_FRAME_INFO.
2571 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
2572 unconditionally.
2573 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
2574 DWARF2_BUILD_FRAME_INFO.
2575
22b0d388
AC
25762003-07-18 Andrew Cagney <cagney@redhat.com>
2577
2578 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
2579 * disasm.c (gdb_disassemble_info): Initilize di.arch.
2580
1ce5d6dd
AC
25812003-07-18 Andrew Cagney <cagney@redhat.com>
2582
2583 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
2584 frame_unwind_address_in_block, instead of frame_pc_unwind.
2585 (dwarf2_frame_cache): Ditto.
2586
e6e5e94c
AC
25872003-07-18 Andrew Cagney <cagney@redhat.com>
2588
2589 * user-regs.h (struct gdbarch): Declare opaque.
2590 * ui-out.h (struct ui_file): Declare opaque.
2591 * dwarf2-frame.h (struct frame_info): Declare opaque.
2592
5483d879
KW
25932003-07-18 Kris Warkentin <kewarken@qnx.com>
2594
2595 * nto-procfs.c: Clean ARI hits. Change #include <..> to
2596 #include "...".
2597 (procfs_meminfo): Change strerror to safe_strerror.
2598 (procfs_can_run): Remove K&R badness.
2599
278a7cf7
MS
26002003-07-17 Michael Snyder <msnyder@redhat.com>
2601
2602 * remote-sim.c: Comment typo fix.
2603
606e3b82
AC
26042003-07-17 Andrew Cagney <cagney@redhat.com>
2605
2606 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
2607 configure.
2608 * sparc-tdep.c (sparc_intreg_size): Make non-static.
2609 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
2610 GDB_MULTI_ARCH_PARTIAL.
2611
c43af07c
EZ
26122003-07-17 Elena Zannoni <ezannoni@redhat.com>
2613
2614 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
2615 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
2616 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
2617
3b85b0f1
TR
26182003-07-16 Theodore A. Roth <troth@openavr.org>
2619
2620 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
2621 found.
2622 (avr_frame_unwind_cache): Don't unwind FP for main.
2623 Update a comment.
2624 Save the computed prev_sp.
2625 (avr_saved_regs_unwinder): Remove function.
2626 (avr_frame_prev_register): Use PC unwind logic from
2627 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
2628
336d1bba
AC
26292003-07-16 Andrew Cagney <cagney@redhat.com>
2630
2631 * frame-base.h (frame_base_p_ftype): Delete definition.
2632 (frame_base_append_predicate): Delete declaration.
2633 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
2634 (frame_unwind_append_predicate): Delete declaration.
2635 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
2636 (append_predicate): Delete parameter "p".
2637 (frame_unwind_append_predicate): Delete function.
2638 (frame_unwind_append_sniffer): Update call to append_predicate.
2639 (frame_unwind_free): Delete function.
2640 (_initialize_frame_unwind): Pass NULL as "free" to
2641 register_gdbarch_data.
2642 (frame_unwind_init): Append the dummy_frame_sniffer.
2643 (frame_unwind_find_by_frame): Simplify.
2644 * frame-base.c (struct frame_base_table): Delete field "p".
2645 (append_predicate): Delete parameter "p".
2646 (frame_base_append_predicate): Delete function.
2647 (frame_base_append_sniffer): Update call to append_predicate.
2648 (frame_base_free): Delete function.
2649 (frame_base_find_by_frame): Simplify.
2650 (_initialize_frame_base): Pass NULL as "free" to
2651 register_gdbarch_data.
2652 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
2653 (x86_64_sigtramp_frame_sniffer): Replace
2654 "x86_64_sigtramp_frame_p".
2655 (x86_64_init_abi): Set the frame unwind sniffers.
2656 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
2657 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
2658 (m68k_gdbarch_init): Set the frame unwind sniffers.
2659 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
2660 "i386_sigtramp_frame_p".
2661 (i386_frame_sniffer): Replace "i386_frame_p".
2662 (i386_gdbarch_init): Set the frame unwind sniffers.
2663 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
2664 (avr_gdbarch_init): Set the frame unwind sniffers.
2665 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
2666 "alpha_sigtramp_frame_p"
2667 (alpha_heuristic_frame_sniffer): Replace
2668 "alpha_heuristic_frame_p".
2669 (alpha_gdbarch_init): Set the frame unwind sniffers.
2670 (alpha_dwarf2_init_abi): Ditto.
2671 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
2672 "alpha_debug_frame_p".
2673 (alpha_mdebug_frame_base_sniffer): Replace
2674 "alpha_mdebug_frame_base_p".
2675 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
2676 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
2677 (d10v_gdbarch_init): Set the frame unwind sniffer.
2678 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
2679 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
2680 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
2681 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
2682 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
2683 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
2684
48db5a3c
CV
26852003-07-16 Michael Snyder <msnyder@redhat.com>
2686
2687 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
2688 should go thru sh_dsp_register_sim_regno, else the dsp regs
2689 will not get the right values.
2690
26912003-07-16 Corinna Vinschen <vinschen@redhat.com>
2692
2693 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
2694 deprecated_store_floating by call to store_typed_floating.
2695 (sh_sh4_register_convert_to_raw): Substitute call to
2696 deprecated_extract_floating by call to extract_typed_floating.
2697
26982003-07-16 Corinna Vinschen <vinschen@redhat.com>
2699
2700 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
2701
27022003-07-16 Corinna Vinschen <vinschen@redhat.com>
2703
2704 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
2705 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
2706 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
2707 as possible.
2708 (do_pseudo_register): Remove.
2709 (sh_push_dummy_code): New function.
2710 (sh64_store_struct_return): Rename from sh_store_struct_return.
2711 Only called for sh64 now.
2712 (sh_extract_struct_value_address): Regcache'ify.
2713 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
2714 and accomodate new tasks.
2715 (sh64_push_return_address): Rename from sh_push_return_address.
2716 Only called for sh64 now.
2717 (sh_default_extract_return_value): Rename from sh_extract_return_value.
2718 Regcache'ify.
2719 (sh3e_sh4_extract_return_value): Regcache'ify.
2720 (sh_default_store_return_value): Ditto.
2721 (sh3e_sh4_store_return_value): Ditto.
2722 (sh_default_register_byte): Remove.
2723 (sh_sh4_register_byte): Remove.
2724 (sh_default_register_raw_size): Remove.
2725 (sh_sh4_register_raw_size): Remove.
2726 (sh_register_virtual_size): Remove.
2727 (sh_sh3e_register_virtual_type): Remove.
2728 (sh_sh3e_register_type): New function.
2729 (sh_sh4_register_virtual_type): Remove.
2730 (sh_sh4_register_type): New function.
2731 (sh_default_register_virtual_type): Remove.
2732 (sh_default_register_type): New function.
2733 (do_fv_register_info): Add parameters to accomodate call from
2734 sh_print_registers_info.
2735 (do_dr_register_info): Ditto.
2736 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
2737 Add parameters to accomodate call from sh_print_registers_info.
2738 (sh_do_fp_register): Ditto.
2739 (sh64_do_pseudo_register): Call do_dr_register_info,
2740 do_fv_register_info and sh_do_fp_register with default parameters.
2741 (sh_do_register): Add parameters to accomodate call from
2742 sh_print_registers_info.
2743 (sh_print_register): Ditto.
2744 (sh_print_registers_info): Rename from sh_do_registers_info.
2745 Add parameters to be used as gdbarch_print_registers_info
2746 implementation. Accomodate removed do_pseudo_register function
2747 pointer.
2748 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
2749 function pointer. Call sh_print_register with default parameters.
2750 (sh64_do_registers_info): Call sh_print_registers_info instead of
2751 sh_do_registers_info.
2752 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
2753 detection of deprecated vs. non-deprecated functionality.
2754 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
2755 function pointer assignments by direct function calls.
2756
e8a89fe2
AC
27572003-07-15 Andrew Cagney <cagney@redhat.com>
2758
2759 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
2760 (frame_register_unwind, create_new_frame): Ditto.
2761 (legacy_get_prev_frame, get_frame_type): Ditto.
2762 (get_frame_base_address): Use frame_base_find_by_frame.
2763 (get_frame_locals_address): Use frame_base_find_by_frame.
2764 (get_frame_args_address): Use frame_base_find_by_frame.
2765 * frame-base.h (frame_base_sniffer_ftype): Declare.
2766 (frame_base_append_sniffer): Declare.
2767 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
2768 * frame-base.c (append_predicate): Add a "sniffer" parameter.
2769 (frame_base_append_sniffer): New function.
2770 (frame_base_append_predicate): Add a NULL sniffer.
2771 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
2772 (struct frame_base_table): Add "sniffer".
2773 (frame_base_free): Free the "sniffer" table.
2774 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
2775 (frame_unwind_append_sniffer): Declare.
2776 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
2777 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
2778 (struct frame_unwind_table): Add "sniffer", delete "middle".
2779 (append_predicate): Add "sniffer" parameter, append the sniffer.
2780 (frame_unwind_init): Update append_predicate call.
2781 (frame_unwind_append_sniffer): New function.
2782 (frame_unwind_append_predicate): Update append_predicate call.
2783 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
2784
0714963c
AC
27852003-07-15 Andrew Cagney <cagney@redhat.com>
2786
2787 * frame.c (get_prev_frame): Move disabled inside_entry_func to
2788 before code inhibiting repeated unwind attempts. Add to
2789 commentary on that test's problems.
2790 * blockframe.c (inside_main_func): Look for "main" in the minimal
2791 symbol table.
2792 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
2793 identical.
2794
d9170e22
AC
27952003-07-15 Andrew Cagney <cagney@redhat.com>
2796
2797 * complaints.c (struct explanation): Define.
2798 (struct complaints): Change type of "explanation" to "struct
2799 explanation".
2800 (symfile_explanations): Convert to a "struct explanation" table.
2801 (vcomplaint): Update.
2802
eba29c8c
ML
28032003-07-15 Michal Ludvig <mludvig@suse.cz>
2804
2805 * x86-64-linux-nat.c (regmap): Removed.
2806 (supply_gregset, fill_gregset): Call
2807 x86_64_linux_(fill,supply)_gregset functions.
2808 * x86-64-linux-tdep.c (USER_*): New defines.
2809 (user_to_gdb_regmap, x86_64_core_fns): New structure.
2810 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
2811 New functions.
2812 (fetch_core_registers): Ditto.
2813 (_initialize_x86_64_linux_tdep): Call add_core_fns().
2814 * x86-64-linux-tdep.h: New file.
2815 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
2816 and core-regset.o.
2817 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
2818
68cc0bfb
MK
28192003-07-13 Mark Kettenis <kettenis@gnu.org>
2820
88a115f7
MK
2821 * x86-64-tdep.c (x86_64_store_return_value): Use
2822 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 2823
68cc0bfb
MK
2824 * configure.host: Add x86_64-*-freebsd*.
2825 * configure.tgt: Add x86_64-*-freebsd*.
2826 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
2827 * amd64fbsd-nat.c: New file.
2828 * amd64fbsd-tdep.c: New file.
2829 * config/i386/nm-fbsd64.h: New file.
2830 * config/i386/fbsd64.mh: New file.
2831 * config/i386/fbsd64.mt: New file.
2832
138e7be5
MK
28332003-07-11 Mark Kettenis <kettenis@gnu.org>
2834
2835 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
2836 `sc_regs_offset' and `sc_fpregs_offset'.
2837 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
2838 SIGFRAME_FPREGSAVE_OFF): Remove defines.
2839 (alpha_sigtramp_register_address): Rewrite to use new members of
2840 `struct gdbarch_tdep'.
2841 (alpha_gdbarch_init): Initialize new members of struct
2842 gdbarch_tdep'.
2843 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
2844 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
2845 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
2846 (alphafbsd_pc_in_sigtramp): Implement.
2847 (alphafbsd_sigtramp_offset): New function.
2848 (alphafbsd_sigcontext_addr): New function.
2849 (alphafbsd_init_abi): Initialize signal trampoline related members
2850 of `struct gdbarch_tdep'.
2851 (_initialize_alphafbsd_tdep): Add prototype.
2852
95303a68
TR
28532003-07-11 Theodore A. Roth <troth@openavr.org>
2854
ba292e4c
TR
2855 * Makefile.in (install-only): Quote sed expression when generating
2856 transformed_name.
95303a68 2857
6896c0c7
RH
28582003-07-11 Richard Henderson <rth@redhat.com>
2859
2860 * Makefile.in (dwarf2-frame.o): Add complaints_h.
2861 * dwarf2-frame.c: Include complaints.h.
2862 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
2863 variable initialization; return NULL on error.
2864 (decode_frame_entry): New.
2865
8edd5d01
AC
28662003-07-11 Andrew Cagney <cagney@redhat.com>
2867
c4a09524
AC
2868 * frame.h (frame_address_in_block): Delete declaration.
2869 * blockframe.c (frame_address_in_block): Delete function.
2870 (get_frame_block): Use get_frame_address_in_block.
2871 (block_innermost_frame): Ditto.
2872 * stack.c (print_frame, backtrace_command_1): Ditto.
2873
8edd5d01
AC
2874 * frame.h (get_frame_address_in_block): Declare.
2875 (frame_unwind_address_in_block): Declare.
2876 * frame.c (frame_unwind_address_in_block): New function.
2877 (get_frame_address_in_block): New function.
2878
f7968451
AC
28792003-07-10 Andrew Cagney <cagney@redhat.com>
2880
2881 * gdbarch.sh: Simplify predicate methods. Remove need to provide
2882 pre-default. Note: re-generate has no effect.
2883
ae99b398
AC
28842003-07-10 Andrew Cagney <cagney@redhat.com>
2885
2886 * gdbarch.sh: When a variable, but not a function, compare against
2887 0. Fix problem in previous patch.
2888 * gdbarch.c: Re-generate.
2889
956ac328
AC
28902003-07-10 Andrew Cagney <cagney@redhat.com>
2891
2892 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
2893 functions against NULL, not 0.
2894 * gdbarch.c: Re-generate.
2895
287c3240
FF
28962003-07-10 Fred Fish <fnf@ninemoons.com>
2897
2898 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
2899 null string instead of a null pointer.
2900 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
2901
32f63c4b
MS
29022003-07-09 Michael Snyder <msnyder@redhat.com>
2903
2904 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
2905
402ecd56
MK
29062003-07-09 Mark Kettenis <kettenis@gnu.org>
2907
2908 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
2909 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
2910 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
2911 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
2912 * x86-64-tdep.c: ... from here.
2913
c481dac7
AS
29142003-07-09 Andreas Schwab <schwab@suse.de>
2915
2916 * m68k-tdep.h (enum struct_return): Define.
2917 (struct gdbarch_tdep): Add struct_return.
2918 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
2919 bytes are padded to the right, not to the left. Pass struct value
2920 address in register %a1, not on stack.
2921 (m68k_use_struct_convention): New function.
2922 (m68k_gdbarch_init): Set use_struct_convention. Initialize
2923 struct_return in tdep to pcc_struct_return.
2924 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
2925 reg_struct_return.
2926
64176fa3
JB
29272003-07-09 Joel Brobecker <brobecker@gnat.com>
2928
2929 * somread.c (som_symfile_offsets): Fix compilation error.
2930
96a4ee76
AC
29312003-07-09 Andrew Cagney <cagney@redhat.com>
2932
2933 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
2934 Add comments about the checks.
2935
1517c6d1
AC
29362003-07-08 Andrew Cagney <cagney@redhat.com>
2937
2938 * Makefile.in: Make dependency section headers consistent.
2939 (config_h): Move to $BUILD headers section.
2940 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
2941 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
2942 (ada-exp.tab.c): Move to YACC/LEX section.
2943 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
2944 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
2945
dc5dd1eb
KW
29462003-07-08 Kris Warkentin <kewarken@qnx.com>
2947
2948 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
2949 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
2950 of strerror with safe_strerror, use ISO C function definitions,
2951 and replace instances of sprintf with snprintf.
dc5dd1eb 2952
612dde91
AC
29532003-07-07 Andrew Cagney <cagney@redhat.com>
2954
2955 * frame.c (get_prev_frame): Enable check for identical frames.
2956 Update comments. Update error messages.
2957
492c11d3
JB
29582003-07-07 Joel Brobecker <brobecker@gnat.com>
2959
2960 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
2961
376a5a49
JB
29622003-07-07 Joel Brobecker <brobecker@gnat.com>
2963
2964 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
2965 sort_symtab_syms, no longer necessary.
2966
22b4a9ad
JB
29672003-07-07 Joel Brobecker <brobecker@gnat.com>
2968
2969 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
2970
5bbcb741
JB
29712003-07-07 Joel Brobecker <brobecker@gnat.com>
2972
2973 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
2974 (mips_register_byte): Likewise.
2975
c139e7d9
DJ
29762003-07-07 Daniel Jacobowitz <drow@mvista.com>
2977
2978 * Makefile.in (sparc_tdep_h): New.
2979 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
2980 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
2981 * sparc-linux-nat.c: Include "sparc-tdep.h".
2982 * sparc-nat.c: Likewise.
2983 * sparc-tdep.c: Likewise.
2984 * sparc64nbsd-nat.c: Likewise.
2985 * sparcnbsd-nat.c: Likewise.
2986 * sparcnbsd-tdep.c: Likewise.
2987 * sparc-tdep.h: New file.
2988 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
2989 and sparc_npc_regnum.
2990
fd8f87c5
DJ
29912003-07-07 Daniel Jacobowitz <drow@mvista.com>
2992
2993 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
2994 (mips_linux_cannot_store_register): List supported instead of
2995 unsupported registers.
2996
13adf674
DJ
29972003-07-07 Daniel Jacobowitz <drow@mvista.com>
2998
2999 * disasm.c (dump_insns): Separate instructions from addresses.
3000
8de307e0
AS
30012003-07-07 Andreas Schwab <schwab@suse.de>
3002
3003 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3004 dependencies.
3005 * m68k-tdep.c (NUM_FREGS): Delete.
3006 (SIG_PC_FP_OFFSET): Delete.
3007 (TARGET_M68K): Delete.
3008 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3009 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3010 P_MOVEL_SP, P_MOVEML_SP): Define.
3011 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3012 P_TRAP): Delete.
3013 (m68k_register_raw_size): Delete.
3014 (m68k_register_virtual_size): Delete.
3015 (m68k_register_type): Renamed from m68k_register_virtual_type and
3016 add gdbarch argument.
3017 (m68k_store_struct_return): Delete.
3018 (m68k_deprecated_extract_return_value): Delete.
3019 (m68k_deprecated_extract_struct_value_address): Delete.
3020 (m68k_frame_chain): Delete.
3021 (m68k_frame_saved_pc): Delete.
3022 (m68k_fix_call_dummy): Delete.
3023 (m68k_push_dummy_frame): Delete.
3024 (m68k_pop_frame): Delete.
3025 (m68k_extract_return_value): New function.
3026 (m68k_store_return_value): Rewrite using regcache.
3027 (m68k_extract_struct_value_address): Rewrite using regcache.
3028 (m68k_push_dummy_call): New function.
3029 (struct m68k_frame_cache): Define.
3030 (m68k_alloc_frame_cache): New function.
3031 (m68k_analyze_frame_setup): New function.
3032 (m68k_analyze_register_saves): New function.
3033 (m68k_analyze_prologue): New function.
3034 (m68k_skip_prologue): Rewrite using above functions.
3035 (m68k_unwind_pc): New function.
3036 (m68k_frame_cache): New function.
3037 (m68k_frame_this_id): New function.
3038 (m68k_frame_prev_register): New function.
3039 (m68k_frame_unwind): New variable.
3040 (m68k_frame_p): New function.
3041 (m68k_sigtramp_frame_cache): New function.
3042 (m68k_sigtramp_frame_this_id): New function.
3043 (m68k_sigtramp_frame_prev_register): New function.
3044 (m68k_sigtramp_frame_unwind): New variable.
3045 (m68k_sigtramp_frame_p): New function.
3046 (m68k_frame_base_address): New function.
3047 (m68k_frame_base): New function.
3048 (m68k_unwind_dummy_id): New function.
3049 (fill_gregset): Use regcache_collect.
3050 (fill_fpregset): Likewise.
3051 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3052 defined.
3053 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3054 deprecated_init_frame_pc, deprecated_store_struct_return,
3055 deprecated_extract_return_value, deprecated_store_return_value,
3056 deprecated_frame_chain, deprecated_frame_saved_pc,
3057 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3058 deprecated_register_virtual_size,
3059 deprecated_max_register_raw_size,
3060 deprecated_max_register_virtual_size,
3061 deprecated_register_virtual_type, deprecated_register_size,
3062 deprecated_register_byte, deprecated_register_bytes,
3063 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3064 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3065 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3066 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3067 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3068 deprecated_push_dummy_frame, deprecated_pop_frame,
3069 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3070 only if SYSCALL_TRAP is defined. Set extract_return_value,
3071 store_return_value, extract_struct_value_address, register_type,
3072 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3073 predicates.
3074 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3075 M68K_MAX_REGISTER_SIZE): Define.
3076 (struct m68k_sigtramp_info): Define.
3077 (struct gdbarch_tdep): Add get_sigtramp_info.
3078 * m68klinux-nat.c (fetch_register): Use register_size instead of
3079 REGISTER_RAW_SIZE. Don't put assignment in if.
3080 (store_register): Likewise.
3081 (fetch_inferior_registers): Likewise.
3082 (store_inferior_registers): Likewise.
3083 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3084 (m68k_linux_frame_saved_pc): Delete.
3085 (m68k_linux_sigcontext_reg_offset,
3086 m68k_linux_ucontext_reg_offset): Define.
3087 (m68k_linux_get_sigtramp_info): New function.
3088 (m68k_linux_extract_return_value): Rewrite using regcache.
3089 (m68k_linux_store_return_value): Likewise.
3090 (m68k_linux_extract_struct_value_address): Likewise.
3091 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3092 Don't set deprecated_frame_saved_pc,
3093 deprecated_extract_return_value, deprecated_store_return_value,
3094 deprecated_extract_struct_value_address. Set
3095 extract_return_value, store_return_value,
3096 extract_struct_value_address.
3097
eb8bc282
AC
30982003-07-07 Andrew Cagney <cagney@redhat.com>
3099
3100 * expprint.c: Include "user-regs.h" instead of "frame.h".
3101 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3102 frame_map_regnum_to_name.
3103 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3104 (frame_map_name_to_regnum): Simplify, call
3105 user_reg_map_name_to_regnum.
3106 (frame_map_regnum_to_name): Simplify, call
3107 user_reg_map_regnum_to_name.
3108 (frame_register_unwind): Update.
3109 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3110 (_initialize_frame_reg): Call user_reg_add_builtin.
3111 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3112 (value_of_register): Use value_of_user_reg.
3113 * eval.c (evaluate_subexp_standard): Update.
3114 * parse.c (write_dollar_variable): Update.
3115 * d10v-tdep.c (d10v_print_registers_info): Update.
3116 * infcmd.c (registers_info): Update.
3117 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3118 (builtin_regs_h): Delete macro.
3119 (user_regs_h): Define.
3120 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3121 (builtin-regs.o): Delete target.
3122 (user-regs.o): Specify dependencies.
3123 (expprint.o): Update dependencies.
3124 (findvar.o): Update dependencies.
3125 (frame.o): Update dependencies.
3126 (std-regs.o): Update dependencies.
3127
9f476a01
CF
31282003-07-06 Christopher Faylor <cgf@redhat.com>
3129
3130 * win32-nat.c (solib_symbols_add): Use one variable for all section
3131 address stuff. Pass variable rather than address of variable to
3132 safe_symbol_file_add.
3133
a731b831
AS
31342003-07-06 Andreas Schwab <schwab@suse.de>
3135
3136 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3137
9f83329d
JB
31382003-07-04 Joel Brobecker <brobecker@gnat.com>
3139
3140 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3141
27e28cc5
KW
31422003-07-04 Kris Warkentin <kewarken@qnx.com>
3143
3144 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3145
31462003-07-04 Kris Warkentin <kewarken@qnx.com>
3147
3148 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3149 * config/i386/nto.mh: New file.
3150 * config/i386/nm-nto.h: New file.
3151 * configure.host: Add i[3456]86-*-nto*.
3152
100f2e98
JB
31532003-07-03 Joel Brobecker <brobecker@gnat.com>
3154
3155 * remote-vx.c (vx_add_symbols): Fix compilation error.
3156
e23457df
AC
31572003-07-03 Andrew Cagney <cagney@redhat.com>
3158
3159 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
3160 * gdbarch.h, gdbarch.c: Re-generate.
3161 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
3162 (legacy_register_name): Declare.
3163 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
3164 (REGISTER_NAME): Define.
3165 * sparc-tdep.c (legacy_register_name): New function.
3166 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
3167 (REGISTER_NAME): Define.
3168 (hppa64_register_name): Declare.
3169 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
3170 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
3171 (hppa64_register_name): New function.
3172 (hppa_register_name): New function.
3173 * arch-utils.c (legacy_register_name): Delete.
3174 * arch-utils.h (legacy_register_name): Delete.
3175
38caaeec
DJ
31762003-07-03 Daniel Jacobowitz <drow@mvista.com>
3177
3178 * cli/cli-interp.c (cli_interpreter_resume): Update the
3179 cli_uiout's stream to gdb_stdout.
3180
dadd712e
AC
31812003-07-03 Andrew Cagney <cagney@redhat.com>
3182
3183 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
3184 predicate.
3185 * gdbarch.h, gdbarch.c: Re-generate.
3186 * regcache.c (init_regcache_descr): Use legacy code when either
3187 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
3188
c7f1390e
DJ
31892003-07-02 Daniel Jacobowitz <drow@mvista.com>
3190
3191 * NEWS: Move "set logging" entry into GDB 6.0 section.
3192
4bc8c588
JB
31932003-07-02 Jim Blandy <jimb@redhat.com>
3194
a9dd42f1
JB
3195 * s390-tdep.c (struct frame_extra_info): new member:
3196 'stack_bought_valid'.
3197 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
3198 initialize fextra_info->stack_bought.
3199 (s390_frameless_function_invocation): Don't trust the value of
3200 fextra_info_ptr->stack_bought unless
3201 fextra_info->stack_bought_valid is set.
3202
4bc8c588
JB
3203 New S390 prologue analyzer.
3204 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
3205 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
3206 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
3207 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
3208 compute_x_addr, s390_on_stack, s390_store,
3209 s390_get_signal_frame_info): New functions.
3210 (S390_NUM_SPILL_SLOTS): New macro.
3211 (s390_get_frame_info): Rewritten.
3212 (is_arg_reg): Deleted.
3213
3214 Break out the decoding of S/390 instructions into separate
3215 functions, to make it more legible, and easier to check
3216 against the spec.
3217 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
3218 is_rx, is_rxe): New functions.
3219 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
3220 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
3221 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
3222 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
3223 enums for opcode values. (Is this an improvement?)
3224
fd13a04a
AC
32252003-07-02 Andrew Cagney <cagney@redhat.com>
3226
3227 * i386-tdep.c: Revert change committed as part of trad-frame code
3228 below.
3229
3f8091c1
DJ
32302003-07-02 Daniel Jacobowitz <drow@mvista.com>
3231
3232 * breakpoint.c (insert_catchpoint): Make static.
3233
8dd5115e
AS
32342003-07-02 Andreas Schwab <schwab@suse.de>
3235
3236 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
3237 former ia64_push_arguments and ia64_push_return_address, and use
3238 regcache functions instead of read/write_register.
3239 (ia64_gdbarch_init): Set push_dummy_call instead of
3240 deprecated_push_arguments and deprecated_push_return_address.
3241
a2229c23
AJ
32422003-07-01 Andreas Jaeger <aj@suse.de>
3243
3244 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
3245 before the call.
3246 Set %rax only to number of SSE registers used.
3247
3b3850e8
AC
32482003-07-01 Andrew Cagney <cagney@redhat.com>
3249
3250 * trad-frame.h: Update comments, a -1 .addr is reserved.
3251 (trad_frame_value_p, trad_frame_addr_p): Declare.
3252 (trad_frame_reg_p): Declare.
3253 (trad_frame_set_value): Rename trad_frame_register_value.
3254 (trad_frame_set_unknown): Declare.
3255 * trad-frame.c (trad_frame_realreg_p): New function.
3256 (trad_frame_addr_p, trad_frame_value_p): New function.
3257 (trad_frame_set_unknown): New function.
3258 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
3259 (trad_frame_prev_register): Use trad_frame_realreg_p,
3260 trad_frame_addr_p and trad_frame_value_p.
3261 (trad_frame_set_value): Rename trad_frame_register_value.
3262 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
3263 and trad_frame_set_value.
a2229c23 3264
4d819d0e
JB
32652003-06-30 Jim Blandy <jimb@redhat.com>
3266
3267 Patch from IBM (authors unspecified, probably Ulrich Weigand and
3268 Gerhard Tonn) for argument passing on the S/390 and S/390x:
3269 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
3270 for 16 registers, and then 32 more bytes.
3271 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
3272 New macros.
3273 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
3274 Move up in the file, since it's now used by is_simple_arg.
3275 (is_simple_arg): Don't assume registers are four bytes long.
3276 Exclude all double arguments. Extended floats are not simple
3277 args.
3278 (is_power_of_two): New function.
3279 (pass_by_copy_ref): Call is_power_of_two, and check that the
3280 length fits in a register, rather than listing all the acceptable
3281 sizes. Extended floats are not passed by reference.
3282 (s390_push_arguments): Don't assume registers are four bytes long.
3283 Reserve an argument register to point to the buffer for structures
3284 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
3285 S390_STACK_FRAME_OVERHEAD.
3286
1ad828f1
AS
32872003-06-30 Andreas Schwab <schwab@suse.de>
3288
3289 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
3290 format error message.
3291
39b00981
JB
32922003-06-30 Joel Brobecker <brobecker@gnat.com>
3293
3294 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
3295
b2a7f303
DC
32962003-06-30 David Carlton <carlton@kealia.com>
3297
3298 Band-aid for PR c++/1245.
3299 * Makefile.in (cp-support.o): Depend on complaints_h.
3300 * cp-support.c: Include complaints.h. Add declaration for
3301 find_last_component.
3302 (cp_find_first_component): Separate code into
3303 cp_find_first_component_aux.
3304 (cp_find_first_component_aux): Call demangled_name_complaint.
3305 (demangled_name_complaint): New.
3306
a257b5bb
AC
33072003-06-30 Andrew Cagney <cagney@redhat.com>
3308
3309 * remote.c (remote_write_bytes): Explicitly compute and then use
3310 the payload size. Update comments to reflect. Fixes problem of
3311 GDB not sending small packets as found by Fred Fish.
3312
0a2cfde4
AC
33132003-06-30 Andrew Cagney <cagney@redhat.com>
3314
3315 * remote.c (remote_async_wait): Fix -Wformat problem.
3316
3fcb8548
AC
33172003-06-29 Andrew Cagney <cagney@redhat.com>
3318
3319 * remote.c (remote_wait): Call error, and not warning, when the
3320 packet is corrupt.
3321 (remote_async_wait): Ditto.
3322
9f9970a3
DJ
33232003-06-29 Daniel Jacobowitz <drow@mvista.com>
3324
3325 * sparc-tdep.c (sparc_y_regnum): Make external again.
3326
83a8ccca
DJ
33272003-06-29 Daniel Jacobowitz <drow@mvista.com>
3328
3329 * cli/cli-logging.c (pop_output_files): Add void to function
3330 definition.
3331
d2cf594a
AC
33322003-06-29 Andrew Cagney <cagney@redhat.com>
3333
3334 * frame.c (frame_register_unwind): Use unsigned char when dumping
3335 the buffer contents.
3336
0fac0b41
DJ
33372003-06-28 Daniel Jacobowitz <drow@mvista.com>
3338
3339 * cli/cli-logging.c: New file.
3340 * cli-out.c (struct ui_out_data): Add original_stream.
3341 (cli_redirect): New function.
3342 (cli_ui_out_impl): Add cli_redirect.
3343 (cli_out_new): Initialize original_stream.
3344 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
3345 (uo_redirect, ui_out_redirect): New.
3346 * ui-out.h (struct ui_out_impl): Add redirect member.
3347 (redirect_ftype): New.
3348 (ui_out_redirect): Add prototype.
3349 * Makefile.in: Add rules for cli-logging.c.
3350 * NEWS: Mention "set logging".
3351
88a07d7c
EZ
33522003-06-27 Elena Zannoni <ezannoni@redhat.com>
3353
3354 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
3355
4eb58876
AC
33562003-06-27 Andrew Cagney <cagney@redhat.com>
3357
3358 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
3359 (m68hc11_gdbarch_init): Do not set call_dummy_address.
3360 * avr-tdep.c (avr_call_dummy_address): Delete function.
3361 (avr_gdbarch_init): Do not set call_dummy_address.
3362
1549f619
EZ
33632003-06-27 Elena Zannoni <ezannoni@redhat.com>
3364
3365 * symfile.c (syms_from_objfile): Move variables to inner block.
3366 Move the checks for the non-mainline case a bit earlier to avoid
3367 doing some useless computations.
3368
3cb3398d
EZ
33692003-06-27 Elena Zannoni <ezannoni@redhat.com>
3370
3371 * dwarfread.c (decode_modified_type): Gag new compiler warning.
3372
3799ccc6
EZ
33732003-06-26 Elena Zannoni <ezannoni@redhat.com>
3374
3375 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
3376 sections.
3377
ce1f6491
MC
33782003-06-26 Michael Chastain <mec@shout.net>
3379
3380 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
3381 gdb/testsuite/gdb.c++/pr-1210.exp.
3382
d958dfd0
AC
33832003-06-26 Andrew Cagney <cagney@redhat.com>
3384
3385 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
3386 altivec_expression.h and altivec_registers.h.
3387
d31431ed
AC
33882003-06-26 Andrew Cagney <cagney@redhat.com>
3389
3390 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
3391 info->mach when MIPS16. Patch suggested by Fred Fish.
3392
714b1282
AC
33932003-06-26 Andrew Cagney <cagney@redhat.com>
3394
3395 * utils.c (internal_vproblem): Print the problem to a reason
3396 buffer and then pass to query. Make the msg variable more local.
3397
42efa47a
AC
33982003-06-26 Andrew Cagney <cagney@redhat.com>
3399
3400 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
3401 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
3402 * gdbarch.h, gdbarch.c: Re-generate.
3403 * frame-base.c (default_frame_args_address): Update. Use
3404 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
3405 not available.
3406 (default_frame_locals_address): Ditto for
3407 DEPRECATED_FRAME_LOCALS_ADDRESS.
3408 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
3409 (vax_frame_num_args): Update.
3410 (vax_gdbarch_init): Update.
3411 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3412 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3413 * mcore-tdep.c (mcore_gdbarch_init): Update.
3414 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3415 * ia64-tdep.c (ia64_gdbarch_init): Update.
3416 * symtab.h (address_class): Update comments.
3417 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
3418 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
3419 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
3420 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
3421 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
3422 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
3423 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
3424 * alpha-mdebug-tdep.c: Update.
3425 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
3426
8ffd9b1b
AJ
34272003-06-26 Andreas Jaeger <aj@suse.de>
3428
3429 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
3430 of SSE registers so that varargs functions work. Rework handling
3431 of passing arguments on the stack.
3432 (x86_64_store_return_value): Return double and float values in SSE
3433 register.
3434
e8ac10a6
MC
34352003-06-24 Michael Chastain <mec@shout.net>
3436
3437 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
3438 the "constructor breakpoints ignored" bug.
3439
986af8e6
DC
34402003-06-25 David Carlton <carlton@kealia.com>
3441
3442 * MAINTAINERS: Update e-mail address.
3443
d64558a5
JB
34442003-06-24 Jim Blandy <jimb@redhat.com>
3445
e538d2d7
JB
3446 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
3447
02631ec0
JB
3448 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
3449 function.
3450 (ppc_linux_init_abi): Register it as the
3451 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
3452
e716d87a
JB
3453 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
3454 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
3455 method.
3456
d64558a5
JB
3457 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
3458 (ppc64_standard_linkage_target): Use it.
3459
449a5da4
AC
34602003-06-23 Andrew Cagney <cagney@redhat.com>
3461
3462 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
3463 for 0 "int0" and 4 "int32" sized registers.
3464 * gdbtypes.c (builtin_type_int0): Define.
3465 (build_gdbtypes): Initialize builtin_type_int0.
3466 * gdbtypes.h (builtin_type_int0): Declare.
3467
b2a02dda
SC
34682003-06-23 Stephane Carrez <stcarrez@nerim.fr>
3469
3470 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
3471 as characters are unsigned.
3472
fba3138e
DJ
34732003-06-22 Daniel Jacobowitz <drow@mvista.com>
3474
3475 PR gdb/1179
3476 * dwarfread.c (struct_type): Skip static fields without crashing.
3477
f6c8180b
AC
34782003-06-22 Andrew Cagney <cagney@redhat.com>
3479
3480 GDB 6.0 branch created.
f2c06f52
AC
3481 * README: Update.
3482 * PROBLEMS: Update. Empty.
3483 * NEWS: Update.
f6c8180b 3484
ae822768
DJ
34852003-06-22 Daniel Jacobowitz <drow@mvista.com>
3486
3487 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
3488 Suggested by Nick Hibma <n_hibma@webweaving.org>.
3489
261de166
AC
34902003-06-22 Andrew Cagney <cagney@redhat.com>
3491
3492 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
3493 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
3494 Velikov.
3495
30e94205
DJ
34962003-06-22 Daniel Jacobowitz <drow@mvista.com>
3497
3498 * cli/cli-cmds.c (shell_escape): Silence warnings from old
3499 compilers.
3500
9e14d721
DJ
35012003-06-21 Daniel Jacobowitz <drow@mvista.com>
3502
3503 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
3504 argument of val_print.
3505 * cp-valprint.c (cp_print_value): Don't add the offset parameter
3506 to the address argument of baseclass_offset or target_read_memory.
3507 Do add it to the argument of cp_print_value_fields.
3508
a4b8ebc8
AC
35092003-06-21 Andrew Cagney <cagney@redhat.com>
3510
3511 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
3512 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
3513 instead of 0..NUM_REGS.
3514 (mips_register_reggroup_p): New function.
3515 (mips_pseudo_register_write): New function.
3516 (mips_pseudo_register_read): New function.
3517 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
3518 based on the register's type.
3519 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
3520 cooked.
3521 (mips_get_saved_register): Simplify. Assert that REGNO is a
3522 pseudo / cooked.
3523 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
3524 (mips_register_type): Replace mips_register_virtual_type. Map
3525 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
3526 when available.
3527 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
3528 that the register is cooked / virtual.
3529 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
3530 Only get the extra info when needed.
3531 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
3532 (mips32_heuristic_proc_desc): Fetch the cooked register.
3533 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
3534 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
3535 (mips_print_register): Use gdbarch_register_type, instead of
3536 REGISTER_VIRTUAL_TYPE.
3537 (print_gp_register_row): Use gdbarch_register_type, instead of
3538 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
3539 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
3540 Print the pseudo / cooked registers.
3541 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
3542 Print the pseudo / cooked registers.
3543 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
3544 REG_NUM is pseudo / cooked.
3545 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
3546 (mips_n32n64_xfer_return_value): Ditto.
3547 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
3548 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
3549 (mips_register_sim_regno): New function.
3550 (mips_gdbarch_init): Set deprecated_register_byte,
3551 register_group_p, pseudo_register_write, pseudo_register_read,
3552 register_sim_regno, and num_pseudo_regs. Set register_type,
3553 instead of register_virtual_type.
3554 * Makefile.in (mips-tdep.o): Update dependencies.
3555 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
3556 REGISTER_VIRTUAL_TYPE.
3557 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
3558 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
3559 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
3560 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
3561 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
3562
325ed089
DJ
35632003-06-21 Daniel Jacobowitz <drow@mvista.com>
3564
3565 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
3566 * cli/cli-cmds.c: Include "gdb_vfork.h".
3567 (shell_escape): Use vfork.
3568
f0e7d0e8
AC
35692003-06-21 Andrew Cagney <cagney@redhat.com>
3570
c57bb9fa
AC
3571 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
3572 32 bit floating-point register saves.
3573
6e51443a
AC
3574 * frame.h (deprecated_unwind_get_saved_register): Delete.
3575 * frame.c (deprecated_unwind_get_saved_register): Delete function.
3576 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
3577 and deprecated_get_next_frame_hack instead of
3578 deprecated_unwind_get_saved_register.
3579
ed183c7c
AC
3580 * mips-tdep.c (mips_dump_tdep): Do not print
3581 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
3582
f0e7d0e8
AC
3583 * frame.c (get_frame_register): New function.
3584 (frame_unwind_register_signed): New function.
3585 (get_frame_register_signed): New function.
3586 (frame_unwind_register_unsigned): New function.
3587 (get_frame_register_unsigned): New function.
3588 * frame.h: Add comments on naming schema.
3589 (get_frame_register, frame_unwind_register_signed): Declare.
3590 (get_frame_register_signed, get_frame_register_signed): Declare.
3591 (frame_unwind_register_unsigned): Declare.
3592 (get_frame_register_unsigned): Declare.
3593
2224d941
TR
35942003-06-20 Theodore A. Roth <troth@openavr.org>
3595
3596 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
3597
8619218d
TR
35982003-06-20 Theodore A. Roth <troth@openavr.org>
3599
3600 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
3601 (avr_read_sp): Ditto.
3602
0b1b50c0
DJ
36032003-06-20 Daniel Jacobowitz <drow@mvista.com>
3604
3605 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
3606 * config/arm/nm-linux.h: Likewise.
3607 * config/arm/tm-linux.h: Likewise.
3608 * config/ia64/nm-linux.h: Likewise.
3609 * config/ia64/tm-ia64.h: Likewise.
3610 * config/s390/tm-linux.h: Likewise.
3611 * config/s390/tm-s390.h: Likewise.
3612 * s390-nat.c: Likewise.
3613 * s390-tdep.c: Likewise.
3614
3615 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
3616 * config/ia64/linux.mt: Likewise.
3617 * config/m68k/linux.mh: Likewise.
3618 * config/mips/linux.mt: Likewise.
3619 * config/powerpc/linux.mh: Likewise.
3620 * config/sh/linux.mt: Likewise.
3621
c8c18e65
KW
36222003-06-19 Kris Warkentin <kewarken@qnx.com>
3623
3624 * solib.c (solib_open): Change tests for whether to search
3625 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
3626 comments.
3627
dcccef2e
TR
36282003-06-19 Theodore A. Roth <troth@openavr.org>
3629
3630 * avr-tdep.c (avr_frame_address): Delete function.
3631 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
3632 set_gdbarch_frame_args_address.
3633
5861a190
AC
36342003-06-19 Andrew Cagney <cagney@redhat.com>
3635
3636 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
3637 (REGISTER_CONVERT_FROM_TYPE): Delete.
3638 (mips_register_convert_to_type): Delete declaration.
3639 (mips_register_convert_from_type): Delete declaration.
3640 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
3641 kernel/.
3642
0274a8ce
MS
36432003-06-19 Michael Snyder <msnyder@redhat.com>
3644
3645 * linux-nat.h: New file.
3646 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 3647 * lin-lwp.c: Include linux-nat.h.
0274a8ce 3648 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 3649 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
3650 (linux_make_note_section): Iterate over lwps instead of threads.
3651 (linux_do_thread_registers): Use lwp instead of merged pid.
3652 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 3653 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
3654 Add dependency on linux_nat_h.
3655
adf5f719
TR
36562003-06-19 Theodore A. Roth <troth@openavr.org>
3657
3658 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
3659
6766a268
DJ
36602003-06-19 Daniel Jacobowitz <drow@mvista.com>
3661
3662 * varobj.c (get_type, get_target_type): Use check_typedef.
3663
1171114a
DJ
36642003-06-19 Daniel Jacobowitz <drow@mvista.com>
3665
3666 * breakpoint.c (insert_catchpoint): Call internal_error.
3667
adcf68a2
TR
36682003-06-19 Theodore A. Roth <troth@openavr.org>
3669
3670 * avr-tdep.c (avr_push_dummy_code): Delete function.
3671 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
3672
ea67f13b
DJ
36732003-06-19 Daniel Jacobowitz <drow@mvista.com>
3674
3675 * arch-utils.c (default_prepare_to_proceed): Remove.
3676 (generic_prepare_to_proceed): Remove.
3677 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
3678 (generic_prepare_to_proceed): Remove prototype.
3679 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
3680 * gdbarch.c: Regenerate.
3681 * gdbarch.h: Regenerate.
3682 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
3683 * hppah-nat.c (hppa_switched_threads): Remove.
3684 * infrun.c (prepare_to_proceed): New static function, copied from
3685 generic_prepare_to_proceed. Remove select_it argument.
3686 (proceed): Call prepare_to_proceed.
3687 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
3688 variables.
3689 (ptrace_wait): Don't set the removed variables.
3690 (hppa_switched_threads): Remove.
3691 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
3692 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
3693 (lin_lwp_prepare_to_proceed): Remove prototype.
3694 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
3695 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
3696
4add8633
TR
36972003-06-18 Theodore A. Roth <troth@openavr.org>
3698
3699 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
3700 trad-frame.h.
3701 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
3702 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
3703 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
3704 (AVR_PROLOGUE_*): Enumerate prologue types.
3705 (struct frame_extra_info): Remove.
3706 (struct avr_unwind_cache): Define.
3707 (avr_write_sp): Delete function.
3708 (avr_read_fp): Ditto.
3709 (avr_init_extra_frame_info): Ditto.
3710 (avr_pop_frame): Ditto.
3711 (avr_frame_saved_pc): Ditto.
3712 (avr_saved_pc_after_call): Ditto.
3713 (avr_push_return_address): Ditto.
3714 (avr_frame_chain): Ditto.
3715 (avr_store_struct_return): Ditto.
3716 (avr_push_arguments): Ditto.
3717 (avr_scan_prologue): Update comments. Changed to set up the info for
3718 cache unwinding. Now returns end of prologue PC.
3719 (avr_skip_prologue): Better handling of functions lacking a prologue
3720 by using avr_scan_prologue.
3721 (avr_scan_arg_moves): New function.
3722 (avr_saved_regs_unwinder): Ditto.
3723 (avr_frame_unwind_cache): Ditto.
3724 (avr_unwind_pc): Ditto.
3725 (avr_frame_this_id): Ditto.
3726 (avr_frame_prev_register): Ditto.
3727 (avr_frame_p): Ditto.
3728 (avr_frame_base_address ): Ditto.
3729 (avr_unwind_dummy_id): Ditto.
3730 (avr_push_dummy_code): Ditto.
3731 (push_stack_item): Ditto.
3732 (pop_stack_item): Ditto.
3733 (avr_push_dummy_call): Ditto.
3734 (struct stack_item): Define.
3735 (avr_frame_unwind): Declare structure.
3736 (avr_frame_base): Ditto.
3737 (avr_gdbarch_init): Remove calls to
3738 set_gdbarch_deprecated_init_frame_pc,
3739 set_gdbarch_deprecated_target_read_fp,
3740 set_gdbarch_deprecated_dummy_write_sp,
3741 set_gdbarch_deprecated_fp_regnum,
3742 set_gdbarch_deprecated_push_arguments,
3743 set_gdbarch_deprecated_push_return_address,
3744 set_gdbarch_deprecated_pop_frame,
3745 set_gdbarch_deprecated_store_struct_return,
3746 set_gdbarch_deprecated_frame_init_saved_regs,
3747 set_gdbarch_deprecated_init_extra_frame_info,
3748 set_gdbarch_deprecated_frame_chain,
3749 set_gdbarch_deprecated_frame_saved_pc,
3750 set_gdbarch_deprecated_saved_pc_after_call.
3751 Add calls to set_gdbarch_push_dummy_call,
3752 set_gdbarch_push_dummy_code,
3753 frame_unwind_append_predicate,
3754 frame_base_set_default,
3755 set_gdbarch_unwind_dummy_id,
3756 set_gdbarch_unwind_pc.
3757 Wrap a long line.
3758
7be04a68
MS
37592003-06-18 Corinna Vinschen <vinschen@redhat.com>
3760
3761 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
3762 registers for H8/300S.
3763 (h8300_print_registers_info): Ditto.
8ffd9b1b 3764 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 3765
ae087d01
DJ
37662003-06-18 Daniel Jacobowitz <drow@mvista.com>
3767
3768 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
3769 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3770 (lin_lwp_wait): Likewise. Update comments.
3771 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
3772 (pull_pid_from_list, linux_record_stopped_pid): New.
3773
07d8f827
SC
37742003-06-17 Stephane Carrez <stcarrez@nerim.fr>
3775
3776 * ada-lang.c (scan_discrim_bound): Name first argument.
3777 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
3778 declared by ALL_BLOCK_SYMBOLS.
3779
7cb47b14
SC
37802003-06-17 Stephane Carrez <stcarrez@nerim.fr>
3781
3782 * ada-tasks.c (find_function_in_inferior): Don't declare it.
3783 ("regcache.h"): Include it.
3784 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
3785
6ad8ae5c
DJ
37862003-06-17 Daniel Jacobowitz <drow@mvista.com>
3787
3788 * NEWS: Mention gdbserver detach change and "disconnect" command.
3789 * infcmd.c (disconnect_command): New function.
3790 (_initialize_infcmd): Add ``disconnect'' command.
3791 * remote.c (remote_async_detach): Delete.
3792 (remote_detach): Merge remote_async_detach.
3793 (remote_disconnect): New.
3794 (init_remote_ops): Set to_disconnect.
3795 (init_remote_cisco_ops): Likewise.
3796 (init_remote_async_ops): Likewise. Use remote_detach.
3797 * target.c (cleanup_target): Default to_disconnect.
3798 (update_current_target): Inherit to_disconnect.
3799 (target_disconnect, debug_to_disconnect): New functions.
3800 (setup_target_debug): Set to_disconnect.
3801 * target.h (struct target_ops): Add to_disconnect.
3802 (target_disconnect): Add prototype.
3803
687595f9
DJ
38042003-06-17 Daniel Jacobowitz <drow@mvista.com>
3805
3806 * breakpoint.c (insert_catchpoint): New function.
3807 (insert_breakpoints): Use catch_exceptions to call
3808 insert_catchpoint. Disable catchpoints if they fail to insert.
3809
29239a8f
DJ
38102003-06-17 Daniel Jacobowitz <drow@mvista.com>
3811
3812 * symfile.c (reread_symbols): Clear sym_private.
3813
2cdf3c63
AC
38142003-06-17 Andrew Cagney <cagney@redhat.com>
3815
3816 * trad-frame.h (struct frame_info): Add opaque declaration.
3817 * remote-fileio.h (struct cmd_list_element): Add opaque
3818 declaration.
3819 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
3820 comments.
3821
cf0e1e0d
DJ
38222003-06-17 Daniel Jacobowitz <drow@mvista.com>
3823
3824 * remote.c (remote_prepare_to_store): Replace call to
3825 deprecated_read_register_bytes with multiple regcache_raw_read
3826 calls.
3827
192cdb19
KW
38282003-06-17 Kris Warkentin <kewarken@qnx.com>
3829
3830 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
3831 (nto_find_and_open_solib): Likewise.
3832 (nto_init_solib_absolute_prefix): Likewise.
3833 (_initialize_nto_tdep): Fix indentation.
3834
89929b45
KW
38352003-06-17 Kris Warkentin <kewarken@qnx.com>
3836
3837 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
3838
46019f27
KW
38392003-06-17 Kris Warkentin <kewarken@qnx.com>
3840
3841 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
3842
1a38736e
JB
38432003-06-17 Jim Blandy <jimb@redhat.com>
3844
3845 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
3846
3605c34a
TR
38472003-06-16 Theodore A. Roth <troth@openavr.org>
3848
3849 * avr-tdep.c (avr_extract_return_value): New function.
3850 (avr_gdbarch_init): Set extract_return_value method.
3851
870b3035
AC
38522003-06-16 Andrew Cagney <cagney@redhat.com>
3853
3854 * frame.h (deprecated_get_next_frame_hack): Declare.
3855 * frame.c (legacy_saved_regs_prev_register): Only require
3856 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
3857 there are always saved regs.
3858 (deprecated_generic_get_saved_register): Do not require
3859 DEPRECATED_FRAME_INIT_SAVED_REGS.
3860 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
3861 use frame ID unwind instead.
3862 (deprecated_get_next_frame_hack): New function.
3863
63d47a7d
CV
38642003-06-16 Corinna Vinschen <vinschen@redhat.com>
3865
3866 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
3867 (h8300_push_dummy_call): ...this function. Some minor optimization.
3868 (h8300_push_return_address): Remove.
3869 (h8300_gdbarch_init): Remove calls to
3870 set_gdbarch_deprecated_dummy_write_sp,
3871 set_gdbarch_deprecated_push_arguments and
3872 set_gdbarch_deprecated_push_return_address.
3873 Add call to set_gdbarch_push_dummy_call.
3874
4bb1dc5e
CV
38752003-06-16 Corinna Vinschen <vinschen@redhat.com>
3876
3877 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
3878 (E_PSEUDO_EXR_REGNUM): Ditto.
3879 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 3880 registers into safe registers.
4bb1dc5e
CV
3881 (h8300_skip_prologue): Check for stm instruction to push registers
3882 used for register variables onto stack.
3883 (gdb_print_insn_h8300): Remove.
3884 (h8300_examine_prologue): Add a comment.
3885 (h8300_register_name): Take pseudo registers into account.
3886 (h8300s_register_name): Ditto.
3887 (h8300sx_register_name): Ditto.
3888 (h8300_print_register): Ditto.
3889 (h8300_print_registers_info): Define "nice" printing order.
3890 (h8300_saved_pc_after_call): Take pseudo registers into account.
3891 (h8300_register_type): Ditto. Return type used for remote connection
3892 when requesting real CCR or EXR register, return actual type when
3893 requesting pseudo CCR or EXR.
3894 (h8300_pseudo_register_read): New function.
3895 (h8300_pseudo_register_write): Ditto.
3896 (h8300_dbg_reg_to_regnum): Ditto.
3897 (h8300s_dbg_reg_to_regnum): Ditto.
3898 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
3899 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
3900 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
3901 set_gdbarch_print_insn architecture dependent.
3902 Call set_gdbarch_pseudo_register_read and
3903 set_gdbarch_pseudo_register_write.
3904 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
3905
a59fe496
AC
39062003-06-16 Andrew Cagney <cagney@redhat.com>
3907
3908 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
3909 * gdbarch.h, gdbarch.c: Re-generate.
3910 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3911 * s390-tdep.c (s390_gdbarch_init): Update.
3912 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3913 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3914 * mips-tdep.c (mips_gdbarch_init): Update.
3915 * mcore-tdep.c (mcore_gdbarch_init): Update.
3916 * cris-tdep.c (cris_gdbarch_init): Update.
3917 * infcall.c (call_function_by_hand): Update.
3918 * ia64-tdep.c (ia64_push_arguments): Update comment.
3919 * frame.c (legacy_get_prev_frame): Do not assume
3920 SAVE_DUMMY_FRAME_TOS_P.
3921 * dummy-frame.c (find_dummy_frame): Update comment.
3922
6f4e5a41
AC
39232003-06-16 Andrew Cagney <cagney@redhat.com>
3924
3925 * regcache.c (do_cooked_read): Do not use register_valid_p.
3926
72fab697
TR
39272003-06-15 Theodore A. Roth <troth@openavr.org>
3928
3929 * avr-tdep.c (avr_register_type): Remove a blank line.
3930 (avr_scan_prologue): Correct some comments.
3931
e3d8b004
TR
39322003-06-15 Theodore A. Roth <troth@openavr.org>
3933
3934 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
3935 prologue types.
8ffd9b1b 3936 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
3937 option.
3938 Add code to scan -mcall-prologues for mega devices.
3939
866b76ea
TR
39402003-06-15 Theodore A. Roth <troth@openavr.org>
3941
3942 * avr-tdep.c (avr_register_byte): Delete function.
3943 (avr_register_raw_size): Delete function.
3944 (avr_register_virtual_size): Delete function.
3945 (avr_register_virtual_type): Delete function.
3946 (avr_register_type): New function.
3947 (avr_address_to_pointer): Remove unused code.
3948 (avr_read_fp): Need to read FP as two separate bytes due to change to
3949 avr_register_type() usage.
3950 (avr_gdbarch_init): Don't set deprecated_register_size.
3951 Don't set deprecated_register_bytes.
3952 Don't set deprecated_register_byte.
3953 Don't set deprecated_register_raw_size.
3954 Don't set deprecated_max_register_raw_size.
3955 Don't set deprecated_register_virtual_size.
3956 Don't set deprecated_max_register_virtual_size.
3957 Don't set deprecated_register_virtual_type.
3958 Set register_type method.
3959
3993f6b1
DJ
39602003-06-15 Daniel Jacobowitz <drow@mvista.com>
3961
3962 * Makefile.in (linux-nat.o): Add rule.
3963 * linux-nat.c: New file.
3964 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
3965 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
3966 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
3967 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
3968 * config/arm/linux.mh (NATDEPFILES): Likewise.
3969 * config/i386/linux.mh (NATDEPFILES): Likewise.
3970 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
3971 * config/ia64/linux.mh (NATDEPFILES): Likewise.
3972 * config/m68k/linux.mh (NATDEPFILES): Likewise.
3973 * config/mips/linux.mh (NATDEPFILES): Likewise.
3974 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
3975 * config/s390/s390.mh (NATDEPFILES): Likewise.
3976 * config/sparc/linux.mh (NATDEPFILES): Likewise.
3977
786a90bb
MK
39782003-06-15 Mark Kettenis <kettenis@gnu.org>
3979
3980 * i387-tdep.c: Reorder includes, fix some whitespace issues and
3981 replace out-of-date comment.
3982
3bd3f01e
AC
39832003-06-15 Andrew Cagney <cagney@redhat.com>
3984
3985 * rdi-share/host.h (Fail): Change to a varargs function.
3986 * remote-rdi.c (Fail): Update.
8ffd9b1b 3987
de5b9bb9
MK
39882003-06-15 Mark Kettenis <kettenis@gnu.org>
3989
3990 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
3991 (i386_convert_register_p, i386_register_to_value,
3992 i386_register_from_value): Handle types longer than 8 bytes.
3993
d532c08f
MK
39942003-06-15 Mark Kettenis <kettenis@gnu.org>
3995
3996 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
3997 Move floating-point code to new function in i387-tdep.c.
3998 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
3999 New functions containing code moved here from i386-tdep.c.
4000 * i387-tdep.h: Add opaque declaration for `struct type'.
4001 (i387_register_to_value, i387_value_to_register): New prototypes.
4002 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4003 (x86_64_init_abi): Set convert_register_p, register_to_value and
4004 value_to_register here.
8ffd9b1b 4005
42c466d7
AC
40062003-06-14 Andrew Cagney <cagney@redhat.com>
4007
4008 * mips-tdep.c (mips_register_to_value): Make static.
4009 (mips_value_to_register): Make static.
4010 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4011 * ia64-tdep.c (ia64_register_raw_size): Make static.
4012 (ia64_register_virtual_size): Make static.
4013 (ia64_register_byte): Make static.
4014 * i387-tdep.c: Include "i387-tdep.h".
4015 (print_387_control_word): Delete function.
4016 (print_387_status_word): Delete function.
4017 (print_387_status_bits): Delete function.
4018 (print_387_control_bits): Delete function.
4019 * Makefile.in (i387-tdep.o): Update dependencies.
4020 * rdi-share/host.h (Fail): Declare.
4021 * remote-rdi.c (Fail): Update to match declaration.
4022
2a9cda49
AC
40232003-06-14 Andrew Cagney <cagney@redhat.com>
4024
4025 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4026 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4027 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4028 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4029 * README: Delete reference to remote-array.
4030 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4031 (remote-array.o): Delete target.
4032 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4033 * remote-array.c: Delete file.
4034
ff2e87ac
AC
40352003-06-14 Andrew Cagney <cagney@redhat.com>
4036 Mark Kettenis <kettenis@gnu.org>
4037
4038 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4039 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4040 parameter with "frame".
4041 * gdbarch.h, gdbarch.c: Re-generate.
4042 * frame.h (put_frame_register): Declare.
4043 * frame.c (put_frame_register): New function.
4044 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4045 (legacy_register_to_value): Rewrite, use "frame" to get the
4046 register value.
4047 (legacy_value_to_register): Rewrite, use "frame" to find the
4048 register's location before storing.
4049 * arch-utils.h (legacy_convert_register_p): Update.
4050 (legacy_register_to_value, legacy_value_to_register): Update.
4051 * findvar.c (value_from_register): Rewrite, eliminate use of
4052 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4053 "frame" to REGISTER_TO_VALUE.
4054 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4055 lval_reg_frame_relative + lval_register branch of the switch. Do
4056 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4057 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4058 I386_EDI_REGNUM): New defines.
4059 (i386_next_regnum, i386_convert_register_p,
4060 i386_register_to_value, i386_value_to_register): New functions.
4061 (i386_register_convertible, i386_register_convert_to_virtual,
4062 i386_convert_to_raw): Remove functions.
4063 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4064 value_to_register instead of register_convertible,
4065 register_convert_to_virtual and register_convert_to_raw.
4066 * mips-tdep.c (mips_convert_register_p): New function.
4067 (mips_value_to_register): Replace mips_register_convert_from_type.
4068 (mips_register_to_value): Replace mips_register_convert_to_type.
4069 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4070 register_to_value.
4071 * alpha-tdep.c (alpha_convert_register_p): Update.
4072 (alpha_value_to_register): Update, store the register.
4073 (alpha_register_to_value): Update, fetch the register.
4074
98be1e77
TR
40752003-06-14 Theodore A. Roth <troth@openavr.org>
4076
4077 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4078 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4079 Don't set deprecated_call_dummy_words.
4080 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4081 Don't set remote_translate_xfer_address.
4082 (avr_io_reg_read_command): Remove commented out debug printf.
4083 Wrap a long line.
4084
57bc6122
TR
40852003-06-14 Theodore A. Roth <troth@openavr.org>
4086
4087 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4088 causes gdb to seg fault.
4089
eb01fc62
DJ
40902003-06-14 Daniel Jacobowitz <drow@mvista.com>
4091
4092 * sparc-nat.c (fetch_inferior_registers): Correct
4093 a reference to "registers".
4094
3b3e6bee
DJ
40952003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4096
4097 * Makefile.in (exc_request_U_h): Define
4098 (exc_request_S_h): Likewise.
4099 (msg_reply_S_h): Likewise.
4100 (msg_U_h): Likewise.
4101 (notify_S_h): Likewise.
4102 (process_reply_S_h): Likewise.
4103 (gnu-nat.o): Depend on gdb_obstack_h
4104 * gnu-nat.c: Include "gdb_obstack.h".
4105
b8de8283
AC
41062003-06-13 Andrew Cagney <cagney@redhat.com>
4107
4108 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4109 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 4110
f3be58bc
AC
41112003-06-13 Andrew Cagney <cagney@redhat.com>
4112
4113 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4114 when deprecated REGISTER macros can be deleted.
4115 * gdbarch.h, gdbarch.c: Re-generate.
4116
4c0122c8
JB
41172003-06-13 Jim Blandy <jimb@redhat.com>
4118
4119 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4120 Linux entry point symbols for _dl_debug_state, too.
4121
3e210248
AC
41222003-06-13 Andrew Cagney <cagney@redhat.com>
4123
4124 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4125 available, do not use the FP register, and always save the TOS.
4126 * dummy-frame.c (dummy_frame_this_id): Do not assert
4127 SAVE_DUMMY_FRAME_TOS.
4128 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4129 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4130 (i386_push_dummy_call): Add 8 to the returned SP.
4131 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4132 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4133 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4134 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4135 (x86_64_push_dummy_call): Return "sp + 16".
4136 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4137 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4138 save_dummy_frame_tos.
4139
0b65af49
JB
41402003-06-13 Jim Blandy <jimb@redhat.com>
4141
4142 * frv-tdep.c (frv_use_struct_convention): Delete static
4143 declaration for function deleted in my change of 2003-06-12.
4144
4ea2465e
TR
41452003-06-13 Theodore A. Roth <troth@openavr.org>
4146
4147 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4148 (avr_pointer_to_address): Shift code addrs left 1 bit.
4149 (avr_convert_from_func_ptr_addr): Delete function since operation is
4150 better handled by avr_address_to_pointer and avr_pointer_to_address.
4151 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
4152
1581182a
MK
41532003-06-13 Mark Kettenis <kettenis@gnu.org>
4154
4155 From Kelley Cook <kelleycook@wideopenwest.com>:
4156 * configure.host: Accept i[34567]86 variants.
4157 * configure.tgt: Likewise.
4158 * nlm/configure.in: Likewise.
4159 * nlm/configure: Regenerated.
4160
7aa1783e
RE
41612003-06-13 Richard Earnshaw <rearnsha@arm.com>
4162
4163 * arm-tdep.c (solib-svr4.h): Dont' include it.
4164 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
4165 * arm-linux-tdep.c: ... here. Make static.
4166 (arm_linux_init_abi): Register it.
4167 (solib-svr4.h): Include it.
4168 * Makefile.in: Update dependencies.
4169 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4170 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
4171
0261a0d0
CV
41722003-06-13 Corinna Vinschen <vinschen@redhat.com>
4173
4174 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
4175 indicate registers used for return values.
4176 (struct frame_extra_info): Drop args_pointer and locals_pointer.
4177 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
4178 members.
4179 (h8300_init_extra_frame_info): Ditto.
4180 (h8300_frame_locals_address): Removed.
4181 (h8300_frame_args_address): Removed.
4182 (h8300_extract_return_value): Use new regcache structure. Only care
4183 for 16 bit CPUs.
4184 (h8300h_extract_return_value): Same function for 32 bit CPUs.
4185 (h8300_store_return_value): Use new regcache structure. Only care
4186 for 16 bit CPUs.
4187 (h8300h_store_return_value): Same function for 32 bit CPUs.
4188 (h8300_store_struct_return): Removed.
4189 (h8300_extract_struct_value_address): Use new regcache structure.
4190 (h8300h_extract_struct_value_address): Removed.
4191 (h8300_push_dummy_code): New function.
4192 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
4193 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
4194 set_gdbarch_store_return_value architecture dependent.
4195 Call set_gdbarch_push_dummy_code and
4196 set_gdbarch_extract_struct_value_address.
4197 Remove calls to set_gdbarch_frame_args_address,
4198 set_gdbarch_frame_locals_address,
4199 set_gdbarch_deprecated_store_struct_return,
4200 set_gdbarch_deprecated_extract_return_value,
4201 set_gdbarch_deprecated_extract_struct_value_address,
4202 set_gdbarch_deprecated_call_dummy_words and
4203 set_gdbarch_deprecated_sizeof_call_dummy_words.
4204
055c394a
CV
42052003-06-13 Corinna Vinschen <vinschen@redhat.com>
4206
4207 * h8300-tdep.c (h8300_register_byte): Remove.
4208 (h8300h_register_byte): Remove.
4209 (h8300_register_virtual_type): Remove. Substitute by...
4210 (h8300_register_type): New function.
4211 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
4212 (h8300h_extract_struct_value_address): Ditto.
4213 (h8300_gdbarch_init): Drop calls to
4214 set_gdbarch_deprecated_register_byte and
4215 set_gdbarch_deprecated_register_virtual_type.
4216 Add call to set_gdbarch_register_type.
4217
9c04cab7
AC
42182003-06-13 Andrew Cagney <cagney@redhat.com>
4219
4220 * gdbarch.sh: Update comments on registers.
4221 (deprecated_register_byte): Rename register_byte.
4222 (deprecated_register_raw_size): Rename register_raw_size.
4223 (deprecated_register_virtual_size): Rename register_virtual_size.
4224 (deprecated_register_virtual_type): Rename register_virtual_type.
4225 * gdbarch.h, gdbarch.c: Re-generate.
4226 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4227 * vax-tdep.c (vax_gdbarch_init): Update.
4228 * v850-tdep.c (v850_gdbarch_init): Update.
4229 * sparc-tdep.c (sparc_gdbarch_init): Update.
4230 * sh-tdep.c (sh_gdbarch_init): Update.
4231 * s390-tdep.c (s390_gdbarch_init): Update.
4232 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4233 * ns32k-tdep.c: Update.
4234 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4235 * mips-tdep.c (mips_gdbarch_init): Update.
4236 * mcore-tdep.c (mcore_gdbarch_init): Update.
4237 * m68k-tdep.c (m68k_gdbarch_init): Update.
4238 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4239 * ia64-tdep.c (ia64_gdbarch_init): Update.
4240 * hppa-tdep.c (hppa_gdbarch_init): Update.
4241 * h8300-tdep.c (h8300_gdbarch_init): Update.
4242 * frv-tdep.c (frv_gdbarch_init): Update.
4243 * cris-tdep.c (cris_gdbarch_init): Update.
4244 * avr-tdep.c (avr_gdbarch_init): Update.
4245 * alpha-tdep.c (alpha_gdbarch_init): Update.
4246 * arm-tdep.c (arm_gdbarch_init): Update.
4247
b060cbea
AC
42482003-06-13 Andrew Cagney <cagney@redhat.com>
4249
4250 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
4251 mips_o32_use_struct_convention with always_use_struct_convention.
4252
0fc9922a
DC
42532003-06-12 David Carlton <carlton@kealia.com>
4254
4255 * cp-namespace.c (cp_set_block_scope): Comment out
4256 processing_has_namespace_info branch.
4257
1fd35568
JB
42582003-06-12 Jim Blandy <jimb@redhat.com>
4259
f470a70a
JB
4260 Recognize and skip 64-bit PowerPC Linux linkage functions.
4261 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
4262 insn_pattern, insns_match_pattern, d_field, ds_field): New
4263 functions, macros, and types for working with PPC instructions.
4264 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
4265 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
4266 ppc64_skip_trampoline_code): New functions, variables, and macros
4267 for recognizing and skipping linkage functions.
4268 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
4269 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
4270
49ff75ad
JB
4271 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
4272 register offsets for both the 32- and 64-bit interfaces.
4273
bd918c83
JB
4274 Actually finish the job started by my change of 2003-05-29.
4275 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
4276 other #definition of this.
4277 (ppc_linux_skip_trampoline_code): Remove declaration.
4278 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
4279 static.
4280 (ppc_linux_init_abi): Register it as the skip_trampoline_code
4281 method for GDBARCH.
4282
4283 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
4284 'long' on ppc64-*-linux*.
4285
f8c59253
JB
4286 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
4287 isn't #defined, assume the register doesn't exist: act as if
4288 tdep->ppc_mq_regnum were -1.
4289
8fbb30b1
JB
4290 * configure.host, configure.tgt: Add entries for
4291 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
4292 powerpc/linux.mt.
4293 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
4294 New files.
4295
1fd35568
JB
4296 * arch-utils.c (always_use_struct_convention): New function.
4297 * arch-utils.h (always_use_struct_convention): New prototype.
4298 * alpha-tdep.c (alpha_use_struct_convention): Delete.
4299 (alpha_gdbarch_init): Register always_use_struct_convention,
4300 instead of alpha_use_struct_convention.
4301 * cris-tdep.c (cris_use_struct_convention): Delete.
4302 (cris_gdbarch_init): Register always_use_struct_convention,
4303 instead of cris_use_struct_convention.
4304 * frv-tdep.c (frv_use_struct_convention): Delete.
4305 (frv_gdbarch_init): Register always_use_struct_convention,
4306 instead of frv_use_struct_convention.
4307 * h8300-tdep.c (h8300_use_struct_convention): Delete.
4308 (h8300_gdbarch_init): Register always_use_struct_convention,
4309 instead of h8300_use_struct_convention.
e3305dd9 4310 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
4311 (mips_o32_gdbarch_init): Register always_use_struct_convention,
4312 instead of mips_o32_use_struct_convention.
4313
e14e6e9c
AC
43142003-06-12 Andrew Cagney <cagney@redhat.com>
4315
4316 * wince.c: Include "mips-tdep.h".
4317 * mips-tdep.h (mips_next_pc): Declare.
4318 * mcore-tdep.c: Make more local functions static.
4319 * Makefile.in (wince.o): Update dependencies.
4320
2335f48e
DC
43212003-06-12 David Carlton <carlton@kealia.com>
4322
4323 * symtab.c (lookup_symbol_aux_minsyms): Replace
4324 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4325 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
4326 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
4327 SYMBOL_NATURAL_NAME.
4328
f70a7d61
AS
43292003-06-12 Andreas Schwab <schwab@suse.de>
4330
4331 * Makefile.in (tuiDisassem.o): Update dependencies.
4332
b6429628
DC
43332003-06-12 David Carlton <carlton@bactrian.org>
4334
4335 * symtab.h: Delete declaration of make_symbol_overload_list.
4336 Add declaration of lookup_partial_symbol.
4337 * symtab.c (remove_params): Move to cp-support.c.
4338 (overload_list_add_symbol, make_symbol_overload_list)
4339 (sym_return_val_size, sym_return_val_index): Ditto.
4340 (lookup_partial_symbol): Make extern.
4341 * cp-support.h: Add declaration of make_symbol_overload_list.
4342 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
4343 symtab.h, and block.h.
4344 (remove_params): Move here from symtab.c.
4345 (overload_list_add_symbol, make_symbol_overload_list)
4346 (sym_return_val_size, sym_return_val_index): Ditto.
4347 * valops.c: Include cp-support.h.
4348 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
4349 frame_h, and block_h.
4350 (valops.o): Depend on cp_support_h.
4351
084edea5
CV
43522003-06-12 Corinna Vinschen <vinschen@redhat.com>
4353
4354 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
4355 substitute by NUM_REGS throughout.
4356 (h8300_register_name): Only care for H8/300 and H8/300H registers.
4357 (h8300s_register_name): New function for H8S registers.
4358 (h8300sx_register_name): Ditto for H8SX registers.
4359 (h8300_print_register): Revise register printing, avoid depending
4360 on 32 bit long.
0261a0d0 4361 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
4362 (h8300h_register_byte): New function for any other architecture.
4363 (h8300_register_raw_size): Remove.
4364 (h8300_register_virtual_type): Revise to return actually useful
4365 type.
4366 (h8300_extract_struct_value_address): Only care for H8/300 registers.
4367 (h8300h_extract_struct_value_address): New function for any other
4368 architecture.
4369 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
4370 set_gdbarch_register_name, set_gdbarch_register_byte,
4371 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
4372 Remove calls to set_gdbarch_deprecated_register_size,
4373 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
4374 set_gdbarch_deprecated_max_register_raw_size,
4375 set_gdbarch_register_virtual_size and
4376 set_gdbarch_deprecated_max_register_virtual_size entirely.
4377 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
4378 set_gdbarch_long_double_bit.
4379
06194148
JJ
43802003-06-11 Jeff Johnston <jjohnstn@redhat.com>
4381
8ffd9b1b
AJ
4382 * doublest.c (convert_doublest_to_floatformat): When dealing
4383 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
4384 processing a full 32 bits of mantissa.
4385
de4f826b
DC
43862003-06-11 David Carlton <carlton@bactrian.org>
4387
4388 * dictionary.h: New.
4389 * dictionary.c: New.
4390 * block.h: Add opaque declaration for struct dictionary.
4391 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
4392 'sym' members.
4393 (BLOCK_DICT): New macro.
4394 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
4395 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
4396 BLOCK_SHOULD_SORT.
4397 (ALL_BLOCK_SYMBOLS): Update definition.
4398 * Makefile.in (SFILES): Add dictionary.c.
4399 (dictionary_h): New.
4400 (COMMON_OBS): Add dictionary.o.
4401 (dictionary.o): New.
4402 (ada-lang.o): Depend on dictionary_h.
4403 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
4404 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
4405 (mi-cmd-stack.o): Ditto.
4406 (gdbtk-cmds.o): Update dependencies.
4407 (gdbtk-stack.o): Ditto.
4408 * ada-lang.c: Include dictionary.h.
4409 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
4410 (fill_in_ada_prototype, debug_print_block): Ditto.
4411 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
4412 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
4413 'is_sorted'.
4414 * mdebugread.c: Include dictionary.h.
4415 (struct parse_stack): Delete 'maxsyms' member.
4416 (parse_symbol): Update calls to new_block. Delete calls to
4417 shrink_block. Use dictionary methods.
4418 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
4419 Update calls to new_symtab. Don't maintain maxsyms data.
4420 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
4421 (add_symbol): Just call dict_add_symbol.
4422 (new_symtab): Delete 'maxsyms' argument.
4423 (new_symtab): Update calls to new_block.
4424 (new_block): Delete 'maxsyms' argument; add 'function' argument.
4425 (shrink_block): Delete function.
4426 (fixup_sigtramp): Update call to new_block. Add symbol via
4427 dict_add_symbol.
4428 * jv-lang.c: Include dictionary.h.
4429 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
4430 appropriately. Set class_symtab->free_func. Make sure the
4431 blockvector is big enough to hold two blocks.
4432 (add_class_symtab_symbol): Use dictionary methods.
4433 (free_class_block): New function.
4434 (type_from_class): Replace explicit iteration by
4435 ALL_BLOCK_SYMBOLS.
4436 * symtab.h (struct symtab): Replace 'free_ptr' method by
4437 'free_func'.
4438 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
4439 sort_symtab_syms.
4440 * dwarfread.c (psymtab_to_symtab_1): Delete call to
4441 sort_symtab_syms.
4442 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
4443 Include dictionary.h.
4444 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
4445 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
4446 sort_symtab_syms.
4447 * objfiles.c: Include dictionary.h.
4448 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
4449 * buildsym.c: Include dictionary.h.
4450 (finish_block): Use dictionary methods.
4451 (end_symtab): Set free_func to NULL, not free_ptr.
4452 * tracepoint.c: Include dictionary.h.
4453 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
4454 (scope_info): Ditto.
4455 * stack.c: Include dictionary.h.
4456 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
4457 (print_block_frame_labels, print_frame_arg_vars)
4458 (print_frame_args): Ditto.
4459 * symmisc.c (free_symtab_block): Use dictionary methods.
4460 (dump_symtab): Ditto.
4461 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
4462 Include dictionary.h.
4463 * symfile.h: Delete declarations of sort_block_syms,
4464 sort_symtab_syms.
4465 * symfile.c (sort_block_syms): Delete.
4466 (sort_symtab_syms): Delete.
4467 * symtab.c: Include dictionary.h.
4468 (lookup_block_symbol): Use dictionary iterators.
4469 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
4470 (search_symbols, make_symbol_completion_list): Ditto.
4471 (make_symbol_overload_list): Ditto.
4472 * valops.c (value_of_local): Use dict_empty.
4473 Include dictionary.h.
4474
a31f978c
JB
44752003-06-11 J. Brobecker <brobecker@gnat.com>
4476
4477 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
4478
526e70c0
DC
44792003-06-11 David Carlton <carlton@bactrian.org>
4480
4481 * block.h (BLOCK_SHOULD_SORT): Delete.
4482 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
4483 blocks.
4484 * ada-lang.c (ada_add_block_symbols): Ditto.
4485 * symfile.c (sort_block_syms): Delete.
4486 (sort_symtab_syms): Ditto.
4487 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
4488 declarations.
4489 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
4490 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
4491 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
4492 * dwarfread.c (psymtab_to_symtab_1): Ditto.
4493 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
4494 * mdebugread.c (psymtab_to_symtab_1): Ditto.
4495 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
4496
33c08150
JJ
44972003-06-11 Jeff Johnston <jjohnstn@redhat.com>
4498
8ffd9b1b 4499 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
4500 bits to 128.
4501
781a750d
AC
45022003-06-11 Andrew Cagney <cagney@redhat.com>
4503
4504 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
4505 REGISTER_CONVERTIBLE.
4506 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
4507 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
4508 * gdbarch.h, gdbarch.c: Re-generate.
4509 * arch-utils.h (deprecated_register_convertible_not): Rename
4510 generic_register_convertible_not.
4511 * arch-utils.c (deprecated_register_convertible_not): Rename
4512 generic_register_convertible.
4513 (legacy_convert_register_p, legacy_register_to_value): Update.
4514 * sh-tdep.c (sh64_push_arguments): Update.
4515 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
4516 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
4517 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
4518 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
4519 * arch-utils.c (legacy_value_to_register): Update.
4520 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4521 (rs6000_register_convert_to_raw): Make parameter "from" const.
4522 * mips-tdep.c (mips_gdbarch_init): Update.
4523 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
4524 * infcmd.c (default_print_registers_info): Update.
4525 * ia64-tdep.c (ia64_gdbarch_init): Update.
4526 (ia64_register_convert_to_raw): Make parameter "from" const.
4527 * i386-tdep.c (i386_gdbarch_init): Update.
4528 (i386_register_convert_to_raw): Update.
4529
cd90e54f
AC
45302003-06-11 Andrew Cagney <cagney@redhat.com>
4531
4532 * remote-fileio.c: Include "remote-fileio.h".
4533 * Makefile.in (remote-fileio.o): Update dependencies.
4534 (remote_fileio_h): Fix typo.
4535
a78f21af
AC
45362003-06-11 Andrew Cagney <cagney@redhat.com>
4537
4538 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
4539 (xstormy16_save_dummy_frame_tos): Make static.
4540 (_initialize_xstormy16_tdep): Add declaration.
4541 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
4542 * v850-tdep.c: Make local functions static.
4543 (_initialize_v850_tdep): Add declaration.
4544 * sparc-tdep.c: Make local functions static.
4545 (_initialize_sparc_tdep): Add declaration.
4546 * sh-tdep.c: Make local functions static.
4547 (_initialize_sh_tdep): Add declaration.
4548 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
4549 * s390-tdep.c: Make local functions static.
4550 (_initialize_s390_tdep): Add declaration.
4551 * dbxread.c (find_stab_function_addr): Make static.
4552 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
4553 * ocd.c (_initialize_remote_ocd): Add declaration.
4554 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
4555 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
4556 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
4557 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
4558 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
4559 * remote-array.c (_initialize_array): Add declaration.
4560 (_initialize_remote_monitors): Add declaration.
4561 * remote-mips.c: Make local functions static.
4562 (_initialize_remote_mips): Add declaration.
4563 * mcore-tdep.c: Make all local functions static.
4564 (_initialize_mcore_tdep): Add declaration.
4565 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
4566 * abug-rom.c (_initialize_abug_rom): Add declaration.
4567 * rom68k-rom.c (_initialize_rom68k): Add declaration.
4568 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
4569 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
4570 * remote-est.c (_initialize_est): Add declaration.
4571 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
4572 (m68hc11_call_dummy_address): Make static.
4573 * ia64-tdep.c: Make local functions static.
4574 (_initialize_ia64_tdep): Add declaration.
4575 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
4576 * monitor.c (monitor_wait_filter): Make static.
4577 (_initialize_remote_monitors): Add declaration.
4578 * remote-hms.c (_initialize_remote_hms): Add declaration.
4579 * remote-e7000.c (fetch_regs_from_dump): Make static.
4580 (expect_n): Make static.
4581 (_initialize_remote_e7000): Add declaration.
4582 * ser-e7kpc.c: Always include "defs.h".
4583 (_initialize_ser_e7000pc): Add declaration.
4584 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
4585 * cris-tdep.c: Make all but one function static.
4586 (_initialize_cris_tdep): Add declaration.
4587 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
4588 * solib.c (update_solib_list): Make static.
4589 (_initialize_solib): Add declaration.
4590 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
4591 (_initialize_avr_tdep): Add declaration.
4592 * remote-rdi.c (voiddummy): Make static.
4593 (_initialize_remote_rdi): Add declaration.
4594 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
4595 * remote-rdp.c (send_rdp): Make static.
4596 (_initialize_remote_rdp): Add declaration.
4597 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
4598
cbcdb1f5
CV
45992003-06-11 Corinna Vinschen <vinschen@redhat.com>
4600
4601 * remote-fileio.c: Make ari happy.
4602
a191ea8d
JB
46032003-06-10 J. Brobecker <brobecker@gnat.com>
4604
4605 * rs6000-nat.c (child_xfer_memory): Compute the right address when
4606 fetching the trailing bytes of the buffer we are about to write.
4607
0ef75e11
AC
46082003-06-10 Andrew Cagney <cagney@redhat.com>
4609
4610 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
4611 * Makefile.in (remote-fileio.o): Update dependencies.
4612 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
4613 include <setjmp.h>, or <sys/types.h> conditional on USG.
4614 (remote_fio_jmp_buf): Delete global variable.
4615
449092f6 46162003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 4617 Martin M. Hunt <hunt@redhat.com>
449092f6 4618
559fa028
AC
4619 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
4620 (SFILES): Add remote-fileio.c.
4621 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
4622 dependencies for building remote.o.
449092f6
CV
4623 * remote-fileio.c: New file implementing the remote File-I/O protocol.
4624 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 4625 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
4626 static storage class.
4627 (remote_wait, remote_async_wait): Call remote_fileio_request() on
4628 'F' packet.
4629 (_initialize_remote): Call initialize_remote_fileio().
4630 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
4631 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
4632 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
4633 (captured_main): Initialize new ui_files.
4634 * ui-file.c: Add read and fgets input functions.
4635 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
4636 (null_file_read): New function.
4637 (ui_file_read): New function.
4638 (set_ui_file_read): New function.
4639 (stdio_file_read): New function.
4640 * ui-file.h: New type ui_file_read_ftype.
4641 (set_ui_file_read): Declare.
4642 (ui_file_read): Declare.
4643
248de703
AC
46442003-06-09 Andrew Cagney <cagney@redhat.com>
4645
4646 * frame.h (deprecated_unwind_get_saved_register): Rename
4647 generic_unwind_get_saved_register, update comments.
4648 * mips-tdep.c (mips_get_saved_register): Update.
4649 * frame.c (deprecated_unwind_get_saved_register): Update.
4650
0ed8aa57
AC
46512003-06-09 Andrew Cagney <cagney@redhat.com>
4652
4653 * vax-tdep.c (vax_frame_locals_address): Delete function.
4654 (vax_gdbarch_init): Do not set frame_locals_address.
4655 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
4656 (m68hc11_gdbarch_init): Do not set frame_locals_address.
4657 * s390-tdep.c (s390_frame_args_address): Delete function.
4658 (s390_gdbarch_init): Do not set frame_args_address or
4659 frame_locals_address.
4660 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
4661 (ns32k_gdbarch_init): Do not set frame_locals_address.
4662 * hppa-tdep.c (hppa_frame_args_address): Delete function.
4663 (hppa_frame_locals_address): Delete function.
4664 (hppa_gdbarch_init): Do not set frame_args_address, or
4665 frame_locals_address.
4666 * arm-tdep.c (arm_frame_args_address): Delete.
4667 (arm_frame_locals_address): Delete.
4668 (arm_gdbarch_init): Do not set frame_args_address, or
4669 frame_locals_address.
4670
983a287a
AC
46712003-06-09 Andrew Cagney <cagney@redhat.com>
4672
4673 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
4674 * gdbarch.h, gdbarch.c: Re-generate.
4675 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
4676 * arch-utils.c (frame_num_args_unknown): Delete function.
4677 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
4678 (frame_info): Use FRAME_NUM_ARGS_P.
4679 * arm-tdep.c (arm_frame_num_args): Delete function.
4680 (arm_gdbarch_init): Do not set frame_num_args.
4681 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
4682 * hppa-tdep.c (hppa_frame_num_args): Delete function.
4683 (hppa_gdbarch_init): Do not set frame_num_args.
4684 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
4685 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4686 frame_num_args to default frame_num_args_unknown.
4687 * v850-tdep.c (v850_gdbarch_init): Ditto.
4688 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4689 * sh-tdep.c (sh_gdbarch_init): Ditto.
4690 * s390-tdep.c (s390_gdbarch_init): Ditto.
4691 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4692 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4693 * mips-tdep.c (mips_gdbarch_init): Ditto.
4694 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4695 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4696 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4697 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4698 * i386-tdep.c (i386_gdbarch_init): Ditto.
4699 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4700 * frv-tdep.c (frv_gdbarch_init): Ditto.
4701 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4702 * cris-tdep.c (cris_gdbarch_init): Ditto.
4703 * avr-tdep.c (avr_gdbarch_init): Ditto.
4704 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4705
8d3b0994
AC
47062003-06-09 Andrew Cagney <cagney@redhat.com>
4707
4708 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
4709 (print_frame_args): Moved to "stack.c".
4710 * stack.c: Include "gdb_assert.h".
4711 (print_frame_nameless_args): Moved from "printcmd.c", made static.
4712 (print_frame_args): Moved from "printcmd.c".
4713 * frame.h (print_frame_args): Delete declaration.
4714 * Makefile.in (stack.o): Update dependencies.
4715
25e3a86b
AC
47162003-06-08 Andrew Cagney <cagney@redhat.com>
4717
4718 * frame.c (get_prev_frame): Remove reference to
4719 frame_args_address_correct in comments.
4720 * frame-base.c (default_frame_args_address): Delete code
4721 conditional on FRAME_ARGS_ADDRESS_CORRECT.
4722 * vax-tdep.c (vax_frame_args_address_correct): Delete.
4723 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
4724 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
4725 (vax_frame_args_address_correct): Delete declaration.
4726
a9e5fdc2
AC
47272003-06-08 Andrew Cagney <cagney@redhat.com>
4728
4729 * gdbarch.sh (UNWIND_SP): Add.
4730 * gdbarch.h, gdbarch.c: Re-generate.
4731 * frame.c (frame_sp_unwind): New function.
4732 (get_frame_sp): New function.
4733 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
4734 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
4735 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
4736 value.
4737 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
4738 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
4739
8983bd83
AC
47402003-06-08 Andrew Cagney <cagney@redhat.com>
4741
7fec2c59
AC
4742 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
4743 REMOTE_BREAKPOINT.
4744 * remote.c: Update.
4745 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
4746 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
4747 * config/m68k/tm-sun3.h: Update.
4748 * config/m68k/tm-m68klynx.h: Update.
4749 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
4750
8983bd83
AC
4751 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
4752 trad_frame". Update comments.
4753 * d10v-tdep.c (struct d10v_unwind_cache): Update.
4754 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
4755 (trad_frame_register_value, trad_frame_prev_register): Update.
4756
b9362cc7
AC
47572003-06-08 Andrew Cagney <cagney@redhat.com>
4758
4759 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
4760 from GCC's acinclude.m4.
4761 * configure.in: Check for getopt's delcaration.
8ffd9b1b 4762 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
4763 * main.c (error_init): Delete declaration.
4764 * defs.h (error_init): Declare.
4765 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
4766 (rs6000_convert_from_func_ptr_addr): Make static.
4767 (_initialize_rs6000_tdep): Add declaration.
4768 * cli/cli-cmds.c (dont_repeat): Delete declaration.
4769 (show_commands, set_verbose, show_history): Delete declaration.
4770 * top.h (set_verbose): Add declaration.
4771 (show_history, set_history, show_commands): Add declaration.
4772 (do_restore_instream_cleanup): Add declaration.
4773 * objc-lang.c (specialcmp): Make static.
4774 (print_object_command): Make static.
4775 (find_objc_msgsend): Make static.
4776 (find_objc_msgcall_submethod_helper): Make static.
4777 (find_objc_msgcall_submethod): Make static.
4778 (_initialize_objc_language): Add declaration.
4779 (find_implementation_from_class): Make static.
4780 (find_implementation): Make static.
4781 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
4782 * objc-lang.h (lookup_struct_typedef): Add declaration.
4783 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
4784 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
4785 (do_restore_user_call_depth): Make static.
4786 (do_restore_instream_cleanup): Delete declaration.
4787 (dont_repeat): Delete declaration.
4788 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
4789 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
4790 * reggroups.c (_initialize_reggroup): Add declaration.
4791 * cp-support.c (_initialize_cp_support): Add declaration.
4792 * cp-abi.c (_initialize_cp_abi): Add declaration.
4793 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
4794 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
4795 (_initialize_gnu_v3_abi): Add declaration.
4796 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
4797 (_initialize_gnu_v2_abi): Add declaration.
4798 * frame-base.c (_initialize_frame_base): Add declaration.
4799 * doublest.c (floatformat_from_length): Make static.
4800 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
4801 * frame.c (create_sentinel_frame): Make static.
4802 (_initialize_frame): Add declaration.
4803 * top.c (do_catch_errors): Make static.
4804 (gdb_rl_operate_and_get_next_completion): Make static.
4805 * typeprint.c: Include "typeprint.h".
4806 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
4807 (sentinel_frame_this_id): Make static.
4808 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
4809 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
4810 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
4811 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
4812 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
4813 * maint.c (maintenance_print_architecture): Make static.
4814 * signals/signals.c (_initialize_signals): Add declaration.
4815 * std-regs.c (_initialize_frame_reg): Add declaration.
4816 * jv-exp.y (push_variable): ISO C definition.
4817 (push_qualified_expression_name): Ditto.
4818 * memattr.c (_initialize_mem): Add declaration.
4819 * remote.c (remote_check_watch_resources): Make static.
4820 (remote_stopped_by_watchpoint): Make static.
4821 (remote_stopped_data_address): Make static.
4822 * d10v-tdep.c (nr_dmap_regs): Make static.
4823 (a0_regnum): Make static.
4824 (d10v_frame_unwind_cache): Make static.
4825 (d10v_frame_p): Make static.
4826 * osabi.c (show_osabi): Make static.
4827 (_initialize_gdb_osabi): Add extern declaration.
4828 * gdbtypes.c (make_qualified_type): Make static.
4829 (safe_parse_type): Make static.
4830 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
4831 * macrotab.c (macro_bcache_free): Make static.
4832 * interps.c (interp_set_quiet): Make static.
4833 (interpreter_exec_cmd): Make static.
4834 * stack.h (select_frame_command): New file.
4835 * stack.c: Include "stack.h".
4836 (select_frame_command_wrapper): Delete function.
4837 (select_frame_command): Make global.
4838 * infcall.c: Include "infcall.h".
4839 * linespec.c: Include "linespec.h".
4840 * symfile.c (sections_overlap): Make static.
4841 * cp-support.h (cp_initialize_namespace): ISO C declaration.
4842 * charset.c (_initialize_charset): Add missing prototype.
4843 * regcache.c (init_legacy_regcache_descr): Make static.
4844 (do_regcache_xfree): Make static.
4845 (regcache_xfer_part): Make static.
4846 (_initialize_regcache): Add missing prototype.
4847 * breakpoint.c (parse_breakpoint_sals): Make static.
4848 (breakpoint_sals_to_pc): Make static.
4849 * interps.h (clear_interpreter_hooks): ISO C declaration.
4850 * Makefile.in (stack_h): Define.
4851 (stack.o, typeprint.o, mi-main.o): Update dependencies.
4852 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
4853
a0f267c7
AC
48542003-06-08 Andrew Cagney <cagney@redhat.com>
4855
4856 * Makefile.in (d10v-tdep.o): Update dependencies.
4857 (SFILES): Add trad-frame.c.
4858 (trad_frame_h): Define.
4859 (COMMON_OBS): Add trad-frame.o.
4860 (trad-frame.o): Specify dependencies.
4861 * d10v-tdep.c: Include "trad-frame.h".
4862 (saved_regs_unwinder): Delete function.
4863 (d10v_frame_prev_register): Use trad_frame_prev_register.
4864 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
4865 trad_frame", delete "regs" and "prev_sp".
4866 (prologue_find_regs): Use trad-frame.
4867 * trad-frame.h, trad-frame.c: New files.
4868
4538b4f4
MK
48692003-06-08 Mark Kettenis <kettenis@gnu.org>
4870
4871 * dwarf2cfi.c, dwarf2cfi.h: Remove.
4872
a0273b2f
AF
48732003-06-07 Adam Fedor <fedor@gnu.org>
4874
4875 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
4876 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
4877 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
4878 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 4879 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
4880 Use it.
4881
3a6c3343
AC
48822003-06-07 Andrew Cagney <cagney@redhat.com>
4883
4884 * symfile.h: Re-indent, clean up comments.
4885
b46e02f6
AC
48862003-06-07 Andrew Cagney <cagney@redhat.com>
4887
4888 * inferior.h (deprecated_write_sp): Replace
4889 generic_target_write_sp.
4890 * regcache.c (deprecated_write_sp): Replace
4891 generic_target_write_sp.
4892 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4893 * vax-tdep.c (vax_gdbarch_init): Update.
4894 * v850-tdep.c (v850_gdbarch_init): Update.
4895 * sparc-tdep.c (sparc_gdbarch_init): Update.
4896 * sh-tdep.c (sh_gdbarch_init): Update.
4897 * s390-tdep.c (s390_gdbarch_init): Update.
4898 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4899 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4900 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4901 * mcore-tdep.c (mcore_gdbarch_init): Update.
4902 * m68k-tdep.c (m68k_gdbarch_init): Update.
4903 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4904 * ia64-tdep.c (ia64_gdbarch_init): Update.
4905 * h8300-tdep.c (h8300_gdbarch_init): Update.
4906 * frv-tdep.c (frv_gdbarch_init): Update.
4907 * cris-tdep.c (cris_gdbarch_init): Update.
4908 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
4909
a42e117c
AC
49102003-06-07 Andrew Cagney <cagney@redhat.com>
4911
4912 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
4913 Assert that PC_REGNUM is valid.
4914 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
4915
bd1ce8ba
AC
49162003-06-07 Andrew Cagney <cagney@redhat.com>
4917
4918 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
4919 * gdbarch.h, gdbarch.c: Regenerate.
4920 * mn10300-tdep.c: Include "gdb_assert.h".
4921 (mn10300_read_fp): New function.
4922 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
4923 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
4924 * ia64-tdep.c: Include "gdb_assert.h".
4925 (ia64_read_fp): New function.
4926 (ia64_gdbarch_init): Set deprecated_target_read_fp to
4927 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
4928 * regcache.c (generic_target_read_sp): Delete function.
4929 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
4930 * inferior.h (generic_target_read_sp): Delete declaration.
4931 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
4932 generic_target_read_sp.
4933 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4934 * sparc-tdep.c (sparc_gdbarch_init): Ditto
4935 * sh-tdep.c (sh_gdbarch_init): Ditto.
4936 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4937 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
4938
ec5cbaec
AC
49392003-06-07 Andrew Cagney <cagney@redhat.com>
4940
4941 * gdbarch.sh: Comment each field of startup_gdbarch.
4942 * gdbarch.h, gdbarch.c: Re-generate.
4943
cde9ea48
AC
49442003-06-07 Andrew Cagney <cagney@redhat.com>
4945
4946 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
4947 * gdbarch.h, gdbarch.c: Re-generate.
4948 * regcache.c: Update comments on read_pc et.al.
4949 (generic_target_read_pc): Delete function.
4950 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
4951 * inferior.h (generic_target_read_pc): Delete declaration.
4952 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
4953 generic_target_read_pc.
4954 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4955 * sh-tdep.c (sh_gdbarch_init): Ditto.
4956 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4957 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 4958
9a90a780
AC
49592003-06-07 Andrew Cagney <cagney@redhat.com>
4960
4961 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
4962 "index" with "special_local_sect". Use strcmp instead of STREQ.
4963 Append period to coments.
4964
a39a16c4
MM
49652003-06-06 Mark Mitchell <mark@codesourcery.com>
4966
4967 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
4968 (elfstab_offset_sections): Likewise.
4969 * gdb-stabs.h (stab_section_info): Likewise.
4970 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
4971 * objfiles.c (objfile_relocate): Likewise.
4972 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
4973 * remote.c (get_offsets): Likewise.
4974 (remote_cisco_objfile_relocate): Likewise.
4975 * somread.c (som_symfile_offsets): Likewise.
4976 * symfile.c (alloc_section_addr_info): New function.
4977 (build_section_addr_info_from_section_tab): Use it.
4978 (free_section_addr_info): Adjust.
4979 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
4980 (syms_from_objfile): Allocate local_addr dynamically.
4981 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
4982 dynamically.
4983 (add_symbol_file_command): Allocate sect_opts dynamically.
4984 (reread_symbols): Avoid use of SECT_OFF_MAX.
4985 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
4986 (alloc_section_addr_info): Declare it.
4987 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
4988 * win32-nat.c (solib_symbols_add): Allocate section_addrs
4989 dynamically.
4990 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 4991
20c6c2f8
AC
49922003-06-06 Andrew Cagney <cagney@redhat.com>
4993
4994 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
4995 (d10v_frame_unwind_cache): Do not set "return_pc".
4996
884a26c8
MS
49972003-06-06 Michael Snyder <msnyder@redhat.com>
4998
4999 * h8300-tdep.c: Make tidy (long lines).
5000
088ce440
ML
50012003-06-06 Michal Ludvig <mludvig@suse.cz>
5002
8ffd9b1b 5003 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
5004 to regcache_collect().
5005
7d773d96
JB
50062003-06-05 J. Brobecker <brobecker@gnat.com>
5007
5008 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5009 pc_in_sigtramp multiarch method.
5010 (hppa_hpux_som_init_abi): Use it.
5011 (hppa_hpux_elf_init_abi): Likewise.
5012 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5013 macro has been multiarched.
5014 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5015 macro here, as hppa64 isn't multiarched yet.
5016
1df6926e
AC
50172003-06-05 Andrew Cagney <cagney@redhat.com>
5018
5019 * Makefile.in (value_h): Add $(frame_h).
5020 * value.h: Include "frame.h".
5021 (struct value): Replace "frame_addr" with "frame_id".
5022 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5023 * values.c (allocate_value): Use VALUE_FRAME_ID.
5024 (value_copy): Use VALUE_FRAME_ID.
5025 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5026 * valops.c (value_assign): Update. Use frame_find_by_id.
5027
6b53acc6
ML
50282003-06-05 Michal Ludvig <mludvig@suse.cz>
5029
5030 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5031 in each pass.
5032
4d9850d3
JJ
50332003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5034
5035 * thread-db.c (check_event): For create/death event breakpoints,
5036 loop through all messages to ensure that we read the message
5037 corresponding to the breakpoint we are at.
5038
8efca6ba
MS
50392003-06-04 Michael Snyder <msnyder@redhat.com>
5040
5041 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5042
0912c7f2
MK
50432003-06-04 Mark Kettenis <kettenis@gnu.org>
5044
5045 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5046 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5047 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5048 when handling .eh_frame sections.
5049
4e370325
JB
50502003-06-04 J. Brobecker <brobecker@gnat.com>
5051
5052 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5053 prepare_to_proceed procedure instead of the hppa-specific one.
5054 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5055
b757528f 50562003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 5057
b757528f
JJ
5058 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5059 * config.in: Regenerated.
5060 * configure.in: Add test for syscall function and check for
5061 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5062 * configure: Regenerated.
5063 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5064 <sys/syscall.h>.
5065 (kill_lwp): New function that uses tkill syscall or
5066 uses kill, depending on whether threading model is nptl or not.
5067 All callers of kill() changed to use kill_lwp().
5068 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5069 see if all threads have already exited in the nptl model.
5070 (stop_and_resume_callback): New callback function used by the
5071 lin_lwp_wait thread exit handling code.
5072 (stop_wait_callback): Check for threads already having exited and
5073 delete such threads fromt the lwp list when discovered.
5074 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 5075
b757528f
JJ
5076 Roland McGrath <roland@redhat.com>
5077 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5078 nptl libthread_db.
5079
087779b1
RH
50802003-06-03 Richard Henderson <rth@redhat.com>
5081
b21fd293
RH
5082 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5083 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5084 (alpha_sigtramp_frame_prev_register): Likewise.
5085 (alpha_heuristic_frame_prev_register): Likewise.
5086 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5087
8ffd9b1b 5088 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
5089 alpha-specific register id names.
5090 (alpha_mdebug_frame_unwind_cache): Likewise.
5091 (alpha_mdebug_frame_prev_register): Likewise.
5092
baa490c4
RH
50932003-06-03 Richard Henderson <rth@redhat.com>
5094
5095 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5096 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5097 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5098 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5099 unwind routines.
5100 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5101 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5102 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5103
5104 * alpha-linux-tdep.c: Remove unnecessary includes.
5105 * Makefile.in (alpha-linux-tdep.o): Update.
5106
51072003-06-03 Richard Henderson <rth@redhat.com>
5108
5109 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5110 (alphabsd_fill_fpreg): Likewise.
5111
f534e522
JB
51122003-06-03 J. Brobecker <brobecker@gnat.com>
5113
5114 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5115 references to struct frame_info fields by calls to the equivalent
5116 accessors. Necessary now that frame_info is opaque.
5117
4035536b
JB
51182003-06-03 J. Brobecker <brobecker@gnat.com>
5119
5120 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5121 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5122 structure, field no longer exists.
5123
0bd79c5c
JB
51242003-06-03 J. Brobecker <brobecker@gnat.com>
5125
5126 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5127 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5128
37bb6d9f
JB
51292003-06-03 J. Brobecker <brobecker@gnat.com>
5130
5131 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5132 references to struct frame_info fields by calls to the equivalent
5133 accessors. Necessary now that frame_info is opaque.
5134
852ee05c
JB
51352003-06-03 J. Brobecker <brobecker@gnat.com>
5136
5137 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5138 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5139 structure, field no longer exists.
5140
7d58c67d
TR
51412003-06-03 Theodore A. Roth <troth@openavr.org>
5142
8ffd9b1b 5143 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
5144 accumulation of the size of all registers instead of blindly using
5145 DEPRECATED_REGISTER_BYTES.
5146
0a48e7e8
MS
51472003-06-03 Michael Snyder <msnyder@redhat.com>
5148
5149 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5150 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5151 for h8300sx.
5152
9798ab0d
JB
51532003-06-03 J. Brobecker <brobecker@gnat.com>
5154
5155 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
5156 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5157
00b037e2
AC
51582003-06-03 Andrew Cagney <cagney@redhat.com>
5159
5160 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
5161 (sparc_convert_to_raw): Delete function.
5162 (sparc_gdbarch_init): Do not set register_convert_to_raw or
5163 register_convert_to_virtual.
5164
043b2f77
JJ
51652003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5166
5167 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
5168 layer if not dealing with a statically-linked threaded program.
5169
f43caff8
KW
51702003-06-03 Kris Warkentin <kewarken@qnx.com>
5171
5172 * solib.c (solib_open): Update comment to reflect actual search order.
5173
ae1e7417
AC
51742003-06-03 Andrew Cagney <cagney@redhat.com>
5175
5176 * frame.c (get_frame_memory_signed): New function.
5177 (get_frame_memory, get_frame_memory_unsigned): New function.
5178 (get_frame_arch): New function.
5179 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
5180 (get_frame_memory, get_frame_unsigned_memory): Declare.
5181 * d10v-tdep.c (d10v_frame_unwind_cache): Use
5182 get_frame_memory_unsigned and get_frame_arch.
5183 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
5184
cb123844
RG
51852003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
5186
5187 * MAINTAINERS (write after approval): Add myself.
5188
1bb792e9
JB
51892003-06-03 Jim Blandy <jimb@redhat.com>
5190
5191 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
5192 elements of gregset_t are 64 bits each, but access registers
5193 are still 32 bits, so they're packed two per gregset_t
5194 element. Unpack/pack them properly.
5195
aee8d8ba
DC
51962003-06-02 David Carlton <carlton@bactrian.org>
5197
5198 * linespec.c (find_methods): Break out code into
5199 add_matching_methods and add_constructors.
5200 (add_matching_methods): New.
5201 (add_constructors): Ditto.
5202
bf7488d2
AC
52032003-06-02 Andrew Cagney <cagney@redhat.com>
5204
bf7488d2
AC
5205 * sparc-tdep.c (sparc_print_registers): Delete call to
5206 REGISTER_CONVERTIBLE.
5207 (sparc_gdbarch_init): Do not set register_convertible.
5208 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5209 * frv-tdep.c (frv_gdbarch_init): Ditto.
5210 * cris-tdep.c (cris_gdbarch_init): Ditto.
5211
adedef68
EZ
52122003-06-02 Elena Zannoni <ezannoni@redhat.com>
5213
8ffd9b1b 5214 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
5215 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
5216 (syms_from_objfile): Ditto.
5217
650fcc91
AS
52182003-06-03 Andreas Schwab <schwab@suse.de>
5219
5220 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
5221 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
5222
df4a182b
RH
52232003-06-02 Richard Henderson <rth@redhat.com>
5224
5225 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
5226 a member of all_reggroup.
5227
c483c494
RH
52282003-06-02 Richard Henderson <rth@redhat.com>
5229
5230 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
5231 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
5232 (alpha_lds, alpha_sts): New.
5233 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 5234 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
5235 restructure and fail for type sizes other than 4 or 8.
5236 (alpha_value_to_register): Similarly.
5237 (alpha_extract_return_value): Use alpha_sts.
5238 (alpha_store_return_value): Use alpha_lds.
5239 (alpha_gdbarch_init): Update hooks.
5240
b38b6be2
RH
52412003-06-02 Richard Henderson <rth@redhat.com>
5242
5243 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
5244 regnum identifiers.
5245 (alpha_sigtramp_register_address): Likewise.
5246
98a8e1e5
RH
52472003-06-02 Richard Henderson <rth@redhat.com>
5248
5249 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
5250 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
5251 * alpha-tdep.h: Declare them.
5252
5253 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
5254 Remove zerobuf. Don't error on UNIQUE.
5255 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
5256 (ALPHA_REGSET_UNIQUE): Provide default.
5257 (supply_gregset): Use alpha_supply_int_regs.
5258 (fill_gregset): Use alpha_fill_int_regs.
5259 (supply_fpregset): Use alpha_supply_fp_regs.
5260 (fill_fpregset): Use alpha_fill_fp_regs.
5261 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
5262 (alphabsd_supply_reg): Use alpha_supply_int_regs.
5263 (alphabsd_fill_reg): Use alpha_fill_int_regs.
5264 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
5265 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
5266 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
5267
67dfac52
RH
52682003-06-02 Richard Henderson <rth@redhat.com>
5269
f75d70cc
RH
5270 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
5271
67dfac52
RH
5272 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
5273 (alpha_store_return_value): Likewise.
5274
0cf566ec
DC
52752003-06-02 David Carlton <carlton@math.stanford.edu>
5276
5277 * block.c (contained_in): Add 'const' to arguments.
5278 (block_function): Ditto.
5279 * block.h: Update declarations for block_function and
5280 contained_in.
5281
cdef89d0
DC
52822003-06-02 David Carlton <carlton@math.stanford.edu>
5283
5284 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
5285 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
5286 * p-valprint.c (pascal_val_print): Ditto.
5287 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
5288
72667056
RH
52892003-06-02 Richard Henderson <rth@redhat.com>
5290
98a8e1e5
RH
5291 * alpha-tdep.c (alpha_push_dummy_call): Use
5292 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 5293
8ffd9b1b 5294 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
5295 sign-extension of 32-bit values.
5296 (alpha_store_return_value): Similarly.
0ede8eca 5297
98a8e1e5
RH
5298 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
5299 (alpha_extract_return_value): Likewise.
5300 (alpha_store_return_value): Likewise.
7b5e1cb3 5301
98a8e1e5
RH
5302 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
5303 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 5304
98a8e1e5
RH
5305 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
5306 (alpha_extract_struct_value_address): Likewise.
5307 (alpha_store_return_value): Likewise.
5308 (alpha_store_struct_return): Remove.
5309 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 5310
98a8e1e5
RH
5311 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
5312 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
5313 macros where appropriate.
5314 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
5315 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 5316
98a8e1e5
RH
5317 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
5318 for SP, GP; void_func_ptr for PC; non-language-specific types
5319 for all others.
5320 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 5321
6dd77b81
RH
53222003-06-02 Richard Henderson <rth@redhat.com>
5323
5324 * top.h (lim_at_start): Declare.
5325 * main.c (captured_main): Set it.
5326 * top.c (lim_at_start): Define.
5327 (command_loop): Use it instead of &environ.
5328 * event-top.c (command_handler): Likewise.
5329
f4dbdb54
JT
53302003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
5331
5332 * mipsnbsd-tdep.c: Update copyright years.
5333 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
5334
8f285956
RH
53352003-06-01 Richard Henderson <rth@redhat.com>
5336
98a8e1e5
RH
5337 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
5338 (alpha-linux-tdep.o): Update dependencies.
5339 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
5340 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 5341
615967cb
RH
53422003-06-01 Richard Henderson <rth@redhat.com>
5343
98a8e1e5
RH
5344 * alpha-tdep.c (alpha_register_reggroup_p): New.
5345 (alpha_gdbarch_init): Register it.
615967cb 5346
b59661bd
AC
53472003-06-02 Andrew Cagney <cagney@redhat.com>
5348
5349 * dwarfread.c: Eliminate "register"
5350 (decode_die_type): Eliminate assignment within "if".
5351 (struct_type, decode_array_element_type): Ditto.
5352 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
5353 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
5354 (decode_modified_type, completedieinfo): Ditto.
5355 * block.c: Eliminate "register".
5356 (blockvector_for_pc_sect): Eliminate assignment within "if".
5357 * cp-support.h (struct symbol): Opaque declaration.
5358 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
5359
5ef165c2
RH
53602003-06-01 Richard Henderson <rth@redhat.com>
5361
98a8e1e5
RH
5362 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
5363 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 5364
143985b7
AF
53652003-06-01 Adam Fedor <fedor@gnu.org>
5366
5367 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
5368 * gdbarch.[ch]: Regenerate.
5369 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
5370 (hppa_gdbarch_init): Set it in the gdbarch vector.
5371 * i386-tdep.c (i386_fetch_pointer_argument): New
5372 (i386_gdbarch_init): Set it into gdbarch.
5373 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
5374 (rs6000_gdbarch_init): Set it in gdbarch.
5375 * sparc-tdep.c (sparc_fetch_pointer_argument): New
5376 (sparc_gdbarch_init): Set it in gdbarch.
5377
ae0167b9
AC
53782003-06-01 Andrew Cagney <cagney@redhat.com>
5379
7c0b4a20
AC
5380 * defs.h (extract_address): Delete declaration.
5381 * findvar.c (extract_address): Delete function.
5382 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
5383 extract_address with the inline equivalent,
5384 extract_unsigned_integer.
5385 (xstormy16_extract_struct_value_address): Ditto.
5386 (xstormy16_pointer_to_address): Ditto.
5387 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
5388 * v850-tdep.c (v850_push_arguments): Ditto.
5389 (v850_extract_return_value): Ditto.
5390 (v850_extract_struct_value_address): Ditto.
5391 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
5392 (sparcnbsd_get_longjmp_target_64): Ditto.
5393 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
5394 (get_longjmp_target): Ditto.
5395 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
5396 (sh64_extract_struct_value_address): Ditto.
5397 (sh_push_arguments): Ditto.
5398 (sh64_push_arguments): Ditto.
5399 * remote-vxsparc.c (vx_read_register): Ditto.
5400 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
5401 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
5402 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
5403 * mipsv4-nat.c (get_longjmp_target): Ditto.
5404 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
5405 * mips-nat.c (get_longjmp_target): Ditto.
5406 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
5407 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
5408 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
5409 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
5410 * irix5-nat.c (get_longjmp_target): Ditto.
5411 * irix4-nat.c (get_longjmp_target): Ditto.
5412 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
5413 (ia64_push_arguments): Ditto.
5414 * hpux-thread.c (hpux_thread_store_registers): Ditto.
5415 * h8300-tdep.c (h8300_push_arguments): Ditto.
5416 (h8300_store_return_value): Ditto.
5417 (h8300_extract_struct_value_address): Ditto.
5418 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
5419 (frv_push_arguments): Ditto.
5420 * avr-tdep.c (avr_pointer_to_address): Ditto.
5421 (avr_push_arguments): Ditto.
5422 * arm-tdep.c (arm_push_dummy_call): Ditto.
5423 (arm_get_longjmp_target): Ditto.
5424 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
5425 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
5426 (alpha_get_longjmp_target): Ditto.
5427
ae0167b9
AC
5428 * solib-irix.c (extract_mips_address): Inline extract_address,
5429 replacing it with extract_signed_integer.
5430 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
5431 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
5432 (first_link_map_member, open_symbol_file_object): Ditto.
5433 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
5434 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
5435 (LM_NEXT, LM_NAME): Ditto.
5436
44d88583
RH
54372003-06-01 Richard Henderson <rth@redhat.com>
5438
98a8e1e5
RH
5439 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
5440 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
5441 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
5442 (alpha_cannot_store_register): Likewise.
5443 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
5444 * alpha-nat.c (supply_gregset): Likewise.
5445 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 5446
310e9b6a
AC
54472003-06-01 Andrew Cagney <cagney@redhat.com>
5448
5449 * infcall.c (call_function_by_hand): Update comment on
5450 DEPRECATED_DUMMY_WRITE_SP.
5451
5452 * mips-tdep.c (mips_gdbarch_init): Do not set
5453 deprecated_dummy_write_sp.
5454 (mips_eabi_push_dummy_call): Set the SP register.
5455 (mips_o64_push_dummy_call): Set the SP register.
5456 (mips_o32_push_dummy_call): Set the SP register.
5457 (mips_n32n64_push_dummy_call): Set the SP register.
5458
5ab84872
RH
54592003-06-01 Richard Henderson <rth@redhat.com>
5460
98a8e1e5
RH
5461 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
5462 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
5463 (supply_gregset): Likewise.
5464 * alpha-tdep.c (alpha_store_return_value): Likewise.
5465 (alpha_get_longjmp_target): Likewise.
5466 (alpha_register_name): Constify array.
5467 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
5468 deprecated_register_size, deprecated_register_bytes,
5469 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
5470 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
5471 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 5472
09cc52fd
RH
54732003-06-01 Richard Henderson <rth@redhat.com>
5474
5475 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
5476 from arg_reg_buffer to regcache to avoid double conversion.
5477
c7f16359
MK
54782003-06-01 Mark Kettenis <kettenis@gnu.org>
5479
5480 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
5481 SP_REGNUM.
5482 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
5483 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
5484
7131cb6e
RH
54852003-06-01 Richard Henderson <rth@redhat.com>
5486
98a8e1e5
RH
5487 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
5488 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 5489
f3e0f90b
RH
54902003-06-01 Richard Henderson <rth@redhat.com>
5491
98a8e1e5
RH
5492 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
5493 not overlapping PC_REGNUM.
f3e0f90b 5494
c88e30c0
RH
54952003-06-01 Richard Henderson <rth@redhat.com>
5496
98a8e1e5
RH
5497 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
5498 alpha_push_arguments. Don't dump argument register data to
5499 the target stack. Fix float and 128-bit long double semantics.
5500 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
5501 (alpha_fix_call_dummy): Remove.
5502 (alpha_call_dummy_words): Remove.
5503 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 5504
f1a559ae
RH
55052003-06-01 Richard Henderson <rth@redhat.com>
5506
5507 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
5508
5e045346
AC
55092003-06-01 Andrew Cagney <cagney@redhat.com>
5510
95404a3e
AC
5511 * mips-tdep.c (is_mips16_addr): New function.
5512 (make_mips16_addr, unmake_mips16_addr): New functions.
5513 (pc_is_mips16, mips_fetch_instruction): Use.
5514 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
5515 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
5516 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
5517 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
5518 TARGET_MIPS.
5519 * config/mips/tm-mips.h: Update copyright.
5520 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
5521 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
5522 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
5523 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
5524 (TM_PRINT_INSN_MACH): Delete.
5525 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
5526
5e045346
AC
5527 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
5528 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
5529 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
5530 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
5531 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
5532 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
5533 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
5534 mips*-*-riscos* and mips*-*-sysv* onto mips.
5535 * config/mips/mips64.mt: New file.
5536 * config/mips/mips.mt: New file.
5537 * config/mips/littlemips.mt: Delete file.
5538 * config/mips/decstation.mt: Delete file.
5539 * config/mips/vr4300el.mt: Delete file.
5540 * config/mips/vr5000el.mt: Delete file.
5541 * config/mips/vr5000.mt: Delete file.
5542 * config/mips/vr4100.mt: Delete file.
5543 * config/mips/vr4xxxel.mt: Delete file.
5544 * config/mips/vr4300.mt: Delete file.
5545 * config/mips/vr4xxx.mt: Delete file.
5546 * config/mips/bigmips.mt: Delete file.
5547 * config/mips/bigmips64.mt: Delete file.
5548 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
5549 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
5550 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
5551 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
5552 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
5553 "tm-bigmips.h".
5554 * config/mips/tm-irix3.h: Ditto.
5555 * config/mips/tm-mipsv4.h: Ditto.
5556 * config/mips/tm-embed.h: Ditto.
5557 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
5558 "tm-bigmips64.h".
5559 * config/mips/tm-vr5000el.h: Delete file.
5560 * config/mips/tm-tx39l.h: Delete file.
5561 * config/mips/tm-vr4300el.h: Delete file.
5562 * config/mips/tm-vr4xxxel.h: Delete file.
5563 * config/mips/tm-vr4300.h: Delete file.
5564 * config/mips/tm-vr4100.h: Delete file.
5565 * config/mips/tm-vr4xxx.h: Delete file.
5566 * config/mips/tm-vr5000.h: Delete file.
5567 * config/mips/tm-embedl64.h: Delete file.
5568 * config/mips/tm-embedl.h: Delete file.
5569 * config/mips/tm-embed64.h: Delete file.
5570 * config/mips/tm-bigmips64.h: Delete file.
5571 * config/mips/tm-bigmips.h: Delete file.
5572
2473a4a9
MK
55732003-06-01 Mark Kettenis <kettenis@gnu.org>
5574
97a5b208
MK
5575 Fix gdb/1216.
5576 * shnbsd-nat.c: Include "sh-tdep.h".
5577
2473a4a9
MK
5578 From Richard Henderson <rth@redhat.com>:
5579 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
5580
e0f7ec59
AC
55812003-05-31 Andrew Cagney <cagney@redhat.com>
5582
5583 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
5584 forward declaration.
5585 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
5586 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
5587 (mips_find_saved_regs): Use set_reg_offset.
5588 (mips_frame_init_saved_regs): Delete function.
5589 (mips_pop_frame): Call mips_find_saved_regs instead of
5590 DEPRECATED_FRAME_INIT_SAVED_REGS.
5591
68dcc709
AC
55922003-05-31 Andrew Cagney <cagney@redhat.com>
5593
5594 * mips-tdep.c (mips_gdbarch_init): Do not set
5595 deprecated_max_register_raw_size, register_virtual_size, and
5596 deprecated_max_register_virtual_size.
5597
cfc14b3a
MK
55982003-05-31 Mark Kettenis <kettenis@gnu.org>
5599
6405b0a6
MK
5600 * i386-tdep.c: Include "dwarf2-frame.h".
5601 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
5602 * Makefile.in (i386-tdep.o): Update dependencies.
5603
cfc14b3a
MK
5604 * dwarf2-frame.c, dwarf2-frame.h: New files.
5605 * Makefile.in (SFILES): Add dwarf2-frame.c.
5606 (dwarf2_frame_h): Define.
5607 (COMMON_OBS): Add dwarf2-frame.o.
5608 (dwarf2-frame.o): Add dependencies.
5609
6a2751d2
AJ
56102003-05-31 Andreas Jaeger <aj@suse.de>
5611
5612 * x86-64-linux-nat.c: Fix comment.
5613
1c3545ae
MK
56142003-05-31 Mark Kettenis <kettenis@gnu.org>
5615
10f93086
MK
5616 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
5617 function signature.
5618
1c3545ae
MK
5619 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
5620 have a sigcontext_addr handler.
5621 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
5622 sigcontext_addr handler.
5623
e11c53d2
AC
56242003-05-31 Andrew Cagney <cagney@redhat.com>
5625
5626 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
5627 (print_fp_register_row): Replace do_fp_register_row.
5628 (mips_print_fp_register): Add "file" and "frame" parameters.
5629 (mips_print_register): Add "file" and "frame" parameters.
5630 (mips_print_registers_info): Replace mips_do_registers_info.
5631 (mips_gdbarch_init): Set print_registers_info instead of
5632 deprecated_do_registers_info.
5633 (mips_read_fp_register_single): Add "frame" parameter.
5634 (mips_read_fp_register_double): Add "frame" parameter.
5635
a3386186
MK
56362003-05-31 Mark Kettenis <kettenis@gnu.org>
5637
70913449
MK
5638 * i386-tdep.c (i386_register_name): Check for MMX registers first.
5639 Fixes a bug where GDB would print the wrong register names for
5640 targets without SSE.
5641
2b5e0749
MK
5642 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
5643 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
5644 registers.
5645
5646 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
5647 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
5648 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
5649 TDEP->sc_sp_offset.
5650
a3386186
MK
5651 From Michal Ludvig <mludvig@suse.cz>:
5652 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
5653 and `sc_num_regs'.
5654 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
5655 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
5656 I386_ST0_REGNUM): Move here from...
5657 * i386-tdep.c: ... here.
5658 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
5659 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
5660 registers if possible.
5661 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
5662 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
5663 Remove variables.
5664 (i386bsd_sc_reg_offset): New variable.
5665 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
5666 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
5667 TDEP->sc_sp_offset.
5668 (i386fbsd_sc_reg_offset): New variable.
5669 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
5670 TDEP->sc_num_regs.
5671 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
5672 variables.
5673 (i386fbsd4_sc_reg_offset): New variable.
5674 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
5675 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
5676 TDEP->sc_sp_offset.
5677 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
5678 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
5679 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
5680 Remove variables.
5681 (i386nbsd_sc_reg_offset): New variable.
5682 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
5683 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
5684 TDEP->sc_sp_offset.
5685 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
5686 Remove variables.
5687 (i386obsd_sc_reg_offset): New variable.
5688 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
5689 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
5690 TDEP->sc_sp_offset.
5691 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
5692 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
5693 for frame pointer offset in `struct sigcontext'.
5694
25ab4790
AC
56952003-05-31 Andrew Cagney <cagney@redhat.com>
5696
5697 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
5698 architecture methods call_dummy_words, sizeof_call_dummy_words,
5699 push_return_address, store_struct_return, and fix_call_dummy. Set
5700 push_dummy_call instead of deprecated_push_arguments.
5701 (mips_store_struct_return): Delete function.
5702 (mips_fix_call_dummy): Delete function.
5703 (mips_push_return_address): Delete function.
5704 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
5705 RA_REGNUM and T9_REGNUM.
5706 (mips_n32n64_push_dummy_call): Ditto for
5707 mips_n32n64_push_arguments.
5708 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
5709 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
5710
6a65450a
AC
57112003-05-31 Andrew Cagney <cagney@redhat.com>
5712
5713 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
5714 "dummy_addr" to "bp_addr".
5715 * infcall.c (call_function_by_hand): Pass "funaddr" to
5716 gdbarch_push_dummy_call.
5717 * gdbarch.h, gdbarch.c: Re-generate.
5718 * i386-tdep.c (i386_push_dummy_call): Update.
5719 * arm-tdep.c (arm_push_dummy_call): Update.
5720 * d10v-tdep.c (d10v_push_dummy_call): Update.
5721
c4f35dd8
MK
57222003-05-31 Mark Kettenis <kettenis@gnu.org>
5723
5724 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
5725 variable declarations.
5726 (x86_64_register_number, x86_64_register_name): Remove prototypes.
5727 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
5728 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
5729 x86_64_init_frame_pc, x86_64_init_frame_pc,
5730 x86_64_function_has_prologue): Remove prototypes.
5731 (X86_64_NUM_GREGS): New define.
5732 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
5733 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
5734 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
5735 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
5736 XMM1_REGNUM): Remove defines.
5737 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
5738 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
5739 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
5740 X86_64_XMM1_REGNUM): New defines.
5741 (struct x86_64_register_info): Renamed from `struct
5742 register_info'. Remove `size' member.
5743 (x86_64_register_info_table): Remove variable.
5744 (x86_64_register_info): New variable.
5745 (X86_64_NUM_REGS): New define.
5746 (X86_64_NUM_GREGS): Remove define.
5747 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
5748 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
5749 Remove variables.
5750 (x86_54_dwarf2_reg_to_regnum): Remove function.
5751 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
5752 (x86_64_dwarf_reg_to_regnum): New function.
5753 (x86_64_register_name): Rewrite.
5754 (x86_64_register_raw_size): Remove function.
5755 (x86_64_register_byte_table): Remove variable.
5756 (x86_64_register_byte): Remove function.
5757 (x86_64_register_virtual_type): Remove function.
5758 (x86_64_register_type): New function.
5759 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
5760 x86_64_register_convert_to_raw): Remove functions.
5761 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
5762 (x86_64_use_struct_convention): Make static. Adjust for renamed
5763 defines.
5764 (x86_64_frame_init_saved_regs): Remove function.
5765 (x86_64_push_arguments): Make static. Change to accept a regcache
5766 as argument.
5767 (x86_64_store_return_value, x86_64_extract_return_value): Make
5768 static. Rewrite based on i386 counterparts.
5769 (x86_64_push_dummy_call): New function.
5770 (X86_64_NUM_SAVED_REGS): New define.
5771 (x86_64_register_number): Remove function.
5772 (x86_64_store_struct_return): Remove function.
5773 (x86_64_frameless_function_invocation,
5774 x86_64_function_has_prologue): Remove functions.
5775 (PROLOG_BUFSIZE): Remove define.
5776 (struct x86_64_frame_cache): New structure.
5777 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
5778 x86_64_frame_cache, x86_64_frame_this_id,
5779 x86_64_frame_prev_register, x86_64_frame_p,
5780 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
5781 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
5782 functions.
5783 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
5784 variables.
5785 (x86_64_skip_prologue): Rewrite in terms of
5786 x86_64_analyze_prologue.
5787 (x86_64_frame_base_address): New function.
5788 (x86_64_frame_base): New variable.
5789 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
5790 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
5791 set deprecated_fp_regnum, deprecated_register_size,
5792 deprecated_register_bytes, register_raw_size, register_byte,
5793 register_virtual_type, register_convertiable,
5794 register_convert_to_virtual, convert_to_raw,
5795 deprecated_get_saved_register, deprecated_target_read_fp,
5796 deprecated_push_arguments, deprecated_push_return_address,
5797 deprecated_pop_frame, deprecated_store_struct_return,
5798 deprecated_frame_init_saved_regs, deprecated_frame_chain,
5799 frameless_function_invocation, deprecated_frame_saved_pc,
5800 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
5801 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
5802 deprecated_init_frame_pc and virtual_frame_pointer. Call
5803 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
5804 and x86_64_frame_p. Call frame_base_set_default to register
5805 x86_64_frame_base.
5806 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
5807 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
5808 (_initialize_x86_64_tdep): Remove function.
5809 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
5810 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
5811 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
5812 define.
5813 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
5814 (x86_64_linux_sigcontext_addr): Rewrite.
5815 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
5816 x86_64_linux_frame_saved_pc): Remove functions.
5817 (x86_64_linux_pc_in_sigtramp): Renamed from
5818 x86_64_linux_in_sigtramp. Try harder to recognize a signal
5819 trampoline.
5820 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
5821 Remove_functions.
5822 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
5823 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
5824 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
5825 (x86_64_regmap): Rename to regmap.
5826 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
5827 x86_64_num_gregs.
5828 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
5829 x86_64_regmap.
5830 (x86_64_fxsave_offset): Remove function.
5831 (supply_fpregset): Simply call x86_64_supply_fxsave.
5832 (fill_fpregset): Simply call x86_64_fill_fxsave.
5833 (fetch_inferior_registers, store_inferior_registers): Avoid
5834 asignment in if-statement.
5835 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
5836 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
5837 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
5838 (fetch_core_registers): Remove function.
5839 (linux_elf_core_fns): Remove.
5840 (offsetoff): Don't define.
5841 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
5842 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
5843 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
5844 add core-regset.o.
5845 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
5846 protection against multiple includes instead of NM_X86_64_h. Add
5847 various comments. Include "config/nm-linux.h". Don't include
5848 <signal.h>.
5849 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
5850 GET_THREAD_SIGNALS): Remove defines.
5851 (x86_64_register_u_addr, kernel_u_size,
5852 lin_thread_get_thread_signals): Remove prototypes.
5853 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
5854 [HAVE_LINK_H]: Don't include "solib.h".
5855 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
5856 * config/i386/tm-x86-64linux.h: Fix comments.
5857 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
5858 x86-64-tdep.o): Update dependencies.
5859
c25083af
AC
58602003-05-30 Andrew Cagney <cagney@redhat.com>
5861
c8f55a7b
AC
5862 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
5863 Change parameter type to a "struct regcache *".
5864
c25083af
AC
5865 * gdbarch.sh: Regardless of the multi-arch level, always define
5866 the macro when not already defined.
5867 * gdbarch.h, gdbarch.c: Re-generate.
5868
fbe586ae
RH
58692003-05-30 Richard Henderson <rth@redhat.com>
5870
5871 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
5872 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
5873 (alpha_mdebug_frame_this_id): Likewise.
5874 (alpha_mdebug_frame_prev_register): Likewise.
5875 (alpha_mdebug_frame_base_address): Likewise.
5876 (alpha_mdebug_frame_locals_address): Likewise.
5877 (alpha_mdebug_frame_args_address): Likewise.
5878 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
5879 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
5880 (alpha_heuristic_frame_unwind_cache): Make static; add missing
5881 loop increment.
5882 (alpha_heuristic_frame_this_id): Make static.
5883 (alpha_heuristic_frame_prev_register): Likewise.
5884 (alpha_heuristic_frame_base_address): Likewise.
5885 * alpha-tdep.h: Update.
5886
acd5c798
MK
58872003-05-30 Mark Kettenis <kettenis@gnu.org>
5888
5889 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
5890 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
5891 defenitions.
5892 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
5893 * i386-tdep.c: Mark functions that are 64-bit safe as such.
5894 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
5895 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
5896 I386_ST0_REGNUM): New defines.
5897 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
5898 codestream_get): Remove define.
5899 (codestream_next_addr, condestream_addr, condestream_buf,
5900 codestream_off, codestream_cnt): Remove variables.
5901 (codestream_fill, codestream_seek, codestream_read): Remove
5902 functions.
5903 (i386_follow_jump): Rewrite to avoid usage of removed codestream
5904 functionality.
5905 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
5906 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
5907 i386_frame_saved_pc, i386_saved_pc_after_call,
5908 i386_frame_num_args, i386_frame_init_saved_regs,
5909 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
5910 i386_push_arguments): Remove functions.
5911 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
5912 functionality. Use i386_analyze_prologue instead of
5913 i386_get_frame_setup.
5914 (I386_NUM_SAVED_REGS): New define.
5915 (struct i386_frame_cache): New structure.
5916 (i386_alloc_frame_cache, i386_analyze_struct_return,
5917 i386_skip_probe, i386_analyze_frame_setup,
5918 i386_analyze_register_saves, i386_analyze_prologue,
5919 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
5920 i386_frame_prev_register, i386_sigtramp_frame_cache,
5921 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
5922 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
5923 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
5924 New functions.
5925 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
5926 New variables.
5927 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
5928 I386_EAX_REGNUM and I386_EDX_REGNUM.
5929 (i386_extract_return_value, i386_store_return_value): Use
5930 I386_ST0_REGNUM where appropriate.
5931 (i386_extract_struct_value_address): Rewrite to use extract_address.
5932 (i386_svr4_pc_in_sigtramp): Add comment.
5933 (i386_svr4_sigcontext_addr): Rewrite.
5934 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
5935 TDEP->sc_sp_offset.
5936 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
5937 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
5938 of new defines. Set push_dummy_call, don't set
5939 deprecated_push_arguments, deprecated_push_return_address,
5940 deprecated_pop_frame. Don't set parm_boundary. Don't set
5941 deprecated_frame_chain, deprecated_frame_saved_pc,
5942 deprecated_saved_pc_after_call. Set unwind_dummy_id,
5943 save_dummy_frame_tos, unwind_pc. Call
5944 frame_unwind_append_predicate and frame_base_set_default. Don't
5945 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
5946 Don't set frameless_function_invocation. Don't set
5947 deprecated_register_bytes, deprecated_register_size,
5948 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
5949 * i386-linux-tdep.c: Fix formatting in some comments.
5950 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
5951 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
5952 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
5953 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
5954 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
5955 redundant parentheses.
5956 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
5957 (i386_linux_sigcontext_addr): Use it. Rewrite.
5958 (find_minsym_and_objfile): Change name of second argument.
5959 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
5960 changed. Use frame_pc_unwind instead of
5961 DEPRECATED_SAVED_PC_AFTER_CALL.
5962 (i386_linux_init_abi): Don't set deprecated_register_bytes.
5963 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
5964 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
5965 unwinder.
5966 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
5967 "dummy-frame.h".
5968 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
5969 (_initialize_i386_cygwin_tdep): New prototype.
5970 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
5971 deprecated_frame_chain_valid.
5972 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
5973 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
5974 Rely on the SVR4 defaults.
5975 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
5976 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
5977
c89b70f1
AC
59782003-05-30 Andrew Cagney <cagney@redhat.com>
5979
5980 * infcall.c (call_function_by_hand): Always call
5981 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
5982
85b32d22
RH
59832003-05-30 Richard Henderson <rth@redhat.com>
5984
c89b70f1
AC
5985 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
5986 increment.
85b32d22 5987
bfe51b1e
JB
59882003-05-29 Jim Blandy <jimb@redhat.com>
5989
5990 Use gdbarch methods for solib stuff on PowerPC Linux.
5991 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
5992 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
5993 show through.
5994 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
5995 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
5996 giving the same effect as the #definitions above.
5997
1abf022c
AF
59982003-05-29 Adam Fedor <fedor@gnu.org>
5999
6000 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6001 (find_implementation_from_class): Replace it with the standard
6002 case i.e. do nothing.
6003
d2427a71
RH
60042003-05-29 Richard Henderson <rth@redhat.com>
6005
6006 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6007 (alpha_linux_sigtramp_offset): Use it. Make static.
6008 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6009 update for new frame model.
6010 * alpha-mdebug-tdep.c: New file.
6011 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6012 (alpha_osf1_init_abi): Install it.
6013 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6014 (linked_proc_desc_table): Remove.
6015 (alpha_frame_past_sigtramp_frame): Remove.
6016 (alpha_dynamic_sigtramp_offset): Remove.
6017 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6018 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6019 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6020 (push_sigtramp_desc): Remove.
6021 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6022 (alpha_cannot_store_register): Likewise.
6023 (alpha_sigcontext_addr): Remove.
6024 (alpha_find_saved_regs): Remove.
6025 (alpha_frame_init_saved_regs): Remove.
6026 (alpha_init_frame_pc_first): Remove.
6027 (read_next_frame_reg): Remove.
6028 (alpha_frame_saved_pc): Remove.
6029 (alpha_saved_pc_after_call): Remove.
6030 (temp_proc_desc, temp_saved_regs): Remove.
6031 (alpha_about_to_return): Remove.
6032 (cached_proc_desc): Remove.
6033 (alpha_frame_chain): Remove.
6034 (alpha_print_extra_frame_info): Remove.
6035 (alpha_init_extra_frame_info): Remove.
6036 (alpha_frame_locals_address): Remove.
6037 (alpha_frame_args_address): Remove.
6038 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6039 (alpha_push_dummy_frame): Remove.
6040 (alpha_pop_frame): Remove.
6041 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6042 (alpha_read_insn): New.
6043 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6044 for different insn encodings.
6045 (alpha_in_lenient_prologue): Remove.
6046 (struct alpha_sigtramp_unwind_cache): New.
6047 (alpha_sigtramp_frame_unwind_cache): New.
6048 (alpha_sigtramp_register_address): New.
6049 (alpha_sigtramp_frame_this_id): New.
6050 (alpha_sigtramp_frame_prev_register): New.
6051 (alpha_sigtramp_frame_unwind): New.
6052 (alpha_sigtramp_frame_p): New.
6053 (struct alpha_heuristic_unwind_cache): New.
6054 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6055 don't count nop insns that occur between functions.
6056 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6057 heuristic_proc_desc, but without the mdebug wrapping.
6058 (alpha_heuristic_frame_this_id): New.
6059 (alpha_heuristic_frame_prev_register): New.
6060 (alpha_heuristic_frame_unwind): New.
6061 (alpha_heuristic_frame_p): New.
6062 (alpha_heuristic_frame_base_address): New.
6063 (alpha_heuristic_frame_base): New.
6064 (alpha_unwind_dummy_id): New.
6065 (alpha_unwind_pc): New.
6066 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6067 frame related deprecated initializations; install replacements.
6068 (alpha_dump_tdep): Remove.
6069 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6070 (alpha_read_insn, alpha_after_prologue,
6071 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6072 alpha_heuristic_frame_prev_register,
6073 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6074 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6075 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6076 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6077
93ec1121
AC
60782003-05-29 Andrew Cagney <cagney@redhat.com>
6079
6080 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6081 dependant on the availability of ASSERT_FUNCTION.
6082 (ASSERT_FUNCTION): Do not define when there is no function name.
6083
98f08d3d
KB
60842003-05-29 Kevin Buettner <kevinb@redhat.com>
6085
6086 From Jimi X <jimix@watson.ibm.com>:
6087 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6088
0897f59b
JB
60892003-05-28 Jim Blandy <jimb@redhat.com>
6090
6091 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6092 argument to ptrace to int; the system headers should give it the
6093 right type, and pointers don't fit in ints on powerpc64-*-*.
6094
14898363
L
60952003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6096
6097 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6098 DW_TAG_catch_block.
6099
a7a48797
EZ
61002003-05-26 Elena Zannoni <ezannoni@redhat.com>
6101
6102 * stabsread.c (dbx_lookup_type): Make static.
6103 (read_type): Ditto.
6104 (add_undefined_type): Ditto.
6105 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6106 not export.
6107
f5479e9c
EZ
61082003-05-26 Elena Zannoni <ezannoni@redhat.com>
6109
6110 * hpread.c (hpread_has_name): Make static.
6111 (hpread_psymtab_to_symtab): Ditto.
6112 (file_exists): Ditto.
6113 (hpread_call_pxdb): Ditto.
6114 (hpread_pxdb_needed): Ditto.
6115 (hpread_quick_traverse): Ditto.
6116 (hpread_get_header): Ditto.
6117 (hpread_get_lntt): Ditto.
6118 (hpread_get_slt): Ditto.
6119 (class_of): Ditto.
6120
eb2e12d7
AS
61212003-05-25 Andreas Schwab <schwab@suse.de>
6122
78bf922a
AS
6123 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6124 stack_align and deprecated_extra_stack_alignment_needed.
6125 (m68k_stack_align): Delete.
6126
eb2e12d7
AS
6127 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6128 (m68k_register_virtual_size): Likewise.
6129 (altos_skip_prologue): Remove obsolete function.
6130 (isi_frame_num_args): Likewise.
6131 (news_frame_num_args): Likewise.
6132 (m68k_fix_call_dummy): Make static.
6133 (m68k_push_dummy_frame): Likewise.
6134 (m68k_pop_frame): Likewise.
6135 (m68k_skip_prologue): Likewise.
6136 (m68k_frame_init_saved_regs): Likewise.
6137 (m68k_saved_pc_after_call): Likewise.
6138 (m68k_get_longjmp_target): Make multi-arch.
6139 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6140 structure. Register m68k_get_longjmp_target if enabled.
6141 * m68k-tdep.h (struct gdbarch_tdep): Define.
6142 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6143
6144 * Makefile.in (config.status): Also depend on configure.tgt
6145 and configure.host.
6146 (m68klinux-tdep.o): Update dependencies.
6147 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6148 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6149 (M68K_LINUX_JB_PC): Define.
6150 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6151 and take additional parameter.
6152 (m68k_linux_sigtramp_saved_pc): Update.
6153 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
6154 m68k_linux_pc_in_sigtramp, in_plt_section,
6155 find_solib_trampoline_target.
6156 * config/m68k/tm-linux.h: Don't include any tm headers.
6157 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
6158 (JB_ELEMENT_SIZE): Likewise.
6159 (JB_PC): Likewise.
6160 (GET_LONGJMP_TARGET): Likewise.
6161 (IN_SIGTRAMP): Likewise.
6162 (SVR4_SHARED_LIBS): Define this and include "solib.h".
6163
eb2c22dc
MK
61642003-05-25 Mark Kettenis <kettenis@gnu.org>
6165
6166 * sparc-tdep.c (sparc32_do_push_arguments): New function.
6167 (sparc32_push_arguments): Re-implement by calling
6168 sparc32_do_push_arguments.
6169
44b7b84e
MK
61702003-05-25 Mark Kettenis <kettenis@gnu.org>
6171
6172 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
6173 SPARC_O1_REGNUM): New defines.
6174 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6175 (sparc32_store_return_value): New function.
6176 (sparc_extract_struct_value_address): Rewrite to operate on a
6177 regcache.
6178 (sparc_gdbarch_init): Don't set
6179 deprecated_extract_struct_value_address. Set
6180 extract_struct_value_address instead. Don't set
6181 deprecated_extract_return_value and deprecated_store_return_value
6182 for 32-bit targets. Set extract_return_value and
6183 store_return_value instead.
6184 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
6185 DEPRECTAED_EXTRACT_RETURN_VALUE,
6186 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
6187 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
6188 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
6189 (sparc_store_return_value): Remove prototype.
6190 (sparc32_store_return_value): New prototype.
6191 (sparc32_extract_return_value, sparc_extract_struct_value_address):
6192 Adjust prototypes.
6193
f6ad61e3
MK
61942003-05-24 Mark Kettenis <kettenis@gnu.org>
6195
6196 * sparcnbsd-tdep.c: Include "gdb_string.h".
6197
b276f1bb
AC
61982003-05-23 Andrew Cagney <cagney@redhat.com>
6199
6200 * p-valprint.c (pascal_val_print): Replace extract_address with
6201 the inline equivalent extract_unsigned_integer.
6202 * jv-valprint.c (java_value_print): Ditto.
6203 * ada-valprint.c (ada_val_print_1): Ditto.
6204 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
6205
e76c5fcc
TR
62062003-05-23 Theodore A. Roth <troth@openavr.org>
6207
6208 * blockframe.c (frameless_look_for_prologue): Remove unused
6209 after_prologue variable.
6210
2cdd89cb
MK
62112003-05-23 Mark Kettenis <kettenis@gnu.org>
6212
6213 * blockframe.c (get_pc_function_start): Rewrite to avoid
6214 asignments in if-statements.
6215
182d43bc
EZ
62162003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6217
6218 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 6219 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
6220 files, don't relocate absolute symbols (and do use mst_abs).
6221
e8f3fcdd
AC
62222003-05-23 Andrew Cagney <cagney@redhat.com>
6223
6224 * objc-lang.c: Include "gdb_assert.h".
6225 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
6226 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
6227 (gdb_check, gdb_check_fatal): Delete functions.
6228 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
6229 gdb_assert.
6230 (parse_selector, parse_method, find_methods, find_imps): Ditto.
6231 * Makefile.in (objc-lang.o): Update dependencies.
6232
3c23e6fb
ILT
62332003-05-22 Ian Lance Taylor <ian@airs.com>
6234
6235 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
6236 with fprintf_filtered, not fprintf_unfiltered.
6237
af1342ab
AC
62382003-05-22 Andrew Cagney <cagney@redhat.com>
6239
6240 * stack.c (frame_info): Inline extract_address, replacing it with
6241 extract_unsigned_integer.
6242 * findvar.c (unsigned_pointer_to_address): Ditto.
6243 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
6244 * dwarf2expr.c (dwarf2_read_address): Ditto.
6245 * frame.c (frame_pc_unwind): Update comment.
6246 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
6247
47e242ec
JJ
62482003-05-22 Jeff Johnston <jjohnstn@redhat.com>
6249
6250 * infptrace.c (detach): Call print_sys_errmsg rather than
6251 perror_with_name to issue warning message when errno is non-zero
6252 after calling ptrace detach.
6253
e2ac8128
JB
62542003-05-21 J. Brobecker <brobecker@gnat.com>
6255
6256 * config/pa/tm-hppa.h: Delete some unused macros. Move some
6257 macro definitions from here...
6258 * hppa-tdep.c: ...to there.
6259
92b3541e
KB
62602003-05-20 Kevin Buettner <kevinb@redhat.com>
6261
6262 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
6263 register_ptrace_addr(). Fix all callers.
6264
55809acb
AS
62652003-05-21 Andreas Schwab <schwab@suse.de>
6266
6267 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
6268 dependencies.
6269 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
6270 end.
6271 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
6272 (_initialize_m68k_linux_tdep): New function.
6273 (m68k_linux_frame_saved_pc): Make static.
6274 (m68k_linux_extract_return_value): Likewise.
6275 (m68k_linux_store_return_value): Likewise.
6276 (m68k_linux_extract_struct_value_address): Likewise.
6277 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
6278 Remove.
6279 (DEPRECATED_STORE_RETURN_VALUE): Remove.
6280 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6281 (DEPRECATED_FRAME_SAVED_PC): Remove.
6282
0fbc10f7
KW
62832003-05-20 Kris Warkentin <kewarken@qnx.com>
6284
6285 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
6286 regset numbering rather than our own.
6287
58da2eb2
DC
62882003-05-19 David Carlton <carlton@bactrian.org>
6289
6290 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
6291
1fcb5155
DC
62922003-05-19 David Carlton <carlton@bactrian.org>
6293
6294 Partial fix for PR c++/827.
6295 * cp-support.h: Include symtab.h.
6296 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
6297 * cp-namespace.c: Update contributors.
6298 (cp_lookup_symbol_nonlocal): New.
6299 (lookup_namespace_scope, cp_lookup_symbol_namespace)
6300 (lookup_symbol_file): Ditto.
6301 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
6302 * block.h: Declare block_scope, block_using, block_global_block.
6303 * block.c (block_scope): New.
6304 (block_using, block_global_block): Ditto.
6305 * Makefile.in (cp_support_h): Depend on symtab_h.
6306 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
6307
5f9a71c3
DC
63082003-05-19 David Carlton <carlton@bactrian.org>
6309
6310 * language.h (struct language_defn): Add 'la_value_of_this'
6311 and 'la_lookup_symbol_nonlocal' members.
6312 * symtab.h: Declare basic_lookup_symbol_nonlocal,
6313 lookup_symbol_static, lookup_symbol_global,
6314 lookup_symbol_aux_block.
6315 * symtab.c (lookup_symbol_aux): Call language hooks to determine
6316 if we should search fields of this and how to do static/global
6317 lookup.
6318 (lookup_symbol_aux_block): Make extern.
6319 (basic_lookup_symbol_nonlocal): New.
6320 (lookup_symbol_static, lookup_symbol_global): Ditto.
6321 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
6322 'la_lookup_symbol_nonlocal' members.
6323 * c-lang.c (c_language_defn, cplus_language_defn)
6324 (asm_language_defn, minimal_language_defn): Ditto.
6325 * jv-lang.c (java_language_defn): Ditto.
6326 * language.c (unknown_language_defn, auto_language_defn)
6327 (local_language_defn): Ditto.
6328 * m2-lang.c (m2_language_defn): Ditto.
6329 * objc-lang.c (objc_language_defn): Ditto.
6330 * scm-lang.c (scm_language_defn): Ditto.
6331 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
6332 * p-lang.c (pascal_language_defn): Ditto for both.
6333 * Makefile.in (f-lang.o): Depend on value_h.
6334 (p-lang.o): Ditto.
6335
89a9d1b1
DC
63362003-05-19 David Carlton <carlton@bactrian.org>
6337
6338 * block.h: Declare block_static_block.
6339 * block.c (block_static_block): New.
6340 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
6341 lookup_symbol_aux_local, calling block_static_block instead.
6342 (lookup_symbol_aux_local): Delete 'static_block' argument.
6343
eed3f8ab
DC
63442003-05-19 David Carlton <carlton@bactrian.org>
6345
6346 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
6347
a09d8bda
ML
63482003-05-19 Michal Ludvig <mludvig@suse.cz>
6349
6350 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
6351 register numbers mapping.
6352
69636828
AF
63532003-05-18 Adam Fedor <fedor@gnu.org>
6354
6355 * symtab.c (completion_list_objc_symbol): New function.
6356 (make_symbol_completion_list): Use it to add ObjC symbols
6357 when looking though the list.
6358 (language_search_unquoted_string): New function.
6359 (make_file_symbol_completion_list): Use it.
6360
55baeb84
AS
63612003-05-18 Andreas Schwab <schwab@suse.de>
6362
d0b45d99
AS
6363 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
6364 dependencies.
6365 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
6366 as m68k_linux_extract_return_value.
6367 (DEPRECATED_STORE_RETURN_VALUE): Define as
6368 m68k_linux_store_return_value.
6369 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6370 m68k_linux_extract_struct_value_address.
6371 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
6372 get_next_frame, get_frame_base, get_frame_pc.
6373 (m68k_linux_frame_saved_pc): Use get_frame_base.
6374 (m68k_linux_extract_return_value): New function.
6375 (m68k_linux_store_return_value): New function.
6376 (m68k_linux_extract_struct_value_address): New function.
6377 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
6378
55baeb84
AS
6379 * c-exp.y (typebase): Remove duplicate occurence of
6380 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 6381 of lookup_signed_typename.
55baeb84 6382
b6b08ebf
MK
63832003-05-18 Mark Kettenis <kettenis@gnu.org>
6384
6385 * dwarf2loc.c (find_location_expression): Change type of second
6386 argument to `size_t *'.
6387 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
6388 for size variable.
6389
5ad1c190
DC
63902003-05-18 David Carlton <carlton@bactrian.org>
6391
6392 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
6393 'linkage_name'. Add comment.
6394 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
6395 'linkage_name'.
6396 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
6397 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
6398 (lookup_block_symbol): Ditto.
6399
b8b527c5
AC
64002003-05-16 Andrew Cagney <cagney@redhat.com>
6401
6402 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
6403 * gdbarch.h, gdbarch.c: Re-generate.
6404 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
6405 * TODO (REGISTER_BYTES): Delete reference.
6406 * alpha-tdep.c (alpha_gdbarch_init): Update.
6407 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6408 * x86-64-tdep.c (x86_64_init_abi): Update.
6409 * vax-tdep.c (vax_gdbarch_init): Update.
6410 * v850-tdep.c (v850_gdbarch_init): Update.
6411 * sparc-tdep.c (sparc_gdbarch_init): Update.
6412 * sh-tdep.c (sh_gdbarch_init): Update.
6413 * s390-tdep.c (s390_gdbarch_init): Update.
6414 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6415 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
6416 (ns32k_gdbarch_init_32382): Update.
6417 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6418 * mcore-tdep.c (mcore_gdbarch_init): Update.
6419 * m68k-tdep.c (m68k_gdbarch_init): Update.
6420 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6421 * ia64-tdep.c (ia64_gdbarch_init): Update.
6422 * i386-tdep.c (i386_gdbarch_init): Update.
6423 * i386-linux-tdep.c (i386_linux_init_abi): Update.
6424 * hppa-tdep.c (hppa_gdbarch_init): Update.
6425 * h8300-tdep.c (h8300_gdbarch_init): Update.
6426 * frv-tdep.c (frv_gdbarch_init): Update.
6427 * cris-tdep.c (cris_gdbarch_init): Update.
6428 * avr-tdep.c (avr_gdbarch_init): Update.
6429 * arm-tdep.c (arm_gdbarch_init): Update.
6430 * sparc-tdep.c (sparc_pop_frame): Update.
6431 * rs6000-tdep.c (rs6000_pop_frame): Update.
6432 * remote.c (init_remote_state): Update.
6433 (remote_prepare_to_store): Update.
6434 * remote-vx.c (vx_prepare_to_store): Update.
6435 * remote-sds.c (sds_fetch_registers): Update.
6436 (sds_prepare_to_store): Update.
6437 * remote-array.c: Update.
6438 * regcache.c (init_legacy_regcache_descr): Update.
6439 (init_regcache_descr): Update.
6440 * mips-tdep.c (mips_eabi_extract_return_value): Update.
6441 (mips_o64_extract_return_value): Update.
6442 * irix5-nat.c (fetch_core_registers): Update.
6443 * irix4-nat.c (fetch_core_registers): Update.
6444 * i386-tdep.h: Update.
6445 * hppa-tdep.c (pa_do_registers_info): Update.
6446 (pa_do_strcat_registers_info): Update.
6447 * cris-tdep.c (cris_register_bytes_ok): Update.
6448 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
6449 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
6450 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
6451 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
6452 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
6453 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
6454 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
6455 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
6456 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
6457 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
6458 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
6459 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
6460 (REGISTER_BYTES_OK): Update.
6461 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
6462 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
6463
ee2842e2
ILT
64642003-05-16 Ian Lance Taylor <ian@airs.com>
6465
6466 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
6467 (vax_print_insn, print_insn_arg): Remove static functions.
6468 (vax_gdbarch_init): Call set_gdbarch_print_insn with
6469 print_insn_vax from opcodes library.
6470 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
6471
973177d3
AC
64722003-05-15 Andrew Cagney <cagney@redhat.com>
6473
aaab4dba
AC
6474 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
6475 * target.h (memory_breakpoint_from_pc): Delete declaration.
6476 * mem-break.c (memory_breakpoint_from_pc): Delete function.
6477 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
6478 * monitor.c (monitor_insert_breakpoint): Use
6479 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
6480 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
6481 * gdbarch.h, gdbarch.c: Re-generate.
6482 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
6483 (sparc_gdbarch_init): Set breakpoint_from_pc to
6484 sparc_breakpoint_from_pc.
6485 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
6486 (BREAKPOINT_FROM_PC): Define.
6487 (sparc_breakpoint_from_pc): Declare.
6488 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
6489 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
6490 (BREAKPOINT_FROM_PC): Define.
6491 (BREAKPOINT): Delete macro.
6492 * target.h: Update comment.
6493 * s390-tdep.c (s390_gdbarch_init): Update comments.
6494 * remote.c: Update comments.
6495 * remote-mips.c: Update comments.
6496 * proc-api.c (write_with_trace): Do not check for a breakpoint.
6497 * mem-break.c: Update comment.
6498 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
6499 (ia64_memory_insert_breakpoint): Update.
6500 * config/sparc/tm-sparc.h: Update comment.
6501 * config/pa/tm-hppa64.h: Update comment.
6502 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
6503 (rs6000_breakpoint_from_pc): Update.
6504 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
6505 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
6506 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
6507 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
6508 (mips_breakpoint_from_pc): Update.
6509 (mips_dump_tdep): Update.
6510
e06963ff
AC
6511 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
6512 * minsyms.c (lookup_minimal_symbol): Inline
6513 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
6514
973177d3
AC
6515 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
6516 * p-valprint.c (pascal_object_print_value_fields): Ditto.
6517 * p-lang.c (pascal_printstr): Ditto.
6518 * objc-lang.c (objc_printstr): Ditto.
6519 * m2-lang.c (m2_printstr): Ditto.
6520 * jv-valprint.c (java_print_value_fields): Ditto.
6521 * f-lang.c (f_printstr): Ditto.
6522 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
6523 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
6524 for repeat_count_threshold.
6525 * Makefile.in (cp-valprint.o): Update dependencies.
6526
5ea2bd7f 65272003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 6528
5ea2bd7f
JJ
6529 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
6530 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
6531 they start with mov r2,r12. Support skipping over indirect stores
6532 of the input registers. Upon hitting a non-nop branch instruction
6533 or predicated instruction, bail out by setting lim_pc to the current
6534 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
6535 beyond our calculated value and we have trust_limit set,
6536 use the lim_pc value.
6537
cc8c88f3
AC
65382003-05-15 Andrew Cagney <cagney@redhat.com>
6539
6540 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
6541 generic_find_dummy_frame.
6542 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
6543 (deprecated_generic_find_dummy_frame): Update.
6544 (deprecated_read_register_dummy): Update.
6545 * frame.c (deprecated_generic_get_saved_register): Update.
6546
909cd28e
TR
65472003-05-15 Theodore A. Roth <troth@openavr.org>
6548
6549 * avr-tdep.c (avr_breakpoint_from_pc): New function.
6550 (avr_gdbarch_init): Set breakpoint_from_pc method.
6551
b923b08d
AC
65522003-05-15 Andrew Cagney <cagney@redhat.com>
6553
6554 * regcache.c (build_regcache): Set deprecated_register_valid
6555 directly.
6556 (deprecated_grub_regcache_for_register_valid): Delete function.
6557 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
6558 declaration.
6559
ae2f03ac 65602003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
6561
6562 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
6563 * symtab.c (lookup_symbol_aux): Delete calls to
6564 lookup_symbol_aux_minsyms.
6565 (lookup_symbol_aux_minsyms): Comment out function and
6566 prototype. Delete lookup by mangled name.
ae2f03ac 6567
18ec9831
KB
65682003-05-14 Kevin Buettner <kevinb@redhat.com>
6569
6570 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
6571 correctly indicate an empty stack and ``stack_allocated'' to the
6572 indicate the number of elements initially allocated.
6573 (dwarf_expr_grow_stack): Simplify method for computing new
6574 stack size. Don't loop infinitely if ``stack_len'' is zero.
6575 (execute_stack_op): Move ``ctx->in_reg'' initialization
6576 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
6577 be used in conjuction with DW_OP_piece. Revise error message
6578 accordingly.
6579
de18ac1f
TR
65802003-05-14 Theodore A. Roth <troth@openavr.org>
6581
6582 * MAINTAINERS: Update my email address.
6583 * avr-tdep.c: Ditto.
6584
176620f1
EZ
65852003-05-14 Elena Zannoni <ezannoni@redhat.com>
6586
6587 * symtab.h (enum domain_enum): Rename from namespace_enum.
6588 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
6589 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
6590 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
6591 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
6592 TYPES_NAMESPACE, METHODS_NAMESPACE.
6593 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
6594 (struct symbol, struct partial_symbol): Rename field
6595 'namespace_enum namespace' to 'domain_enum domain'.
6596 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
6597 Delete old define kludge for namespace.
6598
6599 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
6600 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
6601 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
6602 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
6603 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
6604 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
6605 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
6606 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
6607 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
6608 occurrences of the above.
6609
b7f31508
ILT
66102003-05-14 Ian Lance Taylor <ian@airs.com>
6611
6612 * Makefile.in (install-only): Use $(SHELL) when running
6613 mkinstalldirs.
6614
2fdbdd39
ILT
66152003-05-13 Ian Lance Taylor <ian@airs.com>
6616
a208d82c
ILT
6617 * MAINTAINERS (write after approval): Add myself.
6618
2fdbdd39
ILT
6619 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
6620 second and third arguments.
6621 * ser-tcp.c (_initialize_ser_tcp): Likewise.
6622 * ser-unix.c (_initialize_ser_hardwire): Likewise.
6623
fbd9dcd3
AC
66242003-05-13 Andrew Cagney <cagney@redhat.com>
6625
6626 * defs.h (store_address): Delete declaration.
6627 findvar.c (store_address): Delete function.
6628 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
6629 store_unsigned_integer.
6630 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
6631 * v850-tdep.c (v850_push_arguments): Ditto.
6632 * sparc-tdep.c (sparc_get_saved_register): Ditto.
6633 * sh-tdep.c (sh64_get_saved_register): Ditto.
6634 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
6635 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
6636 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
6637 (mips_get_saved_register): Ditto.
6638 * ia64-tdep.c (ia64_get_saved_register): Ditto.
6639 (find_func_descr, ia64_push_arguments): Ditto.
6640 * i386-tdep.c (i386_push_arguments): Ditto.
6641 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
6642 * frv-tdep.c (frv_push_arguments): Ditto.
6643 * frame.c (legacy_saved_regs_prev_register): Ditto.
6644 (deprecated_generic_get_saved_register): Ditto.
6645 * findvar.c (unsigned_address_to_pointer): Ditto.
6646 * dwarf2read.c (dwarf2_const_value): Ditto.
6647 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6648 * alpha-tdep.c (alpha_push_arguments): Ditto.
6649
6760f9e6
JB
66502003-05-12 J. Brobecker <brobecker@gnat.com>
6651
6652 * NEWS: Mention that the hppa-hpux port has been partially
6653 multiarched (32bit ABIT only, so far).
6654
30e221b4
AC
66552003-05-11 Andrew Cagney <cagney@redhat.com>
6656
6657 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
6658 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
6659 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
6660 sim/testsuite/sim/arm/misaligned2.ms, and
6661 sim/testsuite/sim/arm/misaligned3.ms.
6662 * disasm.h (struct ui_file): Add opaque struct declaration.
6663 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
6664 * frame.h (struct ui_file): Ditto.
6665
dea7f9ba
MK
66662003-05-11 Mark Kettenis <kettenis@gnu.org>
6667
6668 * value.h: Pretty print.
6669
01986c48
MK
66702003-05-10 Mark Kettenis <kettenis@gnu.org>
6671
6672 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
6673
123a958e
AC
66742003-05-08 Andrew Cagney <cagney@redhat.com>
6675
6676 * regcache.h (max_register_size): Delete declaration.
6677 * regcache.c (max_register_size): Delete function.
6678 (struct regcache_descr): Delete field "max_register_size".
6679 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
6680 registers fit in MAX_REGISTER_SIZE.
6681 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
6682 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
6683 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
6684 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
6685 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
6686 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
6687 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
6688 * dve3900-rom.c, hppa-tdep.c: Ditto.
6689
eb294659
DC
66902003-05-08 David Carlton <carlton@math.stanford.edu>
6691
6692 * valops.c (push_word): Fix typo.
6693
d9d9c31f
AC
66942003-05-08 Andrew Cagney <cagney@redhat.com>
6695
6696 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
6697 * gdbarch.h: Re-generate.
6698 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
6699 (legacy_max_register_raw_size): Delete declaration.
6700 * regcache.c (legacy_max_register_raw_size): Delete function.
6701 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
6702 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
6703 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
6704 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
6705 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
6706 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
6707 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
6708 * findvar.c, dwarf2cfi.c: Ditto.
6709
22540ece
AC
67102003-05-08 Andrew Cagney <cagney@redhat.com>
6711
6712 * mips-tdep.c (read_signed_register): New function, moved to here
6713 from "regcache.c".
6714 (read_signed_register_pid): Ditto.
6715 * regcache.c (read_signed_register_pid): Delete function, moved to
6716 "mips-tdep.c".
6717 (read_signed_register): Ditto.
6718 * regcache.h (read_signed_register): Delete declaration.
6719 (read_signed_register_pid): Delete declaration.
6720
0c92afe8
AC
67212003-05-08 Andrew Cagney <cagney@redhat.com>
6722
6723 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
6724 * gdbarch.h: Re-generate.
6725 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
6726 (legacy_max_register_virtual_size): Delete declaration.
6727 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
6728 * d10v-tdep.c (d10v_print_registers_info): Ditto.
6729 * tracepoint.c (memrange_sortmerge): Ditto.
6730 * sparc-tdep.c (sparc_print_registers): Ditto.
6731 * regcache.c (legacy_max_register_virtual_size): Delete function.
6732
6037b830
JB
67332002-05-08 J. Brobecker <brobecker@gnat.com>
6734
6735 * fork-child.c (escape_bang_in_quoted_argument): New function.
6736 (fork_inferior): Escape '!' characters in quoted arguments
6737 only when needed.
6738
5d62c8b1
JB
67392003-05-08 J. Brobecker <brobecker@gnat.com>
6740
6741 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
6742 the language of the CU is not currently supported by GDB.
6743
20a0e81d
JB
67442003-05-08 J. Brobecker <brobecker@gnat.com>
6745
6746 * defs.h (language): Add language_minimal enum value.
6747 * c-lang.c (minimal_language_defn): New language definition.
6748 (_initialize_c_language): Add the new minimal language to the list
6749 of languages known to GDB.
6750
710ee10a
KB
67512003-05-08 Kevin Buettner <kevinb@redhat.com>
6752
6753 * frame.c (get_frame_type): Don't attempt to lazily initialize
6754 frame's unwinder for legacy frames.
6755
1750fa04
AC
67562003-05-07 Andrew Cagney <cagney@redhat.com>
6757
6758 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
6759 and "regcache" parameters.
6760 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
6761
ddf9f258 67622003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
6763
6764 * dwarf2read.c (dwarf_decode_lines): Only use output of
6765 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
6766 the current address.
6767
87767c29
AC
67682003-05-07 Andrew Cagney <cagney@redhat.com>
6769
6770 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
6771 code.
6772
5e7b2f39
JB
67732003-05-07 Jim Blandy <jimb@redhat.com>
6774
6775 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
6776 'maint info symtabs' and 'maint info psymtabs'.
6777 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
6778 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
6779 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
6780 Declarations updated.
6781 * maint.c (maintenance_list_command): Delete.
6782 (_initialize_maint_cmds): Update calls to add_cmd.
6783 * gdbcmd.h (maintenancelistlist): Delete declaration.
6784 * cli/cli-cmds.c (maintenancelistlist): Delete.
6785 (init_cmd_lists): Don't initialize it.
6786 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
6787
f6684c31
AC
67882003-05-07 Andrew Cagney <cagney@redhat.com>
6789
6790 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
6791 "regcache".
6792 (d10v_print_registers_info): Update.
6793 (d10v_dmap_register, d10v_imap_register): Delete functions.
6794 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
6795 and "imap_register".
6796 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
6797 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
6798 * arch-utils.c (generic_remote_translate_xfer_address): Add
6799 "regcache" and "gdbarch" parameters.
6800 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
6801 parameter. Change class to multi-arch.
6802 * gdbarch.h, gdbarch.c: Re-generate.
6803 * remote.c (remote_xfer_memory): Use
6804 gdbarch_remote_translate_xfer_address.
8ffd9b1b 6805
e4846b08
JJ
68062003-05-07 Jeff Johnston <jjohnstn@redhat.com>
6807
6808 * infrun.c (prev_pc): Move declaration ahead of proceed().
6809 (proceed): Refresh prev_pc value before resuming.
6810 (stop_stepping): Remove code to refresh prev_pc.
6811
6b71b8ac
KW
68122003-05-06 Kris Warkentin <kewarken@qnx.com>
6813
6814 * nto-tdep.c: Removed stray comment.
6815
47979a4b
KW
68162003-05-06 Kris Warkentin <kewarken@qnx.com>
6817
6818 * i386-nto-tdep.c: Fix old K&R function definitions.
6819 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
6820 Also change add_show_from_set() call to add_setshow_cmd().
6821 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
6822
00905d52
AC
68232003-05-05 Andrew Cagney <cagney@redhat.com>
6824
6825 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
6826 (fprint_dummy_frames): New function.
6827 (maintenance_print_dummy_frames): New function.
6828 (_initialize_dummy_frame): Add command "maint print dummy-frames".
6829 * frame.c (fprint_frame_id): Make global.
6830 * frame.h (fprint_frame_id): Declare.
6831 * Makefile.in (dummy-frame.o): Update dependencies.
6832
b1e29e33
AC
68332003-05-05 Andrew Cagney <cagney@redhat.com>
6834
6835 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
6836 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
6837 SIZEOF_CALL_DUMMY_WORDS.
6838 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
6839 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
6840 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
6841 CALL_DUMMY_BREAKPOINT_OFFSET.
6842 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
6843 CALL_DUMMY_START_OFFSET.
6844 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
6845 * gdbarch.h, gdbarch.c: Re-generate.
6846 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
6847 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
6848 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
6849 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
6850 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
6851 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
6852 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
6853 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
6854 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
6855 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
6856 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
6857 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
6858 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
6859 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
6860 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
6861
68622003-05-05 Kris Warkentin <kewarken@qnx.com>
6863
6864 * configure.tgt: Add i[3456]86-*-nto*.
6865 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
6866 * nto-tdep.c: New file. Neutrino target support routines.
6867 * nto-tdep.h: New file. Neutrino target header.
6868 * config/tm-qnxnto.h: New file.
6869 * config/i386/i386nto.mt: New file.
6870 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 6871
0ce3d317
AC
68722003-05-04 Andrew Cagney <cagney@redhat.com>
6873
6874 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
6875 (load_infrun_state): Ditto.
6876 (struct thread_info): Drop "prev_func_name" field.
6877 * thread.c (load_infrun_state): Update.
6878 (save_infrun_state): Update.
6879 * infrun.c (prev_func_name): Delete variable.
6880 (init_wait_for_inferior): Do not clear prev_func_name.
6881 (stop_stepping, keep_going, context_switch): Do not swap
6882 prev_func_name.
6883 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
6884 instead of PC_IN_SIGTRAMP.
6885
46654a5b
AC
68862003-05-04 Andrew Cagney <cagney@redhat.com>
6887
6888 * sentinel-frame.c (sentinel_frame_prev_register): Replace
6889 REGISTER_BYTE with register_offset_hack.
6890 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
6891 that REGISTER_BYTE is consistent with the regcache.
6892 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
6893 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 6894
14b08c1b
MK
68952003-05-04 Mark Kettenis <kettenis@gnu.org>
6896
04c8243f
MK
6897 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
6898 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
6899
14b08c1b
MK
6900 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
6901
c7a11e01
JB
69022003-05-03 J. Brobecker <brobecker@gnat.com>
6903
6904 From Thierry Schneider <tpschneider1@yahoo.com>
6905 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
6906 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
6907 (mi-cmd-symbol.o): Add rule.
6908
7043d8dc
AC
69092003-05-03 Andrew Cagney <cagney@redhat.com>
6910
6911 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
6912 comments noteing that it replaces the old FIX_CALL_DUMMY code.
6913 * gdbarch.h, gdbarch.c: Re-generate.
6914 * d10v-tdep.c (d10v_push_dummy_code): New function.
6915 (d10v_gdbarch_init): Set push_dummy_code.
6916 * infcall.c (legacy_push_dummy_code): New function.
6917 (generic_push_dummy_code): New function.
6918 (push_dummy_code): New function.
6919 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
6920 instead of dummy_addr, to push_dummy_call. Move call to
6921 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
6922 switch.
6923 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
6924
92bf2b80
AC
69252003-05-03 Andrew Cagney <cagney@redhat.com>
6926
6927 * disasm.h (print_insn): Declare.
6928 * disasm.c (init_gdb_disassemble_info): New function.
6929 (gdb_disassembly): Call init_gdb_disassemble_info.
6930 (gdb_print_insn): New function.
6931 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
6932 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
6933 * mcore-tdep.c: Include "disasm.h"
6934 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
6935 * d10v-tdep.c: Include "disasm.h".
6936 (display_trace): Call gdb_print_insn, instead of print_insn.
6937 (print_insn): Delete function.
6938 * printcmd.c: Include "disasm.h".
6939 (print_insn): Delete function.
6940 (print_formatted): Call gdb_print_insn, instead of print_insn.
6941 * Makefile.in (printcmd.o): Update dependencies.
6942 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 6943
27d94c49
AC
69442003-05-02 Andrew Cagney <cagney@redhat.com>
6945
82de1e5b
AC
6946 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
6947 PC_REGNUM, re-indent.
6948 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
6949 PC_REGNUM isn't set.
6950
27d94c49
AC
6951 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
6952 * gdbarch.h, gdbarch.c: Re-generate.
6953 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
6954 register_virtual_size, pc_regnum, or register_bytes.
6955 (D10V_PC_REGNUM): Rename _PC_REGNUM.
6956 (d10v_register_type): Use D10V_PC_REGNUM.
6957 (d10v_print_registers_info, d10v_read_pc): Ditto.
6958 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
6959 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
6960
a9c0dc7f
DC
69612003-05-02 David Carlton <carlton@bactrian.org>
6962
6963 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
6964 the name with mstrsave.
6965
e33d66ec
EZ
69662003-05-02 Elena Zannoni <ezannoni@redhat.com>
6967
6968 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
6969 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
6970 (host_charset_name, target_charset_name): New vars for use by
6971 set/show commands.
6972 (host_charset_enum, target_charset_enum): New enums for set/show
6973 commands.
6974 (set_charset_sfunc, set_host_charset_sfunc,
6975 set_target_charset_sfunc): New functions.
6976 (set_host_charset, set_target_charset): Make static.
6977 (list_charsets, set_host_charset_command,
6978 set_target_charset_command): Delete functions.
6979 (show_charset_command): Rewrite as....
6980 (show_charset): Hook this up with the set/show command mechanism.
6981 (_initialize_charset): Change names of charsets to match the
6982 set/show enums. Use host_charset_name and target_charset_name.
6983 Use set/show mechanism for charset, host-charset, target-charset
6984 commands. Do not make 'show host-charset' and 'show
6985 target-charset' be aliases of 'show charset'.
6986
6987 * charset.h (set_host_charset, set_target_charset): Don't export,
6988 they are not used outside the file.
6989
2b6fd0d8
AC
69902003-05-01 Andrew Cagney <cagney@redhat.com>
6991
6992 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
6993 (gdb_disassembly): Make "di" non static, always initialize and
6994 cleanup. Always use dis_asm_read_memory.
6995 (gdb_dis_asm_read_memory): Delete function.
6996
6ae2f580
AC
69972003-05-01 Andrew Cagney <cagney@redhat.com>
6998
6999 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7000 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7001
810ecf9f
AC
70022003-04-30 Andrew Cagney <cagney@redhat.com>
7003
7004 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7005 "tm_print_insn_info".
7006 (TARGET_PRINT_INSN_INFO): Delete macro.
7007 (dis_asm_read_memory): Delete function declaration.
7008 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7009 (tm_print_insn_info): Delete variable definition.
7010 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7011 * gdbarch.h, gdbarch.c: Re-generate.
7012 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7013 "deprecated_tm_print_insn_info".
7014 * mcore-tdep.c (mcore_dump_insn): Ditto.
7015 * mips-tdep.c (mips_gdbarch_init): Ditto.
7016 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7017 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7018 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7019 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7020 instead of TARGET_PRINT_INSN_INFO, add comment.
7021 * s390-tdep.c (s390_get_frame_info): Instead of
7022 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7023 (s390_check_function_end, s390_is_sigreturn): Ditto.
7024 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7025 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7026 * disasm.c: Include "gdbcore.h".
7027 (_initialize_disasm): New function, initialize
7028 "deprecated_tm_print_insn_info".
7029 (deprecated_tm_print_insn_info): New variable.
7030 (dis_asm_read_memory): Moved from "corefile.c", made static.
7031 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7032 * Makefile.in (disasm.o): Update dependencies.
7033
07020390
AC
70342003-04-30 Andrew Cagney <cagney@redhat.com>
7035
7036 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7037
a9fa03de
AF
70382003-04-29 Adam Fedor <fedor@gnu.org>
7039
7040 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7041 * infcall.c (find_function_addr): Make non-static.
7042 * infcall.h (find_function_addr): Declare.
7043 * Makefile.in (eval.o): Update dependencies.
7044
1bae87b9
AF
70452003-04-28 Adam Fedor <fedor@gnu.org>
7046
7047 * symtab.c (symbol_find_demangled_name): Check for and demangle
7048 ObjC symbols.
7049 (symbol_init_demangled_name): Init for language_objc as well.
7050
0ba6dca9
AC
70512003-04-28 Andrew Cagney <cagney@redhat.com>
7052
7053 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7054 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7055 * gdbarch.h, gdbarch.c: Re-generate.
7056 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7057 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7058 * inferior.h (deprecated_read_fp): Rename read_fp.
7059 (generic_target_read_fp): Delete declaration.
7060 * regcache.c (generic_target_read_fp): Delete function.
7061 (deprecated_read_fp): Replace read_fp, use
7062 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7063 * d10v-tdep.c (d10v_read_fp): Delete function.
7064 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7065
7066 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7067 deprecated_target_read_fp to generic_target_read_fp.
7068 * sh-tdep.c (sh_gdbarch_init): Ditto.
7069 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7070 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7071 * frv-tdep.c (frv_gdbarch_init): Ditto.
7072
7073 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7074 deprecated_fp_regnum.
7075 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7076 * vax-tdep.c (vax_gdbarch_init): Ditto.
7077 * v850-tdep.c (v850_gdbarch_init): Ditto.
7078 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7079 * sh-tdep.c (sh_gdbarch_init): Ditto.
7080 * s390-tdep.c (s390_gdbarch_init): Ditto.
7081 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7082 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7083 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7084 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7085 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7086 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7087 * i386-tdep.c (i386_gdbarch_init): Ditto.
7088 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7089 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7090 * frv-tdep.c (frv_gdbarch_init): Ditto.
7091 * cris-tdep.c (cris_gdbarch_init): Ditto.
7092 * avr-tdep.c (avr_gdbarch_init): Ditto.
7093 * arm-tdep.c (arm_gdbarch_init): Ditto.
7094 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7095
7096 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7097 * v850-tdep.c (v850_gdbarch_init): Ditto.
7098 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7099 * sh-tdep.c (sh_gdbarch_init): Ditto.
7100 * s390-tdep.c (s390_gdbarch_init): Ditto.
7101 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7102 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7103 * mips-tdep.c (mips_gdbarch_init): Ditto.
7104 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7105 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7106 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7107 * frv-tdep.c (frv_gdbarch_init): Ditto.
7108 * avr-tdep.c (avr_gdbarch_init): Ditto.
7109 * arm-tdep.c (arm_gdbarch_init): Ditto.
7110
7111 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7112 DEPRECATED_FP_REGNUM.
7113 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7114 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7115 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7116 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7117 (sparc32_register_virtual_type): Ditto.
7118 * sh-tdep.c (sh64_frame_chain): Ditto.
7119 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7120 (sh_nofp_frame_init_saved_regs): Ditto.
7121 (sh64_nofp_frame_init_saved_regs): Ditto.
7122 (sh_fp_frame_init_saved_regs): Ditto.
7123 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7124 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7125 * procfs.c (procfs_fetch_registers): Ditto.
7126 (procfs_store_registers): Ditto.
7127 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7128 (store_inferior_registers, fetch_core_registers): Ditto.
7129 (fetch_kcore_registers, clear_regs): Ditto.
7130 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7131 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7132 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7133 * nlm/i386.c (do_status): Ditto.
7134 * mipsv4-nat.c (supply_gregset): Ditto.
7135 * mips-tdep.c: Ditto for comments.
7136 * mips-nat.c (fetch_inferior_registers): Ditto.
7137 (store_inferior_registers, fetch_core_registers): Ditto.
7138 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7139 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7140 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7141 (i386_do_pop_frame, i386_register_type): Ditto.
7142 * hppa-tdep.c (hppa_frame_chain): Ditto.
7143 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7144 (hppa_pop_frame, hppa_read_fp): Ditto.
7145 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7146 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7147 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7148 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7149 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7150 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7151 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
7152 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
7153 * blockframe.c: Ditto for comments.
7154 * arch-utils.h: Ditto for comments.
7155 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
7156 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
7157 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
7158 * alpha-tdep.h: Ditto for comments.
7159 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
7160 (alpha_cannot_store_register): Ditto.
7161 (alpha_push_dummy_frame): Ditto.
7162 * alpha-nat.c (supply_gregset): Ditto.
7163
7164 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
7165 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
7166 * config/sparc/tm-sparc.h: Update comment.
7167
7168 * hppa-tdep.c (hppa_init_extra_frame_info): Use
7169 deprecated_read_fp instead of TARGET_READ_FP.
7170 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
7171 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
7172 * sparc-tdep.c (sparc_init_extra_frame_info): Use
7173 deprecated_read_fp instead of read_fp.
7174 * s390-tdep.c (s390_push_arguments): Ditto.
7175 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7176 * frame.h: Ditto in comments.
7177 * frame.c (legacy_get_prev_frame): Ditto.
7178 * dummy-frame.c (dummy_frame_this_id): Ditto.
7179 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7180
d7a27068
AC
71812003-04-28 Andrew Cagney <cagney@redhat.com>
7182
7183 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
7184 * gdbarch.h, gdbarch.c: Re-generate.
7185 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
7186 * vax-tdep.c (_initialize_vax_tdep): Update.
7187 * v850-tdep.c (_initialize_v850_tdep): Update.
7188 * sparc-tdep.c (_initialize_sparc_tdep): Update.
7189 * s390-tdep.c (_initialize_s390_tdep): Update.
7190 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
7191 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
7192 * mips-tdep.c (_initialize_mips_tdep): Update.
7193 * mcore-tdep.c (_initialize_mcore_tdep): Update.
7194 * m68k-tdep.c (_initialize_m68k_tdep): Update.
7195 * ia64-tdep.c (_initialize_ia64_tdep): Update.
7196 * hppa-tdep.c (_initialize_hppa_tdep): Update.
7197 * h8300-tdep.c (_initialize_h8300_tdep): Update.
7198 * frv-tdep.c (_initialize_frv_tdep): Update.
7199 * cris-tdep.c (cris_delayed_get_disassembler): Update.
7200 (_initialize_cris_tdep): Update.
7201 * arch-utils.c (legacy_print_insn): Update.
7202 * alpha-tdep.c (_initialize_alpha_tdep): Update.
7203
d2630e69
AF
72042003-04-26 Adam Fedor <fedor@gnu.org>
7205
7206 * linespec.c (decode_objc): New function to decode ObjC calls
7207 (decode_line_1): Check for ObjC calls (using decode_objc)
7208 * Makefile (linespec.o): Update dependencies.
7209
3086aeae
DJ
72102003-04-26 Daniel Jacobowitz <drow@mvista.com>
7211
7212 * breakpoint.h (struct breakpoint_ops): New.
7213 (struct breakpoint): Add ops member.
7214
7215 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
7216 (mention): Use new breakpoint ops member.
7217 (set_raw_breakpoint): Initialize ops field to NULL.
7218 (print_exception_catchpoint, print_one_exception_catchpoint)
7219 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
7220 (gnu_v3_exception_catchpoint_ops): New.
7221 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
7222
1fbec6c3
AF
72232003-04-25 Adam Fedor <fedor@gnu.org>
7224
7225 * Makefile.in (COMMON_OBS): Add objc-lang.o
7226
0ef21242
AC
72272003-04-25 Andrew Cagney <cagney@redhat.com>
7228
7229 * d10v-tdep.c (print_insn): Delete function.
7230 (display_trace): Use TARGET_PRINT_INSN.
7231 (_initialize_d10v_tdep): Do not set tm_print_insn.
7232 (d10v_gdbarch_init): Set print_insn.
7233
f75493ed
AC
72342003-04-25 Andrew Cagney <cagney@redhat.com>
7235
7236 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
7237 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
7238 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
7239 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
7240 (nr_dmap_regs, a0_regnum): ... new functions.
7241 (d10v_print_registers_info): Use a0_regnum, use register_size.
7242 (d10v_register_byte): Delete function.
7243 (d10v_register_raw_size): Delete function.
7244 (d10v_register_type): Use a0_regnum.
7245 (d10v_print_registers_info): Use a0_regnum.
7246 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
7247 (d10v_gdbarch_init): Do not set register_byte or
7248 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
7249 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
7250 extract_address.
7251 (trace_command): Use XCALLOC.
7252 (print_insn): Delete reference to tm_print_insn.
7253 (saved_regs_unwinder): Use store_unsigned_integer instead of
7254 store_address.
7255 * frame.h (FRAME_OBSTACK_CALLOC): Define
7256
2202b100
DC
72572003-04-25 David Carlton <carlton@bactrian.org>
7258
7259 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
7260
4e45ca2e
AF
72612003-04-24 Adam Fedor <fedor@gnu.org>
7262
7263 * objc-lang.c: Include "valprint.h"
7264 * Makefile.in (objc-lang.o): Update dependencies.
7265
93de3e7f
AF
72662003-04-24 Adam Fedor <fedor@gnu.org>
7267
8ffd9b1b 7268 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
7269 architecture dependant compilation and mark as unimplemented
7270 (until they get put in the gdbarch vector).
7271
0f20eeea
DC
72722003-04-23 David Carlton <carlton@bactrian.org>
7273
7274 * cp-support.c (cp_find_first_component): Accept 'operator' in
7275 more locations.
7276
74cfe982
AC
72772003-04-23 Andrew Cagney <cagney@redhat.com>
7278
7279 * infcall.c (call_function_by_hand): Eliminate redundant
7280 indentation. Move "saved_async" and "old_cleanups" to where they
7281 are needed.
8ffd9b1b 7282
52557533
AC
72832003-04-23 Andrew Cagney <cagney@redhat.com>
7284
7285 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
7286 and "buffer". Move the "name" code to where it is needed.
7287
158775de
AC
72882003-04-23 Andrew Cagney <cagney@redhat.com>
7289
7290 * infcall.c (call_function_by_hand): Move variables "start_sp",
7291 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
7292 code to ON_STACK switch branch.
8ffd9b1b 7293
ebc7896c
AC
72942003-04-23 Andrew Cagney <cagney@redhat.com>
7295
7296 * infcall.c (call_function_by_hand): Make declaration of "i",
7297 "sal", "bpt" and "old_sp" more local to their use. Delete #if
7298 lint.
7299
d727590f
AC
73002003-04-23 Andrew Cagney <cagney@redhat.com>
7301
7302 * infcall.c (call_function_by_hand): Delete variable
7303 "n_method_args". Localize "param_type"'s declaration to the loop
7304 that it is used. Reinstate code assigning to said variable -
7305 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
7306 Rationalize code using "param_type".
7307
d585e13a
AC
73082003-04-22 Andrew Cagney <cagney@redhat.com>
7309
7310 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
7311 compute the breakpoint address. Only call FIX_CALL_DUMMY when
7312 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
7313 to DEPRECATED_PUSH_RETURN_ADDRESS.
7314
051caad9
KB
73152003-04-22 Kevin Buettner <kevinb@redhat.com>
7316
7317 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
7318 on the DWARF2 register number prior to fetching a register.
7319
77296879
JB
73202003-04-22 J. Brobecker <brobecker@gnat.com>
7321
7322 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
7323 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 7324 this macro was always set to 0.
77296879
JB
7325 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
7326 considering the fact that this macro was always set to 0.
7327 * hppa-tdep.h (hppa_store_return_value): Likewise.
7328 (hppa_extract_return_value): Likewise.
7329
4252f1df
JB
73302003-04-22 J. Brobecker <brobecker@gnat.com>
7331
7332 * config/pa/tm-hppa.h: Remove obsolete code, was used by
7333 the hppa-pro target only.
7334
14604c6b
JB
73352003-04-21 J. Brobecker <brobecker@gnat.com>
7336
7337 Ongoing multi-arch conversion effort for HP/UX:
7338 * config/pa/tm-hppa.h: Move all macro that are no longer
7339 defined now that GDB_MULTI_ARCH is now set to 1 from here...
7340 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
7341
77eb01d1
JB
73422003-04-21 J. Brobecker <brobecker@gnat.com>
7343
7344 * config/pa/tm-hppa.h: Obsolete a section that was only used
7345 for hppa-pro.
7346
61995b3b
JB
73472003-04-21 J. Brobecker <brobecker@gnat.com>
7348
7349 Ongoing multi-arch conversion for HP/UX.
7350 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
7351 if already defined (allows hppa64 to stay non-multiarched for now).
7352 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
7353
4aa79dcc
AC
73542003-04-21 Andrew Cagney <cagney@redhat.com>
7355
7356 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
7357
0f751ff2
AC
73582003-04-21 Andrew Cagney <cagney@redhat.com>
7359
7360 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
7361 "i386_num_mmx_regs".
7362
04714b91
AC
73632003-04-21 Andrew Cagney <cagney@redhat.com>
7364
7365 * infcall.c: New file.
7366 * infcall.h: New file.
7367 * valarith.c: Include "infcall.h".
7368 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
7369 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
7370 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
7371 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
7372 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
7373 (SFILES): Add "infcall.c"
7374 (COMMON_OBS): Add "infcall.o".
7375 (infcall.o): Specify dependencies.
7376 * value.h (call_function_by_hand): Delete declaration.
7377 * inferior.h (run_stack_dummy): Delete declaration.
7378 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
7379 (run_stack_dummy): Move to "infcall.c", merged into
7380 call_function_by_hand.
7381 * valops.c (call_function_by_hand): Moved to "infcall.c".
7382 (find_function_addr, value_arg_coerce): Ditto.
7383 (unwindonsignal_p, coerce_float_to_double): Ditto.
7384 (_initialize_valops): Move "set/show coerce-float-to-double", and
7385 "set/show unwindonsignal" commands to "infcall.c".
7386 * v850-tdep.c, target.h: Update comments.
7387 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
7388 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
7389 (sh64_init_extra_frame_info): Update comments.
7390 * mn10300-tdep.c: Update comments.
7391 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
7392 * config/sparc/tm-sparc.h: Update comments.
7393 * breakpoint.h: Update comments.
7394 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
7395 * arm-tdep.c: Update comment.
7396
f9d3c2a8
MK
73972003-04-19 Mark Kettenis <kettenis@gnu.org>
7398
c40e1eab
MK
7399 * i386-tdep.c (i386_num_register_names): New variable.
7400 (i386_num_mmx_regs): Renamed from mmx_num_regs.
7401 (MM0_REGNUM): Remove redundant parentheses in define.
7402 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
7403 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
7404 i386_mxcsr_regnum_p): Remove redundant parentheses.
7405 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 7406
94ea66b3
MK
7407 * i386-tdep.c (i386_extract_return_value,
7408 i386_store_return_value): Correct check for availability of
7409 floating-point registers.
7410
54299a1d
MK
7411 * i386-tdep.c (i386_frame_num_args): Remove function.
7412 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
7413
c86c27af
MK
7414 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
7415 mmx_regnum_to_fp_regnum. Adjust all callers.
7416
f9d3c2a8
MK
7417 * i386-tdep.c (i386_get_longjmp_target): Use
7418 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
7419 and TARGET_CHAR_BIT. Use extract_typed_address instead of
7420 extract_address.
7421
94ba74a9
MK
74222003-04-19 Mark Kettenis <kettenis@gnu.org>
7423
7424 * core-regset.c: Update comments to reflect reality. Re-order
7425 includes.
7426 (fetch_core_registers): Use switch instead of if. Remove
7427 redundant prototype.
7428
4074e13c
JB
74292003-04-18 Jim Blandy <jimb@redhat.com>
7430
7431 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 7432 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 7433
e3ab4aba
RH
74342003-04-17 Richard Henderson <rth@redhat.com>
7435
7436 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
7437
627bf7c1
EZ
74382003-04-17 Michael Snyder <msnyder@redhat.com>
7439 Karen Bennet <bennet@redhat.com>
7440
7441 Committed by Elena Zannoni <ezannoni@redhat.com>
7442 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 7443
514621a9
EZ
74442003-04-17 Elena Zannoni <ezannoni@redhat.com>
7445
7446 * values.c (value_being_returned): Don't fetch the return
fbe586ae 7447 value if the return type is void.
514621a9 7448
b4acd559
JJ
74492003-04-17 Jeff Johnston <jjohnstn@redhat.com>
7450
7451 * thread-db.c: Reindented.
8ffd9b1b 7452
530b167e 74532003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
7454
7455 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
7456 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
7457 as types.
7458
0a48e7e8
MS
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
8ffd9b1b 7482
ab9fe00e
KB
74832003-04-16 Kevin Buettner <kevinb@redhat.com>
7484
610a3745 7485 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
7486 the size of ``long double'' to 16, instead of 8.
7487
e64a344c
MK
74882003-04-16 Mark Kettenis <kettenis@gnu.org>
7489
7490 * i386-linux-nat.c: Add some whitespace to make things more
7491 readable.
7492 (fetch_register, store_register, fetch_inferior_registers,
7493 store_inferior_registers): Get rid of assignment in if-statement.
7494 (store_register): Fix typo in error message.
7495
25d41031
AC
74962003-04-16 Andrew Cagney <cagney@redhat.com>
7497
7498 * utils.c (xmmalloc): Always allocate something, matches
7499 libiberty/xmalloc's semantics.
7500 (xmrealloc, xmcalloc): Ditto.
7501
c50901fd
AC
75022003-04-16 Andrew Cagney <cagney@redhat.com>
7503
7504 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
7505 update comments.
7506 (get_frame_type): Initialize unwind and type when needed.
7507 (get_frame_id, frame_register_unwind): Ditto.
7508
f81824a9
AC
75092003-04-16 Andrew Cagney <cagney@redhat.com>
7510
7511 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
7512 obsolete.
7513 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
7514 * sparcl-stub.c: Obsolete file.
7515 * config/sparc/tm-sparclet.h: Obsolete file.
7516 * sparclet-stub.c: Obsolete file.
7517 * sparclet-rom.c: Obsolete file.
7518 * sparcl-tdep.c: Obsolete file.
7519 * config/sparc/tm-sparclite.h: Obsolete file.
7520 * config/sparc/sparclite.mt: Obsolete file.
7521 * config/sparc/sparclet.mt: Obsolete file.
7522 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
7523 sparc86x-*-* obsolete.
7524
9219021c
DC
75252003-04-15 David Carlton <carlton@math.stanford.edu>
7526
7527 * Makefile.in (SFILES): Add cp-namespace.c.
7528 (COMMON_OBS): Add cp-namespace.o.
7529 (block.o): Depend on gdb_obstack_h and cp_support_h.
7530 (buildsym.o): Depend on cp_support_h.
7531 (cp-namespace.o): New.
7532 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
7533 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
7534 (dwarf2read.o): Depend on cp_support_h.
7535 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
7536 * dwarf2read.c (process_die): Set processing_has_namespace_info,
7537 processing_current_namespace.
7538 (read_namespace): Update processing_current_namespace; check for
7539 anonymous namespaces.
7540 (dwarf2_name): New function.
7541 (dwarf2_extension): Ditto.
7542 * cp-support.h: Update copyright, contributors.
7543 Add inclusion guards.
7544 Add opaque declaration for structs obstack, block, symbol.
7545 (struct using_direct): New struct.
7546 Add declarations for cp_find_first_component,
7547 cp_entire_prefix_len, processing_has_namespace_info,
7548 processing_current_namespace, cp_is_anonymous,
7549 cp_add_using_directive, cp_initialize_namespace,
7550 cp_finalize_namespace, cp_set_block_scope,
7551 cp_scan_for_anonymous_namespaces.
7552 * cp-namespace.c: New file.
7553 * cp-support.c: Update copyright.
7554 Include ctype.h, gdb_assert.h, gdbcmd.h.
7555 New variable maint_cplus_cmd_list.
7556 (cp_find_first_component): New function.
7557 (cp_entire_prefix_len, maint_cplus_command)
7558 (first_component_command, _initialize_cp_support): Ditto.
7559 * buildsym.c: Include cp-support.h.
7560 New variable using_list.
7561 (add_symbol_to_list): Check for anonymous namespaces.
7562 (finish_block): Set block's scope.
7563 (start_symtab): Initialize C++ namespace support.
7564 (end_symtab): Finalize C++ namespace support.
7565 * block.h: Add opaque declarations for structs
7566 block_namespace_info, using_direct, and obstack.
7567 Add declarations for block_set_scope and block_set_using.
7568 (struct block): Add 'language_specific' member.
7569 (BLOCK_NAMESPACE): New macro.
7570 * block.c: Include gdb_obstack.h and cp-support.h.
7571 (struct block_namespace_info): New struct.
7572 (block_set_scope): New function.
7573 (block_set_using, block_initialize_namespace): Ditto.
7574
d5a921c9
KB
75752003-04-14 Kevin Buettner <kevinb@redhat.com>
7576
7577 * solib-svr4.c (svr4_have_link_map_offsets): New function.
7578 (locate_base): Return early if there aren't any link map offsets.
7579 (svr4_solib_create_inferior_hook): Warn if shared library support
7580 is unavailable.
7581
d2a52b27
DC
75822003-04-14 David Carlton <carlton@math.stanford.edu>
7583
7584 * symtab.c (symbol_set_names): Add prefix when storing Java names
7585 in hash table. Fix for PR java/1039.
7586
980cae7a
DC
75872003-04-14 David Carlton <carlton@math.stanford.edu>
7588
7589 * symtab.c (symbol_set_names): Rename 'name' arg to
7590 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
7591 * symtab.h: Change 'name' argument in declaration of
7592 symbol_set_names to 'linkage_name'.
7593 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
7594
e227b13c
AC
75952003-04-14 Andrew Cagney <cagney@redhat.com>
7596
7597 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
7598 return the fully sign-extended register value.
7599 (get_frame_pointer): Ditto.
7600 (mips_pop_frame): Initialize "proc_desc" after checking for a
7601 dummy frame.
7602
36712a20
AC
76032003-04-14 Andrew Cagney <cagney@redhat.com>
7604
7605 * mips-tdep.c (mips_push_dummy_frame): Delete function.
7606 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
7607 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
7608 (mips_push_register): Delete function.
7609 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
7610 PUSH_FP_REGNUM.
7611
44ea7b70
JB
76122003-04-14 Jim Blandy <jimb@redhat.com>
7613
7614 * symmisc.c: #include "gdb_regex.h".
7615 (maintenance_list_symtabs, maintenance_list_psymtabs): New
7616 functions.
7617 * maint.c (maintenance_list_command): New function.
7618 (_initialize_maint_cmds): Register the above as commands.
7619 * symtab.h (maintenance_list_symtabs,
7620 maintenance_list_psymtabs): New declarations.
7621 * cli/cli-cmds.c (maintenancelistlist): New variable.
7622 (init_cmd_lists): Initialize it.
7623 * cli/cli-cmds.h (maintenancelistlist): New declaration.
7624 * gdbcmd.h (maintenancelistlist): New declaration.
7625 * Makefile.in (symmisc.o): Update dependencies.
7626
2d0c7962
EZ
76272003-04-14 Elena Zannoni <ezannoni@redhat.com>
7628
7629 * s390-nat.c: Include asm/types.h for addr_t.
7630
1947a811
CV
76312003-04-14 Corinna Vinschen <vinschen@redhat.com>
7632
7633 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
7634 actually incoming type.
7635
adb616d7
AC
76362003-04-13 Andrew Cagney <cagney@redhat.com>
7637
7638 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
7639 get_next_frame and get_frame_saved_regs.
7640
9b5e151c
AC
76412003-04-13 Andrew Cagney <cagney@redhat.com>
7642
7643 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
7644 of gdbarch_num_regs.
7645
ef6e7e13
AC
76462003-04-13 Andrew Cagney <cagney@redhat.com>
7647
7648 * frame.h: Mention what replaced what in "struct frame_info".
7649 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
7650 deprecated_update_frame_base_hack and
7651 deprecated_update_frame_pc_hack.
7652 * hppa-tdep.c: Ditto.
7653
61fbb938
DJ
76542003-04-13 Daniel Jacobowitz <drow@mvista.com>
7655
7656 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
7657 to read_reg and update its comment. Remove regnum member.
7658 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
7659 Don't call read_reg when setting in_reg. Call read_reg to get
7660 the frame base if it's in a register. Return the register number
7661 on the stack instead of in the context. Remove extra arguments
7662 to read_reg.
7663 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
7664 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
7665 the register number on the expression stack.
7666 (needs_frame_read_reg): Remove extra arguments.
7667
0d53c4c4
DJ
76682003-04-13 Daniel Jacobowitz <drow@mvista.com>
7669
7670 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
7671 made non-static.
7672 (execute_stack_op): All callers updated.
7673 * dwarf2expr.h: Add prototype for dwarf2_read_address.
7674 * dwarf2loc.c (find_location_expression): New function.
7675 (dwarf_expr_frame_base): Call it.
7676 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
7677 (dwarf2_tracepoint_var_ref): New function, broken out from
7678 locexpr_tracepoint_var_ref.
7679 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
7680 Make static.
7681 (loclist_read_variable, loclist_read_needs_frame): New functions.
7682 (loclist_describe_location, loclist_tracepoint_var_ref): New
7683 functions.
7684 (dwarf2_loclist_funcs): New struct location_funcs.
7685 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
7686 (struct dwarf2_locexpr_baton): Add comments.
7687 (dwarf2_loclist_funcs): New extern.
7688 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
7689 base_address and base_known.
7690 (dwarf_loc_buffer): New variable.
7691 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
7692 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
7693 (dwarf2_has_info): Initialize dwarf_loc_offset.
7694 (dwarf2_build_psymtabs): Read in .debug_loc.
7695 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
7696 DWARF_LOC_SIZE.
7697 (psymtab_to_symtab_1): Likewise. Move base address calculation
7698 here, from...
7699 (dwarf2_get_pc_bounds): ... here. Use the base address from
7700 cu_header.
7701 (dwarf2_symbol_mark_computed): Handle location lists.
7702
6aca59a3
DJ
77032003-04-13 Daniel Jacobowitz <drow@mvista.com>
7704
7705 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
7706 if the linkage name demangled successfully.
7707
aca1fcd0
MK
77082003-04-13 Mark Kettenis <kettenis@gnu.org>
7709
97095916
MK
7710 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
7711 disassmbly_flavour): Removed.
7712
aca1fcd0
MK
7713 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
7714
562a961f
MK
77152003-04-13 Mark Kettenis <kettenis@gnu.org>
7716
7717 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
7718
bd013d54
AC
77192003-04-12 Andrew Cagney <cagney@redhat.com>
7720
7721 * frame.h (struct frame_info): Move definition from here ...
7722 * frame.c (struct frame_info): ... to here.
7723
167ef8b1
AC
77242003-04-12 Andrew Cagney <cagney@redhat.com>
7725
7726 * gdbthread.h (save_infrun_state): Delete parameter
7727 "prev_func_start".
7728 (struct thread_info): Delete field "prev_func_start".
7729 (load_infrun_state): Ditto.
7730 * thread.c (load_infrun_state, save_infrun_state): Update.
7731 * infrun.c (prev_func_start): Delete variable.
7732 (context_switch, init_wait_for_inferior): Update.
7733 (stop_stepping, keep_going): Update.
7734
da3331ec
AC
77352003-04-12 Andrew Cagney <cagney@redhat.com>
7736
7737 * gdbarch.sh: Add missing opaque declarations.
7738 * gdbarch.h: Regnerate.
7739 * symtab.h: Add missing opaque declarations.
7740 * value.h, target.h, symfile.h, stabsread.h: Ditto.
7741 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
7742 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
7743 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
7744 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
7745 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
7746 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
7747 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
7748 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
7749 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
7750 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
7751 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
7752 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
7753
18adea3f
AC
77542003-04-11 Andrew Cagney <cagney@redhat.com>
7755
7756 * frame.c (get_frame_id): Return this frame's "id".
7757 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
7758 function start.
7759 (legacy_saved_regs_this_id): Replace function body with
7760 internal-error.
7761 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
7762 FRAME_OBSTACK_ZALLOC.
7763 (create_new_frame): Mark the frame ID as valid.
7764
2252e863
AO
77652003-04-11 Alexandre Oliva <aoliva@redhat.com>
7766
7767 * Makefile.in (libbfd_h): Added missing setting.
7768 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
7769 according to the selected ABI.
7770
a8245ab8
JJ
77712003-04-11 Jeff Johnston <jjohnstn@redhat.com>
7772
7773 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
7774
6913c89a
AC
77752003-04-11 Andrew Cagney <cagney@redhat.com>
7776
7777 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
7778 SAVED_PC_AFTER_CALL.
7779 * gdbarch.h, gdbarch.c: Regenerate.
7780 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7781 * x86-64-tdep.c (x86_64_init_abi): Update.
7782 * vax-tdep.c (vax_gdbarch_init): Update.
7783 * v850-tdep.c (v850_gdbarch_init): Update.
7784 * sparc-tdep.c (sparc_gdbarch_init): Update.
7785 * sh-tdep.c (sh_gdbarch_init): Update.
7786 * s390-tdep.c (s390_gdbarch_init): Update.
7787 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7788 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7789 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7790 * mips-tdep.c (mips_gdbarch_init): Update.
7791 * mcore-tdep.c (mcore_gdbarch_init): Update.
7792 * m68k-tdep.c (m68k_gdbarch_init): Update.
7793 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7794 * ia64-tdep.c (ia64_gdbarch_init): Update.
7795 (ia64_saved_pc_after_call): Update declaration.
7796 * i386ly-tdep.c (i386lynx_init_abi): Update.
7797 * i386-tdep.c (i386_gdbarch_init): Update.
7798 * hppa-tdep.c (hppa_gdbarch_init): Update.
7799 * h8300-tdep.c (h8300_gdbarch_init): Update.
7800 * frv-tdep.c (frv_gdbarch_init): Update.
7801 * cris-tdep.c (cris_gdbarch_init): Update.
7802 * avr-tdep.c (avr_gdbarch_init): Update.
7803 * arm-tdep.c (arm_gdbarch_init): Update.
7804 * alpha-tdep.c (alpha_gdbarch_init): Update.
7805 * ns32knbsd-nat.c (frame_num_args): Update.
7806 * ns32k-tdep.c (umax_frame_num_args): Update.
7807 * mips-tdep.c (mips_init_frame_pc_first): Update.
7808 * infrun.c (step_over_function): Update.
7809 * i386-linux-tdep.c (skip_hurd_resolver): Update.
7810 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
7811 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
7812 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7813 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7814 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
7815 * arm-linux-tdep.c (skip_hurd_resolver): Update.
7816 * arch-utils.c (init_frame_pc_default): Update.
7817 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7818 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
7819 declaration.
8ffd9b1b 7820
38edeab8
AC
78212003-04-11 Andrew Cagney <cagney@redhat.com>
7822
7823 * i387-tdep.c: Update copyright.
7824 (i387_to_double): Delete function.
7825 (double_to_i387): Delete function.
7826
81f8a206
AC
78272003-04-10 Andrew Cagney <cagney@redhat.com>
7828
7829 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
7830 frame's function's address. Simplify.
7831 (d10v_frame_unwind_cache): Check that the frame's function is
7832 non-zero.
7833
6e691f7a
JB
78342003-04-10 Jim Blandy <jimb@redhat.com>
7835
7836 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
7837 call to set_gdbarch_deprecated_push_arguments.
7838
7f78e237
AC
78392003-04-10 Andrew Cagney <cagney@redhat.com>
7840
7841 * frame.c (fprint_frame_id): New function.
7842 (fprint_frame_type, fprint_frame): New function.
7843 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
7844 (create_sentinel_frame, get_frame_id): Ditto.
7845 (frame_id_p, frame_id_eq): Ditto.
7846 (frame_id_inner, create_new_frame): Ditto.
7847 (legacy_get_prev_frame, get_prev_frame): Ditto.
7848 (deprecated_update_frame_pc_hack): Ditto.
7849 (frame_register_unwind): Ditto.
7850 (deprecated_update_frame_base_hack): Ditto.
7851
f870b49b
CV
78522003-04-10 Corinna Vinschen <vinschen@redhat.com>
7853
7854 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
7855 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
7856 frame_chain function.
7857 * Makefile.in: Add dependencies due to above change.
7858
7c86889b
CV
78592003-04-10 Corinna Vinschen <vinschen@redhat.com>
7860
7861 * blockframe.c (legacy_frame_chain_valid): Move call to
7862 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
7863 inside_entry_file.
7864
d0a55772
AC
78652003-04-09 Andrew Cagney <cagney@redhat.com>
7866
7867 * frame.h (struct frame_id): Replace "pc" and "base" with
7868 "stack_addr" and "code_addr". Update comments.
7869 (frame_id_build): Update parameter names and comment.
7870 (struct frame_info): Replace "id_p" and "id" with "this_id".
7871 * dummy-frame.c (dummy_frame_this_id): Update.
7872 * breakpoint.c (print_one_breakpoint): Update.
7873 * frame.c (get_frame_id): Update.
7874 (get_frame_base, frame_id_build): Update.
7875 (create_sentinel_frame, legacy_get_prev_frame): Update.
7876 (deprecated_update_frame_base_hack): Update.
7877 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
7878 (frame_id_inner): Ditto.
7879
ac16bf07
AC
78802003-04-09 Andrew Cagney <cagney@redhat.com>
7881
7882 * defs.h (gdb_print_host_address): Make "addr" parameter a
7883 pointer constant.
7884 * utils.c (gdb_print_host_address): Update.
7885
366cfc9e
KB
78862003-04-09 Kevin Buettner <kevinb@redhat.com>
7887
7888 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
7889 register number for R0 is 0.
7890
cd983b5c
JB
78912003-04-09 J. Brobecker <brobecker@gnat.com>
7892
7893 * frame.h (struct gdbarch): Add opaque structure definition
7894 to avoid a compilation warning on LynxOS 4.0.
7895
d1340264
AC
78962003-04-09 Andrew Cagney <cagney@redhat.com>
7897
7898 * frame.h (struct frame_info): Delete field "pc". Replace
7899 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
7900 structure.
7901 * frame.c (frame_pc_unwind): Update.
7902 (create_sentinel_frame): Do not set "pc".
7903 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
7904 (get_frame_pc): Call frame_pc_unwind.
7905 (deprecated_update_frame_pc_hack): Update.
7906 (create_new_frame): Use "pc" not "->pc".
7907
90a6fffb
AC
79082003-04-09 Andrew Cagney <cagney@redhat.com>
7909
7910 * frame.c (get_frame_id): Eliminate code updating "frame".
7911 (legacy_get_prev_frame): Ditto.
7912 (get_frame_base): Return id.base directly.
7913 (deprecated_update_frame_base_hack): Update "id.base".
7914 * frame.h (struct frame_info): Delete field "frame".
7915
2fbce691
AC
79162003-04-09 Andrew Cagney <cagney@redhat.com>
7917
7918 * NEWS: Mention that the "Sequent family" is obsolete.
7919 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
7920 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
7921 * configure.host: Obsolete i[3456]86-sequent-bsd*,
7922 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
7923 * config/i386/tm-ptx4.h: Obsolete file.
7924 * config/i386/tm-ptx.h: Obsolete file.
7925 * symm-tdep.c: Obsolete file.
7926 * config/i386/symmetry.mt: Obsolete file.
7927 * config/i386/tm-symmetry.h: Obsolete file.
7928 * symm-nat.c: Obsolete file.
7929 * config/i386/nm-symmetry.h: Obsolete file.
7930 * config/i386/xm-symmetry.h: Obsolete file.
7931 * config/i386/symmetry.mh: Obsolete file.
7932 * config/i386/nm-ptx4.h: Obsolete file.
7933 * config/i386/ptx4.mh: Obsolete file.
7934 * config/i386/ptx.mt: Obsolete file.
7935 * config/i386/ptx.mh: Obsolete file.
7936 * config/i386/xm-ptx4.h: Obsolete file.
7937 * config/i386/xm-ptx.h: Obsolete file.
7938
78c43945
AC
79392003-04-09 Andrew Cagney <cagney@redhat.com>
7940
7941 Obsolete mips*-*-mach3*.
7942 * NEWS: Mention that mips*-*-mach3* is obsolete.
7943 * m3-nat.c: Obsolete file.
7944 * config/nm-m3.h: Obsolete file.
7945 * config/mips/tm-mipsm3.h: Obsolete file.
7946 * config/mips/mipsm3.mt: Obsolete file.
7947 * config/mips/mipsm3.mh: Obsolete file.
7948 * config/mips/xm-mipsm3.h: Obsolete file.
7949 * mipsm3-nat.c: Obsolete file.
7950 * configure.host: Obsolete mips-dec-mach3*.
7951 * configure.tgt: Obsolete mips*-*-mach3*.
7952
f1908289
AC
79532003-04-09 Andrew Cagney <cagney@redhat.com>
7954
7955 * doublest.h: Update copyright.
7956 (deprecated_store_floating, deprecated_extract_floating): Rename
7957 store_floating and extract_floating. Update comments.
7958 * doublest.c: Update copyright.
7959 (extract_floating_by_length): Replace extract_floating.
7960 (store_floating_by_length): Replace store_floating.
7961 (deprecated_extract_floating): New function.
7962 (deprecated_store_floating): New function.
7963 (extract_typed_floating): Call extract_floating_by_length.
7964 (store_typed_floating): Call store_floating_by_length.
7965 * x86-64-tdep.c (x86_64_store_return_value): Update.
7966 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
7967 (sh64_extract_return_value): Update.
7968 (sh_sh4_register_convert_to_virtual): Update.
7969 (sh_sh64_register_convert_to_virtual): Update.
7970 (sh_sh4_register_convert_to_raw): Update.
7971 (sh_sh64_register_convert_to_raw): Update.
7972 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
7973 (rs6000_register_convert_to_raw): Update.
7974 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
7975 (ia64_register_convert_to_raw): Update.
7976 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
7977 (REGISTER_CONVERT_TO_VIRTUAL): Update.
7978 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
7979 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
7980 (alpha_register_convert_to_raw): Update.
7981
4443bd83
AC
79822003-04-08 Andrew Cagney <cagney@redhat.com>
7983
7984 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
7985 * gdbarch.h, gdbarch.c: Re-generate.
7986 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
7987 (d10v_gdbarch_init): Do not set saved_pc_after_call.
7988 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
7989 conditionally, use frame_pc_unwind as an alternative. Add
7990 comments.
7991 * arch-utils.c (init_frame_pc_default): Only call
7992 SAVED_PC_AFTER_CALL when available.
7993
c0236d92
EZ
79942003-04-08 Elena Zannoni <ezannoni@redhat.com>
7995
fbe586ae 7996 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
7997 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
7998 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
7999 (start_remote): Ditto.
8000 (handle_inferior_event): Ditto.
8001 (save_inferior_status): Ditto.
8002 (restore_inferior_status): Ditto.
8003 * infcmd.c (attach_command): Ditto.
8004 * fork-child.c (startup_inferior): Ditto.
fbe586ae 8005 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
8006 * alpha-tdep.c (heuristic_proc_start): Ditto.
8007 * mips-tdep.c (heuristic_proc_start): Ditto.
8008 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8009 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8010 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8011 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8012 * remote-vx.c (vx_create_inferior): Ditto.
8013
80142003-04-08 Elena Zannoni <ezannoni@redhat.com>
8015
8016 * infrun.c (stop_soon_quietly): Make it an enum, to better
8017 override the default behavior of handle_inferior_event.
8018 (clear_proceed_status): Update uses of stop_soon_quietly to
8019 reflect that it is now an enum.
8020 (start_remote): Ditto.
8021 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8022 is set to handle the new GNU/Linux kernel behavior for
8023 attach/sigstop. Update uses of stop_soon_quietly.
8024 * inferior.h (enum stop_kind): New enum.
8025 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8026 Reset normal handle_inferior_event behavior, afterwards.
8027 * fork-child.c (startup_inferior): Update.
8028 * alpha-tdep.c (heuristic_proc_start): Update.
8029 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8030 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8031 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8032 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8033 * remote-vx.c (vx_create_inferior): Update.
8034 * mips-tdep.c (heuristic_proc_start): Update.
8035
1211bce3
EZ
80362003-04-07 Elena Zannoni <ezannoni@redhat.com>
8037
8038 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 8039 be freed more than once, causing wild memory corruptions.
1211bce3 8040 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 8041 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 8042 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 8043 with the "core" target.
1211bce3 8044
f0ef6b29
KB
80452003-04-07 Kevin Buettner <kevinb@redhat.com>
8046
8047 * mips-tdep.c (mips_print_fp_register): New function, created from
8048 do_fp_register_row(). Registers are now (also) printed as hex.
8049 Only one register is printed per row.
8050 (mips_print_register, do_fp_register_row): Print floating point
8051 registers with mips_print_fp_register().
8052
8cf71652
AC
80532003-04-06 Andrew Cagney <cagney@redhat.com>
8054
5e488a7b
AC
8055 * valprint.h (inspect_it): Add extern declaration.
8056 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8057 (selectors_info, classes_info): Ditto.
8058 (find_objc_msgcall): Fix indentation.
8059 (objc_printstr): Delete extern declarations.
8060
8cf71652
AC
8061 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8062
e6ba3bc9
AC
80632003-04-06 Andrew Cagney <cagney@redhat.com>
8064
8065 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8066 Update comment.
8067 * frame.c (legacy_saved_regs_this_id): Update.
8068 (legacy_get_prev_frame): Update.
8069 * xstormy16-tdep.c: Update comment.
8070 * sparc-tdep.c (sparc_frame_chain): Update comment.
8071 * blockframe.c (legacy_frame_chain_valid): Update.
8072
55e1d7e7
AC
80732003-04-06 Andrew Cagney <cagney@redhat.com>
8074
996179ee
AC
8075 * valprint.c (val_print_type_code_int): Delete #ifdef
8076 PRINT_TYPELESS_INTEGER code.
8077
55e1d7e7
AC
8078 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8079 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8080 multi-arch definition.
8081 * gdbarch.h: Re-generate.
8082
43bd9a9e
AC
80832003-04-05 Andrew Cagney <cagney@redhat.com>
8084
8085 Eliminate FRAME_FIND_SAVED_REGS.
8086 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8087 Change FSR parameter to a pointer.
8088 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8089 Assume FSR parameter is a pointer.
8090 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8091 Make fsr a pointer.
8092 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8093 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8094 saved_regs a pointer.
8095 (hppa_frame_saved_pc): Ditto.
8096 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8097 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8098 pointer.
8099 (restore_pc_queue): Make fsr a pointer.
8100 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8101 (hppa_frame_chain): Make saved_regs a pointer, call
8102 hppa_frame_init_saved_regs.
8103 * sparc-tdep.c: Include "gdb_assert.h".
8104 (sparc_frame_find_saved_regs): Replace internal_error with
8105 gdb_assert.
8106 * remote-vxsparc.c (vx_read_register): Delete reference to
8107 FRAME_FIND_SAVED_REGS.
8108 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8109 * gdbarch.h: Regenerate.
8110 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8111 (deprecated_get_frame_saved_regs): Delete declaration.
8112 (struct frame_saved_regs): Delete definition.
8113 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8114 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8115 (hppa_frame_find_saved_regs): Delete declaration.
8116 (FRAME_FIND_SAVED_REGS): Delete macro.
8117 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8118 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8119 FRAME_FIND_SAVED_REGS in comment.
8120
be41e9f4
AC
81212003-04-05 Andrew Cagney <cagney@redhat.com>
8122
8123 * frame.c (frame_func_unwind, get_frame_func): New functions.
8124 * frame.h (get_frame_func, frame_func_unwind): Declare.
8125 (struct frame_info): Add field "prev_func" for caching the
8126 previous frame's function address.
8127 * arm-tdep.c (arm_frameless_function_invocation): Combine
8128 get_pc_function_start and get_frame_pc into get_frame_func.
8129 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8130 (sh64_nofp_frame_init_saved_regs): Ditto.
8131 * s390-tdep.c (s390_function_start): Ditto.
8132 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8133 (rs6000_frameless_function_invocation): Ditto.
8134 (rs6000_frame_saved_pc): Ditto.
8135 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8136 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8137 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8138 (i386_frame_init_saved_regs): Ditto.
8139 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8140 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8141 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8142 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8143 * blockframe.c (frameless_look_for_prologue): Ditto.
8144
a01dd7cc
AC
81452003-04-05 Andrew Cagney <cagney@redhat.com>
8146
8147 * frame.c (legacy_get_prev_frame): Link prev to next at the
8148 function start. Update comments.
8149
5e5592e6
AC
81502003-04-05 Andrew Cagney <cagney@redhat.com>
8151
8152 * frame.c (get_frame_id): Update comment.
8153 (legacy_get_prev_frame): Update comment.
8154 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
8155 * gdbarch.h: Regenerate.
8156 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
8157 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
8158
6fba5002
AC
81592003-04-05 Andrew Cagney <cagney@redhat.com>
8160
8161 * stack.c (print_frame_info): Use get_frame_pc.
8162
7df05f2b
AC
81632003-04-04 Andrew Cagney <cagney@redhat.com>
8164
8165 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
8166 the frame's type from the unwinder.
8167 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
8168 (create_new_frame, legacy_get_prev_frame): When the unwinder's
8169 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
8170 (get_frame_base_address): Use get_frame_type.
8171 (get_frame_locals_address, get_frame_args_address): Ditto.
8172 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
8173 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
8174 (struct frame_info): Add comment explaining why the frame contains
8175 a "type" field.
8176 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
8177 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
8178 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
8179 NORMAL_FRAME.
8180 * frame-unwind.h: Include "frame.h".
8181 (struct frame_unwind): Add "type" field.
8182 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 8183
11889732
AC
81842003-04-04 Andrew Cagney <cagney@redhat.com>
8185
8186 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
8187 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
8188 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
8189 get_frame_base.
8190 (d10v_unwind_dummy_id): Use frame_id_build.
8191 * frame.c (find_frame_sal): Use get_frame_pc.
8192 (create_new_frame): Use deprecated_update_frame_pc_hack and
8193 deprecated_update_frame_base_hack.
8194 (create_sentinel_frame): Add comment about ->pc going away.
8195 (get_prev_frame): Add comment about ->pc going away.
8196 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
8197 frame_id_build, deprecated_update_frame_pc_hack and
8198 deprecated_update_frame_base_hack.
8199 (select_frame): Use get_frame_pc.
8200 (legacy_saved_regs_this_id): Use frame_id_build.
8201
50c46a0d
EZ
82022003-04-04 Elena Zannoni <ezannoni@redhat.com>
8203
fbe586ae
RH
8204 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
8205 signed integer case.
8206 (classify_argument): Handle enumerations and references.
50c46a0d 8207
50bbdbd9
AC
82082003-04-04 Andrew Cagney <cagney@redhat.com>
8209
8210 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
8211 ID to NULL.
8212
36018d2e
AF
82132003-04-01 Adam Fedor <fedor@gnu.org>
8214
8215 * gdb/objc-lang.c (selectors_info): Replace calls to
8216 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
8217 SYMBOL_NATURAL_NAME.
8218 (classes_info, find_methods): Likewise.
8219
35cec841
KB
82202003-04-03 Kevin Buettner <kevinb@redhat.com>
8221
8222 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
8223 ``mach'' to the value determined by bfd_default_set_arch_mach().
8224
43136899
BR
82252003-04-02 Bob Rossi <bob_rossi@cox.net>
8226
8227 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
8228 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
8229 (mi-cmd-file.o): Update dependencies.
8230
040b99fd
KB
82312003-04-01 Kevin Buettner <kevinb@redhat.com>
8232
8233 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
8234 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
8235
9a3d7dfd
AF
82362003-04-01 Adam Fedor <fedor@gnu.org>
8237
8238 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
8239 * language.h (struct language_defn): Add la_demangle.
8240 (language_demangle): Declare.
8241 * language.c (language_demangle): New function.
8242 (unk_lang_demangle): Likewise.
8243 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 8244 Add ukn_lang_demangle.
9a3d7dfd 8245 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 8246 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
8247 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
8248 (cplus_language_defn): Add cplus_demangle for la_demangle element.
8249 * jv-lang.c (java_demangle): New function
8250 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
8251 * objc-lang.c (objc_demangle): Add options argument
8252 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
8253 * maint.c (maintenance_demangle): Replace switch with
8254 call to language_demangle.
8255 * utils.c (fprintf_symbol_filtered): Likewise.
8256
5e074003
AC
82572003-04-01 Andrew Cagney <cagney@redhat.com>
8258
8259 * printcmd.c (print_frame_nameless_args): Delete #ifdef
8260 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
8261 PRINT_TYPELESS_INTEGER.
8262 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
8263 PUSH_RETURN_ADDRESS.
8264
270cb5d6
AC
82652003-04-01 Andrew Cagney <cagney@redhat.com>
8266
8267 * Makefile.in (d10v-tdep.o): Update dependencies.
8268 * d10v-tdep.c: Include "frame-base.h".
8269 (d10v_frame_unwind): Make constant.
8270 (d10v_frame_base_address): New function.
8271 (d10v_frame_base): New variable.
8272 (d10v_gdbarch_init): Set frame_base default.
8273 (struct d10v_unwind_cache): Add the field "prev_sp". Update
8274 comment for base.
8275 (d10v_frame_unwind_cache): Set and use "prev_sp".
8276 (d10v_frame_this_id): Use the previous frame's inner most stack
8277 address and this frame's func address for the frame ID. Use
8278 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 8279
6bfb3e36
AC
82802003-04-01 Andrew Cagney <cagney@redhat.com>
8281
8282 * frame.h (get_frame_locals_address, get_frame_args_address):
8283 Refer to the base address, instead of the address of the first
8284 local or parameter.
8ffd9b1b 8285
da62e633
AC
82862003-04-01 Andrew Cagney <cagney@redhat.com>
8287
8288 Add frame debug info addresses:
8289 * frame-base.c: New file.
8290 * frame-base.h: New file.
8291 * frame.h (struct frame_base): Add opaque declaration.
8292 (get_frame_base): Update comment.
8293 (get_frame_base_address): Declare.
8294 (get_frame_locals_address): Declare.
8295 (get_frame_args_address): Declare.
8296 (struct frame_info): Add "base" and "base_cache". Update
8297 comments on the unwinder.
8298 * frame.c: Include "frame-base.h".
8299 (get_frame_locals_address): New function.
8300 (get_frame_base_address): New function.
8301 (get_frame_args_address): New function.
8302 * findvar.c (read_var_value): Use get_frame_locals_address and
8303 get_frame_args_address.
8304 * stack.c (frame_info): Use get_frame_locals_address and
8305 get_frame_args_address.
8306 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
8307 moved to "frame-base.c".
8308 * printcmd.c (print_frame_nameless_args): Ditto.
8309 * symtab.h (address_class): Update comments.
8310 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
8311 get_frame_base_address.
8312 * dwarf2expr.c (execute_stack_op): Ditto.
8313 * Makefile.in (frame_base_h): Define.
8314 (frame.o): Update dependencies.
8315 (frame-base.o): Add dependencies.
8316 (SFILES): Add frame-base.c.
8317 (COMMON_OBS): Add frame-base.o.
8318
3d30e9c2
AC
83192003-04-01 Andrew Cagney <cagney@redhat.com>
8320
8321 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
8322 CALL_DUMMY_LENGTH): Ditto.
8323 * gdbarch.c: Re-generate.
8324 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
8325 (CALL_DUMMY_LENGTH): Delete macro.
8326 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
8327 * arm-tdep.c (arm_gdbarch_init): Ditto.
8328 * avr-tdep.c (avr_gdbarch_init): Ditto.
8329 * cris-tdep.c (cris_gdbarch_init): Ditto.
8330 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8331 * frv-tdep.c (frv_gdbarch_init): Ditto.
8332 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8333 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8334 * i386-tdep.c (i386_gdbarch_init): Ditto.
8335 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8336 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8337 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8338 * mips-tdep.c (mips_gdbarch_init): Ditto.
8339 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8340 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8341 * s390-tdep.c (s390_gdbarch_init): Ditto.
8342 * sh-tdep.c (sh_gdbarch_init): Ditto.
8343 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8344 * v850-tdep.c (v850_gdbarch_init): Ditto.
8345 * vax-tdep.c (vax_gdbarch_init): Ditto.
8346 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8347
ce0c7262
CV
83482003-04-01 Corinna Vinschen <vinschen@redhat.com>
8349
8350 * frame.c (get_prev_frame): Disable call to inside_entry_file().
8351
73dd234f
AC
83522003-04-01 Andrew Cagney <cagney@redhat.com>
8353
8354 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
8355 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8356 * gdbarch.h, gdbarch.c: Re-generate.
8357 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8358 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8359 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8360 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8361 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8362 * infcmd.c (run_stack_dummy): Simplify assuming
8363 CALL_DUMMY_BREAKPOINT_OFFSET_P.
8364 * infrun.c (handle_inferior_event): Ditto.
8365 * alpha-tdep.c (alpha_gdbarch_init): Do not set
8366 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
8367 * arm-tdep.c (arm_gdbarch_init): Ditto.
8368 * avr-tdep.c (avr_gdbarch_init): Ditto.
8369 * cris-tdep.c (cris_gdbarch_init): Ditto.
8370 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8371 * frv-tdep.c (frv_gdbarch_init): Ditto.
8372 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8373 * i386-tdep.c (i386_gdbarch_init): Ditto.
8374 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8375 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8376 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8377 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8378 * mips-tdep.c (mips_gdbarch_init): Ditto.
8379 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8380 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8381 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8382 * s390-tdep.c (s390_gdbarch_init): Ditto.
8383 * sh-tdep.c (sh_gdbarch_init): Ditto.
8384 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8385 * v850-tdep.c (v850_gdbarch_init): Ditto.
8386 * vax-tdep.c (vax_gdbarch_init): Ditto.
8387 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8388
97606a13
DJ
83892003-04-01 Daniel Jacobowitz <drow@mvista.com>
8390
8391 * symfile.c (symfile_relocate_debug_section): Update call to
8392 bfd_simple_get_relocated_section_contents.
8393
e8ab51f7
AC
83942003-03-31 Andrew Cagney <cagney@redhat.com>
8395
8396 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
8397 * gdbarch.h, gdbarch.c: Regenerate.
8398 * inferior.h (FIX_CALL_DUMMY): Delete macro.
8399 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
8400 available.
8401 * frame.h (generic_fix_call_dummy): Delete declaration.
8402 * dummy-frame.h: Update comment.
8403 * dummy-frame.c (generic_fix_call_dummy): Delete function.
8404 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8405 fix_call_dummy.
8406 * sh-tdep.c (sh_gdbarch_init): Ditto.
8407 * s390-tdep.c (s390_gdbarch_init): Ditto.
8408 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8409 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8410 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8411 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8412 * i386-tdep.c (i386_gdbarch_init): Ditto.
8413 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8414 * frv-tdep.c (frv_gdbarch_init): Ditto.
8415 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8416 * cris-tdep.c (cris_gdbarch_init): Ditto.
8417 * avr-tdep.c (avr_gdbarch_init): Ditto.
8418 * arm-tdep.c (arm_gdbarch_init): Ditto.
8419
018d1b48
JB
84202003-03-31 J. Brobecker <brobecker@gnat.com>
8421
8422 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
8423 (INIT_FRAME_AP): Likewise.
8424 (EXTRA_FRAME_INFO): Likewise.
8425
e9a2674e
AC
84262003-03-31 Andrew Cagney <cagney@redhat.com>
8427
8428 * gdbarch.sh: Include "symfile.h".
8429 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
8430 * gdbarch.h, gdbarch.c: Re-generate.
8431 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
8432 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8433 call_dummy_address, the default is at entry_point_address.
8434 * v850-tdep.c (v850_gdbarch_init): Ditto.
8435 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8436 * sh-tdep.c (sh_gdbarch_init): Ditto.
8437 * s390-tdep.c (s390_gdbarch_init): Ditto.
8438 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8439 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8440 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8441 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8442 * i386-tdep.c (i386_gdbarch_init): Ditto.
8443 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8444 * frv-tdep.c (frv_gdbarch_init): Ditto.
8445 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8446 * cris-tdep.c (cris_gdbarch_init): Ditto.
8447 * arm-tdep.c (arm_gdbarch_init): Ditto.
8448
e8a8712a
AC
84492003-03-31 Andrew Cagney <cagney@redhat.com>
8450
8451 * gdbarch.sh (CALL_DUMMY_P): Delete.
8452 * gdbarch.h, gdbarch.c: Re-generate.
8453 * inferior.h (CALL_DUMMY_P): Delete macro.
8454 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8455 * vax-tdep.c (vax_gdbarch_init): Update.
8456 * v850-tdep.c (v850_gdbarch_init): Update.
8457 * sparc-tdep.c (sparc_gdbarch_init): Update.
8458 * sh-tdep.c (sh_gdbarch_init): Update.
8459 * s390-tdep.c (s390_gdbarch_init): Update.
8460 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8461 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8462 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8463 * mips-tdep.c (mips_gdbarch_init): Update.
8464 * mcore-tdep.c (mcore_gdbarch_init): Update.
8465 * m68k-tdep.c (m68k_gdbarch_init): Update.
8466 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8467 * ia64-tdep.c (ia64_gdbarch_init): Update.
8468 * i386-tdep.c (i386_gdbarch_init): Update.
8469 * h8300-tdep.c (h8300_gdbarch_init): Update.
8470 * frv-tdep.c (frv_gdbarch_init): Update.
8471 * d10v-tdep.c (d10v_gdbarch_init): Update.
8472 * cris-tdep.c (cris_gdbarch_init): Update.
8473 * breakpoint.c (deprecated_frame_in_dummy): Update.
8474 * avr-tdep.c (avr_gdbarch_init): Update.
8475 * alpha-tdep.c (alpha_gdbarch_init): Update.
8476 * arm-tdep.c (arm_gdbarch_init): Update.
8477 * dummy-frame.c (dummy_frame_this_id): Update comments.
8478 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
8479 * frame.c (legacy_get_prev_frame): Ditto.
8480 * valops.c (call_function_by_hand): Delete function.
8481 (hand_function_call): Rename to call_function_by_hand
8482
ed234cf8
AC
84832003-03-30 Andrew Cagney <cagney@redhat.com>
8484
8485 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 8486 * value.h (struct value): Update comment.
ed234cf8 8487
06c77151
AC
84882003-03-30 Andrew Cagney <cagney@redhat.com>
8489
6c2b5168
AC
8490 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
8491 D10V_FP_REGNUM.
8492 (d10v_gdbarch_init): Do not set fp_regnum.
8493
06c77151
AC
8494 * frame.c (get_frame_base): Force ID initialization.
8495 (get_prev_frame): Move computation of the frame ID from here ...
8496 (get_frame_id): ... to here.
8497 (legacy_get_prev_frame): Mark the frame ID as valid.
8498 * frame.h (struct frame_info): Add field "id_p".
8499
97a1a11c
MK
85002003-03-30 Mark Kettenis <kettenis@gnu.org>
8501
8502 * i386-tdep.c (i386_store_struct_return): Removed.
8503 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
8504
6c0e89ed
AC
85052003-03-30 Andrew Cagney <cagney@redhat.com>
8506
8507 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
8508 * gdbarch.h, gdbarch.c: Regenerate.
8509 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
8510 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8511 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8512 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8513 * i386-tdep.c (i386_gdbarch_init): Ditto.
8514 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8515 * cris-tdep.c (cris_gdbarch_init): Ditto.
8516 * vax-tdep.c (vax_gdbarch_init): Ditto.
8517 * s390-tdep.c (s390_gdbarch_init): Ditto.
8518 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8519 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8520 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8521 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
8522 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
8523 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
8524 * sparc-tdep.c (sparc_gdbarch_init): Update.
8525 * sh-tdep.c (sh_gdbarch_init): Update.
8526 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8527 * mips-tdep.c (mips_gdbarch_init): Update.
8528 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8529 * ia64-tdep.c (ia64_gdbarch_init): Update.
8530 * frv-tdep.c (frv_gdbarch_init): Update.
8531 * avr-tdep.c (avr_gdbarch_init): Update.
8532 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
8533 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
8534 instead of when push_dummy_call is not available.
8ffd9b1b 8535
f7dd6af2
AC
85362003-03-30 Andrew Cagney <cagney@redhat.com>
8537
8538 * infttrace.c: Include "gdbthread.h".
8539 (parent_attach_all): Fix function signature.
8540 (call_ptrace): Update call.
8541 * Makefile.in (infttrace.o): Update dependencies.
8542
28f617b3
AC
85432003-03-30 Andrew Cagney <cagney@redhat.com>
8544
8545 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
8546 PUSH_RETURN_ADDRESS.
8547 * gdbarch.h, gdbarch.c: Regenerate.
8548 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8549 * x86-64-tdep.c (x86_64_init_abi): Update.
8550 * v850-tdep.c (v850_gdbarch_init): Update.
8551 * sparc-tdep.c (sparc_gdbarch_init): Update.
8552 * sh-tdep.c (sh_gdbarch_init): Update.
8553 * s390-tdep.c (s390_gdbarch_init): Update.
8554 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8555 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8556 * mips-tdep.c (mips_gdbarch_init): Update.
8557 * mcore-tdep.c (mcore_gdbarch_init): Update.
8558 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8559 * ia64-tdep.c (ia64_gdbarch_init): Update.
8560 * i386-tdep.c (i386_gdbarch_init): Update.
8561 * h8300-tdep.c (h8300_gdbarch_init): Update.
8562 * frv-tdep.c (frv_gdbarch_init): Update.
8563 * cris-tdep.c (cris_gdbarch_init): Update.
8564 * avr-tdep.c (avr_gdbarch_init): Update.
8565 * arm-tdep.c (arm_gdbarch_init): Update.
8566 * valops.c (hand_function_call): Update.
8567
4d628cd7
AC
85682003-03-29 Andrew Cagney <cagney@redhat.com>
8569
8570 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
8571 sizeof_call_dummy_words.
8572 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
8573 define.
8574 * gdbarch.h: Regenerate.
8ffd9b1b 8575
65e82032
AC
85762003-03-29 Andrew Cagney <cagney@redhat.com>
8577
8578 * infttrace.h: New file.
8579 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
8580 (hpread_get_textlow): Detect an uninitialized dn_bufp.
8581 (hpread_read_doc_function_type): Detect an initialized type1.
8582 (hpread_quick_traverse): Initialize mod_name_string.
8583 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
8584 (som_solib_get_solib_by_pc): Declare.
8585 (so_lib_thread_start_addr): Declare.
8586 (no_shared_libraries): Declare.
8587 * somread.c (init_import_symbols): Make static. Add forward
8588 declaration.
8589 * config/pa/nm-hppah.h: Include "infttrace.h" for
8590 parent_attach_all.
8591 (hppa_insert_hw_watchpoint): Declare.
8592 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
8593 * hppah-nat.c: Include "gdb_string.h".
8594 (parent_attach_all): Delete extern declaration, moved to
8595 "infttrace.h".
8596 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
8597 int.
8598 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
8599 * Makefile.in (infttrace_h): Define.
8600 (hpread.o): Update dependencies.
8601 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
8602 * hppa-hpux-tdep.c: Include "gdb_string.h".
8603 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
8604 * infrun.c (handle_inferior_event): Always initialize
8605 stepped_after_stopped_by_watchpoint. Add default and remove
8606 fallthrough in switch statement.
8607 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
8608 parameter to int.
8609 (hppa_remove_hw_watchpoint): Ditto.
8610
2c3bbe77
AC
86112003-03-29 Andrew Cagney <cagney@redhat.com>
8612
8613 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
8614 offset.
8615
2dd604e7
RE
86162003-03-29 Richard Earnshaw <rearnsha@arm.com>
8617
8618 * arm-tdep.c (arm_push_arguments): Delete.
8619 (struct stack_item): New type.
8620 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
8621 (arm_store_struct_return): Delte.
8622 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
8623 arm_push_arguments or arm_store_struct_return.
8624
e8933a55
AC
86252003-03-28 Andrew Cagney <cagney@redhat.com>
8626
8627 * Makefile.in (d10v-tdep.o): Update dependencies.
8628 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
8629 * d10v-tdep.c: Include "remote.h".
8630 (target_resume_hook): Delete extern declaration.
8631 (target_wait_loop_hook): Ditto.
8632 (tdisassemble_command): Eliminate assignment in "if" conditional.
8633 (d10v_ts2_register_sim_regno): Eliminate call to
8634 legacy_register_sim_regno.
8635 (d10v_ts3_register_sim_regno): Ditto.
8636
6949171e
JJ
86372003-03-28 Jeff Johnston <jjohnstn@redhat.com>
8638
8639 * thread.c: Reindented.
8640 * lin-lwp.c: Ditto.
8641 * linux-proc.c: Ditto.
8642
98c7071f
BR
86432003-03-28 Bob Rossi <bob_rossi@cox.net>
8644
fbe586ae 8645 * MAINTAINERS (write after approval): Add myself.
98c7071f 8646
5edc9ca6
TR
86472003-03-27 Theodore A. Roth <troth@openavr.org>
8648
8649 * objc-exp.y: Add missing semi-colons.
8650
378bfd1b
AC
86512003-03-27 Andrew Cagney <cagney@redhat.com>
8652
8653 * regcache.c (write_sp): Delete function and references.
8654 * inferior.h (write_sp): Delete declaration.
8655 * valops.c (hand_function_call): Replace write_sp with
8656 TARGET_WRITE_SP.
8657 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
8658 (sparc_pop_frame): Ditto.
8ffd9b1b 8659
56056df7
AC
86602003-03-27 Andrew Cagney <cagney@redhat.com>
8661
8662 * NEWS: Mention removal of support for hppa*-*-bsd* and
8663 hppa*-*-osf* natives, and hppa*-*-pro* target.
8664 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
8665 * config/pa/xm-pa.h: Obsolete file.
8666 * config/pa/xm-hppab.h: Obsolete file.
8667 * config/pa/nm-hppab.h: Obsolete file.
8668 * config/pa/tm-hppab.h: Obsolete file.
8669 * config/pa/tm-hppao.h: Obsolete file.
8670 * config/pa/nm-hppao.h: Obsolete file.
8671 * config/pa/tm-pro.h: Obsolete file.
8672 * config/pa/hppaosf.mt: Obsolete file.
8673 * config/pa/hppaosf.mh: Obsolete file.
8674 * config/pa/hppapro.mt: Obsolete file.
8675 * config/pa/hppabsd.mt: Obsolete file.
8676 * config/pa/hppabsd.mh: Obsolete file.
8677 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
8678 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
8679 hppa*-*-osf*.
8680
5873a88d
AC
86812003-03-27 Andrew Cagney <cagney@redhat.com>
8682
8683 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
8684 push_arguments. Don't set push_return_address or write_sp.
8685 (d10v_push_dummy_call): Replace d10v_push_arguments.
8686 (d10v_push_return_address, d10v_write_sp): Delete function,
8687 handled by push_dummy_call.
8688
b81774d8
AC
86892003-03-26 Andrew Cagney <cagney@redhat.com>
8690
8691 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
8692 (push_dummy_call): New pure multi-arch replacement with gdbarch,
8693 regcache and dummy_addr parameters.
8694 * gdbarch.h, gdbarch.c: Re-generate.
8695 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
8696 available; assume it will handle stack alignment and return
8697 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
8698 legacy_push_arguments.
8699 (legacy_push_arguments): Rename default_push_arguments.
8700 * value.h (legacy_push_arguments): Rename default_push_arguments.
8701 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
8702 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
8703 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
8704 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
8705 * config/i386/tm-symmetry.h: Update.
8706 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8707 * x86-64-tdep.c (x86_64_init_abi): Update.
8708 * v850-tdep.c (v850_gdbarch_init): Update.
8709 * sparc-tdep.c (sparc_gdbarch_init): Update.
8710 * sh-tdep.c (sh_gdbarch_init): Update.
8711 * s390-tdep.c (s390_gdbarch_init): Update.
8712 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8713 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8714 * mips-tdep.c (mips_gdbarch_init): Update.
8715 * mcore-tdep.c (mcore_gdbarch_init): Update.
8716 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8717 * ia64-tdep.c (ia64_gdbarch_init): Update.
8718 * i386-tdep.c (i386_gdbarch_init): Update.
8719 * hppa-tdep.c (hppa_gdbarch_init): Update.
8720 * h8300-tdep.c (h8300_gdbarch_init): Update.
8721 * frv-tdep.c (frv_gdbarch_init): Update.
8722 * d10v-tdep.c (d10v_gdbarch_init): Update.
8723 * cris-tdep.c (cris_gdbarch_init): Update.
8724 * avr-tdep.c (avr_gdbarch_init): Update.
8725 * arm-tdep.c (arm_gdbarch_init): Update.
8726 * arm-linux-tdep.c (arm_linux_init_abi): Update.
8727 * alpha-tdep.c (alpha_gdbarch_init): Update.
8728
f541410f
DJ
87292003-03-26 Daniel Jacobowitz <drow@mvista.com>
8730
8731 * signals/signals.c (do_target_signal_to_host): Correct realtime
8732 signal range test.
8733
69f567ae
DJ
87342003-03-26 Daniel Jacobowitz <drow@mvista.com>
8735
8736 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
8737 (struct sal_chain, map_catch_names): Remove.
8738 (catch_exception_command_1): Don't call
8739 handle_gnu_4_16_catch_command.
8740
d5d14a5a
DJ
87412003-03-26 Daniel Jacobowitz <drow@mvista.com>
8742
8743 From Mark Dettinger <dettinge@de.ibm.com>:
8744 * dwarf2cfi.c (read_2u): Increment pointer by two.
8745
bdd73e22
DJ
87462003-03-26 Daniel Jacobowitz <drow@mvista.com>
8747
8748 * signals/signals.c: Fix typos in last change.
8749
960cb555
DJ
87502003-03-26 Daniel Jacobowitz <drow@mvista.com>
8751
8752 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
8753 not already defined. Use __SIGRTMIN if available.
8754 (target_signal_from_host): Remove SIGRTMIN block.
8755 (do_target_signal_to_host): Remove SIGRTMIN block; check that
8756 the signal is within the realtime range.
8757
f636b87d
AF
87582003-03-25 Adam Fedor <fedor@gnu.org>
8759
8760 * Makefile.in (infrun.o): Add $(language_h)
8761 * infrun.c (handle_inferior_event): Use skip_language_trampoline
8762 for language specific trampolines.
8763 * language.h (struct language_defn): Add skip_trampoline.
8764 (skip_language_trampoline): Declare.
8765 * language.c (unk_lang_trampoline, skip_language_trampoline):
8766 New functions.
8767 (unknown_language_defn, auto_language_defn, local_language_defn):
8768 Add ukn_lang_trampoline.
8769 * ada-lang.c (ada_language_defn): Add NULL for language
8770 specific skip_trampoline.
8771 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
8772 scm-lang.c: Likewise.
8773 * objc-lang.c (objc_skip_trampoline): New function.
8774 (objc_language_defn): Add objc_skip_trampoline.
8775
28f617b3 87762003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
8777
8778 * frame.c (get_prev_frame): Delay validating a frame's ID -
8779 non-NULL, didn't go backwards - until an attempt to unwind it to
8780 the previous frame.
8781
f933a9c5
AC
87822003-03-25 Andrew Cagney <cagney@redhat.com>
8783
8784 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
8785 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
8786 * gdbarch.h, gdbarch.c: Re-generate.
8787 * config/sparc/tm-sparc.h
8788 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
8789 * sparc-tdep.c (sparc_gdbarch_init): Set
8790 deprecated_extra_stack_alignment_needed.
8791 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
8792 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
8793 extra_stack_alignment_needed.
8794 * v850-tdep.c (v850_gdbarch_init): Ditto.
8795 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8796 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8797 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8798 * cris-tdep.c (cris_gdbarch_init): Ditto.
8799 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8800 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 8801
4183d812
AC
88022003-03-25 Andrew Cagney <cagney@redhat.com>
8803
8804 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
8805 STORE_STRUCT_RETURN.
8806 * gdbarch.h, gdbarch.c: Regenerate.
8807 * d10v-tdep.c (d10v_store_struct_return): Delete function.
8808 (d10v_push_arguments): Set the struct return register.
8809 (d10v_gdbarch_init): Update.
8810 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8811 * x86-64-tdep.c (x86_64_init_abi): Update.
8812 * vax-tdep.c (vax_gdbarch_init): Update.
8813 * v850-tdep.c (v850_gdbarch_init): Update.
8814 * sparc-tdep.c (sparc_gdbarch_init): Update.
8815 * sh-tdep.c (sh_gdbarch_init): Update.
8816 * s390-tdep.c (s390_gdbarch_init): Update.
8817 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8818 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8819 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8820 * mips-tdep.c (mips_gdbarch_init): Update.
8821 * mcore-tdep.c (mcore_gdbarch_init): Update.
8822 * m68k-tdep.c (m68k_gdbarch_init): Update.
8823 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8824 * ia64-tdep.c (ia64_gdbarch_init): Update.
8825 * i386-tdep.c (i386_gdbarch_init): Update.
8826 * hppa-tdep.c (hppa_gdbarch_init): Update.
8827 * h8300-tdep.c (h8300_gdbarch_init): Update.
8828 * frv-tdep.c (frv_gdbarch_init): Update.
8829 * cris-tdep.c (cris_gdbarch_init): Update.
8830 * avr-tdep.c (avr_gdbarch_init): Update.
8831 * arm-tdep.c (arm_gdbarch_init): Update.
8832 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 8833
1bf6d5cc
AC
88342003-03-25 Andrew Cagney <cagney@redhat.com>
8835
8836 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
8837 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
8838 CALL_DUMMY_STACK_ADJUST with a predicate variable.
8839 * gdbarch.h, gdbarch.c: Regenerate.
8840 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8841 call_dummy_stack_adjust_p.
8842 * vax-tdep.c (vax_gdbarch_init): Ditto.
8843 * v850-tdep.c (v850_gdbarch_init): Ditto.
8844 * sh-tdep.c (sh_gdbarch_init): Ditto.
8845 * s390-tdep.c (s390_gdbarch_init): Ditto.
8846 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8847 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8848 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8849 * mips-tdep.c (mips_gdbarch_init): Ditto.
8850 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8851 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8852 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8853 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8854 * i386-tdep.c (i386_gdbarch_init): Ditto.
8855 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8856 * frv-tdep.c (frv_gdbarch_init): Ditto.
8857 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8858 * cris-tdep.c (cris_gdbarch_init): Ditto.
8859 * avr-tdep.c (avr_gdbarch_init): Ditto.
8860 * arm-tdep.c (arm_gdbarch_init): Ditto.
8861 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8862 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
8863 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
8864 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
8865 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
8866 call_dummy_stack_adjust_p.
8867 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
8868 (CALL_DUMMY_STACK_ADJUST): Delete macro.
8869 * sparc-tdep.c (sparc32_push_arguments): Update.
8870 * valops.c (hand_function_call): Update.
8871
71c08af0
CV
88722003-03-25 Corinna Vinschen <vinschen@redhat.com>
8873
8874 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
8875 set_gdbarch_char_signed.
8876
30757f90
RE
88772003-03-25 Richard Earnshaw <rearnsha@arm.com>
8878
8879 PR cli/548
8880 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
8881
03d48a7d
RE
88822003-03-25 Richard Earnshaw <rearnsha@arm.com>
8883
8884 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
8885 (_initialize_arm_tdep): Don't set tm_print_insn.
8886
2cf6873c
AF
88872003-03-24 Adam Fedor <fedor@gnu.org>
8888
8889 * Makefile.in (YYOBJ): Add objc-exp.tab.o
8890 * objc-lang.h: Add multiple inclusion protection.
8891 (start_msglist, add_msglist, end_msglist): Additional declarations.
8892
17c0759e
RE
88932003-03-24 Richard Earnshaw <rearnsha@arm.com>
8894
8895 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
8896 value was renamed to ARM_FLOAT_SOFT_FPA.
8897
618ce49f
AC
88982003-03-23 Andrew Cagney <cagney@redhat.com>
8899
8900 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
8901 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
8902 * gdbarch.h, gdbarch.c: Regenerate.
8903 * valops.c (hand_function_call): Update.
8904 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
8905 * frame.c (legacy_saved_regs_this_id): Update.
8906 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
8907 * dummy-frame.h: Update.
8908 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
8909 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
8910 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
8911 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
8912 * config/m68k/tm-sun3.h: Update.
8913 * blockframe.c (inside_main_func, frame_chain_valid): Update.
8914 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8915 * x86-64-tdep.c (x86_64_init_abi): Update.
8916 * vax-tdep.c (vax_gdbarch_init): Update.
8917 * v850-tdep.c (v850_gdbarch_init): Update.
8918 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
8919 * sh-tdep.c (sh_gdbarch_init): Update.
8920 * s390-tdep.c (s390_gdbarch_init): Update.
8921 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
8922 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
8923 (frame_get_saved_regs): Update.
8924 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
8925 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8926 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8927 * mips-tdep.c (mips_gdbarch_init): Update.
8928 * mcore-tdep.c (mcore_gdbarch_init): Update.
8929 * m68k-tdep.c (m68k_gdbarch_init): Update.
8930 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8931 * ia64-tdep.c (ia64_gdbarch_init): Update.
8932 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
8933 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8934 (i386_interix_back_one_frame): Update.
8935 * hppa-tdep.c (hppa_gdbarch_init): Update.
8936 (hppa_init_extra_frame_info): Update.
8937 * h8300-tdep.c (h8300_gdbarch_init): Update.
8938 * frv-tdep.c (frv_gdbarch_init): Update.
8939 * cris-tdep.c (cris_gdbarch_init): Update.
8940 * avr-tdep.c (avr_gdbarch_init): Update.
8941 * arm-tdep.c (arm_gdbarch_init): Update.
8942 * alpha-tdep.c (alpha_gdbarch_init): Update.
8943
fd50bc42
RE
89442003-03-22 Richard Earnshaw <rearnsha@arm.com>
8945
8946 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
8947 (arm_get_fp_model): Declare.
8948 * arm-tdep.c (fp_model_strings): New string array.
8949 (arm_fp_model, current_fp_model): New variables.
8950 (arm_get_fp_model): New function.
8951 (arm_set_fp): New function.
8952 (set_fp_model_sfunc): New function.
8953 (show_fp_model): New function.
8954 (_initialize_arm_tdep): Add new command to set/show the FPU.
8955 (arm_extract_return_value): Use arm_get_fp_model.
8956 (arm_store_return_value): Likewise.
8957 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
8958 to initialize the floating-point data types.
8959 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
8960 model is FPA.
8961
26304000
RE
89622003-03-22 Richard Earnshaw <rearnsha@arm.com>
8963
8964 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
8965 the current setting of each value.
8966 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 8967 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
8968 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
8969 commands and add new version as subcommands of "set/show arm".
8970
afd7eef0
RE
89712003-03-22 Richard Earnshaw <rearnsha@arm.com>
8972
8973 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
8974 (set_arm_command, show_arm_command): New functions.
8975 (_initialize_arm_tdep): Add them.
8976 (num_disassembly_options): Renamed from num_flavor_options.
8977 (valid_disassembly_styles): Renamed from valid_flavors.
8978 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 8979 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
8980 set_disassembly_flavor_sfunc.
8981 (set_disassembly_style): Renamed from set_disassembly_flavor.
8982 (arm_othernames): Updated.
8983 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
8984 command. Add "set/show arm disassembly" commands. Deprecate
8985 "othernames" command.
8986
299a7944
RE
89872003-03-22 Richard Earnshaw <rearnsha@arm.com>
8988
8989 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
8990 (arm-tdep.o): Depend on elf_arm_h.
8991
c1dac9e6
RE
89922003-03-22 Richard Earnshaw <rearnsha@arm.com>
8993
8994 * Makefile.in (coff_internal_h): Define.
8995 (arm-tdep.o): Update dependencies.
8996
2702d96c
RE
89972003-03-22 Richard Earnshaw <rearnsha@arm.com>
8998
8999 * arm-tdep.c (prologue_cache): Delete.
9000 (check_prologue_cache, save_prologue_cache): Delete.
9001 (arm_scan_prologue): Don't check or update the prologue_cache.
9002 (arm_gdb_arch_init): Don't initialize it.
9003 (_initialize_arm_tdep): Likewise.
9004
27d5d74b
SC
90052003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9006
9007 * MAINTAINERS (tui): Maintainer of tui code.
9008
1762d96d
CV
90092003-03-21 Corinna Vinschen <vinschen@redhat.com>
9010
9011 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9012 (i386-cygwin-tdep.o): Add dependencies.
9013 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9014 * i386-cygwin-tdep.c: New file.
9015 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9016 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9017
4c2e2391
AC
90182003-03-20 Andrew Cagney <cagney@redhat.com>
9019
f20d38b7
AC
9020 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9021 (handle_inferior_event): Remove code calling
9022 DYNAMIC_TRAMPOLINE_NEXTPC.
9023
0022b738
AC
9024 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9025 already has a full path.
9026
864dbc90
AC
9027 * main.c (gdb_main): Return 1.
9028 (captured_main): Call error to report an invalid interpreter.
9029
4c2e2391
AC
9030 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9031 * alpha-osf1-tdep.c: Include "gdb_string.h".
9032
5ef7553b
JB
90332003-03-19 J. Brobecker <brobecker@gnat.com>
9034
9035 Continuing work to convert the hppa targets to multiarch partial.
9036
9037 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9038 method, now that hppa_push_dummy_frame has a conformant prototype.
9039 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9040 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9041 for the switch to multiarch partial.
9042
7bde8967
KB
90432003-03-19 Kevin Buettner <kevinb@redhat.com>
9044
9045 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9046 when iss is issNull.
9047
b006a9e9
KB
90482003-03-18 Kevin Buettner <kevinb@redhat.com>
9049
9050 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9051 NUM_REGS bounds check.
9052
5e2e9765
KB
90532003-03-18 Kevin Buettner <kevinb@redhat.com>
9054
9055 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9056 * mips-tdep.c (gdb_assert.h): Include.
9057 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9058 (mips_register_name): Handle integer registers explicitly. Add
9059 bounds checking.
9060 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9061 (mips_lsi33k_reg_names): Don't list integer registers; they're
9062 handled by mips_register_name() now.
9063 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9064 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9065 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9066 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9067 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9068
a2867626
AC
90692003-03-18 Andrew Cagney <cagney@redhat.com>
9070
9071 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9072 a void pointer.
9073 * gdbtypes.h (print_scalar_formatted): Update declaration.
9074 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9075
06600e06
JB
90762003-03-18 J. Brobecker <brobecker@gnat.com>
9077
9078 * infrun.c (observer.h): Add #include.
9079 (normal_stop): Add call to observer_notify_normal_stop.
9080 * Makefile.in (infrun.o): Add dependency on observer.h.
9081
7daf4f5b
JB
90822003-03-18 J. Brobecker <brobecker@gnat.com>
9083
9084 Continuing work to convert the hppa targets to multiarch partial.
9085 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9086 parameter. Reformat comment.
9087 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9088 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9089 to match new profile.
9090
3371ccc0
JB
90912003-03-18 J. Brobecker <brobecker@gnat.com>
9092
9093 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9094 appear to be working in any case.
9095
4fbe891e
JB
90962003-03-18 J. Brobecker <brobecker@gnat.com>
9097
9098 * observer.c (observer_test_first_observer): New static variable.
9099 (observer_test_second_observer): Likewise.
9100 (observer_test_third_observer): Likewise.
9101 (observer_test_first_notification_function): New static function.
9102 (observer_test_second_notification_function): Likewise.
9103 (observer_test_third_notification_function): Likewise.
9104
a7ff40e7
JB
91052003-03-17 J. Brobecker <brobecker@gnat.com>
9106
9107 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9108 * somsolib.c (gdb_assert.h): Likewise.
9109 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9110 (somsolib.o): Likewise.
9111
26ca4152
AC
91122003-03-17 Andrew Cagney <cagney@redhat.com>
9113
9114 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9115 BFD. Simplify setting of di.endian.
9116
0a613259
AC
91172003-03-17 Andrew Cagney <cagney@redhat.com>
9118
9119 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9120 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9121
9122 From Elena Zannoni <ezannoni@redhat.com>
9123 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9124 vector and floating-point parameters.
9125 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9126 convention.
9127 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9128
1132738f
FN
91292003-03-17 Fernando Nasser <fnasser@redhat.com>
9130
9131 * MAINTAINERS: Remove my name from several maintainership roles.
9132
6dc42492
AC
91332003-03-17 Andrew Cagney <cagney@redhat.com>
9134
9135 Fix frame off-by-one bug.
9136 * frame-unwind.h (frame_this_id_ftype): Replace
9137 frame_unwind_id_ftype.
9138 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9139 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9140 with "prev_register".
9141 * frame-unwind.c (frame_unwind_find_by_pc): Return
9142 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9143 comment.
9144 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9145 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9146 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9147 (dummy_frame_unwind): Update.
9148 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9149 sentinel_frame_register_unwind.
9150 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9151 (sentinel_frame_unwinder): Update.
9152 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9153 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
9154 * frame.c (create_sentinel_frame): Update. Initialize
9155 "prologue_cache" instead of "unwind_cache".
9156 (frame_register_unwind): Call this frame's prev_register with the
9157 next frame and this frame's prologue cache.
9158 (get_prev_frame): Simplify. Always call prev frame's this_id with
9159 this frame and prev frame's prologue cache. Document that this
9160 call is shifted one to the left when compared to the
9161 frame_register_unwind call.
9162 (legacy_saved_regs_prev_register): Replace
9163 frame_saved_regs_register_unwind.
9164 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
9165 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
9166 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9167 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
9168 (d10v_frame_unwind): Update.
9169 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
9170 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
9171 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
9172 "saved_regs" with "this_saved_regs".
9173
efd710d6
AC
91742003-03-16 Andrew Cagney <cagney@redhat.com>
9175
9176 * frame.c (frame_pop): Don't call target_store_registers. Fix
9177 problem reported by Mark Kettenis.
9178
4e259f09
MK
91792003-03-16 Mark Kettenis <kettenis@gnu.org>
9180
9181 * i386-tdep.c (i386_register_type): Renamed from
9182 i386_register_virtual_type. Adjust function signature.
9183 (i386_gdbarch_init): Set register_type instead of
9184 deprecated_max_register_raw_size,
9185 deprecated_max_register_virtual_size and register_virtual_type.
9186
055bb976
AC
91872003-03-14 Andrew Cagney <cagney@redhat.com>
9188
9189 * frame.c (get_prev_frame): When a legacy frame, always call
9190 legacy_get_prev_frame. Simplify unwind code using assumption that
9191 the unwinder is new.
9192 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
9193 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
9194 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
9195
ac2adee5
AC
91962003-03-14 Andrew Cagney <cagney@redhat.com>
9197
9198 * frame.c (get_saved_register): Delete function.
9199 * frame.h (get_saved_register): Delete declaration.
9200 * xstormy16-tdep.c: Update comment.
9201 * regcache.h: Update comments.
9202 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
9203 get_saved_register and extract_address, use
9204 frame_read_unsigned_register.
9205 (sparc_frame_saved_pc): Ditto.
9206 (sparc_get_saved_register): Instead of get_saved_register, use
9207 frame_register.
9208 (sparc_pop_frame): Ditto.
9209 * findvar.c: Update comments.
9210 (value_of_register): Call frame_register instead of
9211 get_saved_register.
9212 (value_from_register): Ditto.
9213 * config/sparc/tm-sparc.h: Update comment.
9214 * breakpoint.c: Update comment.
9215
129c1cd6
AC
92162003-03-14 Andrew Cagney <cagney@redhat.com>
9217
9218 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
9219 GET_SAVED_REGISTER.
9220 * gdbarch.h, gdbarch.c: Re-generate.
9221 * frame.h: Update comments.
9222 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9223 * x86-64-tdep.c (x86_64_init_abi): Update.
9224 * sparc-tdep.c (sparc_gdbarch_init): Update.
9225 * sh-tdep.c (sh_gdbarch_init): Update.
9226 * mips-tdep.c (mips_gdbarch_init): Update.
9227 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9228 * cris-tdep.c (cris_gdbarch_init): Update.
9229 * ia64-tdep.c (ia64_gdbarch_init): Update.
9230 * frame.c (frame_register): Update.
9231 (get_saved_register): Update.
9232 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 9233
749b82f6
AC
92342003-03-13 Andrew Cagney <cagney@redhat.com>
9235
9236 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
9237 * gdbarch.h, gdbarch.c: Regenerate.
9238 * valops.c (hand_function_call): Update comment.
9239 * stack.c (return_command): Update comment.
9240 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
9241 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
9242 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9243 * x86-64-tdep.c (x86_64_init_abi): Update.
9244 * vax-tdep.c (vax_gdbarch_init): Update.
9245 * v850-tdep.c (v850_gdbarch_init): Update.
9246 * sparc-tdep.c (sparc_gdbarch_init): Update.
9247 * sh-tdep.c (sh_gdbarch_init): Update.
9248 * s390-tdep.c (s390_gdbarch_init): Update.
9249 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9250 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9251 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9252 * mips-tdep.c (mips_gdbarch_init): Update.
9253 * mcore-tdep.c (mcore_gdbarch_init): Update.
9254 * m68k-tdep.c (m68k_gdbarch_init): Update.
9255 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9256 * ia64-tdep.c (ia64_gdbarch_init): Update.
9257 * i386-tdep.c (i386_gdbarch_init): Update.
9258 * hppa-tdep.c (hppa_gdbarch_init): Update.
9259 * h8300-tdep.c (h8300_gdbarch_init): Update.
9260 * frv-tdep.c (frv_gdbarch_init): Update.
9261 * cris-tdep.c (cris_gdbarch_init): Update.
9262 * avr-tdep.c (avr_gdbarch_init): Update.
9263 * arm-tdep.c (arm_gdbarch_init): Update.
9264 * alpha-tdep.c (alpha_gdbarch_init): Update.
9265
1594fa56
AC
92662003-03-13 Andrew Cagney <cagney@redhat.com>
9267
9268 * frame.c (legacy_frame_p): New function.
9269 (get_prev_frame): Use legacy_frame_p.
9270 * frame.h (legacy_frame_p): Declare.
9271
7717fda3
V
92722003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9273
fbe586ae 9274 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
9275 listing corrected.
9276
0c67cbe9
V
92772003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9278
fbe586ae 9279 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 9280
03febf99
AC
92812003-03-12 Andrew Cagney <cagney@redhat.com>
9282
9283 * frame.c (get_prev_frame): Rename the frame parameter to
9284 "this_frame".
9285 (get_next_frame, legacy_get_prev_frame): Ditto.
9286
0a1e1ca1
AC
92872003-03-12 Andrew Cagney <cagney@redhat.com>
9288
9289 * frame.c (get_current_frame): Check target_has_registers before
9290 checking target_has_stack.
9291 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
9292 instead of deprecated_selected_frame.
9293 * findvar.c (value_of_register): Pass "frame", not
9294 deprecated_selected_frame, to value_of_builtin_reg.
9295
a66a9c23
AC
92962003-03-12 Andrew Cagney <cagney@redhat.com>
9297
9298 * regcache.c (regcache_cooked_write_signed): New function.
9299 (regcache_cooked_write_unsigned): New function.
9300 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
9301 (regcache_cooked_read_signed): Fix regnum in range assertion.
9302 * regcache.h (regcache_cooked_write_signed): Declare.
9303 (regcache_cooked_write_unsigned): Declare.
9304
8bedc050
AC
93052003-03-12 Andrew Cagney <cagney@redhat.com>
9306
9307 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
9308 * gdbarch.h, gdbarch.c: Re-generate.
9309 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9310 * x86-64-tdep.h: Update.
9311 * x86-64-tdep.c (x86_64_init_abi): Update.
9312 * v850-tdep.c (v850_gdbarch_init): Update.
9313 * sparc-tdep.c (sparc_gdbarch_init): Update.
9314 * sh-tdep.c (sh_gdbarch_init): Update.
9315 * s390-tdep.c (s390_gdbarch_init): Update.
9316 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9317 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9318 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9319 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9320 * mips-tdep.c (mips_gdbarch_init): Update.
9321 * mcore-tdep.c (mcore_gdbarch_init): Update.
9322 * m68k-tdep.c (m68k_gdbarch_init): Update.
9323 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9324 * ia64-tdep.c (ia64_gdbarch_init): Update.
9325 * i386-tdep.c (i386_gdbarch_init): Update.
9326 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9327 * hppa-tdep.c (hppa_gdbarch_init): Update.
9328 * h8300-tdep.c (h8300_gdbarch_init): Update.
9329 * frv-tdep.c (frv_gdbarch_init): Update.
9330 * cris-tdep.c (cris_gdbarch_init): Update.
9331 * avr-tdep.c (avr_gdbarch_init): Update.
9332 * arm-tdep.c (arm_gdbarch_init): Update.
9333 * alpha-tdep.c (alpha_gdbarch_init): Update.
9334 * sh-tdep.c (sh_init_extra_frame_info): Update.
9335 (sh64_init_extra_frame_info): Update.
9336 * ns32knbsd-nat.c (frame_num_args): Update.
9337 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
9338 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
9339 (xstormy16_frame_chain_valid): Update.
9340 * vax-tdep.c (vax_saved_pc_after_call): Update.
9341 * v850-tdep.c (v850_frame_chain): Update.
9342 (v850_pop_frame): Update.
9343 (v850_init_extra_frame_info): Update.
9344 * sparc-tdep.c (setup_arbitrary_frame): Update.
9345 * ns32k-tdep.c (umax_frame_num_args): Update.
9346 * s390-tdep.c (s390_pop_frame_regular): Update.
9347 * mn10300-tdep.c (mn10300_frame_chain): Update.
9348 (mn10300_pop_frame_regular): Update.
9349 (mn10300_init_extra_frame_info): Update.
9350 * mips-tdep.c (mips_init_frame_pc_first): Update.
9351 (mips_frame_chain): Update.
9352 (mips_pop_frame): Update.
9353 * mcore-tdep.c (mcore_frame_chain): Update.
9354 (mcore_pop_frame): Update.
9355 (mcore_init_extra_frame_info): Update.
9356 * arch-utils.c (init_frame_pc_default): Update.
9357 * m68k-tdep.c (isi_frame_num_args): Update.
9358 (delta68_frame_num_args): Update.
9359 (news_frame_num_args): Update.
9360 * ia64-tdep.c (ia64_pop_frame_regular): Update.
9361 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9362 (alpha_frame_chain): Update.
9363 (alpha_pop_frame): Update.
9364 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
9365 (hppa_init_extra_frame_info): Update.
9366 (hppa_frame_chain): Update.
9367 (hppa_frame_chain_valid): Update.
9368 * cris-tdep.c (cris_init_extra_frame_info): Update.
9369 * avr-tdep.c (avr_init_extra_frame_info): Update.
9370 * arm-tdep.c (arm_frame_chain_valid): Update.
9371 (arm_init_extra_frame_info): Update.
9372 (arm_pop_frame): Update.
9373 * frame.c (frame_pc_unwind): Update.
9374 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
9375 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9376 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9377 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
9378 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
9379 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 9380
7a25a7c1
AC
93812003-03-12 Andrew Cagney <cagney@redhat.com>
9382
9383 Eliminate the need for POP_FRAME.
9384 * frame.c (do_frame_unwind_register): New function.
9385 (frame_pop): When no POP_FRAME, pop the frame using register
9386 unwind and a scratch regcache.
9387 (frame_saved_regs_pop): Delete function.
9388 (trad_frame_unwinder): Update.
9389 * d10v-tdep.c (d10v_frame_pop): Delete function.
9390 (d10v_frame_unwind): Update.
9391 * sentinel-frame.c (sentinel_frame_pop): Delete function.
9392 (sentinel_frame_unwinder): Update.
9393 * dummy-frame.c (dummy_frame_pop): Delete function.
9394 (dummy_frame_unwind): Update.
9395 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
9396 (struct frame_unwind): Update.
9397
2f38ef89
KB
93982003-03-11 Kevin Buettner <kevinb@redhat.com>
9399
9400 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
9401 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
9402 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
9403 Do range checks on register number obtained from debugging info.
9404 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
9405 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
9406 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
9407 mapping function.
9408 (do_fp_register_row): Fix typo which caused double type to be
9409 used when attempting to unpack a float.
9410
552f4abf
JB
94112003-03-11 J. Brobecker <brobecker@gnat.com>
9412
9413 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
9414
e0d2ae16
AC
94152003-03-11 Andrew Cagney <cagney@redhat.com>
9416
9417 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
9418 frame. Problem found by Corinna Vinschen.
9419
ddbfdd06
PM
94202003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
9421
9422 * doublest.c (floatformat_from_length): Accept also
9423 the real size of 'long double' type.
9424
088b2ddc 94252003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 9426
088b2ddc 9427 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
9428 * breakpoint.c (bpstat_copy): Copy the command lines as well
9429 as the old value, to match what is freed in bpstat_clear.
9430
f56f77c1
DC
94312003-03-10 David Carlton <carlton@math.stanford.edu>
9432
9433 * minsyms.c (add_minsym_to_hash_table): Replace
9434 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
9435 (compare_minimal_symbols, compact_minimal_symbols)
9436 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
9437 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
9438 of DEPRECATED_SYMBOL_MATCHES_NAME.
9439 (lookup_minimal_symbol_solib_trampoline): Ditto.
9440
5602984a
AC
94412003-03-10 Andrew Cagney <cagney@redhat.com>
9442
9443 * regcache.h (regcache_cooked_read_ftype): Define.
9444 (regcache_save, regcache_restore): Add a cooked_read parameter.
9445 * regcache.c (regcache_save, regcache_restore): Update.
9446 (do_cooked_read): New function.
9447 (regcache_cpy): Pass do_cooked_read to regcache_save and
9448 regcache_restore.
9449
8bedc050
AC
94502003-03-10 Andrew Cagney <cagney@redhat.com>
9451
9452 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
9453 * gdbarch.h, gdbarch.c: Re-generate.
9454 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9455 * x86-64-tdep.h: Update.
9456 * x86-64-tdep.c (x86_64_init_abi): Update.
9457 * v850-tdep.c (v850_gdbarch_init): Update.
9458 * sparc-tdep.c (sparc_gdbarch_init): Update.
9459 * sh-tdep.c (sh_gdbarch_init): Update.
9460 * s390-tdep.c (s390_gdbarch_init): Update.
9461 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9462 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9463 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9464 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9465 * mips-tdep.c (mips_gdbarch_init): Update.
9466 * mcore-tdep.c (mcore_gdbarch_init): Update.
9467 * m68k-tdep.c (m68k_gdbarch_init): Update.
9468 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9469 * ia64-tdep.c (ia64_gdbarch_init): Update.
9470 * i386-tdep.c (i386_gdbarch_init): Update.
9471 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9472 * hppa-tdep.c (hppa_gdbarch_init): Update.
9473 * h8300-tdep.c (h8300_gdbarch_init): Update.
9474 * frv-tdep.c (frv_gdbarch_init): Update.
9475 * cris-tdep.c (cris_gdbarch_init): Update.
9476 * avr-tdep.c (avr_gdbarch_init): Update.
9477 * arm-tdep.c (arm_gdbarch_init): Update.
9478 * alpha-tdep.c (alpha_gdbarch_init): Update.
9479 * sh-tdep.c (sh_init_extra_frame_info): Update.
9480 (sh64_init_extra_frame_info): Update.
9481 * ns32knbsd-nat.c (frame_num_args): Update.
9482 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
9483 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
9484 (xstormy16_frame_chain_valid): Update.
9485 * vax-tdep.c (vax_saved_pc_after_call): Update.
9486 * v850-tdep.c (v850_frame_chain): Update.
9487 (v850_pop_frame): Update.
9488 (v850_init_extra_frame_info): Update.
9489 * sparc-tdep.c (setup_arbitrary_frame): Update.
9490 * ns32k-tdep.c (umax_frame_num_args): Update.
9491 * s390-tdep.c (s390_pop_frame_regular): Update.
9492 * mn10300-tdep.c (mn10300_frame_chain): Update.
9493 (mn10300_pop_frame_regular): Update.
9494 (mn10300_init_extra_frame_info): Update.
9495 * mips-tdep.c (mips_init_frame_pc_first): Update.
9496 (mips_frame_chain): Update.
9497 (mips_pop_frame): Update.
9498 * mcore-tdep.c (mcore_frame_chain): Update.
9499 (mcore_pop_frame): Update.
9500 (mcore_init_extra_frame_info): Update.
9501 * arch-utils.c (init_frame_pc_default): Update.
9502 * m68k-tdep.c (isi_frame_num_args): Update.
9503 (delta68_frame_num_args): Update.
9504 (news_frame_num_args): Update.
9505 * ia64-tdep.c (ia64_pop_frame_regular): Update.
9506 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9507 (alpha_frame_chain): Update.
9508 (alpha_pop_frame): Update.
9509 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
9510 (hppa_init_extra_frame_info): Update.
9511 (hppa_frame_chain): Update.
9512 (hppa_frame_chain_valid): Update.
9513 * cris-tdep.c (cris_init_extra_frame_info): Update.
9514 * avr-tdep.c (avr_init_extra_frame_info): Update.
9515 * arm-tdep.c (arm_frame_chain_valid): Update.
9516 (arm_init_extra_frame_info): Update.
9517 (arm_pop_frame): Update.
9518 * frame.c (frame_pc_unwind): Update.
9519 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
9520 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9521 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9522 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
9523 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
9524 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 9525
12cc2063
AC
95262003-03-10 Andrew Cagney <cagney@redhat.com>
9527
9528 * gdbarch.sh (gdbarch_unwind_pc): New method.
9529 * gdbarch.h, gdbarch.c: Regenerate.
9530 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
9531 but use read_pc and FRAME_SAVED_PC as fall backs.
9532 (frame_saved_regs_pc_unwind): Delete function.
9533 (trad_frame_unwinder): Update.
9534 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
9535 (struct frame_unwind): Update.
9536 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
9537 (dummy_frame_unwind): Update.
9538 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
9539 (sentinel_frame_unwinder): Update.
9540 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
9541 (d10v_frame_unwind): Update.
9542 (d10v_unwind_pc): New function.
9543 (d10v_gdbarch_init): Set unwind_pc.
9544
ef840a37
AC
95452003-03-10 Andrew Cagney <cagney@redhat.com>
9546
a2ce2e56
AC
9547 * gdbarch.h: Re-generate.
9548
ef840a37
AC
9549 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
9550 PC.
9551 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
9552 the PC register.
9553
08f3424b
MK
95542003-03-08 Mark Kettenis <kettenis@gnu.org>
9555
9556 * gdbarch.sh (save_dummy_frame_tos): Add comment.
9557
1248ede2
AC
95582003-03-08 Andrew Cagney <cagney@redhat.com>
9559
9560 * cli-out.c: Update copyright.
9561 (cli_out_data): Define typedef. Use instead of ui_out_data.
9562
f49bacc8
AC
95632003-03-08 Andrew Cagney <cagney@redhat.com>
9564
9565 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
9566 the result.
9567
9b05f993
AC
95682003-03-07 Andrew Cagney <cagney@redhat.com>
9569
9570 * gdbarch.sh: Don't generate two macro definitions when an
9571 undefined macro taking no arguments.
9572 * gdbarch.h: Regenerate.
8ffd9b1b 9573
166f4c7b
ML
95742002-03-07 Michal Ludvig <mludvig@suse.cz>
9575
9576 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
9577 (x86_64_unwind_dummy_id): New functions.
9578 (x86_64_init_abi): Register these two new functions.
9579
6d686a84
ML
95802003-03-07 Michal Ludvig <mludvig@suse.cz>
9581
9582 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 9583 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
9584 separate function.
9585 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
9586
6314f104
AC
95872003-03-05 Andrew Cagney <cagney@redhat.com>
9588
9589 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
9590 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
9591 * frame.c (get_prev_frame): Restructure the frame ID unwind code
9592 to use unwind_dummy_id when a dummy frame.
9593 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
9594 predicate.
9595 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 9596
ceea5145
AC
95972003-03-05 Andrew Cagney <cagney@redhat.com>
9598
9599 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
9600 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
9601 Do not use d10v_read_sp or d10v_read_fp when obtaining register
9602 values.
9603
0d843116
AC
96042003-03-05 Andrew Cagney <cagney@redhat.com>
9605
9606 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
9607 (struct d10v_unwind_cache): Delete field "frameless". Replace
9608 "next_addr" with "sp_offset". Add "r11_offset".
9609 (d10v_frame_unwind_cache): Update.
9610 (prologue_find_regs): Update. When "mv r11, sp", save the
9611 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
9612 RN was saved in r11_offset.
9613
b2579786
AC
96142003-03-05 Andrew Cagney <cagney@redhat.com>
9615
9616 * frame.c (deprecated_update_frame_pc_hack): Also update the the
9617 cached PC value in the next frame.
9618
218e5956
AC
96192003-03-05 Andrew Cagney <cagney@redhat.com>
9620
9621 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
9622 "id_unwind_cache" with "id".
9623 (frame_id_unwind): Delete declaration.
9624 * frame.c (frame_id_unwind): Delete function.
9625 (get_prev_frame): Call the frame id unwind method directly. Store
9626 the returned next frame's ID value in NEXT_FRAME. Note that there
9627 is a problem with the wrong unwind ID being called with the wrong
9628 unwind cache.
9629
ed363b1b
DJ
96302003-03-05 Daniel Jacobowitz <drow@mvista.com>
9631
9632 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
9633
fe1f4a5e
DJ
96342003-03-05 James Ingham <jingham@apple.com>
9635 Daniel Jacobowitz <drow@mvista.com>
9636
9637 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
9638 (auto_cp_abi): New variable.
9639 (current_cp_abi, num_cp_abis): Make static.
9640 (CP_ABI_MAX): Define.
9641 (cp_abis): Turn into an array.
9642 (value_virtual_fn_field): Fix formatting.
9643 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
9644 takes a pointer.
9645 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
9646 (list_cp_abis, _initialize_cp_abi): New functions.
9647 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
9648 declarations for cp_abis, num_cp_abis, current_cp_abi, and
9649 switch_to_cp_abi. Update prototype for register_cp_abi.
9650 * Makefile.in (cp-abi.o): Update dependencies.
9651 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
9652 instead of switch_to_cp_abi.
9653 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
9654 register_cp_abi.
9655 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
9656 register_cp_abi.
9657 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
9658
e4adbba9
DJ
96592003-03-05 Daniel Jacobowitz <drow@mvista.com>
9660
9661 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
9662 * dwarf2loc.c: Include "regcache.h".
9663 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
9664 register_size.
9665 * Makefile.in (dwarf2loc.o): Update dependencies.
9666
91ccbfc1
TR
96672003-03-04 Theodore A. Roth <troth@openavr.org>
9668
9669 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
9670 number of io registers reported by remote target is not a multiple of
9671 step.
9672
3d4e8fd2
DC
96732003-03-04 David Carlton <carlton@math.stanford.edu>
9674
9675 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
9676 (lookup_symbol_aux_psymtabs): Update call to
9677 lookup_partial_symbol.
9678 (lookup_transparent_type, find_main_psymtab)
9679 (make_symbol_overload_list): Ditto.
9680
ed42d87b
KH
96812003-03-04 Kazu Hirata <kazu@cs.umass.edu>
9682
9683 * MAINTAINERS (Write after approval): Update my email address.
9684
a0ed5532
AC
96852003-03-03 Andrew Cagney <cagney@redhat.com>
9686
9687 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
9688 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
9689 predicate. Replace MAX_REGISTER_RAW_SIZE.
9690 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
9691 MAX_REGISTER_VIRTUAL_SIZE.
9692 * regcache.c (legacy_max_register_raw_size): New function.
9693 (legacy_max_register_virtual_size): New function.
9694 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
9695 (MAX_REGISTER_RAW_SIZE): Define.
9696 (legacy_max_register_raw_size): Declare.
9697 (legacy_max_register_virtual_size): Declare.
9698 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
9699 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
9700 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
9701 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
9702 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
9703 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
9704 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
9705 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
9706 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
9707 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9708 * vax-tdep.c (vax_gdbarch_init): Update.
9709 * v850-tdep.c (v850_gdbarch_init): Update.
9710 * sparc-tdep.c (sparc_gdbarch_init): Update.
9711 * sh-tdep.c (sh_gdbarch_init): Update.
9712 * s390-tdep.c (s390_gdbarch_init): Update.
9713 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9714 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9715 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9716 * mips-tdep.c (mips_gdbarch_init): Update.
9717 * mcore-tdep.c (mcore_gdbarch_init): Update.
9718 * m68k-tdep.c (m68k_gdbarch_init): Update.
9719 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9720 * ia64-tdep.c (ia64_gdbarch_init): Update.
9721 * i386-tdep.c (i386_gdbarch_init): Update.
9722 * hppa-tdep.c (hppa_gdbarch_init): Update.
9723 * h8300-tdep.c (h8300_gdbarch_init): Update.
9724 * frv-tdep.c (frv_gdbarch_init): Update.
9725 * cris-tdep.c (cris_gdbarch_init): Update.
9726 * avr-tdep.c (avr_gdbarch_init): Update.
9727 * arm-tdep.c (arm_gdbarch_init): Update.
9728 * alpha-tdep.c (alpha_gdbarch_init): Update.
9729 * d10v-tdep.c (d10v_gdbarch_init): Do not set
9730 max_register_raw_size or max_register_virtual_size.
9731
8e437497
DC
97322003-03-03 David Carlton <carlton@math.stanford.edu>
9733
9734 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
9735 SYMBOL_MATCHES_NAME, add comment.
9736 (SYMBOL_MATCHES_NATURAL_NAME): New.
9737 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
9738 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
9739 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
9740 * symtab.c (lookup_partial_symbol): Use
9741 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
9742 unhelpful comment.
9743 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
9744 SYMBOL_MATCHES_NAME.
9745 Fix for PR c++/33.
9746
25120b0d
DC
97472003-03-03 David Carlton <carlton@math.stanford.edu>
9748
9749 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
9750 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
9751 by regexp matching against SYMBOL_NATURAL_NAME.
9752
78a11fb4
DC
97532003-03-03 David Carlton <carlton@math.stanford.edu>
9754
9755 * linespec.c (find_method): Extract code into collect_methods.
9756 (collect_methods): New.
9757
645dd519
MK
97582003-03-02 Mark Kettenis <kettenis@gnu.org>
9759
b4700d91
MK
9760 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
9761 get_frame_base.
9762
645dd519
MK
9763 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
9764 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
9765
0aa7e1aa
SC
97662003-03-02 Stephane Carrez <stcarrez@nerim.fr>
9767
8ffd9b1b 9768 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
9769 and not regnum when summing the size of all registers up to regnum.
9770
f30ee0bc
AC
97712003-03-01 Andrew Cagney <cagney@redhat.com>
9772
9773 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
9774 FRAME_INIT_SAVED_REGS.
9775 * gdbarch.h, gdbarch.c: Regenerate.
9776 * stack.c (frame_info): Update.
9777 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
9778 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
9779 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
9780 * ns32k-tdep.c (ns32k_pop_frame): Update.
9781 * mips-tdep.c (mips_pop_frame): Update.
9782 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
9783 * ia64-tdep.c (ia64_frame_chain): Update.
9784 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
9785 (ia64_frameless_function_invocation): Update.
9786 (ia64_init_extra_frame_info): Update.
9787 (ia64_pop_frame_regular): Update.
9788 * frame.h (struct frame_info): Update comment.
9789 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
9790 * frame.c (frame_saved_regs_register_unwind): Update.
9791 (frame_saved_regs_register_unwind): Update.
9792 (deprecated_generic_get_saved_register): Update.
9793 * cris-tdep.c: Update comment.
9794 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
9795 Rename macro.
9796 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9797 * x86-64-tdep.c (x86_64_init_abi): Update.
9798 * vax-tdep.c (vax_gdbarch_init): Update.
9799 * v850-tdep.c (v850_gdbarch_init): Update.
9800 * sparc-tdep.c (sparc_gdbarch_init): Update.
9801 * sh-tdep.c (sh_gdbarch_init): Update.
9802 * s390-tdep.c (s390_gdbarch_init): Update.
9803 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9804 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9805 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9806 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9807 * mips-tdep.c (mips_gdbarch_init): Update.
9808 * mcore-tdep.c (mcore_gdbarch_init): Update.
9809 * m68k-tdep.c (m68k_gdbarch_init): Update.
9810 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9811 * ia64-tdep.c (ia64_gdbarch_init): Update.
9812 * i386-tdep.c (i386_gdbarch_init): Update.
9813 * frv-tdep.c (frv_gdbarch_init): Update.
9814 * avr-tdep.c (avr_gdbarch_init): Update.
9815 * arm-tdep.c (arm_gdbarch_init): Update.
9816 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 9817
42fa7c0f
AC
98182003-03-01 Andrew Cagney <cagney@redhat.com>
9819
9820 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
9821 option enum and switch. When no windows, set the interpreter to
9822 INTERP_CONSOLE.
8ffd9b1b 9823
49c7e338
AC
98242003-03-01 Andrew Cagney <cagney@redhat.com>
9825
9826 * main.c (captured_main): Replace magic option characters with an
9827 enum.
9828
e9582e71
AC
98292003-03-01 Andrew Cagney <cagney@redhat.com>
9830
9831 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
9832 INIT_EXTRA_FRAME_INFO.
9833 * gdbarch.h, gdbarch.c: Regenerate.
9834 * arm-tdep.c: Update comments.
9835 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
9836 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
9837 * frame.h, avr-tdep.c: Ditto.
9838 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
9839 (create_new_frame, legacy_get_prev_frame): Ditto.
9840 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
9841 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
9842 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
9843 deprecated_init_extra_frame_info instead of init_extra_frame_info.
9844 * x86-64-tdep.c (x86_64_init_abi): Ditto.
9845 * v850-tdep.c (v850_gdbarch_init): Ditto.
9846 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9847 * sh-tdep.c (sh_gdbarch_init): Ditto.
9848 * s390-tdep.c (s390_gdbarch_init): Ditto.
9849 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
9850 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9851 * mips-tdep.c (mips_gdbarch_init): Ditto.
9852 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9853 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9854 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9855 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
9856 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9857 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9858 * frv-tdep.c (frv_gdbarch_init): Ditto.
9859 * cris-tdep.c (cris_gdbarch_init): Ditto.
9860 * avr-tdep.c (avr_gdbarch_init): Ditto.
9861 * arm-tdep.c (arm_gdbarch_init): Ditto.
9862 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9863 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9864
35cac7cf
AC
98652003-03-01 Andrew Cagney <cagney@redhat.com>
9866
9867 * gdbarch.sh (register_type): New function with predicate.
9868 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
9869 * gdbarch.h, gdbarch.c: Re-generate.
9870 * arch-utils.c (generic_register_byte): Use generic_register_size.
9871 (generic_register_size): When available, use
9872 gdbarch_register_type.
9873 * regcache.c (init_regcache_descr): When available, initialize the
9874 register type array using gdbarch_register_type. If the
9875 architecture supplies gdbarch_register_type, do not use the legacy
9876 regcache layout.
9877 * d10v-tdep.c (d10v_register_type): Replace
9878 d10v_register_virtual_type.
9879 (d10v_gdbarch_init): Set register_type instead of
9880 register_virtual_type.
9881
7b83296f
AC
98822003-03-01 Andrew Cagney <cagney@redhat.com>
9883
9884 * Makefile.in (ax-gdb.o): Update dependencies.
9885 * ax-gdb.c: Include "regcache.h".
9886 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
9887 * findvar.c (value_of_register): Ditto.
9888 * infcmd.c (default_print_registers_info): Ditto.
9889
eadc1c87
MK
98902003-03-01 Mark Kettenis <kettenis@gnu.org>
9891
9892 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
9893 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
9894
14143612
MK
98952003-03-01 Mark Kettenis <kettenis@gnu.org>
9896
9897 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
9898 of STREQ.
9899
a55cc764
DJ
99002003-02-28 Daniel Jacobowitz <drow@mvista.com>
9901
9902 * Makefile.in (dwarf2loc.o): Update dependencies.
9903 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
9904 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
9905 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
9906 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
9907 (locexpr_tracepoint_var_ref): New function.
9908 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
9909
08a617da
AC
99102003-02-28 Andrew Cagney <cagney@redhat.com>
9911
9912 * regcache.c (register_size): New function.
9913 * regcache.h (register_size): Declare
9914 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
9915 max_register_size instead of MAX_REGISTER_RAW_SIZE.
9916
4224873a
DC
99172003-02-28 David Carlton <carlton@math.stanford.edu>
9918
9919 * linespec.c (decode_compound): Extract code into find_method.
9920 (find_method): New.
9921
ccdc5d7f
JB
99222003-02-28 J. Brobecker <brobecker@gnat.com>
9923
9924 * Makefile.in: Add rules to build and link in observer.o.
9925
974e8ced
JB
99262003-02-27 J. Brobecker <brobecker@gnat.com>
9927
9928 * observer.c: Minor comments edits.
9929
7a28f973
JB
99302003-02-27 J. Brobecker <brobecker@gnat.com>
9931
9932 * observer.h, observer.c: New file.
9933
27cddce2
AC
99342003-02-27 Andrew Cagney <cagney@redhat.com>
9935
9936 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
9937
b94a41a1
SC
99382003-02-27 Stephane Carrez <stcarrez@nerim.fr>
9939
9940 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
9941 (M6812_OP_STS_EXT): Likewise.
9942 (m6811_prologue): Use the above to recognize prologue.
9943 (m6812_prologue): Likewise.
9944
c8be8951
DC
99452003-02-27 David Carlton <carlton@math.stanford.edu>
9946
9947 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
9948 SYMBOL_PRINT_NAME.
9949 (compare_psymbols): Ditto.
9950 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
9951
d05bb1fc
MS
99522003-02-27 Michael Snyder <msnyder@redhat.com>
9953
4e845cd3
MS
9954 * f-lang.c (build_fortran_types): New function.
9955 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
9956 * doublest.c (extract_floating): Fix warning text.
9957
f3824013
AC
99582003-02-27 Andrew Cagney <cagney@redhat.com>
9959
9960 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
9961 predicate. Replaces PUSH_DUMMY_FRAME.
9962 * gdbarch.h, gdbarch.c: Regnerate.
9963 * valops.c (hand_function_call): Update. Call
9964 generic_push_dummy_frame directly.
9965 * vax-tdep.c (vax_gdbarch_init): Update.
9966 * sparc-tdep.c (sparc_gdbarch_init): Update.
9967 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9968 * m68k-tdep.c (m68k_gdbarch_init): Update.
9969 * hppa-tdep.c (hppa_gdbarch_init): Update.
9970 * alpha-tdep.c (alpha_gdbarch_init): Update.
9971 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
9972 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
9973 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
9974 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
9975 push_dummy_frame to generic_push_dummy_frame.
9976 * v850-tdep.c (v850_gdbarch_init): Ditto.
9977 * sh-tdep.c (sh_gdbarch_init): Ditto.
9978 * s390-tdep.c (s390_gdbarch_init): Ditto.
9979 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9980 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9981 * mips-tdep.c (mips_gdbarch_init): Ditto.
9982 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9983 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9984 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9985 * i386-tdep.c (i386_gdbarch_init): Ditto.
9986 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9987 * frv-tdep.c (frv_gdbarch_init): Ditto.
9988 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9989 * cris-tdep.c (cris_gdbarch_init): Ditto.
9990 * avr-tdep.c (avr_gdbarch_init): Ditto.
9991 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 9992
ad188201
KB
99932003-02-26 Kevin Buettner <kevinb@redhat.com>
9994
9995 * mips-tdep.c (show_mips_abi): New function.
9996 (_initialize_mips_tdep): Use show_mips_abi() to implement the
9997 command ``show mips abi''.
9998
6b37567a 99992003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 10000
6b37567a 10001 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 10002 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
10003 more sline entries have been seen for the function.
10004
d3e0a5bf
MC
100052003-02-26 Michael Chastain <mec@shout.net>
10006
10007 * configure: Regenerate with autoconf 000227.
10008
18972eea
MC
100092003-02-26 Michael Chastain <mec@shout.net>
10010
10011 Close PR build/660.
10012 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10013 for old libc5/glibc.
10014 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10015
0bbde931
KW
100162003-02-26 Kris Warkentin <kewarken@qnx.com>
10017
10018 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10019 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10020
27ca5dad
MC
100212003-02-26 Michael Chastain <mec@shout.net>
10022
10023 * configure.in: New variable HAVE_UINTPTR_T.
10024 * configure, config.in: Regenerated.
10025
6f88d630
DJ
100262003-02-26 Daniel Jacobowitz <drow@mvista.com>
10027
10028 Fix PR build/1097.
10029 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10030
b14185ce
AC
100312003-02-25 Andrew Cagney <cagney@redhat.com>
10032
10033 * frame.c (get_prev_frame): Add comment on check for
10034 inside_entry_func. Only check for inside_entry_file when not a
10035 dummy and not a sentinel. Check that the new frame is not inner
10036 to the old frame.
10037
ac2bd0a9
AC
100382003-02-25 Andrew Cagney <cagney@redhat.com>
10039
10040 * frame.c (frame_debug): New variable.
10041 (_initialize_frame): Add "set/show debug frame" command.
10042 (get_prev_frame): When frame_debug, print reason why unwind
10043 failed.
10044
b18a0fd2
MC
100452003-02-25 Michael Chastain <mec@shout.net>
10046
10047 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10048 to avoid uintptr_t definition problems.
10049
22abf04a
DC
100502003-02-25 David Carlton <carlton@math.stanford.edu>
10051
10052 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10053 (SYMBOL_LINKAGE_NAME): Ditto.
10054 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10055 SYMBOL_LINKAGE_NAME.
10056 (struct general_symbol_info): Expand comment.
10057 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10058 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10059 (SYMBOL_MATCHES_REGEXP): Ditto.
10060 * symtab.c (symbol_natural_name): New function.
10061 * objfiles.h: Replace all uses of SYMBOL_NAME by
10062 DEPRECATED_SYMBOL_NAME.
10063 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10064 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10065 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10066 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10067 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10068 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10069 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10070 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10071 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10072 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10073 * ada-exp.y: Ditto.
10074 * ada-exp.y: Update copyright.
10075 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10076 * cp-valprint.c: Ditto.
10077
1a5848f6
JJ
100782003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10079
10080 * infptrace.c (detach): Do not flag error if ptrace detach fails
10081 and errno is set to ESRCH.
10082
7343d46a
AC
100832003-02-24 Andrew Cagney <cagney@redhat.com>
10084
10085 * infptrace.c (udot_info): Change type of udot_off to long. Use
10086 paddr when printing udot_off's value.
10087
49fa1dc2
DC
100882003-02-24 David Carlton <carlton@math.stanford.edu>
10089
10090 * symtab.c (make_symbol_overload_list): Only read in partial
10091 symtabs containing a matching partial symbol.
10092
0fe19209
DC
100932003-02-24 David Carlton <carlton@math.stanford.edu>
10094
10095 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10096 do the comparison, not strcmp.
10097 * symfile.c (compare_psymbols): Ditto.
10098 * defs.h: Declare strcmp_iw_ordered.
10099 * utils.c (strcmp_iw_ordered): New function.
10100
8e3ee7b5
JB
101012003-02-24 Jim Blandy <jimb@redhat.com>
10102
10103 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10104 support, shared libs): Remove my name from here, to better reflect
10105 reality.
10106
7df1a324
KW
101072003-02-24 Kris Warkentin <kewarken@qnx.com>
10108
10109 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10110 (target_ops): Add to_have_continuable_watchpoint.
10111 * target.c (update_current_target): Add INHERIT line for
10112 to_have_continuable_watchpoint.
10113 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10114 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10115 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10116 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10117
d1c76907
EZ
101182003-02-24 Elena Zannoni <ezannoni@redhat.com>
10119
10120 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10121 maintainership.
10122
2610b0bf
KW
101232003-02-24 Kris Warkentin <kewarken@qnx.com>
10124
f46169db
KW
10125 * solib.c (solib_open): Call target defined search function after
10126 failing with solib-search-path.
10127 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10128 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 10129
9a3c34fe
KW
101302003-02-24 Kris Warkentin <kewarken@qnx.com>
10131
f46169db 10132 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 10133
2417dd25
SC
101342003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10135
10136 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10137
b631436b
SC
101382003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10139
10140 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10141 (m68hc11_add_reggroups): New function.
10142 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10143 (m68hc11_gdbarch_init): Install the reggroups.
10144 (_initialize_m68hc11_tdep): Initialize them.
10145
0aa8c1e4
JW
101462003-02-21 James E Wilson <wilson@tuliptree.org>
10147
10148 * MAINTAINERS: Update my email address.
10149
50ceaba5
DC
101502003-02-21 David Carlton <carlton@math.stanford.edu>
10151
10152 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
10153
4c2df51b
DJ
101542003-02-21 Daniel Jacobowitz <drow@mvista.com>
10155
10156 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
10157 * symtab.h: Add opaque declarations of struct axs_value and
10158 struct agent_expr.
10159 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
10160 (struct location_funcs): New type.
10161 (struct symbol): Add "loc" to aux_value.
10162 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
10163 * dwarf2read.c: Include "dwarf2expr.h".
10164 (dwarf2_symbol_mark_computed): New function.
10165 (read_func_scope): Use it.
10166 (var_decode_location): New function.
10167 (new_symbol): Use it.
10168 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
10169
10170 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
10171 (dwarf2expr_h, dwarf2loc_h): New variables.
10172 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
10173 (dwarf2expr.o, dwarf2loc.o): New rules.
10174 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
10175 * buildsym.c (finish_block): Handle LOC_COMPUTED and
10176 LOC_COMPUTED_ARG.
10177 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
10178 * m2-exp.y (yylex): Likewise.
10179 * printcmd.c (address_info, print_frame_args): Likewise.
10180 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
10181 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
10182 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
10183 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
10184 * symtab.c (lookup_block_symbol): Likewise.
10185
5784d15e
AF
101862003-02-20 Adam Fedor <fedor@gnu.org>
10187
10188 * symtab.h: Remove objc_specific struct
10189 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
10190 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
10191 Have language_objc use cplus_specific struct.
10192
d4cad8db
TT
101932003-02-20 Tom Tromey <tromey@redhat.com>
10194
10195 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
10196 TYPE_NAME, when printing a String value. PR java/1075.
10197
2f9a90b4
AF
101982003-02-20 Adam Fedor <fedor@gnu.org>
10199
d38074a8 10200 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 10201 * objc-lang.c (find_methods): Make static.
2f9a90b4 10202
6f17862b
CF
102032003-02-20 Christopher Faylor <cgf@redhat.com>
10204
10205 * win32-nat.c (get_image_name): Check return value from
10206 ReadProcessMemory.
10207 (child_xfer_memory): Ditto.
10208
715d1656
AO
102092003-02-20 Alexandre Oliva <aoliva@redhat.com>
10210
10211 * configure.in (TARGET_SYSTEM_ROOT): Set default to
10212 ${exec_prefix}/${target_alias}/sys-root. Match explicit
10213 '${exec_prefix}' (in addition to the expansion thereof) as
10214 relocatable.
10215 * configure: Rebuilt.
10216
b1262a02
DC
102172003-02-20 David Carlton <carlton@math.stanford.edu>
10218
10219 * symtab.c (search_symbols): Revert the search_symbols part of my
10220 2002-12-23 patch. Add comment.
10221
7134143f
DJ
102222002-02-20 Daniel Jacobowitz <drow@mvista.com>
10223
10224 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
10225 * dbxread.c (elfstab_build_psymtabs): Don't call
10226 install_minimal_symbols.
10227 (stabsect_build_psymtabs): Likewise.
10228 * elfread.c (elf_symfile_read): Call install_minimal_symbols
10229 earlier.
10230 * somread.c (som_symfile_read): Call install_minimal_symbols
10231 and do_cleanups earlier.
10232 * nlmread.c (nlm_symfile_read): Likewise.
10233 * mdebugread.c (elfmdebug_build_psymtabs): Call
10234 install_minimal_symbols and make appropriate cleanups.
10235
cf466558
KB
102362003-02-20 Kevin Buettner <kevinb@redhat.com>
10237
10238 * solib.c (reload_shared_libraries): New function.
10239 (_initialize_solib): Add callbacks for ``set solib-search-path''
10240 and ``set solib-absolute-prefix''.
10241
de5ad195
DC
102422003-02-20 David Carlton <carlton@math.stanford.edu>
10243
10244 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
10245 expand comment.
10246 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
10247 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
10248 * ada-typeprint.c (ada_typedef_print): Ditto.
10249 * ax-gdb.c (gen_var_ref): Ditto.
10250 * breakpoint.c (print_one_breakpoint): Ditto.
10251 * buildsym.c (finish_block): Ditto.
10252 * c-valprint.c (c_val_print): Ditto.
10253 * expprint.c (print_subexp): Ditto.
10254 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
10255 * infcmd.c (jump_command): Ditto.
10256 * linespec.c (decode_line_2, decode_compound): Ditto.
10257 * maint.c (maintenance_translate_address): Ditto.
10258 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
10259 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
10260 Ditto.
8ffd9b1b
AJ
10261 * p-valprint.c (pascal_val_print): Ditto.
10262 * stabsread.c (define_symbol): Ditto.
de5ad195 10263 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
10264 (print_frame_arg_vars, return_command): Ditto.
10265 * symfile.c (compare_symbols, compare_psymbols): Ditto.
10266 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
10267 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
10268 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
10269 (rbreak_command): Ditto.
10270 * tracepoint.c (tracepoints_info): Ditto.
10271 * typeprint.c (typedef_print): Ditto.
10272 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
10273 * cli/cli-cmds.c (edit_command, list_command): Ditto.
10274 * ada-typeprint.c: Update Copyright.
10275 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
10276 * tracepoint.c, cli/cli-cmds.c: Ditto.
10277
f796e4be
KB
102782003-02-20 Kevin Buettner <kevinb@redhat.com>
10279
10280 * frame.c (generic_unwind_get_saved_register): Make non-static.
10281 * frame.h (generic_unwind_get_saved_register): Declare.
10282 * mips-tdep.c (read_next_frame_reg): Fetch register from
10283 current regcache when frame is NULL.
10284 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
10285 that must be NULL.
10286 (mips_get_saved_register): Call generic_unwind_get_saved_register()
10287 instead of frame_register_unwind().
10288
836cc9f4
AC
102892003-02-20 Andrew Cagney <ac131313@redhat.com>
10290
10291 * remote-sim.c (gdbsim_insert_breakpoint)
10292 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
10293 code.
10294
501eef12
AC
102952003-02-20 Andrew Cagney <ac131313@redhat.com>
10296
10297 * remote.c (_initialize_remote): Add commands "set/show remote
10298 hardware-watchpoint-limit" and "set/show remote
10299 hardware-breakpoint-limit".
10300 (remote_hw_watchpoint_limit): Initialize to -1.
10301 (remote_hw_breakpoint_limit): Ditto.
10302 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
10303
1b6bc7e0
CF
103042003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
10305
10306 * coff-pe-read.c: New file - support reading of minimal symbols from a
10307 portable executable using the export table.
10308 * coff-pe-read.h: New file.
10309 * coffread.c: Include coff-pe-read.h.
10310 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
10311 debugging symbols found.
10312 * Makefile.in (SFILES): Add coff-pe-read.o.
10313 (coff_pe_read_h): Define.
10314 (COMMON_OBS): Add coff-pe-read.o.
10315 (coffread.o): Add coff_pe_read_h dependency.
10316 (coff-pe-read.o): New target.
10317
fe898f56
DC
103182003-02-19 David Carlton <carlton@math.stanford.edu>
10319
10320 * Makefile.in (SFILES): Add block.c.
10321 (block_h): New.
10322 (COMMON_OBS): Add block.o.
10323 (block.o): New.
10324 (x86-64-tdep.o): Add $(block_h).
10325 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
10326 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
10327 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
10328 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
10329 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
10330 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
10331 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
10332 * value.h: Add opaque declaration for struct block.
10333 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
10334 * ada-lang.h: Ditto.
10335 * x86-64-tdep.c: #include "block.h"
10336 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
10337 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
10338 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
10339 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
10340 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
10341 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
10342 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
10343 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
10344 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
10345 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
10346 * symtab.c (block_function): Ditto.
10347 (contained_in): Ditto.
10348 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
10349 block.h. Add opaque declaration for struct block.
10350 * symtab.h: Move block_function and contained_in declarations to
10351 block.h. Add opaque declarations for struct block, struct
10352 blockvector.
10353 (struct block): Move to block.h.
10354 (struct blockvector): Ditto.
10355 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
10356 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
10357 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
10358 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
10359 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
10360 Ditto.
10361 * block.c: New file.
10362 * block.h: New file.
10363
173345b5
TR
103642003-02-19 Theodore A. Roth <troth@openavr.org>
10365
10366 * avr-tdep.c (avr_extract_return_value): Remove function.
10367 (avr_store_return_value): Remove function.
10368 (avr_extract_struct_value_address): Remove function.
10369 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
10370
338ef23d
AC
103712003-02-19 Andrew Cagney <ac131313@redhat.com>
10372
10373 * rs6000-tdep.c: Include "gdb_assert.h".
10374 (registers_e500): Add "acc" and "spefscr".
10375 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
10376 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
10377 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
10378 really is "r0".
10379 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
10380
5412f5f3
KS
103812003-02-18 Keith Seitz <keiths@redhat.com>
10382
10383 * Makefile.in: Add gdbtk-interps.c.
10384
881324eb
KB
103852003-02-18 Kevin Buettner <kevinb@redhat.com>
10386
10387 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
10388 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
10389
6a2f5abf
AC
103902003-02-18 Andrew Cagney <cagney@redhat.com>
10391
10392 * symtab.h (struct objfile): Add opaque declaration.
10393
54c7009d
EZ
103942003-02-18 Elena Zannoni <ezannoni@redhat.com>
10395
10396 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
10397 * dbxread.c (process_one_symbol): Use last_function_start rather
10398 than function_start_offset to find the real beginning of the
10399 current function. The latter is just the text section offset on
10400 some systems, the former is always the real function start.
54c7009d 10401
7ee6d7eb
AC
104022003-02-17 Andrew Cagney <cagney@redhat.com>
10403
10404 * configure.in: Revert ${target} != ${host}.
10405
2846da9b
AC
104062003-02-17 Andrew Cagney <ac131313@redhat.com>
10407
10408 * configure.in (Makefile): Use the test ${target} != ${host},
10409 instead of the absence of the "nm.h" file, to determine of the
10410 configuration non-native.
10411 * configure: Regenerate.
8ffd9b1b 10412
3b27aeea
EZ
104132003-02-14 Elena Zannoni <ezannoni@redhat.com>
10414
fbe586ae 10415 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
10416
10417 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
10418 conditionalize tui_active test.
10419 (lookup_cmd_1): Ditto.
10420
b0b1c2c0
MK
104212003-02-14 Mark Kettenis <kettenis@gnu.org>
10422
10423 * configure.in: Add check for _etext.
10424 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
10425 available.
10426 * config.in, configure: regenerated.
10427
8f05cde5
DJ
104282003-02-14 Daniel Jacobowitz <drow@mvista.com>
10429
10430 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
10431
021e7609
AC
104322003-02-14 Andrew Cagney <ac131313@redhat.com>
10433
10434 * main.c (tui_version): Delete variable.
10435 (captured_main): When --tui, set interpreter_p to "tui" instead of
10436 enabling tui_version.
10437 * printcmd.c (display_command) [TUI]: Test tui_active instead of
10438 tui_version.
10439 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
10440 * cli/cli-cmds.c (disassemble_command): Ditto.
10441 * defs.h (tui_version): Delete declaration.
10442 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
10443 (tui-interp.o): Add rules.
10444 (SUBDIR_TUI_OBS): Add "tui-interp.o".
10445
e325dcec
CF
104462003-02-14 Christopher Faylor <cgf@redhat.com>
10447
36ffb041 10448 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
10449 just-loaded dll.
10450
c4f90d87
JM
104512003-02-12 Jason Molenda (jmolenda@apple.com)
10452
fbe586ae
RH
10453 * symmisc.c (print_objfile_statistics): Include information about
10454 the number of psymtabs and symtabs in each object file.
c4f90d87 10455
e46e5ccd
KS
104562003-02-13 Keith R Seitz <keiths@redhat.com>
10457
10458 * main.h (struct captured_main_args): Add interpreter_p.
10459 * main.c (captured_main): Initialize interpreter_p from context.
10460 * gdb.c (main): Set interpreter_p argument.
10461 * Makefile.in (gdb.o): Add dependency for interps.h.
10462
fe97fe9c
AC
104632003-02-12 Andrew Cagney <ac131313@redhat.com>
10464
10465 * event-top.c (cli_command_loop): Delete declaration.
10466 (_initialize_event_loop): Delete function setting event_loop_hook.
10467 * event-top.h (cli_command_loop): Declare. Update copyright.
10468 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
10469 * interps.c (current_interp_command_loop): When event_loop_p, call
10470 cli_command_loop.
10471
1cdac4ef
AC
104722003-02-12 Andrew Cagney <ac131313@redhat.com>
10473
10474 * interps.h (interp_command_loop_ftype): Change return type to
10475 void.
10476
48037ead
ML
104772003-02-12 Michal Ludvig <mludvig@suse.cz>
10478
10479 * x86-64-tdep.c (x86_64_extract_return_value)
10480 (x86_64_store_return_value): Use regcache instead of regbuf.
10481 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
10482 * x86-64-linux-nat.c (fill_gregset): Use regcache.
10483
033afc63
AC
104842003-02-11 Andrew Cagney <ac131313@redhat.com>
10485
10486 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
10487 * aclocal.m4: Regenerate.
10488 * configure: Regenerate.
10489
10490 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
10491 TCL_LD_SEARCH_FLAGS.
10492
40d02bca
ML
104932003-02-10 Michal Ludvig <mludvig@suse.cz>
10494
10495 * dwarf2cfi.c: Reindented.
10496
11308a41
AC
104972003-02-09 Andrew Cagney <ac131313@redhat.com>
10498
10499 * interps.c (clear_interpreter_hooks): Convert function definition
10500 to ISO C.
10501
e1c1c0f6
DC
105022003-02-07 David Carlton <carlton@math.stanford.edu>
10503
10504 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
10505
ab5d3da6
KB
105062003-02-07 Kevin Buettner <kevinb@redhat.com>
10507
10508 * gdbtypes.h (struct main_type): Move ``length'' field from here...
10509 (struct type): ...to here.
10510 (TYPE_LENGTH): Adjust to reflect different location of ``length''
10511 field.
10512 * gdbtypes.c (make_qualified_type): Set length on newly created type.
10513 (replace_type): Set length on all type variants for a given type.
10514
b8a92b82
AC
105152003-02-07 Andrew Cagney <ac131313@redhat.com>
10516
10517 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
10518 <sys/stat.h>.
10519 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 10520
5cb316ef
AC
105212003-02-06 Andrew Cagney <ac131313@redhat.com>
10522
2555fe1a
AC
10523 * Makefile.in (symm-nat.o): Update dependencies.
10524 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
10525 (lynx-nat.o, ia64-linux-nat.): Ditto.
10526 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
10527 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
10528 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
10529
44270758
AC
10530 * Makefile.in (inflow_h): Define.
10531 (procfs.o, inflow.o, procfs.o): Update dependencies.
10532 * inftarg.c (child_stop): Delete extern declaration of
10533 inferior_process_group. Include "inflow.h".
10534 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
10535 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
10536 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
10537 (our_process_group, inferior_process_group): Extern declarations.
10538
df8f7274
AC
10539 * procfs.c: Include "gdb_assert.h".
10540
5cb316ef
AC
10541 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10542 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
10543 * jv-typeprint.c (java_type_print_base): Ditto.
10544 * typeprint.c (typedef_print): Eliminate STREQ.
10545 * cli/cli-script.c (define_command, define_command): Ditto.
10546 * main.c (captured_main): Ditto.
10547 * values.c (lookup_internalvar): Ditto.
10548 * utils.c (safe_strerror, parse_escape): Eliminate assignment
10549 within `if' conditional.
10550 * linespec.c (decode_line_2): Ditto.
10551 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
10552 (bfd_openw_with_cleanup): Ditto.
10553
2a28ccea
MK
105542003-02-07 Mark Kettenis <kettenis@gnu.org>
10555
10556 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
10557 legacy_extract_return_value and store_return_value to
10558 legacy_return_value.
10559
786b8124
CF
105602003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
10561
10562 * win32-nat.c (get_relocated_section_addrs): New function. Find
10563 section load addresses for symbol handling in relocated DLLs.
10564 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
10565
b871e4ec
FF
105662003-02-05 Fred Fish <fnf@intrinsity.com>
10567
10568 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
10569 '=' and '!='.
10570 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
10571 with '&' and '=='.
10572 (angel_RDI_info): Ditto.
10573 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
10574 with '&' and '!='.
10575 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 10576
4389a95a 105772003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
10578 Keith Seitz <keiths@redhat.com>
10579 Elena Zannoni <ezannoni@redhat.com>
10580 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
10581
10582 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
10583 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
10584 (SUBDIR_MI_OBS): Add "mi-interp.o".
10585 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
10586 (SFILES): Add "interps.c".
10587 (COMMON_OBS): Add "interps.o".
10588 (interps_h, mi_main_h): Define.
10589 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
10590 (mi-main.o, main.o, event-top.o): Update dependencies.
10591 * cli/cli-interp.c: New file.
10592 * interps.h, interps.c: New files.
10593 * top.c: (gdb_init): Don't install the default interpreter, handed
10594 by captured_main.
10595 * main.c: Include "interps.h".
10596 (interpreter_p): Note that it should malloc'ed.
10597 (captured_command_loop): Call current_interp_command_loop.
10598 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
10599 xfree and xstrdup when updating interpreter_p. Install the
10600 default interpreter. Add hack to stop mi1's copyright notice
10601 being encoded.
10602 * event-top.h (gdb_setup_readline): Declare.
10603 (gdb_disable_readline): Declare.
10604 * event-top.c: Include "interps.h".
10605 (display_gdb_prompt): Call current_interp_display_prompt_p.
10606 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
10607 gdb_stdlog, and gdb_stdtarg.
10608 (_initialize_event_loop): Don't call gdb_setup_readline.
10609 * cli-out.c (cli_out_set_stream): New function.
10610 * cli-out.h (cli_out_set_stream): Declare.
10611
ff3b5810
MK
106122003-02-06 Mark Kettenis <kettenis@gnu.org>
10613
10614 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
10615 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
10616 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
10617 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
10618 config/i386/i386v42mp.mt: Removed.
10619
5b729aa5
MK
106202003-02-05 Mark Kettenis <kettenis@gnu.org>
10621
10622 * configure.tgt (*-*-solaris*): Set gdb_osabi to
10623 GDB_OSABI_SOLARIS.
10624
8cc15142
MC
106252003-02-05 Michael Chastain <mec@shout.net>
10626
10627 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
10628 2.12.1 and earlier versions.
10629
5aa5d4b9
AC
106302003-02-05 Andrew Cagney <ac131313@redhat.com>
10631
10632 Remove orphaned hosts, targets and files.
10633 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
10634 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
10635 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
10636 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
10637 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
10638 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
10639 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
10640 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
10641 * config/sparc/tm-sp64sim.h: Delete.
10642 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
10643 hosts.
10644 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
10645 mips*-dec-mach3* targets.
10646
b68767c1
MC
106472003-02-04 Michael Chastain <mec@shout.net>
10648
10649 * NEWS: Fix typo: sepcifying -> specifying.
10650
5ae7ca1d
MC
106512003-02-04 Michael Chastain <mec@shout.net>
10652
10653 * dwarfread.c: Add documentation on the state of dwarf-1,
10654 looking towards obsoletion.
10655
d08a4280
MC
106562003-02-03 Michael Chastain <mec@shout.net>
10657
10658 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
10659 gdb/testsuite/gdb.c++/pr-1023.exp.
10660
e9be73e4
AC
106612003-02-04 Andrew Cagney <ac131313@redhat.com>
10662
10663 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
10664 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
10665
10666 * utils.c (init_page_info): Delete reference to MPW in comments.
10667 * main.c (captured_main): Delete #ifdef MPW.
10668
05d57f6f
AC
106692003-02-04 Andrew Cagney <ac131313@redhat.com>
10670
8ffd9b1b 10671 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
10672 * monitor.c (monitor_expect): Obsolete reference to m32r.
10673 * configure.tgt: Mark m32r-*-elf* as obsolete.
10674 * MAINTAINERS: Mark m32k as obsolete.
10675 * m32r-rom.c: Obsolete file.
10676 * config/m32r/m32r.mt: Obsolete file.
10677 * config/m32r/tm-m32r.h: Obsolete file.
10678 * m32r-stub.c: Obsolete file.
10679 * m32r-tdep.c: Obsolete file.
10680
8b0e5691
AC
106812003-02-04 Andrew Cagney <ac131313@redhat.com>
10682
10683 * NEWS: Mention that the z8k-zilog-none is obsolete.
10684 * MAINTAINERS: Mark z8k as obsolete.
10685 * configure.tgt: Obsolete the z8k-*-coff* target.
10686 * config/z8k/z8k.mt: Obsolete file.
10687 * config/z8k/tm-z8k.h: Obsolete file.
10688 * z8k-tdep.c: Obsolete file.
10689
67f16606
AC
106902003-02-04 Andrew Cagney <ac131313@redhat.com>
10691
10692 * NEWS: Mention that the mn10200-elf is obsolete.
10693 * configure.tgt: Obsolete mn10200-*-* target.
10694 * breakpoint.c (update_breakpoints_after_exec): Update comment to
10695 mention that the mn10200 is obsolete.
10696 * breakpoint.h: Ditto.
10697 * MAINTAINERS: Mark the mn10200-elf as obsolete.
10698 * config/mn10200/mn10200.mt: Obsolete file.
10699 * config/mn10200/tm-mn10200.h: Obsolete file.
10700 * mn10200-tdep.c: Obsolete file.
10701
fd2299bd
AC
107022003-02-04 Andrew Cagney <ac131313@redhat.com>
10703
10704 * MAINTAINERS: Mark h8500 as obsolete.
10705 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
10706 * findvar.c (value_from_register): Ditto.
10707 * h8500-tdep.c: Mark file as obsolete.
10708 * config/h8500/h8500.mt: Ditto.
10709 * config/h8500/tm-h8500.h: Ditto.
10710 * NEWS: Mention that h8500 is obsolete.
10711
eb9a305d
DC
107122003-02-04 David Carlton <carlton@math.stanford.edu>
10713
10714 * objfiles.c (allocate_objfile): Always set name. Add comment at
10715 start of function.
10716 * jv-lang.c (get_dynamics_objfile): Add comment.
10717
406fc7fb
DC
107182003-02-04 David Carlton <carlton@math.stanford.edu>
10719
10720 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
10721 * printcmd.c (build_address_symbolic): Replace uses of
10722 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
10723 SYMBOL_NAME, and asm_demangle.
10724 Update copyright.
10725
93d91629
DC
107262003-02-04 David Carlton <carlton@math.stanford.edu>
10727
10728 * linespec.c (decode_compound): Extract code into
10729 lookup_prefix_sym.
10730 (lookup_prefix_sym): New function.
10731
1c5cb38e
DC
107322003-02-04 David Carlton <carlton@math.stanford.edu>
10733
10734 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
10735 FLOAT_COERCION_BADNESS.
10736 * gdbtypes.c (rank_one_type): Replace all uses of
10737 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
10738
0cf824c9
JB
107392003-02-04 Jim Blandy <jimb@redhat.com>
10740
10741 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
10742 section, let dwarf_macinfo_section point to it, not
10743 dwarf_loc_section.
10744
a2d356b0
DJ
107452003-02-04 Daniel Jacobowitz <drow@mvista.com>
10746
10747 Pointed out by Anton Blanchard <anton@samba.org>.
10748 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
10749 (ppc_linux_at_sigtramp_return_path): Use it.
10750
2de7ced7
DJ
107512003-02-04 Daniel Jacobowitz <drow@mvista.com>
10752
10753 * defs.h (streq): Add prototype.
10754 * utils.c (streq): New function.
10755
10756 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
10757 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
10758 * mdebugread.c (new_symbol): Likewise.
10759 * stabsread.c (define_symbol): Likewise.
10760 * coffread.c (process_coff_symbol): Likewise.
10761 * dwarfread.c (new_symbol): Likewise.
10762
10763 * minsyms.c (prim_record_minimal_symbol_and_info): Use
10764 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
10765 here.
10766 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
10767 SYMBOL_INIT_DEMANGLED_NAME.
10768 * objfiles.c: Include "hashtab.h".
10769 (allocate_objfile): Call htab_set_functions_ex for the
10770 demangled_names_hash.
10771 (free_objfile): Call htab_delete for the demangled_names_hash.
10772 * objfiles.h (struct htab): Add declaration.
10773 (struct objfile): Add demangled_names_hash.
10774 * symfile.c: Include "hashtab.h".
10775 (reread_symbols): Call htab_delete for the demangled_names_hash.
10776 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
10777 SYMBOL_NAME in the bcache.
10778 * symtab.c: Include "hashtab.h". Update comments.
10779 (create_demangled_names_hash, symbol_set_names): New functions.
10780 (symbol_find_demangled_name): New function, broken out from
10781 symbol_init_demangled_names.
10782 (symbol_init_demangled_names): Use it.
10783 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
10784 (SYMBOL_SET_NAMES): New macro.
10785 (symbol_set_names): Add prototype.
10786
15831452
JB
107872003-02-03 Jim Blandy <jimb@redhat.com>
10788
10789 Use a single, consistent representation for an empty minimal
10790 symbol table in an objfile.
10791 * objfiles.c (terminate_minimal_symbol_table): New function.
10792 (allocate_objfile): Call it.
10793 * objfiles.h (terminate_minimal_symbol_table): New declaration.
10794 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 10795 non-NULL.
15831452
JB
10796 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
10797 objfile has minimal symbols, compare minimal_symbol_count to zero,
10798 instead of comparing msymbols with NULL.
10799 * objfiles.c (have_minimal_symbols): Same.
10800 * solib-sunos.c (solib_add_common_symbols): Call
10801 terminate_minimal_symbol_table.
10802 * symfile.c (reread_symbols): Same.
8ffd9b1b 10803
ffc65945
KB
108042003-02-03 Kevin Buettner <kevinb@redhat.com>
10805
10806 * s390-tdep.c (s390_address_class_type_flags)
10807 (s390_address_class_type_flags_to_name)
10808 (s390_address_class_name_to_type_flags): New functions.
10809 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
10810 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
10811
f211c6d4
MS
108122003-02-03 Michael Snyder <msnyder@redhat.com>
10813
10814 * arm-tdep.c: Fix spell-o in comment.
10815
659b0389
ML
108162003-02-03 Michal Ludvig <mludvig@suse.cz>
10817
10818 * dwarf2cfi.c (pointer_encoding): Added new parameter.
10819 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 10820 error messages to contain BFD filename.
659b0389 10821
3b31d625
EZ
108222003-02-02 Elena Zannoni <ezannoni@redhat.com>
10823
997b089a 10824 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
10825 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
10826 (do_mixed_source_and_assembly): Use
10827 make_cleanup_ui_out_tuple_begin_end and
10828 make_cleanup_ui_out_tuple_begin_end.
10829 (do_mixed_source_and_assembly): Ditto.
10830 * thread.c (do_captured_list_thread_ids): Ditto.
10831 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
10832 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
10833 ui_out_tuple_end): Delete prototypes.
10834 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
10835 ui_out_list_end, ui_out_tuple_end): Delete.
10836
10837 From Kevin Buettner <kevinb@redhat.com>:
10838 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
10839 * ui-out.c (make_cleanup_ui_out_table_begin_end)
10840 (do_cleanup_table_end): New functions.
10841 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
10842 Use cleanups to invoke_ui_out_tuple_end().
10843 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
10844 * cli/cli-setshow.c (cmd_show_list): Use
10845 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 10846
5b181d62
AC
108472003-02-02 Andrew Cagney <ac131313@redhat.com>
10848
10849 * frame.c (frame_unwind_register): New function.
10850 (frame_unwind_unsigned_register): Use.
10851 (frame_unwind_signed_register): Use.
10852 (frame_read_register): New function.
10853 * frame.h (frame_unwind_register): Declare.
10854 (frame_read_register): Declare.
10855
10856 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
10857 and frame_unwind_register instead of read_memory, write_register
10858 and deprecated_write_register_bytes.
10859
5f601589
AC
108602003-02-02 Andrew Cagney <ac131313@redhat.com>
10861
10862 * frame.h: Note that namelen can be negative.
10863 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
10864 NAME's length.
10865
10866 * NEWS: Mention that the d10v's `regs' command is deprecated.
10867 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
10868 (d10v_print_registers_info): New function.
10869 (show_regs): Call d10v_print_registers_info.
10870 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
10871
6a3fe0a4
MK
108722003-02-02 Mark Kettenis <kettenis@gnu.org>
10873
10874 * stack.c (print_frame_info): Restore call to annotate_frame_begin
10875 lost in the previous patch.
10876
075559bc
AC
108772003-02-01 Andrew Cagney <ac131313@redhat.com>
10878
10879 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
10880 * stack.c (print_frame_info_base): Output complete FRAME tuple
10881 for synthesized frames.
075559bc 10882
6789195b
AC
108832003-02-02 Andrew Cagney <ac131313@redhat.com>
10884
10885 * mips-nat.c (zerobuf): Delete.
10886 (fetch_inferior_registers): Alloc local zerobuf.
10887 (fetch_core_registers): Alloc local zerobuf.
10888 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
10889 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
10890 * thread-db.c (thread_db_store_registers): Ditto.
10891 * sh-tdep.c (sh_do_register): Ditto.
10892 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
10893 * remote-sim.c (gdbsim_store_register): Ditto.
10894 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
10895 * remote-e7000.c (fetch_regs_from_dump): Ditto.
10896 * monitor.c (monitor_supply_register): Ditto.
10897 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
10898 * mips-nat.c (fetch_inferior_registers): Ditto.
10899 * m68klinux-nat.c (fetch_register): Ditto.
10900 * lynx-nat.c (fetch_inferior_registers): Ditto.
10901 (fetch_inferior_registers): Ditto.
10902 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
10903 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
10904 (hpux_thread_store_registers): Ditto.
10905 * hppah-nat.c (fetch_register): Ditto.
10906 * hppab-nat.c (fetch_register): Ditto.
10907 * hppa-tdep.c (pa_register_look_aside): Ditto.
10908 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
10909 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
10910
e669114a
AC
109112003-02-01 Andrew Cagney <ac131313@redhat.com>
10912
10913 * gdbarch.sh: Explictly specify all method levels. When a
10914 variable with an empty level, provide a non-multi-arch default.
10915 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
10916 * gdbarch.h: Re-generate.
10917 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
10918 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
10919
9a043c1d
AC
109202003-02-01 Andrew Cagney <ac131313@redhat.com>
10921
10922 * defs.h (host_pointer_to_address): Delete declaration.
10923 (address_to_host_pointer): Delete declaration.
10924 * utils.c (host_pointer_to_address): Delete function.
10925 (address_to_host_pointer): Delete function.
10926 * procfs.c (procfs_address_to_host_pointer): New function.
10927 * procfs.c (proc_set_watchpoint): Use.
10928 (procfs_can_use_hw_breakpoint): Update comments.
10929 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
10930 (som_solib_add): Use.
10931 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
10932 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 10933
7ca9f392
AC
109342003-02-01 Andrew Cagney <ac131313@redhat.com>
10935
94bbfd30
AC
10936 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
10937 strlen d_name.
10938
7ca9f392
AC
10939 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
10940 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
10941 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
10942 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
10943 (define_symbol): Update.
10944 * symfile.c (generic_load): Remove references to nindy.
10945 * symtab.c: Remove references to nindy.
10946
31a85ea2
AC
109472003-02-01 Andrew Cagney <ac131313@redhat.com>
10948
10949 * infcmd.c (print_float_info): Delete code conditional on
10950 FLOAT_INFO.
10951 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
10952 * config/m68k/nm-apollo68b.h: Ditto.
10953 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
10954 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
10955 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
10956
f6e85fc8
MK
109572003-02-01 Mark Kettenis <kettenis@gnu.org>
10958
6015b6a0
MK
10959 * config/i386/tm-i386os9k.h: Removed.
10960
f7a30bdf
MK
10961 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
10962 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
10963 they're identical to i[3456]86-*-sysv* now.
10964 * config/i386/i386v32.mh: Removed.
10965 * config/i386/xm-i386v32.h: Removed.
10966 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
10967
28d52111
MK
10968 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
10969
4d3f6bce
MK
10970 * config/i386/i386dgux.mh: Removed.
10971 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
10972
f6e85fc8
MK
10973 * configure.in: Fix typo.
10974 * configure: Regenerated.
10975
53955967
DC
109762003-01-31 David Carlton <carlton@math.stanford.edu>
10977
10978 * dwarf2read.c (dwarf2_locate_sections): Set
10979 dwarf_ranges_section.
10980
b1364885
AC
109812003-01-31 Andrew Cagney <ac131313@redhat.com>
10982
8dbb1c65
AC
10983 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
10984 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 10985
8731e58e
AC
10986 * utils.c: Re-indent.
10987
b1364885
AC
10988 * config/djgpp/fnchange.lst: Delete nindy files.
10989 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
10990 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
10991 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
10992 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
10993 * nindy-share/README, nindy-share/Onindy.c: Delete files.
10994 * nindy-tdep.c, nindy-share/Makefile: Delete files.
10995 * Makefile.in (init.c): Remove nindy references.
10996 (saber_gdb): Delete rule.
10997 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
10998 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
10999 and a68v-nat.c.
11000 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11001 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11002 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11003 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11004 nindy-share/stop.h.
11005 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11006 * saber.suppress: Delete file.
11007
086df311
DJ
110082003-01-31 Daniel Jacobowitz <drow@mvista.com>
11009
11010 * dbxread.c (stabs_data): New static variable.
11011 (fill_symbuf): Support an in-memory buffer for stabs data.
11012 (stabs_seek): New function.
11013 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11014 (read_ofile_symtab): Use stabs_seek.
11015 (elfstab_build_psymtabs): Take an asection* instead of
11016 an offset and size. Relocate the stabs data if necessary.
11017 Save the section* for dbx_psymtab_to_symtab.
11018 * dwarf2read.c: Add section variables for each debug section.
11019 (dwarf2_locate_sections): Fill them in.
11020 (dwarf2_read_section): Take an asection* argument.
11021 Relocate the section contents if necessary.
11022 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11023 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11024 it to dwarf2_read_section.
11025 (dwarf2_build_frame_info): Update callers.
11026 * elfread.c (elf_symfile_read): Update call to
11027 elfstab_build_psymtabs.
11028 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11029 (DBX_STAB_SECTION): New macro.
8ffd9b1b 11030 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
11031 * symfile.c (symfile_dummy_outputs): New function.
11032 (symfile_relocate_debug_section): New function.
11033 * symfile.h (symfile_relocate_debug_section): Add prototype.
11034
87d1b352
RH
110352003-01-31 Richard Henderson <rth@redhat.com>
11036
11037 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11038 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11039 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11040 * alpha-tdep.c (alpha_register_name): Add "unique".
11041 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11042 (ALPHA_UNIQUE_REGNUM): New.
11043 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11044
c48861fb
AC
110452003-01-31 Andrew Cagney <ac131313@redhat.com>
11046
11047 * README: Remove reference to Ericsson 1800 monitor.
11048 * Makefile.in (remote-es.o): Delete rule.
11049 (ALLDEPFILES): Delete remote-es.c.
11050 * remote-es.c: Delete file.
11051 * config/m68k/es1800.mt: Delete file.
11052 * config/djgpp/fnchange.lst: Update.
11053 * configure.tgt: Delete m68*-ericsson-* target.
11054
d764a824
AF
110552003-01-31 Adam Fedor <fedor@gnu.org>
11056
11057 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11058 Remove duplicate/shadowing variable of same name.
11059
fe36c4f4
JB
110602003-01-30 Jim Blandy <jimb@redhat.com>
11061
11062 * symfile.c (find_separate_debug_file): Assert that the objfile's
11063 directory name we compute ends with a slash, and then assume that
11064 that's so everywhere we use it.
11065
cb741690
DJ
110662003-01-30 Daniel Jacobowitz <drow@mvista.com>
11067
11068 * valops.c (value_assign): Flush frame cache after stores to memory
11069 also.
11070
96ee5227
AC
110712003-01-30 Andrew Cagney <ac131313@redhat.com>
11072
11073 * Makefile.in (mon960-rom.o): Delete rule.
11074 * mon960-rom.c: Delete file.
11075
7f6104a9
AC
110762003-01-30 Andrew Cagney <ac131313@redhat.com>
11077
11078 * d10v-tdep.c: Include "frame-unwind.h".
11079 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11080 list.
11081 (next_addr, uses_frame): Delete.
11082 (struct d10v_unwind_cache): Define.
11083 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11084 Use info instead of next_addr and uses_frame globals.
11085 (d10v_frame_init_saved_regs): Delete function.
11086 (d10v_init_extra_frame_info): Delete function.
11087 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11088 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11089 init_frame_pc or frame_saved_pc.
11090 (d10v_pop_frame): Delete function.
11091 (do_d10v_pop_frame): Delete function.
11092 (d10v_frame_chain): Delete function.
11093 (d10v_frame_chain_valid): Delete function.
11094 (d10v_frame_pc_unwind): New function.
11095 (d10v_frame_id_unwind): New function.
11096 (saved_regs_unwinder): New function.
11097 (d10v_frame_register_unwind): New function.
11098 (d10v_frame_pop): New function.
11099 (d10v_frame_unwind): New variable.
11100 (d10v_frame_p): New function.
11101 (d10v_frame_saved_pc): Delete function.
11102 * Makefile.in (d10v-tdep.o): Update dependencies.
11103
cad2e848
JB
111042003-01-30 J. Brobecker <brobecker@gnat.com>
11105
11106 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11107 causing some regressions due to a change in the default value
11108 for this macro.
11109
af34e669
DJ
111102003-01-29 Richard Henderson <rth@redhat.com>
11111 Elena Zannoni <ezannoni@redhat.com>
11112 Daniel Jacobowitz <drow@mvista.com>
11113
11114 Fix PR gdb/961.
8ffd9b1b 11115 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
11116 variables.
11117 (RANGES_SECTION): New.
11118 (dwarf_ranges_buffer): New variable.
11119 (struct comp_unit_head): Add member "die".
11120 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11121 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11122 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11123 (dwarf2_locate_sections): Likewise.
11124 (dwarf2_build_psymtabs): Read .debug_ranges.
11125 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11126 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11127 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11128 Look for DW_AT_ranges and return the bounding box.
11129
baa93fa6
CF
111302003-01-29 Brian Ford <ford@vss.fsi.com>
11131
11132 * win32-nat.c (cygwin_pid): Removed as unused.
11133 (child_attach): Try fall back to Cygwin pid.
11134
c63f977f
JB
111352003-01-29 Jim Blandy <jimb@redhat.com>
11136
11137 * objfiles.h (struct objfile): Doc fix.
11138
d62d1979
AC
111392003-01-29 Andrew Cagney <ac131313@redhat.com>
11140
11141 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11142 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11143 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11144 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11145 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11146 (FRAME_SAVED_PC): Change to a function with predicate.
11147 * gdbarch.h, gdbarch.c: Re-generate.
11148
1ae18a04
AC
111492003-01-28 Andrew Cagney <ac131313@redhat.com>
11150
52287340
AC
11151 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
11152
1ae18a04
AC
11153 * complaints.c (complain): Delete function.
11154 * complaints.h (struct deprecated_complaint): Delete definition.
11155 (complain): Delete declaration.
11156
f2c16bd6
KB
111572003-01-28 Kevin Buettner <kevinb@redhat.com>
11158
11159 * mips-tdep.c (mips_init_extra_frame_info): Return early for
11160 dummy frames.
11161
a94dd1fd
AC
111622003-01-27 Andrew Cagney <ac131313@redhat.com>
11163
11164 * sentinel-frame.h, sentinel-frame.c: New files.
11165 * Makefile.in (frame.o): Update dependencies.
11166 (SFILES): Add sentinel-frame.c.
11167 (sentinel_frame_h): Define.
11168 (COMMON_OBS): Add sentinel-frame.o.
11169 (sentinel-frame.o): Specify dependencies.
11170 * frame.c: Include "sentinel-frame.h".
11171 (frame_register_unwind): Rewrite assuming that there is always a a
11172 ->next frame.
11173 (frame_register, generic_unwind_get_saved_register): Ditto.
11174 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
11175 (create_sentinel_frame, unwind_to_current_frame): New functions.
11176 (get_current_frame): Rewrite using create_sentinel_frame and
11177 unwind_to_current_frame. When possible, always create a frame.
11178 (create_new_frame): Set next to the sentinel frame.
11179 (get_next_frame): Rewrite. Don't go below the level 0 frame.
11180 (deprecated_update_frame_pc_hack): Update the next frame's PC and
11181 ID cache when necessary.
11182 (frame_saved_regs_id_unwind): Use frame_relative_level.
11183 (deprecated_generic_get_saved_register): Use frame_relative_level,
11184 get_frame_saved_regs, get_frame_pc, get_frame_base and
11185 get_next_frame.
11186 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
11187 frame_register.
11188
5378adc4
DJ
111892003-01-27 Daniel Jacobowitz <drow@mvista.com>
11190
11191 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
11192
51ee2ddc
DJ
111932003-01-27 Daniel Jacobowitz <drow@mvista.com>
11194
11195 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
11196 (maintenance_set_profile_cmd): Use error () instead of warning ().
11197
d9feb4e7
DJ
111982003-01-27 Daniel Jacobowitz <drow@mvista.com>
11199
11200 * configure.in: Check that -pg works if using --enable-profiling.
11201 Check for monstartup and _mcleanup regardless of --enable-profiling.
11202 * maint.c: Check for monstartup and _mcleanup before using them.
11203 * config.in: Regenerated.
11204 * configure: Regenerated.
11205
2d188dd3
NC
112062003-01-24 Nick Clifton <nickc@redhat.com>
11207
11208 * Add sh2e support:
11209
11210 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
11211
11212 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
11213 (sh2e_show_regs): New.
11214 (sh_gdbarch_init): Handle bfd_mach_sh2e.
11215 * config/sh/tm-sh.h: Added sh2e to comments.
11216
cb3c37b2
JB
112172003-01-23 Jim Blandy <jimb@redhat.com>
11218
11219 * symfile.c (syms_from_objfile): Don't print the "(no debugging
11220 symbols found)" message here; we haven't checked for a separate
11221 debug info file yet, so we don't know yet.
11222 (symbol_file_add_with_addrs_or_offsets): Print it here, after
11223 we've looked everywhere. Also, there's no need to print a special
11224 message when we're loading the separate debug info file: the one
11225 symbol_file_add prints is fine.
11226
5b5d99cf
JB
112272003-01-23 Alexander Larsson <alexl@redhat.com>
11228 Jim Blandy <jimb@redhat.com>
11229
11230 Add support for executables whose debug info has been separated
11231 out into a separate file, leaving only a link behind.
11232 * objfiles.h (struct objfile): New fields: separate_debug_objfile
11233 and separate_debug_objfile_backlink.
11234 (put_objfile_before): New declaration.
11235 * symfile.c: #include "filenames.h".
11236 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
11237 debug info in a separate file, read that, too. Save the addrs
11238 argument, so we can use it again to read the separated debug info;
11239 syms_from_objfile modifies the table we pass it.
11240 (reread_symbols): After re-reading an objfile, call
11241 reread_separate_symbols to refresh its separate debug info
11242 objfile, if it has one.
11243 (reread_separate_symbols, find_separate_debug_file,
11244 get_debug_link_info, separate_debug_file_exists): New functions.
11245 (debug_file_directory): New global var.
11246 (_initialize_symfile): Initialize debug_file_directory, and
11247 provide the new `set debug-file-directory' command to let the user
11248 change it.
11249 * objfiles.c (free_objfile): If this objfile has its debug info in
11250 a separate objfile, free that one too. If this is itself a
11251 separate debug info objfile, clear our parent's backlink.
11252 (put_objfile_before): New function.
11253 * utils.c (gnu_debuglink_crc32): New function.
11254 * defs.h (gnu_debuglink_crc32): New declaration.
11255 * Makefile.in (symfile.o): Note dependency on "filenames.h".
11256 * configure.in: Handle --with-separate-debug-dir config option.
11257 * acinclude.m4 (AC_DEFINE_DIR): New macro.
11258 * acconfig.h (DEBUGDIR): New macro.
11259 * configure, aclocal.m4, config.in: Regenerated.
11260
7e8580c1
JB
112612003-01-22 Jim Blandy <jimb@redhat.com>
11262
7904e09f
JB
11263 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
11264 like the old symbol_file_add, but taking new arguments: you can
11265 now pass in either a `struct section_addr_info' list to say where
11266 each section is loaded, or a `struct section_offsets' table. Pass
11267 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 11268 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
11269 with the appropriate quiescent values for the new arguments.
11270
7e8580c1
JB
11271 * symfile.c: #include "gdb_assert.h".
11272 (syms_from_objfile): Add the ability to pass in a section offset
11273 table directly, as an alternative to the section_addr_info table.
11274 Document arguments better.
11275 (symbol_file_add): Pass extra arguments to syms_from_objfile.
11276 * symfile.h (syms_from_objfile): Update declaration.
11277 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
11278 syms_from_objfile.
11279 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
11280
d28f9cdf
DJ
112812003-01-22 Daniel Jacobowitz <drow@mvista.com>
11282
11283 Original patch by Tom Tromey <tromey@cygnus.com> and
11284 Jason Molenda <jmolenda@apple.com>.
11285 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
11286 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
11287 * NEWS: Mention profiling.
11288 * configure.in (--enable-gdbtk): Fix typo.
11289 (--enable-profiling): New. Set PROFILE_CFLAGS.
11290 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
11291 Fill in function.
11292 (profiling_state): New variable.
11293 (mcleanup_wrapper): New function.
11294 (_initialize_maint): Remove NOTYET, fix call to
11295 add_setshow_boolean_cmd for "maint set profile".
11296 * configure: Regenerated.
11297
df21e465
MH
112982003-01-21 Martin M. Hunt <hunt@redhat.com>
11299
11300 * Makefile.in (install-gdbtk): Install PNG images too.
11301
73c1f219
AC
113022003-01-21 Andrew Cagney <ac131313@redhat.com>
11303
11304 * exec.c (text_start): Delete global variable.
11305 (exec_file_attach): Make text_start local to the function.
11306 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
11307 * valops.c (hand_function_call): Delete code that handles
11308 BEFORE_TEXT_END and AFTER_TEXT_END.
11309 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
11310 of CALL_DUMMY_LOCATION.
11311 * gdbarch.c: Regenerate.
11312 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
11313 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
11314 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
11315 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
11316 (text_end): Delete extern declaration.
11317
eb4f72c5
AC
113182003-01-21 Andrew Cagney <ac131313@redhat.com>
11319
11320 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
11321 * blockframe.c (backtrace_below_main): Move to "frame.c".
11322 (frame_chain_valid): Delete check for backtrace_below_main.
11323 (_initialize_blockframe): Delete initialization, move ``set
11324 backtrace-below-main'' command to "frame.c".
11325 (do_flush_frames_sfunc): Delete function.
11326 * frame.c: Include "command.h" and "gdbcmd.h".
11327 (frame_type_from_pc): New function.
11328 (create_new_frame): Use frame_type_from_pc.
11329 (legacy_get_prev_frame): New function.
11330 (get_prev_frame): Rewrite. When an old style frame, call
11331 legacy_get_prev_frame. Otherwize, unwind the PC first.
11332 (_initialize_frame): Add ``set backtrace-below-main'' command.
11333 * Makefile.in (frame.o): Update dependencies.
11334
778ce8cc
AC
113352003-01-19 Andrew Cagney <ac131313@redhat.com>
11336
11337 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
11338 DEPRECATED_REGISTERS_INFO.
11339
01c193c8
AC
113402003-01-19 Andrew Cagney <ac131313@redhat.com>
11341
11342 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
11343 Maintainers'. Update `Various Maintainers'.
11344
dedc2a2b
AC
113452003-01-19 Andrew Cagney <ac131313@redhat.com>
11346
11347 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
11348 * gdbarch.sh (POP_FRAME): Change to function with predicate.
11349 Suppress actual parameters when `-'.
11350 * gdbarch.h, gdbarch.c: Regenerate.
11351
b7261c70
AC
113522003-01-19 Andrew Cagney <ac131313@redhat.com>
11353
11354 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
11355 code handling dummy frames.
11356
dbe9fe58
AC
113572003-01-19 Andrew Cagney <ac131313@redhat.com>
11358
11359 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
11360 (struct frame_unwind): Add field pop.
11361 * frame.h (frame_pop): Declare.
11362 * frame.c (frame_saved_regs_pop): New function.
11363 (trad_frame_unwinder): Add frame_saved_regs_pop.
11364 (frame_pop): New function.
11365 * dummy-frame.c (dummy_frame_pop): New function.
11366 (discard_innermost_dummy): New function.
11367 (generic_pop_dummy_frame): Use discard_innermost_dummy.
11368 (dummy_frame_unwind): Add dummy_frame_pop.
11369 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
11370 * valops.c (hand_function_call): Ditto.
11371 * stack.c (return_command): Ditto.
11372
570b8f7c
AC
113732003-01-18 Andrew Cagney <ac131313@redhat.com>
11374
11375 * cris-tdep.c: Fix function declaration indentation.
11376 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
11377 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
11378 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
11379 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
11380 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
11381 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
11382
113832003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
11384
11385 * README (Unpacking and Installation -- quick overview):
11386 Warn against ".../gdb-5.3/gdb/configure".
11387
494cca16
AC
113882003-01-18 Andrew Cagney <ac131313@redhat.com>
11389
11390 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
11391 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
11392 (struct frame_unwind): Declare opaque.
11393 (dummy_frame_p): Declare function.
11394 * dummy-frame.c (dummy_frame_id_unwind): Make static.
11395 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
11396 * dummy-frame.c: Include "frame-unwind.h".
11397 (dummy_frame_p): New function.
11398 (dummy_frame_unwind): New variable.
11399 * frame.c: Include "frame-unwind.h".
11400 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
11401 to use the new unwind field.
11402 (set_unwind_by_pc): Delete function.
11403 (create_new_frame, get_prev_frame): Set unwind field using
11404 frame_unwind_find_by_pc.
11405 (trad_frame_unwind, trad_frame_unwinder): New variables.
11406 * frame.h (trad_frame_unwind): Declare variable.
11407 (frame_id_unwind_ftype): Delete declaration.
11408 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
11409 (struct frame_unwind): Declare opaque.
11410 (struct frame_info): Replace the fields id_unwind, pc_unwind and
11411 register_unwind with a single unwind pointer.
11412 * frame-unwind.h, frame-unwind.c: New files.
11413 * Makefile.in (SFILES): Add frame-unwind.c.
11414 (frame_unwind_h): Define.
11415 (COMMON_OBS): Add frame-unwind.o.
11416 (frame-unwind.o): Specify dependencies.
11417 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 11418
4efb68b1
AC
114192003-01-18 Andrew Cagney <ac131313@redhat.com>
11420
11421 * ada-valprint.c: Eliminate PTR.
11422 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
11423 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
11424 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
11425 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
11426 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
11427 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
11428 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 11429
a84d24ee
AC
114302003-01-17 Andrew Cagney <ac131313@redhat.com>
11431
762f08a3
AC
11432 * main.c (captured_main): Don't use PTR.
11433 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
11434 * gdbtypes.c (lookup_primitive_typename): Ditto.
11435 (lookup_struct_elt_type): Ditto.
11436 * f-valprint.c (info_common_command): Ditto.
11437 (list_all_visible_commons): Ditto.
11438 * jv-typeprint.c (java_type_print_base): Ditto.
11439
a84d24ee
AC
11440 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
11441 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
11442 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
11443 i386-interix-nat.c and i386-interix-tdep.c. Rename
11444 m68klinux-nat.c and m68klinux-tdep.c. Rename
11445 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
11446 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
11447 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
11448 * main.c (captured_main): Use xfree, not free.
11449
c170fb60
AC
114502003-01-16 Andrew Cagney <ac131313@redhat.com>
11451
11452 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
11453 ID back using a parameter.
11454 * frame.c (frame_id_unwind): Update call.
11455 (frame_saved_regs_id_unwind): Update.
11456 * dummy-frame.c (dummy_frame_id_unwind): Update function.
11457 * dummy-frame.h (struct frame_id): Add opaque declaration.
11458 (dummy_frame_id_unwind): Update declaration.
11459
867f3898
AC
114602003-01-15 Andrew Cagney <ac131313@redhat.com>
11461
11462 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
11463
40622be8 114642003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 11465
40622be8 11466 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 11467
ae66c1fc
EZ
114682003-01-14 Elena Zannoni <ezannoni@redhat.com>
11469
997b089a 11470 Fix PR gdb/898
ae66c1fc
EZ
11471 * breakpoint.c (until_break_command): Add new argument. Use it to
11472 decide whether to stop only at the current frame or not.
11473 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 11474 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
11475 call.
11476 (advance_command): New function.
11477 (_initialize_infcmd): Update help string for 'until' command.
11478 Add new 'advance' command.
11479
a04257e6
DC
114802003-01-14 David Carlton <carlton@math.stanford.edu>
11481
11482 * linespec.c (decode_line_1): Normalize comments.
11483 (set_flags): Ditto.
11484 (locate_first_half): Ditto.
11485 (decode_compound): Ditto.
11486 (symtab_from_filename): Ditto.
11487 (decode_all_digits): Ditto.
11488 (decode_dollar): Ditto.
11489 (find_methods): Ditto.
11490 (find_toplevel_char): Ditto.
11491
1bac305b
AC
114922003-01-13 Andrew Cagney <ac131313@redhat.com>
11493
11494 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
11495 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
11496 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
11497 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
11498 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
11499 * language.c, language.h, m32r-tdep.c: Update copyright.
11500 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
11501 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
11502 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
11503 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
11504 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
11505 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
11506
25caa7a8
EZ
115072003-01-13 Elena Zannoni <ezannoni@redhat.com>
11508
11509 * stabsread.h (process_later, resolve_cfront_continuation):
11510 Obsolete.
11511 Update copyright years.
11512 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
11513 Update copyright year.
11514 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 11515 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
11516 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
11517 Update copyright year.
11518 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
11519 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
11520 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
11521 (parse_partial_symbols): Obsolete cfront support.
11522 * stabsread.c
11523 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
11524 macros.
11525 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
11526 read_cfront_baseclasses, read_cfront_member_functions,
11527 resolve_cfront_continuation,read_cfront_static_fields,
11528 copy_cfront_struct_fields): Obsolete functions.
11529 (define_symbol, read_one_struct_field): Obsolete cfront support.
11530 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
11531 Update Copyright year.
11532
7789c6f5
EZ
115332003-01-13 Elena Zannoni <ezannoni@redhat.com>
11534
11535 * stack.c (print_frame_info, print_stack_frame_base_stub,
11536 print_stack_frame_base, show_and_print_stack_frame_stub,
11537 show_and_print_stack_frame, print_only_stack_frame_stub,
11538 print_only_stack_frame): Delete functions.
11539 (print_stack_frame_stub): Call print_frame_info instead of
11540 print_frame_info_base.
11541 (print_frame_info_base): Rename to print_frame_info.
11542 (backtrace_command_1): Call print_frame_info, instead of
11543 print_frame_info_base.
11544 (current_frame_command): Call print_stack_frame, instead of
11545 print_only_stack_frame.
11546 (frame_command): Call print_stack_frame, instead of
11547 show_and_print_stack_frame.
11548 (up_command): Ditto.
11549 (down_command): Ditto.
11550 * frame.h (print_only_stack_frame): Delete prototype.
11551 * infrun.c (normal_stop): Call print_stack_frame, instead of
11552 show_and_print_stack_frame.
11553 * thread.c (info_threads_command): Call print_stack_frame, instead
11554 of print_only_stack_frame.
11555
3f5a3016
AC
115562003-01-13 Andrew Cagney <ac131313@redhat.com>
11557
d99ba314
AC
11558 * README (Graphical interface to GDB): Update URL. Point at
11559 gdb/links/.
11560
3f5a3016
AC
11561 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
11562 version match.
11563
083ae935
DJ
115642003-01-13 Daniel Jacobowitz <drow@mvista.com>
11565
11566 * symtab.c (find_pc_sect_line): Don't consider end-of-function
11567 lines.
11568
5365276c
DJ
115692003-01-13 Daniel Jacobowitz <drow@mvista.com>
11570
11571 * thread-db.c (attach_thread): Prototype.
11572 (struct private_thread_info): Remove lwpid. Add thread handle (th),
11573 thread information (ti), and valid flags (th_valid, ti_valid).
11574 (attach_thread): Move target_pid_to_str call to after the thread
11575 is added to GDB's list. Initialize the cache.
11576 (thread_get_info_callback, thread_db_map_id2thr)
11577 (thread_db_get_info): New functions.
11578 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
11579 (thread_db_store_registers, thread_db_thread_alive)
11580 (thread_db_get_thread_local_address): Use them.
11581 (thread_db_pid_to_str): Likewise. Return "Missing" instead
11582 of calling error() for threads in unknown state.
11583
11584 (clear_lwpid_callback): New function.
11585 (thread_db_resume): Use it to clear the cache.
11586
9fc30b6b
DJ
115872003-01-13 Daniel Jacobowitz <drow@mvista.com>
11588
11589 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
11590 (resume_callback): Remove dead code.
11591
8f871025
AC
115922003-01-13 Andrew Cagney <ac131313@redhat.com>
11593
11594 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
11595 predicate.
11596 * gdbarch.h, gdbarch.c: Regenerate.
11597 * stack.c (frame_info): Only initialize the saved registers when
11598 FRAME_INIT_SAVED_REGS_P.
11599 * frame.c (frame_saved_regs_register_unwind): Assert
11600 FRAME_INIT_SAVED_REGS_P.
11601 (deprecated_generic_get_saved_register): Ditto.
11602
3f565f1e
DJ
116032003-01-13 Daniel Jacobowitz <drow@mvista.com>
11604
11605 * source.c (openp): Squelch warning about "filename".
11606
072b1022
DJ
116072003-01-13 Daniel Jacobowitz <drow@mvista.com>
11608
11609 * source.c (openp): If the file does not exist don't necessarily
11610 search the path.
11611
973ccf8b
DJ
116122003-01-13 Daniel Jacobowitz <drow@mvista.com>
11613
11614 Fix PR gdb/872.
11615 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
11616 (integer_types_same_name_p): New function.
11617 (rank_one_type): Use it.
11618 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
11619
030292b7
DJ
116202003-01-13 Daniel Jacobowitz <drow@mvista.com>
11621
11622 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
11623 variables.
11624 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
11625 * configure.in: Add --with-sysroot.
11626 * configure: Regenerated.
11627 * main.c (gdb_sysroot): New variable.
11628 (captured_main): Initialize gdb_sysroot.
11629 * defs.h (gdb_sysroot): New extern declaration.
11630 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
11631
afb5d334
MC
116322003-01-12 Michael Chastain <mec@shout.net>
11633
11634 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
11635
751ceeb4
MC
116362003-01-12 Michael Chastain <mec@shout.net>
11637
11638 * top.c (print_gdb_version): Bump copyright year to 2003.
11639
94cd26f8
DC
116402003-01-12 David Carlton <carlton@bactrian.org>
11641
11642 * linespec.c (symtab_from_filename): Rename variable 's' to
11643 'file_symtab'.
11644
1ce79225
AC
116452003-01-12 Andrew Cagney <ac131313@redhat.com>
11646
11647 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
11648 dummy frame.
11649 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
11650
fa1fd571
AC
116512003-01-12 Andrew Cagney <ac131313@redhat.com>
11652
11653 * d10v-tdep.c: Include "gdb_assert.h".
11654 (d10v_store_return_value): Rewrite to match current interface.
11655 (d10v_extract_struct_value_address): Ditto.
11656 (d10v_extract_return_value): Ditto.
11657 (d10v_gdbarch_init): Set store_restore_value,
11658 extract_struct_value_address and extract_return_value.
11659
68b8d23e
JB
116602003-01-12 J. Brobecker <brobecker@gnat.com>
11661
11662 * hpread.c (set_namestring): New procedure replacing the
11663 SET_NAMESTRING macro.
11664 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
11665 by calls to set_namestring.
11666
116672003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
11668
11669 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
11670 a compilation warning.
11671 (hpread_process_one_debug_symbol): Likewise.
11672
88d262ca
DC
116732003-01-10 David Carlton <carlton@math.stanford.edu>
11674
11675 * linespec.c (decode_line_1): Rename variable 's' to
11676 'file_symtab'.
11677 (decode_all_digits): Rename argument 's' to 'file_symtab'.
11678 (decode_dollar): Ditto.
11679 (decode_variable): Ditto.
11680 (symbol_found): Ditto.
11681
86669319
MC
116822003-01-09 Michael Chastain <mec@shout.net>
11683
11684 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
11685
616a9dc4
CV
116862003-01-07 Corinna Vinschen <vinschen@redhat.com>
11687
11688 * win32-nat.c (set_process_privilege): New function.
11689 (child_attach): Call set_process_privilege() to enable the
11690 SE_DEBUG_NAME user privilege if available in process token.
11691
3269bcfa
JB
116922003-01-10 J. Brobecker <brobecker@gnat.com>
11693
11694 * hpread.c (hpread_process_one_debug_symbol): Fix a small
11695 compilation error in the previous revision.
11696
2b0ee454
DC
116972003-01-09 David Carlton <carlton@math.stanford.edu>
11698
11699 * linespec.c: Update copyright.
11700
b3ba1b44
DJ
117012003-01-09 Daniel Jacobowitz <drow@mvista.com>
11702
11703 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
11704 than inferior_ptid.
11705 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
11706
4ef3f3be
AC
117072003-01-09 Andrew Cagney <ac131313@redhat.com>
11708
479ab5a0
AC
11709 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
11710 Update comments.
11711 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
11712 (frame_saved_regs_zalloc): Update.
11713 (frame_saved_regs_register_unwind): Update.
11714 (create_new_frame): Update.
11715 (get_prev_frame): Update.
11716 (frame_extra_info_zalloc): Update.
11717 (deprecated_get_frame_saved_regs): Update.
11718 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
11719 * cris-tdep.c: Update comment.
11720
bde58177
AC
11721 * somsolib.h: Fix function indentation.
11722 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
11723 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
11724 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
11725 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
11726 * somsolib.c, inftarg.c: Remove assignment in if conditional.
11727
4ef3f3be
AC
11728 * infrun.c (follow_fork): Use ISO C definition.
11729 * expprint.c (print_subexp): Use xfree instead of free.
11730 * charset.c: Include "gdb_string.h" instead of <string.h>.
11731 (register_iconv_charsets): Use ISO C definition.
11732 (host_charset, target_charset): Ditto.
11733 * Makefile.in (charset.o): Update dependencies.
11734 (mi-cmd-env.o): Update dependencies.
11735
1c615f7a
AC
117362003-01-08 Andrew Cagney <cagney@redhat.com>
11737
11738 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
11739 get_frame_base.
11740
c9a1dc08
AC
117412003-01-08 Andrew Cagney <ac131313@redhat.com>
11742
11743 * gdb_mbuild.sh: Add --keep option. When specified, keep the
11744 build directories. Save edited gdb output in Mbuild.log. If a
11745 build fails, remove any final GDB executable.
11746
dbad9d94
AC
117472003-01-08 Andrew Cagney <ac131313@redhat.com>
11748
11749 * gdb_mbuild.sh: Edit the output of `maint print architecture'
11750 replacing hex constants with function names and stripping leading
11751 file name directory prefixes.
11752
8d357cca
AC
117532003-01-08 Andrew Cagney <cagney@redhat.com>
11754
11755 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
11756 get_frame_base.
11757
bca02a8a
DC
117582003-01-08 David Carlton <carlton@math.stanford.edu>
11759
11760 * linespec.c (decode_line_1): Move code into decode_variable.
11761 (decode_variable): New function.
11762
7f8ab3a0
AC
117632003-01-08 Andrew Cagney <ac131313@redhat.com>
11764
11765 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
11766
7b5849cc
AC
117672003-01-08 Andrew Cagney <cagney@redhat.com>
11768
11769 * cris-tdep.c (cris_frame_init_saved_regs): Use
11770 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
11771 saved_regs buffer.
11772 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
11773 (sh64_nofp_frame_init_saved_regs): Ditto.
11774 (sh_fp_frame_init_saved_regs): Ditto.
11775 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
11776 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
11777 * mcore-tdep.c (analyze_dummy_frame): Ditto.
11778 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
11779
72a5efb3
DJ
117802003-01-08 Daniel Jacobowitz <drow@mvista.com>
11781
11782 * minsyms.c (lookup_minimal_symbol): Update comment.
11783 (lookup_minimal_symbol_text): Update comment. Use the hash table.
11784 (lookup_minimal_symbol_solib_trampoline): Likewise.
11785
11c02a10
AC
117862003-01-08 Andrew Cagney <cagney@redhat.com>
11787
aab3ea25
AC
11788 * d10v-tdep.c (d10v_init_extra_frame_info): Use
11789 frame_relative_level.
11790
da50a4b7
AC
11791 * alpha-tdep.c: Use get_frame_extra_info.
11792 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
11793 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
11794 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
11795 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
11796
11c02a10
AC
11797 * alpha-tdep.c: Use get_next_frame.
11798 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
11799 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
11800 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
11801 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
11802 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
11803 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
11804 * xstormy16-tdep.c: Ditto.
8ffd9b1b 11805
1e2330ba
AC
118062003-01-07 Andrew Cagney <cagney@redhat.com>
11807
11808 * alpha-tdep.c: Use get_frame_base.
11809 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
11810 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
11811 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
11812 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
11813 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
11814 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
11815 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
11816 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 11817
2d75187b
AC
118182003-01-07 Andrew Cagney <cagney@redhat.com>
11819
11820 * frame.c (deprecated_get_frame_context): New function.
11821 (deprecated_set_frame_context): New function.
11822 * frame.h (deprecated_get_frame_context): Declare.
11823 (deprecated_set_frame_context): Declare.
11824 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
11825 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 11826
483d36b2
AC
118272003-01-07 Andrew Cagney <cagney@redhat.com>
11828
11829 * frame.c (deprecated_set_frame_next_hack): New function.
11830 (deprecated_set_frame_prev_hack): New function.
11831 * frame.h (deprecated_set_frame_next_hack): Declare.
11832 (deprecated_set_frame_prev_hack): Declare.
11833 * mcore-tdep.c (analyze_dummy_frame): Use
11834 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
11835 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
11836
14e91ac5
DC
118372003-01-07 David Carlton <carlton@math.stanford.edu>
11838
11839 * linespec.c (decode_line_1): Move code into decode_dollar.
11840 (decode_dollar): New function.
11841
b0c6b05c
AC
118422003-01-07 Andrew Cagney <cagney@redhat.com>
11843
11844 * arm-tdep.c (arm_init_extra_frame_info): Use
11845 deprecated_update_frame_base_hack.
11846 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
11847 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
11848 (fix_frame_pointer): Ditto.
11849 (mn10300_analyze_prologue): Ditto.
11850
a00a19e9
AC
118512003-01-07 Andrew Cagney <cagney@redhat.com>
11852
11853 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
11854 extra_info using frame_extra_info_zalloc.
11855 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
11856 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
11857 (sh64_init_extra_frame_info): Ditto.
11858 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
11859 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
11860 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
11861 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
11862 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
11863 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
11864 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
11865 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
11866 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
11867 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
11868 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
11869 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
11870
11871 * mn10300-tdep.c (analyze_dummy_frame): Use
11872 deprecated_set_frame_extra_info_hack.
11873 * mcore-tdep.c (analyze_dummy_frame): Ditto.
11874
1fb4c65b
JB
118752003-01-07 J. Brobecker <brobecker@gnat.com>
11876
11877 * mdebugread.c (parse_symbol): Skip stProc entries which storage
11878 class is not scText. These do not define "real" procedures.
11879 (parse_partial_symbols): Likewise.
11880
9fe7d6bf
MS
118812003-01-06 Michael Snyder <msnyder@redhat.com>
11882
11883 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
11884
f6c609c4
AC
118852003-01-06 Andrew Cagney <ac131313@redhat.com>
11886
11887 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
11888 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
11889 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
11890 deprecated_frame_xmalloc_with_cleanup.
11891 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
11892 deprecated_frame_xmalloc.
11893 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
11894 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
11895
d995ff4b
AC
118962003-01-06 Andrew Cagney <cagney@redhat.com>
11897
84dc46cb
AC
11898 * x86-64-linux-tdep.c: Include "osabi.h".
11899 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
11900
d995ff4b
AC
11901 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
11902
66140c26
AC
119032003-01-06 Andrew Cagney <cagney@redhat.com>
11904
11905 * MAINTAINERS (Target Instruction Set Architectures): Update
11906 arm-elf. Can be built with -Werror, has been multiarched.
11907
11908 * value.h (unpack_long): Make buffer parameter constant.
11909 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
11910 * scm-lang.h (scm_parse): Ditto.
11911 * defs.h (extract_typed_address, extract_address): Ditto.
11912 (extract_long_unsigned_integer): Ditto.
11913 * inferior.h (unsigned_pointer_to_address): Ditto.
11914 (signed_pointer_to_address): Ditto.
11915 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
11916 * gdbarch.h, gdbarch.c: Regenerate.
11917 * findvar.c (extract_long_unsigned_integer): Update.
11918 (extract_address): Update.
11919 (extract_typed_address): Update.
11920 (unsigned_pointer_to_address): Update.
11921 * values.c (unpack_long): Update.
11922 (unpack_double): Update.
11923 (unpack_pointer): Update.
11924 (unpack_field_as_long): Update.
11925 * d10v-tdep.c (d10v_pointer_to_address): Update.
11926 * avr-tdep.c (avr_pointer_to_address): Update.
11927 * scm-lang.c (scm_unpack): Update.
11928 * findvar.c (signed_pointer_to_address): Update.
11929
b089b3da
ML
119302003-01-06 Michal Ludvig <mludvig@suse.cz>
11931
8ffd9b1b 11932 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
11933 since it is in i386-tdep.c.
11934
aff87235
JB
119352003-01-06 J. Brobecker <brobecker@gnat.com>
11936
11937 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
11938 failure introduced in the previous change.
11939
34f5e845
MC
119402003-01-05 Michael Chastain <mec@shout.net>
11941
11942 * README: Remove references to deleted remote-*.c files:
11943 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
11944 remote-nrom.c, remote-os9k.c, remote-udi.c.
11945
28bcfd30
MK
119462003-01-05 Mark Kettenis <kettenis@gnu.org>
11947
11948 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
11949 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
11950 i386_get_longjmp_target.
11951
15a5b3ee
AC
119522003-01-05 Andrew Cagney <ac131313@redhat.com>
11953
11954 * arm-tdep.c (prologue_cache): Change to a pointer.
11955 (_initialize_arm_tdep): Allocate prologue_cache.
11956 (check_prologue_cache): Update.
11957 (save_prologue_cache): Update.
11958 (arm_gdbarch_init): Update.
11959
c263362b
DJ
119602003-01-04 Daniel Jacobowitz <drow@mvista.com>
11961
11962 * stabsread.c (update_method_name_from_physname): Call complaint()
11963 instead of error.
11964
51603483
DJ
119652003-01-04 Daniel Jacobowitz <drow@mvista.com>
11966
11967 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
11968 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
11969 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
11970
11971 * blockframe.c: Include "gdbcmd.h" and "command.h".
11972 (backtrace_below_main): New variable.
11973 (file_frame_chain_valid, func_frame_chain_valid)
11974 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
11975 (generic_func_frame_chain_valid): Remove functions.
11976 (frame_chain_valid, do_flush_frames_sfunc): New functions.
11977 (_initialize_blockframe): New function.
11978 * Makefile.in (blockframe.o): Update dependencies.
11979 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
11980 comment. Call frame_chain_valid ().
11981 * frame.h: Remove old prototypes. Add prototype for
11982 frame_chain_valid and update comments to match.
11983 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
11984 Remove old comment.
11985 * gdbarch.h: Regenerated.
11986 * gdbarch.c: Regenerated.
11987
11988 * alpha-tdep.c (alpha_gdbarch_init): Don't call
11989 set_gdbarch_frame_chain_valid.
11990 * avr-tdep.c (avr_gdbarch_init): Likewise.
11991 * cris-tdep.c (cris_gdbarch_init): Likewise.
11992 * frv-tdep.c (frv_gdbarch_init): Likewise.
11993 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
11994 * i386-tdep.c (i386_svr4_init_abi): Likewise.
11995 (i386_nw_init_abi): Likewise.
11996 (i386_gdbarch_init): Likewise.
11997 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
11998 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
11999 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12000 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12001 * mips-tdep.c (mips_gdbarch_init): Likewise.
12002 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12003 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12004 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12005 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12006 * s390-tdep.c (s390_gdbarch_init): Likewise.
12007 * sh-tdep.c (sh_gdbarch_init): Likewise.
12008 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12009 * v850-tdep.c (v850_gdbarch_init): Likewise.
12010 * vax-tdep.c (vax_gdbarch_init): Likewise.
12011 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12012
12013 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12014 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12015 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12016 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12017 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12018 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12019 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12020 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12021
b00a8037
DJ
120222002-01-04 Daniel Jacobowitz <drow@mvista.com>
12023
12024 * Makefile.in (acconfig_h): Remove incorrect macro.
12025 (config_h): Define.
12026 (osabi.o): Update dependencies.
12027 * configure.tgt: Set gdb_osabi based on target triplet.
12028 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12029 * configure: Regenerated.
12030 * config.in: Regenerated.
12031 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12032 (GDB_OSABI_DEFAULT): Define if not already defined.
12033 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12034 (set_osabi_string): New variables.
12035 (gdbarch_register_osabi): Add new OS ABI to
12036 gdb_osabi_available_names.
12037 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12038 (set_osabi, show_osabi): New functions.
12039 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12040
4be87837
DJ
120412003-01-04 Daniel Jacobowitz <drow@mvista.com>
12042
12043 * arch-utils.c (gdbarch_info_init): Set osabi to
12044 GDB_OSABI_UNINITIALIZED.
12045 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12046 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12047 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12048 * gdbarch.c: Regenerated.
12049 * gdbarch.h: Regenerated.
12050 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12051 there's no BFD.
12052 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12053 * osabi.h (enum gdb_osabi): Move to defs.h.
12054 (gdbarch_init_osabi): Update prototype.
12055 * defs.h (enum gdb_osabi): Moved here.
12056 * Makefile.in: Update dependencies.
12057
12058 * alpha-tdep.h: Don't include "osabi.h".
12059 (struct gdbarch_tdep): Remove osabi member.
12060 * alpha-tdep.c: Include "osabi.h".
12061 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12062 iterate over arches. Update call to gdbarch_init_osabi.
12063 (alpha_dump_tdep): Don't dump osabi.
12064 * alpha-linux-tdep.c: Include "osabi.h".
12065 * alpha-osf1-tdep.c: Include "osabi.h".
12066 * alphafbsd-tdep.c: Include "osabi.h".
12067 * alphanbsd-tdep.c: Include "osabi.h".
12068
12069 * arm-tdep.h: Don't include "osabi.h".
12070 (struct gdbarch_tdep): Remove osabi member.
12071 * arm-tdep.c: Include "osabi.h".
12072 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12073 iterate over arches. Update call to gdbarch_init_osabi.
12074 (arm_dump_tdep): Don't dump osabi.
12075 * arm-linux-tdep.c: Include "osabi.h".
12076 * armnbsd-tdep.c: Include "osabi.h".
12077
12078 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12079 Update call to gdbarch_init_osabi.
12080
12081 * i386-tdep.h: Don't include "osabi.h".
12082 (struct gdbarch_tdep): Remove osabi member.
12083 * i386-tdep.c: Include "osabi.h".
12084 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12085 iterate over arches. Update call to gdbarch_init_osabi.
12086 (i386_dump_tdep): Don't dump osabi.
12087 * i386-linux-tdep.c: Include "osabi.h".
12088 * i386-sol2-tdep.c: Include "osabi.h".
12089 * i386bsd-tdep.c: Include "osabi.h".
12090 * i386gnu-tdep.c: Include "osabi.h".
12091 * i386ly-tdep.c: Include "osabi.h".
12092 * i386nbsd-tdep.c: Include "osabi.h".
12093 * i386obsd-tdep.c: Include "osabi.h".
12094
12095 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12096 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12097 check osabi when iterating over arches. Update call to
12098 gdbarch_init_osabi.
12099 (mips_dump_tdep): Don't dump osabi.
12100
12101 * ns32k-tdep.h: Don't include "osabi.h".
12102 (struct gdbarch_tdep): Remove.
12103 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12104 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12105 allocate tdep. Update call to gdbarch_init_osabi.
12106 (ns32k_dump_tdep): Remove.
12107 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12108 * ns32knbsd-tdep.c: Include "osabi.h".
12109
12110 * ppc-tdep.h: Don't include "osabi.h".
12111 (struct gdbarch_tdep): Remove osabi member.
12112 * rs6000-tdep.c: Include "osabi.h".
12113 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12114 osabi when iterating over arches. Update call to
12115 gdbarch_init_osabi.
12116 (rs6000_dump_tdep): Don't dump osabi.
12117 * ppc-linux-tdep.c: Include "osabi.h".
12118 * ppcnbsd-tdep.c: Include "osabi.h".
12119
12120 * sh-tdep.h: Don't include "osabi.h".
12121 (struct gdbarch_tdep): Remove osabi member.
12122 * sh-tdep.c: Include "osabi.h".
12123 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12124 iterate over arches. Update call to gdbarch_init_osabi.
12125 (sh_dump_tdep): Don't dump osabi.
12126 * shnbsd-tdep.c: Include "osabi.h".
12127
12128 * sparc-tdep.c: Include "osabi.h".
12129 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12130 iterate over arches. Update call to gdbarch_init_osabi.
12131 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12132 tdep structure.
12133
12134 * vax-tdep.h: Don't include "osabi.h".
12135 (struct gdbarch_tdep): Remove.
12136 * vax-tdep.c: Include "osabi.h".
12137 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12138 iterate over arches. Don't allocate tdep. Update call
12139 to gdbarch_init_osabi.
12140 (vax_dump_tdep): Remove.
12141 (_initialize_vax_tdep): Update call to gdbarch_register.
12142
a881cf8e
DJ
121432003-01-04 Daniel Jacobowitz <drow@mvista.com>
12144
12145 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12146 entirely.
12147 (breakpoint_re_set_one): Don't fetch the value for a disabled
12148 watchpoint.
12149
1e698235
DJ
121502003-01-04 Daniel Jacobowitz <drow@mvista.com>
12151
12152 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
12153 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
12154 (COERCE_FLOAT_TO_DOUBLE): Remove.
12155 * gdbarch.c: Regenerate.
12156 * gdbarch.h: Regenerate.
12157 * Makefile.in: Remove value_h from gdbarch_h.
12158 * valops.c (coerce_float_to_double): New variable.
12159 (default_coerce_float_to_double): Remove.
12160 (standard_coerce_float_to_double): Remove.
12161 (value_arg_coerce): Use coerce_float_to_double.
12162 (_initialize_valops): Add "set coerce-float-to-double".
12163 * value.h (default_coerce_float_to_double): Remove prototype.
12164 (standard_coerce_float_to_double): Remove prototype.
12165
12166 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
12167 prototyped.
12168 * mdebugread.c (parse_symbol): Likewise.
12169 * stabsread.c (define_symbol): Mark all functions as prototyped.
12170
12171 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
12172 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
12173 set_gdbarch_coerce_float_to_double.
12174 * arm-tdep.c (arm_gdbarch_init): Likewise.
12175 * frv-tdep.c (frv_gdbarch_init): Likewise.
12176 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
12177 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
12178 * mips-tdep.c (mips_gdbarch_init): Likewise.
12179 (mips_coerce_float_to_double): Remove.
12180 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12181 (rs6000_coerce_float_to_double): Remove.
12182 * s390-tdep.c (s390_gdbarch_init): Likewise.
12183 * sh-tdep.c (sh_gdbarch_init): Likewise.
12184 (sh_coerce_float_to_double): Remove.
12185 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12186 (sparc_coerce_float_to_double): Remove.
12187 * v850-tdep.c (v850_gdbarch_init): Likewise.
12188 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12189 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12190 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
12191 (hppa_coerce_float_to_double): Remove prototype.
12192 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12193
f436a26a
DJ
121942003-01-04 Daniel Jacobowitz <drow@mvista.com>
12195
12196 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
12197
248f8055
DJ
121982003-01-04 Daniel Jacobowitz <drow@mvista.com>
12199
12200 Suggested by Stewart Brown <sb24@avaya.com>:
12201 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
12202 in recursive calls. Handle TYPE_CODE_TYPEDEF.
12203 (c_type_print_varspec_suffix): Likewise.
12204
72cfdc76
MK
122052003-01-04 Mark Kettenis <kettenis@gnu.org>
12206
bfd260bb
MK
12207 * configure.in: Don't set and AC_SUBST SUBDIRS.
12208 * configure: Regenerated.
12209
72cfdc76
MK
12210 * configure.in: Remove code dealing with shared libraries.
12211 * Makefile.in: Remove HLDFLAGS and HLDENV.
12212 * configure: Regenerated.
12213
c8b8a898
AC
122142003-01-04 Andrew Cagney <ac131313@redhat.com>
12215
12216 * frame.c (deprecated_frame_xmalloc): New function.
12217 (deprecated_set_frame_saved_regs_hack): New function.
12218 (deprecated_set_frame_extra_info_hack): New function.
12219 * frame.h (deprecated_frame_xmalloc): Declare.
12220 (deprecated_set_frame_saved_regs_hack): Declare.
12221 (deprecated_set_frame_extra_info_hack): Declare.
12222
14abd0fb
MK
122232003-01-04 Mark Kettenis <kettenis@gnu.org>
12224
8ee53726
MK
12225 * configure.in: Move code that provides the --enable-gdbtk option
12226 right after the code that handles the --enable-tui option, and
12227 polish it somewhat.
12228 * configure: Regenerated.
12229
14abd0fb
MK
12230 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
12231 AC_CHECK_FUNCS and remove the old check for pread64.
12232 * acinclude.m4 (AC_GNU_SOURCE): New macro.
12233 * acconfig.h (_GNU_SOURCE): Add.
12234 (HAVE_PREAD64): Remove.
12235 * configure, aclocal.m4, config.in: Regenerated.
12236
b2fb4676
AC
122372003-01-03 Andrew Cagney <ac131313@redhat.com>
12238
12239 * alpha-tdep.c: Use get_frame_saved_regs.
12240 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12241 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12242 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
12243 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
12244 * vax-tdep.c, xstormy16-tdep.c: Ditto.
12245
8dcde887
MK
122462003-01-03 Mark Kettenis <kettenis@gnu.org>
12247
12248 * configure.in: Remove all use of the SUBDIRS variable; add
12249 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
12250 code providing the --enable-multi-ice option, and move it right in
12251 front of the code that checks whether gdbserver is supported.
12252 Polish that too.
12253 * configure: Regenerated.
12254 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
12255 @SUBDIRS@.
12256
8ccd593b
AC
122572003-01-03 Andrew Cagney <cagney@redhat.com>
12258
12259 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
12260 * avr-tdep.c, cris-tdep.c: Ditto.
12261 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12262 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 12263
91151a06
MK
122642003-01-03 Mark Kettenis <kettenis@gnu.org>
12265
12266 * configure.in: Remove --enable-netrom option.
12267 * configure: Regenerated.
12268
8fe84d01
MK
122692003-01-03 Mark Kettenis <kettenis@gnu.org>
12270
12271 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
12272 declaration for `struct re_pattern_buffer' instead.
12273 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
12274
f0394be6
JB
122752003-01-03 J. Brobecker <brobecker@gnat.com>
12276
12277 * mdebugread.c (parse_symbol): Count until the stEnd matching
12278 the structure name.
12279
27e9bf90
MK
122802003-01-02 Mark Kettenis <kettenis@gnu.org>
12281
93d331ba
MK
12282 * configure.in: Remove --with-cpu option.
12283 subscripts. Remove evil changequotes here.
12284 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
12285 * config.in, configure: Regenerated.
8ffd9b1b 12286
27e9bf90
MK
12287 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
12288 * configure.in: Cleanup section that sources GDB and BFD configure
12289 subscripts. Remove evil changequotes here.
12290 * config.in, configure: Regenerated.
12291
50abf9e5
AC
122922003-01-02 Andrew Cagney <ac131313@redhat.com>
12293
12294 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
12295 frame accessor methods.
12296 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12297 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12298 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
12299 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
12300 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12301 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12302 * z8k-tdep.c: Ditto.
8ffd9b1b 12303
287c1a40
MK
123042003-01-02 Mark Kettenis <kettenis@gnu.org>
12305
f5dbc56d
MK
12306 * configure.in: Remove UI_OUT configuration code.
12307 * ada-lang.c: Update assuming UI_OUT is always true.
12308 * Makefile.in (UIOUT_CFLAGS): Remove.
12309 * configure: Regenerated.
12310 * TODO: Remove blurb about elimination of -DUI_OUT.
12311
627af7ea
MK
12312 * configure.in: Move code that provides the --enable-gdbcli,
12313 --enable-gdbmi options right before the code that handles the
12314 --enable-tui option. Polish a bit.
12315 * configure: Regenerated.
12316
06825bd1
MK
12317 * configure.in: Rewrite check for GNU regex and the
12318 --without-included regex option, and move it into the "Checks for
12319 library functions" section. This makes us use the system regex
12320 again by default on systems with version 2 of the GNU C library.
12321 This was apparently broken.
12322 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
12323 * acconfig.h (USE_INCLUDED_REGEX): Remove.
12324 * config.in, configure: Regenerated.
12325
287c1a40
MK
12326 * configure.in: Move code that provides the --enable-tui option
12327 before the "Checks for libraries" section. Polish the code
12328 somewhat and set need_curses to yes if we build the TUI. Rewrite
12329 code that looks for a library providing termcap functionality to
12330 match more closely what's done in the Readline library, and move
12331 it into to the "Checks for libraries" section.
12332 * configure: Regenerated.
12333 * Makefile.in (TERMCAP): Remove variable.
12334 * config/i386/go32.mh (TERMCAP): Remove variable.
12335
684e56bf
AC
123362003-01-02 Andrew Cagney <ac131313@redhat.com>
12337
12338 * MAINTAINERS: Mention gdb_mbuild.sh.
12339 * gdb_mbuild.sh: Rewrite.
12340
e1ea1d75
MK
123412003-01-02 Mark Kettenis <kettenis@gnu.org>
12342
12343 * configure.in: Fix typo in last change.
12344 * config.in, configure: Regenerated.
12345
1b831c93
AC
123462003-01-02 Andrew Cagney <ac131313@redhat.com>
12347
12348 * valarith.c (value_binop): Delete obsolete code and comments.
12349 * configure.host: Ditto.
12350 * buildsym.h (make_blockvector): Ditto.
12351 * buildsym.c (make_blockvector): Ditto.
12352 * defs.h (enum language): Ditto.
12353 (chill_demangle): Ditto.
12354 * elfread.c (elf_symtab_read): Ditto.
12355 * dwarfread.c (CHILL_PRODUCER): Ditto.
12356 (set_cu_language): Ditto.
12357 (handle_producer): Ditto.
12358 * expprint.c (print_subexp): Ditto.
12359 * gdbtypes.c (chill_varying_type): Ditto.
12360 * gdbtypes.h (builtin_type_chill_bool): Ditto.
12361 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
12362 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
12363 (chill_varying_type): Ditto.
12364 * language.h (_LANG_chill): Ditto.
12365 * language.c (binop_result_type, integral_type): Ditto.
12366 (character_type, string_type, structured_type): Ditto.
12367 (lang_bool_type, binop_type_check): Ditto.
12368 * stabsread.h (os9k_stabs): Ditto.
12369 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
12370 (define_symbol, read_type, read_struct_fields): Ditto.
12371 (read_array_type, read_enum_type, read_huge_number): Ditto.
12372 (read_range_type, start_stabs): Ditto.
12373 * symfile.c (init_filename_language_table): Ditto.
12374 (add_psymbol_with_dem_name_to_list): Ditto.
12375 * symtab.c (symbol_init_language_specific): Ditto.
12376 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
12377 * symtab.h (struct general_symbol_info): Ditto.
12378 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
12379 * typeprint.c (typedef_print): Ditto.
12380 * utils.c (fprintf_symbol_filtered): Ditto.
12381 * valops.c (value_cast, search_struct_field, value_slice): Delete
12382 obsolete code.
12383 (varying_to_slice): Delete function.
12384 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
12385 (varying_to_slice): Delete declaration.
12386 * MAINTAINERS: Update.
12387
8bb2c122
MK
123882003-01-02 Mark Kettenis <kettenis@gnu.org>
12389
97bf5e38
MK
12390 * configure.in: Reorganize "Checks for library functions section"
12391 a bit. Remove check for `btowc' and `isascii' functions.
12392 * configure: Regenerated.
12393
5ee754fc
MK
12394 * acconfig.h (_MSE_INT_H): Remove.
12395 * configure.in: Create "Checks for header files" section, and move
12396 appropriate tests there. Don't check for objlist.h, wchar.h,
12397 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
12398 misdetection fix. Also add "Checks for types", "Checks for
12399 compiler characteristics" and "Checks for library functions"
12400 sections.
12401 * config.in, configure: Regenerated.
12402
8bb2c122
MK
12403 * configure.in: Create "Checks for programs" section, and move
12404 appropriate tests there.
12405
9a156167
MK
124062003-01-01 Mark Kettenis <kettenis@gnu.org>
12407
12408 * configure.in: Create "Checks for libraries" section, and move
12409 appropriate tests there. Cleanup check for wctype in libw. Use
12410 AC_SEARCH_LIBS to see whether we need libsocket.
12411 * configure: Regenerated.
12412
a80e2bcb 12413For older changes see ChangeLog-2002
c906108c
SS
12414\f
12415Local Variables:
12416mode: change-log
12417left-margin: 8
12418fill-column: 74
12419version-control: never
12420End:
This page took 1.005416 seconds and 4 git commands to generate.