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