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