]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
* Makefile.in (infrun.o): Add $(language_h)
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
f636b87d
AF
12003-03-25 Adam Fedor <fedor@gnu.org>
2
3 * Makefile.in (infrun.o): Add $(language_h)
4 * infrun.c (handle_inferior_event): Use skip_language_trampoline
5 for language specific trampolines.
6 * language.h (struct language_defn): Add skip_trampoline.
7 (skip_language_trampoline): Declare.
8 * language.c (unk_lang_trampoline, skip_language_trampoline):
9 New functions.
10 (unknown_language_defn, auto_language_defn, local_language_defn):
11 Add ukn_lang_trampoline.
12 * ada-lang.c (ada_language_defn): Add NULL for language
13 specific skip_trampoline.
14 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
15 scm-lang.c: Likewise.
16 * objc-lang.c (objc_skip_trampoline): New function.
17 (objc_language_defn): Add objc_skip_trampoline.
18
19I2003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
20
21 * frame.c (get_prev_frame): Delay validating a frame's ID -
22 non-NULL, didn't go backwards - until an attempt to unwind it to
23 the previous frame.
24
f933a9c5
AC
252003-03-25 Andrew Cagney <cagney@redhat.com>
26
27 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
28 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
29 * gdbarch.h, gdbarch.c: Re-generate.
30 * config/sparc/tm-sparc.h
31 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
32 * sparc-tdep.c (sparc_gdbarch_init): Set
33 deprecated_extra_stack_alignment_needed.
34 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
35 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
36 extra_stack_alignment_needed.
37 * v850-tdep.c (v850_gdbarch_init): Ditto.
38 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
39 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
40 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
41 * cris-tdep.c (cris_gdbarch_init): Ditto.
42 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
43 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
44
4183d812
AC
452003-03-25 Andrew Cagney <cagney@redhat.com>
46
47 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
48 STORE_STRUCT_RETURN.
49 * gdbarch.h, gdbarch.c: Regenerate.
50 * d10v-tdep.c (d10v_store_struct_return): Delete function.
51 (d10v_push_arguments): Set the struct return register.
52 (d10v_gdbarch_init): Update.
53 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
54 * x86-64-tdep.c (x86_64_init_abi): Update.
55 * vax-tdep.c (vax_gdbarch_init): Update.
56 * v850-tdep.c (v850_gdbarch_init): Update.
57 * sparc-tdep.c (sparc_gdbarch_init): Update.
58 * sh-tdep.c (sh_gdbarch_init): Update.
59 * s390-tdep.c (s390_gdbarch_init): Update.
60 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
61 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
62 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
63 * mips-tdep.c (mips_gdbarch_init): Update.
64 * mcore-tdep.c (mcore_gdbarch_init): Update.
65 * m68k-tdep.c (m68k_gdbarch_init): Update.
66 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
67 * ia64-tdep.c (ia64_gdbarch_init): Update.
68 * i386-tdep.c (i386_gdbarch_init): Update.
69 * hppa-tdep.c (hppa_gdbarch_init): Update.
70 * h8300-tdep.c (h8300_gdbarch_init): Update.
71 * frv-tdep.c (frv_gdbarch_init): Update.
72 * cris-tdep.c (cris_gdbarch_init): Update.
73 * avr-tdep.c (avr_gdbarch_init): Update.
74 * arm-tdep.c (arm_gdbarch_init): Update.
75 * alpha-tdep.c (alpha_gdbarch_init): Update.
76
1bf6d5cc
AC
772003-03-25 Andrew Cagney <cagney@redhat.com>
78
79 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
80 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
81 CALL_DUMMY_STACK_ADJUST with a predicate variable.
82 * gdbarch.h, gdbarch.c: Regenerate.
83 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
84 call_dummy_stack_adjust_p.
85 * vax-tdep.c (vax_gdbarch_init): Ditto.
86 * v850-tdep.c (v850_gdbarch_init): Ditto.
87 * sh-tdep.c (sh_gdbarch_init): Ditto.
88 * s390-tdep.c (s390_gdbarch_init): Ditto.
89 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
90 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
91 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
92 * mips-tdep.c (mips_gdbarch_init): Ditto.
93 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
94 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
95 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
96 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
97 * i386-tdep.c (i386_gdbarch_init): Ditto.
98 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
99 * frv-tdep.c (frv_gdbarch_init): Ditto.
100 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
101 * cris-tdep.c (cris_gdbarch_init): Ditto.
102 * avr-tdep.c (avr_gdbarch_init): Ditto.
103 * arm-tdep.c (arm_gdbarch_init): Ditto.
104 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
105 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
106 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
107 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
108 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
109 call_dummy_stack_adjust_p.
110 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
111 (CALL_DUMMY_STACK_ADJUST): Delete macro.
112 * sparc-tdep.c (sparc32_push_arguments): Update.
113 * valops.c (hand_function_call): Update.
114
71c08af0
CV
1152003-03-25 Corinna Vinschen <vinschen@redhat.com>
116
117 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
118 set_gdbarch_char_signed.
119
30757f90
RE
1202003-03-25 Richard Earnshaw <rearnsha@arm.com>
121
122 PR cli/548
123 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
124
03d48a7d
RE
1252003-03-25 Richard Earnshaw <rearnsha@arm.com>
126
127 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
128 (_initialize_arm_tdep): Don't set tm_print_insn.
129
2cf6873c
AF
1302003-03-24 Adam Fedor <fedor@gnu.org>
131
132 * Makefile.in (YYOBJ): Add objc-exp.tab.o
133 * objc-lang.h: Add multiple inclusion protection.
134 (start_msglist, add_msglist, end_msglist): Additional declarations.
135
17c0759e
RE
1362003-03-24 Richard Earnshaw <rearnsha@arm.com>
137
138 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
139 value was renamed to ARM_FLOAT_SOFT_FPA.
140
618ce49f
AC
1412003-03-23 Andrew Cagney <cagney@redhat.com>
142
143 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
144 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
145 * gdbarch.h, gdbarch.c: Regenerate.
146 * valops.c (hand_function_call): Update.
147 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
148 * frame.c (legacy_saved_regs_this_id): Update.
149 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
150 * dummy-frame.h: Update.
151 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
152 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
153 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
154 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
155 * config/m68k/tm-sun3.h: Update.
156 * blockframe.c (inside_main_func, frame_chain_valid): Update.
157 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
158 * x86-64-tdep.c (x86_64_init_abi): Update.
159 * vax-tdep.c (vax_gdbarch_init): Update.
160 * v850-tdep.c (v850_gdbarch_init): Update.
161 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
162 * sh-tdep.c (sh_gdbarch_init): Update.
163 * s390-tdep.c (s390_gdbarch_init): Update.
164 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
165 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
166 (frame_get_saved_regs): Update.
167 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
168 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
169 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
170 * mips-tdep.c (mips_gdbarch_init): Update.
171 * mcore-tdep.c (mcore_gdbarch_init): Update.
172 * m68k-tdep.c (m68k_gdbarch_init): Update.
173 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
174 * ia64-tdep.c (ia64_gdbarch_init): Update.
175 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
176 * i386-interix-tdep.c (i386_interix_init_abi): Update.
177 (i386_interix_back_one_frame): Update.
178 * hppa-tdep.c (hppa_gdbarch_init): Update.
179 (hppa_init_extra_frame_info): Update.
180 * h8300-tdep.c (h8300_gdbarch_init): Update.
181 * frv-tdep.c (frv_gdbarch_init): Update.
182 * cris-tdep.c (cris_gdbarch_init): Update.
183 * avr-tdep.c (avr_gdbarch_init): Update.
184 * arm-tdep.c (arm_gdbarch_init): Update.
185 * alpha-tdep.c (alpha_gdbarch_init): Update.
186
fd50bc42
RE
1872003-03-22 Richard Earnshaw <rearnsha@arm.com>
188
189 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
190 (arm_get_fp_model): Declare.
191 * arm-tdep.c (fp_model_strings): New string array.
192 (arm_fp_model, current_fp_model): New variables.
193 (arm_get_fp_model): New function.
194 (arm_set_fp): New function.
195 (set_fp_model_sfunc): New function.
196 (show_fp_model): New function.
197 (_initialize_arm_tdep): Add new command to set/show the FPU.
198 (arm_extract_return_value): Use arm_get_fp_model.
199 (arm_store_return_value): Likewise.
200 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
201 to initialize the floating-point data types.
202 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
203 model is FPA.
204
26304000
RE
2052003-03-22 Richard Earnshaw <rearnsha@arm.com>
206
207 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
208 the current setting of each value.
209 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
210 new_set and new_show. Use add_setshow_cmd_full and
211 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
212 commands and add new version as subcommands of "set/show arm".
213
afd7eef0
RE
2142003-03-22 Richard Earnshaw <rearnsha@arm.com>
215
216 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
217 (set_arm_command, show_arm_command): New functions.
218 (_initialize_arm_tdep): Add them.
219 (num_disassembly_options): Renamed from num_flavor_options.
220 (valid_disassembly_styles): Renamed from valid_flavors.
221 (disassembly_style): Renamed from disassembly_flavor.
222 (set_disassembly_style_sfunc): Renamed from
223 set_disassembly_flavor_sfunc.
224 (set_disassembly_style): Renamed from set_disassembly_flavor.
225 (arm_othernames): Updated.
226 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
227 command. Add "set/show arm disassembly" commands. Deprecate
228 "othernames" command.
229
299a7944
RE
2302003-03-22 Richard Earnshaw <rearnsha@arm.com>
231
232 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
233 (arm-tdep.o): Depend on elf_arm_h.
234
c1dac9e6
RE
2352003-03-22 Richard Earnshaw <rearnsha@arm.com>
236
237 * Makefile.in (coff_internal_h): Define.
238 (arm-tdep.o): Update dependencies.
239
2702d96c
RE
2402003-03-22 Richard Earnshaw <rearnsha@arm.com>
241
242 * arm-tdep.c (prologue_cache): Delete.
243 (check_prologue_cache, save_prologue_cache): Delete.
244 (arm_scan_prologue): Don't check or update the prologue_cache.
245 (arm_gdb_arch_init): Don't initialize it.
246 (_initialize_arm_tdep): Likewise.
247
27d5d74b
SC
2482003-03-21 Stephane Carrez <stcarrez@nerim.fr>
249
250 * MAINTAINERS (tui): Maintainer of tui code.
251
1762d96d
CV
2522003-03-21 Corinna Vinschen <vinschen@redhat.com>
253
254 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
255 (i386-cygwin-tdep.o): Add dependencies.
256 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
257 * i386-cygwin-tdep.c: New file.
258 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
259 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
260
4c2e2391
AC
2612003-03-20 Andrew Cagney <cagney@redhat.com>
262
f20d38b7
AC
263 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
264 (handle_inferior_event): Remove code calling
265 DYNAMIC_TRAMPOLINE_NEXTPC.
266
0022b738
AC
267 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
268 already has a full path.
269
864dbc90
AC
270 * main.c (gdb_main): Return 1.
271 (captured_main): Call error to report an invalid interpreter.
272
4c2e2391
AC
273 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
274 * alpha-osf1-tdep.c: Include "gdb_string.h".
275
5ef7553b
JB
2762003-03-19 J. Brobecker <brobecker@gnat.com>
277
278 Continuing work to convert the hppa targets to multiarch partial.
279
280 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
281 method, now that hppa_push_dummy_frame has a conformant prototype.
282 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
283 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
284 for the switch to multiarch partial.
285
7bde8967
KB
2862003-03-19 Kevin Buettner <kevinb@redhat.com>
287
288 * mdebugread.c (parse_symbol): For stEnd, we're done counting
289 when iss is issNull.
290
b006a9e9
KB
2912003-03-18 Kevin Buettner <kevinb@redhat.com>
292
293 * mips-tdep.c (mips_register_name): Fix fencepost error involving
294 NUM_REGS bounds check.
295
5e2e9765
KB
2962003-03-18 Kevin Buettner <kevinb@redhat.com>
297
298 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
299 * mips-tdep.c (gdb_assert.h): Include.
300 (mips_generic_reg_names, mips_processor_reg_names): Make static.
301 (mips_register_name): Handle integer registers explicitly. Add
302 bounds checking.
303 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
304 (mips_lsi33k_reg_names): Don't list integer registers; they're
305 handled by mips_register_name() now.
306 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
307 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
308 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
309 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
310 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
311
a2867626
AC
3122003-03-18 Andrew Cagney <cagney@redhat.com>
313
314 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
315 a void pointer.
316 * gdbtypes.h (print_scalar_formatted): Update declaration.
317 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
318
06600e06
JB
3192003-03-18 J. Brobecker <brobecker@gnat.com>
320
321 * infrun.c (observer.h): Add #include.
322 (normal_stop): Add call to observer_notify_normal_stop.
323 * Makefile.in (infrun.o): Add dependency on observer.h.
324
7daf4f5b
JB
3252003-03-18 J. Brobecker <brobecker@gnat.com>
326
327 Continuing work to convert the hppa targets to multiarch partial.
328 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
329 parameter. Reformat comment.
330 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
331 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
332 to match new profile.
333
3371ccc0
JB
3342003-03-18 J. Brobecker <brobecker@gnat.com>
335
336 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
337 appear to be working in any case.
338
4fbe891e
JB
3392003-03-18 J. Brobecker <brobecker@gnat.com>
340
341 * observer.c (observer_test_first_observer): New static variable.
342 (observer_test_second_observer): Likewise.
343 (observer_test_third_observer): Likewise.
344 (observer_test_first_notification_function): New static function.
345 (observer_test_second_notification_function): Likewise.
346 (observer_test_third_notification_function): Likewise.
347
a7ff40e7
JB
3482003-03-17 J. Brobecker <brobecker@gnat.com>
349
350 * hppa-tdep.c (gdb_assert.h): Add missing #include.
351 * somsolib.c (gdb_assert.h): Likewise.
352 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
353 (somsolib.o): Likewise.
354
26ca4152
AC
3552003-03-17 Andrew Cagney <cagney@redhat.com>
356
357 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
358 BFD. Simplify setting of di.endian.
359
0a613259
AC
3602003-03-17 Andrew Cagney <cagney@redhat.com>
361
362 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
363 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
364
365 From Elena Zannoni <ezannoni@redhat.com>
366 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
367 vector and floating-point parameters.
368 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
369 convention.
370 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
371
1132738f
FN
3722003-03-17 Fernando Nasser <fnasser@redhat.com>
373
374 * MAINTAINERS: Remove my name from several maintainership roles.
375
6dc42492
AC
3762003-03-17 Andrew Cagney <cagney@redhat.com>
377
378 Fix frame off-by-one bug.
379 * frame-unwind.h (frame_this_id_ftype): Replace
380 frame_unwind_id_ftype.
381 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
382 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
383 with "prev_register".
384 * frame-unwind.c (frame_unwind_find_by_pc): Return
385 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
386 comment.
387 * dummy-frame.c (cached_find_dummy_frame): Delete function.
388 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
389 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
390 (dummy_frame_unwind): Update.
391 * sentinel-frame.c (sentinel_frame_prev_register): Replace
392 sentinel_frame_register_unwind.
393 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
394 (sentinel_frame_unwinder): Update.
395 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
396 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
397 * frame.c (create_sentinel_frame): Update. Initialize
398 "prologue_cache" instead of "unwind_cache".
399 (frame_register_unwind): Call this frame's prev_register with the
400 next frame and this frame's prologue cache.
401 (get_prev_frame): Simplify. Always call prev frame's this_id with
402 this frame and prev frame's prologue cache. Document that this
403 call is shifted one to the left when compared to the
404 frame_register_unwind call.
405 (legacy_saved_regs_prev_register): Replace
406 frame_saved_regs_register_unwind.
407 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
408 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
409 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
410 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
411 (d10v_frame_unwind): Update.
412 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
413 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
414 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
415 "saved_regs" with "this_saved_regs".
416
efd710d6
AC
4172003-03-16 Andrew Cagney <cagney@redhat.com>
418
419 * frame.c (frame_pop): Don't call target_store_registers. Fix
420 problem reported by Mark Kettenis.
421
4e259f09
MK
4222003-03-16 Mark Kettenis <kettenis@gnu.org>
423
424 * i386-tdep.c (i386_register_type): Renamed from
425 i386_register_virtual_type. Adjust function signature.
426 (i386_gdbarch_init): Set register_type instead of
427 deprecated_max_register_raw_size,
428 deprecated_max_register_virtual_size and register_virtual_type.
429
055bb976
AC
4302003-03-14 Andrew Cagney <cagney@redhat.com>
431
432 * frame.c (get_prev_frame): When a legacy frame, always call
433 legacy_get_prev_frame. Simplify unwind code using assumption that
434 the unwinder is new.
435 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
436 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
437 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
438
ac2adee5
AC
4392003-03-14 Andrew Cagney <cagney@redhat.com>
440
441 * frame.c (get_saved_register): Delete function.
442 * frame.h (get_saved_register): Delete declaration.
443 * xstormy16-tdep.c: Update comment.
444 * regcache.h: Update comments.
445 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
446 get_saved_register and extract_address, use
447 frame_read_unsigned_register.
448 (sparc_frame_saved_pc): Ditto.
449 (sparc_get_saved_register): Instead of get_saved_register, use
450 frame_register.
451 (sparc_pop_frame): Ditto.
452 * findvar.c: Update comments.
453 (value_of_register): Call frame_register instead of
454 get_saved_register.
455 (value_from_register): Ditto.
456 * config/sparc/tm-sparc.h: Update comment.
457 * breakpoint.c: Update comment.
458
129c1cd6
AC
4592003-03-14 Andrew Cagney <cagney@redhat.com>
460
461 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
462 GET_SAVED_REGISTER.
463 * gdbarch.h, gdbarch.c: Re-generate.
464 * frame.h: Update comments.
465 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
466 * x86-64-tdep.c (x86_64_init_abi): Update.
467 * sparc-tdep.c (sparc_gdbarch_init): Update.
468 * sh-tdep.c (sh_gdbarch_init): Update.
469 * mips-tdep.c (mips_gdbarch_init): Update.
470 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
471 * cris-tdep.c (cris_gdbarch_init): Update.
472 * ia64-tdep.c (ia64_gdbarch_init): Update.
473 * frame.c (frame_register): Update.
474 (get_saved_register): Update.
475 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
476
749b82f6
AC
4772003-03-13 Andrew Cagney <cagney@redhat.com>
478
479 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
480 * gdbarch.h, gdbarch.c: Regenerate.
481 * valops.c (hand_function_call): Update comment.
482 * stack.c (return_command): Update comment.
483 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
484 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
485 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
486 * x86-64-tdep.c (x86_64_init_abi): Update.
487 * vax-tdep.c (vax_gdbarch_init): Update.
488 * v850-tdep.c (v850_gdbarch_init): Update.
489 * sparc-tdep.c (sparc_gdbarch_init): Update.
490 * sh-tdep.c (sh_gdbarch_init): Update.
491 * s390-tdep.c (s390_gdbarch_init): Update.
492 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
493 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
494 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
495 * mips-tdep.c (mips_gdbarch_init): Update.
496 * mcore-tdep.c (mcore_gdbarch_init): Update.
497 * m68k-tdep.c (m68k_gdbarch_init): Update.
498 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
499 * ia64-tdep.c (ia64_gdbarch_init): Update.
500 * i386-tdep.c (i386_gdbarch_init): Update.
501 * hppa-tdep.c (hppa_gdbarch_init): Update.
502 * h8300-tdep.c (h8300_gdbarch_init): Update.
503 * frv-tdep.c (frv_gdbarch_init): Update.
504 * cris-tdep.c (cris_gdbarch_init): Update.
505 * avr-tdep.c (avr_gdbarch_init): Update.
506 * arm-tdep.c (arm_gdbarch_init): Update.
507 * alpha-tdep.c (alpha_gdbarch_init): Update.
508
1594fa56
AC
5092003-03-13 Andrew Cagney <cagney@redhat.com>
510
511 * frame.c (legacy_frame_p): New function.
512 (get_prev_frame): Use legacy_frame_p.
513 * frame.h (legacy_frame_p): Declare.
514
7717fda3
V
5152003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
516
517 * MAINTAINERS (write after approval): Alphabetically
518 listing corrected.
519
0c67cbe9
V
5202003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
521
522 * MAINTAINERS (write after approval): Add myself.
523
03febf99
AC
5242003-03-12 Andrew Cagney <cagney@redhat.com>
525
526 * frame.c (get_prev_frame): Rename the frame parameter to
527 "this_frame".
528 (get_next_frame, legacy_get_prev_frame): Ditto.
529
0a1e1ca1
AC
5302003-03-12 Andrew Cagney <cagney@redhat.com>
531
532 * frame.c (get_current_frame): Check target_has_registers before
533 checking target_has_stack.
534 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
535 instead of deprecated_selected_frame.
536 * findvar.c (value_of_register): Pass "frame", not
537 deprecated_selected_frame, to value_of_builtin_reg.
538
a66a9c23
AC
5392003-03-12 Andrew Cagney <cagney@redhat.com>
540
541 * regcache.c (regcache_cooked_write_signed): New function.
542 (regcache_cooked_write_unsigned): New function.
543 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
544 (regcache_cooked_read_signed): Fix regnum in range assertion.
545 * regcache.h (regcache_cooked_write_signed): Declare.
546 (regcache_cooked_write_unsigned): Declare.
547
8bedc050
AC
5482003-03-12 Andrew Cagney <cagney@redhat.com>
549
550 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
551 * gdbarch.h, gdbarch.c: Re-generate.
552 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
553 * x86-64-tdep.h: Update.
554 * x86-64-tdep.c (x86_64_init_abi): Update.
555 * v850-tdep.c (v850_gdbarch_init): Update.
556 * sparc-tdep.c (sparc_gdbarch_init): Update.
557 * sh-tdep.c (sh_gdbarch_init): Update.
558 * s390-tdep.c (s390_gdbarch_init): Update.
559 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
560 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
561 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
562 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
563 * mips-tdep.c (mips_gdbarch_init): Update.
564 * mcore-tdep.c (mcore_gdbarch_init): Update.
565 * m68k-tdep.c (m68k_gdbarch_init): Update.
566 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
567 * ia64-tdep.c (ia64_gdbarch_init): Update.
568 * i386-tdep.c (i386_gdbarch_init): Update.
569 * i386-interix-tdep.c (i386_interix_init_abi): Update.
570 * hppa-tdep.c (hppa_gdbarch_init): Update.
571 * h8300-tdep.c (h8300_gdbarch_init): Update.
572 * frv-tdep.c (frv_gdbarch_init): Update.
573 * cris-tdep.c (cris_gdbarch_init): Update.
574 * avr-tdep.c (avr_gdbarch_init): Update.
575 * arm-tdep.c (arm_gdbarch_init): Update.
576 * alpha-tdep.c (alpha_gdbarch_init): Update.
577 * sh-tdep.c (sh_init_extra_frame_info): Update.
578 (sh64_init_extra_frame_info): Update.
579 * ns32knbsd-nat.c (frame_num_args): Update.
580 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
581 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
582 (xstormy16_frame_chain_valid): Update.
583 * vax-tdep.c (vax_saved_pc_after_call): Update.
584 * v850-tdep.c (v850_frame_chain): Update.
585 (v850_pop_frame): Update.
586 (v850_init_extra_frame_info): Update.
587 * sparc-tdep.c (setup_arbitrary_frame): Update.
588 * ns32k-tdep.c (umax_frame_num_args): Update.
589 * s390-tdep.c (s390_pop_frame_regular): Update.
590 * mn10300-tdep.c (mn10300_frame_chain): Update.
591 (mn10300_pop_frame_regular): Update.
592 (mn10300_init_extra_frame_info): Update.
593 * mips-tdep.c (mips_init_frame_pc_first): Update.
594 (mips_frame_chain): Update.
595 (mips_pop_frame): Update.
596 * mcore-tdep.c (mcore_frame_chain): Update.
597 (mcore_pop_frame): Update.
598 (mcore_init_extra_frame_info): Update.
599 * arch-utils.c (init_frame_pc_default): Update.
600 * m68k-tdep.c (isi_frame_num_args): Update.
601 (delta68_frame_num_args): Update.
602 (news_frame_num_args): Update.
603 * ia64-tdep.c (ia64_pop_frame_regular): Update.
604 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
605 (alpha_frame_chain): Update.
606 (alpha_pop_frame): Update.
607 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
608 (hppa_init_extra_frame_info): Update.
609 (hppa_frame_chain): Update.
610 (hppa_frame_chain_valid): Update.
611 * cris-tdep.c (cris_init_extra_frame_info): Update.
612 * avr-tdep.c (avr_init_extra_frame_info): Update.
613 * arm-tdep.c (arm_frame_chain_valid): Update.
614 (arm_init_extra_frame_info): Update.
615 (arm_pop_frame): Update.
616 * frame.c (frame_pc_unwind): Update.
617 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
618 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
619 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
620 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
621 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
622 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
623
7a25a7c1
AC
6242003-03-12 Andrew Cagney <cagney@redhat.com>
625
626 Eliminate the need for POP_FRAME.
627 * frame.c (do_frame_unwind_register): New function.
628 (frame_pop): When no POP_FRAME, pop the frame using register
629 unwind and a scratch regcache.
630 (frame_saved_regs_pop): Delete function.
631 (trad_frame_unwinder): Update.
632 * d10v-tdep.c (d10v_frame_pop): Delete function.
633 (d10v_frame_unwind): Update.
634 * sentinel-frame.c (sentinel_frame_pop): Delete function.
635 (sentinel_frame_unwinder): Update.
636 * dummy-frame.c (dummy_frame_pop): Delete function.
637 (dummy_frame_unwind): Update.
638 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
639 (struct frame_unwind): Update.
640
2f38ef89
KB
6412003-03-11 Kevin Buettner <kevinb@redhat.com>
642
643 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
644 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
645 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
646 Do range checks on register number obtained from debugging info.
647 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
648 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
649 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
650 mapping function.
651 (do_fp_register_row): Fix typo which caused double type to be
652 used when attempting to unpack a float.
653
552f4abf
JB
6542003-03-11 J. Brobecker <brobecker@gnat.com>
655
656 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
657
e0d2ae16
AC
6582003-03-11 Andrew Cagney <cagney@redhat.com>
659
660 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
661 frame. Problem found by Corinna Vinschen.
662
ddbfdd06
PM
6632003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
664
665 * doublest.c (floatformat_from_length): Accept also
666 the real size of 'long double' type.
667
088b2ddc 6682003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 669
088b2ddc 670 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
671 * breakpoint.c (bpstat_copy): Copy the command lines as well
672 as the old value, to match what is freed in bpstat_clear.
673
f56f77c1
DC
6742003-03-10 David Carlton <carlton@math.stanford.edu>
675
676 * minsyms.c (add_minsym_to_hash_table): Replace
677 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
678 (compare_minimal_symbols, compact_minimal_symbols)
679 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
680 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
681 of DEPRECATED_SYMBOL_MATCHES_NAME.
682 (lookup_minimal_symbol_solib_trampoline): Ditto.
683
5602984a
AC
6842003-03-10 Andrew Cagney <cagney@redhat.com>
685
686 * regcache.h (regcache_cooked_read_ftype): Define.
687 (regcache_save, regcache_restore): Add a cooked_read parameter.
688 * regcache.c (regcache_save, regcache_restore): Update.
689 (do_cooked_read): New function.
690 (regcache_cpy): Pass do_cooked_read to regcache_save and
691 regcache_restore.
692
8bedc050
AC
6932003-03-10 Andrew Cagney <cagney@redhat.com>
694
695 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
696 * gdbarch.h, gdbarch.c: Re-generate.
697 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
698 * x86-64-tdep.h: Update.
699 * x86-64-tdep.c (x86_64_init_abi): Update.
700 * v850-tdep.c (v850_gdbarch_init): Update.
701 * sparc-tdep.c (sparc_gdbarch_init): Update.
702 * sh-tdep.c (sh_gdbarch_init): Update.
703 * s390-tdep.c (s390_gdbarch_init): Update.
704 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
705 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
706 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
707 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
708 * mips-tdep.c (mips_gdbarch_init): Update.
709 * mcore-tdep.c (mcore_gdbarch_init): Update.
710 * m68k-tdep.c (m68k_gdbarch_init): Update.
711 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
712 * ia64-tdep.c (ia64_gdbarch_init): Update.
713 * i386-tdep.c (i386_gdbarch_init): Update.
714 * i386-interix-tdep.c (i386_interix_init_abi): Update.
715 * hppa-tdep.c (hppa_gdbarch_init): Update.
716 * h8300-tdep.c (h8300_gdbarch_init): Update.
717 * frv-tdep.c (frv_gdbarch_init): Update.
718 * cris-tdep.c (cris_gdbarch_init): Update.
719 * avr-tdep.c (avr_gdbarch_init): Update.
720 * arm-tdep.c (arm_gdbarch_init): Update.
721 * alpha-tdep.c (alpha_gdbarch_init): Update.
722 * sh-tdep.c (sh_init_extra_frame_info): Update.
723 (sh64_init_extra_frame_info): Update.
724 * ns32knbsd-nat.c (frame_num_args): Update.
725 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
726 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
727 (xstormy16_frame_chain_valid): Update.
728 * vax-tdep.c (vax_saved_pc_after_call): Update.
729 * v850-tdep.c (v850_frame_chain): Update.
730 (v850_pop_frame): Update.
731 (v850_init_extra_frame_info): Update.
732 * sparc-tdep.c (setup_arbitrary_frame): Update.
733 * ns32k-tdep.c (umax_frame_num_args): Update.
734 * s390-tdep.c (s390_pop_frame_regular): Update.
735 * mn10300-tdep.c (mn10300_frame_chain): Update.
736 (mn10300_pop_frame_regular): Update.
737 (mn10300_init_extra_frame_info): Update.
738 * mips-tdep.c (mips_init_frame_pc_first): Update.
739 (mips_frame_chain): Update.
740 (mips_pop_frame): Update.
741 * mcore-tdep.c (mcore_frame_chain): Update.
742 (mcore_pop_frame): Update.
743 (mcore_init_extra_frame_info): Update.
744 * arch-utils.c (init_frame_pc_default): Update.
745 * m68k-tdep.c (isi_frame_num_args): Update.
746 (delta68_frame_num_args): Update.
747 (news_frame_num_args): Update.
748 * ia64-tdep.c (ia64_pop_frame_regular): Update.
749 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
750 (alpha_frame_chain): Update.
751 (alpha_pop_frame): Update.
752 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
753 (hppa_init_extra_frame_info): Update.
754 (hppa_frame_chain): Update.
755 (hppa_frame_chain_valid): Update.
756 * cris-tdep.c (cris_init_extra_frame_info): Update.
757 * avr-tdep.c (avr_init_extra_frame_info): Update.
758 * arm-tdep.c (arm_frame_chain_valid): Update.
759 (arm_init_extra_frame_info): Update.
760 (arm_pop_frame): Update.
761 * frame.c (frame_pc_unwind): Update.
762 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
763 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
764 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
765 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
766 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
767 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
768
12cc2063
AC
7692003-03-10 Andrew Cagney <cagney@redhat.com>
770
771 * gdbarch.sh (gdbarch_unwind_pc): New method.
772 * gdbarch.h, gdbarch.c: Regenerate.
773 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
774 but use read_pc and FRAME_SAVED_PC as fall backs.
775 (frame_saved_regs_pc_unwind): Delete function.
776 (trad_frame_unwinder): Update.
777 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
778 (struct frame_unwind): Update.
779 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
780 (dummy_frame_unwind): Update.
781 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
782 (sentinel_frame_unwinder): Update.
783 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
784 (d10v_frame_unwind): Update.
785 (d10v_unwind_pc): New function.
786 (d10v_gdbarch_init): Set unwind_pc.
787
ef840a37
AC
7882003-03-10 Andrew Cagney <cagney@redhat.com>
789
a2ce2e56
AC
790 * gdbarch.h: Re-generate.
791
ef840a37
AC
792 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
793 PC.
794 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
795 the PC register.
796
08f3424b
MK
7972003-03-08 Mark Kettenis <kettenis@gnu.org>
798
799 * gdbarch.sh (save_dummy_frame_tos): Add comment.
800
1248ede2
AC
8012003-03-08 Andrew Cagney <cagney@redhat.com>
802
803 * cli-out.c: Update copyright.
804 (cli_out_data): Define typedef. Use instead of ui_out_data.
805
f49bacc8
AC
8062003-03-08 Andrew Cagney <cagney@redhat.com>
807
808 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
809 the result.
810
9b05f993
AC
8112003-03-07 Andrew Cagney <cagney@redhat.com>
812
813 * gdbarch.sh: Don't generate two macro definitions when an
814 undefined macro taking no arguments.
815 * gdbarch.h: Regenerate.
816
166f4c7b
ML
8172002-03-07 Michal Ludvig <mludvig@suse.cz>
818
819 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
820 (x86_64_unwind_dummy_id): New functions.
821 (x86_64_init_abi): Register these two new functions.
822
6d686a84
ML
8232003-03-07 Michal Ludvig <mludvig@suse.cz>
824
825 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
826 (x86_64_skip_prologue): Move prologue detection to
827 separate function.
828 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
829
6314f104
AC
8302003-03-05 Andrew Cagney <cagney@redhat.com>
831
832 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
833 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
834 * frame.c (get_prev_frame): Restructure the frame ID unwind code
835 to use unwind_dummy_id when a dummy frame.
836 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
837 predicate.
838 * gdbarch.h, gdbarch.c: Regneerate.
839
ceea5145
AC
8402003-03-05 Andrew Cagney <cagney@redhat.com>
841
842 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
843 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
844 Do not use d10v_read_sp or d10v_read_fp when obtaining register
845 values.
846
0d843116
AC
8472003-03-05 Andrew Cagney <cagney@redhat.com>
848
849 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
850 (struct d10v_unwind_cache): Delete field "frameless". Replace
851 "next_addr" with "sp_offset". Add "r11_offset".
852 (d10v_frame_unwind_cache): Update.
853 (prologue_find_regs): Update. When "mv r11, sp", save the
854 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
855 RN was saved in r11_offset.
856
b2579786
AC
8572003-03-05 Andrew Cagney <cagney@redhat.com>
858
859 * frame.c (deprecated_update_frame_pc_hack): Also update the the
860 cached PC value in the next frame.
861
218e5956
AC
8622003-03-05 Andrew Cagney <cagney@redhat.com>
863
864 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
865 "id_unwind_cache" with "id".
866 (frame_id_unwind): Delete declaration.
867 * frame.c (frame_id_unwind): Delete function.
868 (get_prev_frame): Call the frame id unwind method directly. Store
869 the returned next frame's ID value in NEXT_FRAME. Note that there
870 is a problem with the wrong unwind ID being called with the wrong
871 unwind cache.
872
ed363b1b
DJ
8732003-03-05 Daniel Jacobowitz <drow@mvista.com>
874
875 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
876
fe1f4a5e
DJ
8772003-03-05 James Ingham <jingham@apple.com>
878 Daniel Jacobowitz <drow@mvista.com>
879
880 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
881 (auto_cp_abi): New variable.
882 (current_cp_abi, num_cp_abis): Make static.
883 (CP_ABI_MAX): Define.
884 (cp_abis): Turn into an array.
885 (value_virtual_fn_field): Fix formatting.
886 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
887 takes a pointer.
888 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
889 (list_cp_abis, _initialize_cp_abi): New functions.
890 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
891 declarations for cp_abis, num_cp_abis, current_cp_abi, and
892 switch_to_cp_abi. Update prototype for register_cp_abi.
893 * Makefile.in (cp-abi.o): Update dependencies.
894 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
895 instead of switch_to_cp_abi.
896 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
897 register_cp_abi.
898 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
899 register_cp_abi.
900 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
901
e4adbba9
DJ
9022003-03-05 Daniel Jacobowitz <drow@mvista.com>
903
904 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
905 * dwarf2loc.c: Include "regcache.h".
906 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
907 register_size.
908 * Makefile.in (dwarf2loc.o): Update dependencies.
909
91ccbfc1
TR
9102003-03-04 Theodore A. Roth <troth@openavr.org>
911
912 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
913 number of io registers reported by remote target is not a multiple of
914 step.
915
3d4e8fd2
DC
9162003-03-04 David Carlton <carlton@math.stanford.edu>
917
918 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
919 (lookup_symbol_aux_psymtabs): Update call to
920 lookup_partial_symbol.
921 (lookup_transparent_type, find_main_psymtab)
922 (make_symbol_overload_list): Ditto.
923
ed42d87b
KH
9242003-03-04 Kazu Hirata <kazu@cs.umass.edu>
925
926 * MAINTAINERS (Write after approval): Update my email address.
927
a0ed5532
AC
9282003-03-03 Andrew Cagney <cagney@redhat.com>
929
930 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
931 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
932 predicate. Replace MAX_REGISTER_RAW_SIZE.
933 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
934 MAX_REGISTER_VIRTUAL_SIZE.
935 * regcache.c (legacy_max_register_raw_size): New function.
936 (legacy_max_register_virtual_size): New function.
937 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
938 (MAX_REGISTER_RAW_SIZE): Define.
939 (legacy_max_register_raw_size): Declare.
940 (legacy_max_register_virtual_size): Declare.
941 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
942 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
943 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
944 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
945 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
946 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
947 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
948 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
949 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
950 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
951 * vax-tdep.c (vax_gdbarch_init): Update.
952 * v850-tdep.c (v850_gdbarch_init): Update.
953 * sparc-tdep.c (sparc_gdbarch_init): Update.
954 * sh-tdep.c (sh_gdbarch_init): Update.
955 * s390-tdep.c (s390_gdbarch_init): Update.
956 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
957 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
958 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
959 * mips-tdep.c (mips_gdbarch_init): Update.
960 * mcore-tdep.c (mcore_gdbarch_init): Update.
961 * m68k-tdep.c (m68k_gdbarch_init): Update.
962 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
963 * ia64-tdep.c (ia64_gdbarch_init): Update.
964 * i386-tdep.c (i386_gdbarch_init): Update.
965 * hppa-tdep.c (hppa_gdbarch_init): Update.
966 * h8300-tdep.c (h8300_gdbarch_init): Update.
967 * frv-tdep.c (frv_gdbarch_init): Update.
968 * cris-tdep.c (cris_gdbarch_init): Update.
969 * avr-tdep.c (avr_gdbarch_init): Update.
970 * arm-tdep.c (arm_gdbarch_init): Update.
971 * alpha-tdep.c (alpha_gdbarch_init): Update.
972 * d10v-tdep.c (d10v_gdbarch_init): Do not set
973 max_register_raw_size or max_register_virtual_size.
974
8e437497
DC
9752003-03-03 David Carlton <carlton@math.stanford.edu>
976
977 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
978 SYMBOL_MATCHES_NAME, add comment.
979 (SYMBOL_MATCHES_NATURAL_NAME): New.
980 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
981 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
982 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
983 * symtab.c (lookup_partial_symbol): Use
984 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
985 unhelpful comment.
986 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
987 SYMBOL_MATCHES_NAME.
988 Fix for PR c++/33.
989
25120b0d
DC
9902003-03-03 David Carlton <carlton@math.stanford.edu>
991
992 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
993 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
994 by regexp matching against SYMBOL_NATURAL_NAME.
995
78a11fb4
DC
9962003-03-03 David Carlton <carlton@math.stanford.edu>
997
998 * linespec.c (find_method): Extract code into collect_methods.
999 (collect_methods): New.
1000
645dd519
MK
10012003-03-02 Mark Kettenis <kettenis@gnu.org>
1002
b4700d91
MK
1003 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
1004 get_frame_base.
1005
645dd519
MK
1006 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
1007 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
1008
0aa7e1aa
SC
10092003-03-02 Stephane Carrez <stcarrez@nerim.fr>
1010
1011 * arch-utils.c (generic_register_byte): Fix to use the loop index
1012 and not regnum when summing the size of all registers up to regnum.
1013
f30ee0bc
AC
10142003-03-01 Andrew Cagney <cagney@redhat.com>
1015
1016 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
1017 FRAME_INIT_SAVED_REGS.
1018 * gdbarch.h, gdbarch.c: Regenerate.
1019 * stack.c (frame_info): Update.
1020 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
1021 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
1022 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
1023 * ns32k-tdep.c (ns32k_pop_frame): Update.
1024 * mips-tdep.c (mips_pop_frame): Update.
1025 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
1026 * ia64-tdep.c (ia64_frame_chain): Update.
1027 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
1028 (ia64_frameless_function_invocation): Update.
1029 (ia64_init_extra_frame_info): Update.
1030 (ia64_pop_frame_regular): Update.
1031 * frame.h (struct frame_info): Update comment.
1032 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
1033 * frame.c (frame_saved_regs_register_unwind): Update.
1034 (frame_saved_regs_register_unwind): Update.
1035 (deprecated_generic_get_saved_register): Update.
1036 * cris-tdep.c: Update comment.
1037 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
1038 Rename macro.
1039 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1040 * x86-64-tdep.c (x86_64_init_abi): Update.
1041 * vax-tdep.c (vax_gdbarch_init): Update.
1042 * v850-tdep.c (v850_gdbarch_init): Update.
1043 * sparc-tdep.c (sparc_gdbarch_init): Update.
1044 * sh-tdep.c (sh_gdbarch_init): Update.
1045 * s390-tdep.c (s390_gdbarch_init): Update.
1046 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1047 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
1048 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1049 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1050 * mips-tdep.c (mips_gdbarch_init): Update.
1051 * mcore-tdep.c (mcore_gdbarch_init): Update.
1052 * m68k-tdep.c (m68k_gdbarch_init): Update.
1053 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1054 * ia64-tdep.c (ia64_gdbarch_init): Update.
1055 * i386-tdep.c (i386_gdbarch_init): Update.
1056 * frv-tdep.c (frv_gdbarch_init): Update.
1057 * avr-tdep.c (avr_gdbarch_init): Update.
1058 * arm-tdep.c (arm_gdbarch_init): Update.
1059 * alpha-tdep.c (alpha_gdbarch_init): Update.
1060
42fa7c0f
AC
10612003-03-01 Andrew Cagney <cagney@redhat.com>
1062
1063 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
1064 option enum and switch. When no windows, set the interpreter to
1065 INTERP_CONSOLE.
1066
49c7e338
AC
10672003-03-01 Andrew Cagney <cagney@redhat.com>
1068
1069 * main.c (captured_main): Replace magic option characters with an
1070 enum.
1071
e9582e71
AC
10722003-03-01 Andrew Cagney <cagney@redhat.com>
1073
1074 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
1075 INIT_EXTRA_FRAME_INFO.
1076 * gdbarch.h, gdbarch.c: Regenerate.
1077 * arm-tdep.c: Update comments.
1078 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
1079 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
1080 * frame.h, avr-tdep.c: Ditto.
1081 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
1082 (create_new_frame, legacy_get_prev_frame): Ditto.
1083 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
1084 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
1085 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
1086 deprecated_init_extra_frame_info instead of init_extra_frame_info.
1087 * x86-64-tdep.c (x86_64_init_abi): Ditto.
1088 * v850-tdep.c (v850_gdbarch_init): Ditto.
1089 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1090 * sh-tdep.c (sh_gdbarch_init): Ditto.
1091 * s390-tdep.c (s390_gdbarch_init): Ditto.
1092 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1093 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1094 * mips-tdep.c (mips_gdbarch_init): Ditto.
1095 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1096 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1097 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1098 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1099 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1100 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1101 * frv-tdep.c (frv_gdbarch_init): Ditto.
1102 * cris-tdep.c (cris_gdbarch_init): Ditto.
1103 * avr-tdep.c (avr_gdbarch_init): Ditto.
1104 * arm-tdep.c (arm_gdbarch_init): Ditto.
1105 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1106 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1107
35cac7cf
AC
11082003-03-01 Andrew Cagney <cagney@redhat.com>
1109
1110 * gdbarch.sh (register_type): New function with predicate.
1111 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
1112 * gdbarch.h, gdbarch.c: Re-generate.
1113 * arch-utils.c (generic_register_byte): Use generic_register_size.
1114 (generic_register_size): When available, use
1115 gdbarch_register_type.
1116 * regcache.c (init_regcache_descr): When available, initialize the
1117 register type array using gdbarch_register_type. If the
1118 architecture supplies gdbarch_register_type, do not use the legacy
1119 regcache layout.
1120 * d10v-tdep.c (d10v_register_type): Replace
1121 d10v_register_virtual_type.
1122 (d10v_gdbarch_init): Set register_type instead of
1123 register_virtual_type.
1124
7b83296f
AC
11252003-03-01 Andrew Cagney <cagney@redhat.com>
1126
1127 * Makefile.in (ax-gdb.o): Update dependencies.
1128 * ax-gdb.c: Include "regcache.h".
1129 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
1130 * findvar.c (value_of_register): Ditto.
1131 * infcmd.c (default_print_registers_info): Ditto.
1132
eadc1c87
MK
11332003-03-01 Mark Kettenis <kettenis@gnu.org>
1134
1135 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
1136 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
1137
14143612
MK
11382003-03-01 Mark Kettenis <kettenis@gnu.org>
1139
1140 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
1141 of STREQ.
1142
a55cc764
DJ
11432003-02-28 Daniel Jacobowitz <drow@mvista.com>
1144
1145 * Makefile.in (dwarf2loc.o): Update dependencies.
1146 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
1147 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
1148 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
1149 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
1150 (locexpr_tracepoint_var_ref): New function.
1151 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
1152
08a617da
AC
11532003-02-28 Andrew Cagney <cagney@redhat.com>
1154
1155 * regcache.c (register_size): New function.
1156 * regcache.h (register_size): Declare
1157 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
1158 max_register_size instead of MAX_REGISTER_RAW_SIZE.
1159
4224873a
DC
11602003-02-28 David Carlton <carlton@math.stanford.edu>
1161
1162 * linespec.c (decode_compound): Extract code into find_method.
1163 (find_method): New.
1164
ccdc5d7f
JB
11652003-02-28 J. Brobecker <brobecker@gnat.com>
1166
1167 * Makefile.in: Add rules to build and link in observer.o.
1168
974e8ced
JB
11692003-02-27 J. Brobecker <brobecker@gnat.com>
1170
1171 * observer.c: Minor comments edits.
1172
7a28f973
JB
11732003-02-27 J. Brobecker <brobecker@gnat.com>
1174
1175 * observer.h, observer.c: New file.
1176
27cddce2
AC
11772003-02-27 Andrew Cagney <cagney@redhat.com>
1178
1179 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
1180
b94a41a1
SC
11812003-02-27 Stephane Carrez <stcarrez@nerim.fr>
1182
1183 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
1184 (M6812_OP_STS_EXT): Likewise.
1185 (m6811_prologue): Use the above to recognize prologue.
1186 (m6812_prologue): Likewise.
1187
c8be8951
DC
11882003-02-27 David Carlton <carlton@math.stanford.edu>
1189
1190 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
1191 SYMBOL_PRINT_NAME.
1192 (compare_psymbols): Ditto.
1193 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
1194
d05bb1fc
MS
11952003-02-27 Michael Snyder <msnyder@redhat.com>
1196
4e845cd3
MS
1197 * f-lang.c (build_fortran_types): New function.
1198 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
1199 * doublest.c (extract_floating): Fix warning text.
1200
f3824013
AC
12012003-02-27 Andrew Cagney <cagney@redhat.com>
1202
1203 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
1204 predicate. Replaces PUSH_DUMMY_FRAME.
1205 * gdbarch.h, gdbarch.c: Regnerate.
1206 * valops.c (hand_function_call): Update. Call
1207 generic_push_dummy_frame directly.
1208 * vax-tdep.c (vax_gdbarch_init): Update.
1209 * sparc-tdep.c (sparc_gdbarch_init): Update.
1210 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1211 * m68k-tdep.c (m68k_gdbarch_init): Update.
1212 * hppa-tdep.c (hppa_gdbarch_init): Update.
1213 * alpha-tdep.c (alpha_gdbarch_init): Update.
1214 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
1215 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
1216 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
1217 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
1218 push_dummy_frame to generic_push_dummy_frame.
1219 * v850-tdep.c (v850_gdbarch_init): Ditto.
1220 * sh-tdep.c (sh_gdbarch_init): Ditto.
1221 * s390-tdep.c (s390_gdbarch_init): Ditto.
1222 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1223 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1224 * mips-tdep.c (mips_gdbarch_init): Ditto.
1225 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1226 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1227 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1228 * i386-tdep.c (i386_gdbarch_init): Ditto.
1229 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1230 * frv-tdep.c (frv_gdbarch_init): Ditto.
1231 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1232 * cris-tdep.c (cris_gdbarch_init): Ditto.
1233 * avr-tdep.c (avr_gdbarch_init): Ditto.
1234 * arm-tdep.c (arm_gdbarch_init): Ditto.
1235
ad188201
KB
12362003-02-26 Kevin Buettner <kevinb@redhat.com>
1237
1238 * mips-tdep.c (show_mips_abi): New function.
1239 (_initialize_mips_tdep): Use show_mips_abi() to implement the
1240 command ``show mips abi''.
1241
6b37567a
JJ
12422003-02-26 Jeff Johnston <jjohnstn@redhat.com>
1243
1244 From Elena Zannoni <ezannoni@redhat.com>
1245 * dbxread.c (process_one_symbol): Only record line 0 if one or
1246 more sline entries have been seen for the function.
1247
d3e0a5bf
MC
12482003-02-26 Michael Chastain <mec@shout.net>
1249
1250 * configure: Regenerate with autoconf 000227.
1251
18972eea
MC
12522003-02-26 Michael Chastain <mec@shout.net>
1253
1254 Close PR build/660.
1255 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
1256 for old libc5/glibc.
1257 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
1258
0bbde931
KW
12592003-02-26 Kris Warkentin <kewarken@qnx.com>
1260
1261 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
1262 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
1263
27ca5dad
MC
12642003-02-26 Michael Chastain <mec@shout.net>
1265
1266 * configure.in: New variable HAVE_UINTPTR_T.
1267 * configure, config.in: Regenerated.
1268
6f88d630
DJ
12692003-02-26 Daniel Jacobowitz <drow@mvista.com>
1270
1271 Fix PR build/1097.
1272 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
1273
b14185ce
AC
12742003-02-25 Andrew Cagney <cagney@redhat.com>
1275
1276 * frame.c (get_prev_frame): Add comment on check for
1277 inside_entry_func. Only check for inside_entry_file when not a
1278 dummy and not a sentinel. Check that the new frame is not inner
1279 to the old frame.
1280
ac2bd0a9
AC
12812003-02-25 Andrew Cagney <cagney@redhat.com>
1282
1283 * frame.c (frame_debug): New variable.
1284 (_initialize_frame): Add "set/show debug frame" command.
1285 (get_prev_frame): When frame_debug, print reason why unwind
1286 failed.
1287
b18a0fd2
MC
12882003-02-25 Michael Chastain <mec@shout.net>
1289
1290 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
1291 to avoid uintptr_t definition problems.
1292
22abf04a
DC
12932003-02-25 David Carlton <carlton@math.stanford.edu>
1294
1295 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
1296 (SYMBOL_LINKAGE_NAME): Ditto.
1297 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
1298 SYMBOL_LINKAGE_NAME.
1299 (struct general_symbol_info): Expand comment.
1300 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
1301 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
1302 (SYMBOL_MATCHES_REGEXP): Ditto.
1303 * symtab.c (symbol_natural_name): New function.
1304 * objfiles.h: Replace all uses of SYMBOL_NAME by
1305 DEPRECATED_SYMBOL_NAME.
1306 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
1307 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
1308 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
1309 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
1310 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
1311 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
1312 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
1313 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
1314 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
1315 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
1316 * ada-exp.y: Ditto.
1317 * ada-exp.y: Update copyright.
1318 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
1319 * cp-valprint.c: Ditto.
1320
1a5848f6
JJ
13212003-02-25 Jeff Johnston <jjohnstn@redhat.com>
1322
1323 * infptrace.c (detach): Do not flag error if ptrace detach fails
1324 and errno is set to ESRCH.
1325
7343d46a
AC
13262003-02-24 Andrew Cagney <cagney@redhat.com>
1327
1328 * infptrace.c (udot_info): Change type of udot_off to long. Use
1329 paddr when printing udot_off's value.
1330
49fa1dc2
DC
13312003-02-24 David Carlton <carlton@math.stanford.edu>
1332
1333 * symtab.c (make_symbol_overload_list): Only read in partial
1334 symtabs containing a matching partial symbol.
1335
0fe19209
DC
13362003-02-24 David Carlton <carlton@math.stanford.edu>
1337
1338 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
1339 do the comparison, not strcmp.
1340 * symfile.c (compare_psymbols): Ditto.
1341 * defs.h: Declare strcmp_iw_ordered.
1342 * utils.c (strcmp_iw_ordered): New function.
1343
8e3ee7b5
JB
13442003-02-24 Jim Blandy <jimb@redhat.com>
1345
1346 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
1347 support, shared libs): Remove my name from here, to better reflect
1348 reality.
1349
7df1a324
KW
13502003-02-24 Kris Warkentin <kewarken@qnx.com>
1351
1352 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
1353 (target_ops): Add to_have_continuable_watchpoint.
1354 * target.c (update_current_target): Add INHERIT line for
1355 to_have_continuable_watchpoint.
1356 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
1357 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
1358 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
1359 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
1360
d1c76907
EZ
13612003-02-24 Elena Zannoni <ezannoni@redhat.com>
1362
1363 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
1364 maintainership.
1365
2610b0bf
KW
13662003-02-24 Kris Warkentin <kewarken@qnx.com>
1367
f46169db
KW
1368 * solib.c (solib_open): Call target defined search function after
1369 failing with solib-search-path.
1370 * solist.h (target_so_ops): Add find_and_open_solib function hook and
1371 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 1372
9a3c34fe
KW
13732003-02-24 Kris Warkentin <kewarken@qnx.com>
1374
f46169db 1375 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 1376
2417dd25
SC
13772003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1378
1379 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
1380
b631436b
SC
13812003-02-22 Stephane Carrez <stcarrez@nerim.fr>
1382
1383 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
1384 (m68hc11_add_reggroups): New function.
1385 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
1386 (m68hc11_gdbarch_init): Install the reggroups.
1387 (_initialize_m68hc11_tdep): Initialize them.
1388
0aa8c1e4
JW
13892003-02-21 James E Wilson <wilson@tuliptree.org>
1390
1391 * MAINTAINERS: Update my email address.
1392
50ceaba5
DC
13932003-02-21 David Carlton <carlton@math.stanford.edu>
1394
1395 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
1396
4c2df51b
DJ
13972003-02-21 Daniel Jacobowitz <drow@mvista.com>
1398
1399 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
1400 * symtab.h: Add opaque declarations of struct axs_value and
1401 struct agent_expr.
1402 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
1403 (struct location_funcs): New type.
1404 (struct symbol): Add "loc" to aux_value.
1405 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
1406 * dwarf2read.c: Include "dwarf2expr.h".
1407 (dwarf2_symbol_mark_computed): New function.
1408 (read_func_scope): Use it.
1409 (var_decode_location): New function.
1410 (new_symbol): Use it.
1411 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
1412
1413 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
1414 (dwarf2expr_h, dwarf2loc_h): New variables.
1415 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
1416 (dwarf2expr.o, dwarf2loc.o): New rules.
1417 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
1418 * buildsym.c (finish_block): Handle LOC_COMPUTED and
1419 LOC_COMPUTED_ARG.
1420 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
1421 * m2-exp.y (yylex): Likewise.
1422 * printcmd.c (address_info, print_frame_args): Likewise.
1423 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
1424 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
1425 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
1426 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
1427 * symtab.c (lookup_block_symbol): Likewise.
1428
5784d15e
AF
14292003-02-20 Adam Fedor <fedor@gnu.org>
1430
1431 * symtab.h: Remove objc_specific struct
1432 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
1433 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
1434 Have language_objc use cplus_specific struct.
1435
d4cad8db
TT
14362003-02-20 Tom Tromey <tromey@redhat.com>
1437
1438 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
1439 TYPE_NAME, when printing a String value. PR java/1075.
1440
2f9a90b4
AF
14412003-02-20 Adam Fedor <fedor@gnu.org>
1442
d38074a8 1443 * objc-lang.h (find_methods): Remove declaration.
2f9a90b4
AF
1444 * objc-lang.c (find_methods): Make static.
1445
6f17862b
CF
14462003-02-20 Christopher Faylor <cgf@redhat.com>
1447
1448 * win32-nat.c (get_image_name): Check return value from
1449 ReadProcessMemory.
1450 (child_xfer_memory): Ditto.
1451
715d1656
AO
14522003-02-20 Alexandre Oliva <aoliva@redhat.com>
1453
1454 * configure.in (TARGET_SYSTEM_ROOT): Set default to
1455 ${exec_prefix}/${target_alias}/sys-root. Match explicit
1456 '${exec_prefix}' (in addition to the expansion thereof) as
1457 relocatable.
1458 * configure: Rebuilt.
1459
b1262a02
DC
14602003-02-20 David Carlton <carlton@math.stanford.edu>
1461
1462 * symtab.c (search_symbols): Revert the search_symbols part of my
1463 2002-12-23 patch. Add comment.
1464
7134143f
DJ
14652002-02-20 Daniel Jacobowitz <drow@mvista.com>
1466
1467 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
1468 * dbxread.c (elfstab_build_psymtabs): Don't call
1469 install_minimal_symbols.
1470 (stabsect_build_psymtabs): Likewise.
1471 * elfread.c (elf_symfile_read): Call install_minimal_symbols
1472 earlier.
1473 * somread.c (som_symfile_read): Call install_minimal_symbols
1474 and do_cleanups earlier.
1475 * nlmread.c (nlm_symfile_read): Likewise.
1476 * mdebugread.c (elfmdebug_build_psymtabs): Call
1477 install_minimal_symbols and make appropriate cleanups.
1478
cf466558
KB
14792003-02-20 Kevin Buettner <kevinb@redhat.com>
1480
1481 * solib.c (reload_shared_libraries): New function.
1482 (_initialize_solib): Add callbacks for ``set solib-search-path''
1483 and ``set solib-absolute-prefix''.
1484
de5ad195
DC
14852003-02-20 David Carlton <carlton@math.stanford.edu>
1486
1487 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
1488 expand comment.
1489 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
1490 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
1491 * ada-typeprint.c (ada_typedef_print): Ditto.
1492 * ax-gdb.c (gen_var_ref): Ditto.
1493 * breakpoint.c (print_one_breakpoint): Ditto.
1494 * buildsym.c (finish_block): Ditto.
1495 * c-valprint.c (c_val_print): Ditto.
1496 * expprint.c (print_subexp): Ditto.
1497 * findvar.c (locate_var_value): Ditto.
1498 * infcmd.c (jump_command): Ditto.
1499 * linespec.c (decode_line_2, decode_compound): Ditto.
1500 * maint.c (maintenance_translate_address): Ditto.
1501 * objc-lang.c (compare_selectors, compare_classes): Ditto.
1502 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
1503 Ditto.
1504 * p-valprint.c (pascal_val_print): Ditto.
1505 * stabsread.c (define_symbol): Ditto.
1506 * stack.c (print_frame, frame_info, print_block_frame_locals)
1507 (print_frame_arg_vars, return_command): Ditto.
1508 * symfile.c (compare_symbols, compare_psymbols): Ditto.
1509 * symmisc.c (print_symbol): Ditto.
1510 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
1511 (compare_search_syms, print_symbol_info, print_msymbol_info)
1512 (rbreak_command): Ditto.
1513 * tracepoint.c (tracepoints_info): Ditto.
1514 * typeprint.c (typedef_print): Ditto.
1515 * valops.c (value_of_variable, hand_function_call): Ditto.
1516 * cli/cli-cmds.c (edit_command, list_command): Ditto.
1517 * ada-typeprint.c: Update Copyright.
1518 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
1519 * tracepoint.c, cli/cli-cmds.c: Ditto.
1520
f796e4be
KB
15212003-02-20 Kevin Buettner <kevinb@redhat.com>
1522
1523 * frame.c (generic_unwind_get_saved_register): Make non-static.
1524 * frame.h (generic_unwind_get_saved_register): Declare.
1525 * mips-tdep.c (read_next_frame_reg): Fetch register from
1526 current regcache when frame is NULL.
1527 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
1528 that must be NULL.
1529 (mips_get_saved_register): Call generic_unwind_get_saved_register()
1530 instead of frame_register_unwind().
1531
836cc9f4
AC
15322003-02-20 Andrew Cagney <ac131313@redhat.com>
1533
1534 * remote-sim.c (gdbsim_insert_breakpoint)
1535 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
1536 code.
1537
501eef12
AC
15382003-02-20 Andrew Cagney <ac131313@redhat.com>
1539
1540 * remote.c (_initialize_remote): Add commands "set/show remote
1541 hardware-watchpoint-limit" and "set/show remote
1542 hardware-breakpoint-limit".
1543 (remote_hw_watchpoint_limit): Initialize to -1.
1544 (remote_hw_breakpoint_limit): Ditto.
1545 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
1546
1b6bc7e0
CF
15472003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
1548
1549 * coff-pe-read.c: New file - support reading of minimal symbols from a
1550 portable executable using the export table.
1551 * coff-pe-read.h: New file.
1552 * coffread.c: Include coff-pe-read.h.
1553 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
1554 debugging symbols found.
1555 * Makefile.in (SFILES): Add coff-pe-read.o.
1556 (coff_pe_read_h): Define.
1557 (COMMON_OBS): Add coff-pe-read.o.
1558 (coffread.o): Add coff_pe_read_h dependency.
1559 (coff-pe-read.o): New target.
1560
fe898f56
DC
15612003-02-19 David Carlton <carlton@math.stanford.edu>
1562
1563 * Makefile.in (SFILES): Add block.c.
1564 (block_h): New.
1565 (COMMON_OBS): Add block.o.
1566 (block.o): New.
1567 (x86-64-tdep.o): Add $(block_h).
1568 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
1569 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
1570 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
1571 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
1572 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
1573 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
1574 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
1575 * value.h: Add opaque declaration for struct block.
1576 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
1577 * ada-lang.h: Ditto.
1578 * x86-64-tdep.c: #include "block.h"
1579 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
1580 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
1581 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
1582 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
1583 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
1584 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
1585 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
1586 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
1587 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
1588 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
1589 * symtab.c (block_function): Ditto.
1590 (contained_in): Ditto.
1591 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
1592 block.h. Add opaque declaration for struct block.
1593 * symtab.h: Move block_function and contained_in declarations to
1594 block.h. Add opaque declarations for struct block, struct
1595 blockvector.
1596 (struct block): Move to block.h.
1597 (struct blockvector): Ditto.
1598 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
1599 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
1600 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
1601 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
1602 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
1603 Ditto.
1604 * block.c: New file.
1605 * block.h: New file.
1606
173345b5
TR
16072003-02-19 Theodore A. Roth <troth@openavr.org>
1608
1609 * avr-tdep.c (avr_extract_return_value): Remove function.
1610 (avr_store_return_value): Remove function.
1611 (avr_extract_struct_value_address): Remove function.
1612 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
1613
338ef23d
AC
16142003-02-19 Andrew Cagney <ac131313@redhat.com>
1615
1616 * rs6000-tdep.c: Include "gdb_assert.h".
1617 (registers_e500): Add "acc" and "spefscr".
1618 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
1619 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
1620 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
1621 really is "r0".
1622 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
1623
5412f5f3
KS
16242003-02-18 Keith Seitz <keiths@redhat.com>
1625
1626 * Makefile.in: Add gdbtk-interps.c.
1627
881324eb
KB
16282003-02-18 Kevin Buettner <kevinb@redhat.com>
1629
1630 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
1631 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
1632
6a2f5abf
AC
16332003-02-18 Andrew Cagney <cagney@redhat.com>
1634
1635 * symtab.h (struct objfile): Add opaque declaration.
1636
54c7009d
EZ
16372003-02-18 Elena Zannoni <ezannoni@redhat.com>
1638
1639 From Jim Ingham <jingham@apple.com>:
1640 * dbxread.c (process_one_symbol): Use last_function_start rather
1641 than function_start_offset to find the real beginning of the
1642 current function. The latter is just the text section offset on
1643 some systems, the former is always the real function start.
1644
7ee6d7eb
AC
16452003-02-17 Andrew Cagney <cagney@redhat.com>
1646
1647 * configure.in: Revert ${target} != ${host}.
1648
2846da9b
AC
16492003-02-17 Andrew Cagney <ac131313@redhat.com>
1650
1651 * configure.in (Makefile): Use the test ${target} != ${host},
1652 instead of the absence of the "nm.h" file, to determine of the
1653 configuration non-native.
1654 * configure: Regenerate.
1655
3b27aeea
EZ
16562003-02-14 Elena Zannoni <ezannoni@redhat.com>
1657
1658 From Brian Ford <ford@vss.fsi.com>
1659
1660 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
1661 conditionalize tui_active test.
1662 (lookup_cmd_1): Ditto.
1663
b0b1c2c0
MK
16642003-02-14 Mark Kettenis <kettenis@gnu.org>
1665
1666 * configure.in: Add check for _etext.
1667 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
1668 available.
1669 * config.in, configure: regenerated.
1670
8f05cde5
DJ
16712003-02-14 Daniel Jacobowitz <drow@mvista.com>
1672
1673 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
1674
021e7609
AC
16752003-02-14 Andrew Cagney <ac131313@redhat.com>
1676
1677 * main.c (tui_version): Delete variable.
1678 (captured_main): When --tui, set interpreter_p to "tui" instead of
1679 enabling tui_version.
1680 * printcmd.c (display_command) [TUI]: Test tui_active instead of
1681 tui_version.
1682 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
1683 * cli/cli-cmds.c (disassemble_command): Ditto.
1684 * defs.h (tui_version): Delete declaration.
1685 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
1686 (tui-interp.o): Add rules.
1687 (SUBDIR_TUI_OBS): Add "tui-interp.o".
1688
e325dcec
CF
16892003-02-14 Christopher Faylor <cgf@redhat.com>
1690
36ffb041 1691 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
1692 just-loaded dll.
1693
c4f90d87
JM
16942003-02-12 Jason Molenda (jmolenda@apple.com)
1695
1696 * symmisc.c (print_objfile_statistics): Include information about
1697 the number of psymtabs and symtabs in each object file.
1698
e46e5ccd
KS
16992003-02-13 Keith R Seitz <keiths@redhat.com>
1700
1701 * main.h (struct captured_main_args): Add interpreter_p.
1702 * main.c (captured_main): Initialize interpreter_p from context.
1703 * gdb.c (main): Set interpreter_p argument.
1704 * Makefile.in (gdb.o): Add dependency for interps.h.
1705
fe97fe9c
AC
17062003-02-12 Andrew Cagney <ac131313@redhat.com>
1707
1708 * event-top.c (cli_command_loop): Delete declaration.
1709 (_initialize_event_loop): Delete function setting event_loop_hook.
1710 * event-top.h (cli_command_loop): Declare. Update copyright.
1711 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
1712 * interps.c (current_interp_command_loop): When event_loop_p, call
1713 cli_command_loop.
1714
1cdac4ef
AC
17152003-02-12 Andrew Cagney <ac131313@redhat.com>
1716
1717 * interps.h (interp_command_loop_ftype): Change return type to
1718 void.
1719
48037ead
ML
17202003-02-12 Michal Ludvig <mludvig@suse.cz>
1721
1722 * x86-64-tdep.c (x86_64_extract_return_value)
1723 (x86_64_store_return_value): Use regcache instead of regbuf.
1724 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
1725 * x86-64-linux-nat.c (fill_gregset): Use regcache.
1726
033afc63
AC
17272003-02-11 Andrew Cagney <ac131313@redhat.com>
1728
1729 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
1730 * aclocal.m4: Regenerate.
1731 * configure: Regenerate.
1732
1733 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
1734 TCL_LD_SEARCH_FLAGS.
1735
40d02bca
ML
17362003-02-10 Michal Ludvig <mludvig@suse.cz>
1737
1738 * dwarf2cfi.c: Reindented.
1739
11308a41
AC
17402003-02-09 Andrew Cagney <ac131313@redhat.com>
1741
1742 * interps.c (clear_interpreter_hooks): Convert function definition
1743 to ISO C.
1744
e1c1c0f6
DC
17452003-02-07 David Carlton <carlton@math.stanford.edu>
1746
1747 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
1748
ab5d3da6
KB
17492003-02-07 Kevin Buettner <kevinb@redhat.com>
1750
1751 * gdbtypes.h (struct main_type): Move ``length'' field from here...
1752 (struct type): ...to here.
1753 (TYPE_LENGTH): Adjust to reflect different location of ``length''
1754 field.
1755 * gdbtypes.c (make_qualified_type): Set length on newly created type.
1756 (replace_type): Set length on all type variants for a given type.
1757
b8a92b82
AC
17582003-02-07 Andrew Cagney <ac131313@redhat.com>
1759
1760 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
1761 <sys/stat.h>.
1762 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
1763
5cb316ef
AC
17642003-02-06 Andrew Cagney <ac131313@redhat.com>
1765
2555fe1a
AC
1766 * Makefile.in (symm-nat.o): Update dependencies.
1767 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
1768 (lynx-nat.o, ia64-linux-nat.): Ditto.
1769 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
1770 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
1771 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
1772
44270758
AC
1773 * Makefile.in (inflow_h): Define.
1774 (procfs.o, inflow.o, procfs.o): Update dependencies.
1775 * inftarg.c (child_stop): Delete extern declaration of
1776 inferior_process_group. Include "inflow.h".
1777 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
1778 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
1779 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
1780 (our_process_group, inferior_process_group): Extern declarations.
1781
df8f7274
AC
1782 * procfs.c: Include "gdb_assert.h".
1783
5cb316ef
AC
1784 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
1785 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
1786 * jv-typeprint.c (java_type_print_base): Ditto.
1787 * typeprint.c (typedef_print): Eliminate STREQ.
1788 * cli/cli-script.c (define_command, define_command): Ditto.
1789 * main.c (captured_main): Ditto.
1790 * values.c (lookup_internalvar): Ditto.
1791 * utils.c (safe_strerror, parse_escape): Eliminate assignment
1792 within `if' conditional.
1793 * linespec.c (decode_line_2): Ditto.
1794 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
1795 (bfd_openw_with_cleanup): Ditto.
1796
2a28ccea
MK
17972003-02-07 Mark Kettenis <kettenis@gnu.org>
1798
1799 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
1800 legacy_extract_return_value and store_return_value to
1801 legacy_return_value.
1802
786b8124
CF
18032003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
1804
1805 * win32-nat.c (get_relocated_section_addrs): New function. Find
1806 section load addresses for symbol handling in relocated DLLs.
1807 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
1808
b871e4ec
FF
18092003-02-05 Fred Fish <fnf@intrinsity.com>
1810
1811 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
1812 '=' and '!='.
1813 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
1814 with '&' and '=='.
1815 (angel_RDI_info): Ditto.
1816 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
1817 with '&' and '!='.
1818 (threads_continue_all_with_signals): Ditto.
1819
4389a95a
AC
18202003-02-05 Jim Ingham <jingham@apple.com>
1821 Keith Seitz <keiths@redhat.com>
1822 Elena Zannoni <ezannoni@redhat.com>
1823 Andrew Cagney <ac131313@redhat.com>
1824
1825 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
1826 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
1827 (SUBDIR_MI_OBS): Add "mi-interp.o".
1828 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
1829 (SFILES): Add "interps.c".
1830 (COMMON_OBS): Add "interps.o".
1831 (interps_h, mi_main_h): Define.
1832 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
1833 (mi-main.o, main.o, event-top.o): Update dependencies.
1834 * cli/cli-interp.c: New file.
1835 * interps.h, interps.c: New files.
1836 * top.c: (gdb_init): Don't install the default interpreter, handed
1837 by captured_main.
1838 * main.c: Include "interps.h".
1839 (interpreter_p): Note that it should malloc'ed.
1840 (captured_command_loop): Call current_interp_command_loop.
1841 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
1842 xfree and xstrdup when updating interpreter_p. Install the
1843 default interpreter. Add hack to stop mi1's copyright notice
1844 being encoded.
1845 * event-top.h (gdb_setup_readline): Declare.
1846 (gdb_disable_readline): Declare.
1847 * event-top.c: Include "interps.h".
1848 (display_gdb_prompt): Call current_interp_display_prompt_p.
1849 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
1850 gdb_stdlog, and gdb_stdtarg.
1851 (_initialize_event_loop): Don't call gdb_setup_readline.
1852 * cli-out.c (cli_out_set_stream): New function.
1853 * cli-out.h (cli_out_set_stream): Declare.
1854
ff3b5810
MK
18552003-02-06 Mark Kettenis <kettenis@gnu.org>
1856
1857 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
1858 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
1859 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
1860 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
1861 config/i386/i386v42mp.mt: Removed.
1862
5b729aa5
MK
18632003-02-05 Mark Kettenis <kettenis@gnu.org>
1864
1865 * configure.tgt (*-*-solaris*): Set gdb_osabi to
1866 GDB_OSABI_SOLARIS.
1867
8cc15142
MC
18682003-02-05 Michael Chastain <mec@shout.net>
1869
1870 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
1871 2.12.1 and earlier versions.
1872
5aa5d4b9
AC
18732003-02-05 Andrew Cagney <ac131313@redhat.com>
1874
1875 Remove orphaned hosts, targets and files.
1876 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
1877 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
1878 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
1879 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
1880 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
1881 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
1882 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
1883 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
1884 * config/sparc/tm-sp64sim.h: Delete.
1885 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
1886 hosts.
1887 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
1888 mips*-dec-mach3* targets.
1889
b68767c1
MC
18902003-02-04 Michael Chastain <mec@shout.net>
1891
1892 * NEWS: Fix typo: sepcifying -> specifying.
1893
5ae7ca1d
MC
18942003-02-04 Michael Chastain <mec@shout.net>
1895
1896 * dwarfread.c: Add documentation on the state of dwarf-1,
1897 looking towards obsoletion.
1898
d08a4280
MC
18992003-02-03 Michael Chastain <mec@shout.net>
1900
1901 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
1902 gdb/testsuite/gdb.c++/pr-1023.exp.
1903
e9be73e4
AC
19042003-02-04 Andrew Cagney <ac131313@redhat.com>
1905
1906 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
1907 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
1908
1909 * utils.c (init_page_info): Delete reference to MPW in comments.
1910 * main.c (captured_main): Delete #ifdef MPW.
1911
05d57f6f
AC
19122003-02-04 Andrew Cagney <ac131313@redhat.com>
1913
1914 * NEWS: Note that the m32r-*-elf* is obsolete.
1915 * monitor.c (monitor_expect): Obsolete reference to m32r.
1916 * configure.tgt: Mark m32r-*-elf* as obsolete.
1917 * MAINTAINERS: Mark m32k as obsolete.
1918 * m32r-rom.c: Obsolete file.
1919 * config/m32r/m32r.mt: Obsolete file.
1920 * config/m32r/tm-m32r.h: Obsolete file.
1921 * m32r-stub.c: Obsolete file.
1922 * m32r-tdep.c: Obsolete file.
1923
8b0e5691
AC
19242003-02-04 Andrew Cagney <ac131313@redhat.com>
1925
1926 * NEWS: Mention that the z8k-zilog-none is obsolete.
1927 * MAINTAINERS: Mark z8k as obsolete.
1928 * configure.tgt: Obsolete the z8k-*-coff* target.
1929 * config/z8k/z8k.mt: Obsolete file.
1930 * config/z8k/tm-z8k.h: Obsolete file.
1931 * z8k-tdep.c: Obsolete file.
1932
67f16606
AC
19332003-02-04 Andrew Cagney <ac131313@redhat.com>
1934
1935 * NEWS: Mention that the mn10200-elf is obsolete.
1936 * configure.tgt: Obsolete mn10200-*-* target.
1937 * breakpoint.c (update_breakpoints_after_exec): Update comment to
1938 mention that the mn10200 is obsolete.
1939 * breakpoint.h: Ditto.
1940 * MAINTAINERS: Mark the mn10200-elf as obsolete.
1941 * config/mn10200/mn10200.mt: Obsolete file.
1942 * config/mn10200/tm-mn10200.h: Obsolete file.
1943 * mn10200-tdep.c: Obsolete file.
1944
fd2299bd
AC
19452003-02-04 Andrew Cagney <ac131313@redhat.com>
1946
1947 * MAINTAINERS: Mark h8500 as obsolete.
1948 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
1949 * findvar.c (value_from_register): Ditto.
1950 * h8500-tdep.c: Mark file as obsolete.
1951 * config/h8500/h8500.mt: Ditto.
1952 * config/h8500/tm-h8500.h: Ditto.
1953 * NEWS: Mention that h8500 is obsolete.
1954
eb9a305d
DC
19552003-02-04 David Carlton <carlton@math.stanford.edu>
1956
1957 * objfiles.c (allocate_objfile): Always set name. Add comment at
1958 start of function.
1959 * jv-lang.c (get_dynamics_objfile): Add comment.
1960
406fc7fb
DC
19612003-02-04 David Carlton <carlton@math.stanford.edu>
1962
1963 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
1964 * printcmd.c (build_address_symbolic): Replace uses of
1965 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
1966 SYMBOL_NAME, and asm_demangle.
1967 Update copyright.
1968
93d91629
DC
19692003-02-04 David Carlton <carlton@math.stanford.edu>
1970
1971 * linespec.c (decode_compound): Extract code into
1972 lookup_prefix_sym.
1973 (lookup_prefix_sym): New function.
1974
1c5cb38e
DC
19752003-02-04 David Carlton <carlton@math.stanford.edu>
1976
1977 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
1978 FLOAT_COERCION_BADNESS.
1979 * gdbtypes.c (rank_one_type): Replace all uses of
1980 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
1981
0cf824c9
JB
19822003-02-04 Jim Blandy <jimb@redhat.com>
1983
1984 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
1985 section, let dwarf_macinfo_section point to it, not
1986 dwarf_loc_section.
1987
a2d356b0
DJ
19882003-02-04 Daniel Jacobowitz <drow@mvista.com>
1989
1990 Pointed out by Anton Blanchard <anton@samba.org>.
1991 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
1992 (ppc_linux_at_sigtramp_return_path): Use it.
1993
2de7ced7
DJ
19942003-02-04 Daniel Jacobowitz <drow@mvista.com>
1995
1996 * defs.h (streq): Add prototype.
1997 * utils.c (streq): New function.
1998
1999 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
2000 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
2001 * mdebugread.c (new_symbol): Likewise.
2002 * stabsread.c (define_symbol): Likewise.
2003 * coffread.c (process_coff_symbol): Likewise.
2004 * dwarfread.c (new_symbol): Likewise.
2005
2006 * minsyms.c (prim_record_minimal_symbol_and_info): Use
2007 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
2008 here.
2009 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
2010 SYMBOL_INIT_DEMANGLED_NAME.
2011 * objfiles.c: Include "hashtab.h".
2012 (allocate_objfile): Call htab_set_functions_ex for the
2013 demangled_names_hash.
2014 (free_objfile): Call htab_delete for the demangled_names_hash.
2015 * objfiles.h (struct htab): Add declaration.
2016 (struct objfile): Add demangled_names_hash.
2017 * symfile.c: Include "hashtab.h".
2018 (reread_symbols): Call htab_delete for the demangled_names_hash.
2019 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
2020 SYMBOL_NAME in the bcache.
2021 * symtab.c: Include "hashtab.h". Update comments.
2022 (create_demangled_names_hash, symbol_set_names): New functions.
2023 (symbol_find_demangled_name): New function, broken out from
2024 symbol_init_demangled_names.
2025 (symbol_init_demangled_names): Use it.
2026 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
2027 (SYMBOL_SET_NAMES): New macro.
2028 (symbol_set_names): Add prototype.
2029
15831452
JB
20302003-02-03 Jim Blandy <jimb@redhat.com>
2031
2032 Use a single, consistent representation for an empty minimal
2033 symbol table in an objfile.
2034 * objfiles.c (terminate_minimal_symbol_table): New function.
2035 (allocate_objfile): Call it.
2036 * objfiles.h (terminate_minimal_symbol_table): New declaration.
2037 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
2038 non-NULL.
2039 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
2040 objfile has minimal symbols, compare minimal_symbol_count to zero,
2041 instead of comparing msymbols with NULL.
2042 * objfiles.c (have_minimal_symbols): Same.
2043 * solib-sunos.c (solib_add_common_symbols): Call
2044 terminate_minimal_symbol_table.
2045 * symfile.c (reread_symbols): Same.
2046
ffc65945
KB
20472003-02-03 Kevin Buettner <kevinb@redhat.com>
2048
2049 * s390-tdep.c (s390_address_class_type_flags)
2050 (s390_address_class_type_flags_to_name)
2051 (s390_address_class_name_to_type_flags): New functions.
2052 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
2053 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
2054
f211c6d4
MS
20552003-02-03 Michael Snyder <msnyder@redhat.com>
2056
2057 * arm-tdep.c: Fix spell-o in comment.
2058
659b0389
ML
20592003-02-03 Michal Ludvig <mludvig@suse.cz>
2060
2061 * dwarf2cfi.c (pointer_encoding): Added new parameter.
2062 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
2063 error messages to contain BFD filename.
2064
3b31d625
EZ
20652003-02-02 Elena Zannoni <ezannoni@redhat.com>
2066
997b089a 2067 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
2068 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
2069 (do_mixed_source_and_assembly): Use
2070 make_cleanup_ui_out_tuple_begin_end and
2071 make_cleanup_ui_out_tuple_begin_end.
2072 (do_mixed_source_and_assembly): Ditto.
2073 * thread.c (do_captured_list_thread_ids): Ditto.
2074 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
2075 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
2076 ui_out_tuple_end): Delete prototypes.
2077 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
2078 ui_out_list_end, ui_out_tuple_end): Delete.
2079
2080 From Kevin Buettner <kevinb@redhat.com>:
2081 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
2082 * ui-out.c (make_cleanup_ui_out_table_begin_end)
2083 (do_cleanup_table_end): New functions.
2084 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
2085 Use cleanups to invoke_ui_out_tuple_end().
2086 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
2087 * cli/cli-setshow.c (cmd_show_list): Use
2088 make_cleanup_ui_out_tuple_begin_end.
2089
5b181d62
AC
20902003-02-02 Andrew Cagney <ac131313@redhat.com>
2091
2092 * frame.c (frame_unwind_register): New function.
2093 (frame_unwind_unsigned_register): Use.
2094 (frame_unwind_signed_register): Use.
2095 (frame_read_register): New function.
2096 * frame.h (frame_unwind_register): Declare.
2097 (frame_read_register): Declare.
2098
2099 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
2100 and frame_unwind_register instead of read_memory, write_register
2101 and deprecated_write_register_bytes.
2102
5f601589
AC
21032003-02-02 Andrew Cagney <ac131313@redhat.com>
2104
2105 * frame.h: Note that namelen can be negative.
2106 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
2107 NAME's length.
2108
2109 * NEWS: Mention that the d10v's `regs' command is deprecated.
2110 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
2111 (d10v_print_registers_info): New function.
2112 (show_regs): Call d10v_print_registers_info.
2113 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
2114
6a3fe0a4
MK
21152003-02-02 Mark Kettenis <kettenis@gnu.org>
2116
2117 * stack.c (print_frame_info): Restore call to annotate_frame_begin
2118 lost in the previous patch.
2119
075559bc
AC
21202003-02-01 Andrew Cagney <ac131313@redhat.com>
2121
2122 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
2123 * stack.c (print_frame_info_base): Output complete FRAME tuple
2124 for synthesized frames.
2125
6789195b
AC
21262003-02-02 Andrew Cagney <ac131313@redhat.com>
2127
2128 * mips-nat.c (zerobuf): Delete.
2129 (fetch_inferior_registers): Alloc local zerobuf.
2130 (fetch_core_registers): Alloc local zerobuf.
2131 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
2132 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
2133 * thread-db.c (thread_db_store_registers): Ditto.
2134 * sh-tdep.c (sh_do_register): Ditto.
2135 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2136 * remote-sim.c (gdbsim_store_register): Ditto.
2137 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2138 * remote-e7000.c (fetch_regs_from_dump): Ditto.
2139 * monitor.c (monitor_supply_register): Ditto.
2140 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
2141 * mips-nat.c (fetch_inferior_registers): Ditto.
2142 * m68klinux-nat.c (fetch_register): Ditto.
2143 * lynx-nat.c (fetch_inferior_registers): Ditto.
2144 (fetch_inferior_registers): Ditto.
2145 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
2146 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
2147 (hpux_thread_store_registers): Ditto.
2148 * hppah-nat.c (fetch_register): Ditto.
2149 * hppab-nat.c (fetch_register): Ditto.
2150 * hppa-tdep.c (pa_register_look_aside): Ditto.
2151 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
2152 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
2153
e669114a
AC
21542003-02-01 Andrew Cagney <ac131313@redhat.com>
2155
2156 * gdbarch.sh: Explictly specify all method levels. When a
2157 variable with an empty level, provide a non-multi-arch default.
2158 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
2159 * gdbarch.h: Re-generate.
2160 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
2161 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
2162
9a043c1d
AC
21632003-02-01 Andrew Cagney <ac131313@redhat.com>
2164
2165 * defs.h (host_pointer_to_address): Delete declaration.
2166 (address_to_host_pointer): Delete declaration.
2167 * utils.c (host_pointer_to_address): Delete function.
2168 (address_to_host_pointer): Delete function.
2169 * procfs.c (procfs_address_to_host_pointer): New function.
2170 * procfs.c (proc_set_watchpoint): Use.
2171 (procfs_can_use_hw_breakpoint): Update comments.
2172 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
2173 (som_solib_add): Use.
2174 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
2175 * hppa-tdep.c (unwind_command): Use.
2176
7ca9f392
AC
21772003-02-01 Andrew Cagney <ac131313@redhat.com>
2178
94bbfd30
AC
2179 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
2180 strlen d_name.
2181
7ca9f392
AC
2182 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
2183 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
2184 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
2185 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
2186 (define_symbol): Update.
2187 * symfile.c (generic_load): Remove references to nindy.
2188 * symtab.c: Remove references to nindy.
2189
31a85ea2
AC
21902003-02-01 Andrew Cagney <ac131313@redhat.com>
2191
2192 * infcmd.c (print_float_info): Delete code conditional on
2193 FLOAT_INFO.
2194 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
2195 * config/m68k/nm-apollo68b.h: Ditto.
2196 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
2197 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
2198 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
2199
f6e85fc8
MK
22002003-02-01 Mark Kettenis <kettenis@gnu.org>
2201
6015b6a0
MK
2202 * config/i386/tm-i386os9k.h: Removed.
2203
f7a30bdf
MK
2204 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
2205 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
2206 they're identical to i[3456]86-*-sysv* now.
2207 * config/i386/i386v32.mh: Removed.
2208 * config/i386/xm-i386v32.h: Removed.
2209 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
2210
28d52111
MK
2211 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
2212
4d3f6bce
MK
2213 * config/i386/i386dgux.mh: Removed.
2214 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
2215
f6e85fc8
MK
2216 * configure.in: Fix typo.
2217 * configure: Regenerated.
2218
53955967
DC
22192003-01-31 David Carlton <carlton@math.stanford.edu>
2220
2221 * dwarf2read.c (dwarf2_locate_sections): Set
2222 dwarf_ranges_section.
2223
b1364885
AC
22242003-01-31 Andrew Cagney <ac131313@redhat.com>
2225
8dbb1c65
AC
2226 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
2227 * utils.c: Update comments documenting legitimate uses of PTR.
2228
8731e58e
AC
2229 * utils.c: Re-indent.
2230
b1364885
AC
2231 * config/djgpp/fnchange.lst: Delete nindy files.
2232 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
2233 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
2234 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
2235 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
2236 * nindy-share/README, nindy-share/Onindy.c: Delete files.
2237 * nindy-tdep.c, nindy-share/Makefile: Delete files.
2238 * Makefile.in (init.c): Remove nindy references.
2239 (saber_gdb): Delete rule.
2240 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
2241 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
2242 and a68v-nat.c.
2243 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
2244 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
2245 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
2246 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
2247 nindy-share/stop.h.
2248 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
2249 * saber.suppress: Delete file.
2250
086df311
DJ
22512003-01-31 Daniel Jacobowitz <drow@mvista.com>
2252
2253 * dbxread.c (stabs_data): New static variable.
2254 (fill_symbuf): Support an in-memory buffer for stabs data.
2255 (stabs_seek): New function.
2256 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
2257 (read_ofile_symtab): Use stabs_seek.
2258 (elfstab_build_psymtabs): Take an asection* instead of
2259 an offset and size. Relocate the stabs data if necessary.
2260 Save the section* for dbx_psymtab_to_symtab.
2261 * dwarf2read.c: Add section variables for each debug section.
2262 (dwarf2_locate_sections): Fill them in.
2263 (dwarf2_read_section): Take an asection* argument.
2264 Relocate the section contents if necessary.
2265 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
2266 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
2267 it to dwarf2_read_section.
2268 (dwarf2_build_frame_info): Update callers.
2269 * elfread.c (elf_symfile_read): Update call to
2270 elfstab_build_psymtabs.
2271 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
2272 (DBX_STAB_SECTION): New macro.
2273 * stabsread.h (elfstab_build_psymtabs): Update prototype.
2274 * symfile.c (symfile_dummy_outputs): New function.
2275 (symfile_relocate_debug_section): New function.
2276 * symfile.h (symfile_relocate_debug_section): Add prototype.
2277
87d1b352
RH
22782003-01-31 Richard Henderson <rth@redhat.com>
2279
2280 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
2281 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
2282 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
2283 * alpha-tdep.c (alpha_register_name): Add "unique".
2284 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
2285 (ALPHA_UNIQUE_REGNUM): New.
2286 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
2287
c48861fb
AC
22882003-01-31 Andrew Cagney <ac131313@redhat.com>
2289
2290 * README: Remove reference to Ericsson 1800 monitor.
2291 * Makefile.in (remote-es.o): Delete rule.
2292 (ALLDEPFILES): Delete remote-es.c.
2293 * remote-es.c: Delete file.
2294 * config/m68k/es1800.mt: Delete file.
2295 * config/djgpp/fnchange.lst: Update.
2296 * configure.tgt: Delete m68*-ericsson-* target.
2297
d764a824
AF
22982003-01-31 Adam Fedor <fedor@gnu.org>
2299
2300 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
2301 Remove duplicate/shadowing variable of same name.
2302
fe36c4f4
JB
23032003-01-30 Jim Blandy <jimb@redhat.com>
2304
2305 * symfile.c (find_separate_debug_file): Assert that the objfile's
2306 directory name we compute ends with a slash, and then assume that
2307 that's so everywhere we use it.
2308
cb741690
DJ
23092003-01-30 Daniel Jacobowitz <drow@mvista.com>
2310
2311 * valops.c (value_assign): Flush frame cache after stores to memory
2312 also.
2313
96ee5227
AC
23142003-01-30 Andrew Cagney <ac131313@redhat.com>
2315
2316 * Makefile.in (mon960-rom.o): Delete rule.
2317 * mon960-rom.c: Delete file.
2318
7f6104a9
AC
23192003-01-30 Andrew Cagney <ac131313@redhat.com>
2320
2321 * d10v-tdep.c: Include "frame-unwind.h".
2322 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
2323 list.
2324 (next_addr, uses_frame): Delete.
2325 (struct d10v_unwind_cache): Define.
2326 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
2327 Use info instead of next_addr and uses_frame globals.
2328 (d10v_frame_init_saved_regs): Delete function.
2329 (d10v_init_extra_frame_info): Delete function.
2330 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
2331 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
2332 init_frame_pc or frame_saved_pc.
2333 (d10v_pop_frame): Delete function.
2334 (do_d10v_pop_frame): Delete function.
2335 (d10v_frame_chain): Delete function.
2336 (d10v_frame_chain_valid): Delete function.
2337 (d10v_frame_pc_unwind): New function.
2338 (d10v_frame_id_unwind): New function.
2339 (saved_regs_unwinder): New function.
2340 (d10v_frame_register_unwind): New function.
2341 (d10v_frame_pop): New function.
2342 (d10v_frame_unwind): New variable.
2343 (d10v_frame_p): New function.
2344 (d10v_frame_saved_pc): Delete function.
2345 * Makefile.in (d10v-tdep.o): Update dependencies.
2346
cad2e848
JB
23472003-01-30 J. Brobecker <brobecker@gnat.com>
2348
2349 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
2350 causing some regressions due to a change in the default value
2351 for this macro.
2352
af34e669
DJ
23532003-01-29 Richard Henderson <rth@redhat.com>
2354 Elena Zannoni <ezannoni@redhat.com>
2355 Daniel Jacobowitz <drow@mvista.com>
2356
2357 Fix PR gdb/961.
2358 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
2359 variables.
2360 (RANGES_SECTION): New.
2361 (dwarf_ranges_buffer): New variable.
2362 (struct comp_unit_head): Add member "die".
2363 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
2364 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
2365 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
2366 (dwarf2_locate_sections): Likewise.
2367 (dwarf2_build_psymtabs): Read .debug_ranges.
2368 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
2369 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
2370 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
2371 Look for DW_AT_ranges and return the bounding box.
2372
baa93fa6
CF
23732003-01-29 Brian Ford <ford@vss.fsi.com>
2374
2375 * win32-nat.c (cygwin_pid): Removed as unused.
2376 (child_attach): Try fall back to Cygwin pid.
2377
c63f977f
JB
23782003-01-29 Jim Blandy <jimb@redhat.com>
2379
2380 * objfiles.h (struct objfile): Doc fix.
2381
d62d1979
AC
23822003-01-29 Andrew Cagney <ac131313@redhat.com>
2383
2384 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
2385 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
2386 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
2387 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
2388 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
2389 (FRAME_SAVED_PC): Change to a function with predicate.
2390 * gdbarch.h, gdbarch.c: Re-generate.
2391
1ae18a04
AC
23922003-01-28 Andrew Cagney <ac131313@redhat.com>
2393
52287340
AC
2394 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
2395
1ae18a04
AC
2396 * complaints.c (complain): Delete function.
2397 * complaints.h (struct deprecated_complaint): Delete definition.
2398 (complain): Delete declaration.
2399
f2c16bd6
KB
24002003-01-28 Kevin Buettner <kevinb@redhat.com>
2401
2402 * mips-tdep.c (mips_init_extra_frame_info): Return early for
2403 dummy frames.
2404
a94dd1fd
AC
24052003-01-27 Andrew Cagney <ac131313@redhat.com>
2406
2407 * sentinel-frame.h, sentinel-frame.c: New files.
2408 * Makefile.in (frame.o): Update dependencies.
2409 (SFILES): Add sentinel-frame.c.
2410 (sentinel_frame_h): Define.
2411 (COMMON_OBS): Add sentinel-frame.o.
2412 (sentinel-frame.o): Specify dependencies.
2413 * frame.c: Include "sentinel-frame.h".
2414 (frame_register_unwind): Rewrite assuming that there is always a a
2415 ->next frame.
2416 (frame_register, generic_unwind_get_saved_register): Ditto.
2417 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
2418 (create_sentinel_frame, unwind_to_current_frame): New functions.
2419 (get_current_frame): Rewrite using create_sentinel_frame and
2420 unwind_to_current_frame. When possible, always create a frame.
2421 (create_new_frame): Set next to the sentinel frame.
2422 (get_next_frame): Rewrite. Don't go below the level 0 frame.
2423 (deprecated_update_frame_pc_hack): Update the next frame's PC and
2424 ID cache when necessary.
2425 (frame_saved_regs_id_unwind): Use frame_relative_level.
2426 (deprecated_generic_get_saved_register): Use frame_relative_level,
2427 get_frame_saved_regs, get_frame_pc, get_frame_base and
2428 get_next_frame.
2429 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
2430 frame_register.
2431
5378adc4
DJ
24322003-01-27 Daniel Jacobowitz <drow@mvista.com>
2433
2434 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
2435
51ee2ddc
DJ
24362003-01-27 Daniel Jacobowitz <drow@mvista.com>
2437
2438 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
2439 (maintenance_set_profile_cmd): Use error () instead of warning ().
2440
d9feb4e7
DJ
24412003-01-27 Daniel Jacobowitz <drow@mvista.com>
2442
2443 * configure.in: Check that -pg works if using --enable-profiling.
2444 Check for monstartup and _mcleanup regardless of --enable-profiling.
2445 * maint.c: Check for monstartup and _mcleanup before using them.
2446 * config.in: Regenerated.
2447 * configure: Regenerated.
2448
2d188dd3
NC
24492003-01-24 Nick Clifton <nickc@redhat.com>
2450
2451 * Add sh2e support:
2452
2453 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
2454
2455 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
2456 (sh2e_show_regs): New.
2457 (sh_gdbarch_init): Handle bfd_mach_sh2e.
2458 * config/sh/tm-sh.h: Added sh2e to comments.
2459
cb3c37b2
JB
24602003-01-23 Jim Blandy <jimb@redhat.com>
2461
2462 * symfile.c (syms_from_objfile): Don't print the "(no debugging
2463 symbols found)" message here; we haven't checked for a separate
2464 debug info file yet, so we don't know yet.
2465 (symbol_file_add_with_addrs_or_offsets): Print it here, after
2466 we've looked everywhere. Also, there's no need to print a special
2467 message when we're loading the separate debug info file: the one
2468 symbol_file_add prints is fine.
2469
5b5d99cf
JB
24702003-01-23 Alexander Larsson <alexl@redhat.com>
2471 Jim Blandy <jimb@redhat.com>
2472
2473 Add support for executables whose debug info has been separated
2474 out into a separate file, leaving only a link behind.
2475 * objfiles.h (struct objfile): New fields: separate_debug_objfile
2476 and separate_debug_objfile_backlink.
2477 (put_objfile_before): New declaration.
2478 * symfile.c: #include "filenames.h".
2479 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
2480 debug info in a separate file, read that, too. Save the addrs
2481 argument, so we can use it again to read the separated debug info;
2482 syms_from_objfile modifies the table we pass it.
2483 (reread_symbols): After re-reading an objfile, call
2484 reread_separate_symbols to refresh its separate debug info
2485 objfile, if it has one.
2486 (reread_separate_symbols, find_separate_debug_file,
2487 get_debug_link_info, separate_debug_file_exists): New functions.
2488 (debug_file_directory): New global var.
2489 (_initialize_symfile): Initialize debug_file_directory, and
2490 provide the new `set debug-file-directory' command to let the user
2491 change it.
2492 * objfiles.c (free_objfile): If this objfile has its debug info in
2493 a separate objfile, free that one too. If this is itself a
2494 separate debug info objfile, clear our parent's backlink.
2495 (put_objfile_before): New function.
2496 * utils.c (gnu_debuglink_crc32): New function.
2497 * defs.h (gnu_debuglink_crc32): New declaration.
2498 * Makefile.in (symfile.o): Note dependency on "filenames.h".
2499 * configure.in: Handle --with-separate-debug-dir config option.
2500 * acinclude.m4 (AC_DEFINE_DIR): New macro.
2501 * acconfig.h (DEBUGDIR): New macro.
2502 * configure, aclocal.m4, config.in: Regenerated.
2503
7e8580c1
JB
25042003-01-22 Jim Blandy <jimb@redhat.com>
2505
7904e09f
JB
2506 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
2507 like the old symbol_file_add, but taking new arguments: you can
2508 now pass in either a `struct section_addr_info' list to say where
2509 each section is loaded, or a `struct section_offsets' table. Pass
2510 these new arguments through to syms_from_objfile as appropriate.
2511 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
2512 with the appropriate quiescent values for the new arguments.
2513
7e8580c1
JB
2514 * symfile.c: #include "gdb_assert.h".
2515 (syms_from_objfile): Add the ability to pass in a section offset
2516 table directly, as an alternative to the section_addr_info table.
2517 Document arguments better.
2518 (symbol_file_add): Pass extra arguments to syms_from_objfile.
2519 * symfile.h (syms_from_objfile): Update declaration.
2520 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
2521 syms_from_objfile.
2522 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
2523
d28f9cdf
DJ
25242003-01-22 Daniel Jacobowitz <drow@mvista.com>
2525
2526 Original patch by Tom Tromey <tromey@cygnus.com> and
2527 Jason Molenda <jmolenda@apple.com>.
2528 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
2529 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
2530 * NEWS: Mention profiling.
2531 * configure.in (--enable-gdbtk): Fix typo.
2532 (--enable-profiling): New. Set PROFILE_CFLAGS.
2533 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
2534 Fill in function.
2535 (profiling_state): New variable.
2536 (mcleanup_wrapper): New function.
2537 (_initialize_maint): Remove NOTYET, fix call to
2538 add_setshow_boolean_cmd for "maint set profile".
2539 * configure: Regenerated.
2540
df21e465
MH
25412003-01-21 Martin M. Hunt <hunt@redhat.com>
2542
2543 * Makefile.in (install-gdbtk): Install PNG images too.
2544
73c1f219
AC
25452003-01-21 Andrew Cagney <ac131313@redhat.com>
2546
2547 * exec.c (text_start): Delete global variable.
2548 (exec_file_attach): Make text_start local to the function.
2549 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
2550 * valops.c (hand_function_call): Delete code that handles
2551 BEFORE_TEXT_END and AFTER_TEXT_END.
2552 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
2553 of CALL_DUMMY_LOCATION.
2554 * gdbarch.c: Regenerate.
2555 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
2556 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
2557 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
2558 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
2559 (text_end): Delete extern declaration.
2560
eb4f72c5
AC
25612003-01-21 Andrew Cagney <ac131313@redhat.com>
2562
2563 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
2564 * blockframe.c (backtrace_below_main): Move to "frame.c".
2565 (frame_chain_valid): Delete check for backtrace_below_main.
2566 (_initialize_blockframe): Delete initialization, move ``set
2567 backtrace-below-main'' command to "frame.c".
2568 (do_flush_frames_sfunc): Delete function.
2569 * frame.c: Include "command.h" and "gdbcmd.h".
2570 (frame_type_from_pc): New function.
2571 (create_new_frame): Use frame_type_from_pc.
2572 (legacy_get_prev_frame): New function.
2573 (get_prev_frame): Rewrite. When an old style frame, call
2574 legacy_get_prev_frame. Otherwize, unwind the PC first.
2575 (_initialize_frame): Add ``set backtrace-below-main'' command.
2576 * Makefile.in (frame.o): Update dependencies.
2577
778ce8cc
AC
25782003-01-19 Andrew Cagney <ac131313@redhat.com>
2579
2580 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
2581 DEPRECATED_REGISTERS_INFO.
2582
01c193c8
AC
25832003-01-19 Andrew Cagney <ac131313@redhat.com>
2584
2585 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
2586 Maintainers'. Update `Various Maintainers'.
2587
dedc2a2b
AC
25882003-01-19 Andrew Cagney <ac131313@redhat.com>
2589
2590 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
2591 * gdbarch.sh (POP_FRAME): Change to function with predicate.
2592 Suppress actual parameters when `-'.
2593 * gdbarch.h, gdbarch.c: Regenerate.
2594
b7261c70
AC
25952003-01-19 Andrew Cagney <ac131313@redhat.com>
2596
2597 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
2598 code handling dummy frames.
2599
dbe9fe58
AC
26002003-01-19 Andrew Cagney <ac131313@redhat.com>
2601
2602 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
2603 (struct frame_unwind): Add field pop.
2604 * frame.h (frame_pop): Declare.
2605 * frame.c (frame_saved_regs_pop): New function.
2606 (trad_frame_unwinder): Add frame_saved_regs_pop.
2607 (frame_pop): New function.
2608 * dummy-frame.c (dummy_frame_pop): New function.
2609 (discard_innermost_dummy): New function.
2610 (generic_pop_dummy_frame): Use discard_innermost_dummy.
2611 (dummy_frame_unwind): Add dummy_frame_pop.
2612 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
2613 * valops.c (hand_function_call): Ditto.
2614 * stack.c (return_command): Ditto.
2615
570b8f7c
AC
26162003-01-18 Andrew Cagney <ac131313@redhat.com>
2617
2618 * cris-tdep.c: Fix function declaration indentation.
2619 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
2620 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
2621 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
2622 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
2623 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
2624 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
2625
26262003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
2627
2628 * README (Unpacking and Installation -- quick overview):
2629 Warn against ".../gdb-5.3/gdb/configure".
2630
494cca16
AC
26312003-01-18 Andrew Cagney <ac131313@redhat.com>
2632
2633 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
2634 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
2635 (struct frame_unwind): Declare opaque.
2636 (dummy_frame_p): Declare function.
2637 * dummy-frame.c (dummy_frame_id_unwind): Make static.
2638 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
2639 * dummy-frame.c: Include "frame-unwind.h".
2640 (dummy_frame_p): New function.
2641 (dummy_frame_unwind): New variable.
2642 * frame.c: Include "frame-unwind.h".
2643 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
2644 to use the new unwind field.
2645 (set_unwind_by_pc): Delete function.
2646 (create_new_frame, get_prev_frame): Set unwind field using
2647 frame_unwind_find_by_pc.
2648 (trad_frame_unwind, trad_frame_unwinder): New variables.
2649 * frame.h (trad_frame_unwind): Declare variable.
2650 (frame_id_unwind_ftype): Delete declaration.
2651 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
2652 (struct frame_unwind): Declare opaque.
2653 (struct frame_info): Replace the fields id_unwind, pc_unwind and
2654 register_unwind with a single unwind pointer.
2655 * frame-unwind.h, frame-unwind.c: New files.
2656 * Makefile.in (SFILES): Add frame-unwind.c.
2657 (frame_unwind_h): Define.
2658 (COMMON_OBS): Add frame-unwind.o.
2659 (frame-unwind.o): Specify dependencies.
2660 (frame.o, dummy-frame.o): Update dependencies.
2661
4efb68b1
AC
26622003-01-18 Andrew Cagney <ac131313@redhat.com>
2663
2664 * ada-valprint.c: Eliminate PTR.
2665 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
2666 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
2667 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
2668 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
2669 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
2670 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
2671 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
2672
a84d24ee
AC
26732003-01-17 Andrew Cagney <ac131313@redhat.com>
2674
762f08a3
AC
2675 * main.c (captured_main): Don't use PTR.
2676 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
2677 * gdbtypes.c (lookup_primitive_typename): Ditto.
2678 (lookup_struct_elt_type): Ditto.
2679 * f-valprint.c (info_common_command): Ditto.
2680 (list_all_visible_commons): Ditto.
2681 * jv-typeprint.c (java_type_print_base): Ditto.
2682
a84d24ee
AC
2683 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
2684 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
2685 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
2686 i386-interix-nat.c and i386-interix-tdep.c. Rename
2687 m68klinux-nat.c and m68klinux-tdep.c. Rename
2688 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
2689 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
2690 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
2691 * main.c (captured_main): Use xfree, not free.
2692
c170fb60
AC
26932003-01-16 Andrew Cagney <ac131313@redhat.com>
2694
2695 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
2696 ID back using a parameter.
2697 * frame.c (frame_id_unwind): Update call.
2698 (frame_saved_regs_id_unwind): Update.
2699 * dummy-frame.c (dummy_frame_id_unwind): Update function.
2700 * dummy-frame.h (struct frame_id): Add opaque declaration.
2701 (dummy_frame_id_unwind): Update declaration.
2702
867f3898
AC
27032003-01-15 Andrew Cagney <ac131313@redhat.com>
2704
2705 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
2706
40622be8 27072003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 2708
40622be8 2709 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 2710
ae66c1fc
EZ
27112003-01-14 Elena Zannoni <ezannoni@redhat.com>
2712
997b089a 2713 Fix PR gdb/898
ae66c1fc
EZ
2714 * breakpoint.c (until_break_command): Add new argument. Use it to
2715 decide whether to stop only at the current frame or not.
2716 * breakpoint.h (until_break_command): Update prototype.
2717 * infcmd.c (until_command): Add new argument to until_break_command
2718 call.
2719 (advance_command): New function.
2720 (_initialize_infcmd): Update help string for 'until' command.
2721 Add new 'advance' command.
2722
a04257e6
DC
27232003-01-14 David Carlton <carlton@math.stanford.edu>
2724
2725 * linespec.c (decode_line_1): Normalize comments.
2726 (set_flags): Ditto.
2727 (locate_first_half): Ditto.
2728 (decode_compound): Ditto.
2729 (symtab_from_filename): Ditto.
2730 (decode_all_digits): Ditto.
2731 (decode_dollar): Ditto.
2732 (find_methods): Ditto.
2733 (find_toplevel_char): Ditto.
2734
1bac305b
AC
27352003-01-13 Andrew Cagney <ac131313@redhat.com>
2736
2737 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
2738 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
2739 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
2740 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
2741 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
2742 * language.c, language.h, m32r-tdep.c: Update copyright.
2743 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
2744 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
2745 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
2746 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
2747 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
2748 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
2749
25caa7a8
EZ
27502003-01-13 Elena Zannoni <ezannoni@redhat.com>
2751
2752 * stabsread.h (process_later, resolve_cfront_continuation):
2753 Obsolete.
2754 Update copyright years.
2755 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
2756 Update copyright year.
2757 * dbxread.c(struct cont_elem): Obsolete.
2758 (process_later, process_now): Obsolete functions.
2759 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
2760 Update copyright year.
2761 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
2762 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
2763 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
2764 (parse_partial_symbols): Obsolete cfront support.
2765 * stabsread.c
2766 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
2767 macros.
2768 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
2769 read_cfront_baseclasses, read_cfront_member_functions,
2770 resolve_cfront_continuation,read_cfront_static_fields,
2771 copy_cfront_struct_fields): Obsolete functions.
2772 (define_symbol, read_one_struct_field): Obsolete cfront support.
2773 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
2774 Update Copyright year.
2775
7789c6f5
EZ
27762003-01-13 Elena Zannoni <ezannoni@redhat.com>
2777
2778 * stack.c (print_frame_info, print_stack_frame_base_stub,
2779 print_stack_frame_base, show_and_print_stack_frame_stub,
2780 show_and_print_stack_frame, print_only_stack_frame_stub,
2781 print_only_stack_frame): Delete functions.
2782 (print_stack_frame_stub): Call print_frame_info instead of
2783 print_frame_info_base.
2784 (print_frame_info_base): Rename to print_frame_info.
2785 (backtrace_command_1): Call print_frame_info, instead of
2786 print_frame_info_base.
2787 (current_frame_command): Call print_stack_frame, instead of
2788 print_only_stack_frame.
2789 (frame_command): Call print_stack_frame, instead of
2790 show_and_print_stack_frame.
2791 (up_command): Ditto.
2792 (down_command): Ditto.
2793 * frame.h (print_only_stack_frame): Delete prototype.
2794 * infrun.c (normal_stop): Call print_stack_frame, instead of
2795 show_and_print_stack_frame.
2796 * thread.c (info_threads_command): Call print_stack_frame, instead
2797 of print_only_stack_frame.
2798
3f5a3016
AC
27992003-01-13 Andrew Cagney <ac131313@redhat.com>
2800
d99ba314
AC
2801 * README (Graphical interface to GDB): Update URL. Point at
2802 gdb/links/.
2803
3f5a3016
AC
2804 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
2805 version match.
2806
083ae935
DJ
28072003-01-13 Daniel Jacobowitz <drow@mvista.com>
2808
2809 * symtab.c (find_pc_sect_line): Don't consider end-of-function
2810 lines.
2811
5365276c
DJ
28122003-01-13 Daniel Jacobowitz <drow@mvista.com>
2813
2814 * thread-db.c (attach_thread): Prototype.
2815 (struct private_thread_info): Remove lwpid. Add thread handle (th),
2816 thread information (ti), and valid flags (th_valid, ti_valid).
2817 (attach_thread): Move target_pid_to_str call to after the thread
2818 is added to GDB's list. Initialize the cache.
2819 (thread_get_info_callback, thread_db_map_id2thr)
2820 (thread_db_get_info): New functions.
2821 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
2822 (thread_db_store_registers, thread_db_thread_alive)
2823 (thread_db_get_thread_local_address): Use them.
2824 (thread_db_pid_to_str): Likewise. Return "Missing" instead
2825 of calling error() for threads in unknown state.
2826
2827 (clear_lwpid_callback): New function.
2828 (thread_db_resume): Use it to clear the cache.
2829
9fc30b6b
DJ
28302003-01-13 Daniel Jacobowitz <drow@mvista.com>
2831
2832 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
2833 (resume_callback): Remove dead code.
2834
8f871025
AC
28352003-01-13 Andrew Cagney <ac131313@redhat.com>
2836
2837 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
2838 predicate.
2839 * gdbarch.h, gdbarch.c: Regenerate.
2840 * stack.c (frame_info): Only initialize the saved registers when
2841 FRAME_INIT_SAVED_REGS_P.
2842 * frame.c (frame_saved_regs_register_unwind): Assert
2843 FRAME_INIT_SAVED_REGS_P.
2844 (deprecated_generic_get_saved_register): Ditto.
2845
3f565f1e
DJ
28462003-01-13 Daniel Jacobowitz <drow@mvista.com>
2847
2848 * source.c (openp): Squelch warning about "filename".
2849
072b1022
DJ
28502003-01-13 Daniel Jacobowitz <drow@mvista.com>
2851
2852 * source.c (openp): If the file does not exist don't necessarily
2853 search the path.
2854
973ccf8b
DJ
28552003-01-13 Daniel Jacobowitz <drow@mvista.com>
2856
2857 Fix PR gdb/872.
2858 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
2859 (integer_types_same_name_p): New function.
2860 (rank_one_type): Use it.
2861 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
2862
030292b7
DJ
28632003-01-13 Daniel Jacobowitz <drow@mvista.com>
2864
2865 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
2866 variables.
2867 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
2868 * configure.in: Add --with-sysroot.
2869 * configure: Regenerated.
2870 * main.c (gdb_sysroot): New variable.
2871 (captured_main): Initialize gdb_sysroot.
2872 * defs.h (gdb_sysroot): New extern declaration.
2873 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
2874
afb5d334
MC
28752003-01-12 Michael Chastain <mec@shout.net>
2876
2877 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
2878
751ceeb4
MC
28792003-01-12 Michael Chastain <mec@shout.net>
2880
2881 * top.c (print_gdb_version): Bump copyright year to 2003.
2882
94cd26f8
DC
28832003-01-12 David Carlton <carlton@bactrian.org>
2884
2885 * linespec.c (symtab_from_filename): Rename variable 's' to
2886 'file_symtab'.
2887
1ce79225
AC
28882003-01-12 Andrew Cagney <ac131313@redhat.com>
2889
2890 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
2891 dummy frame.
2892 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
2893
fa1fd571
AC
28942003-01-12 Andrew Cagney <ac131313@redhat.com>
2895
2896 * d10v-tdep.c: Include "gdb_assert.h".
2897 (d10v_store_return_value): Rewrite to match current interface.
2898 (d10v_extract_struct_value_address): Ditto.
2899 (d10v_extract_return_value): Ditto.
2900 (d10v_gdbarch_init): Set store_restore_value,
2901 extract_struct_value_address and extract_return_value.
2902
68b8d23e
JB
29032003-01-12 J. Brobecker <brobecker@gnat.com>
2904
2905 * hpread.c (set_namestring): New procedure replacing the
2906 SET_NAMESTRING macro.
2907 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
2908 by calls to set_namestring.
2909
29102003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
2911
2912 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
2913 a compilation warning.
2914 (hpread_process_one_debug_symbol): Likewise.
2915
88d262ca
DC
29162003-01-10 David Carlton <carlton@math.stanford.edu>
2917
2918 * linespec.c (decode_line_1): Rename variable 's' to
2919 'file_symtab'.
2920 (decode_all_digits): Rename argument 's' to 'file_symtab'.
2921 (decode_dollar): Ditto.
2922 (decode_variable): Ditto.
2923 (symbol_found): Ditto.
2924
86669319
MC
29252003-01-09 Michael Chastain <mec@shout.net>
2926
2927 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
2928
616a9dc4
CV
29292003-01-07 Corinna Vinschen <vinschen@redhat.com>
2930
2931 * win32-nat.c (set_process_privilege): New function.
2932 (child_attach): Call set_process_privilege() to enable the
2933 SE_DEBUG_NAME user privilege if available in process token.
2934
3269bcfa
JB
29352003-01-10 J. Brobecker <brobecker@gnat.com>
2936
2937 * hpread.c (hpread_process_one_debug_symbol): Fix a small
2938 compilation error in the previous revision.
2939
2b0ee454
DC
29402003-01-09 David Carlton <carlton@math.stanford.edu>
2941
2942 * linespec.c: Update copyright.
2943
b3ba1b44
DJ
29442003-01-09 Daniel Jacobowitz <drow@mvista.com>
2945
2946 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
2947 than inferior_ptid.
2948 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
2949
4ef3f3be
AC
29502003-01-09 Andrew Cagney <ac131313@redhat.com>
2951
479ab5a0
AC
2952 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
2953 Update comments.
2954 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
2955 (frame_saved_regs_zalloc): Update.
2956 (frame_saved_regs_register_unwind): Update.
2957 (create_new_frame): Update.
2958 (get_prev_frame): Update.
2959 (frame_extra_info_zalloc): Update.
2960 (deprecated_get_frame_saved_regs): Update.
2961 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
2962 * cris-tdep.c: Update comment.
2963
bde58177
AC
2964 * somsolib.h: Fix function indentation.
2965 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
2966 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
2967 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
2968 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
2969 * somsolib.c, inftarg.c: Remove assignment in if conditional.
2970
4ef3f3be
AC
2971 * infrun.c (follow_fork): Use ISO C definition.
2972 * expprint.c (print_subexp): Use xfree instead of free.
2973 * charset.c: Include "gdb_string.h" instead of <string.h>.
2974 (register_iconv_charsets): Use ISO C definition.
2975 (host_charset, target_charset): Ditto.
2976 * Makefile.in (charset.o): Update dependencies.
2977 (mi-cmd-env.o): Update dependencies.
2978
1c615f7a
AC
29792003-01-08 Andrew Cagney <cagney@redhat.com>
2980
2981 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
2982 get_frame_base.
2983
c9a1dc08
AC
29842003-01-08 Andrew Cagney <ac131313@redhat.com>
2985
2986 * gdb_mbuild.sh: Add --keep option. When specified, keep the
2987 build directories. Save edited gdb output in Mbuild.log. If a
2988 build fails, remove any final GDB executable.
2989
dbad9d94
AC
29902003-01-08 Andrew Cagney <ac131313@redhat.com>
2991
2992 * gdb_mbuild.sh: Edit the output of `maint print architecture'
2993 replacing hex constants with function names and stripping leading
2994 file name directory prefixes.
2995
8d357cca
AC
29962003-01-08 Andrew Cagney <cagney@redhat.com>
2997
2998 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
2999 get_frame_base.
3000
bca02a8a
DC
30012003-01-08 David Carlton <carlton@math.stanford.edu>
3002
3003 * linespec.c (decode_line_1): Move code into decode_variable.
3004 (decode_variable): New function.
3005
7f8ab3a0
AC
30062003-01-08 Andrew Cagney <ac131313@redhat.com>
3007
3008 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
3009
7b5849cc
AC
30102003-01-08 Andrew Cagney <cagney@redhat.com>
3011
3012 * cris-tdep.c (cris_frame_init_saved_regs): Use
3013 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
3014 saved_regs buffer.
3015 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
3016 (sh64_nofp_frame_init_saved_regs): Ditto.
3017 (sh_fp_frame_init_saved_regs): Ditto.
3018 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
3019 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
3020 * mcore-tdep.c (analyze_dummy_frame): Ditto.
3021 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
3022
72a5efb3
DJ
30232003-01-08 Daniel Jacobowitz <drow@mvista.com>
3024
3025 * minsyms.c (lookup_minimal_symbol): Update comment.
3026 (lookup_minimal_symbol_text): Update comment. Use the hash table.
3027 (lookup_minimal_symbol_solib_trampoline): Likewise.
3028
11c02a10
AC
30292003-01-08 Andrew Cagney <cagney@redhat.com>
3030
aab3ea25
AC
3031 * d10v-tdep.c (d10v_init_extra_frame_info): Use
3032 frame_relative_level.
3033
da50a4b7
AC
3034 * alpha-tdep.c: Use get_frame_extra_info.
3035 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3036 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
3037 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
3038 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
3039
11c02a10
AC
3040 * alpha-tdep.c: Use get_next_frame.
3041 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3042 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
3043 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
3044 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
3045 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
3046 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
3047 * xstormy16-tdep.c: Ditto.
3048
1e2330ba
AC
30492003-01-07 Andrew Cagney <cagney@redhat.com>
3050
3051 * alpha-tdep.c: Use get_frame_base.
3052 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3053 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
3054 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
3055 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
3056 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
3057 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
3058 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
3059 * config/sparc/tm-sparc.h: Ditto.
3060
2d75187b
AC
30612003-01-07 Andrew Cagney <cagney@redhat.com>
3062
3063 * frame.c (deprecated_get_frame_context): New function.
3064 (deprecated_set_frame_context): New function.
3065 * frame.h (deprecated_get_frame_context): Declare.
3066 (deprecated_set_frame_context): Declare.
3067 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
3068 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
3069
483d36b2
AC
30702003-01-07 Andrew Cagney <cagney@redhat.com>
3071
3072 * frame.c (deprecated_set_frame_next_hack): New function.
3073 (deprecated_set_frame_prev_hack): New function.
3074 * frame.h (deprecated_set_frame_next_hack): Declare.
3075 (deprecated_set_frame_prev_hack): Declare.
3076 * mcore-tdep.c (analyze_dummy_frame): Use
3077 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
3078 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
3079
14e91ac5
DC
30802003-01-07 David Carlton <carlton@math.stanford.edu>
3081
3082 * linespec.c (decode_line_1): Move code into decode_dollar.
3083 (decode_dollar): New function.
3084
b0c6b05c
AC
30852003-01-07 Andrew Cagney <cagney@redhat.com>
3086
3087 * arm-tdep.c (arm_init_extra_frame_info): Use
3088 deprecated_update_frame_base_hack.
3089 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
3090 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
3091 (fix_frame_pointer): Ditto.
3092 (mn10300_analyze_prologue): Ditto.
3093
a00a19e9
AC
30942003-01-07 Andrew Cagney <cagney@redhat.com>
3095
3096 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
3097 extra_info using frame_extra_info_zalloc.
3098 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
3099 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
3100 (sh64_init_extra_frame_info): Ditto.
3101 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
3102 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
3103 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
3104 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
3105 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
3106 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
3107 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
3108 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
3109 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
3110 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
3111 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
3112 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
3113
3114 * mn10300-tdep.c (analyze_dummy_frame): Use
3115 deprecated_set_frame_extra_info_hack.
3116 * mcore-tdep.c (analyze_dummy_frame): Ditto.
3117
1fb4c65b
JB
31182003-01-07 J. Brobecker <brobecker@gnat.com>
3119
3120 * mdebugread.c (parse_symbol): Skip stProc entries which storage
3121 class is not scText. These do not define "real" procedures.
3122 (parse_partial_symbols): Likewise.
3123
9fe7d6bf
MS
31242003-01-06 Michael Snyder <msnyder@redhat.com>
3125
3126 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
3127
f6c609c4
AC
31282003-01-06 Andrew Cagney <ac131313@redhat.com>
3129
3130 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
3131 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
3132 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
3133 deprecated_frame_xmalloc_with_cleanup.
3134 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
3135 deprecated_frame_xmalloc.
3136 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
3137 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
3138
d995ff4b
AC
31392003-01-06 Andrew Cagney <cagney@redhat.com>
3140
84dc46cb
AC
3141 * x86-64-linux-tdep.c: Include "osabi.h".
3142 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
3143
d995ff4b
AC
3144 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
3145
66140c26
AC
31462003-01-06 Andrew Cagney <cagney@redhat.com>
3147
3148 * MAINTAINERS (Target Instruction Set Architectures): Update
3149 arm-elf. Can be built with -Werror, has been multiarched.
3150
3151 * value.h (unpack_long): Make buffer parameter constant.
3152 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
3153 * scm-lang.h (scm_parse): Ditto.
3154 * defs.h (extract_typed_address, extract_address): Ditto.
3155 (extract_long_unsigned_integer): Ditto.
3156 * inferior.h (unsigned_pointer_to_address): Ditto.
3157 (signed_pointer_to_address): Ditto.
3158 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
3159 * gdbarch.h, gdbarch.c: Regenerate.
3160 * findvar.c (extract_long_unsigned_integer): Update.
3161 (extract_address): Update.
3162 (extract_typed_address): Update.
3163 (unsigned_pointer_to_address): Update.
3164 * values.c (unpack_long): Update.
3165 (unpack_double): Update.
3166 (unpack_pointer): Update.
3167 (unpack_field_as_long): Update.
3168 * d10v-tdep.c (d10v_pointer_to_address): Update.
3169 * avr-tdep.c (avr_pointer_to_address): Update.
3170 * scm-lang.c (scm_unpack): Update.
3171 * findvar.c (signed_pointer_to_address): Update.
3172
b089b3da
ML
31732003-01-06 Michal Ludvig <mludvig@suse.cz>
3174
3175 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
3176 since it is in i386-tdep.c.
3177
aff87235
JB
31782003-01-06 J. Brobecker <brobecker@gnat.com>
3179
3180 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
3181 failure introduced in the previous change.
3182
34f5e845
MC
31832003-01-05 Michael Chastain <mec@shout.net>
3184
3185 * README: Remove references to deleted remote-*.c files:
3186 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
3187 remote-nrom.c, remote-os9k.c, remote-udi.c.
3188
28bcfd30
MK
31892003-01-05 Mark Kettenis <kettenis@gnu.org>
3190
3191 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
3192 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
3193 i386_get_longjmp_target.
3194
15a5b3ee
AC
31952003-01-05 Andrew Cagney <ac131313@redhat.com>
3196
3197 * arm-tdep.c (prologue_cache): Change to a pointer.
3198 (_initialize_arm_tdep): Allocate prologue_cache.
3199 (check_prologue_cache): Update.
3200 (save_prologue_cache): Update.
3201 (arm_gdbarch_init): Update.
3202
c263362b
DJ
32032003-01-04 Daniel Jacobowitz <drow@mvista.com>
3204
3205 * stabsread.c (update_method_name_from_physname): Call complaint()
3206 instead of error.
3207
51603483
DJ
32082003-01-04 Daniel Jacobowitz <drow@mvista.com>
3209
3210 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
3211 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
3212 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
3213
3214 * blockframe.c: Include "gdbcmd.h" and "command.h".
3215 (backtrace_below_main): New variable.
3216 (file_frame_chain_valid, func_frame_chain_valid)
3217 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
3218 (generic_func_frame_chain_valid): Remove functions.
3219 (frame_chain_valid, do_flush_frames_sfunc): New functions.
3220 (_initialize_blockframe): New function.
3221 * Makefile.in (blockframe.o): Update dependencies.
3222 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
3223 comment. Call frame_chain_valid ().
3224 * frame.h: Remove old prototypes. Add prototype for
3225 frame_chain_valid and update comments to match.
3226 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
3227 Remove old comment.
3228 * gdbarch.h: Regenerated.
3229 * gdbarch.c: Regenerated.
3230
3231 * alpha-tdep.c (alpha_gdbarch_init): Don't call
3232 set_gdbarch_frame_chain_valid.
3233 * avr-tdep.c (avr_gdbarch_init): Likewise.
3234 * cris-tdep.c (cris_gdbarch_init): Likewise.
3235 * frv-tdep.c (frv_gdbarch_init): Likewise.
3236 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3237 * i386-tdep.c (i386_svr4_init_abi): Likewise.
3238 (i386_nw_init_abi): Likewise.
3239 (i386_gdbarch_init): Likewise.
3240 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3241 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3242 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3243 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
3244 * mips-tdep.c (mips_gdbarch_init): Likewise.
3245 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3246 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
3247 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
3248 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3249 * s390-tdep.c (s390_gdbarch_init): Likewise.
3250 * sh-tdep.c (sh_gdbarch_init): Likewise.
3251 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3252 * v850-tdep.c (v850_gdbarch_init): Likewise.
3253 * vax-tdep.c (vax_gdbarch_init): Likewise.
3254 * x86-64-tdep.c (x86_64_init_abi): Likewise.
3255
3256 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
3257 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
3258 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
3259 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
3260 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
3261 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
3262 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
3263 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
3264
b00a8037
DJ
32652002-01-04 Daniel Jacobowitz <drow@mvista.com>
3266
3267 * Makefile.in (acconfig_h): Remove incorrect macro.
3268 (config_h): Define.
3269 (osabi.o): Update dependencies.
3270 * configure.tgt: Set gdb_osabi based on target triplet.
3271 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
3272 * configure: Regenerated.
3273 * config.in: Regenerated.
3274 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
3275 (GDB_OSABI_DEFAULT): Define if not already defined.
3276 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
3277 (set_osabi_string): New variables.
3278 (gdbarch_register_osabi): Add new OS ABI to
3279 gdb_osabi_available_names.
3280 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
3281 (set_osabi, show_osabi): New functions.
3282 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
3283
4be87837
DJ
32842003-01-04 Daniel Jacobowitz <drow@mvista.com>
3285
3286 * arch-utils.c (gdbarch_info_init): Set osabi to
3287 GDB_OSABI_UNINITIALIZED.
3288 * gdbarch.sh: Add osabi to struct gdbarch and to struct
3289 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
3290 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
3291 * gdbarch.c: Regenerated.
3292 * gdbarch.h: Regenerated.
3293 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
3294 there's no BFD.
3295 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
3296 * osabi.h (enum gdb_osabi): Move to defs.h.
3297 (gdbarch_init_osabi): Update prototype.
3298 * defs.h (enum gdb_osabi): Moved here.
3299 * Makefile.in: Update dependencies.
3300
3301 * alpha-tdep.h: Don't include "osabi.h".
3302 (struct gdbarch_tdep): Remove osabi member.
3303 * alpha-tdep.c: Include "osabi.h".
3304 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3305 iterate over arches. Update call to gdbarch_init_osabi.
3306 (alpha_dump_tdep): Don't dump osabi.
3307 * alpha-linux-tdep.c: Include "osabi.h".
3308 * alpha-osf1-tdep.c: Include "osabi.h".
3309 * alphafbsd-tdep.c: Include "osabi.h".
3310 * alphanbsd-tdep.c: Include "osabi.h".
3311
3312 * arm-tdep.h: Don't include "osabi.h".
3313 (struct gdbarch_tdep): Remove osabi member.
3314 * arm-tdep.c: Include "osabi.h".
3315 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3316 iterate over arches. Update call to gdbarch_init_osabi.
3317 (arm_dump_tdep): Don't dump osabi.
3318 * arm-linux-tdep.c: Include "osabi.h".
3319 * armnbsd-tdep.c: Include "osabi.h".
3320
3321 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
3322 Update call to gdbarch_init_osabi.
3323
3324 * i386-tdep.h: Don't include "osabi.h".
3325 (struct gdbarch_tdep): Remove osabi member.
3326 * i386-tdep.c: Include "osabi.h".
3327 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3328 iterate over arches. Update call to gdbarch_init_osabi.
3329 (i386_dump_tdep): Don't dump osabi.
3330 * i386-linux-tdep.c: Include "osabi.h".
3331 * i386-sol2-tdep.c: Include "osabi.h".
3332 * i386bsd-tdep.c: Include "osabi.h".
3333 * i386gnu-tdep.c: Include "osabi.h".
3334 * i386ly-tdep.c: Include "osabi.h".
3335 * i386nbsd-tdep.c: Include "osabi.h".
3336 * i386obsd-tdep.c: Include "osabi.h".
3337
3338 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
3339 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3340 check osabi when iterating over arches. Update call to
3341 gdbarch_init_osabi.
3342 (mips_dump_tdep): Don't dump osabi.
3343
3344 * ns32k-tdep.h: Don't include "osabi.h".
3345 (struct gdbarch_tdep): Remove.
3346 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
3347 gdbarch_lookup_osabi. Don't iterate over arches. Don't
3348 allocate tdep. Update call to gdbarch_init_osabi.
3349 (ns32k_dump_tdep): Remove.
3350 (_initialize_ns32k_tdep): Update call to gdbarch_register.
3351 * ns32knbsd-tdep.c: Include "osabi.h".
3352
3353 * ppc-tdep.h: Don't include "osabi.h".
3354 (struct gdbarch_tdep): Remove osabi member.
3355 * rs6000-tdep.c: Include "osabi.h".
3356 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
3357 osabi when iterating over arches. Update call to
3358 gdbarch_init_osabi.
3359 (rs6000_dump_tdep): Don't dump osabi.
3360 * ppc-linux-tdep.c: Include "osabi.h".
3361 * ppcnbsd-tdep.c: Include "osabi.h".
3362
3363 * sh-tdep.h: Don't include "osabi.h".
3364 (struct gdbarch_tdep): Remove osabi member.
3365 * sh-tdep.c: Include "osabi.h".
3366 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3367 iterate over arches. Update call to gdbarch_init_osabi.
3368 (sh_dump_tdep): Don't dump osabi.
3369 * shnbsd-tdep.c: Include "osabi.h".
3370
3371 * sparc-tdep.c: Include "osabi.h".
3372 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3373 iterate over arches. Update call to gdbarch_init_osabi.
3374 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
3375 tdep structure.
3376
3377 * vax-tdep.h: Don't include "osabi.h".
3378 (struct gdbarch_tdep): Remove.
3379 * vax-tdep.c: Include "osabi.h".
3380 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3381 iterate over arches. Don't allocate tdep. Update call
3382 to gdbarch_init_osabi.
3383 (vax_dump_tdep): Remove.
3384 (_initialize_vax_tdep): Update call to gdbarch_register.
3385
a881cf8e
DJ
33862003-01-04 Daniel Jacobowitz <drow@mvista.com>
3387
3388 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
3389 entirely.
3390 (breakpoint_re_set_one): Don't fetch the value for a disabled
3391 watchpoint.
3392
1e698235
DJ
33932003-01-04 Daniel Jacobowitz <drow@mvista.com>
3394
3395 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
3396 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
3397 (COERCE_FLOAT_TO_DOUBLE): Remove.
3398 * gdbarch.c: Regenerate.
3399 * gdbarch.h: Regenerate.
3400 * Makefile.in: Remove value_h from gdbarch_h.
3401 * valops.c (coerce_float_to_double): New variable.
3402 (default_coerce_float_to_double): Remove.
3403 (standard_coerce_float_to_double): Remove.
3404 (value_arg_coerce): Use coerce_float_to_double.
3405 (_initialize_valops): Add "set coerce-float-to-double".
3406 * value.h (default_coerce_float_to_double): Remove prototype.
3407 (standard_coerce_float_to_double): Remove prototype.
3408
3409 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
3410 prototyped.
3411 * mdebugread.c (parse_symbol): Likewise.
3412 * stabsread.c (define_symbol): Mark all functions as prototyped.
3413
3414 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
3415 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
3416 set_gdbarch_coerce_float_to_double.
3417 * arm-tdep.c (arm_gdbarch_init): Likewise.
3418 * frv-tdep.c (frv_gdbarch_init): Likewise.
3419 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
3420 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
3421 * mips-tdep.c (mips_gdbarch_init): Likewise.
3422 (mips_coerce_float_to_double): Remove.
3423 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3424 (rs6000_coerce_float_to_double): Remove.
3425 * s390-tdep.c (s390_gdbarch_init): Likewise.
3426 * sh-tdep.c (sh_gdbarch_init): Likewise.
3427 (sh_coerce_float_to_double): Remove.
3428 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3429 (sparc_coerce_float_to_double): Remove.
3430 * v850-tdep.c (v850_gdbarch_init): Likewise.
3431 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
3432 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3433 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
3434 (hppa_coerce_float_to_double): Remove prototype.
3435 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3436
f436a26a
DJ
34372003-01-04 Daniel Jacobowitz <drow@mvista.com>
3438
3439 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
3440
248f8055
DJ
34412003-01-04 Daniel Jacobowitz <drow@mvista.com>
3442
3443 Suggested by Stewart Brown <sb24@avaya.com>:
3444 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
3445 in recursive calls. Handle TYPE_CODE_TYPEDEF.
3446 (c_type_print_varspec_suffix): Likewise.
3447
72cfdc76
MK
34482003-01-04 Mark Kettenis <kettenis@gnu.org>
3449
bfd260bb
MK
3450 * configure.in: Don't set and AC_SUBST SUBDIRS.
3451 * configure: Regenerated.
3452
72cfdc76
MK
3453 * configure.in: Remove code dealing with shared libraries.
3454 * Makefile.in: Remove HLDFLAGS and HLDENV.
3455 * configure: Regenerated.
3456
c8b8a898
AC
34572003-01-04 Andrew Cagney <ac131313@redhat.com>
3458
3459 * frame.c (deprecated_frame_xmalloc): New function.
3460 (deprecated_set_frame_saved_regs_hack): New function.
3461 (deprecated_set_frame_extra_info_hack): New function.
3462 * frame.h (deprecated_frame_xmalloc): Declare.
3463 (deprecated_set_frame_saved_regs_hack): Declare.
3464 (deprecated_set_frame_extra_info_hack): Declare.
3465
14abd0fb
MK
34662003-01-04 Mark Kettenis <kettenis@gnu.org>
3467
8ee53726
MK
3468 * configure.in: Move code that provides the --enable-gdbtk option
3469 right after the code that handles the --enable-tui option, and
3470 polish it somewhat.
3471 * configure: Regenerated.
3472
14abd0fb
MK
3473 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
3474 AC_CHECK_FUNCS and remove the old check for pread64.
3475 * acinclude.m4 (AC_GNU_SOURCE): New macro.
3476 * acconfig.h (_GNU_SOURCE): Add.
3477 (HAVE_PREAD64): Remove.
3478 * configure, aclocal.m4, config.in: Regenerated.
3479
b2fb4676
AC
34802003-01-03 Andrew Cagney <ac131313@redhat.com>
3481
3482 * alpha-tdep.c: Use get_frame_saved_regs.
3483 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3484 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
3485 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
3486 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
3487 * vax-tdep.c, xstormy16-tdep.c: Ditto.
3488
8dcde887
MK
34892003-01-03 Mark Kettenis <kettenis@gnu.org>
3490
3491 * configure.in: Remove all use of the SUBDIRS variable; add
3492 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
3493 code providing the --enable-multi-ice option, and move it right in
3494 front of the code that checks whether gdbserver is supported.
3495 Polish that too.
3496 * configure: Regenerated.
3497 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
3498 @SUBDIRS@.
3499
8ccd593b
AC
35002003-01-03 Andrew Cagney <cagney@redhat.com>
3501
3502 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
3503 * avr-tdep.c, cris-tdep.c: Ditto.
3504 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
3505 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
3506
91151a06
MK
35072003-01-03 Mark Kettenis <kettenis@gnu.org>
3508
3509 * configure.in: Remove --enable-netrom option.
3510 * configure: Regenerated.
3511
8fe84d01
MK
35122003-01-03 Mark Kettenis <kettenis@gnu.org>
3513
3514 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
3515 declaration for `struct re_pattern_buffer' instead.
3516 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
3517
f0394be6
JB
35182003-01-03 J. Brobecker <brobecker@gnat.com>
3519
3520 * mdebugread.c (parse_symbol): Count until the stEnd matching
3521 the structure name.
3522
27e9bf90
MK
35232003-01-02 Mark Kettenis <kettenis@gnu.org>
3524
93d331ba
MK
3525 * configure.in: Remove --with-cpu option.
3526 subscripts. Remove evil changequotes here.
3527 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
3528 * config.in, configure: Regenerated.
3529
27e9bf90
MK
3530 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
3531 * configure.in: Cleanup section that sources GDB and BFD configure
3532 subscripts. Remove evil changequotes here.
3533 * config.in, configure: Regenerated.
3534
50abf9e5
AC
35352003-01-02 Andrew Cagney <ac131313@redhat.com>
3536
3537 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
3538 frame accessor methods.
3539 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3540 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
3541 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
3542 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
3543 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
3544 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
3545 * z8k-tdep.c: Ditto.
3546
287c1a40
MK
35472003-01-02 Mark Kettenis <kettenis@gnu.org>
3548
f5dbc56d
MK
3549 * configure.in: Remove UI_OUT configuration code.
3550 * ada-lang.c: Update assuming UI_OUT is always true.
3551 * Makefile.in (UIOUT_CFLAGS): Remove.
3552 * configure: Regenerated.
3553 * TODO: Remove blurb about elimination of -DUI_OUT.
3554
627af7ea
MK
3555 * configure.in: Move code that provides the --enable-gdbcli,
3556 --enable-gdbmi options right before the code that handles the
3557 --enable-tui option. Polish a bit.
3558 * configure: Regenerated.
3559
06825bd1
MK
3560 * configure.in: Rewrite check for GNU regex and the
3561 --without-included regex option, and move it into the "Checks for
3562 library functions" section. This makes us use the system regex
3563 again by default on systems with version 2 of the GNU C library.
3564 This was apparently broken.
3565 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
3566 * acconfig.h (USE_INCLUDED_REGEX): Remove.
3567 * config.in, configure: Regenerated.
3568
287c1a40
MK
3569 * configure.in: Move code that provides the --enable-tui option
3570 before the "Checks for libraries" section. Polish the code
3571 somewhat and set need_curses to yes if we build the TUI. Rewrite
3572 code that looks for a library providing termcap functionality to
3573 match more closely what's done in the Readline library, and move
3574 it into to the "Checks for libraries" section.
3575 * configure: Regenerated.
3576 * Makefile.in (TERMCAP): Remove variable.
3577 * config/i386/go32.mh (TERMCAP): Remove variable.
3578
684e56bf
AC
35792003-01-02 Andrew Cagney <ac131313@redhat.com>
3580
3581 * MAINTAINERS: Mention gdb_mbuild.sh.
3582 * gdb_mbuild.sh: Rewrite.
3583
e1ea1d75
MK
35842003-01-02 Mark Kettenis <kettenis@gnu.org>
3585
3586 * configure.in: Fix typo in last change.
3587 * config.in, configure: Regenerated.
3588
1b831c93
AC
35892003-01-02 Andrew Cagney <ac131313@redhat.com>
3590
3591 * valarith.c (value_binop): Delete obsolete code and comments.
3592 * configure.host: Ditto.
3593 * buildsym.h (make_blockvector): Ditto.
3594 * buildsym.c (make_blockvector): Ditto.
3595 * defs.h (enum language): Ditto.
3596 (chill_demangle): Ditto.
3597 * elfread.c (elf_symtab_read): Ditto.
3598 * dwarfread.c (CHILL_PRODUCER): Ditto.
3599 (set_cu_language): Ditto.
3600 (handle_producer): Ditto.
3601 * expprint.c (print_subexp): Ditto.
3602 * gdbtypes.c (chill_varying_type): Ditto.
3603 * gdbtypes.h (builtin_type_chill_bool): Ditto.
3604 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
3605 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
3606 (chill_varying_type): Ditto.
3607 * language.h (_LANG_chill): Ditto.
3608 * language.c (binop_result_type, integral_type): Ditto.
3609 (character_type, string_type, structured_type): Ditto.
3610 (lang_bool_type, binop_type_check): Ditto.
3611 * stabsread.h (os9k_stabs): Ditto.
3612 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
3613 (define_symbol, read_type, read_struct_fields): Ditto.
3614 (read_array_type, read_enum_type, read_huge_number): Ditto.
3615 (read_range_type, start_stabs): Ditto.
3616 * symfile.c (init_filename_language_table): Ditto.
3617 (add_psymbol_with_dem_name_to_list): Ditto.
3618 * symtab.c (symbol_init_language_specific): Ditto.
3619 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
3620 * symtab.h (struct general_symbol_info): Ditto.
3621 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3622 * typeprint.c (typedef_print): Ditto.
3623 * utils.c (fprintf_symbol_filtered): Ditto.
3624 * valops.c (value_cast, search_struct_field, value_slice): Delete
3625 obsolete code.
3626 (varying_to_slice): Delete function.
3627 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
3628 (varying_to_slice): Delete declaration.
3629 * MAINTAINERS: Update.
3630
8bb2c122
MK
36312003-01-02 Mark Kettenis <kettenis@gnu.org>
3632
97bf5e38
MK
3633 * configure.in: Reorganize "Checks for library functions section"
3634 a bit. Remove check for `btowc' and `isascii' functions.
3635 * configure: Regenerated.
3636
5ee754fc
MK
3637 * acconfig.h (_MSE_INT_H): Remove.
3638 * configure.in: Create "Checks for header files" section, and move
3639 appropriate tests there. Don't check for objlist.h, wchar.h,
3640 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
3641 misdetection fix. Also add "Checks for types", "Checks for
3642 compiler characteristics" and "Checks for library functions"
3643 sections.
3644 * config.in, configure: Regenerated.
3645
8bb2c122
MK
3646 * configure.in: Create "Checks for programs" section, and move
3647 appropriate tests there.
3648
9a156167
MK
36492003-01-01 Mark Kettenis <kettenis@gnu.org>
3650
3651 * configure.in: Create "Checks for libraries" section, and move
3652 appropriate tests there. Cleanup check for wctype in libw. Use
3653 AC_SEARCH_LIBS to see whether we need libsocket.
3654 * configure: Regenerated.
3655
a80e2bcb 3656For older changes see ChangeLog-2002
c906108c
SS
3657\f
3658Local Variables:
3659mode: change-log
3660left-margin: 8
3661fill-column: 74
3662version-control: never
3663End: