2003-03-31 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
e8a8712a
AC
12003-03-31 Andrew Cagney <cagney@redhat.com>
2
3 * gdbarch.sh (CALL_DUMMY_P): Delete.
4 * gdbarch.h, gdbarch.c: Re-generate.
5 * inferior.h (CALL_DUMMY_P): Delete macro.
6 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7 * vax-tdep.c (vax_gdbarch_init): Update.
8 * v850-tdep.c (v850_gdbarch_init): Update.
9 * sparc-tdep.c (sparc_gdbarch_init): Update.
10 * sh-tdep.c (sh_gdbarch_init): Update.
11 * s390-tdep.c (s390_gdbarch_init): Update.
12 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
14 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
15 * mips-tdep.c (mips_gdbarch_init): Update.
16 * mcore-tdep.c (mcore_gdbarch_init): Update.
17 * m68k-tdep.c (m68k_gdbarch_init): Update.
18 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
19 * ia64-tdep.c (ia64_gdbarch_init): Update.
20 * i386-tdep.c (i386_gdbarch_init): Update.
21 * h8300-tdep.c (h8300_gdbarch_init): Update.
22 * frv-tdep.c (frv_gdbarch_init): Update.
23 * d10v-tdep.c (d10v_gdbarch_init): Update.
24 * cris-tdep.c (cris_gdbarch_init): Update.
25 * breakpoint.c (deprecated_frame_in_dummy): Update.
26 * avr-tdep.c (avr_gdbarch_init): Update.
27 * alpha-tdep.c (alpha_gdbarch_init): Update.
28 * arm-tdep.c (arm_gdbarch_init): Update.
29 * dummy-frame.c (dummy_frame_this_id): Update comments.
30 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
31 * frame.c (legacy_get_prev_frame): Ditto.
32 * valops.c (call_function_by_hand): Delete function.
33 (hand_function_call): Rename to call_function_by_hand
34
ed234cf8
AC
352003-03-30 Andrew Cagney <cagney@redhat.com>
36
37 2002-11-10 Klee Dienes <kdienes@apple.com>
38 * value.h (struct value): Update comment.
39
06c77151
AC
402003-03-30 Andrew Cagney <cagney@redhat.com>
41
6c2b5168
AC
42 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
43 D10V_FP_REGNUM.
44 (d10v_gdbarch_init): Do not set fp_regnum.
45
06c77151
AC
46 * frame.c (get_frame_base): Force ID initialization.
47 (get_prev_frame): Move computation of the frame ID from here ...
48 (get_frame_id): ... to here.
49 (legacy_get_prev_frame): Mark the frame ID as valid.
50 * frame.h (struct frame_info): Add field "id_p".
51
97a1a11c
MK
522003-03-30 Mark Kettenis <kettenis@gnu.org>
53
54 * i386-tdep.c (i386_store_struct_return): Removed.
55 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
56
6c0e89ed
AC
572003-03-30 Andrew Cagney <cagney@redhat.com>
58
59 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
60 * gdbarch.h, gdbarch.c: Regenerate.
61 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
62 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
63 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
64 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
65 * i386-tdep.c (i386_gdbarch_init): Ditto.
66 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
67 * cris-tdep.c (cris_gdbarch_init): Ditto.
68 * vax-tdep.c (vax_gdbarch_init): Ditto.
69 * s390-tdep.c (s390_gdbarch_init): Ditto.
70 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
71 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
72 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
73 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
74 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
75 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
76 * sparc-tdep.c (sparc_gdbarch_init): Update.
77 * sh-tdep.c (sh_gdbarch_init): Update.
78 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
79 * mips-tdep.c (mips_gdbarch_init): Update.
80 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
81 * ia64-tdep.c (ia64_gdbarch_init): Update.
82 * frv-tdep.c (frv_gdbarch_init): Update.
83 * avr-tdep.c (avr_gdbarch_init): Update.
84 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
85 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
86 instead of when push_dummy_call is not available.
87
f7dd6af2
AC
882003-03-30 Andrew Cagney <cagney@redhat.com>
89
90 * infttrace.c: Include "gdbthread.h".
91 (parent_attach_all): Fix function signature.
92 (call_ptrace): Update call.
93 * Makefile.in (infttrace.o): Update dependencies.
94
28f617b3
AC
952003-03-30 Andrew Cagney <cagney@redhat.com>
96
97 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
98 PUSH_RETURN_ADDRESS.
99 * gdbarch.h, gdbarch.c: Regenerate.
100 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
101 * x86-64-tdep.c (x86_64_init_abi): Update.
102 * v850-tdep.c (v850_gdbarch_init): Update.
103 * sparc-tdep.c (sparc_gdbarch_init): Update.
104 * sh-tdep.c (sh_gdbarch_init): Update.
105 * s390-tdep.c (s390_gdbarch_init): Update.
106 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
107 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
108 * mips-tdep.c (mips_gdbarch_init): Update.
109 * mcore-tdep.c (mcore_gdbarch_init): Update.
110 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
111 * ia64-tdep.c (ia64_gdbarch_init): Update.
112 * i386-tdep.c (i386_gdbarch_init): Update.
113 * h8300-tdep.c (h8300_gdbarch_init): Update.
114 * frv-tdep.c (frv_gdbarch_init): Update.
115 * cris-tdep.c (cris_gdbarch_init): Update.
116 * avr-tdep.c (avr_gdbarch_init): Update.
117 * arm-tdep.c (arm_gdbarch_init): Update.
118 * valops.c (hand_function_call): Update.
119
4d628cd7
AC
1202003-03-29 Andrew Cagney <cagney@redhat.com>
121
122 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
123 sizeof_call_dummy_words.
124 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
125 define.
126 * gdbarch.h: Regenerate.
127
65e82032
AC
1282003-03-29 Andrew Cagney <cagney@redhat.com>
129
130 * infttrace.h: New file.
131 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
132 (hpread_get_textlow): Detect an uninitialized dn_bufp.
133 (hpread_read_doc_function_type): Detect an initialized type1.
134 (hpread_quick_traverse): Initialize mod_name_string.
135 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
136 (som_solib_get_solib_by_pc): Declare.
137 (so_lib_thread_start_addr): Declare.
138 (no_shared_libraries): Declare.
139 * somread.c (init_import_symbols): Make static. Add forward
140 declaration.
141 * config/pa/nm-hppah.h: Include "infttrace.h" for
142 parent_attach_all.
143 (hppa_insert_hw_watchpoint): Declare.
144 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
145 * hppah-nat.c: Include "gdb_string.h".
146 (parent_attach_all): Delete extern declaration, moved to
147 "infttrace.h".
148 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
149 int.
150 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
151 * Makefile.in (infttrace_h): Define.
152 (hpread.o): Update dependencies.
153 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
154 * hppa-hpux-tdep.c: Include "gdb_string.h".
155 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
156 * infrun.c (handle_inferior_event): Always initialize
157 stepped_after_stopped_by_watchpoint. Add default and remove
158 fallthrough in switch statement.
159 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
160 parameter to int.
161 (hppa_remove_hw_watchpoint): Ditto.
162
2c3bbe77
AC
1632003-03-29 Andrew Cagney <cagney@redhat.com>
164
165 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
166 offset.
167
2dd604e7
RE
1682003-03-29 Richard Earnshaw <rearnsha@arm.com>
169
170 * arm-tdep.c (arm_push_arguments): Delete.
171 (struct stack_item): New type.
172 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
173 (arm_store_struct_return): Delte.
174 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
175 arm_push_arguments or arm_store_struct_return.
176
e8933a55
AC
1772003-03-28 Andrew Cagney <cagney@redhat.com>
178
179 * Makefile.in (d10v-tdep.o): Update dependencies.
180 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
181 * d10v-tdep.c: Include "remote.h".
182 (target_resume_hook): Delete extern declaration.
183 (target_wait_loop_hook): Ditto.
184 (tdisassemble_command): Eliminate assignment in "if" conditional.
185 (d10v_ts2_register_sim_regno): Eliminate call to
186 legacy_register_sim_regno.
187 (d10v_ts3_register_sim_regno): Ditto.
188
6949171e
JJ
1892003-03-28 Jeff Johnston <jjohnstn@redhat.com>
190
191 * thread.c: Reindented.
192 * lin-lwp.c: Ditto.
193 * linux-proc.c: Ditto.
194
98c7071f
BR
1952003-03-28 Bob Rossi <bob_rossi@cox.net>
196
197 * MAINTAINERS (write after approval): Add myself.
198
5edc9ca6
TR
1992003-03-27 Theodore A. Roth <troth@openavr.org>
200
201 * objc-exp.y: Add missing semi-colons.
202
378bfd1b
AC
2032003-03-27 Andrew Cagney <cagney@redhat.com>
204
205 * regcache.c (write_sp): Delete function and references.
206 * inferior.h (write_sp): Delete declaration.
207 * valops.c (hand_function_call): Replace write_sp with
208 TARGET_WRITE_SP.
209 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
210 (sparc_pop_frame): Ditto.
211
56056df7
AC
2122003-03-27 Andrew Cagney <cagney@redhat.com>
213
214 * NEWS: Mention removal of support for hppa*-*-bsd* and
215 hppa*-*-osf* natives, and hppa*-*-pro* target.
216 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
217 * config/pa/xm-pa.h: Obsolete file.
218 * config/pa/xm-hppab.h: Obsolete file.
219 * config/pa/nm-hppab.h: Obsolete file.
220 * config/pa/tm-hppab.h: Obsolete file.
221 * config/pa/tm-hppao.h: Obsolete file.
222 * config/pa/nm-hppao.h: Obsolete file.
223 * config/pa/tm-pro.h: Obsolete file.
224 * config/pa/hppaosf.mt: Obsolete file.
225 * config/pa/hppaosf.mh: Obsolete file.
226 * config/pa/hppapro.mt: Obsolete file.
227 * config/pa/hppabsd.mt: Obsolete file.
228 * config/pa/hppabsd.mh: Obsolete file.
229 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
230 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
231 hppa*-*-osf*.
232
5873a88d
AC
2332003-03-27 Andrew Cagney <cagney@redhat.com>
234
235 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
236 push_arguments. Don't set push_return_address or write_sp.
237 (d10v_push_dummy_call): Replace d10v_push_arguments.
238 (d10v_push_return_address, d10v_write_sp): Delete function,
239 handled by push_dummy_call.
240
b81774d8
AC
2412003-03-26 Andrew Cagney <cagney@redhat.com>
242
243 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
244 (push_dummy_call): New pure multi-arch replacement with gdbarch,
245 regcache and dummy_addr parameters.
246 * gdbarch.h, gdbarch.c: Re-generate.
247 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
248 available; assume it will handle stack alignment and return
249 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
250 legacy_push_arguments.
251 (legacy_push_arguments): Rename default_push_arguments.
252 * value.h (legacy_push_arguments): Rename default_push_arguments.
253 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
254 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
255 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
256 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
257 * config/i386/tm-symmetry.h: Update.
258 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
259 * x86-64-tdep.c (x86_64_init_abi): Update.
260 * v850-tdep.c (v850_gdbarch_init): Update.
261 * sparc-tdep.c (sparc_gdbarch_init): Update.
262 * sh-tdep.c (sh_gdbarch_init): Update.
263 * s390-tdep.c (s390_gdbarch_init): Update.
264 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
265 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
266 * mips-tdep.c (mips_gdbarch_init): Update.
267 * mcore-tdep.c (mcore_gdbarch_init): Update.
268 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
269 * ia64-tdep.c (ia64_gdbarch_init): Update.
270 * i386-tdep.c (i386_gdbarch_init): Update.
271 * hppa-tdep.c (hppa_gdbarch_init): Update.
272 * h8300-tdep.c (h8300_gdbarch_init): Update.
273 * frv-tdep.c (frv_gdbarch_init): Update.
274 * d10v-tdep.c (d10v_gdbarch_init): Update.
275 * cris-tdep.c (cris_gdbarch_init): Update.
276 * avr-tdep.c (avr_gdbarch_init): Update.
277 * arm-tdep.c (arm_gdbarch_init): Update.
278 * arm-linux-tdep.c (arm_linux_init_abi): Update.
279 * alpha-tdep.c (alpha_gdbarch_init): Update.
280
f541410f
DJ
2812003-03-26 Daniel Jacobowitz <drow@mvista.com>
282
283 * signals/signals.c (do_target_signal_to_host): Correct realtime
284 signal range test.
285
69f567ae
DJ
2862003-03-26 Daniel Jacobowitz <drow@mvista.com>
287
288 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
289 (struct sal_chain, map_catch_names): Remove.
290 (catch_exception_command_1): Don't call
291 handle_gnu_4_16_catch_command.
292
d5d14a5a
DJ
2932003-03-26 Daniel Jacobowitz <drow@mvista.com>
294
295 From Mark Dettinger <dettinge@de.ibm.com>:
296 * dwarf2cfi.c (read_2u): Increment pointer by two.
297
bdd73e22
DJ
2982003-03-26 Daniel Jacobowitz <drow@mvista.com>
299
300 * signals/signals.c: Fix typos in last change.
301
960cb555
DJ
3022003-03-26 Daniel Jacobowitz <drow@mvista.com>
303
304 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
305 not already defined. Use __SIGRTMIN if available.
306 (target_signal_from_host): Remove SIGRTMIN block.
307 (do_target_signal_to_host): Remove SIGRTMIN block; check that
308 the signal is within the realtime range.
309
f636b87d
AF
3102003-03-25 Adam Fedor <fedor@gnu.org>
311
312 * Makefile.in (infrun.o): Add $(language_h)
313 * infrun.c (handle_inferior_event): Use skip_language_trampoline
314 for language specific trampolines.
315 * language.h (struct language_defn): Add skip_trampoline.
316 (skip_language_trampoline): Declare.
317 * language.c (unk_lang_trampoline, skip_language_trampoline):
318 New functions.
319 (unknown_language_defn, auto_language_defn, local_language_defn):
320 Add ukn_lang_trampoline.
321 * ada-lang.c (ada_language_defn): Add NULL for language
322 specific skip_trampoline.
323 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
324 scm-lang.c: Likewise.
325 * objc-lang.c (objc_skip_trampoline): New function.
326 (objc_language_defn): Add objc_skip_trampoline.
327
28f617b3 3282003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
329
330 * frame.c (get_prev_frame): Delay validating a frame's ID -
331 non-NULL, didn't go backwards - until an attempt to unwind it to
332 the previous frame.
333
f933a9c5
AC
3342003-03-25 Andrew Cagney <cagney@redhat.com>
335
336 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
337 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
338 * gdbarch.h, gdbarch.c: Re-generate.
339 * config/sparc/tm-sparc.h
340 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
341 * sparc-tdep.c (sparc_gdbarch_init): Set
342 deprecated_extra_stack_alignment_needed.
343 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
344 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
345 extra_stack_alignment_needed.
346 * v850-tdep.c (v850_gdbarch_init): Ditto.
347 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
348 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
349 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
350 * cris-tdep.c (cris_gdbarch_init): Ditto.
351 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
352 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
353
4183d812
AC
3542003-03-25 Andrew Cagney <cagney@redhat.com>
355
356 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
357 STORE_STRUCT_RETURN.
358 * gdbarch.h, gdbarch.c: Regenerate.
359 * d10v-tdep.c (d10v_store_struct_return): Delete function.
360 (d10v_push_arguments): Set the struct return register.
361 (d10v_gdbarch_init): Update.
362 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
363 * x86-64-tdep.c (x86_64_init_abi): Update.
364 * vax-tdep.c (vax_gdbarch_init): Update.
365 * v850-tdep.c (v850_gdbarch_init): Update.
366 * sparc-tdep.c (sparc_gdbarch_init): Update.
367 * sh-tdep.c (sh_gdbarch_init): Update.
368 * s390-tdep.c (s390_gdbarch_init): Update.
369 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
370 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
371 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
372 * mips-tdep.c (mips_gdbarch_init): Update.
373 * mcore-tdep.c (mcore_gdbarch_init): Update.
374 * m68k-tdep.c (m68k_gdbarch_init): Update.
375 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
376 * ia64-tdep.c (ia64_gdbarch_init): Update.
377 * i386-tdep.c (i386_gdbarch_init): Update.
378 * hppa-tdep.c (hppa_gdbarch_init): Update.
379 * h8300-tdep.c (h8300_gdbarch_init): Update.
380 * frv-tdep.c (frv_gdbarch_init): Update.
381 * cris-tdep.c (cris_gdbarch_init): Update.
382 * avr-tdep.c (avr_gdbarch_init): Update.
383 * arm-tdep.c (arm_gdbarch_init): Update.
384 * alpha-tdep.c (alpha_gdbarch_init): Update.
385
1bf6d5cc
AC
3862003-03-25 Andrew Cagney <cagney@redhat.com>
387
388 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
389 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
390 CALL_DUMMY_STACK_ADJUST with a predicate variable.
391 * gdbarch.h, gdbarch.c: Regenerate.
392 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
393 call_dummy_stack_adjust_p.
394 * vax-tdep.c (vax_gdbarch_init): Ditto.
395 * v850-tdep.c (v850_gdbarch_init): Ditto.
396 * sh-tdep.c (sh_gdbarch_init): Ditto.
397 * s390-tdep.c (s390_gdbarch_init): Ditto.
398 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
399 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
400 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
401 * mips-tdep.c (mips_gdbarch_init): Ditto.
402 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
403 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
404 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
405 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
406 * i386-tdep.c (i386_gdbarch_init): Ditto.
407 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
408 * frv-tdep.c (frv_gdbarch_init): Ditto.
409 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
410 * cris-tdep.c (cris_gdbarch_init): Ditto.
411 * avr-tdep.c (avr_gdbarch_init): Ditto.
412 * arm-tdep.c (arm_gdbarch_init): Ditto.
413 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
414 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
415 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
416 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
417 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
418 call_dummy_stack_adjust_p.
419 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
420 (CALL_DUMMY_STACK_ADJUST): Delete macro.
421 * sparc-tdep.c (sparc32_push_arguments): Update.
422 * valops.c (hand_function_call): Update.
423
71c08af0
CV
4242003-03-25 Corinna Vinschen <vinschen@redhat.com>
425
426 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
427 set_gdbarch_char_signed.
428
30757f90
RE
4292003-03-25 Richard Earnshaw <rearnsha@arm.com>
430
431 PR cli/548
432 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
433
03d48a7d
RE
4342003-03-25 Richard Earnshaw <rearnsha@arm.com>
435
436 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
437 (_initialize_arm_tdep): Don't set tm_print_insn.
438
2cf6873c
AF
4392003-03-24 Adam Fedor <fedor@gnu.org>
440
441 * Makefile.in (YYOBJ): Add objc-exp.tab.o
442 * objc-lang.h: Add multiple inclusion protection.
443 (start_msglist, add_msglist, end_msglist): Additional declarations.
444
17c0759e
RE
4452003-03-24 Richard Earnshaw <rearnsha@arm.com>
446
447 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
448 value was renamed to ARM_FLOAT_SOFT_FPA.
449
618ce49f
AC
4502003-03-23 Andrew Cagney <cagney@redhat.com>
451
452 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
453 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
454 * gdbarch.h, gdbarch.c: Regenerate.
455 * valops.c (hand_function_call): Update.
456 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
457 * frame.c (legacy_saved_regs_this_id): Update.
458 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
459 * dummy-frame.h: Update.
460 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
461 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
462 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
463 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
464 * config/m68k/tm-sun3.h: Update.
465 * blockframe.c (inside_main_func, frame_chain_valid): Update.
466 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
467 * x86-64-tdep.c (x86_64_init_abi): Update.
468 * vax-tdep.c (vax_gdbarch_init): Update.
469 * v850-tdep.c (v850_gdbarch_init): Update.
470 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
471 * sh-tdep.c (sh_gdbarch_init): Update.
472 * s390-tdep.c (s390_gdbarch_init): Update.
473 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
474 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
475 (frame_get_saved_regs): Update.
476 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
477 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
478 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
479 * mips-tdep.c (mips_gdbarch_init): Update.
480 * mcore-tdep.c (mcore_gdbarch_init): Update.
481 * m68k-tdep.c (m68k_gdbarch_init): Update.
482 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
483 * ia64-tdep.c (ia64_gdbarch_init): Update.
484 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
485 * i386-interix-tdep.c (i386_interix_init_abi): Update.
486 (i386_interix_back_one_frame): Update.
487 * hppa-tdep.c (hppa_gdbarch_init): Update.
488 (hppa_init_extra_frame_info): Update.
489 * h8300-tdep.c (h8300_gdbarch_init): Update.
490 * frv-tdep.c (frv_gdbarch_init): Update.
491 * cris-tdep.c (cris_gdbarch_init): Update.
492 * avr-tdep.c (avr_gdbarch_init): Update.
493 * arm-tdep.c (arm_gdbarch_init): Update.
494 * alpha-tdep.c (alpha_gdbarch_init): Update.
495
fd50bc42
RE
4962003-03-22 Richard Earnshaw <rearnsha@arm.com>
497
498 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
499 (arm_get_fp_model): Declare.
500 * arm-tdep.c (fp_model_strings): New string array.
501 (arm_fp_model, current_fp_model): New variables.
502 (arm_get_fp_model): New function.
503 (arm_set_fp): New function.
504 (set_fp_model_sfunc): New function.
505 (show_fp_model): New function.
506 (_initialize_arm_tdep): Add new command to set/show the FPU.
507 (arm_extract_return_value): Use arm_get_fp_model.
508 (arm_store_return_value): Likewise.
509 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
510 to initialize the floating-point data types.
511 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
512 model is FPA.
513
26304000
RE
5142003-03-22 Richard Earnshaw <rearnsha@arm.com>
515
516 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
517 the current setting of each value.
518 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
519 new_set and new_show. Use add_setshow_cmd_full and
520 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
521 commands and add new version as subcommands of "set/show arm".
522
afd7eef0
RE
5232003-03-22 Richard Earnshaw <rearnsha@arm.com>
524
525 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
526 (set_arm_command, show_arm_command): New functions.
527 (_initialize_arm_tdep): Add them.
528 (num_disassembly_options): Renamed from num_flavor_options.
529 (valid_disassembly_styles): Renamed from valid_flavors.
530 (disassembly_style): Renamed from disassembly_flavor.
531 (set_disassembly_style_sfunc): Renamed from
532 set_disassembly_flavor_sfunc.
533 (set_disassembly_style): Renamed from set_disassembly_flavor.
534 (arm_othernames): Updated.
535 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
536 command. Add "set/show arm disassembly" commands. Deprecate
537 "othernames" command.
538
299a7944
RE
5392003-03-22 Richard Earnshaw <rearnsha@arm.com>
540
541 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
542 (arm-tdep.o): Depend on elf_arm_h.
543
c1dac9e6
RE
5442003-03-22 Richard Earnshaw <rearnsha@arm.com>
545
546 * Makefile.in (coff_internal_h): Define.
547 (arm-tdep.o): Update dependencies.
548
2702d96c
RE
5492003-03-22 Richard Earnshaw <rearnsha@arm.com>
550
551 * arm-tdep.c (prologue_cache): Delete.
552 (check_prologue_cache, save_prologue_cache): Delete.
553 (arm_scan_prologue): Don't check or update the prologue_cache.
554 (arm_gdb_arch_init): Don't initialize it.
555 (_initialize_arm_tdep): Likewise.
556
27d5d74b
SC
5572003-03-21 Stephane Carrez <stcarrez@nerim.fr>
558
559 * MAINTAINERS (tui): Maintainer of tui code.
560
1762d96d
CV
5612003-03-21 Corinna Vinschen <vinschen@redhat.com>
562
563 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
564 (i386-cygwin-tdep.o): Add dependencies.
565 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
566 * i386-cygwin-tdep.c: New file.
567 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
568 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
569
4c2e2391
AC
5702003-03-20 Andrew Cagney <cagney@redhat.com>
571
f20d38b7
AC
572 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
573 (handle_inferior_event): Remove code calling
574 DYNAMIC_TRAMPOLINE_NEXTPC.
575
0022b738
AC
576 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
577 already has a full path.
578
864dbc90
AC
579 * main.c (gdb_main): Return 1.
580 (captured_main): Call error to report an invalid interpreter.
581
4c2e2391
AC
582 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
583 * alpha-osf1-tdep.c: Include "gdb_string.h".
584
5ef7553b
JB
5852003-03-19 J. Brobecker <brobecker@gnat.com>
586
587 Continuing work to convert the hppa targets to multiarch partial.
588
589 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
590 method, now that hppa_push_dummy_frame has a conformant prototype.
591 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
592 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
593 for the switch to multiarch partial.
594
7bde8967
KB
5952003-03-19 Kevin Buettner <kevinb@redhat.com>
596
597 * mdebugread.c (parse_symbol): For stEnd, we're done counting
598 when iss is issNull.
599
b006a9e9
KB
6002003-03-18 Kevin Buettner <kevinb@redhat.com>
601
602 * mips-tdep.c (mips_register_name): Fix fencepost error involving
603 NUM_REGS bounds check.
604
5e2e9765
KB
6052003-03-18 Kevin Buettner <kevinb@redhat.com>
606
607 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
608 * mips-tdep.c (gdb_assert.h): Include.
609 (mips_generic_reg_names, mips_processor_reg_names): Make static.
610 (mips_register_name): Handle integer registers explicitly. Add
611 bounds checking.
612 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
613 (mips_lsi33k_reg_names): Don't list integer registers; they're
614 handled by mips_register_name() now.
615 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
616 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
617 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
618 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
619 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
620
a2867626
AC
6212003-03-18 Andrew Cagney <cagney@redhat.com>
622
623 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
624 a void pointer.
625 * gdbtypes.h (print_scalar_formatted): Update declaration.
626 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
627
06600e06
JB
6282003-03-18 J. Brobecker <brobecker@gnat.com>
629
630 * infrun.c (observer.h): Add #include.
631 (normal_stop): Add call to observer_notify_normal_stop.
632 * Makefile.in (infrun.o): Add dependency on observer.h.
633
7daf4f5b
JB
6342003-03-18 J. Brobecker <brobecker@gnat.com>
635
636 Continuing work to convert the hppa targets to multiarch partial.
637 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
638 parameter. Reformat comment.
639 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
640 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
641 to match new profile.
642
3371ccc0
JB
6432003-03-18 J. Brobecker <brobecker@gnat.com>
644
645 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
646 appear to be working in any case.
647
4fbe891e
JB
6482003-03-18 J. Brobecker <brobecker@gnat.com>
649
650 * observer.c (observer_test_first_observer): New static variable.
651 (observer_test_second_observer): Likewise.
652 (observer_test_third_observer): Likewise.
653 (observer_test_first_notification_function): New static function.
654 (observer_test_second_notification_function): Likewise.
655 (observer_test_third_notification_function): Likewise.
656
a7ff40e7
JB
6572003-03-17 J. Brobecker <brobecker@gnat.com>
658
659 * hppa-tdep.c (gdb_assert.h): Add missing #include.
660 * somsolib.c (gdb_assert.h): Likewise.
661 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
662 (somsolib.o): Likewise.
663
26ca4152
AC
6642003-03-17 Andrew Cagney <cagney@redhat.com>
665
666 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
667 BFD. Simplify setting of di.endian.
668
0a613259
AC
6692003-03-17 Andrew Cagney <cagney@redhat.com>
670
671 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
672 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
673
674 From Elena Zannoni <ezannoni@redhat.com>
675 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
676 vector and floating-point parameters.
677 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
678 convention.
679 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
680
1132738f
FN
6812003-03-17 Fernando Nasser <fnasser@redhat.com>
682
683 * MAINTAINERS: Remove my name from several maintainership roles.
684
6dc42492
AC
6852003-03-17 Andrew Cagney <cagney@redhat.com>
686
687 Fix frame off-by-one bug.
688 * frame-unwind.h (frame_this_id_ftype): Replace
689 frame_unwind_id_ftype.
690 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
691 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
692 with "prev_register".
693 * frame-unwind.c (frame_unwind_find_by_pc): Return
694 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
695 comment.
696 * dummy-frame.c (cached_find_dummy_frame): Delete function.
697 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
698 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
699 (dummy_frame_unwind): Update.
700 * sentinel-frame.c (sentinel_frame_prev_register): Replace
701 sentinel_frame_register_unwind.
702 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
703 (sentinel_frame_unwinder): Update.
704 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
705 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
706 * frame.c (create_sentinel_frame): Update. Initialize
707 "prologue_cache" instead of "unwind_cache".
708 (frame_register_unwind): Call this frame's prev_register with the
709 next frame and this frame's prologue cache.
710 (get_prev_frame): Simplify. Always call prev frame's this_id with
711 this frame and prev frame's prologue cache. Document that this
712 call is shifted one to the left when compared to the
713 frame_register_unwind call.
714 (legacy_saved_regs_prev_register): Replace
715 frame_saved_regs_register_unwind.
716 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
717 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
718 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
719 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
720 (d10v_frame_unwind): Update.
721 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
722 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
723 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
724 "saved_regs" with "this_saved_regs".
725
efd710d6
AC
7262003-03-16 Andrew Cagney <cagney@redhat.com>
727
728 * frame.c (frame_pop): Don't call target_store_registers. Fix
729 problem reported by Mark Kettenis.
730
4e259f09
MK
7312003-03-16 Mark Kettenis <kettenis@gnu.org>
732
733 * i386-tdep.c (i386_register_type): Renamed from
734 i386_register_virtual_type. Adjust function signature.
735 (i386_gdbarch_init): Set register_type instead of
736 deprecated_max_register_raw_size,
737 deprecated_max_register_virtual_size and register_virtual_type.
738
055bb976
AC
7392003-03-14 Andrew Cagney <cagney@redhat.com>
740
741 * frame.c (get_prev_frame): When a legacy frame, always call
742 legacy_get_prev_frame. Simplify unwind code using assumption that
743 the unwinder is new.
744 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
745 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
746 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
747
ac2adee5
AC
7482003-03-14 Andrew Cagney <cagney@redhat.com>
749
750 * frame.c (get_saved_register): Delete function.
751 * frame.h (get_saved_register): Delete declaration.
752 * xstormy16-tdep.c: Update comment.
753 * regcache.h: Update comments.
754 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
755 get_saved_register and extract_address, use
756 frame_read_unsigned_register.
757 (sparc_frame_saved_pc): Ditto.
758 (sparc_get_saved_register): Instead of get_saved_register, use
759 frame_register.
760 (sparc_pop_frame): Ditto.
761 * findvar.c: Update comments.
762 (value_of_register): Call frame_register instead of
763 get_saved_register.
764 (value_from_register): Ditto.
765 * config/sparc/tm-sparc.h: Update comment.
766 * breakpoint.c: Update comment.
767
129c1cd6
AC
7682003-03-14 Andrew Cagney <cagney@redhat.com>
769
770 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
771 GET_SAVED_REGISTER.
772 * gdbarch.h, gdbarch.c: Re-generate.
773 * frame.h: Update comments.
774 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
775 * x86-64-tdep.c (x86_64_init_abi): Update.
776 * sparc-tdep.c (sparc_gdbarch_init): Update.
777 * sh-tdep.c (sh_gdbarch_init): Update.
778 * mips-tdep.c (mips_gdbarch_init): Update.
779 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
780 * cris-tdep.c (cris_gdbarch_init): Update.
781 * ia64-tdep.c (ia64_gdbarch_init): Update.
782 * frame.c (frame_register): Update.
783 (get_saved_register): Update.
784 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
785
749b82f6
AC
7862003-03-13 Andrew Cagney <cagney@redhat.com>
787
788 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
789 * gdbarch.h, gdbarch.c: Regenerate.
790 * valops.c (hand_function_call): Update comment.
791 * stack.c (return_command): Update comment.
792 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
793 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
794 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
795 * x86-64-tdep.c (x86_64_init_abi): Update.
796 * vax-tdep.c (vax_gdbarch_init): Update.
797 * v850-tdep.c (v850_gdbarch_init): Update.
798 * sparc-tdep.c (sparc_gdbarch_init): Update.
799 * sh-tdep.c (sh_gdbarch_init): Update.
800 * s390-tdep.c (s390_gdbarch_init): Update.
801 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
802 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
803 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
804 * mips-tdep.c (mips_gdbarch_init): Update.
805 * mcore-tdep.c (mcore_gdbarch_init): Update.
806 * m68k-tdep.c (m68k_gdbarch_init): Update.
807 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
808 * ia64-tdep.c (ia64_gdbarch_init): Update.
809 * i386-tdep.c (i386_gdbarch_init): Update.
810 * hppa-tdep.c (hppa_gdbarch_init): Update.
811 * h8300-tdep.c (h8300_gdbarch_init): Update.
812 * frv-tdep.c (frv_gdbarch_init): Update.
813 * cris-tdep.c (cris_gdbarch_init): Update.
814 * avr-tdep.c (avr_gdbarch_init): Update.
815 * arm-tdep.c (arm_gdbarch_init): Update.
816 * alpha-tdep.c (alpha_gdbarch_init): Update.
817
1594fa56
AC
8182003-03-13 Andrew Cagney <cagney@redhat.com>
819
820 * frame.c (legacy_frame_p): New function.
821 (get_prev_frame): Use legacy_frame_p.
822 * frame.h (legacy_frame_p): Declare.
823
7717fda3
V
8242003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
825
826 * MAINTAINERS (write after approval): Alphabetically
827 listing corrected.
828
0c67cbe9
V
8292003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
830
831 * MAINTAINERS (write after approval): Add myself.
832
03febf99
AC
8332003-03-12 Andrew Cagney <cagney@redhat.com>
834
835 * frame.c (get_prev_frame): Rename the frame parameter to
836 "this_frame".
837 (get_next_frame, legacy_get_prev_frame): Ditto.
838
0a1e1ca1
AC
8392003-03-12 Andrew Cagney <cagney@redhat.com>
840
841 * frame.c (get_current_frame): Check target_has_registers before
842 checking target_has_stack.
843 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
844 instead of deprecated_selected_frame.
845 * findvar.c (value_of_register): Pass "frame", not
846 deprecated_selected_frame, to value_of_builtin_reg.
847
a66a9c23
AC
8482003-03-12 Andrew Cagney <cagney@redhat.com>
849
850 * regcache.c (regcache_cooked_write_signed): New function.
851 (regcache_cooked_write_unsigned): New function.
852 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
853 (regcache_cooked_read_signed): Fix regnum in range assertion.
854 * regcache.h (regcache_cooked_write_signed): Declare.
855 (regcache_cooked_write_unsigned): Declare.
856
8bedc050
AC
8572003-03-12 Andrew Cagney <cagney@redhat.com>
858
859 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
860 * gdbarch.h, gdbarch.c: Re-generate.
861 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
862 * x86-64-tdep.h: Update.
863 * x86-64-tdep.c (x86_64_init_abi): Update.
864 * v850-tdep.c (v850_gdbarch_init): Update.
865 * sparc-tdep.c (sparc_gdbarch_init): Update.
866 * sh-tdep.c (sh_gdbarch_init): Update.
867 * s390-tdep.c (s390_gdbarch_init): Update.
868 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
869 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
870 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
871 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
872 * mips-tdep.c (mips_gdbarch_init): Update.
873 * mcore-tdep.c (mcore_gdbarch_init): Update.
874 * m68k-tdep.c (m68k_gdbarch_init): Update.
875 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
876 * ia64-tdep.c (ia64_gdbarch_init): Update.
877 * i386-tdep.c (i386_gdbarch_init): Update.
878 * i386-interix-tdep.c (i386_interix_init_abi): Update.
879 * hppa-tdep.c (hppa_gdbarch_init): Update.
880 * h8300-tdep.c (h8300_gdbarch_init): Update.
881 * frv-tdep.c (frv_gdbarch_init): Update.
882 * cris-tdep.c (cris_gdbarch_init): Update.
883 * avr-tdep.c (avr_gdbarch_init): Update.
884 * arm-tdep.c (arm_gdbarch_init): Update.
885 * alpha-tdep.c (alpha_gdbarch_init): Update.
886 * sh-tdep.c (sh_init_extra_frame_info): Update.
887 (sh64_init_extra_frame_info): Update.
888 * ns32knbsd-nat.c (frame_num_args): Update.
889 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
890 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
891 (xstormy16_frame_chain_valid): Update.
892 * vax-tdep.c (vax_saved_pc_after_call): Update.
893 * v850-tdep.c (v850_frame_chain): Update.
894 (v850_pop_frame): Update.
895 (v850_init_extra_frame_info): Update.
896 * sparc-tdep.c (setup_arbitrary_frame): Update.
897 * ns32k-tdep.c (umax_frame_num_args): Update.
898 * s390-tdep.c (s390_pop_frame_regular): Update.
899 * mn10300-tdep.c (mn10300_frame_chain): Update.
900 (mn10300_pop_frame_regular): Update.
901 (mn10300_init_extra_frame_info): Update.
902 * mips-tdep.c (mips_init_frame_pc_first): Update.
903 (mips_frame_chain): Update.
904 (mips_pop_frame): Update.
905 * mcore-tdep.c (mcore_frame_chain): Update.
906 (mcore_pop_frame): Update.
907 (mcore_init_extra_frame_info): Update.
908 * arch-utils.c (init_frame_pc_default): Update.
909 * m68k-tdep.c (isi_frame_num_args): Update.
910 (delta68_frame_num_args): Update.
911 (news_frame_num_args): Update.
912 * ia64-tdep.c (ia64_pop_frame_regular): Update.
913 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
914 (alpha_frame_chain): Update.
915 (alpha_pop_frame): Update.
916 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
917 (hppa_init_extra_frame_info): Update.
918 (hppa_frame_chain): Update.
919 (hppa_frame_chain_valid): Update.
920 * cris-tdep.c (cris_init_extra_frame_info): Update.
921 * avr-tdep.c (avr_init_extra_frame_info): Update.
922 * arm-tdep.c (arm_frame_chain_valid): Update.
923 (arm_init_extra_frame_info): Update.
924 (arm_pop_frame): Update.
925 * frame.c (frame_pc_unwind): Update.
926 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
927 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
928 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
929 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
930 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
931 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
932
7a25a7c1
AC
9332003-03-12 Andrew Cagney <cagney@redhat.com>
934
935 Eliminate the need for POP_FRAME.
936 * frame.c (do_frame_unwind_register): New function.
937 (frame_pop): When no POP_FRAME, pop the frame using register
938 unwind and a scratch regcache.
939 (frame_saved_regs_pop): Delete function.
940 (trad_frame_unwinder): Update.
941 * d10v-tdep.c (d10v_frame_pop): Delete function.
942 (d10v_frame_unwind): Update.
943 * sentinel-frame.c (sentinel_frame_pop): Delete function.
944 (sentinel_frame_unwinder): Update.
945 * dummy-frame.c (dummy_frame_pop): Delete function.
946 (dummy_frame_unwind): Update.
947 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
948 (struct frame_unwind): Update.
949
2f38ef89
KB
9502003-03-11 Kevin Buettner <kevinb@redhat.com>
951
952 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
953 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
954 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
955 Do range checks on register number obtained from debugging info.
956 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
957 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
958 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
959 mapping function.
960 (do_fp_register_row): Fix typo which caused double type to be
961 used when attempting to unpack a float.
962
552f4abf
JB
9632003-03-11 J. Brobecker <brobecker@gnat.com>
964
965 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
966
e0d2ae16
AC
9672003-03-11 Andrew Cagney <cagney@redhat.com>
968
969 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
970 frame. Problem found by Corinna Vinschen.
971
ddbfdd06
PM
9722003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
973
974 * doublest.c (floatformat_from_length): Accept also
975 the real size of 'long double' type.
976
088b2ddc 9772003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 978
088b2ddc 979 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
980 * breakpoint.c (bpstat_copy): Copy the command lines as well
981 as the old value, to match what is freed in bpstat_clear.
982
f56f77c1
DC
9832003-03-10 David Carlton <carlton@math.stanford.edu>
984
985 * minsyms.c (add_minsym_to_hash_table): Replace
986 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
987 (compare_minimal_symbols, compact_minimal_symbols)
988 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
989 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
990 of DEPRECATED_SYMBOL_MATCHES_NAME.
991 (lookup_minimal_symbol_solib_trampoline): Ditto.
992
5602984a
AC
9932003-03-10 Andrew Cagney <cagney@redhat.com>
994
995 * regcache.h (regcache_cooked_read_ftype): Define.
996 (regcache_save, regcache_restore): Add a cooked_read parameter.
997 * regcache.c (regcache_save, regcache_restore): Update.
998 (do_cooked_read): New function.
999 (regcache_cpy): Pass do_cooked_read to regcache_save and
1000 regcache_restore.
1001
8bedc050
AC
10022003-03-10 Andrew Cagney <cagney@redhat.com>
1003
1004 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
1005 * gdbarch.h, gdbarch.c: Re-generate.
1006 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1007 * x86-64-tdep.h: Update.
1008 * x86-64-tdep.c (x86_64_init_abi): Update.
1009 * v850-tdep.c (v850_gdbarch_init): Update.
1010 * sparc-tdep.c (sparc_gdbarch_init): Update.
1011 * sh-tdep.c (sh_gdbarch_init): Update.
1012 * s390-tdep.c (s390_gdbarch_init): Update.
1013 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1014 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
1015 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1016 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1017 * mips-tdep.c (mips_gdbarch_init): Update.
1018 * mcore-tdep.c (mcore_gdbarch_init): Update.
1019 * m68k-tdep.c (m68k_gdbarch_init): Update.
1020 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1021 * ia64-tdep.c (ia64_gdbarch_init): Update.
1022 * i386-tdep.c (i386_gdbarch_init): Update.
1023 * i386-interix-tdep.c (i386_interix_init_abi): Update.
1024 * hppa-tdep.c (hppa_gdbarch_init): Update.
1025 * h8300-tdep.c (h8300_gdbarch_init): Update.
1026 * frv-tdep.c (frv_gdbarch_init): Update.
1027 * cris-tdep.c (cris_gdbarch_init): Update.
1028 * avr-tdep.c (avr_gdbarch_init): Update.
1029 * arm-tdep.c (arm_gdbarch_init): Update.
1030 * alpha-tdep.c (alpha_gdbarch_init): Update.
1031 * sh-tdep.c (sh_init_extra_frame_info): Update.
1032 (sh64_init_extra_frame_info): Update.
1033 * ns32knbsd-nat.c (frame_num_args): Update.
1034 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
1035 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
1036 (xstormy16_frame_chain_valid): Update.
1037 * vax-tdep.c (vax_saved_pc_after_call): Update.
1038 * v850-tdep.c (v850_frame_chain): Update.
1039 (v850_pop_frame): Update.
1040 (v850_init_extra_frame_info): Update.
1041 * sparc-tdep.c (setup_arbitrary_frame): Update.
1042 * ns32k-tdep.c (umax_frame_num_args): Update.
1043 * s390-tdep.c (s390_pop_frame_regular): Update.
1044 * mn10300-tdep.c (mn10300_frame_chain): Update.
1045 (mn10300_pop_frame_regular): Update.
1046 (mn10300_init_extra_frame_info): Update.
1047 * mips-tdep.c (mips_init_frame_pc_first): Update.
1048 (mips_frame_chain): Update.
1049 (mips_pop_frame): Update.
1050 * mcore-tdep.c (mcore_frame_chain): Update.
1051 (mcore_pop_frame): Update.
1052 (mcore_init_extra_frame_info): Update.
1053 * arch-utils.c (init_frame_pc_default): Update.
1054 * m68k-tdep.c (isi_frame_num_args): Update.
1055 (delta68_frame_num_args): Update.
1056 (news_frame_num_args): Update.
1057 * ia64-tdep.c (ia64_pop_frame_regular): Update.
1058 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
1059 (alpha_frame_chain): Update.
1060 (alpha_pop_frame): Update.
1061 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
1062 (hppa_init_extra_frame_info): Update.
1063 (hppa_frame_chain): Update.
1064 (hppa_frame_chain_valid): Update.
1065 * cris-tdep.c (cris_init_extra_frame_info): Update.
1066 * avr-tdep.c (avr_init_extra_frame_info): Update.
1067 * arm-tdep.c (arm_frame_chain_valid): Update.
1068 (arm_init_extra_frame_info): Update.
1069 (arm_pop_frame): Update.
1070 * frame.c (frame_pc_unwind): Update.
1071 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
1072 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1073 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1074 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
1075 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
1076 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
1077
12cc2063
AC
10782003-03-10 Andrew Cagney <cagney@redhat.com>
1079
1080 * gdbarch.sh (gdbarch_unwind_pc): New method.
1081 * gdbarch.h, gdbarch.c: Regenerate.
1082 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
1083 but use read_pc and FRAME_SAVED_PC as fall backs.
1084 (frame_saved_regs_pc_unwind): Delete function.
1085 (trad_frame_unwinder): Update.
1086 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
1087 (struct frame_unwind): Update.
1088 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
1089 (dummy_frame_unwind): Update.
1090 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
1091 (sentinel_frame_unwinder): Update.
1092 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
1093 (d10v_frame_unwind): Update.
1094 (d10v_unwind_pc): New function.
1095 (d10v_gdbarch_init): Set unwind_pc.
1096
ef840a37
AC
10972003-03-10 Andrew Cagney <cagney@redhat.com>
1098
a2ce2e56
AC
1099 * gdbarch.h: Re-generate.
1100
ef840a37
AC
1101 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
1102 PC.
1103 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
1104 the PC register.
1105
08f3424b
MK
11062003-03-08 Mark Kettenis <kettenis@gnu.org>
1107
1108 * gdbarch.sh (save_dummy_frame_tos): Add comment.
1109
1248ede2
AC
11102003-03-08 Andrew Cagney <cagney@redhat.com>
1111
1112 * cli-out.c: Update copyright.
1113 (cli_out_data): Define typedef. Use instead of ui_out_data.
1114
f49bacc8
AC
11152003-03-08 Andrew Cagney <cagney@redhat.com>
1116
1117 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
1118 the result.
1119
9b05f993
AC
11202003-03-07 Andrew Cagney <cagney@redhat.com>
1121
1122 * gdbarch.sh: Don't generate two macro definitions when an
1123 undefined macro taking no arguments.
1124 * gdbarch.h: Regenerate.
1125
166f4c7b
ML
11262002-03-07 Michal Ludvig <mludvig@suse.cz>
1127
1128 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
1129 (x86_64_unwind_dummy_id): New functions.
1130 (x86_64_init_abi): Register these two new functions.
1131
6d686a84
ML
11322003-03-07 Michal Ludvig <mludvig@suse.cz>
1133
1134 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
1135 (x86_64_skip_prologue): Move prologue detection to
1136 separate function.
1137 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
1138
6314f104
AC
11392003-03-05 Andrew Cagney <cagney@redhat.com>
1140
1141 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
1142 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
1143 * frame.c (get_prev_frame): Restructure the frame ID unwind code
1144 to use unwind_dummy_id when a dummy frame.
1145 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
1146 predicate.
1147 * gdbarch.h, gdbarch.c: Regneerate.
1148
ceea5145
AC
11492003-03-05 Andrew Cagney <cagney@redhat.com>
1150
1151 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
1152 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
1153 Do not use d10v_read_sp or d10v_read_fp when obtaining register
1154 values.
1155
0d843116
AC
11562003-03-05 Andrew Cagney <cagney@redhat.com>
1157
1158 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
1159 (struct d10v_unwind_cache): Delete field "frameless". Replace
1160 "next_addr" with "sp_offset". Add "r11_offset".
1161 (d10v_frame_unwind_cache): Update.
1162 (prologue_find_regs): Update. When "mv r11, sp", save the
1163 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
1164 RN was saved in r11_offset.
1165
b2579786
AC
11662003-03-05 Andrew Cagney <cagney@redhat.com>
1167
1168 * frame.c (deprecated_update_frame_pc_hack): Also update the the
1169 cached PC value in the next frame.
1170
218e5956
AC
11712003-03-05 Andrew Cagney <cagney@redhat.com>
1172
1173 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
1174 "id_unwind_cache" with "id".
1175 (frame_id_unwind): Delete declaration.
1176 * frame.c (frame_id_unwind): Delete function.
1177 (get_prev_frame): Call the frame id unwind method directly. Store
1178 the returned next frame's ID value in NEXT_FRAME. Note that there
1179 is a problem with the wrong unwind ID being called with the wrong
1180 unwind cache.
1181
ed363b1b
DJ
11822003-03-05 Daniel Jacobowitz <drow@mvista.com>
1183
1184 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
1185
fe1f4a5e
DJ
11862003-03-05 James Ingham <jingham@apple.com>
1187 Daniel Jacobowitz <drow@mvista.com>
1188
1189 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
1190 (auto_cp_abi): New variable.
1191 (current_cp_abi, num_cp_abis): Make static.
1192 (CP_ABI_MAX): Define.
1193 (cp_abis): Turn into an array.
1194 (value_virtual_fn_field): Fix formatting.
1195 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
1196 takes a pointer.
1197 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
1198 (list_cp_abis, _initialize_cp_abi): New functions.
1199 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
1200 declarations for cp_abis, num_cp_abis, current_cp_abi, and
1201 switch_to_cp_abi. Update prototype for register_cp_abi.
1202 * Makefile.in (cp-abi.o): Update dependencies.
1203 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
1204 instead of switch_to_cp_abi.
1205 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
1206 register_cp_abi.
1207 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
1208 register_cp_abi.
1209 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
1210
e4adbba9
DJ
12112003-03-05 Daniel Jacobowitz <drow@mvista.com>
1212
1213 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
1214 * dwarf2loc.c: Include "regcache.h".
1215 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
1216 register_size.
1217 * Makefile.in (dwarf2loc.o): Update dependencies.
1218
91ccbfc1
TR
12192003-03-04 Theodore A. Roth <troth@openavr.org>
1220
1221 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
1222 number of io registers reported by remote target is not a multiple of
1223 step.
1224
3d4e8fd2
DC
12252003-03-04 David Carlton <carlton@math.stanford.edu>
1226
1227 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
1228 (lookup_symbol_aux_psymtabs): Update call to
1229 lookup_partial_symbol.
1230 (lookup_transparent_type, find_main_psymtab)
1231 (make_symbol_overload_list): Ditto.
1232
ed42d87b
KH
12332003-03-04 Kazu Hirata <kazu@cs.umass.edu>
1234
1235 * MAINTAINERS (Write after approval): Update my email address.
1236
a0ed5532
AC
12372003-03-03 Andrew Cagney <cagney@redhat.com>
1238
1239 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
1240 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
1241 predicate. Replace MAX_REGISTER_RAW_SIZE.
1242 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
1243 MAX_REGISTER_VIRTUAL_SIZE.
1244 * regcache.c (legacy_max_register_raw_size): New function.
1245 (legacy_max_register_virtual_size): New function.
1246 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
1247 (MAX_REGISTER_RAW_SIZE): Define.
1248 (legacy_max_register_raw_size): Declare.
1249 (legacy_max_register_virtual_size): Declare.
1250 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
1251 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
1252 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
1253 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
1254 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
1255 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
1256 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
1257 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
1258 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
1259 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1260 * vax-tdep.c (vax_gdbarch_init): Update.
1261 * v850-tdep.c (v850_gdbarch_init): Update.
1262 * sparc-tdep.c (sparc_gdbarch_init): Update.
1263 * sh-tdep.c (sh_gdbarch_init): Update.
1264 * s390-tdep.c (s390_gdbarch_init): Update.
1265 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1266 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1267 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1268 * mips-tdep.c (mips_gdbarch_init): Update.
1269 * mcore-tdep.c (mcore_gdbarch_init): Update.
1270 * m68k-tdep.c (m68k_gdbarch_init): Update.
1271 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1272 * ia64-tdep.c (ia64_gdbarch_init): Update.
1273 * i386-tdep.c (i386_gdbarch_init): Update.
1274 * hppa-tdep.c (hppa_gdbarch_init): Update.
1275 * h8300-tdep.c (h8300_gdbarch_init): Update.
1276 * frv-tdep.c (frv_gdbarch_init): Update.
1277 * cris-tdep.c (cris_gdbarch_init): Update.
1278 * avr-tdep.c (avr_gdbarch_init): Update.
1279 * arm-tdep.c (arm_gdbarch_init): Update.
1280 * alpha-tdep.c (alpha_gdbarch_init): Update.
1281 * d10v-tdep.c (d10v_gdbarch_init): Do not set
1282 max_register_raw_size or max_register_virtual_size.
1283
8e437497
DC
12842003-03-03 David Carlton <carlton@math.stanford.edu>
1285
1286 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
1287 SYMBOL_MATCHES_NAME, add comment.
1288 (SYMBOL_MATCHES_NATURAL_NAME): New.
1289 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
1290 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
1291 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
1292 * symtab.c (lookup_partial_symbol): Use
1293 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
1294 unhelpful comment.
1295 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
1296 SYMBOL_MATCHES_NAME.
1297 Fix for PR c++/33.
1298
25120b0d
DC
12992003-03-03 David Carlton <carlton@math.stanford.edu>
1300
1301 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
1302 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
1303 by regexp matching against SYMBOL_NATURAL_NAME.
1304
78a11fb4
DC
13052003-03-03 David Carlton <carlton@math.stanford.edu>
1306
1307 * linespec.c (find_method): Extract code into collect_methods.
1308 (collect_methods): New.
1309
645dd519
MK
13102003-03-02 Mark Kettenis <kettenis@gnu.org>
1311
b4700d91
MK
1312 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
1313 get_frame_base.
1314
645dd519
MK
1315 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
1316 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
1317
0aa7e1aa
SC
13182003-03-02 Stephane Carrez <stcarrez@nerim.fr>
1319
1320 * arch-utils.c (generic_register_byte): Fix to use the loop index
1321 and not regnum when summing the size of all registers up to regnum.
1322
f30ee0bc
AC
13232003-03-01 Andrew Cagney <cagney@redhat.com>
1324
1325 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
1326 FRAME_INIT_SAVED_REGS.
1327 * gdbarch.h, gdbarch.c: Regenerate.
1328 * stack.c (frame_info): Update.
1329 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
1330 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
1331 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
1332 * ns32k-tdep.c (ns32k_pop_frame): Update.
1333 * mips-tdep.c (mips_pop_frame): Update.
1334 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
1335 * ia64-tdep.c (ia64_frame_chain): Update.
1336 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
1337 (ia64_frameless_function_invocation): Update.
1338 (ia64_init_extra_frame_info): Update.
1339 (ia64_pop_frame_regular): Update.
1340 * frame.h (struct frame_info): Update comment.
1341 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
1342 * frame.c (frame_saved_regs_register_unwind): Update.
1343 (frame_saved_regs_register_unwind): Update.
1344 (deprecated_generic_get_saved_register): Update.
1345 * cris-tdep.c: Update comment.
1346 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
1347 Rename macro.
1348 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1349 * x86-64-tdep.c (x86_64_init_abi): Update.
1350 * vax-tdep.c (vax_gdbarch_init): Update.
1351 * v850-tdep.c (v850_gdbarch_init): Update.
1352 * sparc-tdep.c (sparc_gdbarch_init): Update.
1353 * sh-tdep.c (sh_gdbarch_init): Update.
1354 * s390-tdep.c (s390_gdbarch_init): Update.
1355 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1356 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
1357 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1358 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1359 * mips-tdep.c (mips_gdbarch_init): Update.
1360 * mcore-tdep.c (mcore_gdbarch_init): Update.
1361 * m68k-tdep.c (m68k_gdbarch_init): Update.
1362 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1363 * ia64-tdep.c (ia64_gdbarch_init): Update.
1364 * i386-tdep.c (i386_gdbarch_init): Update.
1365 * frv-tdep.c (frv_gdbarch_init): Update.
1366 * avr-tdep.c (avr_gdbarch_init): Update.
1367 * arm-tdep.c (arm_gdbarch_init): Update.
1368 * alpha-tdep.c (alpha_gdbarch_init): Update.
1369
42fa7c0f
AC
13702003-03-01 Andrew Cagney <cagney@redhat.com>
1371
1372 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
1373 option enum and switch. When no windows, set the interpreter to
1374 INTERP_CONSOLE.
1375
49c7e338
AC
13762003-03-01 Andrew Cagney <cagney@redhat.com>
1377
1378 * main.c (captured_main): Replace magic option characters with an
1379 enum.
1380
e9582e71
AC
13812003-03-01 Andrew Cagney <cagney@redhat.com>
1382
1383 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
1384 INIT_EXTRA_FRAME_INFO.
1385 * gdbarch.h, gdbarch.c: Regenerate.
1386 * arm-tdep.c: Update comments.
1387 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
1388 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
1389 * frame.h, avr-tdep.c: Ditto.
1390 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
1391 (create_new_frame, legacy_get_prev_frame): Ditto.
1392 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
1393 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
1394 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
1395 deprecated_init_extra_frame_info instead of init_extra_frame_info.
1396 * x86-64-tdep.c (x86_64_init_abi): Ditto.
1397 * v850-tdep.c (v850_gdbarch_init): Ditto.
1398 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1399 * sh-tdep.c (sh_gdbarch_init): Ditto.
1400 * s390-tdep.c (s390_gdbarch_init): Ditto.
1401 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1402 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1403 * mips-tdep.c (mips_gdbarch_init): Ditto.
1404 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1405 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1406 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1407 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1408 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1409 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1410 * frv-tdep.c (frv_gdbarch_init): Ditto.
1411 * cris-tdep.c (cris_gdbarch_init): Ditto.
1412 * avr-tdep.c (avr_gdbarch_init): Ditto.
1413 * arm-tdep.c (arm_gdbarch_init): Ditto.
1414 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1415 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1416
35cac7cf
AC
14172003-03-01 Andrew Cagney <cagney@redhat.com>
1418
1419 * gdbarch.sh (register_type): New function with predicate.
1420 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
1421 * gdbarch.h, gdbarch.c: Re-generate.
1422 * arch-utils.c (generic_register_byte): Use generic_register_size.
1423 (generic_register_size): When available, use
1424 gdbarch_register_type.
1425 * regcache.c (init_regcache_descr): When available, initialize the
1426 register type array using gdbarch_register_type. If the
1427 architecture supplies gdbarch_register_type, do not use the legacy
1428 regcache layout.
1429 * d10v-tdep.c (d10v_register_type): Replace
1430 d10v_register_virtual_type.
1431 (d10v_gdbarch_init): Set register_type instead of
1432 register_virtual_type.
1433
7b83296f
AC
14342003-03-01 Andrew Cagney <cagney@redhat.com>
1435
1436 * Makefile.in (ax-gdb.o): Update dependencies.
1437 * ax-gdb.c: Include "regcache.h".
1438 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
1439 * findvar.c (value_of_register): Ditto.
1440 * infcmd.c (default_print_registers_info): Ditto.
1441
eadc1c87
MK
14422003-03-01 Mark Kettenis <kettenis@gnu.org>
1443
1444 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
1445 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
1446
14143612
MK
14472003-03-01 Mark Kettenis <kettenis@gnu.org>
1448
1449 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
1450 of STREQ.
1451
a55cc764
DJ
14522003-02-28 Daniel Jacobowitz <drow@mvista.com>
1453
1454 * Makefile.in (dwarf2loc.o): Update dependencies.
1455 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
1456 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
1457 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
1458 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
1459 (locexpr_tracepoint_var_ref): New function.
1460 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
1461
08a617da
AC
14622003-02-28 Andrew Cagney <cagney@redhat.com>
1463
1464 * regcache.c (register_size): New function.
1465 * regcache.h (register_size): Declare
1466 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
1467 max_register_size instead of MAX_REGISTER_RAW_SIZE.
1468
4224873a
DC
14692003-02-28 David Carlton <carlton@math.stanford.edu>
1470
1471 * linespec.c (decode_compound): Extract code into find_method.
1472 (find_method): New.
1473
ccdc5d7f
JB
14742003-02-28 J. Brobecker <brobecker@gnat.com>
1475
1476 * Makefile.in: Add rules to build and link in observer.o.
1477
974e8ced
JB
14782003-02-27 J. Brobecker <brobecker@gnat.com>
1479
1480 * observer.c: Minor comments edits.
1481
7a28f973
JB
14822003-02-27 J. Brobecker <brobecker@gnat.com>
1483
1484 * observer.h, observer.c: New file.
1485
27cddce2
AC
14862003-02-27 Andrew Cagney <cagney@redhat.com>
1487
1488 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
1489
b94a41a1
SC
14902003-02-27 Stephane Carrez <stcarrez@nerim.fr>
1491
1492 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
1493 (M6812_OP_STS_EXT): Likewise.
1494 (m6811_prologue): Use the above to recognize prologue.
1495 (m6812_prologue): Likewise.
1496
c8be8951
DC
14972003-02-27 David Carlton <carlton@math.stanford.edu>
1498
1499 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
1500 SYMBOL_PRINT_NAME.
1501 (compare_psymbols): Ditto.
1502 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
1503
d05bb1fc
MS
15042003-02-27 Michael Snyder <msnyder@redhat.com>
1505
4e845cd3
MS
1506 * f-lang.c (build_fortran_types): New function.
1507 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
1508 * doublest.c (extract_floating): Fix warning text.
1509
f3824013
AC
15102003-02-27 Andrew Cagney <cagney@redhat.com>
1511
1512 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
1513 predicate. Replaces PUSH_DUMMY_FRAME.
1514 * gdbarch.h, gdbarch.c: Regnerate.
1515 * valops.c (hand_function_call): Update. Call
1516 generic_push_dummy_frame directly.
1517 * vax-tdep.c (vax_gdbarch_init): Update.
1518 * sparc-tdep.c (sparc_gdbarch_init): Update.
1519 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1520 * m68k-tdep.c (m68k_gdbarch_init): Update.
1521 * hppa-tdep.c (hppa_gdbarch_init): Update.
1522 * alpha-tdep.c (alpha_gdbarch_init): Update.
1523 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
1524 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
1525 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
1526 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
1527 push_dummy_frame to generic_push_dummy_frame.
1528 * v850-tdep.c (v850_gdbarch_init): Ditto.
1529 * sh-tdep.c (sh_gdbarch_init): Ditto.
1530 * s390-tdep.c (s390_gdbarch_init): Ditto.
1531 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1532 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1533 * mips-tdep.c (mips_gdbarch_init): Ditto.
1534 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1535 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1536 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1537 * i386-tdep.c (i386_gdbarch_init): Ditto.
1538 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1539 * frv-tdep.c (frv_gdbarch_init): Ditto.
1540 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1541 * cris-tdep.c (cris_gdbarch_init): Ditto.
1542 * avr-tdep.c (avr_gdbarch_init): Ditto.
1543 * arm-tdep.c (arm_gdbarch_init): Ditto.
1544
ad188201
KB
15452003-02-26 Kevin Buettner <kevinb@redhat.com>
1546
1547 * mips-tdep.c (show_mips_abi): New function.
1548 (_initialize_mips_tdep): Use show_mips_abi() to implement the
1549 command ``show mips abi''.
1550
6b37567a
JJ
15512003-02-26 Jeff Johnston <jjohnstn@redhat.com>
1552
1553 From Elena Zannoni <ezannoni@redhat.com>
1554 * dbxread.c (process_one_symbol): Only record line 0 if one or
1555 more sline entries have been seen for the function.
1556
d3e0a5bf
MC
15572003-02-26 Michael Chastain <mec@shout.net>
1558
1559 * configure: Regenerate with autoconf 000227.
1560
18972eea
MC
15612003-02-26 Michael Chastain <mec@shout.net>
1562
1563 Close PR build/660.
1564 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
1565 for old libc5/glibc.
1566 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
1567
0bbde931
KW
15682003-02-26 Kris Warkentin <kewarken@qnx.com>
1569
1570 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
1571 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
1572
27ca5dad
MC
15732003-02-26 Michael Chastain <mec@shout.net>
1574
1575 * configure.in: New variable HAVE_UINTPTR_T.
1576 * configure, config.in: Regenerated.
1577
6f88d630
DJ
15782003-02-26 Daniel Jacobowitz <drow@mvista.com>
1579
1580 Fix PR build/1097.
1581 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
1582
b14185ce
AC
15832003-02-25 Andrew Cagney <cagney@redhat.com>
1584
1585 * frame.c (get_prev_frame): Add comment on check for
1586 inside_entry_func. Only check for inside_entry_file when not a
1587 dummy and not a sentinel. Check that the new frame is not inner
1588 to the old frame.
1589
ac2bd0a9
AC
15902003-02-25 Andrew Cagney <cagney@redhat.com>
1591
1592 * frame.c (frame_debug): New variable.
1593 (_initialize_frame): Add "set/show debug frame" command.
1594 (get_prev_frame): When frame_debug, print reason why unwind
1595 failed.
1596
b18a0fd2
MC
15972003-02-25 Michael Chastain <mec@shout.net>
1598
1599 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
1600 to avoid uintptr_t definition problems.
1601
22abf04a
DC
16022003-02-25 David Carlton <carlton@math.stanford.edu>
1603
1604 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
1605 (SYMBOL_LINKAGE_NAME): Ditto.
1606 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
1607 SYMBOL_LINKAGE_NAME.
1608 (struct general_symbol_info): Expand comment.
1609 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
1610 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
1611 (SYMBOL_MATCHES_REGEXP): Ditto.
1612 * symtab.c (symbol_natural_name): New function.
1613 * objfiles.h: Replace all uses of SYMBOL_NAME by
1614 DEPRECATED_SYMBOL_NAME.
1615 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
1616 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
1617 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
1618 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
1619 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
1620 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
1621 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
1622 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
1623 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
1624 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
1625 * ada-exp.y: Ditto.
1626 * ada-exp.y: Update copyright.
1627 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
1628 * cp-valprint.c: Ditto.
1629
1a5848f6
JJ
16302003-02-25 Jeff Johnston <jjohnstn@redhat.com>
1631
1632 * infptrace.c (detach): Do not flag error if ptrace detach fails
1633 and errno is set to ESRCH.
1634
7343d46a
AC
16352003-02-24 Andrew Cagney <cagney@redhat.com>
1636
1637 * infptrace.c (udot_info): Change type of udot_off to long. Use
1638 paddr when printing udot_off's value.
1639
49fa1dc2
DC
16402003-02-24 David Carlton <carlton@math.stanford.edu>
1641
1642 * symtab.c (make_symbol_overload_list): Only read in partial
1643 symtabs containing a matching partial symbol.
1644
0fe19209
DC
16452003-02-24 David Carlton <carlton@math.stanford.edu>
1646
1647 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
1648 do the comparison, not strcmp.
1649 * symfile.c (compare_psymbols): Ditto.
1650 * defs.h: Declare strcmp_iw_ordered.
1651 * utils.c (strcmp_iw_ordered): New function.
1652
8e3ee7b5
JB
16532003-02-24 Jim Blandy <jimb@redhat.com>
1654
1655 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
1656 support, shared libs): Remove my name from here, to better reflect
1657 reality.
1658
7df1a324
KW
16592003-02-24 Kris Warkentin <kewarken@qnx.com>
1660
1661 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
1662 (target_ops): Add to_have_continuable_watchpoint.
1663 * target.c (update_current_target): Add INHERIT line for
1664 to_have_continuable_watchpoint.
1665 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
1666 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
1667 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
1668 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
1669
d1c76907
EZ
16702003-02-24 Elena Zannoni <ezannoni@redhat.com>
1671
1672 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
1673 maintainership.
1674
2610b0bf
KW
16752003-02-24 Kris Warkentin <kewarken@qnx.com>
1676
f46169db
KW
1677 * solib.c (solib_open): Call target defined search function after
1678 failing with solib-search-path.
1679 * solist.h (target_so_ops): Add find_and_open_solib function hook and
1680 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 1681
9a3c34fe
KW
16822003-02-24 Kris Warkentin <kewarken@qnx.com>
1683
f46169db 1684 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 1685
2417dd25
SC
16862003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1687
1688 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
1689
b631436b
SC
16902003-02-22 Stephane Carrez <stcarrez@nerim.fr>
1691
1692 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
1693 (m68hc11_add_reggroups): New function.
1694 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
1695 (m68hc11_gdbarch_init): Install the reggroups.
1696 (_initialize_m68hc11_tdep): Initialize them.
1697
0aa8c1e4
JW
16982003-02-21 James E Wilson <wilson@tuliptree.org>
1699
1700 * MAINTAINERS: Update my email address.
1701
50ceaba5
DC
17022003-02-21 David Carlton <carlton@math.stanford.edu>
1703
1704 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
1705
4c2df51b
DJ
17062003-02-21 Daniel Jacobowitz <drow@mvista.com>
1707
1708 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
1709 * symtab.h: Add opaque declarations of struct axs_value and
1710 struct agent_expr.
1711 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
1712 (struct location_funcs): New type.
1713 (struct symbol): Add "loc" to aux_value.
1714 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
1715 * dwarf2read.c: Include "dwarf2expr.h".
1716 (dwarf2_symbol_mark_computed): New function.
1717 (read_func_scope): Use it.
1718 (var_decode_location): New function.
1719 (new_symbol): Use it.
1720 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
1721
1722 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
1723 (dwarf2expr_h, dwarf2loc_h): New variables.
1724 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
1725 (dwarf2expr.o, dwarf2loc.o): New rules.
1726 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
1727 * buildsym.c (finish_block): Handle LOC_COMPUTED and
1728 LOC_COMPUTED_ARG.
1729 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
1730 * m2-exp.y (yylex): Likewise.
1731 * printcmd.c (address_info, print_frame_args): Likewise.
1732 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
1733 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
1734 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
1735 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
1736 * symtab.c (lookup_block_symbol): Likewise.
1737
5784d15e
AF
17382003-02-20 Adam Fedor <fedor@gnu.org>
1739
1740 * symtab.h: Remove objc_specific struct
1741 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
1742 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
1743 Have language_objc use cplus_specific struct.
1744
d4cad8db
TT
17452003-02-20 Tom Tromey <tromey@redhat.com>
1746
1747 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
1748 TYPE_NAME, when printing a String value. PR java/1075.
1749
2f9a90b4
AF
17502003-02-20 Adam Fedor <fedor@gnu.org>
1751
d38074a8 1752 * objc-lang.h (find_methods): Remove declaration.
2f9a90b4
AF
1753 * objc-lang.c (find_methods): Make static.
1754
6f17862b
CF
17552003-02-20 Christopher Faylor <cgf@redhat.com>
1756
1757 * win32-nat.c (get_image_name): Check return value from
1758 ReadProcessMemory.
1759 (child_xfer_memory): Ditto.
1760
715d1656
AO
17612003-02-20 Alexandre Oliva <aoliva@redhat.com>
1762
1763 * configure.in (TARGET_SYSTEM_ROOT): Set default to
1764 ${exec_prefix}/${target_alias}/sys-root. Match explicit
1765 '${exec_prefix}' (in addition to the expansion thereof) as
1766 relocatable.
1767 * configure: Rebuilt.
1768
b1262a02
DC
17692003-02-20 David Carlton <carlton@math.stanford.edu>
1770
1771 * symtab.c (search_symbols): Revert the search_symbols part of my
1772 2002-12-23 patch. Add comment.
1773
7134143f
DJ
17742002-02-20 Daniel Jacobowitz <drow@mvista.com>
1775
1776 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
1777 * dbxread.c (elfstab_build_psymtabs): Don't call
1778 install_minimal_symbols.
1779 (stabsect_build_psymtabs): Likewise.
1780 * elfread.c (elf_symfile_read): Call install_minimal_symbols
1781 earlier.
1782 * somread.c (som_symfile_read): Call install_minimal_symbols
1783 and do_cleanups earlier.
1784 * nlmread.c (nlm_symfile_read): Likewise.
1785 * mdebugread.c (elfmdebug_build_psymtabs): Call
1786 install_minimal_symbols and make appropriate cleanups.
1787
cf466558
KB
17882003-02-20 Kevin Buettner <kevinb@redhat.com>
1789
1790 * solib.c (reload_shared_libraries): New function.
1791 (_initialize_solib): Add callbacks for ``set solib-search-path''
1792 and ``set solib-absolute-prefix''.
1793
de5ad195
DC
17942003-02-20 David Carlton <carlton@math.stanford.edu>
1795
1796 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
1797 expand comment.
1798 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
1799 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
1800 * ada-typeprint.c (ada_typedef_print): Ditto.
1801 * ax-gdb.c (gen_var_ref): Ditto.
1802 * breakpoint.c (print_one_breakpoint): Ditto.
1803 * buildsym.c (finish_block): Ditto.
1804 * c-valprint.c (c_val_print): Ditto.
1805 * expprint.c (print_subexp): Ditto.
1806 * findvar.c (locate_var_value): Ditto.
1807 * infcmd.c (jump_command): Ditto.
1808 * linespec.c (decode_line_2, decode_compound): Ditto.
1809 * maint.c (maintenance_translate_address): Ditto.
1810 * objc-lang.c (compare_selectors, compare_classes): Ditto.
1811 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
1812 Ditto.
1813 * p-valprint.c (pascal_val_print): Ditto.
1814 * stabsread.c (define_symbol): Ditto.
1815 * stack.c (print_frame, frame_info, print_block_frame_locals)
1816 (print_frame_arg_vars, return_command): Ditto.
1817 * symfile.c (compare_symbols, compare_psymbols): Ditto.
1818 * symmisc.c (print_symbol): Ditto.
1819 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
1820 (compare_search_syms, print_symbol_info, print_msymbol_info)
1821 (rbreak_command): Ditto.
1822 * tracepoint.c (tracepoints_info): Ditto.
1823 * typeprint.c (typedef_print): Ditto.
1824 * valops.c (value_of_variable, hand_function_call): Ditto.
1825 * cli/cli-cmds.c (edit_command, list_command): Ditto.
1826 * ada-typeprint.c: Update Copyright.
1827 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
1828 * tracepoint.c, cli/cli-cmds.c: Ditto.
1829
f796e4be
KB
18302003-02-20 Kevin Buettner <kevinb@redhat.com>
1831
1832 * frame.c (generic_unwind_get_saved_register): Make non-static.
1833 * frame.h (generic_unwind_get_saved_register): Declare.
1834 * mips-tdep.c (read_next_frame_reg): Fetch register from
1835 current regcache when frame is NULL.
1836 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
1837 that must be NULL.
1838 (mips_get_saved_register): Call generic_unwind_get_saved_register()
1839 instead of frame_register_unwind().
1840
836cc9f4
AC
18412003-02-20 Andrew Cagney <ac131313@redhat.com>
1842
1843 * remote-sim.c (gdbsim_insert_breakpoint)
1844 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
1845 code.
1846
501eef12
AC
18472003-02-20 Andrew Cagney <ac131313@redhat.com>
1848
1849 * remote.c (_initialize_remote): Add commands "set/show remote
1850 hardware-watchpoint-limit" and "set/show remote
1851 hardware-breakpoint-limit".
1852 (remote_hw_watchpoint_limit): Initialize to -1.
1853 (remote_hw_breakpoint_limit): Ditto.
1854 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
1855
1b6bc7e0
CF
18562003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
1857
1858 * coff-pe-read.c: New file - support reading of minimal symbols from a
1859 portable executable using the export table.
1860 * coff-pe-read.h: New file.
1861 * coffread.c: Include coff-pe-read.h.
1862 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
1863 debugging symbols found.
1864 * Makefile.in (SFILES): Add coff-pe-read.o.
1865 (coff_pe_read_h): Define.
1866 (COMMON_OBS): Add coff-pe-read.o.
1867 (coffread.o): Add coff_pe_read_h dependency.
1868 (coff-pe-read.o): New target.
1869
fe898f56
DC
18702003-02-19 David Carlton <carlton@math.stanford.edu>
1871
1872 * Makefile.in (SFILES): Add block.c.
1873 (block_h): New.
1874 (COMMON_OBS): Add block.o.
1875 (block.o): New.
1876 (x86-64-tdep.o): Add $(block_h).
1877 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
1878 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
1879 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
1880 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
1881 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
1882 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
1883 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
1884 * value.h: Add opaque declaration for struct block.
1885 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
1886 * ada-lang.h: Ditto.
1887 * x86-64-tdep.c: #include "block.h"
1888 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
1889 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
1890 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
1891 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
1892 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
1893 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
1894 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
1895 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
1896 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
1897 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
1898 * symtab.c (block_function): Ditto.
1899 (contained_in): Ditto.
1900 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
1901 block.h. Add opaque declaration for struct block.
1902 * symtab.h: Move block_function and contained_in declarations to
1903 block.h. Add opaque declarations for struct block, struct
1904 blockvector.
1905 (struct block): Move to block.h.
1906 (struct blockvector): Ditto.
1907 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
1908 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
1909 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
1910 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
1911 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
1912 Ditto.
1913 * block.c: New file.
1914 * block.h: New file.
1915
173345b5
TR
19162003-02-19 Theodore A. Roth <troth@openavr.org>
1917
1918 * avr-tdep.c (avr_extract_return_value): Remove function.
1919 (avr_store_return_value): Remove function.
1920 (avr_extract_struct_value_address): Remove function.
1921 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
1922
338ef23d
AC
19232003-02-19 Andrew Cagney <ac131313@redhat.com>
1924
1925 * rs6000-tdep.c: Include "gdb_assert.h".
1926 (registers_e500): Add "acc" and "spefscr".
1927 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
1928 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
1929 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
1930 really is "r0".
1931 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
1932
5412f5f3
KS
19332003-02-18 Keith Seitz <keiths@redhat.com>
1934
1935 * Makefile.in: Add gdbtk-interps.c.
1936
881324eb
KB
19372003-02-18 Kevin Buettner <kevinb@redhat.com>
1938
1939 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
1940 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
1941
6a2f5abf
AC
19422003-02-18 Andrew Cagney <cagney@redhat.com>
1943
1944 * symtab.h (struct objfile): Add opaque declaration.
1945
54c7009d
EZ
19462003-02-18 Elena Zannoni <ezannoni@redhat.com>
1947
1948 From Jim Ingham <jingham@apple.com>:
1949 * dbxread.c (process_one_symbol): Use last_function_start rather
1950 than function_start_offset to find the real beginning of the
1951 current function. The latter is just the text section offset on
1952 some systems, the former is always the real function start.
1953
7ee6d7eb
AC
19542003-02-17 Andrew Cagney <cagney@redhat.com>
1955
1956 * configure.in: Revert ${target} != ${host}.
1957
2846da9b
AC
19582003-02-17 Andrew Cagney <ac131313@redhat.com>
1959
1960 * configure.in (Makefile): Use the test ${target} != ${host},
1961 instead of the absence of the "nm.h" file, to determine of the
1962 configuration non-native.
1963 * configure: Regenerate.
1964
3b27aeea
EZ
19652003-02-14 Elena Zannoni <ezannoni@redhat.com>
1966
1967 From Brian Ford <ford@vss.fsi.com>
1968
1969 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
1970 conditionalize tui_active test.
1971 (lookup_cmd_1): Ditto.
1972
b0b1c2c0
MK
19732003-02-14 Mark Kettenis <kettenis@gnu.org>
1974
1975 * configure.in: Add check for _etext.
1976 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
1977 available.
1978 * config.in, configure: regenerated.
1979
8f05cde5
DJ
19802003-02-14 Daniel Jacobowitz <drow@mvista.com>
1981
1982 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
1983
021e7609
AC
19842003-02-14 Andrew Cagney <ac131313@redhat.com>
1985
1986 * main.c (tui_version): Delete variable.
1987 (captured_main): When --tui, set interpreter_p to "tui" instead of
1988 enabling tui_version.
1989 * printcmd.c (display_command) [TUI]: Test tui_active instead of
1990 tui_version.
1991 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
1992 * cli/cli-cmds.c (disassemble_command): Ditto.
1993 * defs.h (tui_version): Delete declaration.
1994 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
1995 (tui-interp.o): Add rules.
1996 (SUBDIR_TUI_OBS): Add "tui-interp.o".
1997
e325dcec
CF
19982003-02-14 Christopher Faylor <cgf@redhat.com>
1999
36ffb041 2000 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
2001 just-loaded dll.
2002
c4f90d87
JM
20032003-02-12 Jason Molenda (jmolenda@apple.com)
2004
2005 * symmisc.c (print_objfile_statistics): Include information about
2006 the number of psymtabs and symtabs in each object file.
2007
e46e5ccd
KS
20082003-02-13 Keith R Seitz <keiths@redhat.com>
2009
2010 * main.h (struct captured_main_args): Add interpreter_p.
2011 * main.c (captured_main): Initialize interpreter_p from context.
2012 * gdb.c (main): Set interpreter_p argument.
2013 * Makefile.in (gdb.o): Add dependency for interps.h.
2014
fe97fe9c
AC
20152003-02-12 Andrew Cagney <ac131313@redhat.com>
2016
2017 * event-top.c (cli_command_loop): Delete declaration.
2018 (_initialize_event_loop): Delete function setting event_loop_hook.
2019 * event-top.h (cli_command_loop): Declare. Update copyright.
2020 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
2021 * interps.c (current_interp_command_loop): When event_loop_p, call
2022 cli_command_loop.
2023
1cdac4ef
AC
20242003-02-12 Andrew Cagney <ac131313@redhat.com>
2025
2026 * interps.h (interp_command_loop_ftype): Change return type to
2027 void.
2028
48037ead
ML
20292003-02-12 Michal Ludvig <mludvig@suse.cz>
2030
2031 * x86-64-tdep.c (x86_64_extract_return_value)
2032 (x86_64_store_return_value): Use regcache instead of regbuf.
2033 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
2034 * x86-64-linux-nat.c (fill_gregset): Use regcache.
2035
033afc63
AC
20362003-02-11 Andrew Cagney <ac131313@redhat.com>
2037
2038 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
2039 * aclocal.m4: Regenerate.
2040 * configure: Regenerate.
2041
2042 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
2043 TCL_LD_SEARCH_FLAGS.
2044
40d02bca
ML
20452003-02-10 Michal Ludvig <mludvig@suse.cz>
2046
2047 * dwarf2cfi.c: Reindented.
2048
11308a41
AC
20492003-02-09 Andrew Cagney <ac131313@redhat.com>
2050
2051 * interps.c (clear_interpreter_hooks): Convert function definition
2052 to ISO C.
2053
e1c1c0f6
DC
20542003-02-07 David Carlton <carlton@math.stanford.edu>
2055
2056 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
2057
ab5d3da6
KB
20582003-02-07 Kevin Buettner <kevinb@redhat.com>
2059
2060 * gdbtypes.h (struct main_type): Move ``length'' field from here...
2061 (struct type): ...to here.
2062 (TYPE_LENGTH): Adjust to reflect different location of ``length''
2063 field.
2064 * gdbtypes.c (make_qualified_type): Set length on newly created type.
2065 (replace_type): Set length on all type variants for a given type.
2066
b8a92b82
AC
20672003-02-07 Andrew Cagney <ac131313@redhat.com>
2068
2069 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
2070 <sys/stat.h>.
2071 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
2072
5cb316ef
AC
20732003-02-06 Andrew Cagney <ac131313@redhat.com>
2074
2555fe1a
AC
2075 * Makefile.in (symm-nat.o): Update dependencies.
2076 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
2077 (lynx-nat.o, ia64-linux-nat.): Ditto.
2078 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
2079 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
2080 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
2081
44270758
AC
2082 * Makefile.in (inflow_h): Define.
2083 (procfs.o, inflow.o, procfs.o): Update dependencies.
2084 * inftarg.c (child_stop): Delete extern declaration of
2085 inferior_process_group. Include "inflow.h".
2086 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
2087 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
2088 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
2089 (our_process_group, inferior_process_group): Extern declarations.
2090
df8f7274
AC
2091 * procfs.c: Include "gdb_assert.h".
2092
5cb316ef
AC
2093 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
2094 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
2095 * jv-typeprint.c (java_type_print_base): Ditto.
2096 * typeprint.c (typedef_print): Eliminate STREQ.
2097 * cli/cli-script.c (define_command, define_command): Ditto.
2098 * main.c (captured_main): Ditto.
2099 * values.c (lookup_internalvar): Ditto.
2100 * utils.c (safe_strerror, parse_escape): Eliminate assignment
2101 within `if' conditional.
2102 * linespec.c (decode_line_2): Ditto.
2103 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
2104 (bfd_openw_with_cleanup): Ditto.
2105
2a28ccea
MK
21062003-02-07 Mark Kettenis <kettenis@gnu.org>
2107
2108 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
2109 legacy_extract_return_value and store_return_value to
2110 legacy_return_value.
2111
786b8124
CF
21122003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
2113
2114 * win32-nat.c (get_relocated_section_addrs): New function. Find
2115 section load addresses for symbol handling in relocated DLLs.
2116 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
2117
b871e4ec
FF
21182003-02-05 Fred Fish <fnf@intrinsity.com>
2119
2120 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
2121 '=' and '!='.
2122 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
2123 with '&' and '=='.
2124 (angel_RDI_info): Ditto.
2125 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
2126 with '&' and '!='.
2127 (threads_continue_all_with_signals): Ditto.
2128
4389a95a
AC
21292003-02-05 Jim Ingham <jingham@apple.com>
2130 Keith Seitz <keiths@redhat.com>
2131 Elena Zannoni <ezannoni@redhat.com>
2132 Andrew Cagney <ac131313@redhat.com>
2133
2134 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
2135 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
2136 (SUBDIR_MI_OBS): Add "mi-interp.o".
2137 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
2138 (SFILES): Add "interps.c".
2139 (COMMON_OBS): Add "interps.o".
2140 (interps_h, mi_main_h): Define.
2141 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
2142 (mi-main.o, main.o, event-top.o): Update dependencies.
2143 * cli/cli-interp.c: New file.
2144 * interps.h, interps.c: New files.
2145 * top.c: (gdb_init): Don't install the default interpreter, handed
2146 by captured_main.
2147 * main.c: Include "interps.h".
2148 (interpreter_p): Note that it should malloc'ed.
2149 (captured_command_loop): Call current_interp_command_loop.
2150 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
2151 xfree and xstrdup when updating interpreter_p. Install the
2152 default interpreter. Add hack to stop mi1's copyright notice
2153 being encoded.
2154 * event-top.h (gdb_setup_readline): Declare.
2155 (gdb_disable_readline): Declare.
2156 * event-top.c: Include "interps.h".
2157 (display_gdb_prompt): Call current_interp_display_prompt_p.
2158 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
2159 gdb_stdlog, and gdb_stdtarg.
2160 (_initialize_event_loop): Don't call gdb_setup_readline.
2161 * cli-out.c (cli_out_set_stream): New function.
2162 * cli-out.h (cli_out_set_stream): Declare.
2163
ff3b5810
MK
21642003-02-06 Mark Kettenis <kettenis@gnu.org>
2165
2166 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
2167 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
2168 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
2169 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
2170 config/i386/i386v42mp.mt: Removed.
2171
5b729aa5
MK
21722003-02-05 Mark Kettenis <kettenis@gnu.org>
2173
2174 * configure.tgt (*-*-solaris*): Set gdb_osabi to
2175 GDB_OSABI_SOLARIS.
2176
8cc15142
MC
21772003-02-05 Michael Chastain <mec@shout.net>
2178
2179 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
2180 2.12.1 and earlier versions.
2181
5aa5d4b9
AC
21822003-02-05 Andrew Cagney <ac131313@redhat.com>
2183
2184 Remove orphaned hosts, targets and files.
2185 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
2186 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
2187 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
2188 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
2189 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
2190 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
2191 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
2192 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
2193 * config/sparc/tm-sp64sim.h: Delete.
2194 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
2195 hosts.
2196 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
2197 mips*-dec-mach3* targets.
2198
b68767c1
MC
21992003-02-04 Michael Chastain <mec@shout.net>
2200
2201 * NEWS: Fix typo: sepcifying -> specifying.
2202
5ae7ca1d
MC
22032003-02-04 Michael Chastain <mec@shout.net>
2204
2205 * dwarfread.c: Add documentation on the state of dwarf-1,
2206 looking towards obsoletion.
2207
d08a4280
MC
22082003-02-03 Michael Chastain <mec@shout.net>
2209
2210 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
2211 gdb/testsuite/gdb.c++/pr-1023.exp.
2212
e9be73e4
AC
22132003-02-04 Andrew Cagney <ac131313@redhat.com>
2214
2215 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
2216 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
2217
2218 * utils.c (init_page_info): Delete reference to MPW in comments.
2219 * main.c (captured_main): Delete #ifdef MPW.
2220
05d57f6f
AC
22212003-02-04 Andrew Cagney <ac131313@redhat.com>
2222
2223 * NEWS: Note that the m32r-*-elf* is obsolete.
2224 * monitor.c (monitor_expect): Obsolete reference to m32r.
2225 * configure.tgt: Mark m32r-*-elf* as obsolete.
2226 * MAINTAINERS: Mark m32k as obsolete.
2227 * m32r-rom.c: Obsolete file.
2228 * config/m32r/m32r.mt: Obsolete file.
2229 * config/m32r/tm-m32r.h: Obsolete file.
2230 * m32r-stub.c: Obsolete file.
2231 * m32r-tdep.c: Obsolete file.
2232
8b0e5691
AC
22332003-02-04 Andrew Cagney <ac131313@redhat.com>
2234
2235 * NEWS: Mention that the z8k-zilog-none is obsolete.
2236 * MAINTAINERS: Mark z8k as obsolete.
2237 * configure.tgt: Obsolete the z8k-*-coff* target.
2238 * config/z8k/z8k.mt: Obsolete file.
2239 * config/z8k/tm-z8k.h: Obsolete file.
2240 * z8k-tdep.c: Obsolete file.
2241
67f16606
AC
22422003-02-04 Andrew Cagney <ac131313@redhat.com>
2243
2244 * NEWS: Mention that the mn10200-elf is obsolete.
2245 * configure.tgt: Obsolete mn10200-*-* target.
2246 * breakpoint.c (update_breakpoints_after_exec): Update comment to
2247 mention that the mn10200 is obsolete.
2248 * breakpoint.h: Ditto.
2249 * MAINTAINERS: Mark the mn10200-elf as obsolete.
2250 * config/mn10200/mn10200.mt: Obsolete file.
2251 * config/mn10200/tm-mn10200.h: Obsolete file.
2252 * mn10200-tdep.c: Obsolete file.
2253
fd2299bd
AC
22542003-02-04 Andrew Cagney <ac131313@redhat.com>
2255
2256 * MAINTAINERS: Mark h8500 as obsolete.
2257 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
2258 * findvar.c (value_from_register): Ditto.
2259 * h8500-tdep.c: Mark file as obsolete.
2260 * config/h8500/h8500.mt: Ditto.
2261 * config/h8500/tm-h8500.h: Ditto.
2262 * NEWS: Mention that h8500 is obsolete.
2263
eb9a305d
DC
22642003-02-04 David Carlton <carlton@math.stanford.edu>
2265
2266 * objfiles.c (allocate_objfile): Always set name. Add comment at
2267 start of function.
2268 * jv-lang.c (get_dynamics_objfile): Add comment.
2269
406fc7fb
DC
22702003-02-04 David Carlton <carlton@math.stanford.edu>
2271
2272 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
2273 * printcmd.c (build_address_symbolic): Replace uses of
2274 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
2275 SYMBOL_NAME, and asm_demangle.
2276 Update copyright.
2277
93d91629
DC
22782003-02-04 David Carlton <carlton@math.stanford.edu>
2279
2280 * linespec.c (decode_compound): Extract code into
2281 lookup_prefix_sym.
2282 (lookup_prefix_sym): New function.
2283
1c5cb38e
DC
22842003-02-04 David Carlton <carlton@math.stanford.edu>
2285
2286 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
2287 FLOAT_COERCION_BADNESS.
2288 * gdbtypes.c (rank_one_type): Replace all uses of
2289 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
2290
0cf824c9
JB
22912003-02-04 Jim Blandy <jimb@redhat.com>
2292
2293 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
2294 section, let dwarf_macinfo_section point to it, not
2295 dwarf_loc_section.
2296
a2d356b0
DJ
22972003-02-04 Daniel Jacobowitz <drow@mvista.com>
2298
2299 Pointed out by Anton Blanchard <anton@samba.org>.
2300 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
2301 (ppc_linux_at_sigtramp_return_path): Use it.
2302
2de7ced7
DJ
23032003-02-04 Daniel Jacobowitz <drow@mvista.com>
2304
2305 * defs.h (streq): Add prototype.
2306 * utils.c (streq): New function.
2307
2308 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
2309 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
2310 * mdebugread.c (new_symbol): Likewise.
2311 * stabsread.c (define_symbol): Likewise.
2312 * coffread.c (process_coff_symbol): Likewise.
2313 * dwarfread.c (new_symbol): Likewise.
2314
2315 * minsyms.c (prim_record_minimal_symbol_and_info): Use
2316 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
2317 here.
2318 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
2319 SYMBOL_INIT_DEMANGLED_NAME.
2320 * objfiles.c: Include "hashtab.h".
2321 (allocate_objfile): Call htab_set_functions_ex for the
2322 demangled_names_hash.
2323 (free_objfile): Call htab_delete for the demangled_names_hash.
2324 * objfiles.h (struct htab): Add declaration.
2325 (struct objfile): Add demangled_names_hash.
2326 * symfile.c: Include "hashtab.h".
2327 (reread_symbols): Call htab_delete for the demangled_names_hash.
2328 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
2329 SYMBOL_NAME in the bcache.
2330 * symtab.c: Include "hashtab.h". Update comments.
2331 (create_demangled_names_hash, symbol_set_names): New functions.
2332 (symbol_find_demangled_name): New function, broken out from
2333 symbol_init_demangled_names.
2334 (symbol_init_demangled_names): Use it.
2335 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
2336 (SYMBOL_SET_NAMES): New macro.
2337 (symbol_set_names): Add prototype.
2338
15831452
JB
23392003-02-03 Jim Blandy <jimb@redhat.com>
2340
2341 Use a single, consistent representation for an empty minimal
2342 symbol table in an objfile.
2343 * objfiles.c (terminate_minimal_symbol_table): New function.
2344 (allocate_objfile): Call it.
2345 * objfiles.h (terminate_minimal_symbol_table): New declaration.
2346 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
2347 non-NULL.
2348 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
2349 objfile has minimal symbols, compare minimal_symbol_count to zero,
2350 instead of comparing msymbols with NULL.
2351 * objfiles.c (have_minimal_symbols): Same.
2352 * solib-sunos.c (solib_add_common_symbols): Call
2353 terminate_minimal_symbol_table.
2354 * symfile.c (reread_symbols): Same.
2355
ffc65945
KB
23562003-02-03 Kevin Buettner <kevinb@redhat.com>
2357
2358 * s390-tdep.c (s390_address_class_type_flags)
2359 (s390_address_class_type_flags_to_name)
2360 (s390_address_class_name_to_type_flags): New functions.
2361 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
2362 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
2363
f211c6d4
MS
23642003-02-03 Michael Snyder <msnyder@redhat.com>
2365
2366 * arm-tdep.c: Fix spell-o in comment.
2367
659b0389
ML
23682003-02-03 Michal Ludvig <mludvig@suse.cz>
2369
2370 * dwarf2cfi.c (pointer_encoding): Added new parameter.
2371 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
2372 error messages to contain BFD filename.
2373
3b31d625
EZ
23742003-02-02 Elena Zannoni <ezannoni@redhat.com>
2375
997b089a 2376 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
2377 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
2378 (do_mixed_source_and_assembly): Use
2379 make_cleanup_ui_out_tuple_begin_end and
2380 make_cleanup_ui_out_tuple_begin_end.
2381 (do_mixed_source_and_assembly): Ditto.
2382 * thread.c (do_captured_list_thread_ids): Ditto.
2383 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
2384 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
2385 ui_out_tuple_end): Delete prototypes.
2386 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
2387 ui_out_list_end, ui_out_tuple_end): Delete.
2388
2389 From Kevin Buettner <kevinb@redhat.com>:
2390 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
2391 * ui-out.c (make_cleanup_ui_out_table_begin_end)
2392 (do_cleanup_table_end): New functions.
2393 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
2394 Use cleanups to invoke_ui_out_tuple_end().
2395 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
2396 * cli/cli-setshow.c (cmd_show_list): Use
2397 make_cleanup_ui_out_tuple_begin_end.
2398
5b181d62
AC
23992003-02-02 Andrew Cagney <ac131313@redhat.com>
2400
2401 * frame.c (frame_unwind_register): New function.
2402 (frame_unwind_unsigned_register): Use.
2403 (frame_unwind_signed_register): Use.
2404 (frame_read_register): New function.
2405 * frame.h (frame_unwind_register): Declare.
2406 (frame_read_register): Declare.
2407
2408 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
2409 and frame_unwind_register instead of read_memory, write_register
2410 and deprecated_write_register_bytes.
2411
5f601589
AC
24122003-02-02 Andrew Cagney <ac131313@redhat.com>
2413
2414 * frame.h: Note that namelen can be negative.
2415 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
2416 NAME's length.
2417
2418 * NEWS: Mention that the d10v's `regs' command is deprecated.
2419 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
2420 (d10v_print_registers_info): New function.
2421 (show_regs): Call d10v_print_registers_info.
2422 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
2423
6a3fe0a4
MK
24242003-02-02 Mark Kettenis <kettenis@gnu.org>
2425
2426 * stack.c (print_frame_info): Restore call to annotate_frame_begin
2427 lost in the previous patch.
2428
075559bc
AC
24292003-02-01 Andrew Cagney <ac131313@redhat.com>
2430
2431 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
2432 * stack.c (print_frame_info_base): Output complete FRAME tuple
2433 for synthesized frames.
2434
6789195b
AC
24352003-02-02 Andrew Cagney <ac131313@redhat.com>
2436
2437 * mips-nat.c (zerobuf): Delete.
2438 (fetch_inferior_registers): Alloc local zerobuf.
2439 (fetch_core_registers): Alloc local zerobuf.
2440 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
2441 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
2442 * thread-db.c (thread_db_store_registers): Ditto.
2443 * sh-tdep.c (sh_do_register): Ditto.
2444 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2445 * remote-sim.c (gdbsim_store_register): Ditto.
2446 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2447 * remote-e7000.c (fetch_regs_from_dump): Ditto.
2448 * monitor.c (monitor_supply_register): Ditto.
2449 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
2450 * mips-nat.c (fetch_inferior_registers): Ditto.
2451 * m68klinux-nat.c (fetch_register): Ditto.
2452 * lynx-nat.c (fetch_inferior_registers): Ditto.
2453 (fetch_inferior_registers): Ditto.
2454 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
2455 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
2456 (hpux_thread_store_registers): Ditto.
2457 * hppah-nat.c (fetch_register): Ditto.
2458 * hppab-nat.c (fetch_register): Ditto.
2459 * hppa-tdep.c (pa_register_look_aside): Ditto.
2460 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
2461 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
2462
e669114a
AC
24632003-02-01 Andrew Cagney <ac131313@redhat.com>
2464
2465 * gdbarch.sh: Explictly specify all method levels. When a
2466 variable with an empty level, provide a non-multi-arch default.
2467 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
2468 * gdbarch.h: Re-generate.
2469 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
2470 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
2471
9a043c1d
AC
24722003-02-01 Andrew Cagney <ac131313@redhat.com>
2473
2474 * defs.h (host_pointer_to_address): Delete declaration.
2475 (address_to_host_pointer): Delete declaration.
2476 * utils.c (host_pointer_to_address): Delete function.
2477 (address_to_host_pointer): Delete function.
2478 * procfs.c (procfs_address_to_host_pointer): New function.
2479 * procfs.c (proc_set_watchpoint): Use.
2480 (procfs_can_use_hw_breakpoint): Update comments.
2481 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
2482 (som_solib_add): Use.
2483 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
2484 * hppa-tdep.c (unwind_command): Use.
2485
7ca9f392
AC
24862003-02-01 Andrew Cagney <ac131313@redhat.com>
2487
94bbfd30
AC
2488 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
2489 strlen d_name.
2490
7ca9f392
AC
2491 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
2492 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
2493 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
2494 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
2495 (define_symbol): Update.
2496 * symfile.c (generic_load): Remove references to nindy.
2497 * symtab.c: Remove references to nindy.
2498
31a85ea2
AC
24992003-02-01 Andrew Cagney <ac131313@redhat.com>
2500
2501 * infcmd.c (print_float_info): Delete code conditional on
2502 FLOAT_INFO.
2503 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
2504 * config/m68k/nm-apollo68b.h: Ditto.
2505 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
2506 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
2507 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
2508
f6e85fc8
MK
25092003-02-01 Mark Kettenis <kettenis@gnu.org>
2510
6015b6a0
MK
2511 * config/i386/tm-i386os9k.h: Removed.
2512
f7a30bdf
MK
2513 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
2514 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
2515 they're identical to i[3456]86-*-sysv* now.
2516 * config/i386/i386v32.mh: Removed.
2517 * config/i386/xm-i386v32.h: Removed.
2518 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
2519
28d52111
MK
2520 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
2521
4d3f6bce
MK
2522 * config/i386/i386dgux.mh: Removed.
2523 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
2524
f6e85fc8
MK
2525 * configure.in: Fix typo.
2526 * configure: Regenerated.
2527
53955967
DC
25282003-01-31 David Carlton <carlton@math.stanford.edu>
2529
2530 * dwarf2read.c (dwarf2_locate_sections): Set
2531 dwarf_ranges_section.
2532
b1364885
AC
25332003-01-31 Andrew Cagney <ac131313@redhat.com>
2534
8dbb1c65
AC
2535 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
2536 * utils.c: Update comments documenting legitimate uses of PTR.
2537
8731e58e
AC
2538 * utils.c: Re-indent.
2539
b1364885
AC
2540 * config/djgpp/fnchange.lst: Delete nindy files.
2541 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
2542 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
2543 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
2544 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
2545 * nindy-share/README, nindy-share/Onindy.c: Delete files.
2546 * nindy-tdep.c, nindy-share/Makefile: Delete files.
2547 * Makefile.in (init.c): Remove nindy references.
2548 (saber_gdb): Delete rule.
2549 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
2550 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
2551 and a68v-nat.c.
2552 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
2553 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
2554 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
2555 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
2556 nindy-share/stop.h.
2557 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
2558 * saber.suppress: Delete file.
2559
086df311
DJ
25602003-01-31 Daniel Jacobowitz <drow@mvista.com>
2561
2562 * dbxread.c (stabs_data): New static variable.
2563 (fill_symbuf): Support an in-memory buffer for stabs data.
2564 (stabs_seek): New function.
2565 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
2566 (read_ofile_symtab): Use stabs_seek.
2567 (elfstab_build_psymtabs): Take an asection* instead of
2568 an offset and size. Relocate the stabs data if necessary.
2569 Save the section* for dbx_psymtab_to_symtab.
2570 * dwarf2read.c: Add section variables for each debug section.
2571 (dwarf2_locate_sections): Fill them in.
2572 (dwarf2_read_section): Take an asection* argument.
2573 Relocate the section contents if necessary.
2574 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
2575 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
2576 it to dwarf2_read_section.
2577 (dwarf2_build_frame_info): Update callers.
2578 * elfread.c (elf_symfile_read): Update call to
2579 elfstab_build_psymtabs.
2580 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
2581 (DBX_STAB_SECTION): New macro.
2582 * stabsread.h (elfstab_build_psymtabs): Update prototype.
2583 * symfile.c (symfile_dummy_outputs): New function.
2584 (symfile_relocate_debug_section): New function.
2585 * symfile.h (symfile_relocate_debug_section): Add prototype.
2586
87d1b352
RH
25872003-01-31 Richard Henderson <rth@redhat.com>
2588
2589 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
2590 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
2591 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
2592 * alpha-tdep.c (alpha_register_name): Add "unique".
2593 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
2594 (ALPHA_UNIQUE_REGNUM): New.
2595 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
2596
c48861fb
AC
25972003-01-31 Andrew Cagney <ac131313@redhat.com>
2598
2599 * README: Remove reference to Ericsson 1800 monitor.
2600 * Makefile.in (remote-es.o): Delete rule.
2601 (ALLDEPFILES): Delete remote-es.c.
2602 * remote-es.c: Delete file.
2603 * config/m68k/es1800.mt: Delete file.
2604 * config/djgpp/fnchange.lst: Update.
2605 * configure.tgt: Delete m68*-ericsson-* target.
2606
d764a824
AF
26072003-01-31 Adam Fedor <fedor@gnu.org>
2608
2609 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
2610 Remove duplicate/shadowing variable of same name.
2611
fe36c4f4
JB
26122003-01-30 Jim Blandy <jimb@redhat.com>
2613
2614 * symfile.c (find_separate_debug_file): Assert that the objfile's
2615 directory name we compute ends with a slash, and then assume that
2616 that's so everywhere we use it.
2617
cb741690
DJ
26182003-01-30 Daniel Jacobowitz <drow@mvista.com>
2619
2620 * valops.c (value_assign): Flush frame cache after stores to memory
2621 also.
2622
96ee5227
AC
26232003-01-30 Andrew Cagney <ac131313@redhat.com>
2624
2625 * Makefile.in (mon960-rom.o): Delete rule.
2626 * mon960-rom.c: Delete file.
2627
7f6104a9
AC
26282003-01-30 Andrew Cagney <ac131313@redhat.com>
2629
2630 * d10v-tdep.c: Include "frame-unwind.h".
2631 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
2632 list.
2633 (next_addr, uses_frame): Delete.
2634 (struct d10v_unwind_cache): Define.
2635 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
2636 Use info instead of next_addr and uses_frame globals.
2637 (d10v_frame_init_saved_regs): Delete function.
2638 (d10v_init_extra_frame_info): Delete function.
2639 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
2640 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
2641 init_frame_pc or frame_saved_pc.
2642 (d10v_pop_frame): Delete function.
2643 (do_d10v_pop_frame): Delete function.
2644 (d10v_frame_chain): Delete function.
2645 (d10v_frame_chain_valid): Delete function.
2646 (d10v_frame_pc_unwind): New function.
2647 (d10v_frame_id_unwind): New function.
2648 (saved_regs_unwinder): New function.
2649 (d10v_frame_register_unwind): New function.
2650 (d10v_frame_pop): New function.
2651 (d10v_frame_unwind): New variable.
2652 (d10v_frame_p): New function.
2653 (d10v_frame_saved_pc): Delete function.
2654 * Makefile.in (d10v-tdep.o): Update dependencies.
2655
cad2e848
JB
26562003-01-30 J. Brobecker <brobecker@gnat.com>
2657
2658 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
2659 causing some regressions due to a change in the default value
2660 for this macro.
2661
af34e669
DJ
26622003-01-29 Richard Henderson <rth@redhat.com>
2663 Elena Zannoni <ezannoni@redhat.com>
2664 Daniel Jacobowitz <drow@mvista.com>
2665
2666 Fix PR gdb/961.
2667 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
2668 variables.
2669 (RANGES_SECTION): New.
2670 (dwarf_ranges_buffer): New variable.
2671 (struct comp_unit_head): Add member "die".
2672 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
2673 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
2674 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
2675 (dwarf2_locate_sections): Likewise.
2676 (dwarf2_build_psymtabs): Read .debug_ranges.
2677 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
2678 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
2679 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
2680 Look for DW_AT_ranges and return the bounding box.
2681
baa93fa6
CF
26822003-01-29 Brian Ford <ford@vss.fsi.com>
2683
2684 * win32-nat.c (cygwin_pid): Removed as unused.
2685 (child_attach): Try fall back to Cygwin pid.
2686
c63f977f
JB
26872003-01-29 Jim Blandy <jimb@redhat.com>
2688
2689 * objfiles.h (struct objfile): Doc fix.
2690
d62d1979
AC
26912003-01-29 Andrew Cagney <ac131313@redhat.com>
2692
2693 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
2694 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
2695 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
2696 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
2697 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
2698 (FRAME_SAVED_PC): Change to a function with predicate.
2699 * gdbarch.h, gdbarch.c: Re-generate.
2700
1ae18a04
AC
27012003-01-28 Andrew Cagney <ac131313@redhat.com>
2702
52287340
AC
2703 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
2704
1ae18a04
AC
2705 * complaints.c (complain): Delete function.
2706 * complaints.h (struct deprecated_complaint): Delete definition.
2707 (complain): Delete declaration.
2708
f2c16bd6
KB
27092003-01-28 Kevin Buettner <kevinb@redhat.com>
2710
2711 * mips-tdep.c (mips_init_extra_frame_info): Return early for
2712 dummy frames.
2713
a94dd1fd
AC
27142003-01-27 Andrew Cagney <ac131313@redhat.com>
2715
2716 * sentinel-frame.h, sentinel-frame.c: New files.
2717 * Makefile.in (frame.o): Update dependencies.
2718 (SFILES): Add sentinel-frame.c.
2719 (sentinel_frame_h): Define.
2720 (COMMON_OBS): Add sentinel-frame.o.
2721 (sentinel-frame.o): Specify dependencies.
2722 * frame.c: Include "sentinel-frame.h".
2723 (frame_register_unwind): Rewrite assuming that there is always a a
2724 ->next frame.
2725 (frame_register, generic_unwind_get_saved_register): Ditto.
2726 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
2727 (create_sentinel_frame, unwind_to_current_frame): New functions.
2728 (get_current_frame): Rewrite using create_sentinel_frame and
2729 unwind_to_current_frame. When possible, always create a frame.
2730 (create_new_frame): Set next to the sentinel frame.
2731 (get_next_frame): Rewrite. Don't go below the level 0 frame.
2732 (deprecated_update_frame_pc_hack): Update the next frame's PC and
2733 ID cache when necessary.
2734 (frame_saved_regs_id_unwind): Use frame_relative_level.
2735 (deprecated_generic_get_saved_register): Use frame_relative_level,
2736 get_frame_saved_regs, get_frame_pc, get_frame_base and
2737 get_next_frame.
2738 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
2739 frame_register.
2740
5378adc4
DJ
27412003-01-27 Daniel Jacobowitz <drow@mvista.com>
2742
2743 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
2744
51ee2ddc
DJ
27452003-01-27 Daniel Jacobowitz <drow@mvista.com>
2746
2747 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
2748 (maintenance_set_profile_cmd): Use error () instead of warning ().
2749
d9feb4e7
DJ
27502003-01-27 Daniel Jacobowitz <drow@mvista.com>
2751
2752 * configure.in: Check that -pg works if using --enable-profiling.
2753 Check for monstartup and _mcleanup regardless of --enable-profiling.
2754 * maint.c: Check for monstartup and _mcleanup before using them.
2755 * config.in: Regenerated.
2756 * configure: Regenerated.
2757
2d188dd3
NC
27582003-01-24 Nick Clifton <nickc@redhat.com>
2759
2760 * Add sh2e support:
2761
2762 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
2763
2764 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
2765 (sh2e_show_regs): New.
2766 (sh_gdbarch_init): Handle bfd_mach_sh2e.
2767 * config/sh/tm-sh.h: Added sh2e to comments.
2768
cb3c37b2
JB
27692003-01-23 Jim Blandy <jimb@redhat.com>
2770
2771 * symfile.c (syms_from_objfile): Don't print the "(no debugging
2772 symbols found)" message here; we haven't checked for a separate
2773 debug info file yet, so we don't know yet.
2774 (symbol_file_add_with_addrs_or_offsets): Print it here, after
2775 we've looked everywhere. Also, there's no need to print a special
2776 message when we're loading the separate debug info file: the one
2777 symbol_file_add prints is fine.
2778
5b5d99cf
JB
27792003-01-23 Alexander Larsson <alexl@redhat.com>
2780 Jim Blandy <jimb@redhat.com>
2781
2782 Add support for executables whose debug info has been separated
2783 out into a separate file, leaving only a link behind.
2784 * objfiles.h (struct objfile): New fields: separate_debug_objfile
2785 and separate_debug_objfile_backlink.
2786 (put_objfile_before): New declaration.
2787 * symfile.c: #include "filenames.h".
2788 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
2789 debug info in a separate file, read that, too. Save the addrs
2790 argument, so we can use it again to read the separated debug info;
2791 syms_from_objfile modifies the table we pass it.
2792 (reread_symbols): After re-reading an objfile, call
2793 reread_separate_symbols to refresh its separate debug info
2794 objfile, if it has one.
2795 (reread_separate_symbols, find_separate_debug_file,
2796 get_debug_link_info, separate_debug_file_exists): New functions.
2797 (debug_file_directory): New global var.
2798 (_initialize_symfile): Initialize debug_file_directory, and
2799 provide the new `set debug-file-directory' command to let the user
2800 change it.
2801 * objfiles.c (free_objfile): If this objfile has its debug info in
2802 a separate objfile, free that one too. If this is itself a
2803 separate debug info objfile, clear our parent's backlink.
2804 (put_objfile_before): New function.
2805 * utils.c (gnu_debuglink_crc32): New function.
2806 * defs.h (gnu_debuglink_crc32): New declaration.
2807 * Makefile.in (symfile.o): Note dependency on "filenames.h".
2808 * configure.in: Handle --with-separate-debug-dir config option.
2809 * acinclude.m4 (AC_DEFINE_DIR): New macro.
2810 * acconfig.h (DEBUGDIR): New macro.
2811 * configure, aclocal.m4, config.in: Regenerated.
2812
7e8580c1
JB
28132003-01-22 Jim Blandy <jimb@redhat.com>
2814
7904e09f
JB
2815 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
2816 like the old symbol_file_add, but taking new arguments: you can
2817 now pass in either a `struct section_addr_info' list to say where
2818 each section is loaded, or a `struct section_offsets' table. Pass
2819 these new arguments through to syms_from_objfile as appropriate.
2820 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
2821 with the appropriate quiescent values for the new arguments.
2822
7e8580c1
JB
2823 * symfile.c: #include "gdb_assert.h".
2824 (syms_from_objfile): Add the ability to pass in a section offset
2825 table directly, as an alternative to the section_addr_info table.
2826 Document arguments better.
2827 (symbol_file_add): Pass extra arguments to syms_from_objfile.
2828 * symfile.h (syms_from_objfile): Update declaration.
2829 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
2830 syms_from_objfile.
2831 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
2832
d28f9cdf
DJ
28332003-01-22 Daniel Jacobowitz <drow@mvista.com>
2834
2835 Original patch by Tom Tromey <tromey@cygnus.com> and
2836 Jason Molenda <jmolenda@apple.com>.
2837 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
2838 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
2839 * NEWS: Mention profiling.
2840 * configure.in (--enable-gdbtk): Fix typo.
2841 (--enable-profiling): New. Set PROFILE_CFLAGS.
2842 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
2843 Fill in function.
2844 (profiling_state): New variable.
2845 (mcleanup_wrapper): New function.
2846 (_initialize_maint): Remove NOTYET, fix call to
2847 add_setshow_boolean_cmd for "maint set profile".
2848 * configure: Regenerated.
2849
df21e465
MH
28502003-01-21 Martin M. Hunt <hunt@redhat.com>
2851
2852 * Makefile.in (install-gdbtk): Install PNG images too.
2853
73c1f219
AC
28542003-01-21 Andrew Cagney <ac131313@redhat.com>
2855
2856 * exec.c (text_start): Delete global variable.
2857 (exec_file_attach): Make text_start local to the function.
2858 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
2859 * valops.c (hand_function_call): Delete code that handles
2860 BEFORE_TEXT_END and AFTER_TEXT_END.
2861 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
2862 of CALL_DUMMY_LOCATION.
2863 * gdbarch.c: Regenerate.
2864 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
2865 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
2866 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
2867 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
2868 (text_end): Delete extern declaration.
2869
eb4f72c5
AC
28702003-01-21 Andrew Cagney <ac131313@redhat.com>
2871
2872 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
2873 * blockframe.c (backtrace_below_main): Move to "frame.c".
2874 (frame_chain_valid): Delete check for backtrace_below_main.
2875 (_initialize_blockframe): Delete initialization, move ``set
2876 backtrace-below-main'' command to "frame.c".
2877 (do_flush_frames_sfunc): Delete function.
2878 * frame.c: Include "command.h" and "gdbcmd.h".
2879 (frame_type_from_pc): New function.
2880 (create_new_frame): Use frame_type_from_pc.
2881 (legacy_get_prev_frame): New function.
2882 (get_prev_frame): Rewrite. When an old style frame, call
2883 legacy_get_prev_frame. Otherwize, unwind the PC first.
2884 (_initialize_frame): Add ``set backtrace-below-main'' command.
2885 * Makefile.in (frame.o): Update dependencies.
2886
778ce8cc
AC
28872003-01-19 Andrew Cagney <ac131313@redhat.com>
2888
2889 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
2890 DEPRECATED_REGISTERS_INFO.
2891
01c193c8
AC
28922003-01-19 Andrew Cagney <ac131313@redhat.com>
2893
2894 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
2895 Maintainers'. Update `Various Maintainers'.
2896
dedc2a2b
AC
28972003-01-19 Andrew Cagney <ac131313@redhat.com>
2898
2899 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
2900 * gdbarch.sh (POP_FRAME): Change to function with predicate.
2901 Suppress actual parameters when `-'.
2902 * gdbarch.h, gdbarch.c: Regenerate.
2903
b7261c70
AC
29042003-01-19 Andrew Cagney <ac131313@redhat.com>
2905
2906 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
2907 code handling dummy frames.
2908
dbe9fe58
AC
29092003-01-19 Andrew Cagney <ac131313@redhat.com>
2910
2911 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
2912 (struct frame_unwind): Add field pop.
2913 * frame.h (frame_pop): Declare.
2914 * frame.c (frame_saved_regs_pop): New function.
2915 (trad_frame_unwinder): Add frame_saved_regs_pop.
2916 (frame_pop): New function.
2917 * dummy-frame.c (dummy_frame_pop): New function.
2918 (discard_innermost_dummy): New function.
2919 (generic_pop_dummy_frame): Use discard_innermost_dummy.
2920 (dummy_frame_unwind): Add dummy_frame_pop.
2921 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
2922 * valops.c (hand_function_call): Ditto.
2923 * stack.c (return_command): Ditto.
2924
570b8f7c
AC
29252003-01-18 Andrew Cagney <ac131313@redhat.com>
2926
2927 * cris-tdep.c: Fix function declaration indentation.
2928 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
2929 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
2930 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
2931 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
2932 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
2933 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
2934
29352003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
2936
2937 * README (Unpacking and Installation -- quick overview):
2938 Warn against ".../gdb-5.3/gdb/configure".
2939
494cca16
AC
29402003-01-18 Andrew Cagney <ac131313@redhat.com>
2941
2942 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
2943 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
2944 (struct frame_unwind): Declare opaque.
2945 (dummy_frame_p): Declare function.
2946 * dummy-frame.c (dummy_frame_id_unwind): Make static.
2947 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
2948 * dummy-frame.c: Include "frame-unwind.h".
2949 (dummy_frame_p): New function.
2950 (dummy_frame_unwind): New variable.
2951 * frame.c: Include "frame-unwind.h".
2952 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
2953 to use the new unwind field.
2954 (set_unwind_by_pc): Delete function.
2955 (create_new_frame, get_prev_frame): Set unwind field using
2956 frame_unwind_find_by_pc.
2957 (trad_frame_unwind, trad_frame_unwinder): New variables.
2958 * frame.h (trad_frame_unwind): Declare variable.
2959 (frame_id_unwind_ftype): Delete declaration.
2960 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
2961 (struct frame_unwind): Declare opaque.
2962 (struct frame_info): Replace the fields id_unwind, pc_unwind and
2963 register_unwind with a single unwind pointer.
2964 * frame-unwind.h, frame-unwind.c: New files.
2965 * Makefile.in (SFILES): Add frame-unwind.c.
2966 (frame_unwind_h): Define.
2967 (COMMON_OBS): Add frame-unwind.o.
2968 (frame-unwind.o): Specify dependencies.
2969 (frame.o, dummy-frame.o): Update dependencies.
2970
4efb68b1
AC
29712003-01-18 Andrew Cagney <ac131313@redhat.com>
2972
2973 * ada-valprint.c: Eliminate PTR.
2974 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
2975 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
2976 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
2977 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
2978 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
2979 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
2980 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
2981
a84d24ee
AC
29822003-01-17 Andrew Cagney <ac131313@redhat.com>
2983
762f08a3
AC
2984 * main.c (captured_main): Don't use PTR.
2985 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
2986 * gdbtypes.c (lookup_primitive_typename): Ditto.
2987 (lookup_struct_elt_type): Ditto.
2988 * f-valprint.c (info_common_command): Ditto.
2989 (list_all_visible_commons): Ditto.
2990 * jv-typeprint.c (java_type_print_base): Ditto.
2991
a84d24ee
AC
2992 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
2993 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
2994 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
2995 i386-interix-nat.c and i386-interix-tdep.c. Rename
2996 m68klinux-nat.c and m68klinux-tdep.c. Rename
2997 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
2998 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
2999 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
3000 * main.c (captured_main): Use xfree, not free.
3001
c170fb60
AC
30022003-01-16 Andrew Cagney <ac131313@redhat.com>
3003
3004 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
3005 ID back using a parameter.
3006 * frame.c (frame_id_unwind): Update call.
3007 (frame_saved_regs_id_unwind): Update.
3008 * dummy-frame.c (dummy_frame_id_unwind): Update function.
3009 * dummy-frame.h (struct frame_id): Add opaque declaration.
3010 (dummy_frame_id_unwind): Update declaration.
3011
867f3898
AC
30122003-01-15 Andrew Cagney <ac131313@redhat.com>
3013
3014 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
3015
40622be8 30162003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 3017
40622be8 3018 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 3019
ae66c1fc
EZ
30202003-01-14 Elena Zannoni <ezannoni@redhat.com>
3021
997b089a 3022 Fix PR gdb/898
ae66c1fc
EZ
3023 * breakpoint.c (until_break_command): Add new argument. Use it to
3024 decide whether to stop only at the current frame or not.
3025 * breakpoint.h (until_break_command): Update prototype.
3026 * infcmd.c (until_command): Add new argument to until_break_command
3027 call.
3028 (advance_command): New function.
3029 (_initialize_infcmd): Update help string for 'until' command.
3030 Add new 'advance' command.
3031
a04257e6
DC
30322003-01-14 David Carlton <carlton@math.stanford.edu>
3033
3034 * linespec.c (decode_line_1): Normalize comments.
3035 (set_flags): Ditto.
3036 (locate_first_half): Ditto.
3037 (decode_compound): Ditto.
3038 (symtab_from_filename): Ditto.
3039 (decode_all_digits): Ditto.
3040 (decode_dollar): Ditto.
3041 (find_methods): Ditto.
3042 (find_toplevel_char): Ditto.
3043
1bac305b
AC
30442003-01-13 Andrew Cagney <ac131313@redhat.com>
3045
3046 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
3047 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
3048 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
3049 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
3050 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
3051 * language.c, language.h, m32r-tdep.c: Update copyright.
3052 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
3053 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
3054 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
3055 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
3056 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
3057 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
3058
25caa7a8
EZ
30592003-01-13 Elena Zannoni <ezannoni@redhat.com>
3060
3061 * stabsread.h (process_later, resolve_cfront_continuation):
3062 Obsolete.
3063 Update copyright years.
3064 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
3065 Update copyright year.
3066 * dbxread.c(struct cont_elem): Obsolete.
3067 (process_later, process_now): Obsolete functions.
3068 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
3069 Update copyright year.
3070 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
3071 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
3072 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
3073 (parse_partial_symbols): Obsolete cfront support.
3074 * stabsread.c
3075 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
3076 macros.
3077 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
3078 read_cfront_baseclasses, read_cfront_member_functions,
3079 resolve_cfront_continuation,read_cfront_static_fields,
3080 copy_cfront_struct_fields): Obsolete functions.
3081 (define_symbol, read_one_struct_field): Obsolete cfront support.
3082 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
3083 Update Copyright year.
3084
7789c6f5
EZ
30852003-01-13 Elena Zannoni <ezannoni@redhat.com>
3086
3087 * stack.c (print_frame_info, print_stack_frame_base_stub,
3088 print_stack_frame_base, show_and_print_stack_frame_stub,
3089 show_and_print_stack_frame, print_only_stack_frame_stub,
3090 print_only_stack_frame): Delete functions.
3091 (print_stack_frame_stub): Call print_frame_info instead of
3092 print_frame_info_base.
3093 (print_frame_info_base): Rename to print_frame_info.
3094 (backtrace_command_1): Call print_frame_info, instead of
3095 print_frame_info_base.
3096 (current_frame_command): Call print_stack_frame, instead of
3097 print_only_stack_frame.
3098 (frame_command): Call print_stack_frame, instead of
3099 show_and_print_stack_frame.
3100 (up_command): Ditto.
3101 (down_command): Ditto.
3102 * frame.h (print_only_stack_frame): Delete prototype.
3103 * infrun.c (normal_stop): Call print_stack_frame, instead of
3104 show_and_print_stack_frame.
3105 * thread.c (info_threads_command): Call print_stack_frame, instead
3106 of print_only_stack_frame.
3107
3f5a3016
AC
31082003-01-13 Andrew Cagney <ac131313@redhat.com>
3109
d99ba314
AC
3110 * README (Graphical interface to GDB): Update URL. Point at
3111 gdb/links/.
3112
3f5a3016
AC
3113 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
3114 version match.
3115
083ae935
DJ
31162003-01-13 Daniel Jacobowitz <drow@mvista.com>
3117
3118 * symtab.c (find_pc_sect_line): Don't consider end-of-function
3119 lines.
3120
5365276c
DJ
31212003-01-13 Daniel Jacobowitz <drow@mvista.com>
3122
3123 * thread-db.c (attach_thread): Prototype.
3124 (struct private_thread_info): Remove lwpid. Add thread handle (th),
3125 thread information (ti), and valid flags (th_valid, ti_valid).
3126 (attach_thread): Move target_pid_to_str call to after the thread
3127 is added to GDB's list. Initialize the cache.
3128 (thread_get_info_callback, thread_db_map_id2thr)
3129 (thread_db_get_info): New functions.
3130 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
3131 (thread_db_store_registers, thread_db_thread_alive)
3132 (thread_db_get_thread_local_address): Use them.
3133 (thread_db_pid_to_str): Likewise. Return "Missing" instead
3134 of calling error() for threads in unknown state.
3135
3136 (clear_lwpid_callback): New function.
3137 (thread_db_resume): Use it to clear the cache.
3138
9fc30b6b
DJ
31392003-01-13 Daniel Jacobowitz <drow@mvista.com>
3140
3141 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
3142 (resume_callback): Remove dead code.
3143
8f871025
AC
31442003-01-13 Andrew Cagney <ac131313@redhat.com>
3145
3146 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
3147 predicate.
3148 * gdbarch.h, gdbarch.c: Regenerate.
3149 * stack.c (frame_info): Only initialize the saved registers when
3150 FRAME_INIT_SAVED_REGS_P.
3151 * frame.c (frame_saved_regs_register_unwind): Assert
3152 FRAME_INIT_SAVED_REGS_P.
3153 (deprecated_generic_get_saved_register): Ditto.
3154
3f565f1e
DJ
31552003-01-13 Daniel Jacobowitz <drow@mvista.com>
3156
3157 * source.c (openp): Squelch warning about "filename".
3158
072b1022
DJ
31592003-01-13 Daniel Jacobowitz <drow@mvista.com>
3160
3161 * source.c (openp): If the file does not exist don't necessarily
3162 search the path.
3163
973ccf8b
DJ
31642003-01-13 Daniel Jacobowitz <drow@mvista.com>
3165
3166 Fix PR gdb/872.
3167 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
3168 (integer_types_same_name_p): New function.
3169 (rank_one_type): Use it.
3170 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
3171
030292b7
DJ
31722003-01-13 Daniel Jacobowitz <drow@mvista.com>
3173
3174 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
3175 variables.
3176 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
3177 * configure.in: Add --with-sysroot.
3178 * configure: Regenerated.
3179 * main.c (gdb_sysroot): New variable.
3180 (captured_main): Initialize gdb_sysroot.
3181 * defs.h (gdb_sysroot): New extern declaration.
3182 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
3183
afb5d334
MC
31842003-01-12 Michael Chastain <mec@shout.net>
3185
3186 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
3187
751ceeb4
MC
31882003-01-12 Michael Chastain <mec@shout.net>
3189
3190 * top.c (print_gdb_version): Bump copyright year to 2003.
3191
94cd26f8
DC
31922003-01-12 David Carlton <carlton@bactrian.org>
3193
3194 * linespec.c (symtab_from_filename): Rename variable 's' to
3195 'file_symtab'.
3196
1ce79225
AC
31972003-01-12 Andrew Cagney <ac131313@redhat.com>
3198
3199 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
3200 dummy frame.
3201 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
3202
fa1fd571
AC
32032003-01-12 Andrew Cagney <ac131313@redhat.com>
3204
3205 * d10v-tdep.c: Include "gdb_assert.h".
3206 (d10v_store_return_value): Rewrite to match current interface.
3207 (d10v_extract_struct_value_address): Ditto.
3208 (d10v_extract_return_value): Ditto.
3209 (d10v_gdbarch_init): Set store_restore_value,
3210 extract_struct_value_address and extract_return_value.
3211
68b8d23e
JB
32122003-01-12 J. Brobecker <brobecker@gnat.com>
3213
3214 * hpread.c (set_namestring): New procedure replacing the
3215 SET_NAMESTRING macro.
3216 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
3217 by calls to set_namestring.
3218
32192003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
3220
3221 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
3222 a compilation warning.
3223 (hpread_process_one_debug_symbol): Likewise.
3224
88d262ca
DC
32252003-01-10 David Carlton <carlton@math.stanford.edu>
3226
3227 * linespec.c (decode_line_1): Rename variable 's' to
3228 'file_symtab'.
3229 (decode_all_digits): Rename argument 's' to 'file_symtab'.
3230 (decode_dollar): Ditto.
3231 (decode_variable): Ditto.
3232 (symbol_found): Ditto.
3233
86669319
MC
32342003-01-09 Michael Chastain <mec@shout.net>
3235
3236 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
3237
616a9dc4
CV
32382003-01-07 Corinna Vinschen <vinschen@redhat.com>
3239
3240 * win32-nat.c (set_process_privilege): New function.
3241 (child_attach): Call set_process_privilege() to enable the
3242 SE_DEBUG_NAME user privilege if available in process token.
3243
3269bcfa
JB
32442003-01-10 J. Brobecker <brobecker@gnat.com>
3245
3246 * hpread.c (hpread_process_one_debug_symbol): Fix a small
3247 compilation error in the previous revision.
3248
2b0ee454
DC
32492003-01-09 David Carlton <carlton@math.stanford.edu>
3250
3251 * linespec.c: Update copyright.
3252
b3ba1b44
DJ
32532003-01-09 Daniel Jacobowitz <drow@mvista.com>
3254
3255 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
3256 than inferior_ptid.
3257 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
3258
4ef3f3be
AC
32592003-01-09 Andrew Cagney <ac131313@redhat.com>
3260
479ab5a0
AC
3261 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
3262 Update comments.
3263 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
3264 (frame_saved_regs_zalloc): Update.
3265 (frame_saved_regs_register_unwind): Update.
3266 (create_new_frame): Update.
3267 (get_prev_frame): Update.
3268 (frame_extra_info_zalloc): Update.
3269 (deprecated_get_frame_saved_regs): Update.
3270 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
3271 * cris-tdep.c: Update comment.
3272
bde58177
AC
3273 * somsolib.h: Fix function indentation.
3274 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
3275 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
3276 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
3277 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
3278 * somsolib.c, inftarg.c: Remove assignment in if conditional.
3279
4ef3f3be
AC
3280 * infrun.c (follow_fork): Use ISO C definition.
3281 * expprint.c (print_subexp): Use xfree instead of free.
3282 * charset.c: Include "gdb_string.h" instead of <string.h>.
3283 (register_iconv_charsets): Use ISO C definition.
3284 (host_charset, target_charset): Ditto.
3285 * Makefile.in (charset.o): Update dependencies.
3286 (mi-cmd-env.o): Update dependencies.
3287
1c615f7a
AC
32882003-01-08 Andrew Cagney <cagney@redhat.com>
3289
3290 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
3291 get_frame_base.
3292
c9a1dc08
AC
32932003-01-08 Andrew Cagney <ac131313@redhat.com>
3294
3295 * gdb_mbuild.sh: Add --keep option. When specified, keep the
3296 build directories. Save edited gdb output in Mbuild.log. If a
3297 build fails, remove any final GDB executable.
3298
dbad9d94
AC
32992003-01-08 Andrew Cagney <ac131313@redhat.com>
3300
3301 * gdb_mbuild.sh: Edit the output of `maint print architecture'
3302 replacing hex constants with function names and stripping leading
3303 file name directory prefixes.
3304
8d357cca
AC
33052003-01-08 Andrew Cagney <cagney@redhat.com>
3306
3307 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
3308 get_frame_base.
3309
bca02a8a
DC
33102003-01-08 David Carlton <carlton@math.stanford.edu>
3311
3312 * linespec.c (decode_line_1): Move code into decode_variable.
3313 (decode_variable): New function.
3314
7f8ab3a0
AC
33152003-01-08 Andrew Cagney <ac131313@redhat.com>
3316
3317 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
3318
7b5849cc
AC
33192003-01-08 Andrew Cagney <cagney@redhat.com>
3320
3321 * cris-tdep.c (cris_frame_init_saved_regs): Use
3322 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
3323 saved_regs buffer.
3324 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
3325 (sh64_nofp_frame_init_saved_regs): Ditto.
3326 (sh_fp_frame_init_saved_regs): Ditto.
3327 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
3328 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
3329 * mcore-tdep.c (analyze_dummy_frame): Ditto.
3330 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
3331
72a5efb3
DJ
33322003-01-08 Daniel Jacobowitz <drow@mvista.com>
3333
3334 * minsyms.c (lookup_minimal_symbol): Update comment.
3335 (lookup_minimal_symbol_text): Update comment. Use the hash table.
3336 (lookup_minimal_symbol_solib_trampoline): Likewise.
3337
11c02a10
AC
33382003-01-08 Andrew Cagney <cagney@redhat.com>
3339
aab3ea25
AC
3340 * d10v-tdep.c (d10v_init_extra_frame_info): Use
3341 frame_relative_level.
3342
da50a4b7
AC
3343 * alpha-tdep.c: Use get_frame_extra_info.
3344 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3345 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
3346 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
3347 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
3348
11c02a10
AC
3349 * alpha-tdep.c: Use get_next_frame.
3350 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3351 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
3352 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
3353 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
3354 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
3355 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
3356 * xstormy16-tdep.c: Ditto.
3357
1e2330ba
AC
33582003-01-07 Andrew Cagney <cagney@redhat.com>
3359
3360 * alpha-tdep.c: Use get_frame_base.
3361 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3362 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
3363 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
3364 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
3365 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
3366 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
3367 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
3368 * config/sparc/tm-sparc.h: Ditto.
3369
2d75187b
AC
33702003-01-07 Andrew Cagney <cagney@redhat.com>
3371
3372 * frame.c (deprecated_get_frame_context): New function.
3373 (deprecated_set_frame_context): New function.
3374 * frame.h (deprecated_get_frame_context): Declare.
3375 (deprecated_set_frame_context): Declare.
3376 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
3377 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
3378
483d36b2
AC
33792003-01-07 Andrew Cagney <cagney@redhat.com>
3380
3381 * frame.c (deprecated_set_frame_next_hack): New function.
3382 (deprecated_set_frame_prev_hack): New function.
3383 * frame.h (deprecated_set_frame_next_hack): Declare.
3384 (deprecated_set_frame_prev_hack): Declare.
3385 * mcore-tdep.c (analyze_dummy_frame): Use
3386 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
3387 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
3388
14e91ac5
DC
33892003-01-07 David Carlton <carlton@math.stanford.edu>
3390
3391 * linespec.c (decode_line_1): Move code into decode_dollar.
3392 (decode_dollar): New function.
3393
b0c6b05c
AC
33942003-01-07 Andrew Cagney <cagney@redhat.com>
3395
3396 * arm-tdep.c (arm_init_extra_frame_info): Use
3397 deprecated_update_frame_base_hack.
3398 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
3399 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
3400 (fix_frame_pointer): Ditto.
3401 (mn10300_analyze_prologue): Ditto.
3402
a00a19e9
AC
34032003-01-07 Andrew Cagney <cagney@redhat.com>
3404
3405 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
3406 extra_info using frame_extra_info_zalloc.
3407 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
3408 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
3409 (sh64_init_extra_frame_info): Ditto.
3410 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
3411 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
3412 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
3413 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
3414 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
3415 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
3416 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
3417 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
3418 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
3419 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
3420 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
3421 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
3422
3423 * mn10300-tdep.c (analyze_dummy_frame): Use
3424 deprecated_set_frame_extra_info_hack.
3425 * mcore-tdep.c (analyze_dummy_frame): Ditto.
3426
1fb4c65b
JB
34272003-01-07 J. Brobecker <brobecker@gnat.com>
3428
3429 * mdebugread.c (parse_symbol): Skip stProc entries which storage
3430 class is not scText. These do not define "real" procedures.
3431 (parse_partial_symbols): Likewise.
3432
9fe7d6bf
MS
34332003-01-06 Michael Snyder <msnyder@redhat.com>
3434
3435 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
3436
f6c609c4
AC
34372003-01-06 Andrew Cagney <ac131313@redhat.com>
3438
3439 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
3440 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
3441 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
3442 deprecated_frame_xmalloc_with_cleanup.
3443 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
3444 deprecated_frame_xmalloc.
3445 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
3446 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
3447
d995ff4b
AC
34482003-01-06 Andrew Cagney <cagney@redhat.com>
3449
84dc46cb
AC
3450 * x86-64-linux-tdep.c: Include "osabi.h".
3451 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
3452
d995ff4b
AC
3453 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
3454
66140c26
AC
34552003-01-06 Andrew Cagney <cagney@redhat.com>
3456
3457 * MAINTAINERS (Target Instruction Set Architectures): Update
3458 arm-elf. Can be built with -Werror, has been multiarched.
3459
3460 * value.h (unpack_long): Make buffer parameter constant.
3461 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
3462 * scm-lang.h (scm_parse): Ditto.
3463 * defs.h (extract_typed_address, extract_address): Ditto.
3464 (extract_long_unsigned_integer): Ditto.
3465 * inferior.h (unsigned_pointer_to_address): Ditto.
3466 (signed_pointer_to_address): Ditto.
3467 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
3468 * gdbarch.h, gdbarch.c: Regenerate.
3469 * findvar.c (extract_long_unsigned_integer): Update.
3470 (extract_address): Update.
3471 (extract_typed_address): Update.
3472 (unsigned_pointer_to_address): Update.
3473 * values.c (unpack_long): Update.
3474 (unpack_double): Update.
3475 (unpack_pointer): Update.
3476 (unpack_field_as_long): Update.
3477 * d10v-tdep.c (d10v_pointer_to_address): Update.
3478 * avr-tdep.c (avr_pointer_to_address): Update.
3479 * scm-lang.c (scm_unpack): Update.
3480 * findvar.c (signed_pointer_to_address): Update.
3481
b089b3da
ML
34822003-01-06 Michal Ludvig <mludvig@suse.cz>
3483
3484 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
3485 since it is in i386-tdep.c.
3486
aff87235
JB
34872003-01-06 J. Brobecker <brobecker@gnat.com>
3488
3489 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
3490 failure introduced in the previous change.
3491
34f5e845
MC
34922003-01-05 Michael Chastain <mec@shout.net>
3493
3494 * README: Remove references to deleted remote-*.c files:
3495 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
3496 remote-nrom.c, remote-os9k.c, remote-udi.c.
3497
28bcfd30
MK
34982003-01-05 Mark Kettenis <kettenis@gnu.org>
3499
3500 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
3501 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
3502 i386_get_longjmp_target.
3503
15a5b3ee
AC
35042003-01-05 Andrew Cagney <ac131313@redhat.com>
3505
3506 * arm-tdep.c (prologue_cache): Change to a pointer.
3507 (_initialize_arm_tdep): Allocate prologue_cache.
3508 (check_prologue_cache): Update.
3509 (save_prologue_cache): Update.
3510 (arm_gdbarch_init): Update.
3511
c263362b
DJ
35122003-01-04 Daniel Jacobowitz <drow@mvista.com>
3513
3514 * stabsread.c (update_method_name_from_physname): Call complaint()
3515 instead of error.
3516
51603483
DJ
35172003-01-04 Daniel Jacobowitz <drow@mvista.com>
3518
3519 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
3520 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
3521 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
3522
3523 * blockframe.c: Include "gdbcmd.h" and "command.h".
3524 (backtrace_below_main): New variable.
3525 (file_frame_chain_valid, func_frame_chain_valid)
3526 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
3527 (generic_func_frame_chain_valid): Remove functions.
3528 (frame_chain_valid, do_flush_frames_sfunc): New functions.
3529 (_initialize_blockframe): New function.
3530 * Makefile.in (blockframe.o): Update dependencies.
3531 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
3532 comment. Call frame_chain_valid ().
3533 * frame.h: Remove old prototypes. Add prototype for
3534 frame_chain_valid and update comments to match.
3535 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
3536 Remove old comment.
3537 * gdbarch.h: Regenerated.
3538 * gdbarch.c: Regenerated.
3539
3540 * alpha-tdep.c (alpha_gdbarch_init): Don't call
3541 set_gdbarch_frame_chain_valid.
3542 * avr-tdep.c (avr_gdbarch_init): Likewise.
3543 * cris-tdep.c (cris_gdbarch_init): Likewise.
3544 * frv-tdep.c (frv_gdbarch_init): Likewise.
3545 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3546 * i386-tdep.c (i386_svr4_init_abi): Likewise.
3547 (i386_nw_init_abi): Likewise.
3548 (i386_gdbarch_init): Likewise.
3549 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3550 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3551 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3552 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
3553 * mips-tdep.c (mips_gdbarch_init): Likewise.
3554 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3555 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
3556 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
3557 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3558 * s390-tdep.c (s390_gdbarch_init): Likewise.
3559 * sh-tdep.c (sh_gdbarch_init): Likewise.
3560 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3561 * v850-tdep.c (v850_gdbarch_init): Likewise.
3562 * vax-tdep.c (vax_gdbarch_init): Likewise.
3563 * x86-64-tdep.c (x86_64_init_abi): Likewise.
3564
3565 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
3566 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
3567 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
3568 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
3569 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
3570 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
3571 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
3572 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
3573
b00a8037
DJ
35742002-01-04 Daniel Jacobowitz <drow@mvista.com>
3575
3576 * Makefile.in (acconfig_h): Remove incorrect macro.
3577 (config_h): Define.
3578 (osabi.o): Update dependencies.
3579 * configure.tgt: Set gdb_osabi based on target triplet.
3580 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
3581 * configure: Regenerated.
3582 * config.in: Regenerated.
3583 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
3584 (GDB_OSABI_DEFAULT): Define if not already defined.
3585 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
3586 (set_osabi_string): New variables.
3587 (gdbarch_register_osabi): Add new OS ABI to
3588 gdb_osabi_available_names.
3589 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
3590 (set_osabi, show_osabi): New functions.
3591 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
3592
4be87837
DJ
35932003-01-04 Daniel Jacobowitz <drow@mvista.com>
3594
3595 * arch-utils.c (gdbarch_info_init): Set osabi to
3596 GDB_OSABI_UNINITIALIZED.
3597 * gdbarch.sh: Add osabi to struct gdbarch and to struct
3598 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
3599 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
3600 * gdbarch.c: Regenerated.
3601 * gdbarch.h: Regenerated.
3602 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
3603 there's no BFD.
3604 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
3605 * osabi.h (enum gdb_osabi): Move to defs.h.
3606 (gdbarch_init_osabi): Update prototype.
3607 * defs.h (enum gdb_osabi): Moved here.
3608 * Makefile.in: Update dependencies.
3609
3610 * alpha-tdep.h: Don't include "osabi.h".
3611 (struct gdbarch_tdep): Remove osabi member.
3612 * alpha-tdep.c: Include "osabi.h".
3613 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3614 iterate over arches. Update call to gdbarch_init_osabi.
3615 (alpha_dump_tdep): Don't dump osabi.
3616 * alpha-linux-tdep.c: Include "osabi.h".
3617 * alpha-osf1-tdep.c: Include "osabi.h".
3618 * alphafbsd-tdep.c: Include "osabi.h".
3619 * alphanbsd-tdep.c: Include "osabi.h".
3620
3621 * arm-tdep.h: Don't include "osabi.h".
3622 (struct gdbarch_tdep): Remove osabi member.
3623 * arm-tdep.c: Include "osabi.h".
3624 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3625 iterate over arches. Update call to gdbarch_init_osabi.
3626 (arm_dump_tdep): Don't dump osabi.
3627 * arm-linux-tdep.c: Include "osabi.h".
3628 * armnbsd-tdep.c: Include "osabi.h".
3629
3630 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
3631 Update call to gdbarch_init_osabi.
3632
3633 * i386-tdep.h: Don't include "osabi.h".
3634 (struct gdbarch_tdep): Remove osabi member.
3635 * i386-tdep.c: Include "osabi.h".
3636 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3637 iterate over arches. Update call to gdbarch_init_osabi.
3638 (i386_dump_tdep): Don't dump osabi.
3639 * i386-linux-tdep.c: Include "osabi.h".
3640 * i386-sol2-tdep.c: Include "osabi.h".
3641 * i386bsd-tdep.c: Include "osabi.h".
3642 * i386gnu-tdep.c: Include "osabi.h".
3643 * i386ly-tdep.c: Include "osabi.h".
3644 * i386nbsd-tdep.c: Include "osabi.h".
3645 * i386obsd-tdep.c: Include "osabi.h".
3646
3647 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
3648 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3649 check osabi when iterating over arches. Update call to
3650 gdbarch_init_osabi.
3651 (mips_dump_tdep): Don't dump osabi.
3652
3653 * ns32k-tdep.h: Don't include "osabi.h".
3654 (struct gdbarch_tdep): Remove.
3655 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
3656 gdbarch_lookup_osabi. Don't iterate over arches. Don't
3657 allocate tdep. Update call to gdbarch_init_osabi.
3658 (ns32k_dump_tdep): Remove.
3659 (_initialize_ns32k_tdep): Update call to gdbarch_register.
3660 * ns32knbsd-tdep.c: Include "osabi.h".
3661
3662 * ppc-tdep.h: Don't include "osabi.h".
3663 (struct gdbarch_tdep): Remove osabi member.
3664 * rs6000-tdep.c: Include "osabi.h".
3665 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
3666 osabi when iterating over arches. Update call to
3667 gdbarch_init_osabi.
3668 (rs6000_dump_tdep): Don't dump osabi.
3669 * ppc-linux-tdep.c: Include "osabi.h".
3670 * ppcnbsd-tdep.c: Include "osabi.h".
3671
3672 * sh-tdep.h: Don't include "osabi.h".
3673 (struct gdbarch_tdep): Remove osabi member.
3674 * sh-tdep.c: Include "osabi.h".
3675 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3676 iterate over arches. Update call to gdbarch_init_osabi.
3677 (sh_dump_tdep): Don't dump osabi.
3678 * shnbsd-tdep.c: Include "osabi.h".
3679
3680 * sparc-tdep.c: Include "osabi.h".
3681 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3682 iterate over arches. Update call to gdbarch_init_osabi.
3683 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
3684 tdep structure.
3685
3686 * vax-tdep.h: Don't include "osabi.h".
3687 (struct gdbarch_tdep): Remove.
3688 * vax-tdep.c: Include "osabi.h".
3689 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3690 iterate over arches. Don't allocate tdep. Update call
3691 to gdbarch_init_osabi.
3692 (vax_dump_tdep): Remove.
3693 (_initialize_vax_tdep): Update call to gdbarch_register.
3694
a881cf8e
DJ
36952003-01-04 Daniel Jacobowitz <drow@mvista.com>
3696
3697 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
3698 entirely.
3699 (breakpoint_re_set_one): Don't fetch the value for a disabled
3700 watchpoint.
3701
1e698235
DJ
37022003-01-04 Daniel Jacobowitz <drow@mvista.com>
3703
3704 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
3705 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
3706 (COERCE_FLOAT_TO_DOUBLE): Remove.
3707 * gdbarch.c: Regenerate.
3708 * gdbarch.h: Regenerate.
3709 * Makefile.in: Remove value_h from gdbarch_h.
3710 * valops.c (coerce_float_to_double): New variable.
3711 (default_coerce_float_to_double): Remove.
3712 (standard_coerce_float_to_double): Remove.
3713 (value_arg_coerce): Use coerce_float_to_double.
3714 (_initialize_valops): Add "set coerce-float-to-double".
3715 * value.h (default_coerce_float_to_double): Remove prototype.
3716 (standard_coerce_float_to_double): Remove prototype.
3717
3718 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
3719 prototyped.
3720 * mdebugread.c (parse_symbol): Likewise.
3721 * stabsread.c (define_symbol): Mark all functions as prototyped.
3722
3723 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
3724 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
3725 set_gdbarch_coerce_float_to_double.
3726 * arm-tdep.c (arm_gdbarch_init): Likewise.
3727 * frv-tdep.c (frv_gdbarch_init): Likewise.
3728 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
3729 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
3730 * mips-tdep.c (mips_gdbarch_init): Likewise.
3731 (mips_coerce_float_to_double): Remove.
3732 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3733 (rs6000_coerce_float_to_double): Remove.
3734 * s390-tdep.c (s390_gdbarch_init): Likewise.
3735 * sh-tdep.c (sh_gdbarch_init): Likewise.
3736 (sh_coerce_float_to_double): Remove.
3737 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3738 (sparc_coerce_float_to_double): Remove.
3739 * v850-tdep.c (v850_gdbarch_init): Likewise.
3740 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
3741 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3742 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
3743 (hppa_coerce_float_to_double): Remove prototype.
3744 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3745
f436a26a
DJ
37462003-01-04 Daniel Jacobowitz <drow@mvista.com>
3747
3748 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
3749
248f8055
DJ
37502003-01-04 Daniel Jacobowitz <drow@mvista.com>
3751
3752 Suggested by Stewart Brown <sb24@avaya.com>:
3753 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
3754 in recursive calls. Handle TYPE_CODE_TYPEDEF.
3755 (c_type_print_varspec_suffix): Likewise.
3756
72cfdc76
MK
37572003-01-04 Mark Kettenis <kettenis@gnu.org>
3758
bfd260bb
MK
3759 * configure.in: Don't set and AC_SUBST SUBDIRS.
3760 * configure: Regenerated.
3761
72cfdc76
MK
3762 * configure.in: Remove code dealing with shared libraries.
3763 * Makefile.in: Remove HLDFLAGS and HLDENV.
3764 * configure: Regenerated.
3765
c8b8a898
AC
37662003-01-04 Andrew Cagney <ac131313@redhat.com>
3767
3768 * frame.c (deprecated_frame_xmalloc): New function.
3769 (deprecated_set_frame_saved_regs_hack): New function.
3770 (deprecated_set_frame_extra_info_hack): New function.
3771 * frame.h (deprecated_frame_xmalloc): Declare.
3772 (deprecated_set_frame_saved_regs_hack): Declare.
3773 (deprecated_set_frame_extra_info_hack): Declare.
3774
14abd0fb
MK
37752003-01-04 Mark Kettenis <kettenis@gnu.org>
3776
8ee53726
MK
3777 * configure.in: Move code that provides the --enable-gdbtk option
3778 right after the code that handles the --enable-tui option, and
3779 polish it somewhat.
3780 * configure: Regenerated.
3781
14abd0fb
MK
3782 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
3783 AC_CHECK_FUNCS and remove the old check for pread64.
3784 * acinclude.m4 (AC_GNU_SOURCE): New macro.
3785 * acconfig.h (_GNU_SOURCE): Add.
3786 (HAVE_PREAD64): Remove.
3787 * configure, aclocal.m4, config.in: Regenerated.
3788
b2fb4676
AC
37892003-01-03 Andrew Cagney <ac131313@redhat.com>
3790
3791 * alpha-tdep.c: Use get_frame_saved_regs.
3792 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3793 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
3794 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
3795 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
3796 * vax-tdep.c, xstormy16-tdep.c: Ditto.
3797
8dcde887
MK
37982003-01-03 Mark Kettenis <kettenis@gnu.org>
3799
3800 * configure.in: Remove all use of the SUBDIRS variable; add
3801 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
3802 code providing the --enable-multi-ice option, and move it right in
3803 front of the code that checks whether gdbserver is supported.
3804 Polish that too.
3805 * configure: Regenerated.
3806 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
3807 @SUBDIRS@.
3808
8ccd593b
AC
38092003-01-03 Andrew Cagney <cagney@redhat.com>
3810
3811 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
3812 * avr-tdep.c, cris-tdep.c: Ditto.
3813 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
3814 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
3815
91151a06
MK
38162003-01-03 Mark Kettenis <kettenis@gnu.org>
3817
3818 * configure.in: Remove --enable-netrom option.
3819 * configure: Regenerated.
3820
8fe84d01
MK
38212003-01-03 Mark Kettenis <kettenis@gnu.org>
3822
3823 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
3824 declaration for `struct re_pattern_buffer' instead.
3825 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
3826
f0394be6
JB
38272003-01-03 J. Brobecker <brobecker@gnat.com>
3828
3829 * mdebugread.c (parse_symbol): Count until the stEnd matching
3830 the structure name.
3831
27e9bf90
MK
38322003-01-02 Mark Kettenis <kettenis@gnu.org>
3833
93d331ba
MK
3834 * configure.in: Remove --with-cpu option.
3835 subscripts. Remove evil changequotes here.
3836 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
3837 * config.in, configure: Regenerated.
3838
27e9bf90
MK
3839 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
3840 * configure.in: Cleanup section that sources GDB and BFD configure
3841 subscripts. Remove evil changequotes here.
3842 * config.in, configure: Regenerated.
3843
50abf9e5
AC
38442003-01-02 Andrew Cagney <ac131313@redhat.com>
3845
3846 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
3847 frame accessor methods.
3848 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3849 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
3850 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
3851 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
3852 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
3853 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
3854 * z8k-tdep.c: Ditto.
3855
287c1a40
MK
38562003-01-02 Mark Kettenis <kettenis@gnu.org>
3857
f5dbc56d
MK
3858 * configure.in: Remove UI_OUT configuration code.
3859 * ada-lang.c: Update assuming UI_OUT is always true.
3860 * Makefile.in (UIOUT_CFLAGS): Remove.
3861 * configure: Regenerated.
3862 * TODO: Remove blurb about elimination of -DUI_OUT.
3863
627af7ea
MK
3864 * configure.in: Move code that provides the --enable-gdbcli,
3865 --enable-gdbmi options right before the code that handles the
3866 --enable-tui option. Polish a bit.
3867 * configure: Regenerated.
3868
06825bd1
MK
3869 * configure.in: Rewrite check for GNU regex and the
3870 --without-included regex option, and move it into the "Checks for
3871 library functions" section. This makes us use the system regex
3872 again by default on systems with version 2 of the GNU C library.
3873 This was apparently broken.
3874 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
3875 * acconfig.h (USE_INCLUDED_REGEX): Remove.
3876 * config.in, configure: Regenerated.
3877
287c1a40
MK
3878 * configure.in: Move code that provides the --enable-tui option
3879 before the "Checks for libraries" section. Polish the code
3880 somewhat and set need_curses to yes if we build the TUI. Rewrite
3881 code that looks for a library providing termcap functionality to
3882 match more closely what's done in the Readline library, and move
3883 it into to the "Checks for libraries" section.
3884 * configure: Regenerated.
3885 * Makefile.in (TERMCAP): Remove variable.
3886 * config/i386/go32.mh (TERMCAP): Remove variable.
3887
684e56bf
AC
38882003-01-02 Andrew Cagney <ac131313@redhat.com>
3889
3890 * MAINTAINERS: Mention gdb_mbuild.sh.
3891 * gdb_mbuild.sh: Rewrite.
3892
e1ea1d75
MK
38932003-01-02 Mark Kettenis <kettenis@gnu.org>
3894
3895 * configure.in: Fix typo in last change.
3896 * config.in, configure: Regenerated.
3897
1b831c93
AC
38982003-01-02 Andrew Cagney <ac131313@redhat.com>
3899
3900 * valarith.c (value_binop): Delete obsolete code and comments.
3901 * configure.host: Ditto.
3902 * buildsym.h (make_blockvector): Ditto.
3903 * buildsym.c (make_blockvector): Ditto.
3904 * defs.h (enum language): Ditto.
3905 (chill_demangle): Ditto.
3906 * elfread.c (elf_symtab_read): Ditto.
3907 * dwarfread.c (CHILL_PRODUCER): Ditto.
3908 (set_cu_language): Ditto.
3909 (handle_producer): Ditto.
3910 * expprint.c (print_subexp): Ditto.
3911 * gdbtypes.c (chill_varying_type): Ditto.
3912 * gdbtypes.h (builtin_type_chill_bool): Ditto.
3913 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
3914 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
3915 (chill_varying_type): Ditto.
3916 * language.h (_LANG_chill): Ditto.
3917 * language.c (binop_result_type, integral_type): Ditto.
3918 (character_type, string_type, structured_type): Ditto.
3919 (lang_bool_type, binop_type_check): Ditto.
3920 * stabsread.h (os9k_stabs): Ditto.
3921 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
3922 (define_symbol, read_type, read_struct_fields): Ditto.
3923 (read_array_type, read_enum_type, read_huge_number): Ditto.
3924 (read_range_type, start_stabs): Ditto.
3925 * symfile.c (init_filename_language_table): Ditto.
3926 (add_psymbol_with_dem_name_to_list): Ditto.
3927 * symtab.c (symbol_init_language_specific): Ditto.
3928 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
3929 * symtab.h (struct general_symbol_info): Ditto.
3930 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3931 * typeprint.c (typedef_print): Ditto.
3932 * utils.c (fprintf_symbol_filtered): Ditto.
3933 * valops.c (value_cast, search_struct_field, value_slice): Delete
3934 obsolete code.
3935 (varying_to_slice): Delete function.
3936 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
3937 (varying_to_slice): Delete declaration.
3938 * MAINTAINERS: Update.
3939
8bb2c122
MK
39402003-01-02 Mark Kettenis <kettenis@gnu.org>
3941
97bf5e38
MK
3942 * configure.in: Reorganize "Checks for library functions section"
3943 a bit. Remove check for `btowc' and `isascii' functions.
3944 * configure: Regenerated.
3945
5ee754fc
MK
3946 * acconfig.h (_MSE_INT_H): Remove.
3947 * configure.in: Create "Checks for header files" section, and move
3948 appropriate tests there. Don't check for objlist.h, wchar.h,
3949 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
3950 misdetection fix. Also add "Checks for types", "Checks for
3951 compiler characteristics" and "Checks for library functions"
3952 sections.
3953 * config.in, configure: Regenerated.
3954
8bb2c122
MK
3955 * configure.in: Create "Checks for programs" section, and move
3956 appropriate tests there.
3957
9a156167
MK
39582003-01-01 Mark Kettenis <kettenis@gnu.org>
3959
3960 * configure.in: Create "Checks for libraries" section, and move
3961 appropriate tests there. Cleanup check for wctype in libw. Use
3962 AC_SEARCH_LIBS to see whether we need libsocket.
3963 * configure: Regenerated.
3964
a80e2bcb 3965For older changes see ChangeLog-2002
c906108c
SS
3966\f
3967Local Variables:
3968mode: change-log
3969left-margin: 8
3970fill-column: 74
3971version-control: never
3972End:
This page took 0.580814 seconds and 4 git commands to generate.