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