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