3d478b3cfef42c245bad60be66bbdb09595d2cc4
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-05-25 Andreas Schwab <schwab@suse.de>
2
3 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4 (m68k_register_virtual_size): Likewise.
5 (altos_skip_prologue): Remove obsolete function.
6 (isi_frame_num_args): Likewise.
7 (news_frame_num_args): Likewise.
8 (m68k_fix_call_dummy): Make static.
9 (m68k_push_dummy_frame): Likewise.
10 (m68k_pop_frame): Likewise.
11 (m68k_skip_prologue): Likewise.
12 (m68k_frame_init_saved_regs): Likewise.
13 (m68k_saved_pc_after_call): Likewise.
14 (m68k_get_longjmp_target): Make multi-arch.
15 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
16 structure. Register m68k_get_longjmp_target if enabled.
17 * m68k-tdep.h (struct gdbarch_tdep): Define.
18 * config/m68k/tm-m68k.h: Don't include "regcache.h".
19
20 * Makefile.in (config.status): Also depend on configure.tgt
21 and configure.host.
22 (m68klinux-tdep.o): Update dependencies.
23 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
24 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
25 (M68K_LINUX_JB_PC): Define.
26 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
27 and take additional parameter.
28 (m68k_linux_sigtramp_saved_pc): Update.
29 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
30 m68k_linux_pc_in_sigtramp, in_plt_section,
31 find_solib_trampoline_target.
32 * config/m68k/tm-linux.h: Don't include any tm headers.
33 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
34 (JB_ELEMENT_SIZE): Likewise.
35 (JB_PC): Likewise.
36 (GET_LONGJMP_TARGET): Likewise.
37 (IN_SIGTRAMP): Likewise.
38 (SVR4_SHARED_LIBS): Define this and include "solib.h".
39
40 2003-05-25 Mark Kettenis <kettenis@gnu.org>
41
42 * sparc-tdep.c (sparc32_do_push_arguments): New function.
43 (sparc32_push_arguments): Re-implement by calling
44 sparc32_do_push_arguments.
45
46 2003-05-25 Mark Kettenis <kettenis@gnu.org>
47
48 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
49 SPARC_O1_REGNUM): New defines.
50 (sparc32_extract_return_value): Rewrite to operate on a regcache.
51 (sparc32_store_return_value): New function.
52 (sparc_extract_struct_value_address): Rewrite to operate on a
53 regcache.
54 (sparc_gdbarch_init): Don't set
55 deprecated_extract_struct_value_address. Set
56 extract_struct_value_address instead. Don't set
57 deprecated_extract_return_value and deprecated_store_return_value
58 for 32-bit targets. Set extract_return_value and
59 store_return_value instead.
60 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
61 DEPRECTAED_EXTRACT_RETURN_VALUE,
62 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
63 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
64 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
65 (sparc_store_return_value): Remove prototype.
66 (sparc32_store_return_value): New prototype.
67 (sparc32_extract_return_value, sparc_extract_struct_value_address):
68 Adjust prototypes.
69
70 2003-05-24 Mark Kettenis <kettenis@gnu.org>
71
72 * sparcnbsd-tdep.c: Include "gdb_string.h".
73
74 2003-05-23 Andrew Cagney <cagney@redhat.com>
75
76 * p-valprint.c (pascal_val_print): Replace extract_address with
77 the inline equivalent extract_unsigned_integer.
78 * jv-valprint.c (java_value_print): Ditto.
79 * ada-valprint.c (ada_val_print_1): Ditto.
80 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
81
82 2003-05-23 Theodore A. Roth <troth@openavr.org>
83
84 * blockframe.c (frameless_look_for_prologue): Remove unused
85 after_prologue variable.
86
87 2003-05-23 Mark Kettenis <kettenis@gnu.org>
88
89 * blockframe.c (get_pc_function_start): Rewrite to avoid
90 asignments in if-statements.
91
92 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
93
94 Committed by Elena Zannoni <ezannoni@redhat.com>.
95 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
96 files, don't relocate absolute symbols (and do use mst_abs).
97
98 2003-05-23 Andrew Cagney <cagney@redhat.com>
99
100 * objc-lang.c: Include "gdb_assert.h".
101 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
102 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
103 (gdb_check, gdb_check_fatal): Delete functions.
104 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
105 gdb_assert.
106 (parse_selector, parse_method, find_methods, find_imps): Ditto.
107 * Makefile.in (objc-lang.o): Update dependencies.
108
109 2003-05-22 Ian Lance Taylor <ian@airs.com>
110
111 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
112 with fprintf_filtered, not fprintf_unfiltered.
113
114 2003-05-22 Andrew Cagney <cagney@redhat.com>
115
116 * stack.c (frame_info): Inline extract_address, replacing it with
117 extract_unsigned_integer.
118 * findvar.c (unsigned_pointer_to_address): Ditto.
119 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
120 * dwarf2expr.c (dwarf2_read_address): Ditto.
121 * frame.c (frame_pc_unwind): Update comment.
122 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
123
124 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
125
126 * infptrace.c (detach): Call print_sys_errmsg rather than
127 perror_with_name to issue warning message when errno is non-zero
128 after calling ptrace detach.
129
130 2003-05-21 J. Brobecker <brobecker@gnat.com>
131
132 * config/pa/tm-hppa.h: Delete some unused macros. Move some
133 macro definitions from here...
134 * hppa-tdep.c: ...to there.
135
136 2003-05-20 Kevin Buettner <kevinb@redhat.com>
137
138 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
139 register_ptrace_addr(). Fix all callers.
140
141 2003-05-21 Andreas Schwab <schwab@suse.de>
142
143 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
144 dependencies.
145 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
146 end.
147 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
148 (_initialize_m68k_linux_tdep): New function.
149 (m68k_linux_frame_saved_pc): Make static.
150 (m68k_linux_extract_return_value): Likewise.
151 (m68k_linux_store_return_value): Likewise.
152 (m68k_linux_extract_struct_value_address): Likewise.
153 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
154 Remove.
155 (DEPRECATED_STORE_RETURN_VALUE): Remove.
156 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
157 (DEPRECATED_FRAME_SAVED_PC): Remove.
158
159 2003-05-20 Kris Warkentin <kewarken@qnx.com>
160
161 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
162 regset numbering rather than our own.
163
164 2003-05-19 David Carlton <carlton@bactrian.org>
165
166 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
167
168 2003-05-19 David Carlton <carlton@bactrian.org>
169
170 Partial fix for PR c++/827.
171 * cp-support.h: Include symtab.h.
172 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
173 * cp-namespace.c: Update contributors.
174 (cp_lookup_symbol_nonlocal): New.
175 (lookup_namespace_scope, cp_lookup_symbol_namespace)
176 (lookup_symbol_file): Ditto.
177 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
178 * block.h: Declare block_scope, block_using, block_global_block.
179 * block.c (block_scope): New.
180 (block_using, block_global_block): Ditto.
181 * Makefile.in (cp_support_h): Depend on symtab_h.
182 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
183
184 2003-05-19 David Carlton <carlton@bactrian.org>
185
186 * language.h (struct language_defn): Add 'la_value_of_this'
187 and 'la_lookup_symbol_nonlocal' members.
188 * symtab.h: Declare basic_lookup_symbol_nonlocal,
189 lookup_symbol_static, lookup_symbol_global,
190 lookup_symbol_aux_block.
191 * symtab.c (lookup_symbol_aux): Call language hooks to determine
192 if we should search fields of this and how to do static/global
193 lookup.
194 (lookup_symbol_aux_block): Make extern.
195 (basic_lookup_symbol_nonlocal): New.
196 (lookup_symbol_static, lookup_symbol_global): Ditto.
197 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
198 'la_lookup_symbol_nonlocal' members.
199 * c-lang.c (c_language_defn, cplus_language_defn)
200 (asm_language_defn, minimal_language_defn): Ditto.
201 * jv-lang.c (java_language_defn): Ditto.
202 * language.c (unknown_language_defn, auto_language_defn)
203 (local_language_defn): Ditto.
204 * m2-lang.c (m2_language_defn): Ditto.
205 * objc-lang.c (objc_language_defn): Ditto.
206 * scm-lang.c (scm_language_defn): Ditto.
207 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
208 * p-lang.c (pascal_language_defn): Ditto for both.
209 * Makefile.in (f-lang.o): Depend on value_h.
210 (p-lang.o): Ditto.
211
212 2003-05-19 David Carlton <carlton@bactrian.org>
213
214 * block.h: Declare block_static_block.
215 * block.c (block_static_block): New.
216 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
217 lookup_symbol_aux_local, calling block_static_block instead.
218 (lookup_symbol_aux_local): Delete 'static_block' argument.
219
220 2003-05-19 David Carlton <carlton@bactrian.org>
221
222 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
223
224 2003-05-19 Michal Ludvig <mludvig@suse.cz>
225
226 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
227 register numbers mapping.
228
229 2003-05-18 Adam Fedor <fedor@gnu.org>
230
231 * symtab.c (completion_list_objc_symbol): New function.
232 (make_symbol_completion_list): Use it to add ObjC symbols
233 when looking though the list.
234 (language_search_unquoted_string): New function.
235 (make_file_symbol_completion_list): Use it.
236
237 2003-05-18 Andreas Schwab <schwab@suse.de>
238
239 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
240 dependencies.
241 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
242 as m68k_linux_extract_return_value.
243 (DEPRECATED_STORE_RETURN_VALUE): Define as
244 m68k_linux_store_return_value.
245 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
246 m68k_linux_extract_struct_value_address.
247 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
248 get_next_frame, get_frame_base, get_frame_pc.
249 (m68k_linux_frame_saved_pc): Use get_frame_base.
250 (m68k_linux_extract_return_value): New function.
251 (m68k_linux_store_return_value): New function.
252 (m68k_linux_extract_struct_value_address): New function.
253 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
254
255 * c-exp.y (typebase): Remove duplicate occurence of
256 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
257 of lookup_signed_typename.
258
259 2003-05-18 Mark Kettenis <kettenis@gnu.org>
260
261 * dwarf2loc.c (find_location_expression): Change type of second
262 argument to `size_t *'.
263 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
264 for size variable.
265
266 2003-05-18 David Carlton <carlton@bactrian.org>
267
268 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
269 'linkage_name'. Add comment.
270 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
271 'linkage_name'.
272 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
273 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
274 (lookup_block_symbol): Ditto.
275
276 2003-05-16 Andrew Cagney <cagney@redhat.com>
277
278 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
279 * gdbarch.h, gdbarch.c: Re-generate.
280 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
281 * TODO (REGISTER_BYTES): Delete reference.
282 * alpha-tdep.c (alpha_gdbarch_init): Update.
283 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
284 * x86-64-tdep.c (x86_64_init_abi): Update.
285 * vax-tdep.c (vax_gdbarch_init): Update.
286 * v850-tdep.c (v850_gdbarch_init): Update.
287 * sparc-tdep.c (sparc_gdbarch_init): Update.
288 * sh-tdep.c (sh_gdbarch_init): Update.
289 * s390-tdep.c (s390_gdbarch_init): Update.
290 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
291 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
292 (ns32k_gdbarch_init_32382): Update.
293 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
294 * mcore-tdep.c (mcore_gdbarch_init): Update.
295 * m68k-tdep.c (m68k_gdbarch_init): Update.
296 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
297 * ia64-tdep.c (ia64_gdbarch_init): Update.
298 * i386-tdep.c (i386_gdbarch_init): Update.
299 * i386-linux-tdep.c (i386_linux_init_abi): Update.
300 * hppa-tdep.c (hppa_gdbarch_init): Update.
301 * h8300-tdep.c (h8300_gdbarch_init): Update.
302 * frv-tdep.c (frv_gdbarch_init): Update.
303 * cris-tdep.c (cris_gdbarch_init): Update.
304 * avr-tdep.c (avr_gdbarch_init): Update.
305 * arm-tdep.c (arm_gdbarch_init): Update.
306 * sparc-tdep.c (sparc_pop_frame): Update.
307 * rs6000-tdep.c (rs6000_pop_frame): Update.
308 * remote.c (init_remote_state): Update.
309 (remote_prepare_to_store): Update.
310 * remote-vx.c (vx_prepare_to_store): Update.
311 * remote-sds.c (sds_fetch_registers): Update.
312 (sds_prepare_to_store): Update.
313 * remote-array.c: Update.
314 * regcache.c (init_legacy_regcache_descr): Update.
315 (init_regcache_descr): Update.
316 * mips-tdep.c (mips_eabi_extract_return_value): Update.
317 (mips_o64_extract_return_value): Update.
318 * irix5-nat.c (fetch_core_registers): Update.
319 * irix4-nat.c (fetch_core_registers): Update.
320 * i386-tdep.h: Update.
321 * hppa-tdep.c (pa_do_registers_info): Update.
322 (pa_do_strcat_registers_info): Update.
323 * cris-tdep.c (cris_register_bytes_ok): Update.
324 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
325 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
326 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
327 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
328 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
329 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
330 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
331 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
332 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
333 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
334 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
335 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
336 (REGISTER_BYTES_OK): Update.
337 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
338 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
339
340 2003-05-16 Ian Lance Taylor <ian@airs.com>
341
342 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
343 (vax_print_insn, print_insn_arg): Remove static functions.
344 (vax_gdbarch_init): Call set_gdbarch_print_insn with
345 print_insn_vax from opcodes library.
346 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
347
348 2003-05-15 Andrew Cagney <cagney@redhat.com>
349
350 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
351 * target.h (memory_breakpoint_from_pc): Delete declaration.
352 * mem-break.c (memory_breakpoint_from_pc): Delete function.
353 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
354 * monitor.c (monitor_insert_breakpoint): Use
355 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
356 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
357 * gdbarch.h, gdbarch.c: Re-generate.
358 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
359 (sparc_gdbarch_init): Set breakpoint_from_pc to
360 sparc_breakpoint_from_pc.
361 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
362 (BREAKPOINT_FROM_PC): Define.
363 (sparc_breakpoint_from_pc): Declare.
364 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
365 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
366 (BREAKPOINT_FROM_PC): Define.
367 (BREAKPOINT): Delete macro.
368 * target.h: Update comment.
369 * s390-tdep.c (s390_gdbarch_init): Update comments.
370 * remote.c: Update comments.
371 * remote-mips.c: Update comments.
372 * proc-api.c (write_with_trace): Do not check for a breakpoint.
373 * mem-break.c: Update comment.
374 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
375 (ia64_memory_insert_breakpoint): Update.
376 * config/sparc/tm-sparc.h: Update comment.
377 * config/pa/tm-hppa64.h: Update comment.
378 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
379 (rs6000_breakpoint_from_pc): Update.
380 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
381 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
382 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
383 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
384 (mips_breakpoint_from_pc): Update.
385 (mips_dump_tdep): Update.
386
387 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
388 * minsyms.c (lookup_minimal_symbol): Inline
389 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
390
391 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
392 * p-valprint.c (pascal_object_print_value_fields): Ditto.
393 * p-lang.c (pascal_printstr): Ditto.
394 * objc-lang.c (objc_printstr): Ditto.
395 * m2-lang.c (m2_printstr): Ditto.
396 * jv-valprint.c (java_print_value_fields): Ditto.
397 * f-lang.c (f_printstr): Ditto.
398 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
399 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
400 for repeat_count_threshold.
401 * Makefile.in (cp-valprint.o): Update dependencies.
402
403 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
404
405 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
406 (examine_prologue): Support looking through leaf functions, knowing
407 they start with mov r2,r12. Support skipping over indirect stores
408 of the input registers. Upon hitting a non-nop branch instruction
409 or predicated instruction, bail out by setting lim_pc to the current
410 pc value in the loop. At the end, if the lim_pc value is still
411 beyond our calculated value and we have trust_limit set,
412 use the lim_pc value.
413
414 2003-05-15 Andrew Cagney <cagney@redhat.com>
415
416 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
417 generic_find_dummy_frame.
418 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
419 (deprecated_generic_find_dummy_frame): Update.
420 (deprecated_read_register_dummy): Update.
421 * frame.c (deprecated_generic_get_saved_register): Update.
422
423 2003-05-15 Theodore A. Roth <troth@openavr.org>
424
425 * avr-tdep.c (avr_breakpoint_from_pc): New function.
426 (avr_gdbarch_init): Set breakpoint_from_pc method.
427
428 2003-05-15 Andrew Cagney <cagney@redhat.com>
429
430 * regcache.c (build_regcache): Set deprecated_register_valid
431 directly.
432 (deprecated_grub_regcache_for_register_valid): Delete function.
433 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
434 declaration.
435
436 2003-05-15 David Carlton <carlton@bactrian.org>
437
438 Committed by Elena Zannoni <ezannoni@redhat.com>
439 * symtab.c (lookup_symbol_aux): Delete calls to
440 lookup_symbol_aux_minsyms.
441 (lookup_symbol_aux_minsyms): Comment out function and
442 prototype. Delete lookup by mangled name.
443
444 2003-05-14 Kevin Buettner <kevinb@redhat.com>
445
446 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
447 correctly indicate an empty stack and ``stack_allocated'' to the
448 indicate the number of elements initially allocated.
449 (dwarf_expr_grow_stack): Simplify method for computing new
450 stack size. Don't loop infinitely if ``stack_len'' is zero.
451 (execute_stack_op): Move ``ctx->in_reg'' initialization
452 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
453 be used in conjuction with DW_OP_piece. Revise error message
454 accordingly.
455
456 2003-05-14 Theodore A. Roth <troth@openavr.org>
457
458 * MAINTAINERS: Update my email address.
459 * avr-tdep.c: Ditto.
460
461 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
462
463 * symtab.h (enum domain_enum): Rename from namespace_enum.
464 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
465 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
466 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
467 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
468 TYPES_NAMESPACE, METHODS_NAMESPACE.
469 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
470 (struct symbol, struct partial_symbol): Rename field
471 'namespace_enum namespace' to 'domain_enum domain'.
472 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
473 Delete old define kludge for namespace.
474
475 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
476 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
477 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
478 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
479 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
480 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
481 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
482 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
483 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
484 occurrences of the above.
485
486 2003-05-14 Ian Lance Taylor <ian@airs.com>
487
488 * Makefile.in (install-only): Use $(SHELL) when running
489 mkinstalldirs.
490
491 2003-05-13 Ian Lance Taylor <ian@airs.com>
492
493 * MAINTAINERS (write after approval): Add myself.
494
495 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
496 second and third arguments.
497 * ser-tcp.c (_initialize_ser_tcp): Likewise.
498 * ser-unix.c (_initialize_ser_hardwire): Likewise.
499
500 2003-05-13 Andrew Cagney <cagney@redhat.com>
501
502 * defs.h (store_address): Delete declaration.
503 findvar.c (store_address): Delete function.
504 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
505 store_unsigned_integer.
506 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
507 * v850-tdep.c (v850_push_arguments): Ditto.
508 * sparc-tdep.c (sparc_get_saved_register): Ditto.
509 * sh-tdep.c (sh64_get_saved_register): Ditto.
510 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
511 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
512 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
513 (mips_get_saved_register): Ditto.
514 * ia64-tdep.c (ia64_get_saved_register): Ditto.
515 (find_func_descr, ia64_push_arguments): Ditto.
516 * i386-tdep.c (i386_push_arguments): Ditto.
517 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
518 * frv-tdep.c (frv_push_arguments): Ditto.
519 * frame.c (legacy_saved_regs_prev_register): Ditto.
520 (deprecated_generic_get_saved_register): Ditto.
521 * findvar.c (unsigned_address_to_pointer): Ditto.
522 * dwarf2read.c (dwarf2_const_value): Ditto.
523 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
524 * alpha-tdep.c (alpha_push_arguments): Ditto.
525
526 2003-05-12 J. Brobecker <brobecker@gnat.com>
527
528 * NEWS: Mention that the hppa-hpux port has been partially
529 multiarched (32bit ABIT only, so far).
530
531 2003-05-11 Andrew Cagney <cagney@redhat.com>
532
533 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
534 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
535 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
536 sim/testsuite/sim/arm/misaligned2.ms, and
537 sim/testsuite/sim/arm/misaligned3.ms.
538 * disasm.h (struct ui_file): Add opaque struct declaration.
539 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
540 * frame.h (struct ui_file): Ditto.
541
542 2003-05-11 Mark Kettenis <kettenis@gnu.org>
543
544 * value.h: Pretty print.
545
546 2003-05-10 Mark Kettenis <kettenis@gnu.org>
547
548 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
549
550 2003-05-08 Andrew Cagney <cagney@redhat.com>
551
552 * regcache.h (max_register_size): Delete declaration.
553 * regcache.c (max_register_size): Delete function.
554 (struct regcache_descr): Delete field "max_register_size".
555 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
556 registers fit in MAX_REGISTER_SIZE.
557 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
558 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
559 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
560 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
561 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
562 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
563 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
564 * dve3900-rom.c, hppa-tdep.c: Ditto.
565
566 2003-05-08 David Carlton <carlton@math.stanford.edu>
567
568 * valops.c (push_word): Fix typo.
569
570 2003-05-08 Andrew Cagney <cagney@redhat.com>
571
572 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
573 * gdbarch.h: Re-generate.
574 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
575 (legacy_max_register_raw_size): Delete declaration.
576 * regcache.c (legacy_max_register_raw_size): Delete function.
577 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
578 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
579 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
580 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
581 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
582 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
583 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
584 * findvar.c, dwarf2cfi.c: Ditto.
585
586 2003-05-08 Andrew Cagney <cagney@redhat.com>
587
588 * mips-tdep.c (read_signed_register): New function, moved to here
589 from "regcache.c".
590 (read_signed_register_pid): Ditto.
591 * regcache.c (read_signed_register_pid): Delete function, moved to
592 "mips-tdep.c".
593 (read_signed_register): Ditto.
594 * regcache.h (read_signed_register): Delete declaration.
595 (read_signed_register_pid): Delete declaration.
596
597 2003-05-08 Andrew Cagney <cagney@redhat.com>
598
599 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
600 * gdbarch.h: Re-generate.
601 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
602 (legacy_max_register_virtual_size): Delete declaration.
603 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
604 * d10v-tdep.c (d10v_print_registers_info): Ditto.
605 * tracepoint.c (memrange_sortmerge): Ditto.
606 * sparc-tdep.c (sparc_print_registers): Ditto.
607 * regcache.c (legacy_max_register_virtual_size): Delete function.
608
609 2002-05-08 J. Brobecker <brobecker@gnat.com>
610
611 * fork-child.c (escape_bang_in_quoted_argument): New function.
612 (fork_inferior): Escape '!' characters in quoted arguments
613 only when needed.
614
615 2003-05-08 J. Brobecker <brobecker@gnat.com>
616
617 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
618 the language of the CU is not currently supported by GDB.
619
620 2003-05-08 J. Brobecker <brobecker@gnat.com>
621
622 * defs.h (language): Add language_minimal enum value.
623 * c-lang.c (minimal_language_defn): New language definition.
624 (_initialize_c_language): Add the new minimal language to the list
625 of languages known to GDB.
626
627 2003-05-08 Kevin Buettner <kevinb@redhat.com>
628
629 * frame.c (get_frame_type): Don't attempt to lazily initialize
630 frame's unwinder for legacy frames.
631
632 2003-05-07 Andrew Cagney <cagney@redhat.com>
633
634 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
635 and "regcache" parameters.
636 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
637
638 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
639
640 * dwarf2read.c (dwarf_decode_lines): Only use output of
641 check_cu_functions() when calling record_line(). Do not update
642 the current address.
643
644 2003-05-07 Andrew Cagney <cagney@redhat.com>
645
646 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
647 code.
648
649 2003-05-07 Jim Blandy <jimb@redhat.com>
650
651 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
652 'maint info symtabs' and 'maint info psymtabs'.
653 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
654 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
655 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
656 Declarations updated.
657 * maint.c (maintenance_list_command): Delete.
658 (_initialize_maint_cmds): Update calls to add_cmd.
659 * gdbcmd.h (maintenancelistlist): Delete declaration.
660 * cli/cli-cmds.c (maintenancelistlist): Delete.
661 (init_cmd_lists): Don't initialize it.
662 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
663
664 2003-05-07 Andrew Cagney <cagney@redhat.com>
665
666 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
667 "regcache".
668 (d10v_print_registers_info): Update.
669 (d10v_dmap_register, d10v_imap_register): Delete functions.
670 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
671 and "imap_register".
672 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
673 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
674 * arch-utils.c (generic_remote_translate_xfer_address): Add
675 "regcache" and "gdbarch" parameters.
676 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
677 parameter. Change class to multi-arch.
678 * gdbarch.h, gdbarch.c: Re-generate.
679 * remote.c (remote_xfer_memory): Use
680 gdbarch_remote_translate_xfer_address.
681
682 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
683
684 * infrun.c (prev_pc): Move declaration ahead of proceed().
685 (proceed): Refresh prev_pc value before resuming.
686 (stop_stepping): Remove code to refresh prev_pc.
687
688 2003-05-06 Kris Warkentin <kewarken@qnx.com>
689
690 * nto-tdep.c: Removed stray comment.
691
692 2003-05-06 Kris Warkentin <kewarken@qnx.com>
693
694 * i386-nto-tdep.c: Fix old K&R function definitions.
695 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
696 Also change add_show_from_set() call to add_setshow_cmd().
697 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
698
699 2003-05-05 Andrew Cagney <cagney@redhat.com>
700
701 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
702 (fprint_dummy_frames): New function.
703 (maintenance_print_dummy_frames): New function.
704 (_initialize_dummy_frame): Add command "maint print dummy-frames".
705 * frame.c (fprint_frame_id): Make global.
706 * frame.h (fprint_frame_id): Declare.
707 * Makefile.in (dummy-frame.o): Update dependencies.
708
709 2003-05-05 Andrew Cagney <cagney@redhat.com>
710
711 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
712 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
713 SIZEOF_CALL_DUMMY_WORDS.
714 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
715 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
716 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
717 CALL_DUMMY_BREAKPOINT_OFFSET.
718 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
719 CALL_DUMMY_START_OFFSET.
720 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
721 * gdbarch.h, gdbarch.c: Re-generate.
722 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
723 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
724 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
725 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
726 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
727 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
728 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
729 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
730 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
731 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
732 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
733 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
734 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
735 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
736 * config/sparc/tm-sparc.h: Update.
737
738 2003-05-05 Kris Warkentin <kewarken@qnx.com>
739
740 * configure.tgt: Add i[3456]86-*-nto*.
741 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
742 * nto-tdep.c: New file. Neutrino target support routines.
743 * nto-tdep.h: New file. Neutrino target header.
744 * config/tm-qnxnto.h: New file.
745 * config/i386/i386nto.mt: New file.
746 * config/i386/tm-i386nto.h: New file.
747
748 2003-05-04 Andrew Cagney <cagney@redhat.com>
749
750 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
751 (load_infrun_state): Ditto.
752 (struct thread_info): Drop "prev_func_name" field.
753 * thread.c (load_infrun_state): Update.
754 (save_infrun_state): Update.
755 * infrun.c (prev_func_name): Delete variable.
756 (init_wait_for_inferior): Do not clear prev_func_name.
757 (stop_stepping, keep_going, context_switch): Do not swap
758 prev_func_name.
759 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
760 instead of PC_IN_SIGTRAMP.
761
762 2003-05-04 Andrew Cagney <cagney@redhat.com>
763
764 * sentinel-frame.c (sentinel_frame_prev_register): Replace
765 REGISTER_BYTE with register_offset_hack.
766 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
767 that REGISTER_BYTE is consistent with the regcache.
768 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
769 * gdbarch.h, gdbarch.c: Regenerate.
770
771 2003-05-04 Mark Kettenis <kettenis@gnu.org>
772
773 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
774 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
775
776 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
777
778 2003-05-03 J. Brobecker <brobecker@gnat.com>
779
780 From Thierry Schneider <tpschneider1@yahoo.com>
781 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
782 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
783 (mi-cmd-symbol.o): Add rule.
784
785 2003-05-03 Andrew Cagney <cagney@redhat.com>
786
787 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
788 comments noteing that it replaces the old FIX_CALL_DUMMY code.
789 * gdbarch.h, gdbarch.c: Re-generate.
790 * d10v-tdep.c (d10v_push_dummy_code): New function.
791 (d10v_gdbarch_init): Set push_dummy_code.
792 * infcall.c (legacy_push_dummy_code): New function.
793 (generic_push_dummy_code): New function.
794 (push_dummy_code): New function.
795 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
796 instead of dummy_addr, to push_dummy_call. Move call to
797 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
798 switch.
799 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
800
801 2003-05-03 Andrew Cagney <cagney@redhat.com>
802
803 * disasm.h (print_insn): Declare.
804 * disasm.c (init_gdb_disassemble_info): New function.
805 (gdb_disassembly): Call init_gdb_disassemble_info.
806 (gdb_print_insn): New function.
807 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
808 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
809 * mcore-tdep.c: Include "disasm.h"
810 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
811 * d10v-tdep.c: Include "disasm.h".
812 (display_trace): Call gdb_print_insn, instead of print_insn.
813 (print_insn): Delete function.
814 * printcmd.c: Include "disasm.h".
815 (print_insn): Delete function.
816 (print_formatted): Call gdb_print_insn, instead of print_insn.
817 * Makefile.in (printcmd.o): Update dependencies.
818 (mcore-tdep.o, d10v-tdep.o): Ditto.
819
820 2003-05-02 Andrew Cagney <cagney@redhat.com>
821
822 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
823 PC_REGNUM, re-indent.
824 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
825 PC_REGNUM isn't set.
826
827 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
828 * gdbarch.h, gdbarch.c: Re-generate.
829 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
830 register_virtual_size, pc_regnum, or register_bytes.
831 (D10V_PC_REGNUM): Rename _PC_REGNUM.
832 (d10v_register_type): Use D10V_PC_REGNUM.
833 (d10v_print_registers_info, d10v_read_pc): Ditto.
834 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
835 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
836
837 2003-05-02 David Carlton <carlton@bactrian.org>
838
839 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
840 the name with mstrsave.
841
842 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
843
844 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
845 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
846 (host_charset_name, target_charset_name): New vars for use by
847 set/show commands.
848 (host_charset_enum, target_charset_enum): New enums for set/show
849 commands.
850 (set_charset_sfunc, set_host_charset_sfunc,
851 set_target_charset_sfunc): New functions.
852 (set_host_charset, set_target_charset): Make static.
853 (list_charsets, set_host_charset_command,
854 set_target_charset_command): Delete functions.
855 (show_charset_command): Rewrite as....
856 (show_charset): Hook this up with the set/show command mechanism.
857 (_initialize_charset): Change names of charsets to match the
858 set/show enums. Use host_charset_name and target_charset_name.
859 Use set/show mechanism for charset, host-charset, target-charset
860 commands. Do not make 'show host-charset' and 'show
861 target-charset' be aliases of 'show charset'.
862
863 * charset.h (set_host_charset, set_target_charset): Don't export,
864 they are not used outside the file.
865
866 2003-05-01 Andrew Cagney <cagney@redhat.com>
867
868 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
869 (gdb_disassembly): Make "di" non static, always initialize and
870 cleanup. Always use dis_asm_read_memory.
871 (gdb_dis_asm_read_memory): Delete function.
872
873 2003-05-01 Andrew Cagney <cagney@redhat.com>
874
875 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
876 (d10v_gdbarch_init): Set frame_align instead of stack_align.
877
878 2003-04-30 Andrew Cagney <cagney@redhat.com>
879
880 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
881 "tm_print_insn_info".
882 (TARGET_PRINT_INSN_INFO): Delete macro.
883 (dis_asm_read_memory): Delete function declaration.
884 (dis_asm_memory_error, dis_asm_print_address): Ditto.
885 (tm_print_insn_info): Delete variable definition.
886 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
887 * gdbarch.h, gdbarch.c: Re-generate.
888 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
889 "deprecated_tm_print_insn_info".
890 * mcore-tdep.c (mcore_dump_insn): Ditto.
891 * mips-tdep.c (mips_gdbarch_init): Ditto.
892 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
893 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
894 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
895 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
896 instead of TARGET_PRINT_INSN_INFO, add comment.
897 * s390-tdep.c (s390_get_frame_info): Instead of
898 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
899 (s390_check_function_end, s390_is_sigreturn): Ditto.
900 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
901 (dis_asm_memory_error, dis_asm_print_address): Ditto.
902 * disasm.c: Include "gdbcore.h".
903 (_initialize_disasm): New function, initialize
904 "deprecated_tm_print_insn_info".
905 (deprecated_tm_print_insn_info): New variable.
906 (dis_asm_read_memory): Moved from "corefile.c", made static.
907 (dis_asm_print_address, dis_asm_memory_error): Ditto.
908 * Makefile.in (disasm.o): Update dependencies.
909
910 2003-04-30 Andrew Cagney <cagney@redhat.com>
911
912 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
913
914 2003-04-29 Adam Fedor <fedor@gnu.org>
915
916 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
917 * infcall.c (find_function_addr): Make non-static.
918 * infcall.h (find_function_addr): Declare.
919 * Makefile.in (eval.o): Update dependencies.
920
921 2003-04-28 Adam Fedor <fedor@gnu.org>
922
923 * symtab.c (symbol_find_demangled_name): Check for and demangle
924 ObjC symbols.
925 (symbol_init_demangled_name): Init for language_objc as well.
926
927 2003-04-28 Andrew Cagney <cagney@redhat.com>
928
929 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
930 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
931 * gdbarch.h, gdbarch.c: Re-generate.
932 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
933 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
934 * inferior.h (deprecated_read_fp): Rename read_fp.
935 (generic_target_read_fp): Delete declaration.
936 * regcache.c (generic_target_read_fp): Delete function.
937 (deprecated_read_fp): Replace read_fp, use
938 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
939 * d10v-tdep.c (d10v_read_fp): Delete function.
940 (d10v_gdbarch_init): Do not set deprecated_read_fp.
941
942 * sparc-tdep.c (sparc_gdbarch_init): Do not set
943 deprecated_target_read_fp to generic_target_read_fp.
944 * sh-tdep.c (sh_gdbarch_init): Ditto.
945 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
946 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
947 * frv-tdep.c (frv_gdbarch_init): Ditto.
948
949 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
950 deprecated_fp_regnum.
951 * x86-64-tdep.c (x86_64_init_abi): Ditto.
952 * vax-tdep.c (vax_gdbarch_init): Ditto.
953 * v850-tdep.c (v850_gdbarch_init): Ditto.
954 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
955 * sh-tdep.c (sh_gdbarch_init): Ditto.
956 * s390-tdep.c (s390_gdbarch_init): Ditto.
957 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
958 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
959 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
960 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
961 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
962 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
963 * i386-tdep.c (i386_gdbarch_init): Ditto.
964 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
965 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
966 * frv-tdep.c (frv_gdbarch_init): Ditto.
967 * cris-tdep.c (cris_gdbarch_init): Ditto.
968 * avr-tdep.c (avr_gdbarch_init): Ditto.
969 * arm-tdep.c (arm_gdbarch_init): Ditto.
970 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
971
972 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
973 * v850-tdep.c (v850_gdbarch_init): Ditto.
974 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
975 * sh-tdep.c (sh_gdbarch_init): Ditto.
976 * s390-tdep.c (s390_gdbarch_init): Ditto.
977 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
978 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
979 * mips-tdep.c (mips_gdbarch_init): Ditto.
980 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
981 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
982 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
983 * frv-tdep.c (frv_gdbarch_init): Ditto.
984 * avr-tdep.c (avr_gdbarch_init): Ditto.
985 * arm-tdep.c (arm_gdbarch_init): Ditto.
986
987 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
988 DEPRECATED_FP_REGNUM.
989 (vax_push_dummy_frame, vax_pop_frame): Ditto.
990 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
991 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
992 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
993 (sparc32_register_virtual_type): Ditto.
994 * sh-tdep.c (sh64_frame_chain): Ditto.
995 (sh64_get_saved_register, sh64_pop_frame): Ditto.
996 (sh_nofp_frame_init_saved_regs): Ditto.
997 (sh64_nofp_frame_init_saved_regs): Ditto.
998 (sh_fp_frame_init_saved_regs): Ditto.
999 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1000 * remote-e7000.c (fetch_regs_from_dump): Ditto.
1001 * procfs.c (procfs_fetch_registers): Ditto.
1002 (procfs_store_registers): Ditto.
1003 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
1004 (store_inferior_registers, fetch_core_registers): Ditto.
1005 (fetch_kcore_registers, clear_regs): Ditto.
1006 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
1007 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
1008 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
1009 * nlm/i386.c (do_status): Ditto.
1010 * mipsv4-nat.c (supply_gregset): Ditto.
1011 * mips-tdep.c: Ditto for comments.
1012 * mips-nat.c (fetch_inferior_registers): Ditto.
1013 (store_inferior_registers, fetch_core_registers): Ditto.
1014 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
1015 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
1016 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
1017 (i386_do_pop_frame, i386_register_type): Ditto.
1018 * hppa-tdep.c (hppa_frame_chain): Ditto.
1019 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
1020 (hppa_pop_frame, hppa_read_fp): Ditto.
1021 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
1022 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
1023 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
1024 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
1025 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
1026 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
1027 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
1028 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
1029 * blockframe.c: Ditto for comments.
1030 * arch-utils.h: Ditto for comments.
1031 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
1032 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
1033 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
1034 * alpha-tdep.h: Ditto for comments.
1035 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
1036 (alpha_cannot_store_register): Ditto.
1037 (alpha_push_dummy_frame): Ditto.
1038 * alpha-nat.c (supply_gregset): Ditto.
1039
1040 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
1041 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
1042 * config/sparc/tm-sparc.h: Update comment.
1043
1044 * hppa-tdep.c (hppa_init_extra_frame_info): Use
1045 deprecated_read_fp instead of TARGET_READ_FP.
1046 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
1047 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
1048 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1049 deprecated_read_fp instead of read_fp.
1050 * s390-tdep.c (s390_push_arguments): Ditto.
1051 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1052 * frame.h: Ditto in comments.
1053 * frame.c (legacy_get_prev_frame): Ditto.
1054 * dummy-frame.c (dummy_frame_this_id): Ditto.
1055 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
1056
1057 2003-04-28 Andrew Cagney <cagney@redhat.com>
1058
1059 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
1060 * gdbarch.h, gdbarch.c: Re-generate.
1061 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
1062 * vax-tdep.c (_initialize_vax_tdep): Update.
1063 * v850-tdep.c (_initialize_v850_tdep): Update.
1064 * sparc-tdep.c (_initialize_sparc_tdep): Update.
1065 * s390-tdep.c (_initialize_s390_tdep): Update.
1066 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
1067 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
1068 * mips-tdep.c (_initialize_mips_tdep): Update.
1069 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1070 * m68k-tdep.c (_initialize_m68k_tdep): Update.
1071 * ia64-tdep.c (_initialize_ia64_tdep): Update.
1072 * hppa-tdep.c (_initialize_hppa_tdep): Update.
1073 * h8300-tdep.c (_initialize_h8300_tdep): Update.
1074 * frv-tdep.c (_initialize_frv_tdep): Update.
1075 * cris-tdep.c (cris_delayed_get_disassembler): Update.
1076 (_initialize_cris_tdep): Update.
1077 * arch-utils.c (legacy_print_insn): Update.
1078 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1079
1080 2003-04-26 Adam Fedor <fedor@gnu.org>
1081
1082 * linespec.c (decode_objc): New function to decode ObjC calls
1083 (decode_line_1): Check for ObjC calls (using decode_objc)
1084 * Makefile (linespec.o): Update dependencies.
1085
1086 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
1087
1088 * breakpoint.h (struct breakpoint_ops): New.
1089 (struct breakpoint): Add ops member.
1090
1091 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
1092 (mention): Use new breakpoint ops member.
1093 (set_raw_breakpoint): Initialize ops field to NULL.
1094 (print_exception_catchpoint, print_one_exception_catchpoint)
1095 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
1096 (gnu_v3_exception_catchpoint_ops): New.
1097 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
1098
1099 2003-04-25 Adam Fedor <fedor@gnu.org>
1100
1101 * Makefile.in (COMMON_OBS): Add objc-lang.o
1102
1103 2003-04-25 Andrew Cagney <cagney@redhat.com>
1104
1105 * d10v-tdep.c (print_insn): Delete function.
1106 (display_trace): Use TARGET_PRINT_INSN.
1107 (_initialize_d10v_tdep): Do not set tm_print_insn.
1108 (d10v_gdbarch_init): Set print_insn.
1109
1110 2003-04-25 Andrew Cagney <cagney@redhat.com>
1111
1112 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
1113 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
1114 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
1115 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
1116 (nr_dmap_regs, a0_regnum): ... new functions.
1117 (d10v_print_registers_info): Use a0_regnum, use register_size.
1118 (d10v_register_byte): Delete function.
1119 (d10v_register_raw_size): Delete function.
1120 (d10v_register_type): Use a0_regnum.
1121 (d10v_print_registers_info): Use a0_regnum.
1122 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
1123 (d10v_gdbarch_init): Do not set register_byte or
1124 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
1125 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
1126 extract_address.
1127 (trace_command): Use XCALLOC.
1128 (print_insn): Delete reference to tm_print_insn.
1129 (saved_regs_unwinder): Use store_unsigned_integer instead of
1130 store_address.
1131 * frame.h (FRAME_OBSTACK_CALLOC): Define
1132
1133 2003-04-25 David Carlton <carlton@bactrian.org>
1134
1135 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
1136
1137 2003-04-24 Adam Fedor <fedor@gnu.org>
1138
1139 * objc-lang.c: Include "valprint.h"
1140 * Makefile.in (objc-lang.o): Update dependencies.
1141
1142 2003-04-24 Adam Fedor <fedor@gnu.org>
1143
1144 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
1145 architecture dependant compilation and mark as unimplemented
1146 (until they get put in the gdbarch vector).
1147
1148 2003-04-23 David Carlton <carlton@bactrian.org>
1149
1150 * cp-support.c (cp_find_first_component): Accept 'operator' in
1151 more locations.
1152
1153 2003-04-23 Andrew Cagney <cagney@redhat.com>
1154
1155 * infcall.c (call_function_by_hand): Eliminate redundant
1156 indentation. Move "saved_async" and "old_cleanups" to where they
1157 are needed.
1158
1159 2003-04-23 Andrew Cagney <cagney@redhat.com>
1160
1161 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
1162 and "buffer". Move the "name" code to where it is needed.
1163
1164 2003-04-23 Andrew Cagney <cagney@redhat.com>
1165
1166 * infcall.c (call_function_by_hand): Move variables "start_sp",
1167 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
1168 code to ON_STACK switch branch.
1169
1170 2003-04-23 Andrew Cagney <cagney@redhat.com>
1171
1172 * infcall.c (call_function_by_hand): Make declaration of "i",
1173 "sal", "bpt" and "old_sp" more local to their use. Delete #if
1174 lint.
1175
1176 2003-04-23 Andrew Cagney <cagney@redhat.com>
1177
1178 * infcall.c (call_function_by_hand): Delete variable
1179 "n_method_args". Localize "param_type"'s declaration to the loop
1180 that it is used. Reinstate code assigning to said variable -
1181 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
1182 Rationalize code using "param_type".
1183
1184 2003-04-22 Andrew Cagney <cagney@redhat.com>
1185
1186 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
1187 compute the breakpoint address. Only call FIX_CALL_DUMMY when
1188 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
1189 to DEPRECATED_PUSH_RETURN_ADDRESS.
1190
1191 2003-04-22 Kevin Buettner <kevinb@redhat.com>
1192
1193 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
1194 on the DWARF2 register number prior to fetching a register.
1195
1196 2003-04-22 J. Brobecker <brobecker@gnat.com>
1197
1198 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
1199 Update all the tests using SOFT_FLOAT considering the fact that
1200 this macro was always set to 0.
1201 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
1202 considering the fact that this macro was always set to 0.
1203 * hppa-tdep.h (hppa_store_return_value): Likewise.
1204 (hppa_extract_return_value): Likewise.
1205
1206 2003-04-22 J. Brobecker <brobecker@gnat.com>
1207
1208 * config/pa/tm-hppa.h: Remove obsolete code, was used by
1209 the hppa-pro target only.
1210
1211 2003-04-21 J. Brobecker <brobecker@gnat.com>
1212
1213 Ongoing multi-arch conversion effort for HP/UX:
1214 * config/pa/tm-hppa.h: Move all macro that are no longer
1215 defined now that GDB_MULTI_ARCH is now set to 1 from here...
1216 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
1217
1218 2003-04-21 J. Brobecker <brobecker@gnat.com>
1219
1220 * config/pa/tm-hppa.h: Obsolete a section that was only used
1221 for hppa-pro.
1222
1223 2003-04-21 J. Brobecker <brobecker@gnat.com>
1224
1225 Ongoing multi-arch conversion for HP/UX.
1226 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
1227 if already defined (allows hppa64 to stay non-multiarched for now).
1228 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
1229
1230 2003-04-21 Andrew Cagney <cagney@redhat.com>
1231
1232 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
1233
1234 2003-04-21 Andrew Cagney <cagney@redhat.com>
1235
1236 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
1237 "i386_num_mmx_regs".
1238
1239 2003-04-21 Andrew Cagney <cagney@redhat.com>
1240
1241 * infcall.c: New file.
1242 * infcall.h: New file.
1243 * valarith.c: Include "infcall.h".
1244 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
1245 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
1246 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
1247 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
1248 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
1249 (SFILES): Add "infcall.c"
1250 (COMMON_OBS): Add "infcall.o".
1251 (infcall.o): Specify dependencies.
1252 * value.h (call_function_by_hand): Delete declaration.
1253 * inferior.h (run_stack_dummy): Delete declaration.
1254 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
1255 (run_stack_dummy): Move to "infcall.c", merged into
1256 call_function_by_hand.
1257 * valops.c (call_function_by_hand): Moved to "infcall.c".
1258 (find_function_addr, value_arg_coerce): Ditto.
1259 (unwindonsignal_p, coerce_float_to_double): Ditto.
1260 (_initialize_valops): Move "set/show coerce-float-to-double", and
1261 "set/show unwindonsignal" commands to "infcall.c".
1262 * v850-tdep.c, target.h: Update comments.
1263 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
1264 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
1265 (sh64_init_extra_frame_info): Update comments.
1266 * mn10300-tdep.c: Update comments.
1267 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
1268 * config/sparc/tm-sparc.h: Update comments.
1269 * breakpoint.h: Update comments.
1270 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
1271 * arm-tdep.c: Update comment.
1272
1273 2003-04-19 Mark Kettenis <kettenis@gnu.org>
1274
1275 * i386-tdep.c (i386_num_register_names): New variable.
1276 (i386_num_mmx_regs): Renamed from mmx_num_regs.
1277 (MM0_REGNUM): Remove redundant parentheses in define.
1278 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
1279 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
1280 i386_mxcsr_regnum_p): Remove redundant parentheses.
1281 (i386_register_name): Use i386_num_register_names.
1282
1283 * i386-tdep.c (i386_extract_return_value,
1284 i386_store_return_value): Correct check for availability of
1285 floating-point registers.
1286
1287 * i386-tdep.c (i386_frame_num_args): Remove function.
1288 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
1289
1290 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
1291 mmx_regnum_to_fp_regnum. Adjust all callers.
1292
1293 * i386-tdep.c (i386_get_longjmp_target): Use
1294 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
1295 and TARGET_CHAR_BIT. Use extract_typed_address instead of
1296 extract_address.
1297
1298 2003-04-19 Mark Kettenis <kettenis@gnu.org>
1299
1300 * core-regset.c: Update comments to reflect reality. Re-order
1301 includes.
1302 (fetch_core_registers): Use switch instead of if. Remove
1303 redundant prototype.
1304
1305 2003-04-18 Jim Blandy <jimb@redhat.com>
1306
1307 * s390-tdep.c (s390_frame_align): New function.
1308 (s390_gdbarch_init): Register it with the gdbarch object.
1309
1310 2003-04-17 Richard Henderson <rth@redhat.com>
1311
1312 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
1313
1314 2003-04-17 Michael Snyder <msnyder@redhat.com>
1315 Karen Bennet <bennet@redhat.com>
1316
1317 Committed by Elena Zannoni <ezannoni@redhat.com>
1318 * gdb_gcore.sh: New script to create a core dump of a process.
1319
1320 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
1321
1322 * values.c (value_being_returned): Don't fetch the return
1323 value if the return type is void.
1324
1325 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
1326
1327 * thread-db.c: Reindented.
1328
1329 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
1330
1331 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
1332 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
1333 as types.
1334
1335 2003-04-16 Kevin Buettner <kevinb@redhat.com>
1336
1337 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
1338 the size of ``long double'' to 16, instead of 8.
1339
1340 2003-04-16 Mark Kettenis <kettenis@gnu.org>
1341
1342 * i386-linux-nat.c: Add some whitespace to make things more
1343 readable.
1344 (fetch_register, store_register, fetch_inferior_registers,
1345 store_inferior_registers): Get rid of assignment in if-statement.
1346 (store_register): Fix typo in error message.
1347
1348 2003-04-16 Andrew Cagney <cagney@redhat.com>
1349
1350 * utils.c (xmmalloc): Always allocate something, matches
1351 libiberty/xmalloc's semantics.
1352 (xmrealloc, xmcalloc): Ditto.
1353
1354 2003-04-16 Andrew Cagney <cagney@redhat.com>
1355
1356 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
1357 update comments.
1358 (get_frame_type): Initialize unwind and type when needed.
1359 (get_frame_id, frame_register_unwind): Ditto.
1360
1361 2003-04-16 Andrew Cagney <cagney@redhat.com>
1362
1363 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
1364 obsolete.
1365 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
1366 * sparcl-stub.c: Obsolete file.
1367 * config/sparc/tm-sparclet.h: Obsolete file.
1368 * sparclet-stub.c: Obsolete file.
1369 * sparclet-rom.c: Obsolete file.
1370 * sparcl-tdep.c: Obsolete file.
1371 * config/sparc/tm-sparclite.h: Obsolete file.
1372 * config/sparc/sparclite.mt: Obsolete file.
1373 * config/sparc/sparclet.mt: Obsolete file.
1374 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
1375 sparc86x-*-* obsolete.
1376
1377 2003-04-15 David Carlton <carlton@math.stanford.edu>
1378
1379 * Makefile.in (SFILES): Add cp-namespace.c.
1380 (COMMON_OBS): Add cp-namespace.o.
1381 (block.o): Depend on gdb_obstack_h and cp_support_h.
1382 (buildsym.o): Depend on cp_support_h.
1383 (cp-namespace.o): New.
1384 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
1385 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
1386 (dwarf2read.o): Depend on cp_support_h.
1387 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
1388 * dwarf2read.c (process_die): Set processing_has_namespace_info,
1389 processing_current_namespace.
1390 (read_namespace): Update processing_current_namespace; check for
1391 anonymous namespaces.
1392 (dwarf2_name): New function.
1393 (dwarf2_extension): Ditto.
1394 * cp-support.h: Update copyright, contributors.
1395 Add inclusion guards.
1396 Add opaque declaration for structs obstack, block, symbol.
1397 (struct using_direct): New struct.
1398 Add declarations for cp_find_first_component,
1399 cp_entire_prefix_len, processing_has_namespace_info,
1400 processing_current_namespace, cp_is_anonymous,
1401 cp_add_using_directive, cp_initialize_namespace,
1402 cp_finalize_namespace, cp_set_block_scope,
1403 cp_scan_for_anonymous_namespaces.
1404 * cp-namespace.c: New file.
1405 * cp-support.c: Update copyright.
1406 Include ctype.h, gdb_assert.h, gdbcmd.h.
1407 New variable maint_cplus_cmd_list.
1408 (cp_find_first_component): New function.
1409 (cp_entire_prefix_len, maint_cplus_command)
1410 (first_component_command, _initialize_cp_support): Ditto.
1411 * buildsym.c: Include cp-support.h.
1412 New variable using_list.
1413 (add_symbol_to_list): Check for anonymous namespaces.
1414 (finish_block): Set block's scope.
1415 (start_symtab): Initialize C++ namespace support.
1416 (end_symtab): Finalize C++ namespace support.
1417 * block.h: Add opaque declarations for structs
1418 block_namespace_info, using_direct, and obstack.
1419 Add declarations for block_set_scope and block_set_using.
1420 (struct block): Add 'language_specific' member.
1421 (BLOCK_NAMESPACE): New macro.
1422 * block.c: Include gdb_obstack.h and cp-support.h.
1423 (struct block_namespace_info): New struct.
1424 (block_set_scope): New function.
1425 (block_set_using, block_initialize_namespace): Ditto.
1426
1427 2003-04-14 Kevin Buettner <kevinb@redhat.com>
1428
1429 * solib-svr4.c (svr4_have_link_map_offsets): New function.
1430 (locate_base): Return early if there aren't any link map offsets.
1431 (svr4_solib_create_inferior_hook): Warn if shared library support
1432 is unavailable.
1433
1434 2003-04-14 David Carlton <carlton@math.stanford.edu>
1435
1436 * symtab.c (symbol_set_names): Add prefix when storing Java names
1437 in hash table. Fix for PR java/1039.
1438
1439 2003-04-14 David Carlton <carlton@math.stanford.edu>
1440
1441 * symtab.c (symbol_set_names): Rename 'name' arg to
1442 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
1443 * symtab.h: Change 'name' argument in declaration of
1444 symbol_set_names to 'linkage_name'.
1445 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
1446
1447 2003-04-14 Andrew Cagney <cagney@redhat.com>
1448
1449 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
1450 return the fully sign-extended register value.
1451 (get_frame_pointer): Ditto.
1452 (mips_pop_frame): Initialize "proc_desc" after checking for a
1453 dummy frame.
1454
1455 2003-04-14 Andrew Cagney <cagney@redhat.com>
1456
1457 * mips-tdep.c (mips_push_dummy_frame): Delete function.
1458 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
1459 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
1460 (mips_push_register): Delete function.
1461 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
1462 PUSH_FP_REGNUM.
1463
1464 2003-04-14 Jim Blandy <jimb@redhat.com>
1465
1466 * symmisc.c: #include "gdb_regex.h".
1467 (maintenance_list_symtabs, maintenance_list_psymtabs): New
1468 functions.
1469 * maint.c (maintenance_list_command): New function.
1470 (_initialize_maint_cmds): Register the above as commands.
1471 * symtab.h (maintenance_list_symtabs,
1472 maintenance_list_psymtabs): New declarations.
1473 * cli/cli-cmds.c (maintenancelistlist): New variable.
1474 (init_cmd_lists): Initialize it.
1475 * cli/cli-cmds.h (maintenancelistlist): New declaration.
1476 * gdbcmd.h (maintenancelistlist): New declaration.
1477 * Makefile.in (symmisc.o): Update dependencies.
1478
1479 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
1480
1481 * s390-nat.c: Include asm/types.h for addr_t.
1482
1483 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
1484
1485 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
1486 actually incoming type.
1487
1488 2003-04-13 Andrew Cagney <cagney@redhat.com>
1489
1490 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
1491 get_next_frame and get_frame_saved_regs.
1492
1493 2003-04-13 Andrew Cagney <cagney@redhat.com>
1494
1495 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
1496 of gdbarch_num_regs.
1497
1498 2003-04-13 Andrew Cagney <cagney@redhat.com>
1499
1500 * frame.h: Mention what replaced what in "struct frame_info".
1501 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
1502 deprecated_update_frame_base_hack and
1503 deprecated_update_frame_pc_hack.
1504 * hppa-tdep.c: Ditto.
1505
1506 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
1507
1508 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
1509 to read_reg and update its comment. Remove regnum member.
1510 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
1511 Don't call read_reg when setting in_reg. Call read_reg to get
1512 the frame base if it's in a register. Return the register number
1513 on the stack instead of in the context. Remove extra arguments
1514 to read_reg.
1515 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
1516 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
1517 the register number on the expression stack.
1518 (needs_frame_read_reg): Remove extra arguments.
1519
1520 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
1521
1522 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
1523 made non-static.
1524 (execute_stack_op): All callers updated.
1525 * dwarf2expr.h: Add prototype for dwarf2_read_address.
1526 * dwarf2loc.c (find_location_expression): New function.
1527 (dwarf_expr_frame_base): Call it.
1528 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
1529 (dwarf2_tracepoint_var_ref): New function, broken out from
1530 locexpr_tracepoint_var_ref.
1531 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
1532 Make static.
1533 (loclist_read_variable, loclist_read_needs_frame): New functions.
1534 (loclist_describe_location, loclist_tracepoint_var_ref): New
1535 functions.
1536 (dwarf2_loclist_funcs): New struct location_funcs.
1537 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
1538 (struct dwarf2_locexpr_baton): Add comments.
1539 (dwarf2_loclist_funcs): New extern.
1540 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
1541 base_address and base_known.
1542 (dwarf_loc_buffer): New variable.
1543 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
1544 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
1545 (dwarf2_has_info): Initialize dwarf_loc_offset.
1546 (dwarf2_build_psymtabs): Read in .debug_loc.
1547 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
1548 DWARF_LOC_SIZE.
1549 (psymtab_to_symtab_1): Likewise. Move base address calculation
1550 here, from...
1551 (dwarf2_get_pc_bounds): ... here. Use the base address from
1552 cu_header.
1553 (dwarf2_symbol_mark_computed): Handle location lists.
1554
1555 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
1556
1557 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
1558 if the linkage name demangled successfully.
1559
1560 2003-04-13 Mark Kettenis <kettenis@gnu.org>
1561
1562 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
1563 disassmbly_flavour): Removed.
1564
1565 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
1566
1567 2003-04-13 Mark Kettenis <kettenis@gnu.org>
1568
1569 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
1570
1571 2003-04-12 Andrew Cagney <cagney@redhat.com>
1572
1573 * frame.h (struct frame_info): Move definition from here ...
1574 * frame.c (struct frame_info): ... to here.
1575
1576 2003-04-12 Andrew Cagney <cagney@redhat.com>
1577
1578 * gdbthread.h (save_infrun_state): Delete parameter
1579 "prev_func_start".
1580 (struct thread_info): Delete field "prev_func_start".
1581 (load_infrun_state): Ditto.
1582 * thread.c (load_infrun_state, save_infrun_state): Update.
1583 * infrun.c (prev_func_start): Delete variable.
1584 (context_switch, init_wait_for_inferior): Update.
1585 (stop_stepping, keep_going): Update.
1586
1587 2003-04-12 Andrew Cagney <cagney@redhat.com>
1588
1589 * gdbarch.sh: Add missing opaque declarations.
1590 * gdbarch.h: Regnerate.
1591 * symtab.h: Add missing opaque declarations.
1592 * value.h, target.h, symfile.h, stabsread.h: Ditto.
1593 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
1594 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
1595 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
1596 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
1597 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
1598 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
1599 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
1600 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
1601 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
1602 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
1603 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
1604 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
1605
1606 2003-04-11 Andrew Cagney <cagney@redhat.com>
1607
1608 * frame.c (get_frame_id): Return this frame's "id".
1609 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
1610 function start.
1611 (legacy_saved_regs_this_id): Replace function body with
1612 internal-error.
1613 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
1614 FRAME_OBSTACK_ZALLOC.
1615 (create_new_frame): Mark the frame ID as valid.
1616
1617 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
1618
1619 * Makefile.in (libbfd_h): Added missing setting.
1620 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
1621 according to the selected ABI.
1622
1623 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
1624
1625 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
1626
1627 2003-04-11 Andrew Cagney <cagney@redhat.com>
1628
1629 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
1630 SAVED_PC_AFTER_CALL.
1631 * gdbarch.h, gdbarch.c: Regenerate.
1632 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1633 * x86-64-tdep.c (x86_64_init_abi): Update.
1634 * vax-tdep.c (vax_gdbarch_init): Update.
1635 * v850-tdep.c (v850_gdbarch_init): Update.
1636 * sparc-tdep.c (sparc_gdbarch_init): Update.
1637 * sh-tdep.c (sh_gdbarch_init): Update.
1638 * s390-tdep.c (s390_gdbarch_init): Update.
1639 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1640 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1641 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1642 * mips-tdep.c (mips_gdbarch_init): Update.
1643 * mcore-tdep.c (mcore_gdbarch_init): Update.
1644 * m68k-tdep.c (m68k_gdbarch_init): Update.
1645 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1646 * ia64-tdep.c (ia64_gdbarch_init): Update.
1647 (ia64_saved_pc_after_call): Update declaration.
1648 * i386ly-tdep.c (i386lynx_init_abi): Update.
1649 * i386-tdep.c (i386_gdbarch_init): Update.
1650 * hppa-tdep.c (hppa_gdbarch_init): Update.
1651 * h8300-tdep.c (h8300_gdbarch_init): Update.
1652 * frv-tdep.c (frv_gdbarch_init): Update.
1653 * cris-tdep.c (cris_gdbarch_init): Update.
1654 * avr-tdep.c (avr_gdbarch_init): Update.
1655 * arm-tdep.c (arm_gdbarch_init): Update.
1656 * alpha-tdep.c (alpha_gdbarch_init): Update.
1657 * ns32knbsd-nat.c (frame_num_args): Update.
1658 * ns32k-tdep.c (umax_frame_num_args): Update.
1659 * mips-tdep.c (mips_init_frame_pc_first): Update.
1660 * infrun.c (step_over_function): Update.
1661 * i386-linux-tdep.c (skip_hurd_resolver): Update.
1662 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
1663 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
1664 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1665 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1666 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
1667 * arm-linux-tdep.c (skip_hurd_resolver): Update.
1668 * arch-utils.c (init_frame_pc_default): Update.
1669 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
1670 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
1671 declaration.
1672
1673 2003-04-11 Andrew Cagney <cagney@redhat.com>
1674
1675 * i387-tdep.c: Update copyright.
1676 (i387_to_double): Delete function.
1677 (double_to_i387): Delete function.
1678
1679 2003-04-10 Andrew Cagney <cagney@redhat.com>
1680
1681 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
1682 frame's function's address. Simplify.
1683 (d10v_frame_unwind_cache): Check that the frame's function is
1684 non-zero.
1685
1686 2003-04-10 Jim Blandy <jimb@redhat.com>
1687
1688 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
1689 call to set_gdbarch_deprecated_push_arguments.
1690
1691 2003-04-10 Andrew Cagney <cagney@redhat.com>
1692
1693 * frame.c (fprint_frame_id): New function.
1694 (fprint_frame_type, fprint_frame): New function.
1695 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
1696 (create_sentinel_frame, get_frame_id): Ditto.
1697 (frame_id_p, frame_id_eq): Ditto.
1698 (frame_id_inner, create_new_frame): Ditto.
1699 (legacy_get_prev_frame, get_prev_frame): Ditto.
1700 (deprecated_update_frame_pc_hack): Ditto.
1701 (frame_register_unwind): Ditto.
1702 (deprecated_update_frame_base_hack): Ditto.
1703
1704 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
1705
1706 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
1707 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
1708 frame_chain function.
1709 * Makefile.in: Add dependencies due to above change.
1710
1711 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
1712
1713 * blockframe.c (legacy_frame_chain_valid): Move call to
1714 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
1715 inside_entry_file.
1716
1717 2003-04-09 Andrew Cagney <cagney@redhat.com>
1718
1719 * frame.h (struct frame_id): Replace "pc" and "base" with
1720 "stack_addr" and "code_addr". Update comments.
1721 (frame_id_build): Update parameter names and comment.
1722 (struct frame_info): Replace "id_p" and "id" with "this_id".
1723 * dummy-frame.c (dummy_frame_this_id): Update.
1724 * breakpoint.c (print_one_breakpoint): Update.
1725 * frame.c (get_frame_id): Update.
1726 (get_frame_base, frame_id_build): Update.
1727 (create_sentinel_frame, legacy_get_prev_frame): Update.
1728 (deprecated_update_frame_base_hack): Update.
1729 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
1730 (frame_id_inner): Ditto.
1731
1732 2003-04-09 Andrew Cagney <cagney@redhat.com>
1733
1734 * defs.h (gdb_print_host_address): Make "addr" parameter a
1735 pointer constant.
1736 * utils.c (gdb_print_host_address): Update.
1737
1738 2003-04-09 Kevin Buettner <kevinb@redhat.com>
1739
1740 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
1741 register number for R0 is 0.
1742
1743 2003-04-09 J. Brobecker <brobecker@gnat.com>
1744
1745 * frame.h (struct gdbarch): Add opaque structure definition
1746 to avoid a compilation warning on LynxOS 4.0.
1747
1748 2003-04-09 Andrew Cagney <cagney@redhat.com>
1749
1750 * frame.h (struct frame_info): Delete field "pc". Replace
1751 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
1752 structure.
1753 * frame.c (frame_pc_unwind): Update.
1754 (create_sentinel_frame): Do not set "pc".
1755 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
1756 (get_frame_pc): Call frame_pc_unwind.
1757 (deprecated_update_frame_pc_hack): Update.
1758 (create_new_frame): Use "pc" not "->pc".
1759
1760 2003-04-09 Andrew Cagney <cagney@redhat.com>
1761
1762 * frame.c (get_frame_id): Eliminate code updating "frame".
1763 (legacy_get_prev_frame): Ditto.
1764 (get_frame_base): Return id.base directly.
1765 (deprecated_update_frame_base_hack): Update "id.base".
1766 * frame.h (struct frame_info): Delete field "frame".
1767
1768 2003-04-09 Andrew Cagney <cagney@redhat.com>
1769
1770 * NEWS: Mention that the "Sequent family" is obsolete.
1771 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
1772 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
1773 * configure.host: Obsolete i[3456]86-sequent-bsd*,
1774 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
1775 * config/i386/tm-ptx4.h: Obsolete file.
1776 * config/i386/tm-ptx.h: Obsolete file.
1777 * symm-tdep.c: Obsolete file.
1778 * config/i386/symmetry.mt: Obsolete file.
1779 * config/i386/tm-symmetry.h: Obsolete file.
1780 * symm-nat.c: Obsolete file.
1781 * config/i386/nm-symmetry.h: Obsolete file.
1782 * config/i386/xm-symmetry.h: Obsolete file.
1783 * config/i386/symmetry.mh: Obsolete file.
1784 * config/i386/nm-ptx4.h: Obsolete file.
1785 * config/i386/ptx4.mh: Obsolete file.
1786 * config/i386/ptx.mt: Obsolete file.
1787 * config/i386/ptx.mh: Obsolete file.
1788 * config/i386/xm-ptx4.h: Obsolete file.
1789 * config/i386/xm-ptx.h: Obsolete file.
1790
1791 2003-04-09 Andrew Cagney <cagney@redhat.com>
1792
1793 Obsolete mips*-*-mach3*.
1794 * NEWS: Mention that mips*-*-mach3* is obsolete.
1795 * m3-nat.c: Obsolete file.
1796 * config/nm-m3.h: Obsolete file.
1797 * config/mips/tm-mipsm3.h: Obsolete file.
1798 * config/mips/mipsm3.mt: Obsolete file.
1799 * config/mips/mipsm3.mh: Obsolete file.
1800 * config/mips/xm-mipsm3.h: Obsolete file.
1801 * mipsm3-nat.c: Obsolete file.
1802 * configure.host: Obsolete mips-dec-mach3*.
1803 * configure.tgt: Obsolete mips*-*-mach3*.
1804
1805 2003-04-09 Andrew Cagney <cagney@redhat.com>
1806
1807 * doublest.h: Update copyright.
1808 (deprecated_store_floating, deprecated_extract_floating): Rename
1809 store_floating and extract_floating. Update comments.
1810 * doublest.c: Update copyright.
1811 (extract_floating_by_length): Replace extract_floating.
1812 (store_floating_by_length): Replace store_floating.
1813 (deprecated_extract_floating): New function.
1814 (deprecated_store_floating): New function.
1815 (extract_typed_floating): Call extract_floating_by_length.
1816 (store_typed_floating): Call store_floating_by_length.
1817 * x86-64-tdep.c (x86_64_store_return_value): Update.
1818 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
1819 (sh64_extract_return_value): Update.
1820 (sh_sh4_register_convert_to_virtual): Update.
1821 (sh_sh64_register_convert_to_virtual): Update.
1822 (sh_sh4_register_convert_to_raw): Update.
1823 (sh_sh64_register_convert_to_raw): Update.
1824 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
1825 (rs6000_register_convert_to_raw): Update.
1826 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
1827 (ia64_register_convert_to_raw): Update.
1828 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
1829 (REGISTER_CONVERT_TO_VIRTUAL): Update.
1830 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
1831 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
1832 (alpha_register_convert_to_raw): Update.
1833
1834 2003-04-08 Andrew Cagney <cagney@redhat.com>
1835
1836 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
1837 * gdbarch.h, gdbarch.c: Re-generate.
1838 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
1839 (d10v_gdbarch_init): Do not set saved_pc_after_call.
1840 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
1841 conditionally, use frame_pc_unwind as an alternative. Add
1842 comments.
1843 * arch-utils.c (init_frame_pc_default): Only call
1844 SAVED_PC_AFTER_CALL when available.
1845
1846 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
1847
1848 * infrun.c (stop_soon): Rename from stop_soon_quietly.
1849 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
1850 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
1851 (start_remote): Ditto.
1852 (handle_inferior_event): Ditto.
1853 (save_inferior_status): Ditto.
1854 (restore_inferior_status): Ditto.
1855 * infcmd.c (attach_command): Ditto.
1856 * fork-child.c (startup_inferior): Ditto.
1857 * inferior.h (stop_soon): Rename from stop_soon_quietly.
1858 * alpha-tdep.c (heuristic_proc_start): Ditto.
1859 * mips-tdep.c (heuristic_proc_start): Ditto.
1860 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
1861 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
1862 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
1863 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
1864 * remote-vx.c (vx_create_inferior): Ditto.
1865
1866 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
1867
1868 * infrun.c (stop_soon_quietly): Make it an enum, to better
1869 override the default behavior of handle_inferior_event.
1870 (clear_proceed_status): Update uses of stop_soon_quietly to
1871 reflect that it is now an enum.
1872 (start_remote): Ditto.
1873 (handle_inferior_event): Change logic a bit if stop_soon_quietly
1874 is set to handle the new GNU/Linux kernel behavior for
1875 attach/sigstop. Update uses of stop_soon_quietly.
1876 * inferior.h (enum stop_kind): New enum.
1877 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
1878 Reset normal handle_inferior_event behavior, afterwards.
1879 * fork-child.c (startup_inferior): Update.
1880 * alpha-tdep.c (heuristic_proc_start): Update.
1881 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
1882 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
1883 * solib-osf.c (osf_solib_create_inferior_hook): Update.
1884 * solib-irix.c (irix_solib_create_inferior_hook): Update.
1885 * remote-vx.c (vx_create_inferior): Update.
1886 * mips-tdep.c (heuristic_proc_start): Update.
1887
1888 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
1889
1890 * disasm.c (dump_insns): Move variables inside loop, or they will
1891 be freed more than once, causing wild memory corruptions.
1892 (gdb_disassembly): Look for the substring "-thread",
1893 instead of "-threads" in the target name, to make sure to find
1894 the 'multi-thread' target. Also, make sure we do the right thing
1895 with the "core" target.
1896
1897 2003-04-07 Kevin Buettner <kevinb@redhat.com>
1898
1899 * mips-tdep.c (mips_print_fp_register): New function, created from
1900 do_fp_register_row(). Registers are now (also) printed as hex.
1901 Only one register is printed per row.
1902 (mips_print_register, do_fp_register_row): Print floating point
1903 registers with mips_print_fp_register().
1904
1905 2003-04-06 Andrew Cagney <cagney@redhat.com>
1906
1907 * valprint.h (inspect_it): Add extern declaration.
1908 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
1909 (selectors_info, classes_info): Ditto.
1910 (find_objc_msgcall): Fix indentation.
1911 (objc_printstr): Delete extern declarations.
1912
1913 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
1914
1915 2003-04-06 Andrew Cagney <cagney@redhat.com>
1916
1917 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
1918 Update comment.
1919 * frame.c (legacy_saved_regs_this_id): Update.
1920 (legacy_get_prev_frame): Update.
1921 * xstormy16-tdep.c: Update comment.
1922 * sparc-tdep.c (sparc_frame_chain): Update comment.
1923 * blockframe.c (legacy_frame_chain_valid): Update.
1924
1925 2003-04-06 Andrew Cagney <cagney@redhat.com>
1926
1927 * valprint.c (val_print_type_code_int): Delete #ifdef
1928 PRINT_TYPELESS_INTEGER code.
1929
1930 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
1931 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
1932 multi-arch definition.
1933 * gdbarch.h: Re-generate.
1934
1935 2003-04-05 Andrew Cagney <cagney@redhat.com>
1936
1937 Eliminate FRAME_FIND_SAVED_REGS.
1938 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
1939 Change FSR parameter to a pointer.
1940 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
1941 Assume FSR parameter is a pointer.
1942 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
1943 Make fsr a pointer.
1944 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
1945 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
1946 saved_regs a pointer.
1947 (hppa_frame_saved_pc): Ditto.
1948 (find_dummy_frame_regs): Make frame_saved_regs a pointer
1949 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
1950 pointer.
1951 (restore_pc_queue): Make fsr a pointer.
1952 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
1953 (hppa_frame_chain): Make saved_regs a pointer, call
1954 hppa_frame_init_saved_regs.
1955 * sparc-tdep.c: Include "gdb_assert.h".
1956 (sparc_frame_find_saved_regs): Replace internal_error with
1957 gdb_assert.
1958 * remote-vxsparc.c (vx_read_register): Delete reference to
1959 FRAME_FIND_SAVED_REGS.
1960 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
1961 * gdbarch.h: Regenerate.
1962 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
1963 (deprecated_get_frame_saved_regs): Delete declaration.
1964 (struct frame_saved_regs): Delete definition.
1965 * frame.c (deprecated_get_frame_saved_regs): Delete function.
1966 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
1967 (hppa_frame_find_saved_regs): Delete declaration.
1968 (FRAME_FIND_SAVED_REGS): Delete macro.
1969 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
1970 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
1971 FRAME_FIND_SAVED_REGS in comment.
1972
1973 2003-04-05 Andrew Cagney <cagney@redhat.com>
1974
1975 * frame.c (frame_func_unwind, get_frame_func): New functions.
1976 * frame.h (get_frame_func, frame_func_unwind): Declare.
1977 (struct frame_info): Add field "prev_func" for caching the
1978 previous frame's function address.
1979 * arm-tdep.c (arm_frameless_function_invocation): Combine
1980 get_pc_function_start and get_frame_pc into get_frame_func.
1981 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
1982 (sh64_nofp_frame_init_saved_regs): Ditto.
1983 * s390-tdep.c (s390_function_start): Ditto.
1984 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
1985 (rs6000_frameless_function_invocation): Ditto.
1986 (rs6000_frame_saved_pc): Ditto.
1987 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
1988 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
1989 * i386-tdep.c (i386_frameless_signal_p): Ditto.
1990 (i386_frame_init_saved_regs): Ditto.
1991 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
1992 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
1993 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
1994 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
1995 * blockframe.c (frameless_look_for_prologue): Ditto.
1996
1997 2003-04-05 Andrew Cagney <cagney@redhat.com>
1998
1999 * frame.c (legacy_get_prev_frame): Link prev to next at the
2000 function start. Update comments.
2001
2002 2003-04-05 Andrew Cagney <cagney@redhat.com>
2003
2004 * frame.c (get_frame_id): Update comment.
2005 (legacy_get_prev_frame): Update comment.
2006 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
2007 * gdbarch.h: Regenerate.
2008 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
2009 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
2010
2011 2003-04-05 Andrew Cagney <cagney@redhat.com>
2012
2013 * stack.c (print_frame_info): Use get_frame_pc.
2014
2015 2003-04-04 Andrew Cagney <cagney@redhat.com>
2016
2017 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
2018 the frame's type from the unwinder.
2019 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
2020 (create_new_frame, legacy_get_prev_frame): When the unwinder's
2021 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
2022 (get_frame_base_address): Use get_frame_type.
2023 (get_frame_locals_address, get_frame_args_address): Ditto.
2024 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
2025 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
2026 (struct frame_info): Add comment explaining why the frame contains
2027 a "type" field.
2028 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
2029 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
2030 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
2031 NORMAL_FRAME.
2032 * frame-unwind.h: Include "frame.h".
2033 (struct frame_unwind): Add "type" field.
2034 * Makefile.in (frame_unwind_h): Add $(frame_h).
2035
2036 2003-04-04 Andrew Cagney <cagney@redhat.com>
2037
2038 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
2039 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
2040 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
2041 get_frame_base.
2042 (d10v_unwind_dummy_id): Use frame_id_build.
2043 * frame.c (find_frame_sal): Use get_frame_pc.
2044 (create_new_frame): Use deprecated_update_frame_pc_hack and
2045 deprecated_update_frame_base_hack.
2046 (create_sentinel_frame): Add comment about ->pc going away.
2047 (get_prev_frame): Add comment about ->pc going away.
2048 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
2049 frame_id_build, deprecated_update_frame_pc_hack and
2050 deprecated_update_frame_base_hack.
2051 (select_frame): Use get_frame_pc.
2052 (legacy_saved_regs_this_id): Use frame_id_build.
2053
2054 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
2055
2056 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
2057 signed integer case.
2058 (classify_argument): Handle enumerations and references.
2059
2060 2003-04-04 Andrew Cagney <cagney@redhat.com>
2061
2062 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
2063 ID to NULL.
2064
2065 2003-04-01 Adam Fedor <fedor@gnu.org>
2066
2067 * gdb/objc-lang.c (selectors_info): Replace calls to
2068 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
2069 SYMBOL_NATURAL_NAME.
2070 (classes_info, find_methods): Likewise.
2071
2072 2003-04-03 Kevin Buettner <kevinb@redhat.com>
2073
2074 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
2075 ``mach'' to the value determined by bfd_default_set_arch_mach().
2076
2077 2003-04-02 Bob Rossi <bob_rossi@cox.net>
2078
2079 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
2080 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
2081 (mi-cmd-file.o): Update dependencies.
2082
2083 2003-04-01 Kevin Buettner <kevinb@redhat.com>
2084
2085 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
2086 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
2087
2088 2003-04-01 Adam Fedor <fedor@gnu.org>
2089
2090 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
2091 * language.h (struct language_defn): Add la_demangle.
2092 (language_demangle): Declare.
2093 * language.c (language_demangle): New function.
2094 (unk_lang_demangle): Likewise.
2095 (unknown_language_defn, auto_language_defn, local_language_defn):
2096 Add ukn_lang_demangle.
2097 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
2098 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
2099 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
2100 (cplus_language_defn): Add cplus_demangle for la_demangle element.
2101 * jv-lang.c (java_demangle): New function
2102 (java_language_defn): Use it for la_demangle element.
2103 * objc-lang.c (objc_demangle): Add options argument
2104 (objc_language_defn): Use objc_demangle for la_demangle element.
2105 * maint.c (maintenance_demangle): Replace switch with
2106 call to language_demangle.
2107 * utils.c (fprintf_symbol_filtered): Likewise.
2108
2109 2003-04-01 Andrew Cagney <cagney@redhat.com>
2110
2111 * printcmd.c (print_frame_nameless_args): Delete #ifdef
2112 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
2113 PRINT_TYPELESS_INTEGER.
2114 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
2115 PUSH_RETURN_ADDRESS.
2116
2117 2003-04-01 Andrew Cagney <cagney@redhat.com>
2118
2119 * Makefile.in (d10v-tdep.o): Update dependencies.
2120 * d10v-tdep.c: Include "frame-base.h".
2121 (d10v_frame_unwind): Make constant.
2122 (d10v_frame_base_address): New function.
2123 (d10v_frame_base): New variable.
2124 (d10v_gdbarch_init): Set frame_base default.
2125 (struct d10v_unwind_cache): Add the field "prev_sp". Update
2126 comment for base.
2127 (d10v_frame_unwind_cache): Set and use "prev_sp".
2128 (d10v_frame_this_id): Use the previous frame's inner most stack
2129 address and this frame's func address for the frame ID. Use
2130 frame_id_build. Don't analyze beyond the current instruction.
2131
2132 2003-04-01 Andrew Cagney <cagney@redhat.com>
2133
2134 * frame.h (get_frame_locals_address, get_frame_args_address):
2135 Refer to the base address, instead of the address of the first
2136 local or parameter.
2137
2138 2003-04-01 Andrew Cagney <cagney@redhat.com>
2139
2140 Add frame debug info addresses:
2141 * frame-base.c: New file.
2142 * frame-base.h: New file.
2143 * frame.h (struct frame_base): Add opaque declaration.
2144 (get_frame_base): Update comment.
2145 (get_frame_base_address): Declare.
2146 (get_frame_locals_address): Declare.
2147 (get_frame_args_address): Declare.
2148 (struct frame_info): Add "base" and "base_cache". Update
2149 comments on the unwinder.
2150 * frame.c: Include "frame-base.h".
2151 (get_frame_locals_address): New function.
2152 (get_frame_base_address): New function.
2153 (get_frame_args_address): New function.
2154 * findvar.c (read_var_value): Use get_frame_locals_address and
2155 get_frame_args_address.
2156 * stack.c (frame_info): Use get_frame_locals_address and
2157 get_frame_args_address.
2158 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
2159 moved to "frame-base.c".
2160 * printcmd.c (print_frame_nameless_args): Ditto.
2161 * symtab.h (address_class): Update comments.
2162 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
2163 get_frame_base_address.
2164 * dwarf2expr.c (execute_stack_op): Ditto.
2165 * Makefile.in (frame_base_h): Define.
2166 (frame.o): Update dependencies.
2167 (frame-base.o): Add dependencies.
2168 (SFILES): Add frame-base.c.
2169 (COMMON_OBS): Add frame-base.o.
2170
2171 2003-04-01 Andrew Cagney <cagney@redhat.com>
2172
2173 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
2174 CALL_DUMMY_LENGTH): Ditto.
2175 * gdbarch.c: Re-generate.
2176 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
2177 (CALL_DUMMY_LENGTH): Delete macro.
2178 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
2179 * arm-tdep.c (arm_gdbarch_init): Ditto.
2180 * avr-tdep.c (avr_gdbarch_init): Ditto.
2181 * cris-tdep.c (cris_gdbarch_init): Ditto.
2182 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2183 * frv-tdep.c (frv_gdbarch_init): Ditto.
2184 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2185 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2186 * i386-tdep.c (i386_gdbarch_init): Ditto.
2187 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2188 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2189 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2190 * mips-tdep.c (mips_gdbarch_init): Ditto.
2191 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2192 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2193 * s390-tdep.c (s390_gdbarch_init): Ditto.
2194 * sh-tdep.c (sh_gdbarch_init): Ditto.
2195 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2196 * v850-tdep.c (v850_gdbarch_init): Ditto.
2197 * vax-tdep.c (vax_gdbarch_init): Ditto.
2198 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2199
2200 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
2201
2202 * frame.c (get_prev_frame): Disable call to inside_entry_file().
2203
2204 2003-04-01 Andrew Cagney <cagney@redhat.com>
2205
2206 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
2207 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2208 * gdbarch.h, gdbarch.c: Re-generate.
2209 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2210 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2211 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2212 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2213 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
2214 * infcmd.c (run_stack_dummy): Simplify assuming
2215 CALL_DUMMY_BREAKPOINT_OFFSET_P.
2216 * infrun.c (handle_inferior_event): Ditto.
2217 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2218 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
2219 * arm-tdep.c (arm_gdbarch_init): Ditto.
2220 * avr-tdep.c (avr_gdbarch_init): Ditto.
2221 * cris-tdep.c (cris_gdbarch_init): Ditto.
2222 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2223 * frv-tdep.c (frv_gdbarch_init): Ditto.
2224 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2225 * i386-tdep.c (i386_gdbarch_init): Ditto.
2226 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2227 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2228 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2229 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2230 * mips-tdep.c (mips_gdbarch_init): Ditto.
2231 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2232 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2233 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2234 * s390-tdep.c (s390_gdbarch_init): Ditto.
2235 * sh-tdep.c (sh_gdbarch_init): Ditto.
2236 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2237 * v850-tdep.c (v850_gdbarch_init): Ditto.
2238 * vax-tdep.c (vax_gdbarch_init): Ditto.
2239 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2240
2241 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
2242
2243 * symfile.c (symfile_relocate_debug_section): Update call to
2244 bfd_simple_get_relocated_section_contents.
2245
2246 2003-03-31 Andrew Cagney <cagney@redhat.com>
2247
2248 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
2249 * gdbarch.h, gdbarch.c: Regenerate.
2250 * inferior.h (FIX_CALL_DUMMY): Delete macro.
2251 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
2252 available.
2253 * frame.h (generic_fix_call_dummy): Delete declaration.
2254 * dummy-frame.h: Update comment.
2255 * dummy-frame.c (generic_fix_call_dummy): Delete function.
2256 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2257 fix_call_dummy.
2258 * sh-tdep.c (sh_gdbarch_init): Ditto.
2259 * s390-tdep.c (s390_gdbarch_init): Ditto.
2260 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2261 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2262 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2263 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2264 * i386-tdep.c (i386_gdbarch_init): Ditto.
2265 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2266 * frv-tdep.c (frv_gdbarch_init): Ditto.
2267 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2268 * cris-tdep.c (cris_gdbarch_init): Ditto.
2269 * avr-tdep.c (avr_gdbarch_init): Ditto.
2270 * arm-tdep.c (arm_gdbarch_init): Ditto.
2271
2272 2003-03-31 J. Brobecker <brobecker@gnat.com>
2273
2274 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
2275 (INIT_FRAME_AP): Likewise.
2276 (EXTRA_FRAME_INFO): Likewise.
2277
2278 2003-03-31 Andrew Cagney <cagney@redhat.com>
2279
2280 * gdbarch.sh: Include "symfile.h".
2281 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
2282 * gdbarch.h, gdbarch.c: Re-generate.
2283 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
2284 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2285 call_dummy_address, the default is at entry_point_address.
2286 * v850-tdep.c (v850_gdbarch_init): Ditto.
2287 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2288 * sh-tdep.c (sh_gdbarch_init): Ditto.
2289 * s390-tdep.c (s390_gdbarch_init): Ditto.
2290 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2291 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2292 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2293 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2294 * i386-tdep.c (i386_gdbarch_init): Ditto.
2295 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2296 * frv-tdep.c (frv_gdbarch_init): Ditto.
2297 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2298 * cris-tdep.c (cris_gdbarch_init): Ditto.
2299 * arm-tdep.c (arm_gdbarch_init): Ditto.
2300
2301 2003-03-31 Andrew Cagney <cagney@redhat.com>
2302
2303 * gdbarch.sh (CALL_DUMMY_P): Delete.
2304 * gdbarch.h, gdbarch.c: Re-generate.
2305 * inferior.h (CALL_DUMMY_P): Delete macro.
2306 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2307 * vax-tdep.c (vax_gdbarch_init): Update.
2308 * v850-tdep.c (v850_gdbarch_init): Update.
2309 * sparc-tdep.c (sparc_gdbarch_init): Update.
2310 * sh-tdep.c (sh_gdbarch_init): Update.
2311 * s390-tdep.c (s390_gdbarch_init): Update.
2312 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2313 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2314 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2315 * mips-tdep.c (mips_gdbarch_init): Update.
2316 * mcore-tdep.c (mcore_gdbarch_init): Update.
2317 * m68k-tdep.c (m68k_gdbarch_init): Update.
2318 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2319 * ia64-tdep.c (ia64_gdbarch_init): Update.
2320 * i386-tdep.c (i386_gdbarch_init): Update.
2321 * h8300-tdep.c (h8300_gdbarch_init): Update.
2322 * frv-tdep.c (frv_gdbarch_init): Update.
2323 * d10v-tdep.c (d10v_gdbarch_init): Update.
2324 * cris-tdep.c (cris_gdbarch_init): Update.
2325 * breakpoint.c (deprecated_frame_in_dummy): Update.
2326 * avr-tdep.c (avr_gdbarch_init): Update.
2327 * alpha-tdep.c (alpha_gdbarch_init): Update.
2328 * arm-tdep.c (arm_gdbarch_init): Update.
2329 * dummy-frame.c (dummy_frame_this_id): Update comments.
2330 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
2331 * frame.c (legacy_get_prev_frame): Ditto.
2332 * valops.c (call_function_by_hand): Delete function.
2333 (hand_function_call): Rename to call_function_by_hand
2334
2335 2003-03-30 Andrew Cagney <cagney@redhat.com>
2336
2337 2002-11-10 Klee Dienes <kdienes@apple.com>
2338 * value.h (struct value): Update comment.
2339
2340 2003-03-30 Andrew Cagney <cagney@redhat.com>
2341
2342 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
2343 D10V_FP_REGNUM.
2344 (d10v_gdbarch_init): Do not set fp_regnum.
2345
2346 * frame.c (get_frame_base): Force ID initialization.
2347 (get_prev_frame): Move computation of the frame ID from here ...
2348 (get_frame_id): ... to here.
2349 (legacy_get_prev_frame): Mark the frame ID as valid.
2350 * frame.h (struct frame_info): Add field "id_p".
2351
2352 2003-03-30 Mark Kettenis <kettenis@gnu.org>
2353
2354 * i386-tdep.c (i386_store_struct_return): Removed.
2355 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
2356
2357 2003-03-30 Andrew Cagney <cagney@redhat.com>
2358
2359 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
2360 * gdbarch.h, gdbarch.c: Regenerate.
2361 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
2362 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2363 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2364 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2365 * i386-tdep.c (i386_gdbarch_init): Ditto.
2366 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2367 * cris-tdep.c (cris_gdbarch_init): Ditto.
2368 * vax-tdep.c (vax_gdbarch_init): Ditto.
2369 * s390-tdep.c (s390_gdbarch_init): Ditto.
2370 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2371 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2372 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2373 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
2374 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2375 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
2376 * sparc-tdep.c (sparc_gdbarch_init): Update.
2377 * sh-tdep.c (sh_gdbarch_init): Update.
2378 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2379 * mips-tdep.c (mips_gdbarch_init): Update.
2380 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2381 * ia64-tdep.c (ia64_gdbarch_init): Update.
2382 * frv-tdep.c (frv_gdbarch_init): Update.
2383 * avr-tdep.c (avr_gdbarch_init): Update.
2384 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
2385 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
2386 instead of when push_dummy_call is not available.
2387
2388 2003-03-30 Andrew Cagney <cagney@redhat.com>
2389
2390 * infttrace.c: Include "gdbthread.h".
2391 (parent_attach_all): Fix function signature.
2392 (call_ptrace): Update call.
2393 * Makefile.in (infttrace.o): Update dependencies.
2394
2395 2003-03-30 Andrew Cagney <cagney@redhat.com>
2396
2397 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
2398 PUSH_RETURN_ADDRESS.
2399 * gdbarch.h, gdbarch.c: Regenerate.
2400 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2401 * x86-64-tdep.c (x86_64_init_abi): Update.
2402 * v850-tdep.c (v850_gdbarch_init): Update.
2403 * sparc-tdep.c (sparc_gdbarch_init): Update.
2404 * sh-tdep.c (sh_gdbarch_init): Update.
2405 * s390-tdep.c (s390_gdbarch_init): Update.
2406 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2407 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2408 * mips-tdep.c (mips_gdbarch_init): Update.
2409 * mcore-tdep.c (mcore_gdbarch_init): Update.
2410 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2411 * ia64-tdep.c (ia64_gdbarch_init): Update.
2412 * i386-tdep.c (i386_gdbarch_init): Update.
2413 * h8300-tdep.c (h8300_gdbarch_init): Update.
2414 * frv-tdep.c (frv_gdbarch_init): Update.
2415 * cris-tdep.c (cris_gdbarch_init): Update.
2416 * avr-tdep.c (avr_gdbarch_init): Update.
2417 * arm-tdep.c (arm_gdbarch_init): Update.
2418 * valops.c (hand_function_call): Update.
2419
2420 2003-03-29 Andrew Cagney <cagney@redhat.com>
2421
2422 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
2423 sizeof_call_dummy_words.
2424 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
2425 define.
2426 * gdbarch.h: Regenerate.
2427
2428 2003-03-29 Andrew Cagney <cagney@redhat.com>
2429
2430 * infttrace.h: New file.
2431 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
2432 (hpread_get_textlow): Detect an uninitialized dn_bufp.
2433 (hpread_read_doc_function_type): Detect an initialized type1.
2434 (hpread_quick_traverse): Initialize mod_name_string.
2435 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
2436 (som_solib_get_solib_by_pc): Declare.
2437 (so_lib_thread_start_addr): Declare.
2438 (no_shared_libraries): Declare.
2439 * somread.c (init_import_symbols): Make static. Add forward
2440 declaration.
2441 * config/pa/nm-hppah.h: Include "infttrace.h" for
2442 parent_attach_all.
2443 (hppa_insert_hw_watchpoint): Declare.
2444 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
2445 * hppah-nat.c: Include "gdb_string.h".
2446 (parent_attach_all): Delete extern declaration, moved to
2447 "infttrace.h".
2448 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
2449 int.
2450 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
2451 * Makefile.in (infttrace_h): Define.
2452 (hpread.o): Update dependencies.
2453 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
2454 * hppa-hpux-tdep.c: Include "gdb_string.h".
2455 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
2456 * infrun.c (handle_inferior_event): Always initialize
2457 stepped_after_stopped_by_watchpoint. Add default and remove
2458 fallthrough in switch statement.
2459 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
2460 parameter to int.
2461 (hppa_remove_hw_watchpoint): Ditto.
2462
2463 2003-03-29 Andrew Cagney <cagney@redhat.com>
2464
2465 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
2466 offset.
2467
2468 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
2469
2470 * arm-tdep.c (arm_push_arguments): Delete.
2471 (struct stack_item): New type.
2472 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
2473 (arm_store_struct_return): Delte.
2474 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
2475 arm_push_arguments or arm_store_struct_return.
2476
2477 2003-03-28 Andrew Cagney <cagney@redhat.com>
2478
2479 * Makefile.in (d10v-tdep.o): Update dependencies.
2480 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
2481 * d10v-tdep.c: Include "remote.h".
2482 (target_resume_hook): Delete extern declaration.
2483 (target_wait_loop_hook): Ditto.
2484 (tdisassemble_command): Eliminate assignment in "if" conditional.
2485 (d10v_ts2_register_sim_regno): Eliminate call to
2486 legacy_register_sim_regno.
2487 (d10v_ts3_register_sim_regno): Ditto.
2488
2489 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
2490
2491 * thread.c: Reindented.
2492 * lin-lwp.c: Ditto.
2493 * linux-proc.c: Ditto.
2494
2495 2003-03-28 Bob Rossi <bob_rossi@cox.net>
2496
2497 * MAINTAINERS (write after approval): Add myself.
2498
2499 2003-03-27 Theodore A. Roth <troth@openavr.org>
2500
2501 * objc-exp.y: Add missing semi-colons.
2502
2503 2003-03-27 Andrew Cagney <cagney@redhat.com>
2504
2505 * regcache.c (write_sp): Delete function and references.
2506 * inferior.h (write_sp): Delete declaration.
2507 * valops.c (hand_function_call): Replace write_sp with
2508 TARGET_WRITE_SP.
2509 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
2510 (sparc_pop_frame): Ditto.
2511
2512 2003-03-27 Andrew Cagney <cagney@redhat.com>
2513
2514 * NEWS: Mention removal of support for hppa*-*-bsd* and
2515 hppa*-*-osf* natives, and hppa*-*-pro* target.
2516 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
2517 * config/pa/xm-pa.h: Obsolete file.
2518 * config/pa/xm-hppab.h: Obsolete file.
2519 * config/pa/nm-hppab.h: Obsolete file.
2520 * config/pa/tm-hppab.h: Obsolete file.
2521 * config/pa/tm-hppao.h: Obsolete file.
2522 * config/pa/nm-hppao.h: Obsolete file.
2523 * config/pa/tm-pro.h: Obsolete file.
2524 * config/pa/hppaosf.mt: Obsolete file.
2525 * config/pa/hppaosf.mh: Obsolete file.
2526 * config/pa/hppapro.mt: Obsolete file.
2527 * config/pa/hppabsd.mt: Obsolete file.
2528 * config/pa/hppabsd.mh: Obsolete file.
2529 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
2530 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
2531 hppa*-*-osf*.
2532
2533 2003-03-27 Andrew Cagney <cagney@redhat.com>
2534
2535 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
2536 push_arguments. Don't set push_return_address or write_sp.
2537 (d10v_push_dummy_call): Replace d10v_push_arguments.
2538 (d10v_push_return_address, d10v_write_sp): Delete function,
2539 handled by push_dummy_call.
2540
2541 2003-03-26 Andrew Cagney <cagney@redhat.com>
2542
2543 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
2544 (push_dummy_call): New pure multi-arch replacement with gdbarch,
2545 regcache and dummy_addr parameters.
2546 * gdbarch.h, gdbarch.c: Re-generate.
2547 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
2548 available; assume it will handle stack alignment and return
2549 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
2550 legacy_push_arguments.
2551 (legacy_push_arguments): Rename default_push_arguments.
2552 * value.h (legacy_push_arguments): Rename default_push_arguments.
2553 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
2554 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
2555 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
2556 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
2557 * config/i386/tm-symmetry.h: Update.
2558 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2559 * x86-64-tdep.c (x86_64_init_abi): Update.
2560 * v850-tdep.c (v850_gdbarch_init): Update.
2561 * sparc-tdep.c (sparc_gdbarch_init): Update.
2562 * sh-tdep.c (sh_gdbarch_init): Update.
2563 * s390-tdep.c (s390_gdbarch_init): Update.
2564 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2565 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2566 * mips-tdep.c (mips_gdbarch_init): Update.
2567 * mcore-tdep.c (mcore_gdbarch_init): Update.
2568 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2569 * ia64-tdep.c (ia64_gdbarch_init): Update.
2570 * i386-tdep.c (i386_gdbarch_init): Update.
2571 * hppa-tdep.c (hppa_gdbarch_init): Update.
2572 * h8300-tdep.c (h8300_gdbarch_init): Update.
2573 * frv-tdep.c (frv_gdbarch_init): Update.
2574 * d10v-tdep.c (d10v_gdbarch_init): Update.
2575 * cris-tdep.c (cris_gdbarch_init): Update.
2576 * avr-tdep.c (avr_gdbarch_init): Update.
2577 * arm-tdep.c (arm_gdbarch_init): Update.
2578 * arm-linux-tdep.c (arm_linux_init_abi): Update.
2579 * alpha-tdep.c (alpha_gdbarch_init): Update.
2580
2581 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
2582
2583 * signals/signals.c (do_target_signal_to_host): Correct realtime
2584 signal range test.
2585
2586 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
2587
2588 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
2589 (struct sal_chain, map_catch_names): Remove.
2590 (catch_exception_command_1): Don't call
2591 handle_gnu_4_16_catch_command.
2592
2593 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
2594
2595 From Mark Dettinger <dettinge@de.ibm.com>:
2596 * dwarf2cfi.c (read_2u): Increment pointer by two.
2597
2598 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
2599
2600 * signals/signals.c: Fix typos in last change.
2601
2602 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
2603
2604 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
2605 not already defined. Use __SIGRTMIN if available.
2606 (target_signal_from_host): Remove SIGRTMIN block.
2607 (do_target_signal_to_host): Remove SIGRTMIN block; check that
2608 the signal is within the realtime range.
2609
2610 2003-03-25 Adam Fedor <fedor@gnu.org>
2611
2612 * Makefile.in (infrun.o): Add $(language_h)
2613 * infrun.c (handle_inferior_event): Use skip_language_trampoline
2614 for language specific trampolines.
2615 * language.h (struct language_defn): Add skip_trampoline.
2616 (skip_language_trampoline): Declare.
2617 * language.c (unk_lang_trampoline, skip_language_trampoline):
2618 New functions.
2619 (unknown_language_defn, auto_language_defn, local_language_defn):
2620 Add ukn_lang_trampoline.
2621 * ada-lang.c (ada_language_defn): Add NULL for language
2622 specific skip_trampoline.
2623 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
2624 scm-lang.c: Likewise.
2625 * objc-lang.c (objc_skip_trampoline): New function.
2626 (objc_language_defn): Add objc_skip_trampoline.
2627
2628 2003-03-25 Andrew Cagney <cagney@redhat.com>
2629
2630 * frame.c (get_prev_frame): Delay validating a frame's ID -
2631 non-NULL, didn't go backwards - until an attempt to unwind it to
2632 the previous frame.
2633
2634 2003-03-25 Andrew Cagney <cagney@redhat.com>
2635
2636 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
2637 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
2638 * gdbarch.h, gdbarch.c: Re-generate.
2639 * config/sparc/tm-sparc.h
2640 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
2641 * sparc-tdep.c (sparc_gdbarch_init): Set
2642 deprecated_extra_stack_alignment_needed.
2643 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
2644 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
2645 extra_stack_alignment_needed.
2646 * v850-tdep.c (v850_gdbarch_init): Ditto.
2647 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2648 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2649 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2650 * cris-tdep.c (cris_gdbarch_init): Ditto.
2651 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2652 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2653
2654 2003-03-25 Andrew Cagney <cagney@redhat.com>
2655
2656 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
2657 STORE_STRUCT_RETURN.
2658 * gdbarch.h, gdbarch.c: Regenerate.
2659 * d10v-tdep.c (d10v_store_struct_return): Delete function.
2660 (d10v_push_arguments): Set the struct return register.
2661 (d10v_gdbarch_init): Update.
2662 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2663 * x86-64-tdep.c (x86_64_init_abi): Update.
2664 * vax-tdep.c (vax_gdbarch_init): Update.
2665 * v850-tdep.c (v850_gdbarch_init): Update.
2666 * sparc-tdep.c (sparc_gdbarch_init): Update.
2667 * sh-tdep.c (sh_gdbarch_init): Update.
2668 * s390-tdep.c (s390_gdbarch_init): Update.
2669 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2670 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2671 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2672 * mips-tdep.c (mips_gdbarch_init): Update.
2673 * mcore-tdep.c (mcore_gdbarch_init): Update.
2674 * m68k-tdep.c (m68k_gdbarch_init): Update.
2675 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2676 * ia64-tdep.c (ia64_gdbarch_init): Update.
2677 * i386-tdep.c (i386_gdbarch_init): Update.
2678 * hppa-tdep.c (hppa_gdbarch_init): Update.
2679 * h8300-tdep.c (h8300_gdbarch_init): Update.
2680 * frv-tdep.c (frv_gdbarch_init): Update.
2681 * cris-tdep.c (cris_gdbarch_init): Update.
2682 * avr-tdep.c (avr_gdbarch_init): Update.
2683 * arm-tdep.c (arm_gdbarch_init): Update.
2684 * alpha-tdep.c (alpha_gdbarch_init): Update.
2685
2686 2003-03-25 Andrew Cagney <cagney@redhat.com>
2687
2688 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
2689 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
2690 CALL_DUMMY_STACK_ADJUST with a predicate variable.
2691 * gdbarch.h, gdbarch.c: Regenerate.
2692 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2693 call_dummy_stack_adjust_p.
2694 * vax-tdep.c (vax_gdbarch_init): Ditto.
2695 * v850-tdep.c (v850_gdbarch_init): Ditto.
2696 * sh-tdep.c (sh_gdbarch_init): Ditto.
2697 * s390-tdep.c (s390_gdbarch_init): Ditto.
2698 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2699 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2700 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2701 * mips-tdep.c (mips_gdbarch_init): Ditto.
2702 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2703 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2704 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2705 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2706 * i386-tdep.c (i386_gdbarch_init): Ditto.
2707 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2708 * frv-tdep.c (frv_gdbarch_init): Ditto.
2709 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2710 * cris-tdep.c (cris_gdbarch_init): Ditto.
2711 * avr-tdep.c (avr_gdbarch_init): Ditto.
2712 * arm-tdep.c (arm_gdbarch_init): Ditto.
2713 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2714 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
2715 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
2716 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
2717 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
2718 call_dummy_stack_adjust_p.
2719 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
2720 (CALL_DUMMY_STACK_ADJUST): Delete macro.
2721 * sparc-tdep.c (sparc32_push_arguments): Update.
2722 * valops.c (hand_function_call): Update.
2723
2724 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
2725
2726 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
2727 set_gdbarch_char_signed.
2728
2729 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
2730
2731 PR cli/548
2732 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
2733
2734 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
2735
2736 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
2737 (_initialize_arm_tdep): Don't set tm_print_insn.
2738
2739 2003-03-24 Adam Fedor <fedor@gnu.org>
2740
2741 * Makefile.in (YYOBJ): Add objc-exp.tab.o
2742 * objc-lang.h: Add multiple inclusion protection.
2743 (start_msglist, add_msglist, end_msglist): Additional declarations.
2744
2745 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
2746
2747 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
2748 value was renamed to ARM_FLOAT_SOFT_FPA.
2749
2750 2003-03-23 Andrew Cagney <cagney@redhat.com>
2751
2752 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
2753 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
2754 * gdbarch.h, gdbarch.c: Regenerate.
2755 * valops.c (hand_function_call): Update.
2756 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
2757 * frame.c (legacy_saved_regs_this_id): Update.
2758 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
2759 * dummy-frame.h: Update.
2760 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
2761 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
2762 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
2763 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
2764 * config/m68k/tm-sun3.h: Update.
2765 * blockframe.c (inside_main_func, frame_chain_valid): Update.
2766 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2767 * x86-64-tdep.c (x86_64_init_abi): Update.
2768 * vax-tdep.c (vax_gdbarch_init): Update.
2769 * v850-tdep.c (v850_gdbarch_init): Update.
2770 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
2771 * sh-tdep.c (sh_gdbarch_init): Update.
2772 * s390-tdep.c (s390_gdbarch_init): Update.
2773 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2774 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
2775 (frame_get_saved_regs): Update.
2776 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2777 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2778 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2779 * mips-tdep.c (mips_gdbarch_init): Update.
2780 * mcore-tdep.c (mcore_gdbarch_init): Update.
2781 * m68k-tdep.c (m68k_gdbarch_init): Update.
2782 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2783 * ia64-tdep.c (ia64_gdbarch_init): Update.
2784 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
2785 * i386-interix-tdep.c (i386_interix_init_abi): Update.
2786 (i386_interix_back_one_frame): Update.
2787 * hppa-tdep.c (hppa_gdbarch_init): Update.
2788 (hppa_init_extra_frame_info): Update.
2789 * h8300-tdep.c (h8300_gdbarch_init): Update.
2790 * frv-tdep.c (frv_gdbarch_init): Update.
2791 * cris-tdep.c (cris_gdbarch_init): Update.
2792 * avr-tdep.c (avr_gdbarch_init): Update.
2793 * arm-tdep.c (arm_gdbarch_init): Update.
2794 * alpha-tdep.c (alpha_gdbarch_init): Update.
2795
2796 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
2797
2798 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
2799 (arm_get_fp_model): Declare.
2800 * arm-tdep.c (fp_model_strings): New string array.
2801 (arm_fp_model, current_fp_model): New variables.
2802 (arm_get_fp_model): New function.
2803 (arm_set_fp): New function.
2804 (set_fp_model_sfunc): New function.
2805 (show_fp_model): New function.
2806 (_initialize_arm_tdep): Add new command to set/show the FPU.
2807 (arm_extract_return_value): Use arm_get_fp_model.
2808 (arm_store_return_value): Likewise.
2809 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
2810 to initialize the floating-point data types.
2811 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
2812 model is FPA.
2813
2814 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
2815
2816 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
2817 the current setting of each value.
2818 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
2819 new_set and new_show. Use add_setshow_cmd_full and
2820 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
2821 commands and add new version as subcommands of "set/show arm".
2822
2823 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
2824
2825 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
2826 (set_arm_command, show_arm_command): New functions.
2827 (_initialize_arm_tdep): Add them.
2828 (num_disassembly_options): Renamed from num_flavor_options.
2829 (valid_disassembly_styles): Renamed from valid_flavors.
2830 (disassembly_style): Renamed from disassembly_flavor.
2831 (set_disassembly_style_sfunc): Renamed from
2832 set_disassembly_flavor_sfunc.
2833 (set_disassembly_style): Renamed from set_disassembly_flavor.
2834 (arm_othernames): Updated.
2835 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
2836 command. Add "set/show arm disassembly" commands. Deprecate
2837 "othernames" command.
2838
2839 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
2840
2841 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
2842 (arm-tdep.o): Depend on elf_arm_h.
2843
2844 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
2845
2846 * Makefile.in (coff_internal_h): Define.
2847 (arm-tdep.o): Update dependencies.
2848
2849 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
2850
2851 * arm-tdep.c (prologue_cache): Delete.
2852 (check_prologue_cache, save_prologue_cache): Delete.
2853 (arm_scan_prologue): Don't check or update the prologue_cache.
2854 (arm_gdb_arch_init): Don't initialize it.
2855 (_initialize_arm_tdep): Likewise.
2856
2857 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
2858
2859 * MAINTAINERS (tui): Maintainer of tui code.
2860
2861 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
2862
2863 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
2864 (i386-cygwin-tdep.o): Add dependencies.
2865 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
2866 * i386-cygwin-tdep.c: New file.
2867 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
2868 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
2869
2870 2003-03-20 Andrew Cagney <cagney@redhat.com>
2871
2872 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
2873 (handle_inferior_event): Remove code calling
2874 DYNAMIC_TRAMPOLINE_NEXTPC.
2875
2876 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
2877 already has a full path.
2878
2879 * main.c (gdb_main): Return 1.
2880 (captured_main): Call error to report an invalid interpreter.
2881
2882 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
2883 * alpha-osf1-tdep.c: Include "gdb_string.h".
2884
2885 2003-03-19 J. Brobecker <brobecker@gnat.com>
2886
2887 Continuing work to convert the hppa targets to multiarch partial.
2888
2889 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
2890 method, now that hppa_push_dummy_frame has a conformant prototype.
2891 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
2892 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
2893 for the switch to multiarch partial.
2894
2895 2003-03-19 Kevin Buettner <kevinb@redhat.com>
2896
2897 * mdebugread.c (parse_symbol): For stEnd, we're done counting
2898 when iss is issNull.
2899
2900 2003-03-18 Kevin Buettner <kevinb@redhat.com>
2901
2902 * mips-tdep.c (mips_register_name): Fix fencepost error involving
2903 NUM_REGS bounds check.
2904
2905 2003-03-18 Kevin Buettner <kevinb@redhat.com>
2906
2907 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
2908 * mips-tdep.c (gdb_assert.h): Include.
2909 (mips_generic_reg_names, mips_processor_reg_names): Make static.
2910 (mips_register_name): Handle integer registers explicitly. Add
2911 bounds checking.
2912 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
2913 (mips_lsi33k_reg_names): Don't list integer registers; they're
2914 handled by mips_register_name() now.
2915 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
2916 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
2917 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
2918 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
2919 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
2920
2921 2003-03-18 Andrew Cagney <cagney@redhat.com>
2922
2923 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
2924 a void pointer.
2925 * gdbtypes.h (print_scalar_formatted): Update declaration.
2926 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
2927
2928 2003-03-18 J. Brobecker <brobecker@gnat.com>
2929
2930 * infrun.c (observer.h): Add #include.
2931 (normal_stop): Add call to observer_notify_normal_stop.
2932 * Makefile.in (infrun.o): Add dependency on observer.h.
2933
2934 2003-03-18 J. Brobecker <brobecker@gnat.com>
2935
2936 Continuing work to convert the hppa targets to multiarch partial.
2937 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
2938 parameter. Reformat comment.
2939 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
2940 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
2941 to match new profile.
2942
2943 2003-03-18 J. Brobecker <brobecker@gnat.com>
2944
2945 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
2946 appear to be working in any case.
2947
2948 2003-03-18 J. Brobecker <brobecker@gnat.com>
2949
2950 * observer.c (observer_test_first_observer): New static variable.
2951 (observer_test_second_observer): Likewise.
2952 (observer_test_third_observer): Likewise.
2953 (observer_test_first_notification_function): New static function.
2954 (observer_test_second_notification_function): Likewise.
2955 (observer_test_third_notification_function): Likewise.
2956
2957 2003-03-17 J. Brobecker <brobecker@gnat.com>
2958
2959 * hppa-tdep.c (gdb_assert.h): Add missing #include.
2960 * somsolib.c (gdb_assert.h): Likewise.
2961 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
2962 (somsolib.o): Likewise.
2963
2964 2003-03-17 Andrew Cagney <cagney@redhat.com>
2965
2966 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
2967 BFD. Simplify setting of di.endian.
2968
2969 2003-03-17 Andrew Cagney <cagney@redhat.com>
2970
2971 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
2972 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
2973
2974 From Elena Zannoni <ezannoni@redhat.com>
2975 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
2976 vector and floating-point parameters.
2977 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
2978 convention.
2979 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
2980
2981 2003-03-17 Fernando Nasser <fnasser@redhat.com>
2982
2983 * MAINTAINERS: Remove my name from several maintainership roles.
2984
2985 2003-03-17 Andrew Cagney <cagney@redhat.com>
2986
2987 Fix frame off-by-one bug.
2988 * frame-unwind.h (frame_this_id_ftype): Replace
2989 frame_unwind_id_ftype.
2990 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
2991 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
2992 with "prev_register".
2993 * frame-unwind.c (frame_unwind_find_by_pc): Return
2994 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
2995 comment.
2996 * dummy-frame.c (cached_find_dummy_frame): Delete function.
2997 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
2998 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
2999 (dummy_frame_unwind): Update.
3000 * sentinel-frame.c (sentinel_frame_prev_register): Replace
3001 sentinel_frame_register_unwind.
3002 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
3003 (sentinel_frame_unwinder): Update.
3004 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
3005 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
3006 * frame.c (create_sentinel_frame): Update. Initialize
3007 "prologue_cache" instead of "unwind_cache".
3008 (frame_register_unwind): Call this frame's prev_register with the
3009 next frame and this frame's prologue cache.
3010 (get_prev_frame): Simplify. Always call prev frame's this_id with
3011 this frame and prev frame's prologue cache. Document that this
3012 call is shifted one to the left when compared to the
3013 frame_register_unwind call.
3014 (legacy_saved_regs_prev_register): Replace
3015 frame_saved_regs_register_unwind.
3016 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
3017 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
3018 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
3019 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
3020 (d10v_frame_unwind): Update.
3021 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
3022 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
3023 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
3024 "saved_regs" with "this_saved_regs".
3025
3026 2003-03-16 Andrew Cagney <cagney@redhat.com>
3027
3028 * frame.c (frame_pop): Don't call target_store_registers. Fix
3029 problem reported by Mark Kettenis.
3030
3031 2003-03-16 Mark Kettenis <kettenis@gnu.org>
3032
3033 * i386-tdep.c (i386_register_type): Renamed from
3034 i386_register_virtual_type. Adjust function signature.
3035 (i386_gdbarch_init): Set register_type instead of
3036 deprecated_max_register_raw_size,
3037 deprecated_max_register_virtual_size and register_virtual_type.
3038
3039 2003-03-14 Andrew Cagney <cagney@redhat.com>
3040
3041 * frame.c (get_prev_frame): When a legacy frame, always call
3042 legacy_get_prev_frame. Simplify unwind code using assumption that
3043 the unwinder is new.
3044 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
3045 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
3046 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
3047
3048 2003-03-14 Andrew Cagney <cagney@redhat.com>
3049
3050 * frame.c (get_saved_register): Delete function.
3051 * frame.h (get_saved_register): Delete declaration.
3052 * xstormy16-tdep.c: Update comment.
3053 * regcache.h: Update comments.
3054 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
3055 get_saved_register and extract_address, use
3056 frame_read_unsigned_register.
3057 (sparc_frame_saved_pc): Ditto.
3058 (sparc_get_saved_register): Instead of get_saved_register, use
3059 frame_register.
3060 (sparc_pop_frame): Ditto.
3061 * findvar.c: Update comments.
3062 (value_of_register): Call frame_register instead of
3063 get_saved_register.
3064 (value_from_register): Ditto.
3065 * config/sparc/tm-sparc.h: Update comment.
3066 * breakpoint.c: Update comment.
3067
3068 2003-03-14 Andrew Cagney <cagney@redhat.com>
3069
3070 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
3071 GET_SAVED_REGISTER.
3072 * gdbarch.h, gdbarch.c: Re-generate.
3073 * frame.h: Update comments.
3074 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3075 * x86-64-tdep.c (x86_64_init_abi): Update.
3076 * sparc-tdep.c (sparc_gdbarch_init): Update.
3077 * sh-tdep.c (sh_gdbarch_init): Update.
3078 * mips-tdep.c (mips_gdbarch_init): Update.
3079 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3080 * cris-tdep.c (cris_gdbarch_init): Update.
3081 * ia64-tdep.c (ia64_gdbarch_init): Update.
3082 * frame.c (frame_register): Update.
3083 (get_saved_register): Update.
3084 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
3085
3086 2003-03-13 Andrew Cagney <cagney@redhat.com>
3087
3088 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
3089 * gdbarch.h, gdbarch.c: Regenerate.
3090 * valops.c (hand_function_call): Update comment.
3091 * stack.c (return_command): Update comment.
3092 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
3093 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
3094 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3095 * x86-64-tdep.c (x86_64_init_abi): Update.
3096 * vax-tdep.c (vax_gdbarch_init): Update.
3097 * v850-tdep.c (v850_gdbarch_init): Update.
3098 * sparc-tdep.c (sparc_gdbarch_init): Update.
3099 * sh-tdep.c (sh_gdbarch_init): Update.
3100 * s390-tdep.c (s390_gdbarch_init): Update.
3101 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3102 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3103 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3104 * mips-tdep.c (mips_gdbarch_init): Update.
3105 * mcore-tdep.c (mcore_gdbarch_init): Update.
3106 * m68k-tdep.c (m68k_gdbarch_init): Update.
3107 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3108 * ia64-tdep.c (ia64_gdbarch_init): Update.
3109 * i386-tdep.c (i386_gdbarch_init): Update.
3110 * hppa-tdep.c (hppa_gdbarch_init): Update.
3111 * h8300-tdep.c (h8300_gdbarch_init): Update.
3112 * frv-tdep.c (frv_gdbarch_init): Update.
3113 * cris-tdep.c (cris_gdbarch_init): Update.
3114 * avr-tdep.c (avr_gdbarch_init): Update.
3115 * arm-tdep.c (arm_gdbarch_init): Update.
3116 * alpha-tdep.c (alpha_gdbarch_init): Update.
3117
3118 2003-03-13 Andrew Cagney <cagney@redhat.com>
3119
3120 * frame.c (legacy_frame_p): New function.
3121 (get_prev_frame): Use legacy_frame_p.
3122 * frame.h (legacy_frame_p): Declare.
3123
3124 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
3125
3126 * MAINTAINERS (write after approval): Alphabetically
3127 listing corrected.
3128
3129 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
3130
3131 * MAINTAINERS (write after approval): Add myself.
3132
3133 2003-03-12 Andrew Cagney <cagney@redhat.com>
3134
3135 * frame.c (get_prev_frame): Rename the frame parameter to
3136 "this_frame".
3137 (get_next_frame, legacy_get_prev_frame): Ditto.
3138
3139 2003-03-12 Andrew Cagney <cagney@redhat.com>
3140
3141 * frame.c (get_current_frame): Check target_has_registers before
3142 checking target_has_stack.
3143 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
3144 instead of deprecated_selected_frame.
3145 * findvar.c (value_of_register): Pass "frame", not
3146 deprecated_selected_frame, to value_of_builtin_reg.
3147
3148 2003-03-12 Andrew Cagney <cagney@redhat.com>
3149
3150 * regcache.c (regcache_cooked_write_signed): New function.
3151 (regcache_cooked_write_unsigned): New function.
3152 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
3153 (regcache_cooked_read_signed): Fix regnum in range assertion.
3154 * regcache.h (regcache_cooked_write_signed): Declare.
3155 (regcache_cooked_write_unsigned): Declare.
3156
3157 2003-03-12 Andrew Cagney <cagney@redhat.com>
3158
3159 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
3160 * gdbarch.h, gdbarch.c: Re-generate.
3161 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3162 * x86-64-tdep.h: Update.
3163 * x86-64-tdep.c (x86_64_init_abi): Update.
3164 * v850-tdep.c (v850_gdbarch_init): Update.
3165 * sparc-tdep.c (sparc_gdbarch_init): Update.
3166 * sh-tdep.c (sh_gdbarch_init): Update.
3167 * s390-tdep.c (s390_gdbarch_init): Update.
3168 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3169 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3170 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3171 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3172 * mips-tdep.c (mips_gdbarch_init): Update.
3173 * mcore-tdep.c (mcore_gdbarch_init): Update.
3174 * m68k-tdep.c (m68k_gdbarch_init): Update.
3175 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3176 * ia64-tdep.c (ia64_gdbarch_init): Update.
3177 * i386-tdep.c (i386_gdbarch_init): Update.
3178 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3179 * hppa-tdep.c (hppa_gdbarch_init): Update.
3180 * h8300-tdep.c (h8300_gdbarch_init): Update.
3181 * frv-tdep.c (frv_gdbarch_init): Update.
3182 * cris-tdep.c (cris_gdbarch_init): Update.
3183 * avr-tdep.c (avr_gdbarch_init): Update.
3184 * arm-tdep.c (arm_gdbarch_init): Update.
3185 * alpha-tdep.c (alpha_gdbarch_init): Update.
3186 * sh-tdep.c (sh_init_extra_frame_info): Update.
3187 (sh64_init_extra_frame_info): Update.
3188 * ns32knbsd-nat.c (frame_num_args): Update.
3189 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
3190 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
3191 (xstormy16_frame_chain_valid): Update.
3192 * vax-tdep.c (vax_saved_pc_after_call): Update.
3193 * v850-tdep.c (v850_frame_chain): Update.
3194 (v850_pop_frame): Update.
3195 (v850_init_extra_frame_info): Update.
3196 * sparc-tdep.c (setup_arbitrary_frame): Update.
3197 * ns32k-tdep.c (umax_frame_num_args): Update.
3198 * s390-tdep.c (s390_pop_frame_regular): Update.
3199 * mn10300-tdep.c (mn10300_frame_chain): Update.
3200 (mn10300_pop_frame_regular): Update.
3201 (mn10300_init_extra_frame_info): Update.
3202 * mips-tdep.c (mips_init_frame_pc_first): Update.
3203 (mips_frame_chain): Update.
3204 (mips_pop_frame): Update.
3205 * mcore-tdep.c (mcore_frame_chain): Update.
3206 (mcore_pop_frame): Update.
3207 (mcore_init_extra_frame_info): Update.
3208 * arch-utils.c (init_frame_pc_default): Update.
3209 * m68k-tdep.c (isi_frame_num_args): Update.
3210 (delta68_frame_num_args): Update.
3211 (news_frame_num_args): Update.
3212 * ia64-tdep.c (ia64_pop_frame_regular): Update.
3213 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
3214 (alpha_frame_chain): Update.
3215 (alpha_pop_frame): Update.
3216 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
3217 (hppa_init_extra_frame_info): Update.
3218 (hppa_frame_chain): Update.
3219 (hppa_frame_chain_valid): Update.
3220 * cris-tdep.c (cris_init_extra_frame_info): Update.
3221 * avr-tdep.c (avr_init_extra_frame_info): Update.
3222 * arm-tdep.c (arm_frame_chain_valid): Update.
3223 (arm_init_extra_frame_info): Update.
3224 (arm_pop_frame): Update.
3225 * frame.c (frame_pc_unwind): Update.
3226 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
3227 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3228 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3229 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
3230 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
3231 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
3232
3233 2003-03-12 Andrew Cagney <cagney@redhat.com>
3234
3235 Eliminate the need for POP_FRAME.
3236 * frame.c (do_frame_unwind_register): New function.
3237 (frame_pop): When no POP_FRAME, pop the frame using register
3238 unwind and a scratch regcache.
3239 (frame_saved_regs_pop): Delete function.
3240 (trad_frame_unwinder): Update.
3241 * d10v-tdep.c (d10v_frame_pop): Delete function.
3242 (d10v_frame_unwind): Update.
3243 * sentinel-frame.c (sentinel_frame_pop): Delete function.
3244 (sentinel_frame_unwinder): Update.
3245 * dummy-frame.c (dummy_frame_pop): Delete function.
3246 (dummy_frame_unwind): Update.
3247 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
3248 (struct frame_unwind): Update.
3249
3250 2003-03-11 Kevin Buettner <kevinb@redhat.com>
3251
3252 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
3253 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
3254 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
3255 Do range checks on register number obtained from debugging info.
3256 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
3257 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
3258 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
3259 mapping function.
3260 (do_fp_register_row): Fix typo which caused double type to be
3261 used when attempting to unpack a float.
3262
3263 2003-03-11 J. Brobecker <brobecker@gnat.com>
3264
3265 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
3266
3267 2003-03-11 Andrew Cagney <cagney@redhat.com>
3268
3269 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
3270 frame. Problem found by Corinna Vinschen.
3271
3272 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
3273
3274 * doublest.c (floatformat_from_length): Accept also
3275 the real size of 'long double' type.
3276
3277 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
3278
3279 From Klee Dienes <kdienes@apple.com>:
3280 * breakpoint.c (bpstat_copy): Copy the command lines as well
3281 as the old value, to match what is freed in bpstat_clear.
3282
3283 2003-03-10 David Carlton <carlton@math.stanford.edu>
3284
3285 * minsyms.c (add_minsym_to_hash_table): Replace
3286 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
3287 (compare_minimal_symbols, compact_minimal_symbols)
3288 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
3289 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
3290 of DEPRECATED_SYMBOL_MATCHES_NAME.
3291 (lookup_minimal_symbol_solib_trampoline): Ditto.
3292
3293 2003-03-10 Andrew Cagney <cagney@redhat.com>
3294
3295 * regcache.h (regcache_cooked_read_ftype): Define.
3296 (regcache_save, regcache_restore): Add a cooked_read parameter.
3297 * regcache.c (regcache_save, regcache_restore): Update.
3298 (do_cooked_read): New function.
3299 (regcache_cpy): Pass do_cooked_read to regcache_save and
3300 regcache_restore.
3301
3302 2003-03-10 Andrew Cagney <cagney@redhat.com>
3303
3304 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
3305 * gdbarch.h, gdbarch.c: Re-generate.
3306 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3307 * x86-64-tdep.h: Update.
3308 * x86-64-tdep.c (x86_64_init_abi): Update.
3309 * v850-tdep.c (v850_gdbarch_init): Update.
3310 * sparc-tdep.c (sparc_gdbarch_init): Update.
3311 * sh-tdep.c (sh_gdbarch_init): Update.
3312 * s390-tdep.c (s390_gdbarch_init): Update.
3313 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3314 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3315 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3316 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3317 * mips-tdep.c (mips_gdbarch_init): Update.
3318 * mcore-tdep.c (mcore_gdbarch_init): Update.
3319 * m68k-tdep.c (m68k_gdbarch_init): Update.
3320 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3321 * ia64-tdep.c (ia64_gdbarch_init): Update.
3322 * i386-tdep.c (i386_gdbarch_init): Update.
3323 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3324 * hppa-tdep.c (hppa_gdbarch_init): Update.
3325 * h8300-tdep.c (h8300_gdbarch_init): Update.
3326 * frv-tdep.c (frv_gdbarch_init): Update.
3327 * cris-tdep.c (cris_gdbarch_init): Update.
3328 * avr-tdep.c (avr_gdbarch_init): Update.
3329 * arm-tdep.c (arm_gdbarch_init): Update.
3330 * alpha-tdep.c (alpha_gdbarch_init): Update.
3331 * sh-tdep.c (sh_init_extra_frame_info): Update.
3332 (sh64_init_extra_frame_info): Update.
3333 * ns32knbsd-nat.c (frame_num_args): Update.
3334 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
3335 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
3336 (xstormy16_frame_chain_valid): Update.
3337 * vax-tdep.c (vax_saved_pc_after_call): Update.
3338 * v850-tdep.c (v850_frame_chain): Update.
3339 (v850_pop_frame): Update.
3340 (v850_init_extra_frame_info): Update.
3341 * sparc-tdep.c (setup_arbitrary_frame): Update.
3342 * ns32k-tdep.c (umax_frame_num_args): Update.
3343 * s390-tdep.c (s390_pop_frame_regular): Update.
3344 * mn10300-tdep.c (mn10300_frame_chain): Update.
3345 (mn10300_pop_frame_regular): Update.
3346 (mn10300_init_extra_frame_info): Update.
3347 * mips-tdep.c (mips_init_frame_pc_first): Update.
3348 (mips_frame_chain): Update.
3349 (mips_pop_frame): Update.
3350 * mcore-tdep.c (mcore_frame_chain): Update.
3351 (mcore_pop_frame): Update.
3352 (mcore_init_extra_frame_info): Update.
3353 * arch-utils.c (init_frame_pc_default): Update.
3354 * m68k-tdep.c (isi_frame_num_args): Update.
3355 (delta68_frame_num_args): Update.
3356 (news_frame_num_args): Update.
3357 * ia64-tdep.c (ia64_pop_frame_regular): Update.
3358 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
3359 (alpha_frame_chain): Update.
3360 (alpha_pop_frame): Update.
3361 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
3362 (hppa_init_extra_frame_info): Update.
3363 (hppa_frame_chain): Update.
3364 (hppa_frame_chain_valid): Update.
3365 * cris-tdep.c (cris_init_extra_frame_info): Update.
3366 * avr-tdep.c (avr_init_extra_frame_info): Update.
3367 * arm-tdep.c (arm_frame_chain_valid): Update.
3368 (arm_init_extra_frame_info): Update.
3369 (arm_pop_frame): Update.
3370 * frame.c (frame_pc_unwind): Update.
3371 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
3372 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3373 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3374 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
3375 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
3376 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
3377
3378 2003-03-10 Andrew Cagney <cagney@redhat.com>
3379
3380 * gdbarch.sh (gdbarch_unwind_pc): New method.
3381 * gdbarch.h, gdbarch.c: Regenerate.
3382 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
3383 but use read_pc and FRAME_SAVED_PC as fall backs.
3384 (frame_saved_regs_pc_unwind): Delete function.
3385 (trad_frame_unwinder): Update.
3386 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
3387 (struct frame_unwind): Update.
3388 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
3389 (dummy_frame_unwind): Update.
3390 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
3391 (sentinel_frame_unwinder): Update.
3392 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
3393 (d10v_frame_unwind): Update.
3394 (d10v_unwind_pc): New function.
3395 (d10v_gdbarch_init): Set unwind_pc.
3396
3397 2003-03-10 Andrew Cagney <cagney@redhat.com>
3398
3399 * gdbarch.h: Re-generate.
3400
3401 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
3402 PC.
3403 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
3404 the PC register.
3405
3406 2003-03-08 Mark Kettenis <kettenis@gnu.org>
3407
3408 * gdbarch.sh (save_dummy_frame_tos): Add comment.
3409
3410 2003-03-08 Andrew Cagney <cagney@redhat.com>
3411
3412 * cli-out.c: Update copyright.
3413 (cli_out_data): Define typedef. Use instead of ui_out_data.
3414
3415 2003-03-08 Andrew Cagney <cagney@redhat.com>
3416
3417 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
3418 the result.
3419
3420 2003-03-07 Andrew Cagney <cagney@redhat.com>
3421
3422 * gdbarch.sh: Don't generate two macro definitions when an
3423 undefined macro taking no arguments.
3424 * gdbarch.h: Regenerate.
3425
3426 2002-03-07 Michal Ludvig <mludvig@suse.cz>
3427
3428 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
3429 (x86_64_unwind_dummy_id): New functions.
3430 (x86_64_init_abi): Register these two new functions.
3431
3432 2003-03-07 Michal Ludvig <mludvig@suse.cz>
3433
3434 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
3435 (x86_64_skip_prologue): Move prologue detection to
3436 separate function.
3437 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
3438
3439 2003-03-05 Andrew Cagney <cagney@redhat.com>
3440
3441 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
3442 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
3443 * frame.c (get_prev_frame): Restructure the frame ID unwind code
3444 to use unwind_dummy_id when a dummy frame.
3445 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
3446 predicate.
3447 * gdbarch.h, gdbarch.c: Regneerate.
3448
3449 2003-03-05 Andrew Cagney <cagney@redhat.com>
3450
3451 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
3452 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
3453 Do not use d10v_read_sp or d10v_read_fp when obtaining register
3454 values.
3455
3456 2003-03-05 Andrew Cagney <cagney@redhat.com>
3457
3458 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
3459 (struct d10v_unwind_cache): Delete field "frameless". Replace
3460 "next_addr" with "sp_offset". Add "r11_offset".
3461 (d10v_frame_unwind_cache): Update.
3462 (prologue_find_regs): Update. When "mv r11, sp", save the
3463 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
3464 RN was saved in r11_offset.
3465
3466 2003-03-05 Andrew Cagney <cagney@redhat.com>
3467
3468 * frame.c (deprecated_update_frame_pc_hack): Also update the the
3469 cached PC value in the next frame.
3470
3471 2003-03-05 Andrew Cagney <cagney@redhat.com>
3472
3473 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
3474 "id_unwind_cache" with "id".
3475 (frame_id_unwind): Delete declaration.
3476 * frame.c (frame_id_unwind): Delete function.
3477 (get_prev_frame): Call the frame id unwind method directly. Store
3478 the returned next frame's ID value in NEXT_FRAME. Note that there
3479 is a problem with the wrong unwind ID being called with the wrong
3480 unwind cache.
3481
3482 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
3483
3484 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
3485
3486 2003-03-05 James Ingham <jingham@apple.com>
3487 Daniel Jacobowitz <drow@mvista.com>
3488
3489 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
3490 (auto_cp_abi): New variable.
3491 (current_cp_abi, num_cp_abis): Make static.
3492 (CP_ABI_MAX): Define.
3493 (cp_abis): Turn into an array.
3494 (value_virtual_fn_field): Fix formatting.
3495 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
3496 takes a pointer.
3497 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
3498 (list_cp_abis, _initialize_cp_abi): New functions.
3499 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
3500 declarations for cp_abis, num_cp_abis, current_cp_abi, and
3501 switch_to_cp_abi. Update prototype for register_cp_abi.
3502 * Makefile.in (cp-abi.o): Update dependencies.
3503 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
3504 instead of switch_to_cp_abi.
3505 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
3506 register_cp_abi.
3507 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
3508 register_cp_abi.
3509 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
3510
3511 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
3512
3513 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
3514 * dwarf2loc.c: Include "regcache.h".
3515 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
3516 register_size.
3517 * Makefile.in (dwarf2loc.o): Update dependencies.
3518
3519 2003-03-04 Theodore A. Roth <troth@openavr.org>
3520
3521 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
3522 number of io registers reported by remote target is not a multiple of
3523 step.
3524
3525 2003-03-04 David Carlton <carlton@math.stanford.edu>
3526
3527 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
3528 (lookup_symbol_aux_psymtabs): Update call to
3529 lookup_partial_symbol.
3530 (lookup_transparent_type, find_main_psymtab)
3531 (make_symbol_overload_list): Ditto.
3532
3533 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
3534
3535 * MAINTAINERS (Write after approval): Update my email address.
3536
3537 2003-03-03 Andrew Cagney <cagney@redhat.com>
3538
3539 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
3540 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
3541 predicate. Replace MAX_REGISTER_RAW_SIZE.
3542 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
3543 MAX_REGISTER_VIRTUAL_SIZE.
3544 * regcache.c (legacy_max_register_raw_size): New function.
3545 (legacy_max_register_virtual_size): New function.
3546 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
3547 (MAX_REGISTER_RAW_SIZE): Define.
3548 (legacy_max_register_raw_size): Declare.
3549 (legacy_max_register_virtual_size): Declare.
3550 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3551 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
3552 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3553 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
3554 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3555 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
3556 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
3557 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
3558 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
3559 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3560 * vax-tdep.c (vax_gdbarch_init): Update.
3561 * v850-tdep.c (v850_gdbarch_init): Update.
3562 * sparc-tdep.c (sparc_gdbarch_init): Update.
3563 * sh-tdep.c (sh_gdbarch_init): Update.
3564 * s390-tdep.c (s390_gdbarch_init): Update.
3565 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3566 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3567 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3568 * mips-tdep.c (mips_gdbarch_init): Update.
3569 * mcore-tdep.c (mcore_gdbarch_init): Update.
3570 * m68k-tdep.c (m68k_gdbarch_init): Update.
3571 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3572 * ia64-tdep.c (ia64_gdbarch_init): Update.
3573 * i386-tdep.c (i386_gdbarch_init): Update.
3574 * hppa-tdep.c (hppa_gdbarch_init): Update.
3575 * h8300-tdep.c (h8300_gdbarch_init): Update.
3576 * frv-tdep.c (frv_gdbarch_init): Update.
3577 * cris-tdep.c (cris_gdbarch_init): Update.
3578 * avr-tdep.c (avr_gdbarch_init): Update.
3579 * arm-tdep.c (arm_gdbarch_init): Update.
3580 * alpha-tdep.c (alpha_gdbarch_init): Update.
3581 * d10v-tdep.c (d10v_gdbarch_init): Do not set
3582 max_register_raw_size or max_register_virtual_size.
3583
3584 2003-03-03 David Carlton <carlton@math.stanford.edu>
3585
3586 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
3587 SYMBOL_MATCHES_NAME, add comment.
3588 (SYMBOL_MATCHES_NATURAL_NAME): New.
3589 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
3590 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
3591 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
3592 * symtab.c (lookup_partial_symbol): Use
3593 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
3594 unhelpful comment.
3595 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
3596 SYMBOL_MATCHES_NAME.
3597 Fix for PR c++/33.
3598
3599 2003-03-03 David Carlton <carlton@math.stanford.edu>
3600
3601 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
3602 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
3603 by regexp matching against SYMBOL_NATURAL_NAME.
3604
3605 2003-03-03 David Carlton <carlton@math.stanford.edu>
3606
3607 * linespec.c (find_method): Extract code into collect_methods.
3608 (collect_methods): New.
3609
3610 2003-03-02 Mark Kettenis <kettenis@gnu.org>
3611
3612 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
3613 get_frame_base.
3614
3615 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
3616 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3617
3618 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
3619
3620 * arch-utils.c (generic_register_byte): Fix to use the loop index
3621 and not regnum when summing the size of all registers up to regnum.
3622
3623 2003-03-01 Andrew Cagney <cagney@redhat.com>
3624
3625 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
3626 FRAME_INIT_SAVED_REGS.
3627 * gdbarch.h, gdbarch.c: Regenerate.
3628 * stack.c (frame_info): Update.
3629 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
3630 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
3631 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
3632 * ns32k-tdep.c (ns32k_pop_frame): Update.
3633 * mips-tdep.c (mips_pop_frame): Update.
3634 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
3635 * ia64-tdep.c (ia64_frame_chain): Update.
3636 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
3637 (ia64_frameless_function_invocation): Update.
3638 (ia64_init_extra_frame_info): Update.
3639 (ia64_pop_frame_regular): Update.
3640 * frame.h (struct frame_info): Update comment.
3641 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
3642 * frame.c (frame_saved_regs_register_unwind): Update.
3643 (frame_saved_regs_register_unwind): Update.
3644 (deprecated_generic_get_saved_register): Update.
3645 * cris-tdep.c: Update comment.
3646 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
3647 Rename macro.
3648 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3649 * x86-64-tdep.c (x86_64_init_abi): Update.
3650 * vax-tdep.c (vax_gdbarch_init): Update.
3651 * v850-tdep.c (v850_gdbarch_init): Update.
3652 * sparc-tdep.c (sparc_gdbarch_init): Update.
3653 * sh-tdep.c (sh_gdbarch_init): Update.
3654 * s390-tdep.c (s390_gdbarch_init): Update.
3655 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3656 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3657 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3658 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3659 * mips-tdep.c (mips_gdbarch_init): Update.
3660 * mcore-tdep.c (mcore_gdbarch_init): Update.
3661 * m68k-tdep.c (m68k_gdbarch_init): Update.
3662 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3663 * ia64-tdep.c (ia64_gdbarch_init): Update.
3664 * i386-tdep.c (i386_gdbarch_init): Update.
3665 * frv-tdep.c (frv_gdbarch_init): Update.
3666 * avr-tdep.c (avr_gdbarch_init): Update.
3667 * arm-tdep.c (arm_gdbarch_init): Update.
3668 * alpha-tdep.c (alpha_gdbarch_init): Update.
3669
3670 2003-03-01 Andrew Cagney <cagney@redhat.com>
3671
3672 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
3673 option enum and switch. When no windows, set the interpreter to
3674 INTERP_CONSOLE.
3675
3676 2003-03-01 Andrew Cagney <cagney@redhat.com>
3677
3678 * main.c (captured_main): Replace magic option characters with an
3679 enum.
3680
3681 2003-03-01 Andrew Cagney <cagney@redhat.com>
3682
3683 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
3684 INIT_EXTRA_FRAME_INFO.
3685 * gdbarch.h, gdbarch.c: Regenerate.
3686 * arm-tdep.c: Update comments.
3687 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
3688 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
3689 * frame.h, avr-tdep.c: Ditto.
3690 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
3691 (create_new_frame, legacy_get_prev_frame): Ditto.
3692 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
3693 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
3694 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
3695 deprecated_init_extra_frame_info instead of init_extra_frame_info.
3696 * x86-64-tdep.c (x86_64_init_abi): Ditto.
3697 * v850-tdep.c (v850_gdbarch_init): Ditto.
3698 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3699 * sh-tdep.c (sh_gdbarch_init): Ditto.
3700 * s390-tdep.c (s390_gdbarch_init): Ditto.
3701 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
3702 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3703 * mips-tdep.c (mips_gdbarch_init): Ditto.
3704 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3705 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3706 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3707 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
3708 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3709 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3710 * frv-tdep.c (frv_gdbarch_init): Ditto.
3711 * cris-tdep.c (cris_gdbarch_init): Ditto.
3712 * avr-tdep.c (avr_gdbarch_init): Ditto.
3713 * arm-tdep.c (arm_gdbarch_init): Ditto.
3714 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3715 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3716
3717 2003-03-01 Andrew Cagney <cagney@redhat.com>
3718
3719 * gdbarch.sh (register_type): New function with predicate.
3720 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
3721 * gdbarch.h, gdbarch.c: Re-generate.
3722 * arch-utils.c (generic_register_byte): Use generic_register_size.
3723 (generic_register_size): When available, use
3724 gdbarch_register_type.
3725 * regcache.c (init_regcache_descr): When available, initialize the
3726 register type array using gdbarch_register_type. If the
3727 architecture supplies gdbarch_register_type, do not use the legacy
3728 regcache layout.
3729 * d10v-tdep.c (d10v_register_type): Replace
3730 d10v_register_virtual_type.
3731 (d10v_gdbarch_init): Set register_type instead of
3732 register_virtual_type.
3733
3734 2003-03-01 Andrew Cagney <cagney@redhat.com>
3735
3736 * Makefile.in (ax-gdb.o): Update dependencies.
3737 * ax-gdb.c: Include "regcache.h".
3738 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
3739 * findvar.c (value_of_register): Ditto.
3740 * infcmd.c (default_print_registers_info): Ditto.
3741
3742 2003-03-01 Mark Kettenis <kettenis@gnu.org>
3743
3744 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
3745 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3746
3747 2003-03-01 Mark Kettenis <kettenis@gnu.org>
3748
3749 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
3750 of STREQ.
3751
3752 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
3753
3754 * Makefile.in (dwarf2loc.o): Update dependencies.
3755 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
3756 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
3757 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
3758 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
3759 (locexpr_tracepoint_var_ref): New function.
3760 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
3761
3762 2003-02-28 Andrew Cagney <cagney@redhat.com>
3763
3764 * regcache.c (register_size): New function.
3765 * regcache.h (register_size): Declare
3766 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
3767 max_register_size instead of MAX_REGISTER_RAW_SIZE.
3768
3769 2003-02-28 David Carlton <carlton@math.stanford.edu>
3770
3771 * linespec.c (decode_compound): Extract code into find_method.
3772 (find_method): New.
3773
3774 2003-02-28 J. Brobecker <brobecker@gnat.com>
3775
3776 * Makefile.in: Add rules to build and link in observer.o.
3777
3778 2003-02-27 J. Brobecker <brobecker@gnat.com>
3779
3780 * observer.c: Minor comments edits.
3781
3782 2003-02-27 J. Brobecker <brobecker@gnat.com>
3783
3784 * observer.h, observer.c: New file.
3785
3786 2003-02-27 Andrew Cagney <cagney@redhat.com>
3787
3788 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
3789
3790 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
3791
3792 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
3793 (M6812_OP_STS_EXT): Likewise.
3794 (m6811_prologue): Use the above to recognize prologue.
3795 (m6812_prologue): Likewise.
3796
3797 2003-02-27 David Carlton <carlton@math.stanford.edu>
3798
3799 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
3800 SYMBOL_PRINT_NAME.
3801 (compare_psymbols): Ditto.
3802 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
3803
3804 2003-02-27 Michael Snyder <msnyder@redhat.com>
3805
3806 * f-lang.c (build_fortran_types): New function.
3807 (_initialize_f_language): Gdbarch-register built-in fortran types.
3808 * doublest.c (extract_floating): Fix warning text.
3809
3810 2003-02-27 Andrew Cagney <cagney@redhat.com>
3811
3812 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
3813 predicate. Replaces PUSH_DUMMY_FRAME.
3814 * gdbarch.h, gdbarch.c: Regnerate.
3815 * valops.c (hand_function_call): Update. Call
3816 generic_push_dummy_frame directly.
3817 * vax-tdep.c (vax_gdbarch_init): Update.
3818 * sparc-tdep.c (sparc_gdbarch_init): Update.
3819 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3820 * m68k-tdep.c (m68k_gdbarch_init): Update.
3821 * hppa-tdep.c (hppa_gdbarch_init): Update.
3822 * alpha-tdep.c (alpha_gdbarch_init): Update.
3823 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
3824 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
3825 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
3826 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
3827 push_dummy_frame to generic_push_dummy_frame.
3828 * v850-tdep.c (v850_gdbarch_init): Ditto.
3829 * sh-tdep.c (sh_gdbarch_init): Ditto.
3830 * s390-tdep.c (s390_gdbarch_init): Ditto.
3831 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3832 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3833 * mips-tdep.c (mips_gdbarch_init): Ditto.
3834 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3835 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3836 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3837 * i386-tdep.c (i386_gdbarch_init): Ditto.
3838 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3839 * frv-tdep.c (frv_gdbarch_init): Ditto.
3840 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3841 * cris-tdep.c (cris_gdbarch_init): Ditto.
3842 * avr-tdep.c (avr_gdbarch_init): Ditto.
3843 * arm-tdep.c (arm_gdbarch_init): Ditto.
3844
3845 2003-02-26 Kevin Buettner <kevinb@redhat.com>
3846
3847 * mips-tdep.c (show_mips_abi): New function.
3848 (_initialize_mips_tdep): Use show_mips_abi() to implement the
3849 command ``show mips abi''.
3850
3851 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
3852
3853 From Elena Zannoni <ezannoni@redhat.com>
3854 * dbxread.c (process_one_symbol): Only record line 0 if one or
3855 more sline entries have been seen for the function.
3856
3857 2003-02-26 Michael Chastain <mec@shout.net>
3858
3859 * configure: Regenerate with autoconf 000227.
3860
3861 2003-02-26 Michael Chastain <mec@shout.net>
3862
3863 Close PR build/660.
3864 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
3865 for old libc5/glibc.
3866 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
3867
3868 2003-02-26 Kris Warkentin <kewarken@qnx.com>
3869
3870 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
3871 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
3872
3873 2003-02-26 Michael Chastain <mec@shout.net>
3874
3875 * configure.in: New variable HAVE_UINTPTR_T.
3876 * configure, config.in: Regenerated.
3877
3878 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
3879
3880 Fix PR build/1097.
3881 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
3882
3883 2003-02-25 Andrew Cagney <cagney@redhat.com>
3884
3885 * frame.c (get_prev_frame): Add comment on check for
3886 inside_entry_func. Only check for inside_entry_file when not a
3887 dummy and not a sentinel. Check that the new frame is not inner
3888 to the old frame.
3889
3890 2003-02-25 Andrew Cagney <cagney@redhat.com>
3891
3892 * frame.c (frame_debug): New variable.
3893 (_initialize_frame): Add "set/show debug frame" command.
3894 (get_prev_frame): When frame_debug, print reason why unwind
3895 failed.
3896
3897 2003-02-25 Michael Chastain <mec@shout.net>
3898
3899 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
3900 to avoid uintptr_t definition problems.
3901
3902 2003-02-25 David Carlton <carlton@math.stanford.edu>
3903
3904 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
3905 (SYMBOL_LINKAGE_NAME): Ditto.
3906 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
3907 SYMBOL_LINKAGE_NAME.
3908 (struct general_symbol_info): Expand comment.
3909 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
3910 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
3911 (SYMBOL_MATCHES_REGEXP): Ditto.
3912 * symtab.c (symbol_natural_name): New function.
3913 * objfiles.h: Replace all uses of SYMBOL_NAME by
3914 DEPRECATED_SYMBOL_NAME.
3915 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
3916 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
3917 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
3918 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
3919 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
3920 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
3921 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
3922 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
3923 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
3924 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
3925 * ada-exp.y: Ditto.
3926 * ada-exp.y: Update copyright.
3927 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
3928 * cp-valprint.c: Ditto.
3929
3930 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
3931
3932 * infptrace.c (detach): Do not flag error if ptrace detach fails
3933 and errno is set to ESRCH.
3934
3935 2003-02-24 Andrew Cagney <cagney@redhat.com>
3936
3937 * infptrace.c (udot_info): Change type of udot_off to long. Use
3938 paddr when printing udot_off's value.
3939
3940 2003-02-24 David Carlton <carlton@math.stanford.edu>
3941
3942 * symtab.c (make_symbol_overload_list): Only read in partial
3943 symtabs containing a matching partial symbol.
3944
3945 2003-02-24 David Carlton <carlton@math.stanford.edu>
3946
3947 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
3948 do the comparison, not strcmp.
3949 * symfile.c (compare_psymbols): Ditto.
3950 * defs.h: Declare strcmp_iw_ordered.
3951 * utils.c (strcmp_iw_ordered): New function.
3952
3953 2003-02-24 Jim Blandy <jimb@redhat.com>
3954
3955 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
3956 support, shared libs): Remove my name from here, to better reflect
3957 reality.
3958
3959 2003-02-24 Kris Warkentin <kewarken@qnx.com>
3960
3961 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
3962 (target_ops): Add to_have_continuable_watchpoint.
3963 * target.c (update_current_target): Add INHERIT line for
3964 to_have_continuable_watchpoint.
3965 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
3966 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
3967 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
3968 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
3969
3970 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
3971
3972 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
3973 maintainership.
3974
3975 2003-02-24 Kris Warkentin <kewarken@qnx.com>
3976
3977 * solib.c (solib_open): Call target defined search function after
3978 failing with solib-search-path.
3979 * solist.h (target_so_ops): Add find_and_open_solib function hook and
3980 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
3981
3982 2003-02-24 Kris Warkentin <kewarken@qnx.com>
3983
3984 * MAINTAINERS: Add myself to Write After section.
3985
3986 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
3987
3988 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
3989
3990 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
3991
3992 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
3993 (m68hc11_add_reggroups): New function.
3994 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
3995 (m68hc11_gdbarch_init): Install the reggroups.
3996 (_initialize_m68hc11_tdep): Initialize them.
3997
3998 2003-02-21 James E Wilson <wilson@tuliptree.org>
3999
4000 * MAINTAINERS: Update my email address.
4001
4002 2003-02-21 David Carlton <carlton@math.stanford.edu>
4003
4004 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
4005
4006 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
4007
4008 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
4009 * symtab.h: Add opaque declarations of struct axs_value and
4010 struct agent_expr.
4011 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
4012 (struct location_funcs): New type.
4013 (struct symbol): Add "loc" to aux_value.
4014 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
4015 * dwarf2read.c: Include "dwarf2expr.h".
4016 (dwarf2_symbol_mark_computed): New function.
4017 (read_func_scope): Use it.
4018 (var_decode_location): New function.
4019 (new_symbol): Use it.
4020 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
4021
4022 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
4023 (dwarf2expr_h, dwarf2loc_h): New variables.
4024 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
4025 (dwarf2expr.o, dwarf2loc.o): New rules.
4026 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
4027 * buildsym.c (finish_block): Handle LOC_COMPUTED and
4028 LOC_COMPUTED_ARG.
4029 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
4030 * m2-exp.y (yylex): Likewise.
4031 * printcmd.c (address_info, print_frame_args): Likewise.
4032 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
4033 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
4034 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
4035 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
4036 * symtab.c (lookup_block_symbol): Likewise.
4037
4038 2003-02-20 Adam Fedor <fedor@gnu.org>
4039
4040 * symtab.h: Remove objc_specific struct
4041 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
4042 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
4043 Have language_objc use cplus_specific struct.
4044
4045 2003-02-20 Tom Tromey <tromey@redhat.com>
4046
4047 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
4048 TYPE_NAME, when printing a String value. PR java/1075.
4049
4050 2003-02-20 Adam Fedor <fedor@gnu.org>
4051
4052 * objc-lang.h (find_methods): Remove declaration.
4053 * objc-lang.c (find_methods): Make static.
4054
4055 2003-02-20 Christopher Faylor <cgf@redhat.com>
4056
4057 * win32-nat.c (get_image_name): Check return value from
4058 ReadProcessMemory.
4059 (child_xfer_memory): Ditto.
4060
4061 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
4062
4063 * configure.in (TARGET_SYSTEM_ROOT): Set default to
4064 ${exec_prefix}/${target_alias}/sys-root. Match explicit
4065 '${exec_prefix}' (in addition to the expansion thereof) as
4066 relocatable.
4067 * configure: Rebuilt.
4068
4069 2003-02-20 David Carlton <carlton@math.stanford.edu>
4070
4071 * symtab.c (search_symbols): Revert the search_symbols part of my
4072 2002-12-23 patch. Add comment.
4073
4074 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4075
4076 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
4077 * dbxread.c (elfstab_build_psymtabs): Don't call
4078 install_minimal_symbols.
4079 (stabsect_build_psymtabs): Likewise.
4080 * elfread.c (elf_symfile_read): Call install_minimal_symbols
4081 earlier.
4082 * somread.c (som_symfile_read): Call install_minimal_symbols
4083 and do_cleanups earlier.
4084 * nlmread.c (nlm_symfile_read): Likewise.
4085 * mdebugread.c (elfmdebug_build_psymtabs): Call
4086 install_minimal_symbols and make appropriate cleanups.
4087
4088 2003-02-20 Kevin Buettner <kevinb@redhat.com>
4089
4090 * solib.c (reload_shared_libraries): New function.
4091 (_initialize_solib): Add callbacks for ``set solib-search-path''
4092 and ``set solib-absolute-prefix''.
4093
4094 2003-02-20 David Carlton <carlton@math.stanford.edu>
4095
4096 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
4097 expand comment.
4098 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
4099 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
4100 * ada-typeprint.c (ada_typedef_print): Ditto.
4101 * ax-gdb.c (gen_var_ref): Ditto.
4102 * breakpoint.c (print_one_breakpoint): Ditto.
4103 * buildsym.c (finish_block): Ditto.
4104 * c-valprint.c (c_val_print): Ditto.
4105 * expprint.c (print_subexp): Ditto.
4106 * findvar.c (locate_var_value): Ditto.
4107 * infcmd.c (jump_command): Ditto.
4108 * linespec.c (decode_line_2, decode_compound): Ditto.
4109 * maint.c (maintenance_translate_address): Ditto.
4110 * objc-lang.c (compare_selectors, compare_classes): Ditto.
4111 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
4112 Ditto.
4113 * p-valprint.c (pascal_val_print): Ditto.
4114 * stabsread.c (define_symbol): Ditto.
4115 * stack.c (print_frame, frame_info, print_block_frame_locals)
4116 (print_frame_arg_vars, return_command): Ditto.
4117 * symfile.c (compare_symbols, compare_psymbols): Ditto.
4118 * symmisc.c (print_symbol): Ditto.
4119 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
4120 (compare_search_syms, print_symbol_info, print_msymbol_info)
4121 (rbreak_command): Ditto.
4122 * tracepoint.c (tracepoints_info): Ditto.
4123 * typeprint.c (typedef_print): Ditto.
4124 * valops.c (value_of_variable, hand_function_call): Ditto.
4125 * cli/cli-cmds.c (edit_command, list_command): Ditto.
4126 * ada-typeprint.c: Update Copyright.
4127 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
4128 * tracepoint.c, cli/cli-cmds.c: Ditto.
4129
4130 2003-02-20 Kevin Buettner <kevinb@redhat.com>
4131
4132 * frame.c (generic_unwind_get_saved_register): Make non-static.
4133 * frame.h (generic_unwind_get_saved_register): Declare.
4134 * mips-tdep.c (read_next_frame_reg): Fetch register from
4135 current regcache when frame is NULL.
4136 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
4137 that must be NULL.
4138 (mips_get_saved_register): Call generic_unwind_get_saved_register()
4139 instead of frame_register_unwind().
4140
4141 2003-02-20 Andrew Cagney <ac131313@redhat.com>
4142
4143 * remote-sim.c (gdbsim_insert_breakpoint)
4144 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
4145 code.
4146
4147 2003-02-20 Andrew Cagney <ac131313@redhat.com>
4148
4149 * remote.c (_initialize_remote): Add commands "set/show remote
4150 hardware-watchpoint-limit" and "set/show remote
4151 hardware-breakpoint-limit".
4152 (remote_hw_watchpoint_limit): Initialize to -1.
4153 (remote_hw_breakpoint_limit): Ditto.
4154 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
4155
4156 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
4157
4158 * coff-pe-read.c: New file - support reading of minimal symbols from a
4159 portable executable using the export table.
4160 * coff-pe-read.h: New file.
4161 * coffread.c: Include coff-pe-read.h.
4162 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
4163 debugging symbols found.
4164 * Makefile.in (SFILES): Add coff-pe-read.o.
4165 (coff_pe_read_h): Define.
4166 (COMMON_OBS): Add coff-pe-read.o.
4167 (coffread.o): Add coff_pe_read_h dependency.
4168 (coff-pe-read.o): New target.
4169
4170 2003-02-19 David Carlton <carlton@math.stanford.edu>
4171
4172 * Makefile.in (SFILES): Add block.c.
4173 (block_h): New.
4174 (COMMON_OBS): Add block.o.
4175 (block.o): New.
4176 (x86-64-tdep.o): Add $(block_h).
4177 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
4178 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
4179 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
4180 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
4181 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
4182 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
4183 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
4184 * value.h: Add opaque declaration for struct block.
4185 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
4186 * ada-lang.h: Ditto.
4187 * x86-64-tdep.c: #include "block.h"
4188 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
4189 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
4190 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
4191 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
4192 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
4193 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
4194 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
4195 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
4196 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
4197 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
4198 * symtab.c (block_function): Ditto.
4199 (contained_in): Ditto.
4200 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
4201 block.h. Add opaque declaration for struct block.
4202 * symtab.h: Move block_function and contained_in declarations to
4203 block.h. Add opaque declarations for struct block, struct
4204 blockvector.
4205 (struct block): Move to block.h.
4206 (struct blockvector): Ditto.
4207 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
4208 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
4209 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
4210 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
4211 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
4212 Ditto.
4213 * block.c: New file.
4214 * block.h: New file.
4215
4216 2003-02-19 Theodore A. Roth <troth@openavr.org>
4217
4218 * avr-tdep.c (avr_extract_return_value): Remove function.
4219 (avr_store_return_value): Remove function.
4220 (avr_extract_struct_value_address): Remove function.
4221 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
4222
4223 2003-02-19 Andrew Cagney <ac131313@redhat.com>
4224
4225 * rs6000-tdep.c: Include "gdb_assert.h".
4226 (registers_e500): Add "acc" and "spefscr".
4227 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
4228 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
4229 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
4230 really is "r0".
4231 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
4232
4233 2003-02-18 Keith Seitz <keiths@redhat.com>
4234
4235 * Makefile.in: Add gdbtk-interps.c.
4236
4237 2003-02-18 Kevin Buettner <kevinb@redhat.com>
4238
4239 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
4240 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
4241
4242 2003-02-18 Andrew Cagney <cagney@redhat.com>
4243
4244 * symtab.h (struct objfile): Add opaque declaration.
4245
4246 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
4247
4248 From Jim Ingham <jingham@apple.com>:
4249 * dbxread.c (process_one_symbol): Use last_function_start rather
4250 than function_start_offset to find the real beginning of the
4251 current function. The latter is just the text section offset on
4252 some systems, the former is always the real function start.
4253
4254 2003-02-17 Andrew Cagney <cagney@redhat.com>
4255
4256 * configure.in: Revert ${target} != ${host}.
4257
4258 2003-02-17 Andrew Cagney <ac131313@redhat.com>
4259
4260 * configure.in (Makefile): Use the test ${target} != ${host},
4261 instead of the absence of the "nm.h" file, to determine of the
4262 configuration non-native.
4263 * configure: Regenerate.
4264
4265 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
4266
4267 From Brian Ford <ford@vss.fsi.com>
4268
4269 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
4270 conditionalize tui_active test.
4271 (lookup_cmd_1): Ditto.
4272
4273 2003-02-14 Mark Kettenis <kettenis@gnu.org>
4274
4275 * configure.in: Add check for _etext.
4276 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
4277 available.
4278 * config.in, configure: regenerated.
4279
4280 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
4281
4282 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
4283
4284 2003-02-14 Andrew Cagney <ac131313@redhat.com>
4285
4286 * main.c (tui_version): Delete variable.
4287 (captured_main): When --tui, set interpreter_p to "tui" instead of
4288 enabling tui_version.
4289 * printcmd.c (display_command) [TUI]: Test tui_active instead of
4290 tui_version.
4291 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
4292 * cli/cli-cmds.c (disassemble_command): Ditto.
4293 * defs.h (tui_version): Delete declaration.
4294 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
4295 (tui-interp.o): Add rules.
4296 (SUBDIR_TUI_OBS): Add "tui-interp.o".
4297
4298 2003-02-14 Christopher Faylor <cgf@redhat.com>
4299
4300 * win32-nat.c (register_loaded_dll): Correctly set address range for
4301 just-loaded dll.
4302
4303 2003-02-12 Jason Molenda (jmolenda@apple.com)
4304
4305 * symmisc.c (print_objfile_statistics): Include information about
4306 the number of psymtabs and symtabs in each object file.
4307
4308 2003-02-13 Keith R Seitz <keiths@redhat.com>
4309
4310 * main.h (struct captured_main_args): Add interpreter_p.
4311 * main.c (captured_main): Initialize interpreter_p from context.
4312 * gdb.c (main): Set interpreter_p argument.
4313 * Makefile.in (gdb.o): Add dependency for interps.h.
4314
4315 2003-02-12 Andrew Cagney <ac131313@redhat.com>
4316
4317 * event-top.c (cli_command_loop): Delete declaration.
4318 (_initialize_event_loop): Delete function setting event_loop_hook.
4319 * event-top.h (cli_command_loop): Declare. Update copyright.
4320 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
4321 * interps.c (current_interp_command_loop): When event_loop_p, call
4322 cli_command_loop.
4323
4324 2003-02-12 Andrew Cagney <ac131313@redhat.com>
4325
4326 * interps.h (interp_command_loop_ftype): Change return type to
4327 void.
4328
4329 2003-02-12 Michal Ludvig <mludvig@suse.cz>
4330
4331 * x86-64-tdep.c (x86_64_extract_return_value)
4332 (x86_64_store_return_value): Use regcache instead of regbuf.
4333 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
4334 * x86-64-linux-nat.c (fill_gregset): Use regcache.
4335
4336 2003-02-11 Andrew Cagney <ac131313@redhat.com>
4337
4338 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
4339 * aclocal.m4: Regenerate.
4340 * configure: Regenerate.
4341
4342 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
4343 TCL_LD_SEARCH_FLAGS.
4344
4345 2003-02-10 Michal Ludvig <mludvig@suse.cz>
4346
4347 * dwarf2cfi.c: Reindented.
4348
4349 2003-02-09 Andrew Cagney <ac131313@redhat.com>
4350
4351 * interps.c (clear_interpreter_hooks): Convert function definition
4352 to ISO C.
4353
4354 2003-02-07 David Carlton <carlton@math.stanford.edu>
4355
4356 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
4357
4358 2003-02-07 Kevin Buettner <kevinb@redhat.com>
4359
4360 * gdbtypes.h (struct main_type): Move ``length'' field from here...
4361 (struct type): ...to here.
4362 (TYPE_LENGTH): Adjust to reflect different location of ``length''
4363 field.
4364 * gdbtypes.c (make_qualified_type): Set length on newly created type.
4365 (replace_type): Set length on all type variants for a given type.
4366
4367 2003-02-07 Andrew Cagney <ac131313@redhat.com>
4368
4369 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
4370 <sys/stat.h>.
4371 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
4372
4373 2003-02-06 Andrew Cagney <ac131313@redhat.com>
4374
4375 * Makefile.in (symm-nat.o): Update dependencies.
4376 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
4377 (lynx-nat.o, ia64-linux-nat.): Ditto.
4378 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
4379 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
4380 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
4381
4382 * Makefile.in (inflow_h): Define.
4383 (procfs.o, inflow.o, procfs.o): Update dependencies.
4384 * inftarg.c (child_stop): Delete extern declaration of
4385 inferior_process_group. Include "inflow.h".
4386 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
4387 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
4388 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
4389 (our_process_group, inferior_process_group): Extern declarations.
4390
4391 * procfs.c: Include "gdb_assert.h".
4392
4393 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
4394 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
4395 * jv-typeprint.c (java_type_print_base): Ditto.
4396 * typeprint.c (typedef_print): Eliminate STREQ.
4397 * cli/cli-script.c (define_command, define_command): Ditto.
4398 * main.c (captured_main): Ditto.
4399 * values.c (lookup_internalvar): Ditto.
4400 * utils.c (safe_strerror, parse_escape): Eliminate assignment
4401 within `if' conditional.
4402 * linespec.c (decode_line_2): Ditto.
4403 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
4404 (bfd_openw_with_cleanup): Ditto.
4405
4406 2003-02-07 Mark Kettenis <kettenis@gnu.org>
4407
4408 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
4409 legacy_extract_return_value and store_return_value to
4410 legacy_return_value.
4411
4412 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
4413
4414 * win32-nat.c (get_relocated_section_addrs): New function. Find
4415 section load addresses for symbol handling in relocated DLLs.
4416 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
4417
4418 2003-02-05 Fred Fish <fnf@intrinsity.com>
4419
4420 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
4421 '=' and '!='.
4422 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
4423 with '&' and '=='.
4424 (angel_RDI_info): Ditto.
4425 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
4426 with '&' and '!='.
4427 (threads_continue_all_with_signals): Ditto.
4428
4429 2003-02-05 Jim Ingham <jingham@apple.com>
4430 Keith Seitz <keiths@redhat.com>
4431 Elena Zannoni <ezannoni@redhat.com>
4432 Andrew Cagney <ac131313@redhat.com>
4433
4434 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
4435 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
4436 (SUBDIR_MI_OBS): Add "mi-interp.o".
4437 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
4438 (SFILES): Add "interps.c".
4439 (COMMON_OBS): Add "interps.o".
4440 (interps_h, mi_main_h): Define.
4441 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
4442 (mi-main.o, main.o, event-top.o): Update dependencies.
4443 * cli/cli-interp.c: New file.
4444 * interps.h, interps.c: New files.
4445 * top.c: (gdb_init): Don't install the default interpreter, handed
4446 by captured_main.
4447 * main.c: Include "interps.h".
4448 (interpreter_p): Note that it should malloc'ed.
4449 (captured_command_loop): Call current_interp_command_loop.
4450 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
4451 xfree and xstrdup when updating interpreter_p. Install the
4452 default interpreter. Add hack to stop mi1's copyright notice
4453 being encoded.
4454 * event-top.h (gdb_setup_readline): Declare.
4455 (gdb_disable_readline): Declare.
4456 * event-top.c: Include "interps.h".
4457 (display_gdb_prompt): Call current_interp_display_prompt_p.
4458 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
4459 gdb_stdlog, and gdb_stdtarg.
4460 (_initialize_event_loop): Don't call gdb_setup_readline.
4461 * cli-out.c (cli_out_set_stream): New function.
4462 * cli-out.h (cli_out_set_stream): Declare.
4463
4464 2003-02-06 Mark Kettenis <kettenis@gnu.org>
4465
4466 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
4467 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
4468 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
4469 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
4470 config/i386/i386v42mp.mt: Removed.
4471
4472 2003-02-05 Mark Kettenis <kettenis@gnu.org>
4473
4474 * configure.tgt (*-*-solaris*): Set gdb_osabi to
4475 GDB_OSABI_SOLARIS.
4476
4477 2003-02-05 Michael Chastain <mec@shout.net>
4478
4479 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
4480 2.12.1 and earlier versions.
4481
4482 2003-02-05 Andrew Cagney <ac131313@redhat.com>
4483
4484 Remove orphaned hosts, targets and files.
4485 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
4486 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
4487 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
4488 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
4489 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
4490 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
4491 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
4492 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
4493 * config/sparc/tm-sp64sim.h: Delete.
4494 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
4495 hosts.
4496 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
4497 mips*-dec-mach3* targets.
4498
4499 2003-02-04 Michael Chastain <mec@shout.net>
4500
4501 * NEWS: Fix typo: sepcifying -> specifying.
4502
4503 2003-02-04 Michael Chastain <mec@shout.net>
4504
4505 * dwarfread.c: Add documentation on the state of dwarf-1,
4506 looking towards obsoletion.
4507
4508 2003-02-03 Michael Chastain <mec@shout.net>
4509
4510 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
4511 gdb/testsuite/gdb.c++/pr-1023.exp.
4512
4513 2003-02-04 Andrew Cagney <ac131313@redhat.com>
4514
4515 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
4516 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
4517
4518 * utils.c (init_page_info): Delete reference to MPW in comments.
4519 * main.c (captured_main): Delete #ifdef MPW.
4520
4521 2003-02-04 Andrew Cagney <ac131313@redhat.com>
4522
4523 * NEWS: Note that the m32r-*-elf* is obsolete.
4524 * monitor.c (monitor_expect): Obsolete reference to m32r.
4525 * configure.tgt: Mark m32r-*-elf* as obsolete.
4526 * MAINTAINERS: Mark m32k as obsolete.
4527 * m32r-rom.c: Obsolete file.
4528 * config/m32r/m32r.mt: Obsolete file.
4529 * config/m32r/tm-m32r.h: Obsolete file.
4530 * m32r-stub.c: Obsolete file.
4531 * m32r-tdep.c: Obsolete file.
4532
4533 2003-02-04 Andrew Cagney <ac131313@redhat.com>
4534
4535 * NEWS: Mention that the z8k-zilog-none is obsolete.
4536 * MAINTAINERS: Mark z8k as obsolete.
4537 * configure.tgt: Obsolete the z8k-*-coff* target.
4538 * config/z8k/z8k.mt: Obsolete file.
4539 * config/z8k/tm-z8k.h: Obsolete file.
4540 * z8k-tdep.c: Obsolete file.
4541
4542 2003-02-04 Andrew Cagney <ac131313@redhat.com>
4543
4544 * NEWS: Mention that the mn10200-elf is obsolete.
4545 * configure.tgt: Obsolete mn10200-*-* target.
4546 * breakpoint.c (update_breakpoints_after_exec): Update comment to
4547 mention that the mn10200 is obsolete.
4548 * breakpoint.h: Ditto.
4549 * MAINTAINERS: Mark the mn10200-elf as obsolete.
4550 * config/mn10200/mn10200.mt: Obsolete file.
4551 * config/mn10200/tm-mn10200.h: Obsolete file.
4552 * mn10200-tdep.c: Obsolete file.
4553
4554 2003-02-04 Andrew Cagney <ac131313@redhat.com>
4555
4556 * MAINTAINERS: Mark h8500 as obsolete.
4557 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
4558 * findvar.c (value_from_register): Ditto.
4559 * h8500-tdep.c: Mark file as obsolete.
4560 * config/h8500/h8500.mt: Ditto.
4561 * config/h8500/tm-h8500.h: Ditto.
4562 * NEWS: Mention that h8500 is obsolete.
4563
4564 2003-02-04 David Carlton <carlton@math.stanford.edu>
4565
4566 * objfiles.c (allocate_objfile): Always set name. Add comment at
4567 start of function.
4568 * jv-lang.c (get_dynamics_objfile): Add comment.
4569
4570 2003-02-04 David Carlton <carlton@math.stanford.edu>
4571
4572 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
4573 * printcmd.c (build_address_symbolic): Replace uses of
4574 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
4575 SYMBOL_NAME, and asm_demangle.
4576 Update copyright.
4577
4578 2003-02-04 David Carlton <carlton@math.stanford.edu>
4579
4580 * linespec.c (decode_compound): Extract code into
4581 lookup_prefix_sym.
4582 (lookup_prefix_sym): New function.
4583
4584 2003-02-04 David Carlton <carlton@math.stanford.edu>
4585
4586 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
4587 FLOAT_COERCION_BADNESS.
4588 * gdbtypes.c (rank_one_type): Replace all uses of
4589 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
4590
4591 2003-02-04 Jim Blandy <jimb@redhat.com>
4592
4593 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
4594 section, let dwarf_macinfo_section point to it, not
4595 dwarf_loc_section.
4596
4597 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
4598
4599 Pointed out by Anton Blanchard <anton@samba.org>.
4600 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
4601 (ppc_linux_at_sigtramp_return_path): Use it.
4602
4603 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
4604
4605 * defs.h (streq): Add prototype.
4606 * utils.c (streq): New function.
4607
4608 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
4609 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
4610 * mdebugread.c (new_symbol): Likewise.
4611 * stabsread.c (define_symbol): Likewise.
4612 * coffread.c (process_coff_symbol): Likewise.
4613 * dwarfread.c (new_symbol): Likewise.
4614
4615 * minsyms.c (prim_record_minimal_symbol_and_info): Use
4616 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
4617 here.
4618 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
4619 SYMBOL_INIT_DEMANGLED_NAME.
4620 * objfiles.c: Include "hashtab.h".
4621 (allocate_objfile): Call htab_set_functions_ex for the
4622 demangled_names_hash.
4623 (free_objfile): Call htab_delete for the demangled_names_hash.
4624 * objfiles.h (struct htab): Add declaration.
4625 (struct objfile): Add demangled_names_hash.
4626 * symfile.c: Include "hashtab.h".
4627 (reread_symbols): Call htab_delete for the demangled_names_hash.
4628 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
4629 SYMBOL_NAME in the bcache.
4630 * symtab.c: Include "hashtab.h". Update comments.
4631 (create_demangled_names_hash, symbol_set_names): New functions.
4632 (symbol_find_demangled_name): New function, broken out from
4633 symbol_init_demangled_names.
4634 (symbol_init_demangled_names): Use it.
4635 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
4636 (SYMBOL_SET_NAMES): New macro.
4637 (symbol_set_names): Add prototype.
4638
4639 2003-02-03 Jim Blandy <jimb@redhat.com>
4640
4641 Use a single, consistent representation for an empty minimal
4642 symbol table in an objfile.
4643 * objfiles.c (terminate_minimal_symbol_table): New function.
4644 (allocate_objfile): Call it.
4645 * objfiles.h (terminate_minimal_symbol_table): New declaration.
4646 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
4647 non-NULL.
4648 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
4649 objfile has minimal symbols, compare minimal_symbol_count to zero,
4650 instead of comparing msymbols with NULL.
4651 * objfiles.c (have_minimal_symbols): Same.
4652 * solib-sunos.c (solib_add_common_symbols): Call
4653 terminate_minimal_symbol_table.
4654 * symfile.c (reread_symbols): Same.
4655
4656 2003-02-03 Kevin Buettner <kevinb@redhat.com>
4657
4658 * s390-tdep.c (s390_address_class_type_flags)
4659 (s390_address_class_type_flags_to_name)
4660 (s390_address_class_name_to_type_flags): New functions.
4661 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
4662 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
4663
4664 2003-02-03 Michael Snyder <msnyder@redhat.com>
4665
4666 * arm-tdep.c: Fix spell-o in comment.
4667
4668 2003-02-03 Michal Ludvig <mludvig@suse.cz>
4669
4670 * dwarf2cfi.c (pointer_encoding): Added new parameter.
4671 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
4672 error messages to contain BFD filename.
4673
4674 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
4675
4676 Fix PR gdb/742 gdb/743 gdb/877
4677 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
4678 (do_mixed_source_and_assembly): Use
4679 make_cleanup_ui_out_tuple_begin_end and
4680 make_cleanup_ui_out_tuple_begin_end.
4681 (do_mixed_source_and_assembly): Ditto.
4682 * thread.c (do_captured_list_thread_ids): Ditto.
4683 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
4684 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
4685 ui_out_tuple_end): Delete prototypes.
4686 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
4687 ui_out_list_end, ui_out_tuple_end): Delete.
4688
4689 From Kevin Buettner <kevinb@redhat.com>:
4690 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
4691 * ui-out.c (make_cleanup_ui_out_table_begin_end)
4692 (do_cleanup_table_end): New functions.
4693 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
4694 Use cleanups to invoke_ui_out_tuple_end().
4695 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
4696 * cli/cli-setshow.c (cmd_show_list): Use
4697 make_cleanup_ui_out_tuple_begin_end.
4698
4699 2003-02-02 Andrew Cagney <ac131313@redhat.com>
4700
4701 * frame.c (frame_unwind_register): New function.
4702 (frame_unwind_unsigned_register): Use.
4703 (frame_unwind_signed_register): Use.
4704 (frame_read_register): New function.
4705 * frame.h (frame_unwind_register): Declare.
4706 (frame_read_register): Declare.
4707
4708 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
4709 and frame_unwind_register instead of read_memory, write_register
4710 and deprecated_write_register_bytes.
4711
4712 2003-02-02 Andrew Cagney <ac131313@redhat.com>
4713
4714 * frame.h: Note that namelen can be negative.
4715 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
4716 NAME's length.
4717
4718 * NEWS: Mention that the d10v's `regs' command is deprecated.
4719 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
4720 (d10v_print_registers_info): New function.
4721 (show_regs): Call d10v_print_registers_info.
4722 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
4723
4724 2003-02-02 Mark Kettenis <kettenis@gnu.org>
4725
4726 * stack.c (print_frame_info): Restore call to annotate_frame_begin
4727 lost in the previous patch.
4728
4729 2003-02-01 Andrew Cagney <ac131313@redhat.com>
4730
4731 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
4732 * stack.c (print_frame_info_base): Output complete FRAME tuple
4733 for synthesized frames.
4734
4735 2003-02-02 Andrew Cagney <ac131313@redhat.com>
4736
4737 * mips-nat.c (zerobuf): Delete.
4738 (fetch_inferior_registers): Alloc local zerobuf.
4739 (fetch_core_registers): Alloc local zerobuf.
4740 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
4741 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
4742 * thread-db.c (thread_db_store_registers): Ditto.
4743 * sh-tdep.c (sh_do_register): Ditto.
4744 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4745 * remote-sim.c (gdbsim_store_register): Ditto.
4746 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4747 * remote-e7000.c (fetch_regs_from_dump): Ditto.
4748 * monitor.c (monitor_supply_register): Ditto.
4749 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
4750 * mips-nat.c (fetch_inferior_registers): Ditto.
4751 * m68klinux-nat.c (fetch_register): Ditto.
4752 * lynx-nat.c (fetch_inferior_registers): Ditto.
4753 (fetch_inferior_registers): Ditto.
4754 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
4755 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4756 (hpux_thread_store_registers): Ditto.
4757 * hppah-nat.c (fetch_register): Ditto.
4758 * hppab-nat.c (fetch_register): Ditto.
4759 * hppa-tdep.c (pa_register_look_aside): Ditto.
4760 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
4761 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
4762
4763 2003-02-01 Andrew Cagney <ac131313@redhat.com>
4764
4765 * gdbarch.sh: Explictly specify all method levels. When a
4766 variable with an empty level, provide a non-multi-arch default.
4767 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
4768 * gdbarch.h: Re-generate.
4769 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
4770 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
4771
4772 2003-02-01 Andrew Cagney <ac131313@redhat.com>
4773
4774 * defs.h (host_pointer_to_address): Delete declaration.
4775 (address_to_host_pointer): Delete declaration.
4776 * utils.c (host_pointer_to_address): Delete function.
4777 (address_to_host_pointer): Delete function.
4778 * procfs.c (procfs_address_to_host_pointer): New function.
4779 * procfs.c (proc_set_watchpoint): Use.
4780 (procfs_can_use_hw_breakpoint): Update comments.
4781 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
4782 (som_solib_add): Use.
4783 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
4784 * hppa-tdep.c (unwind_command): Use.
4785
4786 2003-02-01 Andrew Cagney <ac131313@redhat.com>
4787
4788 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
4789 strlen d_name.
4790
4791 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
4792 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
4793 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
4794 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
4795 (define_symbol): Update.
4796 * symfile.c (generic_load): Remove references to nindy.
4797 * symtab.c: Remove references to nindy.
4798
4799 2003-02-01 Andrew Cagney <ac131313@redhat.com>
4800
4801 * infcmd.c (print_float_info): Delete code conditional on
4802 FLOAT_INFO.
4803 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
4804 * config/m68k/nm-apollo68b.h: Ditto.
4805 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
4806 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
4807 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
4808
4809 2003-02-01 Mark Kettenis <kettenis@gnu.org>
4810
4811 * config/i386/tm-i386os9k.h: Removed.
4812
4813 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
4814 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
4815 they're identical to i[3456]86-*-sysv* now.
4816 * config/i386/i386v32.mh: Removed.
4817 * config/i386/xm-i386v32.h: Removed.
4818 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
4819
4820 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
4821
4822 * config/i386/i386dgux.mh: Removed.
4823 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
4824
4825 * configure.in: Fix typo.
4826 * configure: Regenerated.
4827
4828 2003-01-31 David Carlton <carlton@math.stanford.edu>
4829
4830 * dwarf2read.c (dwarf2_locate_sections): Set
4831 dwarf_ranges_section.
4832
4833 2003-01-31 Andrew Cagney <ac131313@redhat.com>
4834
4835 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
4836 * utils.c: Update comments documenting legitimate uses of PTR.
4837
4838 * utils.c: Re-indent.
4839
4840 * config/djgpp/fnchange.lst: Delete nindy files.
4841 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
4842 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
4843 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
4844 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
4845 * nindy-share/README, nindy-share/Onindy.c: Delete files.
4846 * nindy-tdep.c, nindy-share/Makefile: Delete files.
4847 * Makefile.in (init.c): Remove nindy references.
4848 (saber_gdb): Delete rule.
4849 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
4850 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
4851 and a68v-nat.c.
4852 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
4853 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
4854 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
4855 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
4856 nindy-share/stop.h.
4857 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
4858 * saber.suppress: Delete file.
4859
4860 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
4861
4862 * dbxread.c (stabs_data): New static variable.
4863 (fill_symbuf): Support an in-memory buffer for stabs data.
4864 (stabs_seek): New function.
4865 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
4866 (read_ofile_symtab): Use stabs_seek.
4867 (elfstab_build_psymtabs): Take an asection* instead of
4868 an offset and size. Relocate the stabs data if necessary.
4869 Save the section* for dbx_psymtab_to_symtab.
4870 * dwarf2read.c: Add section variables for each debug section.
4871 (dwarf2_locate_sections): Fill them in.
4872 (dwarf2_read_section): Take an asection* argument.
4873 Relocate the section contents if necessary.
4874 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
4875 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
4876 it to dwarf2_read_section.
4877 (dwarf2_build_frame_info): Update callers.
4878 * elfread.c (elf_symfile_read): Update call to
4879 elfstab_build_psymtabs.
4880 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
4881 (DBX_STAB_SECTION): New macro.
4882 * stabsread.h (elfstab_build_psymtabs): Update prototype.
4883 * symfile.c (symfile_dummy_outputs): New function.
4884 (symfile_relocate_debug_section): New function.
4885 * symfile.h (symfile_relocate_debug_section): Add prototype.
4886
4887 2003-01-31 Richard Henderson <rth@redhat.com>
4888
4889 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
4890 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
4891 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
4892 * alpha-tdep.c (alpha_register_name): Add "unique".
4893 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
4894 (ALPHA_UNIQUE_REGNUM): New.
4895 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
4896
4897 2003-01-31 Andrew Cagney <ac131313@redhat.com>
4898
4899 * README: Remove reference to Ericsson 1800 monitor.
4900 * Makefile.in (remote-es.o): Delete rule.
4901 (ALLDEPFILES): Delete remote-es.c.
4902 * remote-es.c: Delete file.
4903 * config/m68k/es1800.mt: Delete file.
4904 * config/djgpp/fnchange.lst: Update.
4905 * configure.tgt: Delete m68*-ericsson-* target.
4906
4907 2003-01-31 Adam Fedor <fedor@gnu.org>
4908
4909 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
4910 Remove duplicate/shadowing variable of same name.
4911
4912 2003-01-30 Jim Blandy <jimb@redhat.com>
4913
4914 * symfile.c (find_separate_debug_file): Assert that the objfile's
4915 directory name we compute ends with a slash, and then assume that
4916 that's so everywhere we use it.
4917
4918 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
4919
4920 * valops.c (value_assign): Flush frame cache after stores to memory
4921 also.
4922
4923 2003-01-30 Andrew Cagney <ac131313@redhat.com>
4924
4925 * Makefile.in (mon960-rom.o): Delete rule.
4926 * mon960-rom.c: Delete file.
4927
4928 2003-01-30 Andrew Cagney <ac131313@redhat.com>
4929
4930 * d10v-tdep.c: Include "frame-unwind.h".
4931 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
4932 list.
4933 (next_addr, uses_frame): Delete.
4934 (struct d10v_unwind_cache): Define.
4935 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
4936 Use info instead of next_addr and uses_frame globals.
4937 (d10v_frame_init_saved_regs): Delete function.
4938 (d10v_init_extra_frame_info): Delete function.
4939 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
4940 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
4941 init_frame_pc or frame_saved_pc.
4942 (d10v_pop_frame): Delete function.
4943 (do_d10v_pop_frame): Delete function.
4944 (d10v_frame_chain): Delete function.
4945 (d10v_frame_chain_valid): Delete function.
4946 (d10v_frame_pc_unwind): New function.
4947 (d10v_frame_id_unwind): New function.
4948 (saved_regs_unwinder): New function.
4949 (d10v_frame_register_unwind): New function.
4950 (d10v_frame_pop): New function.
4951 (d10v_frame_unwind): New variable.
4952 (d10v_frame_p): New function.
4953 (d10v_frame_saved_pc): Delete function.
4954 * Makefile.in (d10v-tdep.o): Update dependencies.
4955
4956 2003-01-30 J. Brobecker <brobecker@gnat.com>
4957
4958 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
4959 causing some regressions due to a change in the default value
4960 for this macro.
4961
4962 2003-01-29 Richard Henderson <rth@redhat.com>
4963 Elena Zannoni <ezannoni@redhat.com>
4964 Daniel Jacobowitz <drow@mvista.com>
4965
4966 Fix PR gdb/961.
4967 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
4968 variables.
4969 (RANGES_SECTION): New.
4970 (dwarf_ranges_buffer): New variable.
4971 (struct comp_unit_head): Add member "die".
4972 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
4973 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
4974 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
4975 (dwarf2_locate_sections): Likewise.
4976 (dwarf2_build_psymtabs): Read .debug_ranges.
4977 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
4978 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
4979 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
4980 Look for DW_AT_ranges and return the bounding box.
4981
4982 2003-01-29 Brian Ford <ford@vss.fsi.com>
4983
4984 * win32-nat.c (cygwin_pid): Removed as unused.
4985 (child_attach): Try fall back to Cygwin pid.
4986
4987 2003-01-29 Jim Blandy <jimb@redhat.com>
4988
4989 * objfiles.h (struct objfile): Doc fix.
4990
4991 2003-01-29 Andrew Cagney <ac131313@redhat.com>
4992
4993 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
4994 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
4995 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
4996 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
4997 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
4998 (FRAME_SAVED_PC): Change to a function with predicate.
4999 * gdbarch.h, gdbarch.c: Re-generate.
5000
5001 2003-01-28 Andrew Cagney <ac131313@redhat.com>
5002
5003 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
5004
5005 * complaints.c (complain): Delete function.
5006 * complaints.h (struct deprecated_complaint): Delete definition.
5007 (complain): Delete declaration.
5008
5009 2003-01-28 Kevin Buettner <kevinb@redhat.com>
5010
5011 * mips-tdep.c (mips_init_extra_frame_info): Return early for
5012 dummy frames.
5013
5014 2003-01-27 Andrew Cagney <ac131313@redhat.com>
5015
5016 * sentinel-frame.h, sentinel-frame.c: New files.
5017 * Makefile.in (frame.o): Update dependencies.
5018 (SFILES): Add sentinel-frame.c.
5019 (sentinel_frame_h): Define.
5020 (COMMON_OBS): Add sentinel-frame.o.
5021 (sentinel-frame.o): Specify dependencies.
5022 * frame.c: Include "sentinel-frame.h".
5023 (frame_register_unwind): Rewrite assuming that there is always a a
5024 ->next frame.
5025 (frame_register, generic_unwind_get_saved_register): Ditto.
5026 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
5027 (create_sentinel_frame, unwind_to_current_frame): New functions.
5028 (get_current_frame): Rewrite using create_sentinel_frame and
5029 unwind_to_current_frame. When possible, always create a frame.
5030 (create_new_frame): Set next to the sentinel frame.
5031 (get_next_frame): Rewrite. Don't go below the level 0 frame.
5032 (deprecated_update_frame_pc_hack): Update the next frame's PC and
5033 ID cache when necessary.
5034 (frame_saved_regs_id_unwind): Use frame_relative_level.
5035 (deprecated_generic_get_saved_register): Use frame_relative_level,
5036 get_frame_saved_regs, get_frame_pc, get_frame_base and
5037 get_next_frame.
5038 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
5039 frame_register.
5040
5041 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
5042
5043 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
5044
5045 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
5046
5047 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
5048 (maintenance_set_profile_cmd): Use error () instead of warning ().
5049
5050 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
5051
5052 * configure.in: Check that -pg works if using --enable-profiling.
5053 Check for monstartup and _mcleanup regardless of --enable-profiling.
5054 * maint.c: Check for monstartup and _mcleanup before using them.
5055 * config.in: Regenerated.
5056 * configure: Regenerated.
5057
5058 2003-01-24 Nick Clifton <nickc@redhat.com>
5059
5060 * Add sh2e support:
5061
5062 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
5063
5064 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
5065 (sh2e_show_regs): New.
5066 (sh_gdbarch_init): Handle bfd_mach_sh2e.
5067 * config/sh/tm-sh.h: Added sh2e to comments.
5068
5069 2003-01-23 Jim Blandy <jimb@redhat.com>
5070
5071 * symfile.c (syms_from_objfile): Don't print the "(no debugging
5072 symbols found)" message here; we haven't checked for a separate
5073 debug info file yet, so we don't know yet.
5074 (symbol_file_add_with_addrs_or_offsets): Print it here, after
5075 we've looked everywhere. Also, there's no need to print a special
5076 message when we're loading the separate debug info file: the one
5077 symbol_file_add prints is fine.
5078
5079 2003-01-23 Alexander Larsson <alexl@redhat.com>
5080 Jim Blandy <jimb@redhat.com>
5081
5082 Add support for executables whose debug info has been separated
5083 out into a separate file, leaving only a link behind.
5084 * objfiles.h (struct objfile): New fields: separate_debug_objfile
5085 and separate_debug_objfile_backlink.
5086 (put_objfile_before): New declaration.
5087 * symfile.c: #include "filenames.h".
5088 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
5089 debug info in a separate file, read that, too. Save the addrs
5090 argument, so we can use it again to read the separated debug info;
5091 syms_from_objfile modifies the table we pass it.
5092 (reread_symbols): After re-reading an objfile, call
5093 reread_separate_symbols to refresh its separate debug info
5094 objfile, if it has one.
5095 (reread_separate_symbols, find_separate_debug_file,
5096 get_debug_link_info, separate_debug_file_exists): New functions.
5097 (debug_file_directory): New global var.
5098 (_initialize_symfile): Initialize debug_file_directory, and
5099 provide the new `set debug-file-directory' command to let the user
5100 change it.
5101 * objfiles.c (free_objfile): If this objfile has its debug info in
5102 a separate objfile, free that one too. If this is itself a
5103 separate debug info objfile, clear our parent's backlink.
5104 (put_objfile_before): New function.
5105 * utils.c (gnu_debuglink_crc32): New function.
5106 * defs.h (gnu_debuglink_crc32): New declaration.
5107 * Makefile.in (symfile.o): Note dependency on "filenames.h".
5108 * configure.in: Handle --with-separate-debug-dir config option.
5109 * acinclude.m4 (AC_DEFINE_DIR): New macro.
5110 * acconfig.h (DEBUGDIR): New macro.
5111 * configure, aclocal.m4, config.in: Regenerated.
5112
5113 2003-01-22 Jim Blandy <jimb@redhat.com>
5114
5115 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
5116 like the old symbol_file_add, but taking new arguments: you can
5117 now pass in either a `struct section_addr_info' list to say where
5118 each section is loaded, or a `struct section_offsets' table. Pass
5119 these new arguments through to syms_from_objfile as appropriate.
5120 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
5121 with the appropriate quiescent values for the new arguments.
5122
5123 * symfile.c: #include "gdb_assert.h".
5124 (syms_from_objfile): Add the ability to pass in a section offset
5125 table directly, as an alternative to the section_addr_info table.
5126 Document arguments better.
5127 (symbol_file_add): Pass extra arguments to syms_from_objfile.
5128 * symfile.h (syms_from_objfile): Update declaration.
5129 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
5130 syms_from_objfile.
5131 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
5132
5133 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
5134
5135 Original patch by Tom Tromey <tromey@cygnus.com> and
5136 Jason Molenda <jmolenda@apple.com>.
5137 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
5138 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
5139 * NEWS: Mention profiling.
5140 * configure.in (--enable-gdbtk): Fix typo.
5141 (--enable-profiling): New. Set PROFILE_CFLAGS.
5142 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
5143 Fill in function.
5144 (profiling_state): New variable.
5145 (mcleanup_wrapper): New function.
5146 (_initialize_maint): Remove NOTYET, fix call to
5147 add_setshow_boolean_cmd for "maint set profile".
5148 * configure: Regenerated.
5149
5150 2003-01-21 Martin M. Hunt <hunt@redhat.com>
5151
5152 * Makefile.in (install-gdbtk): Install PNG images too.
5153
5154 2003-01-21 Andrew Cagney <ac131313@redhat.com>
5155
5156 * exec.c (text_start): Delete global variable.
5157 (exec_file_attach): Make text_start local to the function.
5158 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
5159 * valops.c (hand_function_call): Delete code that handles
5160 BEFORE_TEXT_END and AFTER_TEXT_END.
5161 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
5162 of CALL_DUMMY_LOCATION.
5163 * gdbarch.c: Regenerate.
5164 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
5165 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
5166 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
5167 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
5168 (text_end): Delete extern declaration.
5169
5170 2003-01-21 Andrew Cagney <ac131313@redhat.com>
5171
5172 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
5173 * blockframe.c (backtrace_below_main): Move to "frame.c".
5174 (frame_chain_valid): Delete check for backtrace_below_main.
5175 (_initialize_blockframe): Delete initialization, move ``set
5176 backtrace-below-main'' command to "frame.c".
5177 (do_flush_frames_sfunc): Delete function.
5178 * frame.c: Include "command.h" and "gdbcmd.h".
5179 (frame_type_from_pc): New function.
5180 (create_new_frame): Use frame_type_from_pc.
5181 (legacy_get_prev_frame): New function.
5182 (get_prev_frame): Rewrite. When an old style frame, call
5183 legacy_get_prev_frame. Otherwize, unwind the PC first.
5184 (_initialize_frame): Add ``set backtrace-below-main'' command.
5185 * Makefile.in (frame.o): Update dependencies.
5186
5187 2003-01-19 Andrew Cagney <ac131313@redhat.com>
5188
5189 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
5190 DEPRECATED_REGISTERS_INFO.
5191
5192 2003-01-19 Andrew Cagney <ac131313@redhat.com>
5193
5194 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
5195 Maintainers'. Update `Various Maintainers'.
5196
5197 2003-01-19 Andrew Cagney <ac131313@redhat.com>
5198
5199 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
5200 * gdbarch.sh (POP_FRAME): Change to function with predicate.
5201 Suppress actual parameters when `-'.
5202 * gdbarch.h, gdbarch.c: Regenerate.
5203
5204 2003-01-19 Andrew Cagney <ac131313@redhat.com>
5205
5206 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
5207 code handling dummy frames.
5208
5209 2003-01-19 Andrew Cagney <ac131313@redhat.com>
5210
5211 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
5212 (struct frame_unwind): Add field pop.
5213 * frame.h (frame_pop): Declare.
5214 * frame.c (frame_saved_regs_pop): New function.
5215 (trad_frame_unwinder): Add frame_saved_regs_pop.
5216 (frame_pop): New function.
5217 * dummy-frame.c (dummy_frame_pop): New function.
5218 (discard_innermost_dummy): New function.
5219 (generic_pop_dummy_frame): Use discard_innermost_dummy.
5220 (dummy_frame_unwind): Add dummy_frame_pop.
5221 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
5222 * valops.c (hand_function_call): Ditto.
5223 * stack.c (return_command): Ditto.
5224
5225 2003-01-18 Andrew Cagney <ac131313@redhat.com>
5226
5227 * cris-tdep.c: Fix function declaration indentation.
5228 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
5229 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
5230 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
5231 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
5232 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
5233 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
5234
5235 2003-01-18 Michael Chastain <mec@shout.net>
5236
5237 * README (Unpacking and Installation -- quick overview):
5238 Warn against ".../gdb-5.3/gdb/configure".
5239
5240 2003-01-18 Andrew Cagney <ac131313@redhat.com>
5241
5242 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
5243 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
5244 (struct frame_unwind): Declare opaque.
5245 (dummy_frame_p): Declare function.
5246 * dummy-frame.c (dummy_frame_id_unwind): Make static.
5247 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
5248 * dummy-frame.c: Include "frame-unwind.h".
5249 (dummy_frame_p): New function.
5250 (dummy_frame_unwind): New variable.
5251 * frame.c: Include "frame-unwind.h".
5252 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
5253 to use the new unwind field.
5254 (set_unwind_by_pc): Delete function.
5255 (create_new_frame, get_prev_frame): Set unwind field using
5256 frame_unwind_find_by_pc.
5257 (trad_frame_unwind, trad_frame_unwinder): New variables.
5258 * frame.h (trad_frame_unwind): Declare variable.
5259 (frame_id_unwind_ftype): Delete declaration.
5260 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
5261 (struct frame_unwind): Declare opaque.
5262 (struct frame_info): Replace the fields id_unwind, pc_unwind and
5263 register_unwind with a single unwind pointer.
5264 * frame-unwind.h, frame-unwind.c: New files.
5265 * Makefile.in (SFILES): Add frame-unwind.c.
5266 (frame_unwind_h): Define.
5267 (COMMON_OBS): Add frame-unwind.o.
5268 (frame-unwind.o): Specify dependencies.
5269 (frame.o, dummy-frame.o): Update dependencies.
5270
5271 2003-01-18 Andrew Cagney <ac131313@redhat.com>
5272
5273 * ada-valprint.c: Eliminate PTR.
5274 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
5275 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
5276 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
5277 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
5278 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
5279 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
5280 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
5281
5282 2003-01-17 Andrew Cagney <ac131313@redhat.com>
5283
5284 * main.c (captured_main): Don't use PTR.
5285 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
5286 * gdbtypes.c (lookup_primitive_typename): Ditto.
5287 (lookup_struct_elt_type): Ditto.
5288 * f-valprint.c (info_common_command): Ditto.
5289 (list_all_visible_commons): Ditto.
5290 * jv-typeprint.c (java_type_print_base): Ditto.
5291
5292 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
5293 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
5294 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
5295 i386-interix-nat.c and i386-interix-tdep.c. Rename
5296 m68klinux-nat.c and m68klinux-tdep.c. Rename
5297 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
5298 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
5299 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
5300 * main.c (captured_main): Use xfree, not free.
5301
5302 2003-01-16 Andrew Cagney <ac131313@redhat.com>
5303
5304 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
5305 ID back using a parameter.
5306 * frame.c (frame_id_unwind): Update call.
5307 (frame_saved_regs_id_unwind): Update.
5308 * dummy-frame.c (dummy_frame_id_unwind): Update function.
5309 * dummy-frame.h (struct frame_id): Add opaque declaration.
5310 (dummy_frame_id_unwind): Update declaration.
5311
5312 2003-01-15 Andrew Cagney <ac131313@redhat.com>
5313
5314 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
5315
5316 2003-01-15 Stephen P. Smith <ischis2@cox.net>
5317
5318 * MAINTAINERS (Stephen P. Smith): Updated email address.
5319
5320 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
5321
5322 Fix PR gdb/898
5323 * breakpoint.c (until_break_command): Add new argument. Use it to
5324 decide whether to stop only at the current frame or not.
5325 * breakpoint.h (until_break_command): Update prototype.
5326 * infcmd.c (until_command): Add new argument to until_break_command
5327 call.
5328 (advance_command): New function.
5329 (_initialize_infcmd): Update help string for 'until' command.
5330 Add new 'advance' command.
5331
5332 2003-01-14 David Carlton <carlton@math.stanford.edu>
5333
5334 * linespec.c (decode_line_1): Normalize comments.
5335 (set_flags): Ditto.
5336 (locate_first_half): Ditto.
5337 (decode_compound): Ditto.
5338 (symtab_from_filename): Ditto.
5339 (decode_all_digits): Ditto.
5340 (decode_dollar): Ditto.
5341 (find_methods): Ditto.
5342 (find_toplevel_char): Ditto.
5343
5344 2003-01-13 Andrew Cagney <ac131313@redhat.com>
5345
5346 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
5347 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
5348 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
5349 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
5350 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
5351 * language.c, language.h, m32r-tdep.c: Update copyright.
5352 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
5353 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
5354 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
5355 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
5356 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
5357 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
5358
5359 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
5360
5361 * stabsread.h (process_later, resolve_cfront_continuation):
5362 Obsolete.
5363 Update copyright years.
5364 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
5365 Update copyright year.
5366 * dbxread.c(struct cont_elem): Obsolete.
5367 (process_later, process_now): Obsolete functions.
5368 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
5369 Update copyright year.
5370 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
5371 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
5372 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
5373 (parse_partial_symbols): Obsolete cfront support.
5374 * stabsread.c
5375 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
5376 macros.
5377 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
5378 read_cfront_baseclasses, read_cfront_member_functions,
5379 resolve_cfront_continuation,read_cfront_static_fields,
5380 copy_cfront_struct_fields): Obsolete functions.
5381 (define_symbol, read_one_struct_field): Obsolete cfront support.
5382 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
5383 Update Copyright year.
5384
5385 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
5386
5387 * stack.c (print_frame_info, print_stack_frame_base_stub,
5388 print_stack_frame_base, show_and_print_stack_frame_stub,
5389 show_and_print_stack_frame, print_only_stack_frame_stub,
5390 print_only_stack_frame): Delete functions.
5391 (print_stack_frame_stub): Call print_frame_info instead of
5392 print_frame_info_base.
5393 (print_frame_info_base): Rename to print_frame_info.
5394 (backtrace_command_1): Call print_frame_info, instead of
5395 print_frame_info_base.
5396 (current_frame_command): Call print_stack_frame, instead of
5397 print_only_stack_frame.
5398 (frame_command): Call print_stack_frame, instead of
5399 show_and_print_stack_frame.
5400 (up_command): Ditto.
5401 (down_command): Ditto.
5402 * frame.h (print_only_stack_frame): Delete prototype.
5403 * infrun.c (normal_stop): Call print_stack_frame, instead of
5404 show_and_print_stack_frame.
5405 * thread.c (info_threads_command): Call print_stack_frame, instead
5406 of print_only_stack_frame.
5407
5408 2003-01-13 Andrew Cagney <ac131313@redhat.com>
5409
5410 * README (Graphical interface to GDB): Update URL. Point at
5411 gdb/links/.
5412
5413 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
5414 version match.
5415
5416 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
5417
5418 * symtab.c (find_pc_sect_line): Don't consider end-of-function
5419 lines.
5420
5421 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
5422
5423 * thread-db.c (attach_thread): Prototype.
5424 (struct private_thread_info): Remove lwpid. Add thread handle (th),
5425 thread information (ti), and valid flags (th_valid, ti_valid).
5426 (attach_thread): Move target_pid_to_str call to after the thread
5427 is added to GDB's list. Initialize the cache.
5428 (thread_get_info_callback, thread_db_map_id2thr)
5429 (thread_db_get_info): New functions.
5430 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
5431 (thread_db_store_registers, thread_db_thread_alive)
5432 (thread_db_get_thread_local_address): Use them.
5433 (thread_db_pid_to_str): Likewise. Return "Missing" instead
5434 of calling error() for threads in unknown state.
5435
5436 (clear_lwpid_callback): New function.
5437 (thread_db_resume): Use it to clear the cache.
5438
5439 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
5440
5441 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
5442 (resume_callback): Remove dead code.
5443
5444 2003-01-13 Andrew Cagney <ac131313@redhat.com>
5445
5446 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
5447 predicate.
5448 * gdbarch.h, gdbarch.c: Regenerate.
5449 * stack.c (frame_info): Only initialize the saved registers when
5450 FRAME_INIT_SAVED_REGS_P.
5451 * frame.c (frame_saved_regs_register_unwind): Assert
5452 FRAME_INIT_SAVED_REGS_P.
5453 (deprecated_generic_get_saved_register): Ditto.
5454
5455 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
5456
5457 * source.c (openp): Squelch warning about "filename".
5458
5459 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
5460
5461 * source.c (openp): If the file does not exist don't necessarily
5462 search the path.
5463
5464 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
5465
5466 Fix PR gdb/872.
5467 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
5468 (integer_types_same_name_p): New function.
5469 (rank_one_type): Use it.
5470 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
5471
5472 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
5473
5474 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
5475 variables.
5476 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
5477 * configure.in: Add --with-sysroot.
5478 * configure: Regenerated.
5479 * main.c (gdb_sysroot): New variable.
5480 (captured_main): Initialize gdb_sysroot.
5481 * defs.h (gdb_sysroot): New extern declaration.
5482 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
5483
5484 2003-01-12 Michael Chastain <mec@shout.net>
5485
5486 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
5487
5488 2003-01-12 Michael Chastain <mec@shout.net>
5489
5490 * top.c (print_gdb_version): Bump copyright year to 2003.
5491
5492 2003-01-12 David Carlton <carlton@bactrian.org>
5493
5494 * linespec.c (symtab_from_filename): Rename variable 's' to
5495 'file_symtab'.
5496
5497 2003-01-12 Andrew Cagney <ac131313@redhat.com>
5498
5499 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
5500 dummy frame.
5501 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
5502
5503 2003-01-12 Andrew Cagney <ac131313@redhat.com>
5504
5505 * d10v-tdep.c: Include "gdb_assert.h".
5506 (d10v_store_return_value): Rewrite to match current interface.
5507 (d10v_extract_struct_value_address): Ditto.
5508 (d10v_extract_return_value): Ditto.
5509 (d10v_gdbarch_init): Set store_restore_value,
5510 extract_struct_value_address and extract_return_value.
5511
5512 2003-01-12 J. Brobecker <brobecker@gnat.com>
5513
5514 * hpread.c (set_namestring): New procedure replacing the
5515 SET_NAMESTRING macro.
5516 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
5517 by calls to set_namestring.
5518
5519 2003-01-11 J. Brobecker <brobecker@gnat.com>
5520
5521 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
5522 a compilation warning.
5523 (hpread_process_one_debug_symbol): Likewise.
5524
5525 2003-01-10 David Carlton <carlton@math.stanford.edu>
5526
5527 * linespec.c (decode_line_1): Rename variable 's' to
5528 'file_symtab'.
5529 (decode_all_digits): Rename argument 's' to 'file_symtab'.
5530 (decode_dollar): Ditto.
5531 (decode_variable): Ditto.
5532 (symbol_found): Ditto.
5533
5534 2003-01-09 Michael Chastain <mec@shout.net>
5535
5536 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
5537
5538 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
5539
5540 * win32-nat.c (set_process_privilege): New function.
5541 (child_attach): Call set_process_privilege() to enable the
5542 SE_DEBUG_NAME user privilege if available in process token.
5543
5544 2003-01-10 J. Brobecker <brobecker@gnat.com>
5545
5546 * hpread.c (hpread_process_one_debug_symbol): Fix a small
5547 compilation error in the previous revision.
5548
5549 2003-01-09 David Carlton <carlton@math.stanford.edu>
5550
5551 * linespec.c: Update copyright.
5552
5553 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
5554
5555 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
5556 than inferior_ptid.
5557 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
5558
5559 2003-01-09 Andrew Cagney <ac131313@redhat.com>
5560
5561 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
5562 Update comments.
5563 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
5564 (frame_saved_regs_zalloc): Update.
5565 (frame_saved_regs_register_unwind): Update.
5566 (create_new_frame): Update.
5567 (get_prev_frame): Update.
5568 (frame_extra_info_zalloc): Update.
5569 (deprecated_get_frame_saved_regs): Update.
5570 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
5571 * cris-tdep.c: Update comment.
5572
5573 * somsolib.h: Fix function indentation.
5574 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
5575 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
5576 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
5577 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
5578 * somsolib.c, inftarg.c: Remove assignment in if conditional.
5579
5580 * infrun.c (follow_fork): Use ISO C definition.
5581 * expprint.c (print_subexp): Use xfree instead of free.
5582 * charset.c: Include "gdb_string.h" instead of <string.h>.
5583 (register_iconv_charsets): Use ISO C definition.
5584 (host_charset, target_charset): Ditto.
5585 * Makefile.in (charset.o): Update dependencies.
5586 (mi-cmd-env.o): Update dependencies.
5587
5588 2003-01-08 Andrew Cagney <cagney@redhat.com>
5589
5590 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
5591 get_frame_base.
5592
5593 2003-01-08 Andrew Cagney <ac131313@redhat.com>
5594
5595 * gdb_mbuild.sh: Add --keep option. When specified, keep the
5596 build directories. Save edited gdb output in Mbuild.log. If a
5597 build fails, remove any final GDB executable.
5598
5599 2003-01-08 Andrew Cagney <ac131313@redhat.com>
5600
5601 * gdb_mbuild.sh: Edit the output of `maint print architecture'
5602 replacing hex constants with function names and stripping leading
5603 file name directory prefixes.
5604
5605 2003-01-08 Andrew Cagney <cagney@redhat.com>
5606
5607 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
5608 get_frame_base.
5609
5610 2003-01-08 David Carlton <carlton@math.stanford.edu>
5611
5612 * linespec.c (decode_line_1): Move code into decode_variable.
5613 (decode_variable): New function.
5614
5615 2003-01-08 Andrew Cagney <ac131313@redhat.com>
5616
5617 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
5618
5619 2003-01-08 Andrew Cagney <cagney@redhat.com>
5620
5621 * cris-tdep.c (cris_frame_init_saved_regs): Use
5622 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
5623 saved_regs buffer.
5624 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
5625 (sh64_nofp_frame_init_saved_regs): Ditto.
5626 (sh_fp_frame_init_saved_regs): Ditto.
5627 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
5628 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
5629 * mcore-tdep.c (analyze_dummy_frame): Ditto.
5630 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
5631
5632 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
5633
5634 * minsyms.c (lookup_minimal_symbol): Update comment.
5635 (lookup_minimal_symbol_text): Update comment. Use the hash table.
5636 (lookup_minimal_symbol_solib_trampoline): Likewise.
5637
5638 2003-01-08 Andrew Cagney <cagney@redhat.com>
5639
5640 * d10v-tdep.c (d10v_init_extra_frame_info): Use
5641 frame_relative_level.
5642
5643 * alpha-tdep.c: Use get_frame_extra_info.
5644 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5645 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
5646 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
5647 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
5648
5649 * alpha-tdep.c: Use get_next_frame.
5650 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5651 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
5652 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
5653 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
5654 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
5655 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
5656 * xstormy16-tdep.c: Ditto.
5657
5658 2003-01-07 Andrew Cagney <cagney@redhat.com>
5659
5660 * alpha-tdep.c: Use get_frame_base.
5661 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5662 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
5663 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
5664 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
5665 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
5666 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
5667 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
5668 * config/sparc/tm-sparc.h: Ditto.
5669
5670 2003-01-07 Andrew Cagney <cagney@redhat.com>
5671
5672 * frame.c (deprecated_get_frame_context): New function.
5673 (deprecated_set_frame_context): New function.
5674 * frame.h (deprecated_get_frame_context): Declare.
5675 (deprecated_set_frame_context): Declare.
5676 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
5677 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
5678
5679 2003-01-07 Andrew Cagney <cagney@redhat.com>
5680
5681 * frame.c (deprecated_set_frame_next_hack): New function.
5682 (deprecated_set_frame_prev_hack): New function.
5683 * frame.h (deprecated_set_frame_next_hack): Declare.
5684 (deprecated_set_frame_prev_hack): Declare.
5685 * mcore-tdep.c (analyze_dummy_frame): Use
5686 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
5687 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
5688
5689 2003-01-07 David Carlton <carlton@math.stanford.edu>
5690
5691 * linespec.c (decode_line_1): Move code into decode_dollar.
5692 (decode_dollar): New function.
5693
5694 2003-01-07 Andrew Cagney <cagney@redhat.com>
5695
5696 * arm-tdep.c (arm_init_extra_frame_info): Use
5697 deprecated_update_frame_base_hack.
5698 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
5699 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
5700 (fix_frame_pointer): Ditto.
5701 (mn10300_analyze_prologue): Ditto.
5702
5703 2003-01-07 Andrew Cagney <cagney@redhat.com>
5704
5705 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
5706 extra_info using frame_extra_info_zalloc.
5707 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5708 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
5709 (sh64_init_extra_frame_info): Ditto.
5710 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
5711 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
5712 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
5713 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
5714 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
5715 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
5716 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
5717 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
5718 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
5719 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
5720 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5721 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
5722
5723 * mn10300-tdep.c (analyze_dummy_frame): Use
5724 deprecated_set_frame_extra_info_hack.
5725 * mcore-tdep.c (analyze_dummy_frame): Ditto.
5726
5727 2003-01-07 J. Brobecker <brobecker@gnat.com>
5728
5729 * mdebugread.c (parse_symbol): Skip stProc entries which storage
5730 class is not scText. These do not define "real" procedures.
5731 (parse_partial_symbols): Likewise.
5732
5733 2003-01-06 Michael Snyder <msnyder@redhat.com>
5734
5735 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
5736
5737 2003-01-06 Andrew Cagney <ac131313@redhat.com>
5738
5739 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
5740 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
5741 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
5742 deprecated_frame_xmalloc_with_cleanup.
5743 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
5744 deprecated_frame_xmalloc.
5745 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
5746 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
5747
5748 2003-01-06 Andrew Cagney <cagney@redhat.com>
5749
5750 * x86-64-linux-tdep.c: Include "osabi.h".
5751 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
5752
5753 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
5754
5755 2003-01-06 Andrew Cagney <cagney@redhat.com>
5756
5757 * MAINTAINERS (Target Instruction Set Architectures): Update
5758 arm-elf. Can be built with -Werror, has been multiarched.
5759
5760 * value.h (unpack_long): Make buffer parameter constant.
5761 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
5762 * scm-lang.h (scm_parse): Ditto.
5763 * defs.h (extract_typed_address, extract_address): Ditto.
5764 (extract_long_unsigned_integer): Ditto.
5765 * inferior.h (unsigned_pointer_to_address): Ditto.
5766 (signed_pointer_to_address): Ditto.
5767 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
5768 * gdbarch.h, gdbarch.c: Regenerate.
5769 * findvar.c (extract_long_unsigned_integer): Update.
5770 (extract_address): Update.
5771 (extract_typed_address): Update.
5772 (unsigned_pointer_to_address): Update.
5773 * values.c (unpack_long): Update.
5774 (unpack_double): Update.
5775 (unpack_pointer): Update.
5776 (unpack_field_as_long): Update.
5777 * d10v-tdep.c (d10v_pointer_to_address): Update.
5778 * avr-tdep.c (avr_pointer_to_address): Update.
5779 * scm-lang.c (scm_unpack): Update.
5780 * findvar.c (signed_pointer_to_address): Update.
5781
5782 2003-01-06 Michal Ludvig <mludvig@suse.cz>
5783
5784 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
5785 since it is in i386-tdep.c.
5786
5787 2003-01-06 J. Brobecker <brobecker@gnat.com>
5788
5789 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
5790 failure introduced in the previous change.
5791
5792 2003-01-05 Michael Chastain <mec@shout.net>
5793
5794 * README: Remove references to deleted remote-*.c files:
5795 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
5796 remote-nrom.c, remote-os9k.c, remote-udi.c.
5797
5798 2003-01-05 Mark Kettenis <kettenis@gnu.org>
5799
5800 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
5801 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
5802 i386_get_longjmp_target.
5803
5804 2003-01-05 Andrew Cagney <ac131313@redhat.com>
5805
5806 * arm-tdep.c (prologue_cache): Change to a pointer.
5807 (_initialize_arm_tdep): Allocate prologue_cache.
5808 (check_prologue_cache): Update.
5809 (save_prologue_cache): Update.
5810 (arm_gdbarch_init): Update.
5811
5812 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
5813
5814 * stabsread.c (update_method_name_from_physname): Call complaint()
5815 instead of error.
5816
5817 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
5818
5819 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
5820 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
5821 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
5822
5823 * blockframe.c: Include "gdbcmd.h" and "command.h".
5824 (backtrace_below_main): New variable.
5825 (file_frame_chain_valid, func_frame_chain_valid)
5826 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
5827 (generic_func_frame_chain_valid): Remove functions.
5828 (frame_chain_valid, do_flush_frames_sfunc): New functions.
5829 (_initialize_blockframe): New function.
5830 * Makefile.in (blockframe.o): Update dependencies.
5831 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
5832 comment. Call frame_chain_valid ().
5833 * frame.h: Remove old prototypes. Add prototype for
5834 frame_chain_valid and update comments to match.
5835 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
5836 Remove old comment.
5837 * gdbarch.h: Regenerated.
5838 * gdbarch.c: Regenerated.
5839
5840 * alpha-tdep.c (alpha_gdbarch_init): Don't call
5841 set_gdbarch_frame_chain_valid.
5842 * avr-tdep.c (avr_gdbarch_init): Likewise.
5843 * cris-tdep.c (cris_gdbarch_init): Likewise.
5844 * frv-tdep.c (frv_gdbarch_init): Likewise.
5845 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
5846 * i386-tdep.c (i386_svr4_init_abi): Likewise.
5847 (i386_nw_init_abi): Likewise.
5848 (i386_gdbarch_init): Likewise.
5849 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
5850 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
5851 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
5852 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
5853 * mips-tdep.c (mips_gdbarch_init): Likewise.
5854 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
5855 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
5856 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
5857 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
5858 * s390-tdep.c (s390_gdbarch_init): Likewise.
5859 * sh-tdep.c (sh_gdbarch_init): Likewise.
5860 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
5861 * v850-tdep.c (v850_gdbarch_init): Likewise.
5862 * vax-tdep.c (vax_gdbarch_init): Likewise.
5863 * x86-64-tdep.c (x86_64_init_abi): Likewise.
5864
5865 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
5866 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
5867 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
5868 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
5869 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
5870 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
5871 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
5872 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
5873
5874 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
5875
5876 * Makefile.in (acconfig_h): Remove incorrect macro.
5877 (config_h): Define.
5878 (osabi.o): Update dependencies.
5879 * configure.tgt: Set gdb_osabi based on target triplet.
5880 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
5881 * configure: Regenerated.
5882 * config.in: Regenerated.
5883 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
5884 (GDB_OSABI_DEFAULT): Define if not already defined.
5885 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
5886 (set_osabi_string): New variables.
5887 (gdbarch_register_osabi): Add new OS ABI to
5888 gdb_osabi_available_names.
5889 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
5890 (set_osabi, show_osabi): New functions.
5891 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
5892
5893 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
5894
5895 * arch-utils.c (gdbarch_info_init): Set osabi to
5896 GDB_OSABI_UNINITIALIZED.
5897 * gdbarch.sh: Add osabi to struct gdbarch and to struct
5898 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
5899 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
5900 * gdbarch.c: Regenerated.
5901 * gdbarch.h: Regenerated.
5902 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
5903 there's no BFD.
5904 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
5905 * osabi.h (enum gdb_osabi): Move to defs.h.
5906 (gdbarch_init_osabi): Update prototype.
5907 * defs.h (enum gdb_osabi): Moved here.
5908 * Makefile.in: Update dependencies.
5909
5910 * alpha-tdep.h: Don't include "osabi.h".
5911 (struct gdbarch_tdep): Remove osabi member.
5912 * alpha-tdep.c: Include "osabi.h".
5913 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5914 iterate over arches. Update call to gdbarch_init_osabi.
5915 (alpha_dump_tdep): Don't dump osabi.
5916 * alpha-linux-tdep.c: Include "osabi.h".
5917 * alpha-osf1-tdep.c: Include "osabi.h".
5918 * alphafbsd-tdep.c: Include "osabi.h".
5919 * alphanbsd-tdep.c: Include "osabi.h".
5920
5921 * arm-tdep.h: Don't include "osabi.h".
5922 (struct gdbarch_tdep): Remove osabi member.
5923 * arm-tdep.c: Include "osabi.h".
5924 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5925 iterate over arches. Update call to gdbarch_init_osabi.
5926 (arm_dump_tdep): Don't dump osabi.
5927 * arm-linux-tdep.c: Include "osabi.h".
5928 * armnbsd-tdep.c: Include "osabi.h".
5929
5930 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
5931 Update call to gdbarch_init_osabi.
5932
5933 * i386-tdep.h: Don't include "osabi.h".
5934 (struct gdbarch_tdep): Remove osabi member.
5935 * i386-tdep.c: Include "osabi.h".
5936 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5937 iterate over arches. Update call to gdbarch_init_osabi.
5938 (i386_dump_tdep): Don't dump osabi.
5939 * i386-linux-tdep.c: Include "osabi.h".
5940 * i386-sol2-tdep.c: Include "osabi.h".
5941 * i386bsd-tdep.c: Include "osabi.h".
5942 * i386gnu-tdep.c: Include "osabi.h".
5943 * i386ly-tdep.c: Include "osabi.h".
5944 * i386nbsd-tdep.c: Include "osabi.h".
5945 * i386obsd-tdep.c: Include "osabi.h".
5946
5947 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
5948 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5949 check osabi when iterating over arches. Update call to
5950 gdbarch_init_osabi.
5951 (mips_dump_tdep): Don't dump osabi.
5952
5953 * ns32k-tdep.h: Don't include "osabi.h".
5954 (struct gdbarch_tdep): Remove.
5955 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
5956 gdbarch_lookup_osabi. Don't iterate over arches. Don't
5957 allocate tdep. Update call to gdbarch_init_osabi.
5958 (ns32k_dump_tdep): Remove.
5959 (_initialize_ns32k_tdep): Update call to gdbarch_register.
5960 * ns32knbsd-tdep.c: Include "osabi.h".
5961
5962 * ppc-tdep.h: Don't include "osabi.h".
5963 (struct gdbarch_tdep): Remove osabi member.
5964 * rs6000-tdep.c: Include "osabi.h".
5965 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
5966 osabi when iterating over arches. Update call to
5967 gdbarch_init_osabi.
5968 (rs6000_dump_tdep): Don't dump osabi.
5969 * ppc-linux-tdep.c: Include "osabi.h".
5970 * ppcnbsd-tdep.c: Include "osabi.h".
5971
5972 * sh-tdep.h: Don't include "osabi.h".
5973 (struct gdbarch_tdep): Remove osabi member.
5974 * sh-tdep.c: Include "osabi.h".
5975 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5976 iterate over arches. Update call to gdbarch_init_osabi.
5977 (sh_dump_tdep): Don't dump osabi.
5978 * shnbsd-tdep.c: Include "osabi.h".
5979
5980 * sparc-tdep.c: Include "osabi.h".
5981 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5982 iterate over arches. Update call to gdbarch_init_osabi.
5983 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
5984 tdep structure.
5985
5986 * vax-tdep.h: Don't include "osabi.h".
5987 (struct gdbarch_tdep): Remove.
5988 * vax-tdep.c: Include "osabi.h".
5989 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5990 iterate over arches. Don't allocate tdep. Update call
5991 to gdbarch_init_osabi.
5992 (vax_dump_tdep): Remove.
5993 (_initialize_vax_tdep): Update call to gdbarch_register.
5994
5995 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
5996
5997 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
5998 entirely.
5999 (breakpoint_re_set_one): Don't fetch the value for a disabled
6000 watchpoint.
6001
6002 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6003
6004 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
6005 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
6006 (COERCE_FLOAT_TO_DOUBLE): Remove.
6007 * gdbarch.c: Regenerate.
6008 * gdbarch.h: Regenerate.
6009 * Makefile.in: Remove value_h from gdbarch_h.
6010 * valops.c (coerce_float_to_double): New variable.
6011 (default_coerce_float_to_double): Remove.
6012 (standard_coerce_float_to_double): Remove.
6013 (value_arg_coerce): Use coerce_float_to_double.
6014 (_initialize_valops): Add "set coerce-float-to-double".
6015 * value.h (default_coerce_float_to_double): Remove prototype.
6016 (standard_coerce_float_to_double): Remove prototype.
6017
6018 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
6019 prototyped.
6020 * mdebugread.c (parse_symbol): Likewise.
6021 * stabsread.c (define_symbol): Mark all functions as prototyped.
6022
6023 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
6024 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
6025 set_gdbarch_coerce_float_to_double.
6026 * arm-tdep.c (arm_gdbarch_init): Likewise.
6027 * frv-tdep.c (frv_gdbarch_init): Likewise.
6028 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
6029 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
6030 * mips-tdep.c (mips_gdbarch_init): Likewise.
6031 (mips_coerce_float_to_double): Remove.
6032 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
6033 (rs6000_coerce_float_to_double): Remove.
6034 * s390-tdep.c (s390_gdbarch_init): Likewise.
6035 * sh-tdep.c (sh_gdbarch_init): Likewise.
6036 (sh_coerce_float_to_double): Remove.
6037 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
6038 (sparc_coerce_float_to_double): Remove.
6039 * v850-tdep.c (v850_gdbarch_init): Likewise.
6040 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
6041 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6042 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
6043 (hppa_coerce_float_to_double): Remove prototype.
6044 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6045
6046 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6047
6048 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
6049
6050 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6051
6052 Suggested by Stewart Brown <sb24@avaya.com>:
6053 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
6054 in recursive calls. Handle TYPE_CODE_TYPEDEF.
6055 (c_type_print_varspec_suffix): Likewise.
6056
6057 2003-01-04 Mark Kettenis <kettenis@gnu.org>
6058
6059 * configure.in: Don't set and AC_SUBST SUBDIRS.
6060 * configure: Regenerated.
6061
6062 * configure.in: Remove code dealing with shared libraries.
6063 * Makefile.in: Remove HLDFLAGS and HLDENV.
6064 * configure: Regenerated.
6065
6066 2003-01-04 Andrew Cagney <ac131313@redhat.com>
6067
6068 * frame.c (deprecated_frame_xmalloc): New function.
6069 (deprecated_set_frame_saved_regs_hack): New function.
6070 (deprecated_set_frame_extra_info_hack): New function.
6071 * frame.h (deprecated_frame_xmalloc): Declare.
6072 (deprecated_set_frame_saved_regs_hack): Declare.
6073 (deprecated_set_frame_extra_info_hack): Declare.
6074
6075 2003-01-04 Mark Kettenis <kettenis@gnu.org>
6076
6077 * configure.in: Move code that provides the --enable-gdbtk option
6078 right after the code that handles the --enable-tui option, and
6079 polish it somewhat.
6080 * configure: Regenerated.
6081
6082 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
6083 AC_CHECK_FUNCS and remove the old check for pread64.
6084 * acinclude.m4 (AC_GNU_SOURCE): New macro.
6085 * acconfig.h (_GNU_SOURCE): Add.
6086 (HAVE_PREAD64): Remove.
6087 * configure, aclocal.m4, config.in: Regenerated.
6088
6089 2003-01-03 Andrew Cagney <ac131313@redhat.com>
6090
6091 * alpha-tdep.c: Use get_frame_saved_regs.
6092 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6093 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
6094 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
6095 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
6096 * vax-tdep.c, xstormy16-tdep.c: Ditto.
6097
6098 2003-01-03 Mark Kettenis <kettenis@gnu.org>
6099
6100 * configure.in: Remove all use of the SUBDIRS variable; add
6101 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
6102 code providing the --enable-multi-ice option, and move it right in
6103 front of the code that checks whether gdbserver is supported.
6104 Polish that too.
6105 * configure: Regenerated.
6106 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
6107 @SUBDIRS@.
6108
6109 2003-01-03 Andrew Cagney <cagney@redhat.com>
6110
6111 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
6112 * avr-tdep.c, cris-tdep.c: Ditto.
6113 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
6114 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
6115
6116 2003-01-03 Mark Kettenis <kettenis@gnu.org>
6117
6118 * configure.in: Remove --enable-netrom option.
6119 * configure: Regenerated.
6120
6121 2003-01-03 Mark Kettenis <kettenis@gnu.org>
6122
6123 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
6124 declaration for `struct re_pattern_buffer' instead.
6125 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
6126
6127 2003-01-03 J. Brobecker <brobecker@gnat.com>
6128
6129 * mdebugread.c (parse_symbol): Count until the stEnd matching
6130 the structure name.
6131
6132 2003-01-02 Mark Kettenis <kettenis@gnu.org>
6133
6134 * configure.in: Remove --with-cpu option.
6135 subscripts. Remove evil changequotes here.
6136 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
6137 * config.in, configure: Regenerated.
6138
6139 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
6140 * configure.in: Cleanup section that sources GDB and BFD configure
6141 subscripts. Remove evil changequotes here.
6142 * config.in, configure: Regenerated.
6143
6144 2003-01-02 Andrew Cagney <ac131313@redhat.com>
6145
6146 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
6147 frame accessor methods.
6148 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6149 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
6150 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
6151 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
6152 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
6153 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
6154 * z8k-tdep.c: Ditto.
6155
6156 2003-01-02 Mark Kettenis <kettenis@gnu.org>
6157
6158 * configure.in: Remove UI_OUT configuration code.
6159 * ada-lang.c: Update assuming UI_OUT is always true.
6160 * Makefile.in (UIOUT_CFLAGS): Remove.
6161 * configure: Regenerated.
6162 * TODO: Remove blurb about elimination of -DUI_OUT.
6163
6164 * configure.in: Move code that provides the --enable-gdbcli,
6165 --enable-gdbmi options right before the code that handles the
6166 --enable-tui option. Polish a bit.
6167 * configure: Regenerated.
6168
6169 * configure.in: Rewrite check for GNU regex and the
6170 --without-included regex option, and move it into the "Checks for
6171 library functions" section. This makes us use the system regex
6172 again by default on systems with version 2 of the GNU C library.
6173 This was apparently broken.
6174 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
6175 * acconfig.h (USE_INCLUDED_REGEX): Remove.
6176 * config.in, configure: Regenerated.
6177
6178 * configure.in: Move code that provides the --enable-tui option
6179 before the "Checks for libraries" section. Polish the code
6180 somewhat and set need_curses to yes if we build the TUI. Rewrite
6181 code that looks for a library providing termcap functionality to
6182 match more closely what's done in the Readline library, and move
6183 it into to the "Checks for libraries" section.
6184 * configure: Regenerated.
6185 * Makefile.in (TERMCAP): Remove variable.
6186 * config/i386/go32.mh (TERMCAP): Remove variable.
6187
6188 2003-01-02 Andrew Cagney <ac131313@redhat.com>
6189
6190 * MAINTAINERS: Mention gdb_mbuild.sh.
6191 * gdb_mbuild.sh: Rewrite.
6192
6193 2003-01-02 Mark Kettenis <kettenis@gnu.org>
6194
6195 * configure.in: Fix typo in last change.
6196 * config.in, configure: Regenerated.
6197
6198 2003-01-02 Andrew Cagney <ac131313@redhat.com>
6199
6200 * valarith.c (value_binop): Delete obsolete code and comments.
6201 * configure.host: Ditto.
6202 * buildsym.h (make_blockvector): Ditto.
6203 * buildsym.c (make_blockvector): Ditto.
6204 * defs.h (enum language): Ditto.
6205 (chill_demangle): Ditto.
6206 * elfread.c (elf_symtab_read): Ditto.
6207 * dwarfread.c (CHILL_PRODUCER): Ditto.
6208 (set_cu_language): Ditto.
6209 (handle_producer): Ditto.
6210 * expprint.c (print_subexp): Ditto.
6211 * gdbtypes.c (chill_varying_type): Ditto.
6212 * gdbtypes.h (builtin_type_chill_bool): Ditto.
6213 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
6214 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
6215 (chill_varying_type): Ditto.
6216 * language.h (_LANG_chill): Ditto.
6217 * language.c (binop_result_type, integral_type): Ditto.
6218 (character_type, string_type, structured_type): Ditto.
6219 (lang_bool_type, binop_type_check): Ditto.
6220 * stabsread.h (os9k_stabs): Ditto.
6221 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
6222 (define_symbol, read_type, read_struct_fields): Ditto.
6223 (read_array_type, read_enum_type, read_huge_number): Ditto.
6224 (read_range_type, start_stabs): Ditto.
6225 * symfile.c (init_filename_language_table): Ditto.
6226 (add_psymbol_with_dem_name_to_list): Ditto.
6227 * symtab.c (symbol_init_language_specific): Ditto.
6228 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
6229 * symtab.h (struct general_symbol_info): Ditto.
6230 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
6231 * typeprint.c (typedef_print): Ditto.
6232 * utils.c (fprintf_symbol_filtered): Ditto.
6233 * valops.c (value_cast, search_struct_field, value_slice): Delete
6234 obsolete code.
6235 (varying_to_slice): Delete function.
6236 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
6237 (varying_to_slice): Delete declaration.
6238 * MAINTAINERS: Update.
6239
6240 2003-01-02 Mark Kettenis <kettenis@gnu.org>
6241
6242 * configure.in: Reorganize "Checks for library functions section"
6243 a bit. Remove check for `btowc' and `isascii' functions.
6244 * configure: Regenerated.
6245
6246 * acconfig.h (_MSE_INT_H): Remove.
6247 * configure.in: Create "Checks for header files" section, and move
6248 appropriate tests there. Don't check for objlist.h, wchar.h,
6249 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
6250 misdetection fix. Also add "Checks for types", "Checks for
6251 compiler characteristics" and "Checks for library functions"
6252 sections.
6253 * config.in, configure: Regenerated.
6254
6255 * configure.in: Create "Checks for programs" section, and move
6256 appropriate tests there.
6257
6258 2003-01-01 Mark Kettenis <kettenis@gnu.org>
6259
6260 * configure.in: Create "Checks for libraries" section, and move
6261 appropriate tests there. Cleanup check for wctype in libw. Use
6262 AC_SEARCH_LIBS to see whether we need libsocket.
6263 * configure: Regenerated.
6264
6265 For older changes see ChangeLog-2002
6266 \f
6267 Local Variables:
6268 mode: change-log
6269 left-margin: 8
6270 fill-column: 74
6271 version-control: never
6272 End:
This page took 0.211547 seconds and 4 git commands to generate.