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