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