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