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