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