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