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