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